AD-ZaiJian (廣告再見): Keep Ads away from any devices.
10K+

Currently, most of this repo is forked from :point_right: PI-hole.
Already tested on the following platforms
1. Pull image from Docker Hub
# For x86_64 machine:
λ ~/ docker pull zack/ad-zaijian
# For RPI 2 or other armhf devices:
λ ~/ docker pull zack/ad-zaijian-armhf
2. Run container
λ ~/ export IP=192.168.1.100
λ ~/ docker run -d --name ad-zaijian -e IP=$IP -p 53:53/tcp -p 53:53/udp -v `pwd`:/data --cap-add=NET_ADMIN zack/ad-zaijian
pwdOf course, you could change it to any where you want.
It will take a while for fetching lots of block lists from internet at the first time :sweat_smile:.
3. Modify your devices' dns
Set DNS Server to your ad-zaijian's IP and That's all!
GPL v2
Content type
Image
Digest
sha256:524235c99…
Size
54.9 MB
Last updated
about 11 years ago
docker pull zack/ad-zaijian