From b90b9372de1082472567f164026070bb426fec9a Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Feb 2021 11:11:30 -0600 Subject: [PATCH] Add PiHole container with custom DNS Not adding an entire volume for something that should be in change control, tyvm --- dns-pihole/Dockerfile | 2 ++ dns-pihole/custom.list | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 dns-pihole/Dockerfile create mode 100644 dns-pihole/custom.list 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