@@ -112,10 +112,10 @@ You can download the binary for your platform from [Releases](https://github.com
112112Example:
113113
114114``` shell
115- GOHPTS_RELEASE=v1.12.1 ; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$GOHPTS_RELEASE /gohpts-$GOHPTS_RELEASE -linux-amd64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$GOHPTS_RELEASE -linux-amd64 gohpts && ./gohpts -h
115+ GOHPTS_RELEASE=v1.12.3 ; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$GOHPTS_RELEASE /gohpts-$GOHPTS_RELEASE -linux-amd64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$GOHPTS_RELEASE -linux-amd64 gohpts && ./gohpts -h
116116```
117117
118- Alternatively, you can install it using ` go install ` command (requires Go [ 1.26] ( https://go.dev/doc/install ) or later):
118+ Alternatively, you can install it using ` go install ` command (requires Go [ 1.26.1 ] ( https://go.dev/doc/install ) or later):
119119
120120``` shell
121121CGO_ENABLED=0 go install -ldflags " -s -w" -trimpath github.com/shadowy-pycoder/go-http-proxy-to-socks/cmd/gohpts@latest
@@ -187,8 +187,8 @@ OPTIONS:
187187 -w Number of instances of transparent proxy server (Default: number of CPU cores)
188188 -wu Number of instances of transparent UDP proxy server (Default: number of CPU cores)
189189 -auto Automatically setup iptables for transparent proxy (requires elevated privileges)
190- -arpspoof Enable ARP spoof proxy for selected targets (Example: " targets 10.0.0.1,10.0.0.5-10,192.168.1.*,192.168.10.0/24;fullduplex false;debug true" )
191- -ndpspoof Enable NDP spoof proxy for selected targets (Example: " ra true;na true;targets fe80::3a1c:7bff:fe22:91a4;fullduplex false;debug true" )
190+ -arpspoof Enable ARP spoof proxy for selected targets (Example: " targets 10.0.0.1,10.0.0.5-10,192.168.1.*,192.168.10.0/24;fullduplex false;debug true;interval 10s " )
191+ -ndpspoof Enable NDP spoof proxy for selected targets (Example: " ra true;na true;targets fe80::3a1c:7bff:fe22:91a4;fullduplex false;debug true;interval 10s " )
192192 -mark Set mark for each packet sent through transparent proxy (Default: redirect 0, tproxy 100)
193193 -P Comma separated list of ports to ignore when proxying traffic (Example: " 22,80,443,9092" )
194194 -dump Dump iptables rules and other system settings generated by -auto flag
0 commit comments