1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

Fixing typo

Changed 5 to 7 to resolve an oversight when pasting
This commit is contained in:
Daniel Stinebaugh 2018-03-14 10:04:13 -07:00
parent 589509a665
commit ee8eef35cf

View File

@ -304,7 +304,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
echo 'push "dhcp-option DNS 64.6.64.6"' >> /etc/openvpn/server.conf
echo 'push "dhcp-option DNS 64.6.65.6"' >> /etc/openvpn/server.conf
;;
5)
7)
echo 'push "dhcp-option DNS 9.9.9.9"' >> /etc/openvpn/server.conf
;;
esac