Skip to content
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

ss-libev 配置文件不能修改 #42

Closed
sylee23 opened this issue Apr 11, 2020 · 5 comments
Closed

ss-libev 配置文件不能修改 #42

sylee23 opened this issue Apr 11, 2020 · 5 comments

Comments

@sylee23
Copy link

sylee23 commented Apr 11, 2020

修改config.json文件之后重启ss会失败,还是说配置文件不可以修改呢

@sylee23
Copy link
Author

sylee23 commented Apr 11, 2020

更改为如下
{
"server":"0.0.0.0",
"port_password":{
"123":"asdf",
"1234":"asdf",
"12345":"password",
"7555":"password"
},
"nameserver":"127.0.0.1",
"timeout":300,
"method":"chacha20",
"plugin":"obfs-server",
"plugin_opts":"obfs=tls"
}

@loyess
Copy link
Owner

loyess commented Apr 11, 2020

脚本没有限制你修改配置文件(go-ss2除外),不能启动,可能它本身就不支持你修改的这种配置,或者,可能某些字段有问题,也可能不能搭配插件一起使用,再多试试。

@sylee23
Copy link
Author

sylee23 commented Apr 12, 2020

我之前自己搭建的时候用的一模一样的配置,我再试一试

@sylee23
Copy link
Author

sylee23 commented Apr 12, 2020

脚本没有限制你修改配置文件(go-ss2除外),不能启动,可能它本身就不支持你修改的这种配置,或者,可能某些字段有问题,也可能不能搭配插件一起使用,再多试试。

我貌似找到问题了
shadowsocks/simple-obfs#244

@loyess
Copy link
Owner

loyess commented Apr 12, 2020

把启动脚本中的ss-server改成ss-manager,自己测试吧

@loyess loyess closed this as completed Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants