Hi all,
I found an issue when updating a router where I run containers to v7.20.0 and the pi-hole.
I guess it is due to this part of the update:
*** container - allow to use multiple veths in a container, change the in container interface name to same as in RouterOS**
Then when I restarted the container, pi-hole complained about dnsmasq not finding eth0 anymore.
When entering in the shell for pi-hole there was a veth1 interface, indeed, based on the same as defined in Ros.
At this point I had changed locally inside the container in the pihole.toml file to use veth1 instead of eth0.
However I tried to set in the ENV list for pihole the variable "INTERFACE=veth1", but it does not seem to have worked for me.
Is there a way to pass such interface info to the container via ENV settings, or changing the pihole.toml is the only way for now ?
Thanks
