@@ -15,7 +15,7 @@ Neo-reGeorg
1515Version
1616----
1717
18- 2.5.1 - [ Change Log] ( CHANGELOG-en.md )
18+ 2.6.0 - [ Change Log] ( CHANGELOG-en.md )
1919
2020
2121Features
@@ -107,6 +107,11 @@ $ python neoreg.py -k <you_password> -u <url_1> -u <url_2> -u <url_3> ...
107107$ python neoreg.py - k < you_password> - u < url> - r < redirect_url>
108108```
109109
110+ 6 . Use the port forwarding function, do not start the socks5 service ( 127.0.0.1:1080 -> ip: port )
111+ ``` ruby
112+ $ python neoreg.py - k < you_password> - u < url> - t < ip: port>
113+ ```
114+
110115* For more information on performance and stability parameters, refer to -h help information
111116``` ruby
112117# Generate server-side scripts
@@ -127,9 +132,10 @@ $ python neoreg.py generate -h
127132
128133# Connection server
129134$ python neoreg.py - h
130- usage: neoreg.py [- h] - u URI [- r URL ] - k KEY [- l IP ] [- p PORT ] [- s] [- H LINE ]
131- [- c LINE ] [- x LINE ] [-- local- dns] [-- read- buff Bytes ]
132- [-- read- interval MS ] [-- max- threads N ] [- v]
135+ usage: neoreg.py [- h] - u URI [- r URL ] [- t IP: PORT ] - k KEY [- l IP ] [- p PORT ]
136+ [- s] [- H LINE ] [- c LINE ] [- x LINE ] [-- local- dns]
137+ [-- read- buff Bytes ] [-- read- interval MS ]
138+ [-- write- interval MS ] [-- max- threads N ] [- v]
133139
134140 Socks server for Neoreg HTTP (s) tunneller. DEBUG MODE: - k
135141 (debug_all| debug_base64| debug_headers_key| debug_headers_values)
@@ -140,6 +146,9 @@ $ python neoreg.py -h
140146 - r URL , -- redirect- url URL
141147 Intranet forwarding the designated server (only
142148 jsp(x))
149+ - t IP: PORT , -- target IP: PORT
150+ Network forwarding Target , After setting this
151+ parameter, port forwarding will be enabled
143152 - k KEY , -- key KEY Specify connection key
144153 - l IP , -- listen- on IP
145154 The default listening address.(default: 127.0 .0.1 )
@@ -155,7 +164,8 @@ $ python neoreg.py -h
155164 -- local- dns Use local resolution DNS
156165 -- read- buff Bytes Local read buffer, max data to be sent per
157166 POST .(default: 2048 max: 2600 )
158- -- read- interval MS Read data interval in milliseconds.(default: 500 )
167+ -- read- interval MS Read data interval in milliseconds.(default: 300 )
168+ -- write- interval MS Write data interval in milliseconds.(default: 200 )
159169 -- max- threads N Proxy max threads.(default: 1000 )
160170 - v Increase verbosity level (use - vv or more for greater
161171 effect)
0 commit comments