cbeuw / Cloak-android

Android client of Cloak
Other
227 stars 32 forks source link

Where should we put the RemoteHost in android plugin? #39

Closed pouyaesm closed 8 months ago

pouyaesm commented 8 months ago

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 8 months ago

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 8 months ago

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.

Thanks, I managed to make it work by using 443 for Remote Port instead of 1984 or the shadowsocks server port.

DNA-h commented 8 months ago

@pouyaesm Can I get further information on this matter from you?