• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: August 5th, 2023

help-circle
  • yak@lmy.brx.iotoPrivacy@lemmy.mlSome DNS questions
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    I’ve used this list generating package for years now with great results: https://github.com/opencoff/unbound-adblock/tree/master

    It is designed to generate blocking lists that can be used with unbound, the DNS resolver. There are even instructions for how to configure unbound so if you are new to it all you can follow along.

    I use the resulting lists in my two local DNS name servers, running unbound.

    The way it works is that if a query for a blocked address comes in to one of thenlocal DNS servers it returns a domain not found result. If the address is not on the block list then it forwards the query on to an internet DNS resolver securely using DoT.

    You can gain further control over your DNS results by choosing those upstream resolvers carefully. Quad9 and Cloudflare etc all offer DoT resolving, along with some further filtering (eg. for malware), or completely unfiltered DNS if that’s what you want.

    Services like cleanbrowsing.org offer more fine grained filtering, useful if you want a family-friendly set of DNS results, based off categorify.org. You can pay for really fine tuned results, or there is a free layer which provides still very useful basic categories.

    Combining the two forms of filtering, local advert and tracking blocking, along with open internet content categorisation, seems to be very effective.

    I get complaints about too many adverts when my kids are on WiFi away from home. I take it as a compliment.





  • yak@lmy.brx.iotoLinux@lemmy.mlDoes anybody use Thunderbird on Android a.k.a. K-9
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    1
    ·
    11 months ago

    Not tried the app version. Been using Fairemail for a while now, since k9 was unmaintained.

    Fairemail is well maintained. Quick. Supports multiple accounts very well. Loads of features (could be a downside for those who like things simple). Designed with security and privacy as top priorities right from the start. Open source development. For a long time its been the best email client on Android IMHO.


  • I cut my teeth on an early version of The Linux Networking Howto, still available at tldp.org. That’s a little bit out of date now :-) but the basic IPv4 networking concepts are still good.

    These days so much is implementation or distribution dependent. There has been so much very rapid development in this field during the internet era that the age of documentation matters significantly.

    A mitigating, but also confusing, factor is that different generations of networking tools have backwards compatibility built in so that it has been possible to build firewalls on kernels running nftables using iptables utilities in userspace.

    I think you could do worse than starting with the Debian wikis and then drilling down into other documentation for the specific distributions or applications you want to use.

    I seem to remember that openwrt.org and shorewall.org (though that product is EOL) also have some good overarching network stuff. I think Hurricane Electric he.com may still do their free basic IPv6 certificate programme?

    Wikipedia is also your friend in this, especially the references.

    I’ve enjoyed onemarcfifty.com’s videos too, but that format isn’t what you are looking for, and the transcripts I have seen are not formatted.