Regenerated wireguard config for gluetun
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
@@ -21,13 +19,14 @@ services:
|
||||
VPN_TYPE: wireguard
|
||||
VPN_SERVICE_PROVIDER: custom
|
||||
WIREGUARD_PRIVATE_KEY: "{{ torguard_private_key }}"
|
||||
WIREGUARD_PUBLIC_KEY: "sC96pq087HvVpRNA5oKjiotwGuRRZbdLiTgmqP+Du2s="
|
||||
WIREGUARD_PUBLIC_KEY: "fLDSO1YJxryyquen+XupegFQWhsWkGva+g3BtuIRyWs="
|
||||
WIREGUARD_ADDRESSES: "{{ torguard_address }}"
|
||||
VPN_ENDPOINT_IP: "146.70.137.122"
|
||||
VPN_ENDPOINT_IP: "38.96.254.100"
|
||||
VPN_ENDPOINT_PORT: "1443"
|
||||
FIREWALL_VPN_INPUT_PORTS: "55230"
|
||||
FIREWALL_VPN_INPUT_PORTS: "45333"
|
||||
FIREWALL_OUTBOUND_SUBNETS: "10.0.0.0/24"
|
||||
DOT: "off"
|
||||
DNS_ADDRESS: "9.9.9.9"
|
||||
DNS_ADDRESS: "10.8.0.1"
|
||||
TZ: "{{ timezone }}"
|
||||
HTTPPROXY: "on"
|
||||
HTTPPROXY_USER: httpproxy
|
||||
|
||||
Reference in New Issue
Block a user