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
During machine creation this will be replaced with a predefined SlirpGateway, which is not a thing for WSL2 template
[lima@ ~]$ ip route
default via 172.31.176.1 dev eth0 proto kernel
172.31.176.0/20 dev eth0 proto kernel scope link src 172.31.181.242
[lima@ ~]$ env | grep -i proxy
ftp_proxy=http://192.168.5.2:2121
FTP_PROXY=http://192.168.5.2:2121
This is probably result in some programs failing to work and also breaks integration test.
The text was updated successfully, but these errors were encountered:
Description
When proxy is set to localhost like
During machine creation this will be replaced with a predefined SlirpGateway, which is not a thing for WSL2 template
This is probably result in some programs failing to work and also breaks integration test.
The text was updated successfully, but these errors were encountered: