Try both UDP and TCP
This commit is contained in:
parent
f3fa7155a7
commit
71af3c37eb
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{{ define "base" }}# Client configuration for {{ .User }}@{{ .Name }}
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote 195.201.7.179 443
|
||||
remote ovpn.oneofftech.xyz 443 udp
|
||||
remote ovpn.oneofftech.xyz 443 tcp
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
|
|
Loading…
Reference in a new issue