dnsmasq
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -66,3 +66,5 @@ go.work.sum
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
|
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
|
||||||
|
dnsmasq.d
|
||||||
|
pihole_dnsmasq
|
||||||
|
|||||||
@@ -22,9 +22,10 @@ services:
|
|||||||
FTLCONF_dns_listeningMode: all
|
FTLCONF_dns_listeningMode: all
|
||||||
networks:
|
networks:
|
||||||
- dns_net
|
- 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
|
||||||
@@ -32,6 +33,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
dns_net:
|
dns_net:
|
||||||
external: true
|
external: true
|
||||||
|
proxy_net:
|
||||||
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pihole_data:
|
pihole_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user