Änderung DNS

This commit is contained in:
Borgal
2025-04-08 20:07:40 +00:00
parent 1a004a8490
commit 9dde4b5a25

View File

@@ -4,6 +4,10 @@ services:
container_name: wg-easy
environment:
- WG_HOST=${HOST}
#
# Probier mal diese Zeile ohne dem #
#- WG_DEFAULT_DNS=192.168.0.1
#
#- WG_DEFAULT_DNS=192.168.0.111, 10.1.6.2, localdomain
#- WG_ALLOWED_IPS=10.8.0.0/24, 192.168.0.0/24
- PASSWORD_HASH=${HASH}
@@ -21,3 +25,6 @@ services:
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
labels:
- com.centurylinklabs.watchtower.enable=true