Updating root servers list for djbdns (dnscache)

Hello,

Since Dr. Bernstein (aka dj) has abandoned djbdns or it looks like, some root server was removed from main list and there is no reason to use it.

To update such list, we only need to launch a little djdbdns soft and put it in the correct place.

# cd /service/dnscache/root/servers/

# mv @ oldrootlist (optional )

# dnsip `dnsqr ns . | awk ‘/^answer: \./ { print $5 }’` > @

If necessary, you can reload dnscache as follows:

# svc -d /service/dnscache

# svc -u /service/dnscache

or with a simple HUP:

# svc -h /service/dnscache

See you & thanks for djbdns!

Advertisement

One thought on “Updating root servers list for djbdns (dnscache)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s