Johannes Franken
<jfranken@jfranken.de>
Solution:
You can set the detail level for the logfiles in named.conf:
// reduce log verbosity on issues outside our control logging { category lame-servers { null; }; category cname { null; }; }; |
$ dig @pns.dtag.de version.bind. txt CHAOS|grep -i "^V" VERSION.BIND. 0S CHAOS TXT "BIND 8.3.4" |
$ whatdns() { printf 'begin-base64 644 -\np8IBAAABAAAAAAAAB3ZlcnNpb24EYmluZAAAEAADCg==\n===='| uudecode| nc -uw 1 $1 domain | strings| tail -1; } $ whatdns pns.dtag.de BIND 8.3.4 $ whatdns 141.2.1.1 4.9.7 |
$ whatdns ns.jfranken.de Surely you must be joking |