You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
372 B

  1. config shadowsocks-libev
  2. option enable '1'
  3. option server '127.0.0.1'
  4. option server_port '8388'
  5. option local_port '1080'
  6. option password 'barfoo!'
  7. option timeout '60'
  8. option encrypt_method 'rc4-md5'
  9. option ignore_list '/dev/null'
  10. option udp_mode '0'
  11. option tunnel_enable '1'
  12. option tunnel_port '5300'
  13. option tunnel_forward '8.8.4.4:53'
  14. option lan_ac_mode '0'