DNS ad blocker for your network
Requires docker
$ git clone https://github.com/Mad-Chicken/pihole-docker.git
$ cd pihole-docker
- In docker-compose.yml replace WEBPASSWORD's value with your custom password
- Update your adlist.list
- blacklist.txt
- whitelist.txt
- white-wild.txt
Add DNS names for local services in white-wild.txt following:
[ <IP> <DNS> ]
More adlists here: https://github.com/blocklistproject/Lists
Run the container
$ docker-compose up --build --detach