Skip to content

Releases: Dream95/gotproxy

v0.9.5

Choose a tag to compare

@Dream95 Dream95 released this 31 May 12:58
690fe39

add http proxy

v0.9.2

Choose a tag to compare

@Dream95 Dream95 released this 28 May 04:22

add child-process filter

v0.8.1

Choose a tag to compare

@Dream95 Dream95 released this 18 May 04:45

Linux transparent traffic interception via eBPF

  • TCP and UDP support (--proto both|tcp|udp)

  • SOCKS5 upstream support (--socks5)(--socks5-user / --socks5-pass)

  • Global proxy (no filter flags)

  • Filter by process name (--cmd)

  • Filter by PID (--pids, comma-separated)

  • Match by process group ID (PGID)

  • Filter by Docker container name (--container-name)

  • Filter by destination IPv4 / IPv4 CIDR (--ip)

  • Traffic mirroring