Refreshed torguard config

This commit is contained in:
2024-01-11 19:00:49 -05:00
parent ddfc3975c0
commit 93189142bf
3 changed files with 24 additions and 15 deletions

View File

@@ -20,12 +20,12 @@ services:
environment:
VPN_TYPE: wireguard
VPN_SERVICE_PROVIDER: custom
WIREGUARD_PRIVATE_KEY: "{{ wireguard_private_key }}"
WIREGUARD_PUBLIC_KEY: "h7l7Uw9Fhmsk5tUGdvL/FmI0ogEuJVsv/+wqu9pr1A8="
WIREGUARD_ADDRESSES: "10.13.128.101/24"
VPN_ENDPOINT_IP: "146.70.137.50"
WIREGUARD_PRIVATE_KEY: "{{ torguard_private_key }}"
WIREGUARD_PUBLIC_KEY: "sC96pq087HvVpRNA5oKjiotwGuRRZbdLiTgmqP+Du2s="
WIREGUARD_ADDRESSES: "{{ torguard_address }}"
VPN_ENDPOINT_IP: "146.70.137.122"
VPN_ENDPOINT_PORT: "1443"
FIREWALL_VPN_INPUT_PORTS: "13221"
FIREWALL_VPN_INPUT_PORTS: "55230"
DOT: "off"
DNS_ADDRESS: "9.9.9.9"
TZ: "{{ timezone }}"