Add PiHole container with custom DNS

Not adding an entire volume for something that should be in change control, tyvm
This commit is contained in:
Salt 2021-02-20 11:11:30 -06:00
parent beea81af26
commit b90b9372de
2 changed files with 6 additions and 0 deletions

2
dns-pihole/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM pihole/pihole:latest
COPY custom.list /etc/pihole/custom.list

4
dns-pihole/custom.list Normal file
View File

@ -0,0 +1,4 @@
192.168.102.1 master1.desu.local
192.168.102.10 node1.desu.local jellyfin.desu.local
192.168.102.11 node2.desu.local
192.168.102.12 node3.desu.local