Skip to content

luzifer-docker/personal-dns

Repository files navigation

Luzifer / personal-dns

personal-dns is a Bind9 DNS server in a container.

The purpose is to be fully independent from provider and third-party DNS servers and have a neat list of additional features:

  • No DNS query is sent to your providers DNS servers
  • You decide which domains are available to you, no third party company
  • On every build a current list of IANA and OpenNIC registered TLDs is loaded together with their authorative nameservers
  • The container includes a blacklist generated from the blacklist-config.yaml using named-blacklist blocking quite a lot of crap

As soon as you build and roll this DNS container and set your system to use it you should notice a lot of ad- and tracking requests to be gone even for example on your Android device where adblockers does not work that well. Also all connected devices can access any domain registered within the OpenNIC TLDs.

Usage

Build and run the container

This is quite easy:

$ docker build -t personal-dns .
$ docker run --rm -ti -p 53:53 -p 53:53/udp personal-dns
$ dig +short @<ip of your container> TXT info.pdns.luzifer.io
"Entries: 128676"
"Build: 689a5e8 @ 2020-02-15 13:24:32 +00:00"

Connect your computer to the container

  • On Mac OS go into the System Preferences, Network, edit your LAN / WiFi connection, enter the IP your container is reachable into DNS settings
  • On Android I'm using the DNS Changer App
  • On Android 8+ there is a neat option called "Private DNS" in your "Wi-Fi & Internet" settings

About

Personal DNS container replacing provider / public DNS servers with included Ad- and Tracker blocking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published