From bcf3aad1d8f1104f859b78f8fd49fc64524d3e59 Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 3 Mar 2025 20:32:24 -0600 Subject: [PATCH] Switched gluetun Privado VPN connection to Dallas --- docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0e2bab0..2ba73d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,13 +11,14 @@ services: ports: - "6090:6090" environment: + # Privado - Dallas - VPN_SERVICE_PROVIDER=custom - VPN_TYPE=wireguard - - WIREGUARD_ENDPOINT_IP=45.38.16.144 + - WIREGUARD_ENDPOINT_IP=45.38.15.192 - WIREGUARD_ENDPOINT_PORT=51820 - WIREGUARD_PUBLIC_KEY=KgTUh3KLijVluDvNpzDCJJfrJ7EyLzYLmdHCksG4sRg= - - WIREGUARD_PRIVATE_KEY=UJ2OhqyIlXQfbuYKTf8etvGGgT6SRGKzehlHi/k20Hc= - - WIREGUARD_ADDRESSES=100.64.7.102/32 + - WIREGUARD_PRIVATE_KEY=sOVaxrCbfpHj6zoDfoDS7SPaha1RTDM23/cg1m3U2Us= + - WIREGUARD_ADDRESSES=100.64.13.50/32 streamlink-server: build: context: .