]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#649,!381] fixed ddns examples
authorRazvan Becheriu <razvan@isc.org>
Thu, 13 Jun 2019 07:23:18 +0000 (10:23 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 2 Aug 2019 06:57:04 +0000 (09:57 +0300)
doc/examples/ddns/comments.json
doc/examples/ddns/sample1.json
src/bin/d2/tests/testdata/get_config.json

index 0ee655cf2e002b6ca3bff9dad46498b7f3fb15a9..b377a70544af009945a017fa0ca16342700df5e5 100644 (file)
@@ -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,
 
index 2e1ed1378bbab2da2a5502c0b0d6e5600095dea1..3d4c3be6f1852ff9bbd02ae41144e168cee1122d 100644 (file)
 
 // --------------  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,
 
index 721a07e0cbf0e4c1d2c1b13d424d776bb5b43a6b..c08f25e219f6cdc55b20ece56b47cf1a62b1dfcf 100644 (file)
@@ -31,7 +31,7 @@
                 }
             ]
         },
-        "ip-address": "172.16.1.10",
+        "ip-address": "127.0.0.1",
         "loggers": [
             {
                 "debuglevel": 0,