Merge branch 'master' into openvpn-2.4-update
This commit is contained in:
commit
d2426cd0a1
2 changed files with 5 additions and 0 deletions
|
|
@ -261,6 +261,10 @@ SHA-1 is not safe anymore, so I use SHA-256 which is safe and widely used.
|
||||||
|
|
||||||
TLS-Auth is not enabled by default by OpenVPN, but it is in this script.
|
TLS-Auth is not enabled by default by OpenVPN, but it is in this script.
|
||||||
|
|
||||||
|
## Check for DNS leaks
|
||||||
|
|
||||||
|
Go to [dnsleaktest.com](https://dnsleaktest.com/) or [ipleak.net](https://ipleak.net/) with your browser. Only your server's IP should show up.
|
||||||
|
|
||||||
## Say thanks
|
## Say thanks
|
||||||
|
|
||||||
You can [say thanks](https://saythanks.io/to/Angristan) if you want!
|
You can [say thanks](https://saythanks.io/to/Angristan) if you want!
|
||||||
|
|
|
||||||
|
|
@ -730,6 +730,7 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf
|
||||||
;;
|
;;
|
||||||
3) # Quad9
|
3) # Quad9
|
||||||
echo 'push "dhcp-option DNS 9.9.9.9"' >> /etc/openvpn/server.conf
|
echo 'push "dhcp-option DNS 9.9.9.9"' >> /etc/openvpn/server.conf
|
||||||
|
echo 'push "dhcp-option DNS 149.112.112.112"' >> /etc/openvpn/server.conf
|
||||||
;;
|
;;
|
||||||
4) # FDN
|
4) # FDN
|
||||||
echo 'push "dhcp-option DNS 80.67.169.40"' >> /etc/openvpn/server.conf
|
echo 'push "dhcp-option DNS 80.67.169.40"' >> /etc/openvpn/server.conf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue