All Projects → NLnetLabs → Unbound

NLnetLabs / Unbound

Licence: bsd-3-clause
Unbound is a validating, recursive, and caching DNS resolver.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Unbound

Sdns
Privacy important, fast, recursive dns resolver server with dnssec support
Stars: ✭ 658 (-40.34%)
Mutual labels:  resolver, dns, dnssec
resolve
Command line iterative DNS resolution testing program
Stars: ✭ 17 (-98.46%)
Mutual labels:  resolver, dns, dnssec
solvere
A validating recursive DNS resolver library and standalone server with DNSSEC support
Stars: ✭ 32 (-97.1%)
Mutual labels:  resolver, dns, dnssec
Dt
DNS tool - display information about your domain
Stars: ✭ 313 (-71.62%)
Mutual labels:  dns, dnssec
flareon
🦊A cloudflare DNS over HTTPs resolver client library.
Stars: ✭ 14 (-98.73%)
Mutual labels:  resolver, dns
dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (-96.46%)
Mutual labels:  dns, dnssec
C Ares
A C library for asynchronous DNS requests
Stars: ✭ 1,193 (+8.16%)
Mutual labels:  resolver, dns
Dnscrypt Server Docker
A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
Stars: ✭ 483 (-56.21%)
Mutual labels:  dns, dnssec
Which Dns
Detects which DNS server is being used
Stars: ✭ 360 (-67.36%)
Mutual labels:  resolver, dns
Bugcrowd Levelup Subdomain Enumeration
This repository contains all the material from the talk "Esoteric sub-domain enumeration techniques" given at Bugcrowd LevelUp 2017 virtual conference
Stars: ✭ 513 (-53.49%)
Mutual labels:  dns, dnssec
Dank Selfhosted
Automated solution for hosting email, web, DNS, XMPP, and ZNC on OpenBSD.
Stars: ✭ 800 (-27.47%)
Mutual labels:  dns, dnssec
Dnssecjava
A DNSSEC validating stub resolver for Java.
Stars: ✭ 33 (-97.01%)
Mutual labels:  dns, dnssec
Statzone
DNS zone file analyzer targeted at TLD zones
Stars: ✭ 38 (-96.55%)
Mutual labels:  dns, dnssec
Zonemaster
The Zonemaster Project
Stars: ✭ 282 (-74.43%)
Mutual labels:  dns, dnssec
get-trust-anchor
Tool for fetching/refreshing DNS Root Zone trust anchors
Stars: ✭ 57 (-94.83%)
Mutual labels:  dns, dnssec
Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (-66.46%)
Mutual labels:  resolver, dns
Nsd
The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.
Stars: ✭ 197 (-82.14%)
Mutual labels:  dns, dnssec
Knot Resolver
Knot Resolver - resolve DNS names like it's 2021
Stars: ✭ 200 (-81.87%)
Mutual labels:  dns, dnssec
Dns
DNS library in Go
Stars: ✭ 5,944 (+438.89%)
Mutual labels:  dns, dnssec
Domain
A DNS library for Rust
Stars: ✭ 37 (-96.65%)
Mutual labels:  resolver, dns

Unbound

Travis Build Status Packaging status Fuzzing Status

Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards. If you have any feedback, we would love to hear from you. Don’t hesitate to create an issue on Github or post a message on the Unbound mailing list. You can learn more about Unbound by reading our documentation.

Compiling

Make sure you have the C toolchain, OpenSSL and its include files, and libexpat installed. Unbound can be compiled and installed using:

./configure && make && make install

You can use libevent if you want. libevent is useful when using many (10000) outgoing ports. By default max 256 ports are opened at the same time and the builtin alternative is equally capable and a little faster.

Use the --with-libevent=dir configure option to compile Unbound with libevent support.

Unbound configuration

All of Unbound's configuration options are described in the man pages, which will be installed and are available on the Unbound documentation page.

An example configuration file is located in doc/example.conf.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].