diff --git a/openvpn-install.sh b/openvpn-install.sh index 6704859..f67c61d 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -639,6 +639,7 @@ function installOpenVPN() { IPV6_SUPPORT=${IPV6_SUPPORT:-n} PORT_CHOICE=${PORT_CHOICE:-1} PROTOCOL_CHOICE=${PROTOCOL_CHOICE:-1} + LAN_IP_CHOICE=${LAN_IP_CHOICE:-1} DNS=${DNS:-1} COMPRESSION_ENABLED=${COMPRESSION_ENABLED:-n} CUSTOMIZE_ENC=${CUSTOMIZE_ENC:-n}