From 32fc608650b5aa824d87182e0491e0d9f5da7efe Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 13 Feb 2022 20:28:00 +0330 Subject: updates --- kubernetes/pihole/10-customdns.conf | 2 ++ kubernetes/pihole/dhcp | 10 ++++++++++ 2 files changed, 12 insertions(+) (limited to 'kubernetes') diff --git a/kubernetes/pihole/10-customdns.conf b/kubernetes/pihole/10-customdns.conf index af0b1b7..89cfd1f 100644 --- a/kubernetes/pihole/10-customdns.conf +++ b/kubernetes/pihole/10-customdns.conf @@ -6,4 +6,6 @@ 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 +host-record=voidbox2.lan,192.168.1.117 host-record=searx.lan,192.168.1.109 +host-record=rpiz2.lan,192.168.1.116 diff --git a/kubernetes/pihole/dhcp b/kubernetes/pihole/dhcp index 3f51e22..25d3ca7 100644 --- a/kubernetes/pihole/dhcp +++ b/kubernetes/pihole/dhcp @@ -59,3 +59,13 @@ config 'host' option 'name' 'pi2' option 'mac' 'B8:27:EB:70:49:C4' option 'ip' '192.168.1.105' + +config 'host' + option 'name' 'voidbox2' + option 'mac' 'B0:A7:B9:58:53:45' + option 'ip' '192.168.1.117' + +config 'host' + option 'name' 'rpiz2' + option 'mac' 'E4:5F:01:4B:FF:DC' + option 'ip' '192.168.1.116' -- cgit v1.2.3