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

OpenVPN is disabled by default

This commit is contained in:
Ycarus 2018-06-14 07:07:29 +02:00
parent e34a06b5d7
commit 4b7c39bd03

View file

@ -30,6 +30,7 @@ if [ "$(uci -q get openvpn.omr)" = "" ]; then
set openvpn.omr.cipher=AES-256-CBC
set openvpn.omr.proto=tcp-client
set openvpn.omr.compress=lz4
set openvpn.omr.enabled=0
commit openvpn
EOF
fi