Skip to content

go-zoox/inlets

Repository files navigation

LightHouse - An Easy Self Hosted DNS Server

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Features

  • Plain DNS
    • Plain DNS in UDP
    • Plain DNS in TCP
  • DNS-over-TLS (DoT)
  • DNS-over-HTTPS (DoH)
  • DNS-over-QUIC (DoQ)

Installation

To install the package, run:

go install github.com/go-zoox/lighthouse@lighthouse

Quick Start

# start lighthouse, cached in memory, default udp port: 53
sudo lighthouse

# start lighthouse with config (see conf/lighthouse.yml for more options)
sudo lighthouse -c lighthouse.yml

Configuration

See the configuration file.

License

GoZoox is released under the MIT License.