Last active
October 2, 2020 23:56
-
-
Save ahgood/b4964f39e3737e6b1386bb424dfb6a84 to your computer and use it in GitHub Desktop.
Unknow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 apt update | |
2 apt upgrade | |
3 apt install shadowsocks-libev | |
4 nano /etc/shadowsocks-libev/config.json | |
{ | |
"server":"SERVER-IP-ADDRESS", | |
"server_port":1984, | |
"local_port":1080, | |
"password":"PASSWORD", | |
"timeout":60, | |
"method":"aes-256-cfb" | |
} | |
5 service shadowsocks-libev restart | |
6 ps aux | grep shadow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[CentOS 8]