pmcf 2.26.0 → 2.26.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -424,7 +424,7 @@ async function generateZoneDefs(dns, location, packageData) {
424
424
 
425
425
  for (const foreignDomainName of host.foreignDomainNames) {
426
426
  zone.records.add(
427
- DNSRecord("external", "PTR", dnsFullName(foreignDomainName))
427
+ DNSRecord("outfacing", "PTR", dnsFullName(foreignDomainName))
428
428
  );
429
429
  }
430
430