fix server address
This commit is contained in:
parent
1f40d682cb
commit
f0a23586d3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue