[net-dns/bind] fix paths

This commit is contained in:
2024-09-02 17:31:56 +02:00
parent 88bd423204
commit 8993dd075b
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//};
options {
directory "/var/cache/bind";
directory "/var/bind";
pid-file "/run/named/named.pid";
listen-on { 127.0.0.1; };