I hereby claim:
- I am wlchn on github.
- I am wlchn (https://keybase.io/wlchn) on keybase.
- I have a public key whose fingerprint is E8DF 2E32 93C6 B990 8968 5503 5E30 410A 7B4C 74E7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
apt-get update -y | |
apt -y install shadowsocks-libev | |
echo -n > /etc/shadowsocks-libev/config.json | |
echo "{" >> /etc/shadowsocks-libev/config.json | |
echo "\"server\":\"$(hostname -I)\"," >> /etc/shadowsocks-libev/config.json | |
echo "\"server_port\":8443," >> /etc/shadowsocks-libev/config.json | |
echo "\"local_port\":1080," >> /etc/shadowsocks-libev/config.json |