diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 37a1eaed3dd54a08071ce16626d89e93608f557b..815038a6d0d0c4eb9155b45d940743b667856306 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -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 diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index a8021c4aa11261c888722956fd3fcbe62cd8fbd7..5d04c927c31da38e5002b008977f8ca4fea75a59 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -35,11 +35,11 @@ interfaces { } control { - # Specifies interface, syntax is exactly the same as in 'interfaces' section # Default: knot.sock (relative to rundir) 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