Skip to content

Commit

Permalink
More transparent WSL networking
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Apr 13, 2024
1 parent d2e2bc6 commit eb3bc02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dot_wslconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# Settings apply across all Linux distros running on WSL 2
[wsl2]

# If the value is mirrored then this turns on mirrored networking mode
# Default or unrecognized strings result in NAT networking.
networkingMode=mirrored

# Changes how DNS requests are proxied from WSL to Windows
dnsTunneling=true

# Enforces WSL to use Windows’ HTTP proxy information
autoProxy=true

Expand Down

0 comments on commit eb3bc02

Please sign in to comment.