pmcf 2.11.2 → 2.11.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": "2.11.2",
3
+ "version": "2.11.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -143,12 +143,9 @@ export class DHCPService extends Service {
143
143
  };
144
144
 
145
145
  const dhcpServerDdns = {
146
- "enable-updates": false,
146
+ "enable-updates": true,
147
147
  "server-ip": "127.0.0.1",
148
148
  "server-port": ddns.DhcpDdns.port,
149
- /*"sender-ip": "",
150
- "sender-port": 0,
151
- */
152
149
  "max-queue-size": 64,
153
150
  "ncr-protocol": "UDP",
154
151
  "ncr-format": "JSON"