4 Commits
Author SHA1 Message Date
tvh-linux 69bf4564dc finnishprivresolv 2026-04-03 20:59:28 +02:00
tvh-linux 659709a2e9 starting unbound 2026-04-03 20:33:34 +02:00
tvh-linux 943994bd73 dnsroutinglocalhost& 2026-04-03 12:52:47 +02:00
tvh-linux b09ea468cb dnsrouting 2026-04-03 12:45:12 +02:00
+13 -3
View File
@@ -7,15 +7,21 @@ services:
env_file:
- .env
ports:
- "53:53/tcp"
- "53:53/udp"
- "${PIHOLE_WEB_PORT}:80"
- "127.0.0.1:53:53/tcp"
- "127.0.0.1:53:53/udp"
- "${WG_GUEST_IP}:53:53/tcp"
- "${WG_GUEST_IP}:53:53/udp"
- "${WG_ADMIN_IP}:53:53/tcp"
- "${WG_ADMIN_IP}:53:53/udp"
- "${WG_ADMIN_IP}:${PIHOLE_WEB_PORT}:80"
environment:
TZ: ${TZ}
WEBPASSWORD: ${WEBPASSWORD}
PIHOLE_DNS_: ${PIHOLE_DNS_}
DNSMASQ_LISTENING: all
FTLCONF_dns_listeningMode: all
networks:
- dns_net
volumes:
- pihole_data:/etc/pihole
- pihole_dnsmasq:/etc/dnsmasq.d
@@ -23,6 +29,10 @@ services:
cap_add:
- NET_ADMIN
networks:
dns_net:
external: true
volumes:
pihole_data:
pihole_dnsmasq: