1. 23
    1. 1

      How does “per-client blocking” work?

      I went through some forum posts and Github tickets but found nothing. As far as I know it uses dnsmasq, but dnsmasq does not have this feature. It might run one dns server per user group?

      1. 2

        FTLDNS is dnsmasq + Pi-hole’s code, so both cannot run simultaneously.

        I guess that means they use a dnsmasq fork. In contrast to dnsmasq it seems to use an sqlite database so quite some differences already.