pmcf 2.64.0 → 2.64.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/README.md CHANGED
@@ -32,8 +32,10 @@
32
32
  * [subnet](#subnet)
33
33
  * [networkInterface](#networkinterface)
34
34
  * [address](#address)
35
- * [serviceEndpoints](#serviceendpoints)
35
+ * [addresses](#addresses)
36
36
  * [Parameters](#parameters-4)
37
+ * [serviceEndpoints](#serviceendpoints)
38
+ * [Parameters](#parameters-5)
37
39
 
38
40
  ## Base
39
41
 
@@ -82,6 +84,18 @@ Type: NetworkInterface
82
84
 
83
85
  Type: ([string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | [Uint8Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) | [Uint16Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array))
84
86
 
87
+ ## addresses
88
+
89
+ ### Parameters
90
+
91
+ * `sources` **Iterable<(Owner | [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String))>**&#x20;
92
+ * `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
93
+
94
+ * `options.aggregate` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**&#x20;
95
+ * `options.filter` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
96
+
97
+ Returns **Iterable<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** addresses
98
+
85
99
  ## serviceEndpoints
86
100
 
87
101
  ### Parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.64.0",
3
+ "version": "2.64.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -275,7 +275,7 @@ export class BindService extends ExtraSourceService {
275
275
  );
276
276
  }
277
277
 
278
- if (acls.length) {
278
+ if (this.internal?.length) {
279
279
  await writeLines(
280
280
  join(configPackageDir, "etc/named"),
281
281
  `0-acl-${name}.conf`,