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
|
||||
keepalive 10 120
|
||||
topology subnet
|
||||
server $LAN_IP $LAN_SUBNET_MASK
|
||||
server $(LAN_IP) $(LAN_SUBNET_MASK)
|
||||
ifconfig-pool-persist ipp.txt" >>/etc/openvpn/server.conf
|
||||
|
||||
# DNS resolvers
|
||||
|
Loading…
Reference in New Issue
Block a user