shadowws icon indicating copy to clipboard operation
shadowws copied to clipboard

服务端启动后,本地端日志里remote disconnected大量出现,无法正常连接

Open selai opened this issue 8 years ago • 0 comments

问题一:这两个警告是正常的吗? npm WARN [email protected] No repository field. npm WARN [email protected] No license field.

问题二:run server.js后,ss-h日志里大量出现 remote disconnected,无法正常使用

服务端config: { "server": "shadowsocket-onplus.c9users.io", "local_address": "127.0.0.1", "scheme": "ws", "local_port": 1080, "remote_port": 80, "password": "*****", "timeout": 600, "method": "aes-256-cfb" }

本地端config { "server": "https://shadowws-yanan.c9users.io", "local_address": "127.0.0.1", "scheme": "ws", "local_port": "1080", "remote_port": "80", "password": "*****", "timeout": "600", "method": "aes-256-cfb" }

selai avatar Nov 01 '17 13:11 selai