Add phpvms service
This commit is contained in:
parent
bf5fdebfa2
commit
11c339ce92
9 changed files with 257 additions and 3 deletions
|
|
@ -69,8 +69,8 @@ function acme_challenge(subd, target) {
|
|||
|
||||
function verify_dmarc_reports(domains) {
|
||||
var result = [];
|
||||
for (d in domains) {
|
||||
result.push(TXT(d + "._report._dmarc", "v=DMARC1"));
|
||||
for (i in domains) {
|
||||
result.push(TXT(domains[i] + "._report._dmarc", "v=DMARC1"));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue