summaryrefslogtreecommitdiff
path: root/internal/resolver/root.go
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-21 09:48:42 +0700
committerradhitya <alif@radhitya.org>2026-06-21 09:48:42 +0700
commitb7359e1d45f505171356bcae3c7d5e2341ecc859 (patch)
treef91d4a4b08ce279d488a76e9b7141e69fc844ea9 /internal/resolver/root.go
parent2b1f613c42de3861141eb6f93c1740b6937ee183 (diff)
forward mode, cache opt, ACL, rate limit, admin/health, systemd, fix UDP reply
Diffstat (limited to 'internal/resolver/root.go')
-rw-r--r--internal/resolver/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/resolver/root.go b/internal/resolver/root.go
index 0557dac..7c5244a 100644
--- a/internal/resolver/root.go
+++ b/internal/resolver/root.go
@@ -1,8 +1,8 @@
package resolver
import (
- _ "embed"
"codeberg.org/miekg/dns"
+ _ "embed"
"strings"
)