4 lines
127 B
Docker
4 lines
127 B
Docker
FROM pihole/pihole:latest
|
|
RUN pihole -w spclient.wg.spotify.com apresolve.spotify.com
|
|
COPY custom.list /etc/pihole/custom.list
|