genconfig: Expand the subnet
* Use a larger subnet (2x the size) to allow for more hard-coded configurations.
This commit is contained in:
parent
353019b0e9
commit
20dc3d6ea0
@ -14,7 +14,7 @@ if [ -z "$cn" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cat > "$OPENVPN/udp1194.conf" <<EOF
|
cat > "$OPENVPN/udp1194.conf" <<EOF
|
||||||
server 192.168.255.128 255.255.255.128
|
server 192.168.255.0 255.255.255.0
|
||||||
verb 3
|
verb 3
|
||||||
#duplicate-cn
|
#duplicate-cn
|
||||||
key $EASYRSA_PKI/private/$cn.key
|
key $EASYRSA_PKI/private/$cn.key
|
||||||
|
Loading…
Reference in New Issue
Block a user