Skip to content

vofam/unbound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbound

A wrapper for Unbound in Go.

Unbound's ub_result has been extended with an slice of dns.RRs, this alleviates the need to parse ub_result.data yourself.

Unbound's asynchronous behavior is mimicked by using goroutines, not by calling ub_resolve_async.

The website for Unbound is https://unbound.net/, were you can find further documentation.

TODO

copy the sort SRV and sort MX from the base library.

About

A Go wrapper for libunbound

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published