vpn/DNS angepasst

This commit is contained in:
Borgal
2024-11-26 23:43:40 +00:00
parent fd74551bc2
commit ab7fced15f

View File

@@ -4,9 +4,10 @@ services:
container_name: wg-easy
environment:
- WG_HOST=${HOST}
- WG_DEFAULT_DNS=192.168.0.1, fritz.box
- WG_ALLOWED_IPS=10.8.0.0/24, 192.168.0.0/24
- 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}
- UI_TRAFFIC_STATS=true
volumes:
- ./wg-easy:/etc/wireguard
ports: