Facebook
From Little Bongo, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 586
  1. wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
  2.  
  3. chmod +x shadowsocksR.sh
  4.  
  5. ./shadowsocksR.sh 2>&1 | tee shadowsocksR.log
  6.  
  7.  
  8. nano /etc/shadowsocks.json
  9.  
  10.  
  11. /etc/init.d/shadowsocks restart
  12.  
  13.  
  14. {
  15.     "server":"0.0.0.0",
  16.     "server_ipv6":"[::]",
  17.     "port_password": {
  18.         "4111": "user1",
  19.         "4112": "user2",
  20.         "4113": "user3",
  21.         "4114": "user4"},
  22.     "local_address":"127.0.0.1",
  23.     "local_port":1080,
  24.     "timeout":120,
  25.     "method":"chacha20-ietf",
  26.     "protocol":"auth_aes128_md5",
  27.     "protocol_param":"",
  28.     "obfs":"tls1.2_ticket_auth_compatible",
  29.     "obfs_param":"update.microsoft.com",
  30.     "redirect":"",
  31.     "dns_ipv6":false,
  32.     "fast_open":false,
  33.     "workers":1
  34.  
  35. }
  36.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Hot Eider text 1 Year ago.
Re: Untitled Silly Water Vole text 2 Years ago.
Re: Untitled Insensitive Crow text 3 Years ago.
Re: Untitled Capacious Coyote text 3 Years ago.