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

listen error for obfs-server #31

Closed
muronghan opened this issue Jan 27, 2017 · 3 comments
Closed

listen error for obfs-server #31

muronghan opened this issue Jan 27, 2017 · 3 comments

Comments

@muronghan
Copy link

When I run: ss-server -c /etc/shadowsocks-libev/config.json --plugin obfs-server --plugin-opts "obfs=http"

It turned out:

2017-01-27 12:30:59 INFO: plugin "obfs-server" enabled
2017-01-27 12:30:59 INFO: initializing ciphers... chacha20
2017-01-27 12:30:59 INFO: using nameserver: 8.8.8.8
2017-01-27 12:30:59 INFO: tcp port reuse enabled
2017-01-27 12:30:59 INFO: tcp server listening at 127.0.0.1:34649
2017-01-27 12:30:59 INFO: running from root user
2017-01-27 12:30:59 [simple-obfs] INFO: obfuscating enabled
2017-01-27 12:30:59 [simple-obfs] INFO: tcp port reuse enabled
2017-01-27 12:30:59 [simple-obfs] ERROR: listen() error
2017-01-27 12:30:59 ERROR: plugin service exit unexpectedly

@muronghan
Copy link
Author

combined with #29

@icpz
Copy link
Contributor

icpz commented Jan 29, 2017

What's your config.json ?

@muronghan
Copy link
Author

/etc/shadowsocks-libev/config.json:

{
"server":"0.0.0.0",
"server_port":5190,
"local_port":1080,
"password":"xxxxxxx",
"timeout":60,
"method":"chacha20",
"plugin":"obfs-server",
"plugin_opts":"obfs=http"
}

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