Skip to content

miekg/unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f0f3b2 · Jun 13, 2024
Jun 15, 2016
Jun 15, 2016
Jun 15, 2016
Jun 15, 2016
Jun 15, 2016
Jun 15, 2016
Jan 24, 2018
Mar 9, 2021
Mar 9, 2021
Mar 9, 2021
Jun 15, 2016
Jun 13, 2024
Jun 15, 2016

Repository files navigation

unbound

Name

unbound - resolve names using libunbound.

Description

With unbound you can (recursively) resolve names using the Unbound resolver from NLnet Labs.

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

Syntax

Just enable the plugin with:

unbound

A wrapper for Unbound in Go.

Notes

Compilation of this plugin requires CGO, which means the executables will use shared libraries (OpenSSL, ldns and libunbound).

See Also

The website for Unbound is https://unbound.net/, where you can find further documentation. Tested/compiled to work for versions: 1.4.22 and 1.6.0-3+deb9u1 (Debian Stretch).

The tutorials found here are the originals ones adapted to Go.

About

A Go wrapper for libunbound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages