Add logging

This commit is contained in:
Pierre HUBERT 2024-09-30 14:45:51 +02:00
parent a60609600f
commit 85d4df513b
3 changed files with 5 additions and 3 deletions

View File

@ -29,4 +29,4 @@ options {
recursion yes;
allow-recursion { everybody; };
allow-transfer { none; };
};
};

View File

@ -1,3 +1,3 @@
#!/bin/sh
pkill named
/usr/sbin/named
/usr/sbin/named -L /var/log/bind.log

View File

@ -1,3 +1,5 @@
#!/bin/sh
/usr/sbin/named
/usr/sbin/named -L /var/log/bind.log
while true; do /bin/bash; done