sdns

command module
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2018 License: MIT Imports: 37 Imported by: 0

README

SDNS

Travis Go Report Card GoDoc codecov

Lightweight, fast recursive dns server with dnssec support

Based on kenshinx/godns, looterz/grimd

Installation

$ go get github.com/semihalev/sdns

or

download

Building

$ go build

Testing

$ go test -v

Flags

Flag Desc
config Location of the config file, if not found it will be generated

Server Configuration Checklist

  • Increase file descriptor on your server

Features

  • Linux/BSD/Darwin supported
  • DNS RFC compatibility
  • Concurrent DNS lookups within listed servers
  • DNS caching
  • DNSSEC validation
  • DNS over TLS support
  • DNS over HTTPS support
  • RTT priority within listed servers
  • Basic IPv6 support (client<->server)
  • Query based ratelimit
  • Access list
  • Black-hole internet advertisements and malware servers
  • HTTP API support
  • Outbound IP selection

TODO

  • More tests
  • Try lookup NS address better way
  • DNS over TLS support
  • DNS over HTTPS support
  • Full DNSSEC support
  • RTT optimization
  • Access list
  • Full IPv6 support (server<->server communication)
  • ~~~Client based ratelimit~~~

Made With

  • miekg/dns - Alternative (more granular) approach to a DNS library

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL