Advertisement
paperline27

Shadowsocks Ubuntu 22.04

Jan 7th, 2024
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | Cybersecurity | 0 0
  1. @powered by adearie
  2.  
  3. $sudo su
  4. #apt update -y ; apt upgrade -y ; apt install shadowsocks-libev
  5. #nano /etc/shadowsocks-libev/config.json
  6. >127.0.0.1 ganti 0.0.0.0
  7. >mode ganti tcp
  8. >server_port ganti 8338
  9. >password ganti akubahagia
  10. >timeout ganti 60
  11. >yang lain-lain mau dirubah atau ditambah silahkan kalo paham
  12. #systemctl restart shadowsocks-libev.service
  13. #systemctl enable shadowsocks-libev.service
  14. #systemctl status shadowsocks-libev.service
  15. #iptables -I INPUT -p tcp --dport 8338 -j ACCEPT
  16. #ufw allow 8338
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement