Skip to content

Commit 063097a

Browse files
committed
update
1 parent c56b849 commit 063097a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ $ python neoreg.py generate -h
125125

126126
# 连接服务端
127127
$ python neoreg.py -h
128-
usage: neoreg.py [-h] -u URI -k KEY [-l IP] [-p PORT] [-s] [-H LINE] [-c LINE]
129-
[-x LINE] [--local-dns] [--read-buff Bytes]
128+
usage: neoreg.py [-h] -u URI [-r URL] -k KEY [-l IP] [-p PORT] [-s] [-H LINE]
129+
[-c LINE] [-x LINE] [--local-dns] [--read-buff Bytes]
130130
[--read-interval MS] [--max-threads N] [-v]
131131

132132
Socks server for Neoreg HTTP(s) tunneller. DEBUG MODE: -k
@@ -135,6 +135,9 @@ $ python neoreg.py -h
135135
optional arguments:
136136
-h, --help show this help message and exit
137137
-u URI, --url URI The url containing the tunnel script
138+
-r URL, --redirect-url URL
139+
Intranet forwarding the designated server (only
140+
jsp(x))
138141
-k KEY, --key KEY Specify connection key
139142
-l IP, --listen-on IP
140143
The default listening address.(default: 127.0.0.1)
@@ -153,7 +156,8 @@ $ python neoreg.py -h
153156
POST.(default: 2048 max: 2600)
154157
--read-interval MS Read data interval in milliseconds.(default: 100)
155158
--max-threads N Proxy max threads.(default: 1000)
156-
-v Increase verbosity level (use -vv or more for greater effect)
159+
-v Increase verbosity level (use -vv or more for greater
160+
effect)
157161
```
158162

159163

0 commit comments

Comments
 (0)