-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插件启动参数失效 #136
Comments
给你的配置加上语法高亮: {
"server": "127.0.0.1",
"server_port": 8500,
"local_address": "127.0.0.1",
"local_port": 8600,
"password": "12345678",
"timeout": 600,
"method": "aes-256-gcm",
"plugin": "server_windows_amd64",
"plugin_opts": "-t "127.0.0.1: 8500" -l ": 10010" -mode fast -key "12345678" -crypt aes-192",
"enable_udp": true,
"udp_timeout": 300
} 也许就找到问题了? |
另外,我猜你是不是对shadowsocks插件的运行方式有误解? shadowsocks插件请看SIP003 |
{
"server": "127.0.0.1",
"server_port": 8500,
"local_address": "127.0.0.1",
"local_port": 8600,
"password": "12345678",
"timeout": 600,
"method": "aes-256-gcm",
"plugin": "server_windows_amd64",
"plugin_opts": "-t \"127.0.0.1: 8500\" -l \": 10010\" -mode fast -key \"12345678\" -crypt aes-192",
"enable_udp": true,
"udp_timeout": 300
} 这样试一下?Windows版是指这个版本吗?https://github.com/shadowsocks/shadowsocks-windows |
看了一下代码,一样是实现的SIP003,https://github.com/shadowsocks/shadowsocks-windows/blob/14559b5ef60d2e580e90adea33c26c15ca61c0cb/shadowsocks-csharp/Controller/Service/Sip003Plugin.cs#L69 你用的tcptun是哪个版本?我重现一下? |
|
server fd limit的问题看这个 #127 |
服务器部署的时候一直没成功,本地编译试了下也是这样。
插件:tcptun
{
"server": "127.0.0.1",
"server_port": 8500,
"local_address": "127.0.0.1",
"local_port": 8600,
"password": "12345678",
"timeout": 600,
"method": "aes-256-gcm",
"plugin": "server_windows_amd64",
"plugin_opts": "-t "127.0.0.1: 8500" -l ": 10010" -mode fast -key "12345678" -crypt aes-192",
"enable_udp": true,
"udp_timeout": 300
}
启动后变成了。
插件运行参数没修改成功,还是默认参数。
The text was updated successfully, but these errors were encountered: