1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-01-24 20:12:39 +01:00
parent 546c06c785
commit 5b5ed0acfe

View file

@ -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'