diff options
Diffstat (limited to 'doc/examples/ddns/template.json')
-rw-r--r-- | doc/examples/ddns/template.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/examples/ddns/template.json b/doc/examples/ddns/template.json index 601e5cf625..c4da2508e5 100644 --- a/doc/examples/ddns/template.json +++ b/doc/examples/ddns/template.json @@ -1,26 +1,20 @@ // This file may be used a template for constructing DHCP-DDNS JSON // configuration. -// // It must start with a left-curly-bracket. { "DhcpDdns" : { -// // -------------- Global Parameters ---------------- -// // All of the global parameters have default values as shown. If these // are satisfactory you may omit them. -// // "ip-address" : "127.0.0.1", // "port" : 53001, // "dns-server-timeout" : 100, // "ncr-protocol" : "UDP" // "ncr-format" : "JSON" -// // ----------------- Control Socket ----------------- -// // "control-socket": // { @@ -28,9 +22,7 @@ // "socket-name": "/tmp/kea-ddns-ctrl-socket" // }, -// // ----------------- Forward DDNS ------------------ -// "forward-ddns" : { "ddns-domains" : @@ -59,9 +51,7 @@ ] }, -// // ----------------- Reverse DDNS ------------------ -// "reverse-ddns" : { "ddns-domains" : @@ -89,9 +79,7 @@ // : ] }, -// // ------------------ TSIG keys --------------------- -// "tsig-keys" : [ // { |