Technitium DNS Server Setup Guide ​
This guide will help you configure Technitium DNS Server to use the UK DNS Privacy Project's secure public DNS resolvers, enhancing your privacy and security by managing your own DNS resolution.
Prerequisites ​
- A working Technitium DNS Server installation.
- Access to the Technitium Web Interface.
- Basic knowledge of DNS settings and network configuration.
Step 1: Access the Technitium DNS Web Interface ​
- Open a web browser and navigate to the Technitium DNS Server panel:or if installed locally, try
http://<your-server-ip>:5380/
http://localhost:5380/
. - Log in with your administrator credentials.
Step 2: Configure Upstream DNS Servers ​
- Go to Settings > DNS Settings.
- Under the Forwarding DNS Servers section, remove any existing entries.
- Add the UK DNS Privacy Project’s resolvers:
- Primary Server:
209.250.227.42
- Secondary Server:
64.176.190.82
- Primary Server:
- Click Save & Apply Settings to update the configuration.
Step 3: Enable DNS over HTTPS (DoH) or DNS over TLS (DoT) ​
For encrypted DNS resolution, configure DoH or DoT as follows:
Using DNS over HTTPS (DoH) ​
- Navigate to Settings > DNS Settings.
- Scroll down to DNS-over-HTTPS (DoH) Settings.
- Enable Use DNS-over-HTTPS.
- Enter the UK DNS Privacy Project’s DoH resolver URL:
https://resolver.dnsprivacy.org.uk/dns-query
- Click Save & Apply Settings.
Using DNS over TLS (DoT) ​
- Navigate to Settings > DNS Settings.
- Scroll down to DNS-over-TLS (DoT) Settings.
- Enable Use DNS-over-TLS.
- Enter the UK DNS Privacy Project’s DoT resolver:
tls://resolver.dnsprivacy.org.uk:853/
- Click Save & Apply Settings.
Step 4: Apply Changes and Restart ​
Restart the Technitium DNS Server from the Dashboard or by running:
sh
sudo systemctl restart dnsserver
Visit the UK DNS Project homepage to verify that your system is using the configured DNS.
Troubleshooting ​
- Ensure Technitium DNS is not forwarding requests to other upstream servers.
- Restart the server if changes are not applying correctly.
- Check the Logs section in the web interface for DNS resolution errors.
For more assistance, visit our Getting Help page.