Add errors plugin to corefile for troubleshooting issues

This commit is contained in:
thespad
2024-08-13 18:41:00 +01:00
parent 6d6f94e991
commit 22eab9fef8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.08.24:", desc: "Add `errors` plugin to default Corefile." }
- { date: "23.07.24:", desc: "Install kmod from alpine repository." }
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20, install wireguard-tools from Alpine repo." }
- { date: "10.03.24:", desc: "Use iptables-legacy on Alpine 3.19." }
+1
View File
@@ -1,5 +1,6 @@
. {
loop
errors
health
forward . /etc/resolv.conf
}