diff --git a/dns-pihole/Dockerfile b/dns-pihole/Dockerfile new file mode 100644 index 0000000..6ee094e --- /dev/null +++ b/dns-pihole/Dockerfile @@ -0,0 +1,2 @@ +FROM pihole/pihole:latest +COPY custom.list /etc/pihole/custom.list diff --git a/dns-pihole/custom.list b/dns-pihole/custom.list new file mode 100644 index 0000000..6a14677 --- /dev/null +++ b/dns-pihole/custom.list @@ -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