An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.2% on proxy.golang.org
Top 1.8% dependent packages on proxy.golang.org
Top 1.5% dependent repos on proxy.golang.org
Top 3.4% forks on proxy.golang.org
Top 1.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/folbricht/routedns

Package rdns implements a variety of functionality to make DNS resulution configurable and extensible. It offers DNS resolvers as well as listeners with a number of protcols such as DNS-over-TLS, DNS-over-HTTP, and plain wire format DNS. In addition it is possible to route queries based on the query name or type. There are 4 fundamental types of objects available in this library. Resolvers implement name resolution with upstream resolvers. All of them implement connection reuse as well as pipelining (sending multiple queries and receiving them out-of-order). Groups typically wrap multiple resolvers and implement failover or load-balancing algorithms accross all resolvers in the group. Groups too are resolvers and can therefore be nested into other groups for more complex query routing. Routers are used to send DNS queries to resolvers, groups, or even other routers based on the query content. As with groups, routers too are resolvers that can be combined to form more advanced configurations. While resolvers handle outgoing queries to upstream servers, listeners are the receivers of queries. Multiple listeners can be started for different protocols and on different ports. Each listener forwards received queries to one resolver, group, or router. This example starts a stub resolver on the local machine which will forward all queries via DNS-over-TLS to provide privacy.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/folbricht/routedns
Keywords: dns , dns-client , dns-over-dtls , dns-over-https , dns-over-quic , dns-over-tls , dns-privacy , dns-server , doh , doq , dot , go , golang , pipelining
License: BSD-3-Clause
Latest release: about 1 month ago
First release: over 3 years ago
Namespace: github.com/folbricht
Dependent packages: 13
Dependent repositories: 14
Stars: 334 on GitHub
Forks: 51 on GitHub
Docker dependents: 12
Docker downloads: 1,265
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...