From 0524f7385cc96d533f7882573293558555033bb4 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 24 Jan 2026 23:21:38 +0000 Subject: [PATCH] Update Remote-Access_Containers/wg-easy/compose.yaml --- Remote-Access_Containers/wg-easy/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Remote-Access_Containers/wg-easy/compose.yaml b/Remote-Access_Containers/wg-easy/compose.yaml index 3d341c4..9032782 100644 --- a/Remote-Access_Containers/wg-easy/compose.yaml +++ b/Remote-Access_Containers/wg-easy/compose.yaml @@ -8,8 +8,8 @@ services: - PASSWORD= # Password for accessing the WG-Easy web interface. - PORT=51821 # Port for the web interface. - WG_PORT=51820 # WireGuard port for VPN traffic. - - WG_DEFAULT_ADDRESS=10.10.0.x - - WG_DEFAULT_DNS=192.168.X.X, 1.1.1.1 + - WG_DEFAULT_ADDRESS= + - WG_DEFAULT_DNS= - WG_MTU=1420 # - WG_CONFIG_PORT=92820 - WG_ALLOWED_IPS=0.0.0.0/0, ::/0 @@ -24,4 +24,4 @@ services: sysctls: # Kernel parameters that need to be set for WireGuard. - net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.ip_forward=1 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped \ No newline at end of file