[GH-ISSUE #109] e8af623-client show me “RemotePort cannot be empty” #93

Closed
opened 2026-02-26 12:33:57 +03:00 by kerem · 1 comment
Owner

Originally created by @qwerttvv on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/109

{
  "Transport": "direct",
  "ProxyMethod": "shadowsocks",
  "EncryptionMethod": "plain",
  "UID": "*",
  "PublicKey": "*",
  "ServerName": "*",
  "NumConn": 16,
  "BrowserSig": "chrome",
  "StreamTimeout": 300
}
{
  "BypassUID": [
    "*",
  ],
  "BindAddr":[":443",":80"],
  "RedirAddr": "*",
  "PrivateKey": "*",
  "AdminUID": "*",
  "DatabasePath": "/usr/local/bin/userinfo.db",
  "StreamTimeout": 300
}
{
    "server":["127.0.0.1"],
    "mode":"tcp_only",
    "server_port":*,
    "password":"*",
    "timeout":300,
    "method":"xchacha20-ietf-poly1305",
	"fast_open":true,
	"nameserver":"8.8.8.8",
	"plugin": "/usr/local/bin/ck-server",
	"plugin_opts": "/usr/local/bin/ckserver.json"
}

same config
client & server , e8af623——nogood
server, e8af623 & client v2.1.3——good

Originally created by @qwerttvv on GitHub (Apr 7, 2020). Original GitHub issue: https://github.com/cbeuw/Cloak/issues/109 ```json { "Transport": "direct", "ProxyMethod": "shadowsocks", "EncryptionMethod": "plain", "UID": "*", "PublicKey": "*", "ServerName": "*", "NumConn": 16, "BrowserSig": "chrome", "StreamTimeout": 300 } ``` ```json { "BypassUID": [ "*", ], "BindAddr":[":443",":80"], "RedirAddr": "*", "PrivateKey": "*", "AdminUID": "*", "DatabasePath": "/usr/local/bin/userinfo.db", "StreamTimeout": 300 } ``` ```json { "server":["127.0.0.1"], "mode":"tcp_only", "server_port":*, "password":"*", "timeout":300, "method":"xchacha20-ietf-poly1305", "fast_open":true, "nameserver":"8.8.8.8", "plugin": "/usr/local/bin/ck-server", "plugin_opts": "/usr/local/bin/ckserver.json" } ``` same config client & server , e8af623——nogood server, e8af623 & client v2.1.3——good
kerem closed this issue 2026-02-26 12:33:57 +03:00
Author
Owner

@qwerttvv commented on GitHub (Apr 7, 2020):

fixed

https://github.com/cbeuw/Cloak/pull/108

<!-- gh-comment-id:610224417 --> @qwerttvv commented on GitHub (Apr 7, 2020): fixed https://github.com/cbeuw/Cloak/pull/108
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloak#93
No description provided.