You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zeroconf.ServiceInfo expect the IP address that should be announced by zeroconfig as argument. This should be the IP address of the external interface.
zeroconf.ServiceInfo expect the IP address that should be announced by zeroconfig as argument. This should be the IP address of the external interface.
At the moment a 'hack' is used to determine the IP address. A socket is opened to a hardcoded address and the local ip of this socket is used. https://github.com/siemens/mtda/blame/aecc0f725577600433c4d8c1aafefd74137747a5/mtda-service#L61
This fails if the hardcoded address is unreachable.
The text was updated successfully, but these errors were encountered: