mwalling wrote:
Acejam wrote:
One of my reasons for doing this is to have ns1.mydomain.com and ns2.mydomain.com. Sure, I don't really "need" this, but it makes it easier for me to host my friend's sites if need be.
How does having vanity NS records make it easier to host your friend's sites?
Code:
mwalling@youtoo:~$ dig +short theonion.com NS
ns1.linode.com.
ns4.linode.com.
ns2.linode.com.
ns3.linode.com.
They don't need vanity NS records...
I host some sites for folks who manage their own domain names. I don't want to bother them to reconfigure their domains if I choose to drop a particular hosting company. "Vanity" nameservers have a purpose. That said, what is the best way to do it?
Up until now I've been running an instance of bind but recently I've began experimenting with A records that point to the ip addresses of ns{1..4}.linode.com. Unfortunately CNAME's are not allowed for a nameserver and the A record makes me depend on the IP's of the linode ns{1..4} servers. How stable are these IPs? Is this a good idea or is it better to just run bind on an IP I control?