pmcf 1.31.1 → 1.31.2

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.
@@ -98,7 +98,7 @@ async function generateNamedDefs(owner, targetDir) {
98
98
  const host = networkInterface.host;
99
99
  zone.records.add(
100
100
  createRecord(
101
- host.hostName,
101
+ host.domainName + ".",
102
102
  isIPv4Address(address) ? "A " : "AAAA",
103
103
  normalizeIPAddress(address)
104
104
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "1.31.1",
3
+ "version": "1.31.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },