From 44e951bf47db9d96b81b0021b034e208c08f6d05 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Fri, 24 Oct 2025 06:35:34 +0000 Subject: [PATCH] Verbessert durch KI Der lokale DNS wird explizit angegeben, aber Peer DNS verbleibt auf "auto" --- compose_support.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose_support.yaml b/compose_support.yaml index d2fad7b..7c6ee9d 100644 --- a/compose_support.yaml +++ b/compose_support.yaml @@ -1,5 +1,4 @@ version: "3.9" - services: wireguard: image: linuxserver/wireguard @@ -11,13 +10,14 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Zurich - - SERVERURL=bizmark.ch # public IP + - SERVERURL=bizmark.ch # Public IP oder Domain - SERVERPORT=51820 - PEERS=1 # Anzahl initialer Clients - - PEERDNS=auto + - PEERDNS=auto # Aktuell so belassen - INTERNAL_SUBNET=10.50.0.0/24 # Subnetz für VPN-Clients - ALLOWEDIPS=192.168.100.0/24 # Zielnetz, das Clients über VPN erreichen sollen - PERSISTENTKEEPALIVE_PEERS=all # hält den Tunnel offen (optional) + - DNS_SERVER=192.168.100.1 # Definiere den DNS-Server im LAN volumes: - /opt/wireguard/config:/config - /lib/modules:/lib/modules