Pihole 6 interface setting is greyed out

interface setting is greyed out since the update to pihole 6 and it does not let me update it.

Pihole 6 running on trueNAS scale electric eel 24.10

Core version is v6.0.4 (Latest: v6.0.4)
Web version is v6.0.1 (Latest: v6.0.1)
FTL version is v6.0.2 (Latest: v6.0.2)

Debug Token:

https://tricorder.pi-hole.net/WMXIT6VM/

Thanks
jag

TrueNAS isn't a supported OS.

I'm guessing you are using the TrueNAS Pi-hole app, which is neither developed nor endorsed by the Pi-hole team.

Indications are that Pi-hole app would just be some kind of wrapper around Pi-hole's official Docker image.

Note that any Docker container environment variable value that you'd pass into a container would become read-only within Pi-hole, potentially explaining your observation.

In your case, the associated variable would be FTLCONF_dns_listeningMode.
To change it, you'd have to edit your Pi-hole container's environment variables through your TrueNAS app's UI (which may look similar to Name resolution of locally significant names works except for Pi-hole's own hostname - #9 by airflow2010).

As we've released Pi-hole v6 last week, it would also be quite possible that the TrueNAS Pi-hole app may pull a new v6 image while trying to apply old v5 environment configurations, which would fail.

If that would be the case, this would have to be addressed by TrueNAS app developers.

(Or you could try to fix that yourself by adopting v6 environment variables, see Upgrading from v5.x - Pi-hole documentation - provided the TrueNAS app would allow to add and remove variables as required.)

1 Like

Thank You,
looks like the issue with the app itself, it is not accepting the new variables.
Will see if i can report this to the trueNAS.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.