Andy Wang

Results 108 comments of Andy Wang

Hi, There should be a config JSON file already and you can edit/append `Transport` option in the file. Was the Plugin Options field empty when you were running it on...

Sorry I forgot that the Plugin Options can be config arguments in semicolon separated form. What you did in the beginning should be correct. Are there any logs on Cloak...

You may need to add ":80" in `BindAddr` in the config json file for Cloak server (so it's something like `"BindAddr": [":443", ":80"]`). I'm not sure where the script puts...

What happens when you visit your xxxx.cloudfront.net address in a browser? Does it show the same thing as if you are visiting 204.79.197.200 in RedirAddr? If yes then your server...

OK i think i know why: Cloudfront doesn't like sending HTTP requests over 443 anymore, so you need to change `HTTP Port` in Origin setting to 80. I'll update the...

In /etc/shadowsocks-libev/confi.json, try to set `server` as 127.0.0.1. ~~In firefox the proxy address should be 127.0.0.1:1984 unless you specified the port with `-l` flag when starting up ck-client~~

Sorry I got the port part wrong. Here in shadowsocks client, your Server IP and port needs to point to ck-client. That should be 127.0.0.1:1984. In your browser the SOCKS5...

@klaaktu It shouldn't really affect anything because the communication between Shadowsocks and Cloak is entirely on loopback (assuming you have them on the same machine). It won't affect detection chance...

@klaaktu A while ago I have actually experimented pairing WireGuard with Cloak. Theoretically Cloak should work with anything that lets you tunnel UDP traffic, but I'm not familiar with WireGuard...