mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #58] How to change BindAddr in ckserver.json? #50
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0x696c757a696f on GitHub (Sep 21, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/58
previous config is
It works, but it uses default port 443, I want to use port 8443.
I changed to this
It doesn' work in ip:8443, but works in ip:443(Shadowsocks client)
How to solve this?
@malikshi commented on GitHub (Sep 21, 2019):
2.0.2 still using old config.
@cbeuw commented on GitHub (Sep 21, 2019):
Did you run Cloak as a Shadowsocks plugin? If so, change the port in Shadowsocks' config to 8443
@0x696c757a696f commented on GitHub (Sep 21, 2019):
I uses binary release of 2.0.2.
I changed Shadowsocks-libev's config, port changed to 8443, but in shadowsocks-client, it still works in ip:443.
config.json
ckserver.json
@cbeuw commented on GitHub (Sep 21, 2019):
Does it also listen on 8443 as well or only 443?
If you are starting ck-client up from command line you can change its listing port with -p 8443
@0x696c757a696f commented on GitHub (Sep 22, 2019):
I used the latest binary release 2.1.1 of both Cloak and Cloak-Android,and added "BindAddr":[":8443"] in ckserver.json, problem solved. Thanks.