This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-------------------------------------------------------- | |
# Background: WSL UDP port forwarding | |
#-------------------------------------------------------- | |
# Microsoft recommends "netsh interface portproxy" for port forwarding, but it does not support UDP for now. | |
# See https://learn.microsoft.com/en-us/windows/wsl/networking#accessing-a-wsl-2-distribution-from-your-local-area-network-lan. | |
# For UDP port forwarding, you can use Windows NAT mechanism. | |
# See https://gist.github.com/the-moog/e7a1b5150ce9017309afbcf91848e622. |
OlderNewer