X Tutup
Skip to content

Commit 5da851c

Browse files
authored
Add files via upload
1 parent 959d5dd commit 5da851c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ We can define file "rules" as follow:
133133
134134
Then start the pproxy
135135

136-
$ pproxy -i http+socks://:8080 -r http://aa.bb.cc.dd:8080?rules -v
137-
http www.googleapis.com:443 -> http aa.bb.cc.dd:8080
138-
socks www.youtube.com:443 -> http aa.bb.cc.dd:8080
139-
http www.yahoo.com:80
140-
DIRECT: 1 (0.5K/s,1.2M/s) PROXY: 2 (24.3K/s,1.9M/s)
136+
| $ pproxy -i http+socks://:8080 -r http://aa.bb.cc.dd:8080?rules -v
137+
| http www.googleapis.com:443 -> http aa.bb.cc.dd:8080
138+
| socks www.youtube.com:443 -> http aa.bb.cc.dd:8080
139+
| http www.yahoo.com:80
140+
| DIRECT: 1 (0.5K/s,1.2M/s) PROXY: 2 (24.3K/s,1.9M/s)
141141
142142
With these parameters, this utility will serve incoming traffic by either http/socks5 protocol, redirect all google traffic to http proxy aa.bb.cc.dd:8080, and visit all other traffic locally.
143143

0 commit comments

Comments
 (0)
X Tutup