mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
fix windows 10 "read tcp_client unknown error (code=10060) windows 10" drop connection bug
This commit is contained in:
parent
ab12f7c41f
commit
9a7a4ecd52
1 changed files with 2 additions and 1 deletions
|
@ -368,7 +368,8 @@ auth SHA512
|
|||
cipher AES-256-GCM
|
||||
setenv opt block-outside-dns
|
||||
key-direction 1
|
||||
verb 3" > /etc/openvpn/client-common.txt
|
||||
verb 3
|
||||
redirect-gateway autolocal" > /etc/openvpn/client-common.txt
|
||||
# Generates the custom client.ovpn
|
||||
newclient "$CLIENT"
|
||||
echo
|
||||
|
|
Loading…
Add table
Reference in a new issue