Skip to content

Web service to test DNS resolution against Unbound with config similar to Let's Encrypt

Notifications You must be signed in to change notification settings

gthess/unboundtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbound test server

This is a little HTTP server that makes it easy to test DNS lookups without running your own Unbound instance, and get detailed logs. Useful for debugging DNS issues with Let's Encrypt. See index.html for more details.

To run locally:

go run unboundtest.go

Then visit http://localhost:1232/.

Alternately:

docker build . --tag unboundtest
docker run unboundtest

Then use docker ps and docker inspect to find the IP address of the unboundtest container, and visit that IP address on port 1232.

About

Web service to test DNS resolution against Unbound with config similar to Let's Encrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.5%
  • HTML 32.2%
  • Dockerfile 5.3%