Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open more DNS record types #466

Closed
cherinyy opened this issue Jan 8, 2024 · 5 comments
Closed

Open more DNS record types #466

cherinyy opened this issue Jan 8, 2024 · 5 comments

Comments

@cherinyy
Copy link

cherinyy commented Jan 8, 2024

I noticed that Globalping limits the types of DNS records it can query, which is inconvenient.

image

It would be nice if Globalping could be like Google Public DNS with your own input and selection.

image

@jimaek
Copy link
Member

jimaek commented Jan 8, 2024

May I ask which specific DNS types are the most important for you and example use cases? For now we're trying to implement the most important functionality and make sure its production ready.

@cherinyy
Copy link
Author

cherinyy commented Jan 8, 2024

May I ask which specific DNS types are the most important for you and example use cases?

For my personal use, I only need to add one type, HTTPS.

This involves the use of HTTP/3 and ECH.

@jimaek
Copy link
Member

jimaek commented Jan 8, 2024

Ok, then I think we can close this issue and keep this instead #467
But FYI you can already use HTTPS based resolvers using our HTTP test rather than DNS.

@jimaek jimaek closed this as completed Jan 8, 2024
@cherinyy
Copy link
Author

cherinyy commented Jan 8, 2024

Ok, then I think we can close this issue and keep this instead #467 But FYI you can already use HTTPS based resolvers using our HTTP test rather than DNS.

Maybe you may have misunderstood what I meant? I'm talking about Type 65 HTTPS record, not DoH.

# dig www.jsdelivr.com HTTPS

; <<>> DiG 9.18.11 <<>> www.jsdelivr.com HTTPS
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20140
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.jsdelivr.com.              IN      HTTPS

;; ANSWER SECTION:
www.jsdelivr.com.       300     IN      HTTPS   1 . alpn="h3,h2" ipv4hint=104.21.23.24,172.67.208.113 ipv6hint=2606:4700:3035::6815:1718,2606:4700:3037::ac43:d071

;; Query time: 190 msec
;; SERVER: ::1#53(::1) (UDP)
;; WHEN: Tue Jan 09 01:23:56 CST 2024
;; MSG SIZE  rcvd: 118

@jimaek
Copy link
Member

jimaek commented Jan 8, 2024

Indeed, I opened a separate issue for that. This way it will be easier to implement and track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants