pmcf 6.28.2 → 6.28.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "6.28.2",
3
+ "version": "6.28.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -650,9 +650,6 @@ export class bind extends CoreService {
650
650
  .map(e => e.networkAddress?.address);
651
651
 
652
652
  if (forwarders.length) {
653
- if (forwarders.length > 5) {
654
- forwarders.length = 5;
655
- }
656
653
  await writeLines(
657
654
  join(outputControl.dir, "etc/named/options"),
658
655
  `forwarders.conf`,