Merge pull request #20 from diginc/release_2.8.1

Bumping pi-hole to 2.8.1
This commit is contained in:
Adam Hill 2016-07-15 22:50:57 -05:00 committed by GitHub
commit 1ff52f72b3
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ COPY ./pi-hole/adlists.default /etc/pihole/
COPY ./pi-hole/pihole /usr/local/bin/
COPY ./pi-hole/advanced/Scripts/* /usr/local/bin/
RUN mkdir -p /opt/ && ln -s /usr/local/bin /opt/pihole
COPY ./pi-hole/advanced/lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY ./pi-hole/advanced/lighttpd.conf.debian /etc/lighttpd/lighttpd.conf
COPY ./pi-hole/advanced/dnsmasq.conf.original /etc/dnsmasq.conf
COPY ./pi-hole/advanced/01-pihole.conf /etc/dnsmasq.d/
COPY ./pi-hole/advanced/index.html /var/www/html/pihole/index.html

@ -1 +1 @@
Subproject commit c1d8496b93c5d1d91573fd33f70b05e81c1bb27f
Subproject commit 02b0e96db878fa45c133751f48056ae970cf8308

View File

@ -1 +1 @@
v2.7.1
v2.8.1