1
0
Fork 0
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:
bh 2019-06-10 01:19:48 +08:00
parent ab12f7c41f
commit 9a7a4ecd52

View file

@ -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