Skip to content

Instantly share code, notes, and snippets.

@craig8
Created August 12, 2025 17:52
Show Gist options
  • Save craig8/c7baa2d5fd9838c6cafcf36b61532a94 to your computer and use it in GitHub Desktop.
Save craig8/c7baa2d5fd9838c6cafcf36b61532a94 to your computer and use it in GitHub Desktop.
wsl to allow ports through
[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