You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proxy server that can tunnel among remote servers by regex rules. Supported
68
-
protocols: http,socks,shadowsocks
69
+
protocols: http,socks,shadowsocks,redirect
69
70
70
71
optional arguments:
71
72
-h, --help show this help message and exit
@@ -91,6 +92,7 @@ URI Syntax
91
92
:http: http protocol
92
93
:socks: socks5 protocol
93
94
:ss: shadowsocks protocol
95
+
:redir: redirect protocol (iptables nat)
94
96
:ssl: communicate in (unsecured) ssl
95
97
:secure: comnunicate in (secured) ssl
96
98
@@ -233,4 +235,11 @@ If you want to listen in SSL, you must specify ssl certificate and private key f
233
235
234
236
It listen on both 80 HTTP and 443 HTTPS ports, use the specified certificate and private key files. The "--pac" enable PAC support, so you can put https://yourdomain.com/autopac in your device's auto-configure url.
This example illustrates how to redirect all local output tcp traffic with destination port 80 to localhost port 5555 listened by **pproxy**, and then tunnel the traffic to remote http proxy.
0 commit comments