File tree 3 files changed +237
-40
lines changed
3 files changed +237
-40
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ $ ipt2socks --help
55
55
usage: ipt2socks < options...> . the existing options are as follows:
56
56
-s, --server-addr < addr> socks5 server ip address, < required>
57
57
-p, --server-port < port> socks5 server port number, < required>
58
+ -a, --auth-username < user> username for socks5 authentication
59
+ -k, --auth-password < passwd> password for socks5 authentication
58
60
-b, --listen-addr4 < addr> listen ipv4 address, default: 127.0.0.1
59
61
-B, --listen-addr6 < addr> listen ipv6 address, default: ::1
60
62
-l, --listen-port < port> listen port number, default: 60080
@@ -76,6 +78,8 @@ usage: ipt2socks <options...>. the existing options are as follows:
76
78
```
77
79
- -s 选项指定 socks5 服务器的监听地址。
78
80
- -p 选项指定 socks5 服务器的监听端口。
81
+ - -a 选项指定 socks5 服务器的认证用户。
82
+ - -k 选项指定 socks5 服务器的认证密码。
79
83
- -b 选项指定 ipt2socks 的 IPv4 监听地址。
80
84
- -B 选项指定 ipt2socks 的 IPv6 监听地址。
81
85
- -l 选项指定 ipt2socks 的透明代理监听端口。
You can’t perform that action at this time.
0 commit comments