add item to whitelist
This commit is contained in:
parent
e0b87d6cc3
commit
51f1c57b70
|
@ -10,7 +10,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250819.0.2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250819.0.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -36,7 +36,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250819.0.2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250819.0.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -62,7 +62,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole3
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250819.0.2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250819.0.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
icloud.com
|
||||
mask.icloud.com
|
||||
mask-h2.icloud.com
|
||||
|
|
Loading…
Reference in New Issue