1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Use develop or master branch for build scripts

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-09-23 12:35:36 +02:00
parent 4c28f46b06
commit efc57f4c9b
2 changed files with 11 additions and 5 deletions

View file

@ -779,9 +779,9 @@ _config_service() {
if [ "$vps_aes" != "false" ]; then
logger -t "OMR-VPS" "CPU support AES, set it by default"
uci -q batch <<-EOF >/dev/null
set glorytun.vpn.chacha20=0
set glorytun.vpn.chacha20="0"
commit glorytun
set shadowsocks-libev.sss0.method=aes-256-gcm
set shadowsocks-libev.sss0.method="aes-256-gcm"
commit shadowsocks-libev
EOF
fi