This commit is contained in:
Tomasz Borychowski
2020-10-18 20:40:16 +01:00
parent 1b9c3b4e9f
commit e9267eaa3d
18 changed files with 458 additions and 16 deletions

View File

@@ -4,8 +4,9 @@
- [Homepage](https://adguard.com/en/adguard-home/overview.html)
- [Overview blog post](https://adguard.com/en/blog/in-depth-review-adguard-home.html)
- [Github](https://github.com/AdguardTeam/AdguardHome)
- [DockerHub](https://hub.docker.com/r/adguard/adguardhome)
- [Github repo](https://github.com/AdguardTeam/AdguardHome)
- [DockerHub repo](https://hub.docker.com/r/adguard/adguardhome)
## `docker-compose.yml`
```yml

View File

@@ -6,8 +6,8 @@
- [disconnect.me/simple_ad](https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt)
- [hosts-file.net/ad_servers](https://hosts-file.net/ad_servers.txt)
- [ookangzheng/dbl-oisd-nl](https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl.txt)
- [more lists](blacklists.txt)
- [more lists](lists-black.txt)
# Whitelists
- [raghavdua1995/DNSlock-PiHole-whitelist](https://raw.githubusercontent.com/raghavdua1995/DNSlock-PiHole-whitelist/master/whitelist.list)
- [another one](whitelist.txt)
- [another one](lists-white.txt)

View File

@@ -1,12 +1,12 @@
# PiHole
## Overview
- [Homepage](https://pi-hole.net/)
- [Pihole Docker github repo](https://github.com/pi-hole/docker-pi-hole)
- [Docs](https://docs.pi-hole.net/)
- [Github](https://github.com/pi-hole)
- [DockerHub](https://hub.docker.com/r/pihole/pihole)
- [Github repo](https://github.com/pi-hole)
- [DockerHub repo](https://hub.docker.com/r/pihole/pihole)
## `docker-compose.yml`
```yml