From: Aleš Mrázek Date: Wed, 18 Jun 2025 11:13:27 +0000 (+0200) Subject: etc/config/config.yaml: reduced to minimal config X-Git-Tag: v6.0.15~9^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab2c8a48c1de50e0e2829cbf7c4996192ed021a4;p=thirdparty%2Fknot-resolver.git etc/config/config.yaml: reduced to minimal config Most of the configuration was a duplication of the default values. --- diff --git a/etc/config/config.yaml b/etc/config/config.yaml index 771a931f0..700770da8 100644 --- a/etc/config/config.yaml +++ b/etc/config/config.yaml @@ -1,11 +1,6 @@ -rundir: /run/knot-resolver workers: 2 -cache: - storage: /var/cache/knot-resolver -logging: - level: info network: listen: - interface: 127.0.0.1@53 -management: - unix-socket: /run/knot-resolver/kres-api.sock +logging: + level: info