mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix set aes
This commit is contained in:
parent
a9fc2eae7d
commit
315a4c718f
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ _config_service() {
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set glorytun.vpn.chacha20=0
|
set glorytun.vpn.chacha20=0
|
||||||
commit glorytun
|
commit glorytun
|
||||||
shadowsocks-libev.sss0.method=aes-256-gcm
|
set shadowsocks-libev.sss0.method=aes-256-gcm
|
||||||
commit shadowsocks-libev
|
commit shadowsocks-libev
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue