You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for modules, with a new module "odns" that supports OpenDNS (www.openresolve.com). You can enable it using a command-line option of -odns:workers=10 (optionally disabling Google DNS with -gdns:workers=0).
Besides that, dingo 0.12 has a new option to automatically find the closest Google DNS server (use -gdns:auto=true). The default bind address was changed to 127.0.0.1 in order to avoid misconfiguration.
This release introduces pre-compiled binaries for various platforms (includes Windows!), and is the first step towards more modular architecture, with the overall goal of dingo being more universal than just Google Public DNS over HTTPS.