- Plain DNS
- Plain DNS in UDP
- Plain DNS in TCP
- DNS-over-TLS (DoT)
- DNS-over-HTTPS (DoH)
- DNS-over-QUIC (DoQ)
To install the package, run:
go install github.com/go-zoox/lighthouse@lighthouse
# 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
See the configuration file.
GoZoox is released under the MIT License.