| 1 | # Wslrelay.exe |
| 2 | |
| 3 | `wslrelay.exe` is a windows executable that is used to relay network and debug console traffic from Linux to Windows. |
| 4 | |
| 5 | It is responsible for: |
| 6 | |
| 7 | - Relaying localhost traffic between Linux and Windows in NAT mode (see [localhost](localhost.md)) |
| 8 | - Displaying the debug console output when `wsl2.debugConsole` is set to `true` |
| 9 | |
| 10 | See `src/windows/wslrelay/main.cpp` |