- Mitglied seit
- 28 Jan 2008
- Beiträge
- 131
- Punkte für Reaktionen
- 16
- Punkte
- 18
Der README.MD unter :
https://github.com/notracking/hosts-blocklists
macht ja zu der Verwendung beider Files eindeutige Aussagen.
Zitat:
The optimizer makes full use of dnsmasqs capability to block entire domains such as *.doubleclick.net (domains.txt). This reduces the chance of missing any new subdomains and significantly reduces the size of the blocklists. Hostnames that cannot be blocked on a domain level will still be listed in a regular hostname based blocklist (hostnames.txt).
It's important to use both domains.txt and hostnames.txt simultaniously in dnsmasq to get full coverage!
Insofern glaube ich, dass die Range der geblockten Sites bei der Verwendung von nur einem File (hostnames.txt) doch mehr als
gering ist.
Zum Tunen der DNS Anfragen kann man auch noch die cache-size von dnsmasq erhöhen. Sie liegt
default bei 150 Einträgen die im cache gehalten werden.
Tomato verwendet 4096 Einträge als cache-size.
Ich habe es bei mir nun auch mal auf 4096 erhöht. Man sollte bei solchen Änderungen aber immer den
Speicher der FritzBox im Auge behalten.
dnsmasq -> Extra würde dann im Freetz-WebIF so aussehen :
Eine weitere Ergänzung hier mit dem Eintrag log-queris aktiviert noch das logging der DNS Anfragen im Syslog.
Geblockte Seiten erscheinen dann im Syslog so :
https://github.com/notracking/hosts-blocklists
macht ja zu der Verwendung beider Files eindeutige Aussagen.
Zitat:
The optimizer makes full use of dnsmasqs capability to block entire domains such as *.doubleclick.net (domains.txt). This reduces the chance of missing any new subdomains and significantly reduces the size of the blocklists. Hostnames that cannot be blocked on a domain level will still be listed in a regular hostname based blocklist (hostnames.txt).
It's important to use both domains.txt and hostnames.txt simultaniously in dnsmasq to get full coverage!
Insofern glaube ich, dass die Range der geblockten Sites bei der Verwendung von nur einem File (hostnames.txt) doch mehr als
gering ist.
Zum Tunen der DNS Anfragen kann man auch noch die cache-size von dnsmasq erhöhen. Sie liegt
default bei 150 Einträgen die im cache gehalten werden.
Tomato verwendet 4096 Einträge als cache-size.
Ich habe es bei mir nun auch mal auf 4096 erhöht. Man sollte bei solchen Änderungen aber immer den
Speicher der FritzBox im Auge behalten.
dnsmasq -> Extra würde dann im Freetz-WebIF so aussehen :
Code:
conf-file=/var/media/ftp/Dokumente/domains.txt
addn-hosts=/var/media/ftp/Dokumente/hostnames.txt
cache-size=4096
Eine weitere Ergänzung hier mit dem Eintrag log-queris aktiviert noch das logging der DNS Anfragen im Syslog.
Geblockte Seiten erscheinen dann im Syslog so :
Code:
Mar 22 20:18:46 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:46 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:46 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:46 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:46 fritz daemon.info dnsmasq[19726]: query[A] aax-eu.amazon-adsystem.com from 192.168.178.2
Mar 22 20:18:47 fritz daemon.info dnsmasq[19726]: config aax-eu.amazon-adsystem.com is 0.0.0.0
Mar 22 20:18:47 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:47 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:50 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:50 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:51 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:51 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:54 fritz daemon.info dnsmasq[19726]: query[A] fls-eu.amazon.de from 192.168.178.2
Mar 22 20:18:54 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt fls-eu.amazon.de is 0.0.0.0
Mar 22 20:18:55 fritz daemon.info dnsmasq[19726]: query[A] sstats.adobe.com from 192.168.178.2
Mar 22 20:18:55 fritz daemon.info dnsmasq[19726]: /var/media/ftp/Dokumente/hostnames.txt sstats.adobe.com is 0.0.0.0
Zuletzt bearbeitet: