mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Disable UDP with Shadowsocks for now
This commit is contained in:
parent
f28abe6b28
commit
6df0b81cd1
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ if [ "$NBCPU" -gt 2 ]; then
|
|||
set shadowsocks-libev.hi$c.server=sss0
|
||||
set shadowsocks-libev.hi$c.local_address="0.0.0.0"
|
||||
set shadowsocks-libev.hi$c.local_port=1100
|
||||
set shadowsocks-libev.hi$c.mode=tcp_and_udp
|
||||
set shadowsocks-libev.hi$c.mode=tcp
|
||||
set shadowsocks-libev.hi$c.timeout=600
|
||||
set shadowsocks-libev.hi$c.fast_open=1
|
||||
set shadowsocks-libev.hi$c.reuse_port=1
|
||||
|
|
|
@ -2,7 +2,7 @@ config ss_redir hi
|
|||
option server 'sss0'
|
||||
option local_address '::'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option mode 'tcp'
|
||||
option timeout '600'
|
||||
option fast_open 1
|
||||
option verbose 0
|
||||
|
@ -16,7 +16,7 @@ config ss_redir hi2
|
|||
option server 'sss0'
|
||||
option local_address '0.0.0.0'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option mode 'tcp'
|
||||
option timeout '600'
|
||||
option fast_open 1
|
||||
option verbose 0
|
||||
|
|
Loading…
Reference in a new issue