diff options
author | Razvan Becheriu <razvan@isc.org> | 2019-08-02 09:04:58 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-08-02 09:04:58 +0200 |
commit | e14b90735ff57be0776270364064952d353d7e3a (patch) | |
tree | db88f2e64e4d1e0397d33d0b45c4c8e2dd6b6be5 /doc/examples | |
parent | [#649,!381] fixed ddns examples (diff) | |
download | kea-e14b90735ff57be0776270364064952d353d7e3a.tar.xz kea-e14b90735ff57be0776270364064952d353d7e3a.zip |
[#649,!381] fixed indentation
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/ddns/template.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/examples/ddns/template.json b/doc/examples/ddns/template.json index 17fcc776c7..adced7f062 100644 --- a/doc/examples/ddns/template.json +++ b/doc/examples/ddns/template.json @@ -44,18 +44,18 @@ // "ip-address" : "<ip address>" // ,"port" : 53 // } -// , -// { -// next DNS server for this DdnsDomain -// } -// : +// , +// { +// next DNS server for this DdnsDomain +// } +// : // ] // } -// , -// { -// next Forward DdnsDomain -// } -// : +// , +// { +// next Forward DdnsDomain +// } +// : ] }, @@ -75,18 +75,18 @@ // "ip-address" : "<ip address>" // ,"port" : 53 // } -// , -// { -// next DNS server for this DdnsDomain -// } -// : +// , +// { +// next DNS server for this DdnsDomain +// } +// : // ] // } -// , -// { -// next Reverse DdnsDomain -// } -// : +// , +// { +// next Reverse DdnsDomain +// } +// : ] }, // @@ -100,12 +100,12 @@ // Valid values for algorithm are: HMAC-MD5, HMAC-SHA1, // HMAC-SHA224, HMAC-SHA256, // HMAC-SHA384, HMAC-SHA512 -// "digest-bits" : 256, -// Minimum truncated length in bits. -// Default 0 (means truncation is forbidden). +// "digest-bits" : 256, +// Minimum truncated length in bits. +// Default 0 (means truncation is forbidden). // "secret" : "<shared secret value>" // } -// , +// , // { // next TSIG Key // } |