This is a DNS service run by LibreOps.
The goal is to offer a public encrypted DNS service that people can use to maintain the secrecy of their DNS traffic, but also circumvent censorship.
We already support DNS over HTTPS and DNS over TLS.
Endpoint https://doh.libredns.gr/dns-query
DNS over HTTPS (DoH) is best to be configured and used on applications, namely browsers.
To configure your browser:
Settings
.General > Network Settings > Settings
Enable DNS over HTTPS
https://doh.libredns.gr/dns-query
Settings
.Privacy and security > Security
.Use secure DNS
switch.Custom
and fill in https://doh.libredns.gr/dns-query
edge://settings/privacy
.Security
section.Use secure DNS
option is enabled.https://doh.libredns.gr/dns-query
For more browser configuration guidelines check our wiki.
Blocking Ads and Trackers
We also offer an endpoint that blocks a crowdsourced list of known advertisement and tracking domains.
Endpoint https://doh.libredns.gr/ads
IP 116.202.176.26
Port 853
Domain dot.libredns.gr
DNS over TLS (DoT) is best to be configured globally for the entire operating system.
A few clients already support the protocol, and the easiest way is to configure systemd to use it:
/etc/systemd/resolved.conf
with you favorite editor and sudo rights.
[Resolve]
DNS=116.202.176.26#dot.libredns.gr
FallbackDNS=127.0.0.1 ::1
DNSOverTLS=yes
If you are on systemd < 243, then useopportunistic
instead ofyes
.
Blocking Ads and Trackers
We also offer DoT at a different port that blocks a crowdsourced list of known advertisement and tracking domains.
IP 116.202.176.26
Port 854
Domain dot.libredns.gr
In case you want to update your systemd-resolv configuration file:
[Resolve]
DNS=116.202.176.26:854#dot.libredns.gr
FallbackDNS=127.0.0.1 ::1
DNSOverTLS=yes
DNS over TLS - IPv6
We also offer IPv6 support for DoH and DoT.
DNS over HTTPS should be transparent in use, DNS Over TLS you should switch to the below IPv6 address. In the below "More info" link, under systemd section, you can find details about IPv6 settings.
IP 2a01:4f8:1c0c:8274::1
One of the motives for creating this service was to build a DNS server that will keep a minimum amount of (meta)data and only the bare minimum that is required for its core functionality, in respect to users privacy.
In detail: