Switched to Canadian Torguard server to circumvent port forward blocking on US servers

This commit is contained in:
Mike Wilson
2023-07-08 19:39:02 -04:00
parent b3705be9db
commit 8ff516d87d
3 changed files with 13 additions and 12 deletions

View File

@@ -21,11 +21,11 @@ services:
VPN_TYPE: wireguard
VPN_SERVICE_PROVIDER: custom
WIREGUARD_PRIVATE_KEY: "{{ wireguard_private_key }}"
WIREGUARD_PUBLIC_KEY: "1N3x3+Ojc8jONodU0eBnLth3qcmrdlrNK9tkUnVGHT4="
WIREGUARD_ADDRESSES: "10.13.128.85/24"
VPN_ENDPOINT_IP: "67.213.221.27"
WIREGUARD_PUBLIC_KEY: "h7l7Uw9Fhmsk5tUGdvL/FmI0ogEuJVsv/+wqu9pr1A8="
WIREGUARD_ADDRESSES: "10.13.128.101/24"
VPN_ENDPOINT_IP: "146.70.137.50"
VPN_ENDPOINT_PORT: "1443"
FIREWALL_VPN_INPUT_PORTS: "42382"
FIREWALL_VPN_INPUT_PORTS: "13221"
DOT: "off"
DNS_ADDRESS: "10.8.0.1"
TZ: "{{ timezone }}"