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
|
||||
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 a new issue