mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Use chacha20-ietf-poly1305 instead of chacha20 by default for shadowsocks
This commit is contained in:
parent
0b87cb7b76
commit
e362bc1add
3 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@ config server 'sss0'
|
|||
option server '192.168.1.3'
|
||||
option server_port '65101'
|
||||
option key ''
|
||||
option method 'chacha20'
|
||||
option method 'chacha20-ietf-poly1305'
|
||||
option obfs 0
|
||||
|
||||
config ss_tunnel 'dns'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue