diff options
Diffstat (limited to 'kubernetes/pihole')
-rw-r--r-- | kubernetes/pihole/10-customdns.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/pihole/10-customdns.conf b/kubernetes/pihole/10-customdns.conf new file mode 100644 index 0000000..a5c4539 --- /dev/null +++ b/kubernetes/pihole/10-customdns.conf @@ -0,0 +1,8 @@ +host-record=mongo.lan,192.168.1.109:27117 +host-record=pi2.lan,192.168.1.105 +host-record=pi3.lan,192.168.1.108 +host-record=pi4.lan,192.168.1.109 +host-record=phone.lan,192.168.1.110 +host-record=switch.lan,192.168.1.106 +host-record=router.lan,192.168.1.200 +host-record=voidbox.lan,192.168.1.103 |