mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-08 15:50:09 +01:00
Move line to installOpenVPN ==y
This commit is contained in:
parent
1704b18a1e
commit
41f19ac95d
@ -217,8 +217,7 @@ function installQuestions() {
|
|||||||
|
|
||||||
echo "Please provide the VPN network prefix. If you are going to use 10.8.0.0/24, then type prefix 10.8.0"
|
echo "Please provide the VPN network prefix. If you are going to use 10.8.0.0/24, then type prefix 10.8.0"
|
||||||
until [[ $VPN_NETWORK =~ ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){2}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ ]]; do
|
until [[ $VPN_NETWORK =~ ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){2}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ ]]; do
|
||||||
echo "Format bust be like XXX.XXX.XXX"
|
echo "Format must be like XXX.XXX.XXX"
|
||||||
VPN_NETWORK=${VPN_NETWORK:-10.8.0}
|
|
||||||
read -rp "VPN_NETWORK: " -e -i "$VPN_NETWORK" VPN_NETWORK
|
read -rp "VPN_NETWORK: " -e -i "$VPN_NETWORK" VPN_NETWORK
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -611,6 +610,7 @@ function installOpenVPN() {
|
|||||||
APPROVE_INSTALL=${APPROVE_INSTALL:-y}
|
APPROVE_INSTALL=${APPROVE_INSTALL:-y}
|
||||||
APPROVE_IP=${APPROVE_IP:-y}
|
APPROVE_IP=${APPROVE_IP:-y}
|
||||||
IPV6_SUPPORT=${IPV6_SUPPORT:-n}
|
IPV6_SUPPORT=${IPV6_SUPPORT:-n}
|
||||||
|
VPN_NETWORK=${VPN_NETWORK:-10.8.0}
|
||||||
PORT_CHOICE=${PORT_CHOICE:-1}
|
PORT_CHOICE=${PORT_CHOICE:-1}
|
||||||
PROTOCOL_CHOICE=${PROTOCOL_CHOICE:-1}
|
PROTOCOL_CHOICE=${PROTOCOL_CHOICE:-1}
|
||||||
DNS=${DNS:-1}
|
DNS=${DNS:-1}
|
||||||
|
Loading…
Reference in New Issue
Block a user