• Rimu
      link
      fedilink
      English
      91 month ago

      The Pi-Hole itself is very straightforward if you’re cool with using docker - the example docker-compose.yaml on Docker Hub just worked for me. But getting your devices to use the Pi-Hole instead of their usual DNS server can be harder than it should be.

      • LoudWaterHombre
        link
        fedilink
        English
        21 month ago

        Nah mate, if you set your PiHole to be the DHCP of your network, it will force DNS server settings onto the devices it’s handing out IPs to. Just set the PiHole as DHCP server in your router and it’ll be fine.

        • @Randelung
          link
          English
          230 days ago

          Getting DNS and DHCP mixed up here.

          DNS you set in your DHCP, DHCP you either disable or enable.

          Set the PiHole as DNS on your router or disable DHCP on the router altogether and enable it on the Pi. The former is simpler.

          • LoudWaterHombre
            link
            fedilink
            English
            228 days ago

            Oh sorry it was a little late, yes disable DHCP in Router and set your PI to be the DHCP server.