At the moment at least doh3005 seems to be unable to resolve names for WMCS hosted names, instead returning a mixture of 502s (for the DoH endpoint) and SERVFAILs:
| 1 | taavi@runko:~ $ kdig +https restricted.bastion.wmcloud.org @185.71.138.138 |
|---|---|
| 2 | ;; HTTP session (HTTP/2-POST)-(185.71.138.138/dns-query)-(status: 502) |
| 3 | ;; WARNING: can't receive reply from 185.71.138.138@443(HTTPS) |
| 4 | ;; ERROR: failed to query server 185.71.138.138@443(TCP) |
| 5 | taavi@runko:~ $ kdig +tls restricted.bastion.wmcloud.org @185.71.138.138 |
| 6 | ;; TLS session (TLS1.3)-(ECDHE-X25519)-(ECDSA-SECP256R1-SHA256)-(AES-128-GCM) |
| 7 | ;; ->>HEADER<<- opcode: QUERY; status: SERVFAIL; id: 43454 |
| 8 | ;; Flags: qr rd ra; QUERY: 1; ANSWER: 0; AUTHORITY: 0; ADDITIONAL: 1 |
| 9 | |
| 10 | ;; EDNS PSEUDOSECTION: |
| 11 | ;; Version: 0; flags: ; UDP size: 512 B; ext-rcode: NOERROR |
| 12 | ;; PADDING: 394 B |
| 13 | |
| 14 | ;; QUESTION SECTION: |
| 15 | ;; restricted.bastion.wmcloud.org. IN A |
| 16 | |
| 17 | ;; Received 457 B |
| 18 | ;; Time 2026-07-21 15:03:49 EEST |
| 19 | ;; From 185.71.138.138@853(TLS) in 107.5 ms |
| 20 | taavi@runko:~ $ kdig +https restricted.bastion.wmcloud.org @185.71.138.138 |
| 21 | ;; TLS session (TLS1.3)-(ECDHE-SECP256R1)-(ECDSA-SECP256R1-SHA256)-(AES-128-GCM) |
| 22 | ;; HTTP session (HTTP/2-POST)-(185.71.138.138/dns-query)-(status: 200) |
| 23 | ;; ->>HEADER<<- opcode: QUERY; status: SERVFAIL; id: 0 |
| 24 | ;; Flags: qr rd ra; QUERY: 1; ANSWER: 0; AUTHORITY: 0; ADDITIONAL: 1 |
| 25 | |
| 26 | ;; EDNS PSEUDOSECTION: |
| 27 | ;; Version: 0; flags: ; UDP size: 512 B; ext-rcode: NOERROR |
| 28 | ;; PADDING: 394 B |
| 29 | |
| 30 | ;; QUESTION SECTION: |
| 31 | ;; restricted.bastion.wmcloud.org. IN A |
| 32 | |
| 33 | ;; Received 457 B |
| 34 | ;; Time 2026-07-21 15:03:58 EEST |
| 35 | ;; From 185.71.138.138@443(HTTPS) in 104.2 ms |
| 36 | taavi@runko:~ $ kdig +https restricted.bastion.wmcloud.org @185.71.138.138^C |
| 37 | taavi@runko:~ $ kdig +tls +nsid restricted.bastion.wmcloud.org @185.71.138.138 |
| 38 | ;; TLS session (TLS1.3)-(ECDHE-X25519)-(ECDSA-SECP256R1-SHA256)-(AES-128-GCM) |
| 39 | ;; ->>HEADER<<- opcode: QUERY; status: SERVFAIL; id: 3765 |
| 40 | ;; Flags: qr rd ra; QUERY: 1; ANSWER: 0; AUTHORITY: 0; ADDITIONAL: 1 |
| 41 | |
| 42 | ;; EDNS PSEUDOSECTION: |
| 43 | ;; Version: 0; flags: ; UDP size: 512 B; ext-rcode: NOERROR |
| 44 | ;; NSID: 646F6833303035 "doh3005" |
| 45 | ;; PADDING: 394 B |
| 46 | |
| 47 | ;; QUESTION SECTION: |
| 48 | ;; restricted.bastion.wmcloud.org. IN A |
| 49 | |
| 50 | ;; Received 468 B |
| 51 | ;; Time 2026-07-21 15:04:20 EEST |
| 52 | ;; From 185.71.138.138@853(TLS) in 111.4 ms |