mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
shadowsocks-libev: add package
Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. Signed-off-by: aa65535 <aa65535@live.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
config shadowsocks-libev
|
||||
option enable '1'
|
||||
option server '127.0.0.1'
|
||||
option server_port '8388'
|
||||
option local_port '1080'
|
||||
option password 'barfoo!'
|
||||
option timeout '60'
|
||||
option encrypt_method 'rc4-md5'
|
||||
option ignore_list '/dev/null'
|
||||
option udp_relay '0'
|
||||
option tunnel_enable '1'
|
||||
option tunnel_port '5300'
|
||||
option tunnel_forward '8.8.4.4:53'
|
||||
option lan_ac_mode '0'
|
||||
Reference in New Issue
Block a user