From de349769c8ee5a48fa0d0f31836736df50a9bea8 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Feb 2021 19:26:12 -0600 Subject: [PATCH] Add whitelists to pihole container --- dns-pihole/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dns-pihole/Dockerfile b/dns-pihole/Dockerfile index 6ee094e..e9aa6d7 100644 --- a/dns-pihole/Dockerfile +++ b/dns-pihole/Dockerfile @@ -1,2 +1,3 @@ FROM pihole/pihole:latest +RUN pihole -w spclient.wg.spotify.com apresolve.spotify.com COPY custom.list /etc/pihole/custom.list