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:
parent
4c28f46b06
commit
efc57f4c9b
2 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue