mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 20:52:42 +01:00
Prevent DNS leaks on windows (v2.3.9+, ignored on other platforms)
This commit is contained in:
@@ -450,6 +450,7 @@ persist-tun
|
|||||||
remote-cert-tls server
|
remote-cert-tls server
|
||||||
cipher AES-256-CBC
|
cipher AES-256-CBC
|
||||||
auth SHA512
|
auth SHA512
|
||||||
|
block-outside-dns
|
||||||
tls-version-min 1.2
|
tls-version-min 1.2
|
||||||
tls-client" > /etc/openvpn/client-common.txt
|
tls-client" > /etc/openvpn/client-common.txt
|
||||||
if [[ "$VARIANT" = '1' ]]; then
|
if [[ "$VARIANT" = '1' ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user