• @lemonuri@lemmy.ml
    link
    fedilink
    12 years ago

    I use the Adblock plugin on an openwrt router to provide blocklists for the whole lan. It works rather weell.

      • @Tibert@jlai.lu
        link
        fedilink
        12 years ago

        For me, Nextdns. It’s mostly because I can choose which list is used by the dns blocking. If adguard has a lost blocking what I use, I can’t do anything about it. Or maybe like allow a lot of domains.

        Using the Hagezi pro++ list currently and it works damn well without any issues for me.

        Also, there is a free way to use it (not sure about adguard).

      • I was able to test it out first without having to create an account and I liked it. It has simple Ad/Tracking blocklists and supports both DoT and DoH. Also it has rewrites (like /etc/hosts).

      • @IrrerPolterer@lemmy.world
        link
        fedilink
        12 years ago

        Sure! If you’ve got that pi on all the time. I previously did that and it worked well. My current setup is multiple pi’s though, cause the octo pi is switched off with the printer now…

        • SokathHisEyesOpen
          link
          fedilink
          12 years ago

          Yes, I leave it running all the time. So do I just install PiHole as a package on the server and then connect to it to configure?

          • @IrrerPolterer@lemmy.world
            link
            fedilink
            12 years ago

            I had it setup using docker at the time. Both pihole and octoprint as individual containers…

            But I assume you should be able to just install and run the package locally on the octopi distro.

  • @railsdev@programming.dev
    link
    fedilink
    1
    edit-2
    2 years ago

    I roll my own. I created a Docker image that periodically downloads tons of blocklists, smashes them into an Unbound configuration file then runs Unbound with TLS enabled.

    On my iPhone and macOS devices I just connect to the encrypted service using .mobileconfig files to apply it system-wide. My home router also uses it as an upstream server (again with TLS) so all connected clients benefit from it as well.

  • The Doctor
    link
    fedilink
    12 years ago

    Specifically DNS? I have a Pi-Hole on my home network that is configured as a recursive resolver, and a second Pi-Hole on my personal VPN server (same).

      • dalë
        link
        fedilink
        12 years ago

        Not really and some would argue that from a local network perspective HTTPS is preferable.

        The main difference is that HTTPS routes through a standard port so gets “lost” in all other Https traffic whereas TLS uses a distinct port so whilst it’s encrypted you would be able to see at the local level that you’re using DNS over TLS but not what you’re doing.

        • L3ft_F13ld!
          link
          fedilink
          12 years ago

          Thanks for the explanation. Doubt I would have found such a simple answer if I went searching.