mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-02-20 07:13:13 +03:00
Argh git
Updated the file here instead.
This commit is contained in:
parent
b75f79839d
commit
471649fd54
@ -272,7 +272,10 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
||||
echo 'push "dhcp-option DNS 74.82.42.42"' >> /etc/openvpn/server.conf
|
||||
;;
|
||||
6)
|
||||
echo 'push "dhcp-option OWNDNS"' >> /etc/openvpn/server.conf
|
||||
for var in $OWNDNS;
|
||||
do
|
||||
echo 'push "dhcp-option OWNDNS"' >> /etc/openvpn/server.conf;
|
||||
done
|
||||
;;
|
||||
esac
|
||||
echo "keepalive 10 120
|
||||
|
Loading…
x
Reference in New Issue
Block a user