Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
451
Issues
451
List
Boards
Labels
Service Desk
Milestones
Merge Requests
74
Merge Requests
74
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
d8d7ca6c
Commit
d8d7ca6c
authored
Oct 10, 2019
by
Francis Dupont
Committed by
Thomas Markwalder
Oct 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[35-local-d2-dhcp-ddns-client-config] Updated kea6/with-ddns.json example
parent
28687f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
doc/examples/kea6/with-ddns.json
doc/examples/kea6/with-ddns.json
+13
-9
No files found.
doc/examples/kea6/with-ddns.json
View file @
d8d7ca6c
...
...
@@ -41,7 +41,8 @@
}
],
//
Enable
dynamic
DNS
updates
//
Enable
connectivity
with
kea-dhcp-ddns
//
(Required
for
dynamic
DNS
updates)
"dhcp-ddns"
:
{
"enable-updates"
:
true
,
"server-ip"
:
"3001::1"
,
...
...
@@ -50,17 +51,20 @@
"sender-port"
:
3433
,
"max-queue-size"
:
2048
,
"ncr-protocol"
:
"UDP"
,
"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"
"ncr-format"
:
"JSON"
},
//
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
//
least
informational
level
(info
,
warn
,
error
and
fatal)
should
be
//
logged
to
stdout.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment