diff options
-rw-r--r-- | applications/luci-openvpn/root/etc/config/openvpn_recipes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes index d7402c3a4..50e328af5 100644 --- a/applications/luci-openvpn/root/etc/config/openvpn_recipes +++ b/applications/luci-openvpn/root/etc/config/openvpn_recipes @@ -63,7 +63,6 @@ config openvpn_recipe client_tun option persist_tun "1" option verb "3" option reneg_sec "0" - option explicit_exit_notify "1" option float "1" option management "127.0.0.1 31194" @@ -104,6 +103,5 @@ config openvpn_recipe client_tap_bridge option persist_key "1" option verb "3" option reneg_sec "0" - option explicit_exit_notify "1" option float "1" option management "127.0.0.1 31194" |