mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Listen only on local IP for shadowsocks
This commit is contained in:
parent
428b7ac14c
commit
5a7f85643d
5 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
config ss_redir hi
|
||||
option server 'sss0'
|
||||
option local_address '::'
|
||||
option local_address '::1'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '600'
|
||||
|
@ -14,7 +14,7 @@ config ss_redir hi
|
|||
|
||||
config ss_redir hi2
|
||||
option server 'sss0'
|
||||
option local_address '0.0.0.0'
|
||||
option local_address '127.0.0.1'
|
||||
option local_port '1100'
|
||||
option mode 'tcp_and_udp'
|
||||
option timeout '600'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue