Support old clients that might not recognize blocking
This commit is contained in:
parent
4a07541953
commit
eff3b83fe3
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,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
|
setenv opt 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
|
||||||
|
|
Loading…
Reference in a new issue