mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[35-local-d2-dhcp-ddns-client-config] Updated kea6/with-ddns.json example
This commit is contained in:
committed by
Thomas Markwalder
parent
28687f4f1d
commit
d8d7ca6cb7
@@ -41,7 +41,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
// Enable dynamic DNS updates
|
// Enable connectivity with kea-dhcp-ddns
|
||||||
|
// (Required for dynamic DNS updates)
|
||||||
"dhcp-ddns" : {
|
"dhcp-ddns" : {
|
||||||
"enable-updates" : true,
|
"enable-updates" : true,
|
||||||
"server-ip" : "3001::1",
|
"server-ip" : "3001::1",
|
||||||
@@ -50,17 +51,20 @@
|
|||||||
"sender-port" : 3433,
|
"sender-port" : 3433,
|
||||||
"max-queue-size" : 2048,
|
"max-queue-size" : 2048,
|
||||||
"ncr-protocol" : "UDP",
|
"ncr-protocol" : "UDP",
|
||||||
"ncr-format" : "JSON",
|
"ncr-format" : "JSON"
|
||||||
"override-no-update" : true,
|
|
||||||
"override-client-update" : true,
|
|
||||||
"replace-client-name" : "when-present",
|
|
||||||
"generated-prefix" : "test.prefix",
|
|
||||||
"qualifying-suffix" : "test.suffix.",
|
|
||||||
"hostname-char-set": "[^A-Za-z0-9.-]",
|
|
||||||
"hostname-char-replacement": "x"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
// Enable DDNS updates and configure DDNS update behavior
|
||||||
|
"ddns-send-updates" : true,
|
||||||
|
"ddns-override-no-update" : true,
|
||||||
|
"ddns-override-client-update" : true,
|
||||||
|
"ddns-replace-client-name" : "when-present",
|
||||||
|
"ddns-generated-prefix" : "test.prefix",
|
||||||
|
"ddns-qualifying-suffix" : "test.suffix.",
|
||||||
|
"hostname-char-set": "[^A-Za-z0-9.-]",
|
||||||
|
"hostname-char-replacement": "x",
|
||||||
|
|
||||||
// The following configures logging. It assumes that messages with at
|
// The following configures logging. It assumes that messages with at
|
||||||
// least informational level (info, warn, error and fatal) should be
|
// least informational level (info, warn, error and fatal) should be
|
||||||
// logged to stdout.
|
// logged to stdout.
|
||||||
|
Reference in New Issue
Block a user