try {
domain = ZoneName(parts[1]);
} catch (...) {
- return "Failed to parse zone as valid DNS name";
+ return "Failed to parse '" + parts[1] + "' as a valid zone name";
}
ComboAddress primary_ip;
try {
domain = ZoneName(parts[1]);
} catch (...) {
- return "Failed to parse zone as valid DNS name";
+ return "Failed to parse '" + parts[1] + "' as a valid zone name";
}
try {
try {
domain = ZoneName(parts[1]);
} catch (...) {
- return "Failed to parse zone as valid DNS name";
+ return "Failed to parse '" + parts[1] + "' as a valid zone name";
}
if(!Communicator.notifyDomain(domain, &B)) {
- return "Failed to add to the queue - see log";
+ return "Failed to add " + domain.toLogString() + " to the queue - see log";
}
- return "Added to queue";
+ return "Added " + domain.toLogString() + " to queue";
}
}
Set 'example.com' meta TSIG-ALLOW-AXFR = tsig.com
Set 'test.com' meta TSIG-ALLOW-AXFR = tsig.com
Set 'example.com' meta AXFR-MASTER-TSIG = tsig.com
-Added to queue
+Added test.com to queue
Received notification response with error from 127.0.0.2:53: Query Refused
For: 'test.com'