Comments on: Easy Pi-Hole and Stubby on Orange Pi Zero & Raspberry Pi 3 https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/ Sat, 08 Aug 2020 19:57:46 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Pedro https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/#comment-14190 Sat, 08 Aug 2020 19:57:46 +0000 https://blog.plip.com/?p=2154#comment-14190 pi@raspberrypi:~ $ dig @127.1.1.1 plip.com +short # stubby
192.81.135.175
pi@raspberrypi:~ $ dig @127.0.0.1 plip.com +short # pi-hole

; <> DiG 9.11.5-P4-5.1+deb10u1-Raspbian <> @127.0.0.1 plip.com +short
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

pi-hole says “Lost connection to API”

]]>
By: mrjones https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/#comment-12876 Sun, 24 Nov 2019 22:18:17 +0000 https://blog.plip.com/?p=2154#comment-12876 In reply to robert.

Robert – sorry to hear that! Are you trying under Rasbpian or Ubuntu? You can tell what you’re on by running lsb_release -a|egrep 'Dist|Rel'. For me this shows:

lsb_release -a|egrep 'Dist|Rel'
No LSB modules are available.
Distributor ID: Ubuntu
Release: 18.04

If you’re on Raspbian, installing stubby with apt wont work – but it should work fine on Ubuntu. Let me know what ya find – I’d be happy to help!

]]>
By: robert https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/#comment-12873 Sat, 23 Nov 2019 22:57:20 +0000 https://blog.plip.com/?p=2154#comment-12873 The apt-get install stubby doesn’t work for me. It just says didn’t find stubby paket.

]]>
By: mrjones https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/#comment-12725 Tue, 15 Oct 2019 21:21:53 +0000 https://blog.plip.com/?p=2154#comment-12725 In reply to Eugene.

Eugene – Glad you liked the write up! Let me know if you have any questions when you try it.

Stubby does support DNSSEC! Check out their wiki page for more info.

And IPv6 support is there: on step 3 in “Installation Guide”, you can enter ::1 along with the 127 v4 address. If the DHCP server you’re using and the Pi-hole are set up to support v6, it should all flow through. Remember that a client on your LAN can make a AAAA query for an IPv6 address over an IPv4 connection to your Pi-hole. For example, my Pi-hole has no IPv6 address, but ~33% of queries are for AAAA addresses.

Good luck!

]]>
By: Eugene https://blog.plip.com/2018/10/12/easy-pi-hole-and-stubby-on-orange-pi-zero-raspberry-pi-3/#comment-12659 Mon, 07 Oct 2019 04:10:04 +0000 https://blog.plip.com/?p=2154#comment-12659 Thanks for the great write-up, I am planning to try this.

Does Stubby implement DNSSEC?

Could you please expand to include instructions for IPv6?

]]>