shuttle
shuttle copied to clipboard
socks-tls-auth 一般是如何使用的?
"socks": ["socks", "localhost", "12345"]
"socks-tls": ["socks-tls", "localhost", "12345", "skip-verify"]
"socks-auth": ["socks", "localhost", "12345", "user", "password"]
"socks-tls-auth": ["socks-tls", "localhost", "12345", "skip-verify", "user", "password"]
...
不知道这部分是如何用起来,能举例子吗? 谢谢