We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: