mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Update Shadowsocks-Rust default config with another server
This commit is contained in:
parent
546c06c785
commit
5b5ed0acfe
1 changed files with 22 additions and 0 deletions
|
@ -12,6 +12,20 @@ config ss_redir hi1
|
|||
option ipv6_first 1
|
||||
option no_delay 0
|
||||
|
||||
config ss_redir hi2
|
||||
option server 'sss1'
|
||||
option local_address '::'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '1000'
|
||||
option fast_open 0
|
||||
option verbose 0
|
||||
option syslog 1
|
||||
option reuse_port 0
|
||||
option mptcp 1
|
||||
option ipv6_first 1
|
||||
option no_delay 0
|
||||
|
||||
config ss_rules 'ss_rules'
|
||||
option disabled 0
|
||||
option redir_tcp 'hi1'
|
||||
|
@ -28,6 +42,14 @@ config server 'sss0'
|
|||
option method '2022-blake3-aes-256-gcm'
|
||||
option obfs 0
|
||||
|
||||
config server 'sss1'
|
||||
option disabled 1
|
||||
option server '192.168.1.3'
|
||||
option server_port '65280'
|
||||
option password ''
|
||||
option method '2022-blake3-aes-256-gcm'
|
||||
option obfs 0
|
||||
|
||||
config ss_tunnel 'dns'
|
||||
option disabled 1
|
||||
option mode 'tcp_and_udp'
|
||||
|
|
Loading…
Reference in a new issue