diff options
Diffstat (limited to 'samples/knot.full.conf')
-rw-r--r-- | samples/knot.full.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 49edf13..815038a 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -88,8 +88,8 @@ system { # Rate limit SLIP # Each Nth blocked response will be sent as truncated, this is a way to allow # legitimate requests to get a chance to reconnect using TCP - # Default: 2 - rate-limit-slip 2; + # Default: 1 + rate-limit-slip 1; } # Includes can be placed anywhere at any level in the configuration file. The @@ -183,11 +183,11 @@ groups { # Section 'control' specifies on which interface to listen for RC commands control { - # Specifies interface, syntax is exactly the same as in 'interfaces' section # Default: $(run_dir)/knot.sock listen-on "knot.sock"; # As an alternative, you can use an IPv4/v6 address and port + # Same syntax as for 'interfaces' items # listen-on { address 127.0.0.1@5533; } # Specifies ACL list for remote control |