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

Force remove of ncp-disable option in openvpn

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-11-06 16:22:15 +01:00
parent 5b32c33c05
commit 9ad0d58e81
3 changed files with 0 additions and 13 deletions

View file

@ -30,7 +30,6 @@ _openvpnbonding() {
set openvpn.omr_bonding_${interface}.remote="${remoteip}"
set openvpn.omr_bonding_${interface}.local="${localip}"
set openvpn.omr_bonding_${interface}.lport='0'
set openvpn.omr_bonding_${interface}.ncp_disable='1'
set openvpn.omr_bonding_${interface}.auth_nocache='1'
set openvpn.omr_bonding_${interface}.proto='udp'
set openvpn.omr_bonding_${interface}.client='1'