Skip to content

Commit

Permalink
shadowsocks-libev: Revert "dbg"
Browse files Browse the repository at this point in the history
This reverts commit 0d18bd4.

Signed-off-by: Yousong Zhou <[email protected]>
  • Loading branch information
yousong committed Apr 28, 2022
1 parent 93162b3 commit 512eda2
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions net/shadowsocks-libev/files/shadowsocks-libev.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
config ss_local
option disabled 0
option disabled 1
option server 'sss0'
option local_address '0.0.0.0'
option local_port '1080'
option timeout '30'

config ss_tunnel
option disabled 0
option disabled 1
option server 'sss0'
option local_address '0.0.0.0'
option local_port '1090'
Expand All @@ -15,7 +15,7 @@ config ss_tunnel
option timeout '60'

config ss_redir hi
option disabled 0
option disabled 1
option server 'sss0'
option local_address '0.0.0.0'
option local_port '1100'
Expand All @@ -26,7 +26,7 @@ config ss_redir hi
option reuse_port 1

config ss_redir hj
option disabled 0
option disabled 1
option server 'sss0'
option local_address '0.0.0.0'
option local_port '1100'
Expand All @@ -37,28 +37,24 @@ config ss_redir hj
option reuse_port 1

config ss_rules 'ss_rules'
option disabled 0
option disabled 1
option redir_tcp 'hi'
option redir_udp 'hi'
option src_default 'checkdst'
option dst_default 'bypass'
option local_default 'checkdst'
list src_ips_forward '192.168.1.4'
list dst_ips_forward '8.8.8.8'
list dst_ips_forward '180.101.49.0/24'
list dst_ips_forward '112.80.248.0/24'

config server 'sss0'
option disabled 0
option server '192.168.7.1'
option disabled 1
option server '192.168.1.3'
option server_port '9001'
option password '11111111'
option password '********'
option method 'aes-256-cfb'

config ss_server
option disabled 1
option server_port '9001'
option password '********'
option method 'aes-256-cfb'
option mode 'tcp_and_udp'
option verbose '1'

0 comments on commit 512eda2

Please sign in to comment.