zoonderkins / blahdns

A small hobby ads block dns project with doh, dot, dnscrypt support.
https://blahdns.com
GNU Affero General Public License v3.0
433 stars 25 forks source link

🐛 lage.cdn.svmaudio.com does not resolve #236

Closed nioncode closed 2 years ago

nioncode commented 2 years ago

Checklist

Describe the issue lage.cdn.svmaudio.com resolves wrongly to 0.0.0.0.

To Reproduce Steps to reproduce the behavior:

kdig lage.cdn.svmaudio.com @dot-de.blahdns.com +tls
;; TLS session (TLS1.3)-(ECDHE-X25519)-(RSA-PSS-RSAE-SHA256)-(AES-128-GCM)
;; ->>HEADER<<- opcode: QUERY; status: NOERROR; id: 46779
;; Flags: qr rd ra; QUERY: 1; ANSWER: 1; AUTHORITY: 0; ADDITIONAL: 1

;; EDNS PSEUDOSECTION:
;; Version: 0; flags: ; UDP size: 4096 B; ext-rcode: NOERROR
;; PADDING: 377 B

;; QUESTION SECTION:
;; lage.cdn.svmaudio.com.       IN  A

;; ANSWER SECTION:
lage.cdn.svmaudio.com.  90  IN  A   0.0.0.0

;; Received 468 B
;; Time 2021-12-10 10:07:15 CET
;; From 78.46.244.143@853(TCP) in 75.7 ms

Expected behavior

Should resolve to the correct IP addresses:

kdig lage.cdn.svmaudio.com
;; ->>HEADER<<- opcode: QUERY; status: NOERROR; id: 2682
;; Flags: qr rd ra; QUERY: 1; ANSWER: 11; AUTHORITY: 0; ADDITIONAL: 0

;; QUESTION SECTION:
;; lage.cdn.svmaudio.com.       IN  A

;; ANSWER SECTION:
lage.cdn.svmaudio.com.  59  IN  CNAME   asapcdn.svmaudio.com.
asapcdn.svmaudio.com.   59  IN  CNAME   k8s-jena.schneevonmorgen.com.
k8s-jena.schneevonmorgen.com.   59  IN  A   162.55.6.3
k8s-jena.schneevonmorgen.com.   59  IN  A   148.251.46.29
k8s-jena.schneevonmorgen.com.   59  IN  A   136.243.173.136
k8s-jena.schneevonmorgen.com.   59  IN  A   144.76.203.253
k8s-jena.schneevonmorgen.com.   59  IN  A   162.55.80.51
k8s-jena.schneevonmorgen.com.   59  IN  A   49.12.120.54
k8s-jena.schneevonmorgen.com.   59  IN  A   116.202.240.203
k8s-jena.schneevonmorgen.com.   59  IN  A   162.55.6.87
k8s-jena.schneevonmorgen.com.   59  IN  A   148.251.46.25

;; Received 244 B
;; Time 2021-12-10 10:10:10 CET
;; From 10.149.2.2@53(UDP) in 61.0 ms

I encountered this issue, because it breaks podcast downloading on my phone.

zoonderkins commented 2 years ago

Should be fix now

nioncode commented 2 years ago

Wow, this was fast, thank you so much!