]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager: YAML configs moved to the repository root 'etc' dir
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 21 Jun 2024 04:10:11 +0000 (06:10 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 26 Aug 2024 12:28:10 +0000 (14:28 +0200)
etc/config/.gitignore [moved from manager/etc/knot-resolver/.gitignore with 56% similarity]
etc/config/config.dev.yaml [moved from manager/etc/knot-resolver/config.dev.yaml with 96% similarity]
etc/config/config.example.docker.yaml [moved from manager/etc/knot-resolver/config.example.docker.yaml with 100% similarity]
etc/config/config.example.internal.yaml [moved from manager/etc/knot-resolver/config.example.internal.yaml with 100% similarity]
etc/config/config.example.isp.yaml [moved from manager/etc/knot-resolver/config.example.isp.yaml with 100% similarity]
etc/config/config.example.personal.yaml [moved from manager/etc/knot-resolver/config.example.personal.yaml with 100% similarity]
etc/config/config.yaml [moved from manager/etc/knot-resolver/config.yaml with 100% similarity]

similarity index 56%
rename from manager/etc/knot-resolver/.gitignore
rename to etc/config/.gitignore
index fb64123a482a7bd9528c02f59e191d05037149a7..7a814b8799b61e8986e36b153627e0295238a0b4 100644 (file)
@@ -1,2 +1,2 @@
 runtime/
-cache/ 
\ No newline at end of file
+cache/
\ No newline at end of file
similarity index 96%
rename from manager/etc/knot-resolver/config.dev.yaml
rename to etc/config/config.dev.yaml
index aa97a41fa915abcfee49627e25440fb2311a6687..ef25a37aebf27653ef890f282edea7eab4e4dfe5 100644 (file)
@@ -43,14 +43,14 @@ local-data:
       address: 1.2.3.4
       nodata: true
       tags: [t01]
-    - file: hosts.custom
-      tags: [t02]
-      ttl: 10m
     - subtree: empty
       tags: [ t02 ]
       name: [ example1.org ]
     - subtree: nxdomain
       name: [ sub4.example.org ]
+  #   - file: hosts.custom
+  #     tags: [t02]
+  #     ttl: 10m
   # rpz:
   #   - file: runtime/blocklist.rpz
   #     tags: [t01, t02]