]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: etc/config - nitpick in comments
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 4 Mar 2019 14:47:47 +0000 (15:47 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:44:48 +0000 (10:44 +0100)
etc/config/config.cluster.in
etc/config/config.docker.in
etc/config/config.isp.in
etc/config/config.personal.in
etc/config/config.splitview.in

index 90618ff9ccf72b0a22d99007471719202e3b6e01..709116b04bd3731eacd0b5757e3f431a6035a3df 100644 (file)
@@ -6,8 +6,8 @@
 -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
 @config_defaults@
 
---- To disable DNSSEC validation, uncomment the following line (not recommended)
---- trust_anchors.keyfile_default = nil
+-- To disable DNSSEC validation, uncomment the following line (not recommended)
+-- trust_anchors.keyfile_default = nil
 
 -- Large cache size, so we don't need to flush ever
 -- This can be larger than available RAM, least frequently accessed
index 134a4e3534bca3f5170b31f7693cffc77d08506b..4e284af760a334b2cb73da9d3de85a56badcfcfb 100644 (file)
@@ -5,8 +5,8 @@
 net.listen('0.0.0.0')
 net.listen('0.0.0.0', 853, {tls=true})
 
---- To disable DNSSEC validation, uncomment the following line (not recommended)
---- trust_anchors.keyfile_default = nil
+-- To disable DNSSEC validation, uncomment the following line (not recommended)
+-- trust_anchors.keyfile_default = nil
 
 -- Load Useful modules
 modules = {
index 835508a5a175ce8bf5384e43fd2cdbf1555667a3..30ddbbe00ec81bac2c3a4f357f4162c300a5e0da 100644 (file)
@@ -3,8 +3,8 @@
 -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
 @config_defaults@
 
---- To disable DNSSEC validation, uncomment the following line (not recommended)
---- trust_anchors.keyfile_default = nil
+-- To disable DNSSEC validation, uncomment the following line (not recommended)
+-- trust_anchors.keyfile_default = nil
 
 -- Large cache size, so we don't need to flush often
 -- This can be larger than available RAM, least frequently accessed
index 122b58c6f1f539509a6665259e8e6a43e2b5f27e..555edc3590aea005f87458571ea2ef499c4d84b0 100644 (file)
@@ -2,8 +2,8 @@
 -- Refer to manual: http://knot-resolver.readthedocs.org/en/stable/daemon.html#configuration
 @config_defaults@
 
---- To disable DNSSEC validation, uncomment the following line (not recommended)
---- trust_anchors.keyfile_default = nil
+-- To disable DNSSEC validation, uncomment the following line (not recommended)
+-- trust_anchors.keyfile_default = nil
 
 -- Load useful modules
 modules = {
index 1f889bd2d755b7efa1ef5b3692066baefd21869e..ae009ac77402f761201a8d4d9fdf01419ef2e048 100644 (file)
@@ -3,8 +3,8 @@
 -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
 @config_defaults@
 
---- To disable DNSSEC validation, uncomment the following line (not recommended)
---- trust_anchors.keyfile_default = nil
+-- To disable DNSSEC validation, uncomment the following line (not recommended)
+-- trust_anchors.keyfile_default = nil
 
 -- Load Useful modules
 modules = {