Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Pi Hole on Docker #472

Closed
CCOSTAN opened this issue Jan 11, 2019 · 4 comments
Closed

Set up Pi Hole on Docker #472

CCOSTAN opened this issue Jan 11, 2019 · 4 comments

Comments

@CCOSTAN
Copy link
Owner

CCOSTAN commented Jan 11, 2019

Run two pi-holes on the network in the typical DNS load balanced fashion.
I would run one on a physical Pi Zero and the other in a docker container. The first would be the primary DNS and single DHCP for the network. It would also have a less aggressive set of lists for blocking and would be used for most of the user devices on the network (phones, laptops, etc…) while the second could have a much more aggressive set of blocking rules that I would point only Smart Home devices to. Since they are less likely to need to get to most websites (or ANY), I could be extremely aggressive on the blocking. Also since that Pi-Hole would be on the docker image, it would have more horsepower and could handle a larger block list. I would then just hardcode that Pi-hole address into the DNS sections of the IOT devices.

@AaronArgent
Copy link

If its only for Smart Home Devices, maybe setting up Whitelist might be easier then a large blacklist. Just means everything is blocked expect for the addresses allowed. This will use less processing power on the pihole as well

@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Jan 12, 2019

That's a Great Idea @AaronArgent! Maybe I'll flip flop the idea then. Have the DHCP and IOT whitelist on the weaker Pi Zero and the Block list on a Docker VM.

@stale stale bot added the oldnews label Aug 25, 2019
@CCOSTAN CCOSTAN removed the oldnews label Aug 25, 2019
Repository owner deleted a comment from stale bot Jul 11, 2022
@CCOSTAN CCOSTAN added the Docker label Jul 11, 2022
@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Jul 11, 2022

Raspian 9 is no longer supported. Time to move the Pi to Docker for easy updating.

@CCOSTAN CCOSTAN changed the title Set up Second Pi Hole for Redundancy Set up Pi Hole on Docker Jul 11, 2022
@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Nov 2, 2022

So the Raspberry Pi died.. Brought up a new PiHole on Docker now. This will make things a LOT easier and easier to backup now.

@CCOSTAN CCOSTAN closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants