clients: Add support for static subnet
* Allow static clients to be placed on 192.168.254.0/24 subnet.
This commit is contained in:
@ -36,7 +36,9 @@ persist-key
|
||||
persist-tun
|
||||
push "dhcp-option DNS 8.8.4.4"
|
||||
push "dhcp-option DNS 8.8.8.8"
|
||||
|
||||
client-config-dir $OPENVPN/ccd
|
||||
route 192.168.254.0 255.255.255.0
|
||||
|
||||
proto udp
|
||||
port 1194
|
||||
|
Reference in New Issue
Block a user