IPv4: | 85.215.153.54 | |
---|---|---|
IPv6: | 2a01:239:251:a800::1 |
IPv4: | 87.106.35.241 | |
---|---|---|
IPv6: | 2a00:da00:f425:5800::1 |
By choosing to use my DNS servers, you acknowledge and agree to the terms and conditions described.
Usage of these servers is entirely voluntary, and by doing so, you consent to the logging, data handling,
and retention policies outlined in the provided documentation.
You also agree that no claims or rights can be asserted against me regarding the availability, performance, or operation of this service.
I reserve the right to discontinue or modify this service at any time without prior notice.
If you do not agree with these terms, you are advised to refrain from using these DNS servers.
In cases where the DNS servers are unable to resolve a query from the local cache, the query will be forwarded to an external DNS resolver,
specifically Quad9.
Please note the following:
options {
...
forwarders port 853 {
9.9.9.9 tls quad9-tls;
149.112.112.112 tls quad9-tls;
};
...
};
Logging serves several purposes essential to maintaining secure and reliable DNS operations:
Certain categories of logs are disabled by default to prioritize privacy:
The following logs are active and include data about client IP addresses, the domains being queried, and the specific actions taken by the server.
Below is an overview of the active logging categories:
Logs are stored in files with a maximum duration of one day (24 hours) per file.
All logs are stored and accessible to the server administrators. They are never shared with third parties, and their use is limited to operational purposes.
logging {
...
channel default_syslog {
print-time yes;
print-category yes;
print-severity yes;
syslog daemon;
severity info;
};
...
category default { null; };
category config { default_syslog; };
category dispatch { default_syslog; };
category network { default_syslog; };
category general { default_syslog; };
category zoneload { default_syslog; };
category resolver { default_syslog; };
category cname { default_syslog; };
category lame-servers { default_syslog; };
category edns-disabled { default_syslog; };
category dnssec { default_syslog; };
category notify { default_syslog; };
category xfer-in { default_syslog; };
category xfer-out { default_syslog; };
category update{ default_syslog; };
category update-security { default_syslog; };
category client { default_syslog; };
category security { default_syslog; };
category rate-limit { default_syslog; };
category spill { default_syslog; };
category database { default_syslog; };
category rpz { default_syslog; };
category dnstap { default_syslog; };
category trust-anchor-telemetry { default_syslog; };
category queries { null; };
category query-errors { null; };
};
Open a web browser and go to
http://fritz.box or
http://192.168.178.1
(depending on your FritzBox model).
Log in with your administrator credentials (username and password).
In the main menu of the FritzBox interface, go to "Internet".
Then, click on "Account Information" or "Connection Settings" (the exact name may vary depending on the FritzBox model).
Look for an option labeled "DNS Server" or "DNS Settings".
In the DNS settings section, you will typically find an option to either "Obtain DNS server addresses automatically"
or to "Use the following DNS server addresses".
Select "Use the following DNS server addresses" to manually set your DNS servers.
Enter the IP addresses of your DNS servers:
After entering the DNS server addresses, click "Apply" or "Save" to save the settings.
The FritzBox will apply the new DNS settings to the network.
apt-get install resolvconf -y
nano /etc/resolvconf/resolv.conf.d/head
nameserver 85.215.153.54
nameserver 87.106.35.241
and/or
nameserver 2a01:239:251:a800::1
nameserver 2a00:da00:f425:5800::1
resolvconf --enable-updates
resolvconf -u