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-server --manager-address no effect #2849

Closed
jearton opened this issue Sep 6, 2021 · 2 comments
Closed

ss-server --manager-address no effect #2849

jearton opened this issue Sep 6, 2021 · 2 comments

Comments

@jearton
Copy link

jearton commented Sep 6, 2021

Please answer these questions before submitting your issue. Thanks!

(Please mention that if the issue you filed is solved, you may wish to close it by yourself. Thanks again.)

(PS, you can remove 3 lines above, including this one, before post your issue.)

What version of shadowsocks-libev are you using?

shadowsocks-libev 3.3.5

What operating system are you using?

centos7

What did you do?

ss-server -c /etc/shadowsocks-libev/config.json -v --manager-address 127.0.0.1:6001

What did you expect to see?

6001 port is on udp

What did you see instead?

6001 port not startup

What is your config in detail (with all sensitive info masked)?

{
    "server": "0.0.0.0",
    "server_port": 8388,
    "password": "*******",
    "timeout": 60,
    "method": "chacha20-ietf-poly1305",
    "fast_open": true,
    "no_delay": true,
    "reuse_port": true,
    "mode": "tcp_and_udp",
    "plugin": "v2ray-plugin",
    "plugin_opts": "server;tsl;host=****;fast-open;cert=*****;key=*****"
}
@lixingcong
Copy link

Start ss-manager first, then start ss-server.

/usr/local/bin/ss-manager -c config1.json --manager-address 127.0.0.1:6001
/usr/local/bin/ss-server -c config2.json --manager-address 127.0.0.1:6001

@jearton
Copy link
Author

jearton commented Sep 8, 2021

@lixingcong You are right!

@jearton jearton closed this as completed Sep 8, 2021
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