Compare commits
3 Commits
wholenetwo
...
61c24f42eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 61c24f42eb | |||
| 69a58598f8 | |||
| 69bf4564dc |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -66,3 +66,5 @@ go.work.sum
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
|
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
|
||||||
|
dnsmasq.d
|
||||||
|
pihole_dnsmasq
|
||||||
|
|||||||
@@ -20,13 +20,23 @@ services:
|
|||||||
PIHOLE_DNS_: ${PIHOLE_DNS_}
|
PIHOLE_DNS_: ${PIHOLE_DNS_}
|
||||||
DNSMASQ_LISTENING: all
|
DNSMASQ_LISTENING: all
|
||||||
FTLCONF_dns_listeningMode: all
|
FTLCONF_dns_listeningMode: all
|
||||||
|
FTLCONF_misc_etc_dnsmasq_d: 'true'
|
||||||
|
networks:
|
||||||
|
- dns_net
|
||||||
|
- proxy_net
|
||||||
volumes:
|
volumes:
|
||||||
- pihole_data:/etc/pihole
|
- pihole_data:/etc/pihole
|
||||||
- pihole_dnsmasq:/etc/dnsmasq.d
|
- ./pihole_dnsmasq:/etc/dnsmasq.d
|
||||||
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
||||||
|
networks:
|
||||||
|
dns_net:
|
||||||
|
external: true
|
||||||
|
proxy_net:
|
||||||
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pihole_data:
|
pihole_data:
|
||||||
pihole_dnsmasq:
|
pihole_dnsmasq:
|
||||||
|
|||||||
Reference in New Issue
Block a user