summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2019-06-13 09:23:18 +0200
committerRazvan Becheriu <razvan@isc.org>2019-08-02 08:57:04 +0200
commit199620964660b9de5d9bb15fb5fa86b60d85fbc3 (patch)
treee33349edf337ec810208a9bf0e8e6f1478577e3c /doc/examples
parent[632-pools-are-not-properly-updated-by-mysql-cb-when-subnet-id-is-modified] A... (diff)
downloadkea-199620964660b9de5d9bb15fb5fa86b60d85fbc3.tar.xz
kea-199620964660b9de5d9bb15fb5fa86b60d85fbc3.zip
[#649,!381] fixed ddns examples
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/ddns/comments.json2
-rw-r--r--doc/examples/ddns/sample1.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/ddns/comments.json b/doc/examples/ddns/comments.json
index 0ee655cf2e..b377a70544 100644
--- a/doc/examples/ddns/comments.json
+++ b/doc/examples/ddns/comments.json
@@ -8,7 +8,7 @@
// Global scope
"comment": "A DHCP-DDNS server",
- "ip-address": "172.16.1.10",
+ "ip-address": "127.0.0.1",
"port": 53001,
"dns-server-timeout" : 1000,
diff --git a/doc/examples/ddns/sample1.json b/doc/examples/ddns/sample1.json
index 2e1ed1378b..3d4c3be6f1 100644
--- a/doc/examples/ddns/sample1.json
+++ b/doc/examples/ddns/sample1.json
@@ -10,11 +10,11 @@
// -------------- Global Parameters ----------------
//
-// D2 will listen for update requests for Kea DHCP servers at 172.16.1.10
+// D2 will listen for update requests for Kea DHCP servers at 127.0.0.1
// on port 53001. Maximum time to we will wait for a DNS server to
// respond to us is 1000 ms.
- "ip-address": "172.16.1.10",
+ "ip-address": "127.0.0.1",
"port": 53001,
"dns-server-timeout" : 1000,