dbg
This commit is contained in:
parent
70b7dc87d4
commit
0d18bd49f1
1 changed files with 12 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
config ss_local
|
config ss_local
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
option local_address '0.0.0.0'
|
option local_address '0.0.0.0'
|
||||||
option local_port '1080'
|
option local_port '1080'
|
||||||
option timeout '30'
|
option timeout '30'
|
||||||
|
|
||||||
config ss_tunnel
|
config ss_tunnel
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
option local_address '0.0.0.0'
|
option local_address '0.0.0.0'
|
||||||
option local_port '1090'
|
option local_port '1090'
|
||||||
|
@ -15,7 +15,7 @@ config ss_tunnel
|
||||||
option timeout '60'
|
option timeout '60'
|
||||||
|
|
||||||
config ss_redir hi
|
config ss_redir hi
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
option local_address '0.0.0.0'
|
option local_address '0.0.0.0'
|
||||||
option local_port '1100'
|
option local_port '1100'
|
||||||
|
@ -26,7 +26,7 @@ config ss_redir hi
|
||||||
option reuse_port 1
|
option reuse_port 1
|
||||||
|
|
||||||
config ss_redir hj
|
config ss_redir hj
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
option local_address '0.0.0.0'
|
option local_address '0.0.0.0'
|
||||||
option local_port '1100'
|
option local_port '1100'
|
||||||
|
@ -37,7 +37,7 @@ config ss_redir hj
|
||||||
option reuse_port 1
|
option reuse_port 1
|
||||||
|
|
||||||
config ss_rules 'ss_rules'
|
config ss_rules 'ss_rules'
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option redir_tcp 'hi'
|
option redir_tcp 'hi'
|
||||||
option redir_udp 'hi'
|
option redir_udp 'hi'
|
||||||
option src_default 'checkdst'
|
option src_default 'checkdst'
|
||||||
|
@ -45,12 +45,14 @@ config ss_rules 'ss_rules'
|
||||||
option local_default 'checkdst'
|
option local_default 'checkdst'
|
||||||
list src_ips_forward '192.168.1.4'
|
list src_ips_forward '192.168.1.4'
|
||||||
list dst_ips_forward '8.8.8.8'
|
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'
|
config server 'sss0'
|
||||||
option disabled 1
|
option disabled 0
|
||||||
option server '192.168.1.3'
|
option server '192.168.7.1'
|
||||||
option server_port '9001'
|
option server_port '9001'
|
||||||
option password '********'
|
option password '11111111'
|
||||||
option method 'aes-256-cfb'
|
option method 'aes-256-cfb'
|
||||||
|
|
||||||
config ss_server
|
config ss_server
|
||||||
|
@ -58,3 +60,5 @@ config ss_server
|
||||||
option server_port '9001'
|
option server_port '9001'
|
||||||
option password '********'
|
option password '********'
|
||||||
option method 'aes-256-cfb'
|
option method 'aes-256-cfb'
|
||||||
|
option mode 'tcp_and_udp'
|
||||||
|
option verbose '1'
|
||||||
|
|
Loading…
Reference in a new issue