Skip to content

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

@selai

Description

@selai

问题一:这两个警告是正常的吗?
npm WARN shadowsocks-heroku@0.9.10 No repository field.
npm WARN shadowsocks-heroku@0.9.10 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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions