This commit is contained in:
Zeev Diukman 2024-09-11 23:23:40 +03:00
parent d1b39555a4
commit 36e0bcf0a8

3
dns.go
View file

@ -9,9 +9,10 @@ import (
"strings"
"time"
"github.com/zeevdiukman/helper"
miekgDNS "github.com/miekg/dns"
"github.com/spf13/viper"
"github.com/zeevdiukman/helper"
)
type ResponseWriter = miekgDNS.ResponseWriter