diff --git a/Readme.md b/Readme.md index 9746a85..c485671 100644 --- a/Readme.md +++ b/Readme.md @@ -12,16 +12,16 @@ make Example ------- -``` +```bash iptables -t nat -N VSOCKS iptables -t nat -A VSOCKS -p tcp -j REDIRECT --to-ports 12345 iptables -t nat -A PREROUTING -s 10.42.0.0/24 -p tcp -j REDIRECT --to-ports 12345 # where 0.42.0.0/24 is wifi subnet -vsocks 0.0.0.0 12345 socks-proxy-addr socks-proxy-port +vsocks 0.0.0.0:12345 : ``` To setup Socks5 Server you could use another project here: axproxy -``` +```bash axproxy socks-proxy-addr:socks-proxy-port ```