]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
etc/config/config.macos.yaml: new config for macOS
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 15 Oct 2025 09:47:25 +0000 (11:47 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 26 Nov 2025 17:28:05 +0000 (18:28 +0100)
etc/config/config.macos.yaml [new file with mode: 0644]

diff --git a/etc/config/config.macos.yaml b/etc/config/config.macos.yaml
new file mode 100644 (file)
index 0000000..39477dd
--- /dev/null
@@ -0,0 +1,11 @@
+workers: 1
+rundir: /opt/homebrew/var/knot-resolver
+network:
+  listen:
+    - interface:
+        - 127.0.0.1@53
+        - ::1@53
+cache:
+  storage: /opt/homebrew/var/cache/knot-resolver
+management:
+  unix-socket: /opt/homebrew/var/knot-resolver/kres-api.sock
\ No newline at end of file