dingo icon indicating copy to clipboard operation
dingo copied to clipboard

A DNS client in Go that supports Google DNS over HTTPS

Results 32 dingo issues
Sort by recently updated
recently updated
newest added

I know it maybe not a problem of dingo. I download dingo and try to use it. On my terminal , I get many outputs which like these: `2021/12/15 00:52:03...

Dingo was mean to be Google DNS over HTTPS but is it possible to change it to Cloudflare DNS over HTTPS ? If so then how?

Hello, First of all, let me thank you for your great work with dingo, I'm currently finding it quite useful! I was wondering if you had any plans of adding...

Hello, is there any way to use dingo on OpenWrt / LEDE?

This also changes the default server to cloudflare, by decreasing the worker count on gdns to 0. That might not be optimal for consistency reasons. Someone could also combine the...

...and a package & scripts that work out-of-the-box after apt-get install

enhancement

Currently the padding takes only one random char and duplicates it to pad the DNS request payload. Ideally, each padding char should be randomized and the payload should also fill...

DNS over QUIC is the reason why I started the project. Implementation would require a decent QUIC client library for Go, which I believe isn't available yet.

enhancement
important

Running `dig @127.0.0.1 -p 8853 rrsig debian.org` pointed to dingo gives this log: ``` $ dingo-linux-amd64 -port 8853 2017/09/24 03:38:07 starting 10 Google Public DNS client(s) querying server 216.58.195.78 2017/09/24...