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