-
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
服务模式没有跟随配置文件 #810
Comments
Your local instance is created from command line options, so all the arguments have to be provided. The |
还有一个问题就是使用ssmanager的API添加用户时如何使用acl文件?我在启动ssmanager时命令行参数配置了acl文件,添加一个用户端口后acl访问规则没有生效 |
shadowsocks-rust/crates/shadowsocks-service/src/manager/server.rs Lines 228 to 230 in 66dc357
I don't think so, it should work. Are you using standalone mode? It doesn't work in standalone mode. |
对就是standalone独立模式启动的,然后添加的用户访问一些被acl屏蔽的ip或域名不起作用 |
Yes it is expected. Because I don't know the exact path of ACL file in the library. |
能不能在api参数中添加一个acl参数用来指定acl文件位置呢 |
Any PRs are welcome. Currently I am working on another project. |
我在配置文件中设置了
mode: "tcp_and_udp"
但是命令行启动的时候没有加-U依然是tcp_only如上图如果不是有意为之还请修复一下
The text was updated successfully, but these errors were encountered: