summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
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,