All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:29, 30 April 2025 Mwroot talk contribs created page How to proxy on wsl2 (Created page with "== 查 WSL 眼中本机的 ip == 查 ipcofig 能查到在 wsl 眼中的主机 ip == == == Host 机 == * Proxy 软件开启允许局域网连入。 * 开防火墙允许 WSL 流量接入本机 <syntaxhighlight lang="bash" line> New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow </syntaxhighlight> * .wslconfig 里写入 <syntaxhighlight lang="bash" line> dnsTunneling=false </syntaxhighlight> == Guest 机 == # .bas...")