small tweak to make openvpn example server config valid
This commit is contained in:
parent
9216683902
commit
3b0a8ebc37
3 changed files with 10 additions and 10 deletions
|
@ -73,7 +73,7 @@ cat << EOF
|
|||
# openvpn server config
|
||||
local $vpnserver
|
||||
server $vpnsubnet 255.255.255.0
|
||||
push redirect-gateway def1
|
||||
push "redirect-gateway def1"
|
||||
EOF
|
||||
)> $PWD/server.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue