Skip to content

Commit f3e5c88

Browse files
authored
Add files via upload
1 parent 1da67c5 commit f3e5c88

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

README.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Usage
125125
URI Syntax
126126
----------
127127

128-
..code:: rst
128+
.. code:: rst
129129
130130
{scheme}://[{cipher}@]{netloc}/[@{localbind}][,{plugins}][?{rules}][#{auth}]
131131
@@ -250,27 +250,27 @@ Examples
250250

251251
- Regex rule
252252

253-
Define regex file "rules" as follow:
253+
Define regex file "rules" as follow:
254254

255255
.. code:: rst
256256
257-
#google domains
258-
(?:.+\.)?google.*\.com
259-
(?:.+\.)?gstatic\.com
260-
(?:.+\.)?gmail\.com
261-
(?:.+\.)?ntp\.org
262-
(?:.+\.)?glpals\.com
263-
(?:.+\.)?akamai.*\.net
264-
(?:.+\.)?ggpht\.com
265-
(?:.+\.)?android\.com
266-
(?:.+\.)?gvt1\.com
267-
(?:.+\.)?youtube.*\.com
268-
(?:.+\.)?ytimg\.com
269-
(?:.+\.)?goo\.gl
270-
(?:.+\.)?youtu\.be
271-
(?:.+\.)?google\..+
272-
273-
Then start the *pproxy*
257+
#google domains
258+
(?:.+\.)?google.*\.com
259+
(?:.+\.)?gstatic\.com
260+
(?:.+\.)?gmail\.com
261+
(?:.+\.)?ntp\.org
262+
(?:.+\.)?glpals\.com
263+
(?:.+\.)?akamai.*\.net
264+
(?:.+\.)?ggpht\.com
265+
(?:.+\.)?android\.com
266+
(?:.+\.)?gvt1\.com
267+
(?:.+\.)?youtube.*\.com
268+
(?:.+\.)?ytimg\.com
269+
(?:.+\.)?goo\.gl
270+
(?:.+\.)?youtu\.be
271+
(?:.+\.)?google\..+
272+
273+
Then start *pproxy*
274274
275275
.. code:: rst
276276
@@ -280,7 +280,7 @@ Then start the *pproxy*
280280
http www.yahoo.com:80
281281
DIRECT: 1 (0.5K/s,1.2M/s) PROXY: 2 (24.3K/s,1.9M/s)
282282
283-
*pproxy* will serve incoming traffic by auto-detect http/socks5 protocol, redirect all google traffic to http proxy aa.bb.cc.dd:8080, and visit all other traffic directly from local server.
283+
*pproxy* will serve incoming traffic by auto-detect http/socks5 protocol, redirect all google traffic to http proxy aa.bb.cc.dd:8080, and visit all other traffic directly from local server.
284284
285285
- Use cipher
286286

0 commit comments

Comments
 (0)