Running PiHole (network ad blocker) on a Pogoplug Pro January 09, 2019 10:52AM |
Registered: 7 years ago Posts: 162 |
apt-get update apt-get upgrade
apt-get install fake-hwclock
curl -sSL https://install.pi-hole.net | bashit will fail after "Enabling lighttpd service to start on reboot"
apt install build-essential libgmp-dev m4 wget https://ftp.gnu.org/gnu/nettle/nettle-3.4.tar.gz tar -xvzf nettle-3.4.tar.gz cd nettle-3.4 ./configure make make install git clone https://github.com/pi-hole/FTL.git cd FTL make -j 4 make install service pihole-FTL restart
mv /usr/bin/pihole-FTL pihole.-FTL.bak.script
cp FTL/pihole-FTL /usr/bin/pihole-FTL cp /usr/bin/pihole-FTL /usr/bin/pihole-FTL.bak.manual
service pihole-FTL restart
pihole restartdns
pihole -g
nameserver 127.0.0.1 nameserver 8.8.8.8 nameserver 8.8.4.4 search hsd1.co.comcast.net ## or whatever your ISP uses
git clone https://github.com/pi-hole/FTL.git cd FTL make -j 4 make installThat creates the armel friendly pihole-FTL binary.
pihole -upWhich should update the other components of the pihole.
cp pihole-FTL /usr/bin/pihole-FTL
service pihole-FTL restart ## not sure if you need these but they don't hurt pihole restartdns pihole -g
Re: Running PiHole (network ad blocker) on a Pogoplug Pro January 09, 2019 11:45AM |
Admin Registered: 14 years ago Posts: 19,288 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro January 10, 2019 06:46AM |
Registered: 11 years ago Posts: 1,303 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 13, 2019 05:34AM |
Registered: 12 years ago Posts: 28 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 13, 2019 07:12AM |
Registered: 7 years ago Posts: 162 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 14, 2019 12:50AM |
Registered: 6 years ago Posts: 27 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 14, 2019 03:33AM |
Admin Registered: 14 years ago Posts: 19,288 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 14, 2019 07:34AM |
Registered: 7 years ago Posts: 162 |
Re: Running PiHole (network ad blocker) on a Pogoplug Pro March 14, 2019 05:32PM |
Admin Registered: 14 years ago Posts: 19,288 |