-
Notifications
You must be signed in to change notification settings - Fork 2
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
Full sync copying dns.interface to other instances - breaks if interface not consistent #41
Comments
You can use the |
Thanks for responding, but could you clarify. the FTLCONF_dns_interface variable would be if each Pi-hole instance is a docker container, correct? If so, I don't think this will work in my case as I've installed Pi-hole via the install script, not as docker containers. |
No, the Edit: Looking at the documentation Pihole suggests for ease of use in non-docker environments that you just edit the pihole.toml file. This will do the same as before preventing teleporter from overwriting the full_sync option: https://docs.pi-hole.net/docker/configuration/ |
Great explanation @PhilThurston! This is indeed the workaround that will solve this issue for now. In #14 work will be ongoing to implement a more granular way to specify what to include/exclude, that will also be a solution to this |
Use case: 3 different Pi-holes (one Proxmox LXC, one Proxmox VM, one Unraid VM)
Each has a different interface name (ens18, enp1s0, eth0)
If doing full sync, it copies the the primary interface name to the dns.interface field in Pi-hole. Once secondaries FTL is restarted, dns no longer works.
Is there a way to exclude that setting, but still sync the other DNS settings or am I possibly missing somewhere to exclude that?
The text was updated successfully, but these errors were encountered: