diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2021-04-27 14:37:30 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-04-28 08:49:29 +0200 |
commit | 3b7d4a5fbd6bf04af8a40d2328be03750ffcbffe (patch) | |
tree | 2fb23c5a22658f93c97e18da5e9cb31c79c74c31 /samples/knot.sample.conf.in | |
parent | tsig: fix wrong errcode when 'time signed' equals 0 to return BADTIME (diff) | |
download | knot-3b7d4a5fbd6bf04af8a40d2328be03750ffcbffe.tar.xz knot-3b7d4a5fbd6bf04af8a40d2328be03750ffcbffe.zip |
samples: move default server.listen to a comment
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r-- | samples/knot.sample.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index e53575709..621af7396 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -4,7 +4,7 @@ server: rundir: "@run_dir@" user: knot:knot - listen: [ 127.0.0.1@53, ::1@53 ] +# listen: [ 127.0.0.1@53, ::1@53 ] log: - target: syslog |