-
The kind table of domainmetadata is a varchar(15). This prevents the use of AXFR-MASTER-TSIG as metadata for the domain, as in PowerDNS tutorial https://doc.powerdns.com/md/authoritative/tsig/
-
DNS AXFR may go over dn42.
- [ ] .dn42 TLD + reverse zones in local DNS caches
- [x] Use c3d2 blackhole or own container?
astro updated
7 years ago
-
It looks like TSIG is not used when pdns_control retrieve is used to retrieve a domain from a slave. TSIG is configured correctly on master and slave.
Using tcpdump / wireshark no "additional record…
-
I'd kill for a metric from kubedns that showed me how many queries it was serving. even a simple http endpoint, but better to have prometheus metrics
-
## v-sync-dns-cluster:
Isn't syncing serial numbers on slaves. This causes serial number mismatch.
http://mxtoolbox.com/problem/dns/DNS-SOA-Serial-Numbers-Match/
-
**Rancher Versions:**
1.3.4
Server:
dnsupdate-rfc2136 v0.6.2
healthcheck v0.2.0
ipsec:
network-services: v0.7.0 v0.4.0
scheduler v0.5.1
nfs v0.6.0
**Docker Version:**
1.12.3
**OS and wher…
-
Is erl-dns supposed to have AXFR support? I see the erldns_axfr module, but no logic around it.
-
The tinydns.pm handles generic records of type 16 (TXT) with:
```
if ($n == 16) {
$r =~ s/:16//;
return $self->zr_txt( $r );
};
```
but the second line in the above code should be:
```
…
-
Our PowerDNS Authoritative servers, configured as slave with Bind backend does not send a SOA requests to the master to check if the serial number has increased (refresh interval).
AXFRs only seems t…
-
I wouldn't have dared suggest this here, but my understanding of [this thread](https://twitter.com/jpmens/status/623425681691660292) is that I should, so here's the man page for it. ;-)
``` txt
NAME
…