Why not use the root servers directly for Pi-hole?

You can't use the root servers as recursive DNS servers:

;; WARNING: recursion requested but not available

The root servers, like most authoritative servers, are configured to not do recursive resolution, which is what your ISP’s DNS servers (and other public ones) are set up for.

3 Likes