Add emgauwa to dnscontrol
This commit is contained in:
parent
7ac1d9d28f
commit
517e75a3a3
4 changed files with 33 additions and 3 deletions
dns
|
@ -70,3 +70,13 @@ function verify_dmarc_reports(domains) {
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
function emgauwa_records(emgauwa) {
|
||||
var result = [];
|
||||
for (var i = 0; i < emgauwa.length; i++) {
|
||||
var e = emgauwa[i];
|
||||
result.push(A(e.subdomain, e.ip));
|
||||
result.push(acme_challenge(e.subdomain, e.acme_challenge));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue