secure-dns

command module
v0.0.0-...-2855d86 Latest Latest
Warning

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

Go to latest
Published: May 30, 2019 License: MIT Imports: 9 Imported by: 0

README

Secure DNS

A simple DNS server written in Go using DNS over HTTPS along with some graceful fallback options

Features

  • DNS over HTTPS
  • Fallback over UDP
  • Systemd Daemon

Installation

go get github.com/rameezk/secure-dns

Usage

Classic Mode (AKA running from cli)

If your $GOPATH is set correctly, you can simply invoke with:

secure-dns <args>

For a full list of configuration options, use:

secure-dns --help

NOTE If you're using the default listening address and port (e.g. 127.0.0.1:53), you'll need to run as root

sudo secure-dns <args>
Daemon (via systemd)

The systemd daemon can be installed by running:

./install-systemd-service.sh

The configuration file can be found at /etc/secure-dns.conf

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
dnsjson
Package dnsjson contains structures for representing DNS responses as JSON.
Package dnsjson contains structures for representing DNS responses as JSON.

Jump to

Keyboard shortcuts

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