From 71af3c37ebb04b8f6f042e845972a15a8811f454 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 3 Feb 2018 19:14:50 +0100 Subject: [PATCH] Try both UDP and TCP --- assets/templates/files/config.ovpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/files/config.ovpn b/assets/templates/files/config.ovpn index 765251a..f57f6d0 100644 --- a/assets/templates/files/config.ovpn +++ b/assets/templates/files/config.ovpn @@ -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