pmcf 3.13.8 → 3.13.10

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": "3.13.8",
3
+ "version": "3.13.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -10,7 +10,6 @@ const InfluxdbServiceTypeDefinition = {
10
10
  extends: ServiceTypeDefinition,
11
11
  specializationOf: ServiceTypeDefinition,
12
12
  owners: ServiceTypeDefinition.owners,
13
- //: 0.1,
14
13
  key: "name",
15
14
  attributes: {
16
15
  "metrics-disabled": {
@@ -424,7 +424,8 @@ export class KeaService extends Service {
424
424
  s =>
425
425
  s.family === "IPv4" &&
426
426
  // TODO keep out tailscale
427
- s.cidr !== "100.64.0.2/32"
427
+ s.cidr !== "100.64.0.2/32" &&
428
+ s.cidr !== "100.64.0.3/32"
428
429
  )
429
430
  .map((subnet, index) => {
430
431
  return {