Skip to content

A minimal DNS-proxy to stream DNS-queries and responses to multiple upstreams.

Notifications You must be signed in to change notification settings

Revertron/dns-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS proxy

A minimal DNS-proxy to stream DNS-queries and responses to multiple upstreams. It uses mio::poll and non-blocking sockets to implement single-threaded and very tight on resources DNS proxy server. For parsing DNS messages it uses trust-dns-proto crate. It is very fast and straight forward.

It is being developed to replace current DNS implementation in ALFIS.

About

A minimal DNS-proxy to stream DNS-queries and responses to multiple upstreams.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages