From 91d57fec92151d9e5791b814b70e40b12be318f4 Mon Sep 17 00:00:00 2001 From: Maximilian Falkenstein Date: Thu, 28 Mar 2024 00:54:59 +0100 Subject: [PATCH] Attempt to turn on DDNS for IPv4 --- conf/kea-ddns.conf.env | 4 ++-- conf/kea-dhcp4.conf.env | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/conf/kea-ddns.conf.env b/conf/kea-ddns.conf.env index ff49447..69382bb 100644 --- a/conf/kea-ddns.conf.env +++ b/conf/kea-ddns.conf.env @@ -44,7 +44,7 @@ "ip-address": "10.233.242.201" } ] - }, + } ] }, @@ -73,7 +73,7 @@ "ip-address": "10.233.242.201" } ] - }, + } ] }, diff --git a/conf/kea-dhcp4.conf.env b/conf/kea-dhcp4.conf.env index 25b765d..30e2f52 100644 --- a/conf/kea-dhcp4.conf.env +++ b/conf/kea-dhcp4.conf.env @@ -227,6 +227,16 @@ // } ], + "dhcp-ddns": { + "enable-updates": true, + "server-ip": "127.0.0.1", + "server-port":53001, + }, + + "ddns-send-updates": true, + // TODO: Change bouncer to properly kill leases via API + "ddns-use-conflict-resolution": false, + // Below an example of a simple IPv4 subnet declaration. Uncomment to enable // it. This is a list, denoted with [ ], of structures, each denoted with // { }. Each structure describes a single subnet and may have several