amuck-landowner

Which nameservers do You use?

SpartanHost

New Member
Verified Provider
We use Google's nameservers for everything as well, nothing more reliable and no point attempting to use our own.
 

fixidixi

Active Member
@SpartanHost:

I for one run my own ns and use google as upstream and serve my own internal zones... ..as a usecase for your own ns :)
 

blfr

New Member
I run Unbound locally (on the server, or on a router), and forward queries to a set of quick servers. Usually Google's.

This gives you the flexibility to include non-standard tlds. You can forward all queries to Google,

Code:
        forward-zone:
                name: "."
                forward-addr: 8.8.4.4
                forward-addr: 8.8.8.8
but for chosen zones, ask someone else
Code:
        forward-zone: 
                name: "hack"
                forward-addr: 172.31.0.5
                forward-addr: 172.31.116.1
(that's for ChaosVPN's .hack domain).
 
Last edited by a moderator:
Top
amuck-landowner