mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-09 04:02:08 +00:00
Fixing typo
Changed 5 to 7 to resolve an oversight when pasting
This commit is contained in:
parent
589509a665
commit
ee8eef35cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue