1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-02-20 07:13:13 +03:00
Updated the file here instead.
This commit is contained in:
Richard Skumat 2016-02-28 04:57:16 +00:00
parent b75f79839d
commit 471649fd54

View File

@ -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