pmcf 6.21.2 → 6.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/core-service.mjs +0 -1
- package/src/services/bind.mjs +1 -1
package/package.json
CHANGED
package/src/core-service.mjs
CHANGED
|
@@ -293,7 +293,6 @@ export class CoreService extends Base {
|
|
|
293
293
|
|
|
294
294
|
if (this.priority >= 390) {
|
|
295
295
|
for (const alias of this.aliases) {
|
|
296
|
-
console.log("CNAME", alias, dnsFullName(domainName));
|
|
297
296
|
records.push(DNSRecord(alias, "CNAME", dnsFullName(domainName)));
|
|
298
297
|
}
|
|
299
298
|
}
|
package/src/services/bind.mjs
CHANGED
|
@@ -370,7 +370,7 @@ class bind_group extends Base {
|
|
|
370
370
|
const hosts = new Set();
|
|
371
371
|
const addresses = new Set();
|
|
372
372
|
|
|
373
|
-
console.log("ZONES for", this.owner.owner.name, this.name);
|
|
373
|
+
//console.log("ZONES for", this.owner.owner.name, this.name);
|
|
374
374
|
|
|
375
375
|
for (const na of entries) {
|
|
376
376
|
const address = na.address;
|