aboka2k
aboka2k
@cbeuw hi, found this thread while searching for solution on howto setup Cloudfront @ https://github.com/cbeuw/Cloak/issues/126 i follow everything on the wiki, but still couldn't make it work. could you give...
> Have you tried putting `"Transport": "cdn"` in Cloak client's configuration JSON file? Cloak currently only reads the path to Cloak config json file from Plugin Options field set in...
hi, i download the Cloak exe and put inside the SS folder; then add the below value to SS Plugin Options: `UID=xxxxxxxxxxxxxxxxxxxxxxx\=\=;PublicKey=xxxxxxxxxxxxxxxxxx\=;ServerName=bing.com;BrowserSig=chrome;NumConn=4;ProxyMethod=shadowsocks;EncryptionMethod=plain;StreamTimeout=300` I notice there are 2 JSON file inside...
hi, it is ok. can u tell me how to check for the logs on the server side? as i hv no idea where to look for them. thanks.
> Because you have installed it with my script it is `systemctl status cloak-server` hi running that will show its status, but we do need its log right? Thanks `root@v2ray:~#...
hi, hv added the port 80 to it, and reboot, but same no internet. its best if we could find its log so we could see if its connected, and...
shadowsocks - config.json > { "server":"127.0.0.1", "server_port":58555, "password":"xxxxxxxxxxxxx", "timeout":60, "method":"chacha20-ietf-poly1305", "nameserver":"8.8.8.8" }
hi, i hv add 443("RedirAddr": "204.79.197.200:443") and reboot the server. below is the results: when not connect using SS and browse to 204.79.197.200 > Our services aren't available right nowWe're...
the RedirAddr will work if i put my server IP with https(https://xx.xx.xx.xx) and it will be forward to 204.79.197.200 and show this: >Our services aren't available right nowWe're working to...
> 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. > >...