diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-02 19:09:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-02 19:09:01 +0000 |
commit | 0abd6932a2865263d89139314b64fed72467b1d1 (patch) | |
tree | e38e2a849f9ca3eb7a0ff119c4b3bc5abab0715c /kubernetes/pihole/10-customdns.conf | |
parent | updates (diff) | |
download | scripts-0abd6932a2865263d89139314b64fed72467b1d1.tar.gz scripts-0abd6932a2865263d89139314b64fed72467b1d1.zip |
searx and ipfs, plus local dns
Diffstat (limited to 'kubernetes/pihole/10-customdns.conf')
-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 |