mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
fix server address
This commit is contained in:
parent
563f0bcf7e
commit
1f40d682cb
@ -800,7 +800,7 @@ persist-key
|
|||||||
persist-tun
|
persist-tun
|
||||||
keepalive 10 120
|
keepalive 10 120
|
||||||
topology subnet
|
topology subnet
|
||||||
server $LAN_IP $LAN_SUBNET_MASK
|
server $(LAN_IP) $(LAN_SUBNET_MASK)
|
||||||
ifconfig-pool-persist ipp.txt" >>/etc/openvpn/server.conf
|
ifconfig-pool-persist ipp.txt" >>/etc/openvpn/server.conf
|
||||||
|
|
||||||
# DNS resolvers
|
# DNS resolvers
|
||||||
|
Loading…
Reference in New Issue
Block a user