-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
in your docker file, try to remove the comment on line "# ENABLE_DNS: "true" |
Beta Was this translation helpful? Give feedback.
-
|
Fix: DNS redirect for app.lfibot.com / mqtt.lfibot.com (OpenNova) The domains app.lfibot.com and mqtt.lfibot.com were not being redirected to the local Raspberry Pi (192.168.178.8) even though the PC was correctly using it as DNS. Instead, they resolved to an external IP (internet DNS). 🔍 Root cause dnsmasq was running on the Raspberry Pi and handling DNS requests, but it had no domain override configuration. As a result, all queries were forwarded to upstream DNS servers instead of being redirected locally. ⚙️ Solution steps
→ showed: dnsmasq is bound to port 53
→ directory did not exist (no modular config setup)
Added the following rules:
Since no systemd service was available:
✅ Result 🧠 Key takeaway |
Beta Was this translation helpful? Give feedback.


in your docker file, try to remove the comment on line "# ENABLE_DNS: "true"