mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
12 lines
No EOL
304 B
Text
12 lines
No EOL
304 B
Text
# ~/.wslconfig
|
|
# New-Item -ItemType SymbolicLink -Path ~\.wslconfig -Target ~\.dotfiles\win\.wslconfig
|
|
[wsl2]
|
|
networkingMode=mirrored
|
|
dnsTunneling=true
|
|
firewall=true
|
|
autoProxy=true
|
|
|
|
[experimental]
|
|
# requires dnsTunneling but are also OPTIONAL
|
|
bestEffortDnsParsing=true
|
|
hostAddressLoopback=true |