mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set tracker config by default for Shadowsocks-*
This commit is contained in:
parent
c2e937e818
commit
00a724f34a
2 changed files with 27 additions and 3 deletions
|
@ -14,7 +14,7 @@ config ss_redir hi1
|
|||
|
||||
config ss_redir hi2
|
||||
option server 'sss0'
|
||||
option local_address '0.0.0.0'
|
||||
option local_address '::'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '1000'
|
||||
|
@ -47,4 +47,16 @@ config ss_tunnel 'dns'
|
|||
option mode 'tcp_and_udp'
|
||||
option server 'sss0'
|
||||
option local_port '5353'
|
||||
option tunnel_address '8.8.8.8:53'
|
||||
option tunnel_address '8.8.8.8:53'
|
||||
|
||||
config ss_local 'tracker_sss0'
|
||||
option server 'sss0'
|
||||
option local_address '127.0.0.1'
|
||||
option local_port '1111'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '600'
|
||||
option fast_open '0'
|
||||
option syslog '0'
|
||||
option reuse_port '1'
|
||||
option mptcp '1'
|
||||
option verbose '0'
|
||||
|
|
|
@ -55,4 +55,16 @@ config ss_tunnel 'dns'
|
|||
option mode 'tcp_and_udp'
|
||||
option server 'sss0'
|
||||
option local_port '5353'
|
||||
option tunnel_address '8.8.8.8:53'
|
||||
option tunnel_address '8.8.8.8:53'
|
||||
|
||||
config ss_local 'tracker_sss0'
|
||||
option server 'sss0'
|
||||
option local_address '127.0.0.1'
|
||||
option local_port '1111'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '600'
|
||||
option fast_open '0'
|
||||
option syslog '0'
|
||||
option reuse_port '1'
|
||||
option mptcp '1'
|
||||
option verbose '0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue