Created
September 3, 2019 15:36
-
-
Save wizcas/977409c1d35a8f409d8d94fbb7e23f21 to your computer and use it in GitHub Desktop.
wsl.conf
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
# Create or update this file at: /etc/wsl.conf | |
# Enable extra metadata options by default | |
[automount] | |
enabled = true | |
root = / | |
options = "metadata,umask=22,fmask=11" | |
mountFsTab = false | |
# Enable DNS – even though these are turned on by default, we’ll specify here just to be explicit. | |
[network] | |
generateHosts = true | |
generateResolvConf = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment