We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeaaa3 commit b001a93Copy full SHA for b001a93
main.go
@@ -27,7 +27,7 @@ func parseQuery(m *dns.Msg, qdns *QuickDNSResolver) {
27
for _, q := range m.Question {
28
println("Query: ", q.Name, q.Qtype, q.Qclass)
29
30
- if !strings.HasSuffix(q.Name, ".swiftwave.xyz") {
+ if !strings.HasSuffix(q.Name, ".swiftwave.xyz.") {
31
// Query 1.1.1.1 or another DNS server and add the answer
32
answers, err := forwardToExternalDNS(q)
33
if err != nil {
0 commit comments