Peter van Dijk
Peter van Dijk
### Short description backport of #11641 ### Checklist I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code -...
I did some very rough work to verify that the DNSKEYs for the root zone and the TLDs are not affected. Unless I made a mistake in my testing, none...
``` $ sudo netstat -an | grep 3002 tcp6 0 0 ::1.3002 ::1.53506 ESTABLISHED tcp6 0 0 ::1.53506 ::1.3002 ESTABLISHED tcp46 0 0 *.3002 *.* LISTEN $ sudo lsof -i...
NickServ identify (as implemented through `identity_pass` in the irccat config) takes several seconds (7-8 on my measurements yesterday) to go through. This means that any `JOIN`s that require the identification...
PRs can be ongoing work. I wanted 24pullrequests to motivate me to finish already-opened PRs that had received feedback that required additional work, but then I realised this would not...
Commit 948216e7fc9552a6374693aea3f7454bdbec8bf1 makes sure we only try to use IPV6_PKTINFO when it is available, fixing compilation on OSX. However, that file was taken from PowerDNS which compiles fine on OSX...
With a zone containing ``` x.example.com. 3005 IN DNAME example.nl. a.x.example.com. 3005 IN A 192.0.2.5 ``` (plus SOA, DNSKEY, signatures, etc.), ldns-verify-zone reports: ``` Error: a.x.example.com. A has signature(s), but...
like a combination of TAP and the default (utfTerminal) with the colored dots. Perhaps tie it to -vv ('doubly verbose'), or a new output type. (as discussed on #lua with...
### Short description ### Checklist I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [ ] included...
### Short description This makes it easier to generate packages from any branch or tag for one or more distribution targets at a time. It also adds a flag for...