[common] server_addr = 域名 server_port = 7000 protocol = websocket tls_enable = true [plugin_socks5] type = tcp remote_port = 6005 plugin = socks5 plugin_user = abc plugin_passwd = abc 这样写有什么问题吗?
[common]
server_addr = 域名
server_port = 7000
protocol = websocket
tls_enable = true
[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5
plugin_user = abc
plugin_passwd = abc
这样写有什么问题吗?