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
I'm using WSL2 and was previously just starting my dev servers with 0.0.0.0 and adding firewall allow rules to access the server on my phone using machine local IP: 192.168.1... but needed https for some app features and the readme here mentions mDNS magic which I don't know what it is but currently I can't access .local domains from phone, localias mentions mDNS: serving ui.local. On actual machine where I run the localias everything works I can resolve ui.local is there something extra needed for it to work also how will my android phone know that ui.local means that it is that specific machine with WSL2 it needs to connect to when it doesn't have any special DNS entry like how the main machine running the localias does?
The text was updated successfully, but these errors were encountered:
On actual machine where I run the localias everything works I can resolve ui.local is there something extra needed for it to work also how will my android phone know that ui.local means that it is that specific machine with WSL2 it needs to connect to when it doesn't have any special DNS entry like how the main machine running the localias does?
Unfortunately, broadcasting mDNS rules from inside of a WSL2 container don't seem to "make it out" to other devices on the network. I haven't been able to figure out why this is or make it work myself. I will update the README to make this clear — I'm sorry that this confused you.
I'm using WSL2 and was previously just starting my dev servers with 0.0.0.0 and adding firewall allow rules to access the server on my phone using machine local IP: 192.168.1... but needed https for some app features and the readme here mentions mDNS magic which I don't know what it is but currently I can't access .local domains from phone, localias mentions
mDNS: serving ui.local
. On actual machine where I run the localias everything works I can resolveui.local
is there something extra needed for it to work also how will my android phone know that ui.local means that it is that specific machine with WSL2 it needs to connect to when it doesn't have any special DNS entry like how the main machine running the localias does?The text was updated successfully, but these errors were encountered: