This message was deleted.
# rancher-desktop
a
This message was deleted.
c
Hi, you may have to manually add the entries in you
/etc/hosts
. We are addressing this issue in our next release as part of this work: https://github.com/rancher-sandbox/rancher-desktop/issues/6245
c
thanks!. for now my work around is running dnsmasq in wsl to route my dev domains to 192.168.1.2. i just added the following to the config, though it could be simplified to a single line with /rancher-desktop.internal/ instead.
Copy code
address=/host.rancher-desktop.internal/192.168.1.2 address=/gateway.rancher-desktop.internal/192.168.1.2
a follow up question i have, can i consider the 192.168.1.2 static or is there a chance it might change from time to time on restarts?