Package: pdnsd Version: 1.2.7-par-1 Severity: important I had been running pdnsd to quickly fail AAAA lookups due to the work DNS infrastructure completely failing on them (SERVFAIL).
In going through some logs recently, I noticed it was no longer working... Unfortunately, I can't say when it stopped and my logs again are flooded with crap :( The code currently seems to be doing a full match on the neg sections, not working on any subdomains - as documented. Here's the relevant pdnsd.conf snippet: /* * This section exists only to block *all* AAAA requests, so as to * 1) Work around my companies broken infrastructure * 2) Not loose sites/slow this machine down by the AAAA breakage */ neg { name=com; types=AAAA; } neg { name=org; types=AAAA; } neg { name=net; types=AAAA; } neg { name=gov; types=AAAA; } neg { name=mil; types=AAAA; } -- System Information: Debian Release: squeeze-sid APT prefers testing-proposed-updates APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.6 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pdnsd depends on: ii adduser 3.110 add and remove users and groups ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy ii libc6 2.9-5 GNU C Library: Shared libraries Versions of packages pdnsd recommends: ii resolvconf 1.43 name server information handler pdnsd suggests no packages. -- debconf information: * pdnsd/conf: Manual -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org