diff options
Diffstat (limited to 'kubernetes/pihole')
-rw-r--r-- | kubernetes/pihole/10-customdns.conf | 2 | ||||
-rw-r--r-- | kubernetes/pihole/dhcp | 10 |
2 files changed, 12 insertions, 0 deletions
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' |