DNS-over-HTTPS
An implementation of RFC 8484 - DNS Queries over HTTPS (DoH). (by TechnitiumSoftware)
Technitium DNS Server
Technitium DNS Server (by TechnitiumSoftware)
DNS-over-HTTPS | Technitium DNS Server | |
---|---|---|
2 | 101 | |
37 | 5,253 | |
- | 3.7% | |
3.1 | 9.7 | |
almost 2 years ago | 9 days ago | |
C# | C# | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DNS-over-HTTPS
Posts with mentions or reviews of DNS-over-HTTPS.
We have used some of these posts to build our list of alternatives
and similar projects.
Technitium DNS Server
Posts with mentions or reviews of Technitium DNS Server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-04.
-
ndm VS Technitium DNS Server - a user suggested alternative
2 projects | 4 Aug 2024
-
Runs on your OpenWrt box: AdGuard Home is network-wide blocking ads and tracking
It works on minimal hardware. I am running it on an Orange Pi 3 LTS.
https://technitium.com/dns/
- Technitium DNS Server: Self host a DNS server for privacy and security
-
A simple backup script
#!/bin/bash # Check input file if [ $# -eq 0 ]; then echo "Usage: $0 " exit 1 fi # Configurable value for zip file suffix SUFFIX="daily" # Get input file DNS_FILE=$1 # Read lines while read -r line; do HOSTNAME=$(echo $line | cut -d',' -f1) IP=$(echo $line | cut -d',' -f2) TOKEN=$(echo $line | cut -d',' -f3) # Construct API URL with IP and token, change any unwanted settings below to false as documented in https://github.com/TechnitiumSoftware/DnsServer/blob/master/APIDOCS.md#backup-settings URL="http://$IP:5380/api/settings/backup?token=$TOKEN&blockLists=true&logs=true&scopes=true&apps=true&stats=true&zones=true&allowedZones=true&blockedZones=true&dnsSettings=true&logSettings=true&authConfig=true" # Construct output file name FILE_NAME=$HOSTNAME-$IP-$(date +%Y%m%d)-$SUFFIX.zip # Call API curl -o $FILE_NAME $URL done < $DNS_FILE
-
Overwatch 2 disconnects when using Windows Server 2022 for DHCP/DNS
You can try using a DNS/DHCP server other than the Windows one, e.g. Technitium I use this on Linux but as it is written in Dotnet it will of course also work on Windows https://technitium.com/dns/
-
Has anyone been able to set up dockerized CrowdSec in front of dockerized NPM using official images only?
I recently made an effort to harden my network due to (technically) exposing more of it with FireZone (WireGuard). For the curious, I shared some details in a recent comment. I didn't mention it in the comment, but I also set up local DNS (Technitium) with block lists.
- Self hosted DNS solution
-
User security and access
Thanks for asking. There is already a feature request on Github for it. It is not planned to be implemented for now since there are some core features that are prioritized to be implemented. But it should come later once the planned features are implemented.
-
Technitium DNS Server v11.3 Released!
See what's new in this release: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
-
Gravity - A new, open source DNS/DHCP server with Adblocking and inbuilt config replication
How would this compare to https://technitium.com/dns/?
What are some alternatives?
When comparing DNS-over-HTTPS and Technitium DNS Server you can also consider the following projects:
dnscrypt-proxy - dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
Pi-hole - A black hole for Internet advertisements
dns-over-https - High performance DNS over HTTPS client & server
awesome-selfhosted - A list of Free Software network services and web applications which can be hosted on your own servers
blahdns - A small hobby ads block dns project with doh, dot, dnscrypt support.
PowerDNS-Admin - A PowerDNS web interface with advanced features