Compare commits

..

2 Commits

Author SHA1 Message Date
61c24f42eb wildcard 2026-04-06 15:33:00 +02:00
69a58598f8 dnsmasq 2026-04-06 15:17:37 +02:00
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -66,3 +66,5 @@ go.work.sum
.env
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
dnsmasq.d
pihole_dnsmasq

View File

@@ -20,11 +20,13 @@ services:
PIHOLE_DNS_: ${PIHOLE_DNS_}
DNSMASQ_LISTENING: all
FTLCONF_dns_listeningMode: all
FTLCONF_misc_etc_dnsmasq_d: 'true'
networks:
- dns_net
- proxy_net
volumes:
- pihole_data:/etc/pihole
- pihole_dnsmasq:/etc/dnsmasq.d
- ./pihole_dnsmasq:/etc/dnsmasq.d
cap_add:
- NET_ADMIN
@@ -32,6 +34,8 @@ services:
networks:
dns_net:
external: true
proxy_net:
external: true
volumes:
pihole_data: