add whitelisting
This commit is contained in:
parent
46fbb63489
commit
30217b10e2
|
@ -4,3 +4,5 @@ MAINTAINER Kameron Kenny
|
|||
COPY etc/pihole /etc/pihole
|
||||
COPY etc/dnsmasq.d /etc/dnsmasq.d
|
||||
|
||||
RUN for i in $(cat whitelist.list); do pihole -w $i ; done
|
||||
RUN pihole -g
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pihole1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250630.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250819.0.1
|
||||
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:250630.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250819.0.1
|
||||
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:250630.0.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250819.0.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
icloud.com
|
||||
mask.icloud.com
|
Loading…
Reference in New Issue