diff options
Diffstat (limited to 'doc/examples/ddns/all-keys.json')
-rw-r--r-- | doc/examples/ddns/all-keys.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/examples/ddns/all-keys.json b/doc/examples/ddns/all-keys.json index 7de1703e32..674c9860cf 100644 --- a/doc/examples/ddns/all-keys.json +++ b/doc/examples/ddns/all-keys.json @@ -3,11 +3,11 @@ // it may contain mutually exclusive configuration parameters. // // The primary purpose of the example file is to provide a comprehensive -// list of parameters supported by Kea DHCP-DDNS server along with the +// list of parameters supported by the Kea DHCP-DDNS server along with the // brief description of each parameter. // // This current version should be up to date, i.e. new keywords should be -// added in this file at the same time than in the syntax. +// added in this file at the same time as in the parser specification. { // Kea DHCP-DDNS server configuration begins here. "DhcpDdns": { @@ -37,7 +37,7 @@ // Command control socket configuration parameters for Kea DHCP-DDNS server. "control-socket": { - // Location of the unix domain socket file the DHCP-DDNS server uses + // Location of the UNIX domain socket file the DHCP-DDNS server uses // to receive control commands from the Kea Control Agent or the // local server administrator. "socket-name": "/tmp/kea-ddns-ctrl-socket", @@ -47,14 +47,14 @@ "socket-type": "unix" }, - // List of hooks libraries and their specific configuration parameters + // List of hook libraries and their specific configuration parameters // to be loaded by Kea DHCP-DDNS server. "hooks-libraries": [ { - // Location of the hooks library to be loaded. + // Location of the hook library to be loaded. "library": "/opt/local/ddns-server-commands.so", - // Hook library specific configuration parameters. + // Hook library-specific configuration parameters. "parameters": { } } ], @@ -145,7 +145,7 @@ "loggers": [ { // Debug level, a value between 0..99. The greater the value - // the more detailed debug log. + // the more detailed the debug log. "debuglevel": 99, // Name of the logger. @@ -154,16 +154,16 @@ // Configures how the log should be output. "output_options": [ { - // Determines whether the log should flushed to a file. + // Determines whether the log should be flushed to a file. "flush": true, - // Specifies maximum filesize before the file is being rotated. + // Specifies maximum filesize before the file is rotated. "maxsize": 10240000, - // Specifies the maximum number of rotated files being kept. + // Specifies the maximum number of rotated files to be kept. "maxver": 1, - // Specifies logging destination. + // Specifies the logging destination. "output": "stdout", // Specifies log entry content |