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:
parent
beea81af26
commit
b90b9372de
2
dns-pihole/Dockerfile
Normal file
2
dns-pihole/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM pihole/pihole:latest
|
||||
COPY custom.list /etc/pihole/custom.list
|
4
dns-pihole/custom.list
Normal file
4
dns-pihole/custom.list
Normal 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
|
Loading…
Reference in New Issue
Block a user