zoonderkins / blahdns

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

🐛 orpheus.network does not resolve #214

Open BoBeR182 opened 2 years ago

BoBeR182 commented 2 years ago

Checklist

Describe the issue A clear and concise description of what the issue is.

orpheus.network does not resolve

To Reproduce Steps to reproduce the behavior:

resolvectl query orpheus.network
orpheus.network: resolve call failed: Received invalid reply

Logs Global Protocols: +LLMNR +mDNS +DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: stub Current DNS Server: 78.46.244.143#dot-de.blahdns.com DNS Servers: 2a01:4f8:c17:ec67::1#dot-de.blahdns.com 78.46.244.143#dot-de.blahdns.com Fallback DNS Servers: 1.1.1.1 9.9.9.10 8.8.8.8 2606:4700:4700::1111 2620:fe::10 2001:4860:4860::8888 DNS Domain: ~.

Link 2 (enp3s0) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS +DNSOverTLS DNSSEC=no/unsupported

Expected behavior Return IPv4 178.175.138.98

Client (if applicable):

zoonderkins commented 2 years ago

domain orpheus.network can be resolved via DoT on dot-de.blahdns.com

Also, you can try via DoH https://doh-de.blahdns.com/dns-query?name=orpheus.network

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

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

;; QUESTION SECTION:
;; orpheus.network.         IN  A

;; ANSWER SECTION:
orpheus.network.        3600    IN  A   178.175.138.98

;; Received 468 B
;; Time 2021-09-10 06:31:53 UTC
;; From 2a01:4f8:c17:ec67::1@853(TCP) in 568.3 ms
BoBeR182 commented 2 years ago

; <<>> DiG 9.16.20 <<>> orpheus.network ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 26804 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 65494 ;; QUESTION SECTION: ;orpheus.network. IN A

;; Query time: 323 msec ;; SERVER: 127.0.0.53#53(127.0.0.53) ;; WHEN: Fri Sep 10 02:36:21 EDT 2021 ;; MSG SIZE rcvd: 44

zoonderkins commented 2 years ago

Still not working?

BoBeR182 commented 2 years ago

Correct, is there any additional trouble shooting steps I can provide for debugging?