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
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/noads
Documentation
DNS over HTTPS (DoH) is best to be configured and used on applications, namely browsers.
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
IP 116.202.176.26
IPv6 2a01:4f8:1c0c:8274::1
Port 853
Domain dot.libredns.gr
Blocking Ads and Trackers
We also offer an endpoint that blocks a crowdsourced list of known advertisement and tracking domains.
Domain noads.libredns.gr
Documentation
DNS over TLS (DoT) is best to be configured on the operating system.
/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 want to use the ads blocking endpoint you have to use a different port:
DNS=116.202.176.26#noads.libredns.gr
In latests Android versions you can enable DNS over TLS (DoT) using the "Private DNS" option in settings.
dot.libredns.gr
and hit Save.
Use noads.libredns.gr
if you prefer to use the ads blocking endpoint.
Apple devices support encrypted DNS (both DoH & DoT) via Device Management Profiles.
Device Management Profiles
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:
For more browser configuration guidelines check our wiki.