Hi @mpous,
Thanks for your answer. I’ve heard about the .local
domains, but it’s not really what I’m trying to accomplish. I’d like to browse to, for example: access-point.mydomain.com
, and when connected to the AP, it resolves to its own IP address (so 10.42.0.1
for example). I know this can be done by using dnsmasq
, but running my own dnsmasq
instance in a container adds some more maintenance and probably another container. But because the HostOS already uses it, it’d be better if I can configure that dnsmasq
instance from within my container.
I’ve followed Connecting the device to a wifi behind a captive, and the DBus is enabled. But if I understand @majorz, I can’t really use that dnsmasq
instance, which is too bad. But please correct me if I’m wrong