Skip to content

DNS proxy which can send DNS requests to multiple servers, picking and forwarding the correct response based on a known bad response.

Notifications You must be signed in to change notification settings

jvanegmond/dnsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS proxy which can send DNS requests to multiple servers, picking and forwarding the correct response based on a known bad response.

DNS servers are always authorative on any DNS reply. If a DNS server does not know how to resolve an address, the DNS client assumes that this means that the answer is unknowable. This project implements a DNS server which can query multiple DNS servers simultaneously and use the most desirable reply.

It runs locally as a service or on command line. After installation, configure the internet network adapter to use localhost as a DNS server.

About

DNS proxy which can send DNS requests to multiple servers, picking and forwarding the correct response based on a known bad response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages