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:
parent
5b32c33c05
commit
9ad0d58e81
3 changed files with 0 additions and 13 deletions
|
@ -30,7 +30,6 @@ _openvpnbonding() {
|
||||||
set openvpn.omr_bonding_${interface}.remote="${remoteip}"
|
set openvpn.omr_bonding_${interface}.remote="${remoteip}"
|
||||||
set openvpn.omr_bonding_${interface}.local="${localip}"
|
set openvpn.omr_bonding_${interface}.local="${localip}"
|
||||||
set openvpn.omr_bonding_${interface}.lport='0'
|
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}.auth_nocache='1'
|
||||||
set openvpn.omr_bonding_${interface}.proto='udp'
|
set openvpn.omr_bonding_${interface}.proto='udp'
|
||||||
set openvpn.omr_bonding_${interface}.client='1'
|
set openvpn.omr_bonding_${interface}.client='1'
|
||||||
|
|
|
@ -279,17 +279,6 @@ config openvpn sample_server
|
||||||
# Use BF-CBC as fallback
|
# Use BF-CBC as fallback
|
||||||
# option data_ciphers_fallback 'BF-CBC'
|
# option data_ciphers_fallback 'BF-CBC'
|
||||||
|
|
||||||
# OpenVPN versions 2.4 and later will attempt to
|
|
||||||
# automatically negotiate the most secure cipher
|
|
||||||
# between the client and server, regardless of a
|
|
||||||
# configured "option cipher" (see below).
|
|
||||||
# Automatic negotiation is recommended.
|
|
||||||
#
|
|
||||||
# Uncomment this option to disable this behavior,
|
|
||||||
# and force all OpenVPN peers to use the configured
|
|
||||||
# cipher option instead (not recommended).
|
|
||||||
# option ncp_disable
|
|
||||||
|
|
||||||
# Enable compression on the VPN link.
|
# Enable compression on the VPN link.
|
||||||
# If you enable it here, you must also
|
# If you enable it here, you must also
|
||||||
# enable it in the client config file.
|
# enable it in the client config file.
|
||||||
|
|
|
@ -166,7 +166,6 @@ mlock
|
||||||
mtu_test
|
mtu_test
|
||||||
multihome
|
multihome
|
||||||
mute_replay_warnings
|
mute_replay_warnings
|
||||||
ncp_disable
|
|
||||||
nobind
|
nobind
|
||||||
opt_verify
|
opt_verify
|
||||||
passtos
|
passtos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue