From 3b7d4a5fbd6bf04af8a40d2328be03750ffcbffe Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 27 Apr 2021 14:37:30 +0200 Subject: [PATCH] samples: move default server.listen to a comment --- samples/knot.sample.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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