1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| [common] server_addr = your_ip server_port = 37000 token = yourtoken
[web] type = tcp local_ip = 127.0.0.1 local_port = 8080 remote_port = 37001
[socks5] type = tcp remote_port = 37002 plugin = socks5 plugin_user = yourname plugin_passwd = yourpass
|