Skip to content

Commit 22eab9f

Browse files
committed
Add errors plugin to corefile for troubleshooting issues
1 parent 6d6f94e commit 22eab9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ app_setup_block: |
130130
131131
# changelog
132132
changelogs:
133+
- { date: "13.08.24:", desc: "Add `errors` plugin to default Corefile." }
133134
- { date: "23.07.24:", desc: "Install kmod from alpine repository." }
134135
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20, install wireguard-tools from Alpine repo." }
135136
- { date: "10.03.24:", desc: "Use iptables-legacy on Alpine 3.19." }

Diff for: root/defaults/Corefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
. {
22
loop
3+
errors
34
health
45
forward . /etc/resolv.conf
56
}

0 commit comments

Comments
 (0)