Created
August 12, 2025 17:52
-
-
Save craig8/c7baa2d5fd9838c6cafcf36b61532a94 to your computer and use it in GitHub Desktop.
wsl to allow ports through
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
[boot] | |
systemd=true | |
command="ip route add 172.18.65.126/32 via $(ip route | grep default | awk '{print $3}')" | |
[user] | |
default=os2204 | |
[automount] | |
enabled=true | |
options="metadata,uid=1000,gid=1000,umask=022" | |
#umask=022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment