mirror of
https://github.com/cbeuw/Cloak-android.git
synced 2026-04-25 19:45:50 +03:00
[GH-ISSUE #39] Where should we put the RemoteHost in android plugin? #31
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-android#31
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 @pouyaesm on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/cbeuw/Cloak-android/issues/39
In desktop version I set 127.0.0.1:1984 for shadowsocks and put the remote host in ckclient.json next to cloak executable.
But when I load the cloak plugin in shadowsocks there is no place for RemoteHost in Configuration section.
@cbeuw commented on GitHub (Dec 16, 2023):
You do not need to set RemoteHost explicitly on Android as it's operating as a Shadowsocks plugin. The server setting in Shadowsocks is used directly by Cloak.
@pouyaesm commented on GitHub (Dec 20, 2023):
Thanks, I managed to make it work by using 443 for Remote Port instead of 1984 or the shadowsocks server port.
@DNA-h commented on GitHub (Dec 28, 2023):
@pouyaesm Can I get further information on this matter from you?