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

how to see all IPs in Pi-hole and have DNS Booster enabled #2

Open
g0Idfinger opened this issue Nov 7, 2024 · 0 comments
Open

how to see all IPs in Pi-hole and have DNS Booster enabled #2

g0Idfinger opened this issue Nov 7, 2024 · 0 comments

Comments

@g0Idfinger
Copy link

I managed to get all client IPs to show up in pihole on docker on my Firewalla gold. just needed to create this config file on the Firewalla:

/home/pi/.firewalla/config/dnsmasq_local/00-config.conf

add the following two lines:

add-subnet=32,128
add-mac

and restart the service

sudo systemctl stop firerouter_dns
sudo systemctl start firerouter_dns
Now I can see what each client is going to instead of just 172.16.0.2

you will see the IPs and not the names, so If you want names you have to manually add them in Pi-Hole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant