http://77q2gqbqwqmdd4fqng6hywqhhb2qaf7mmeovkuh4yvccyypttsivgnqd.onion/posts/shadowsocks-cloak.html
Create a directory for Cloak: mkdir /etc/cloak Edit your server’s configuration file for Cloak: vi /etc/cloak/ckserver.json Insert contents like the example below, substituting in your user id, private key, and administrator id: {
"ProxyBook": {
"shadowsocks": [
"tcp",
"127.0.0.1:8388"
]
},
"BindAddr": [
":443"
],
"BypassUID": [
"lNEQtGxl6BgYmVg9N5kBRA=="
],
"RedirAddr": "127.0.0.1:8443",
"PrivateKey": "MF2tHiGXjP3P3fIIxjt02un2G0qtXdbArmrWsTfz7FM=",
"AdminUID":...