From 9a769630d7a2e3d3413527d1d8ca21612b86175a Mon Sep 17 00:00:00 2001 From: emmanuel-ferdman <35470921+emmanuel-ferdman@users.noreply.github.com> Date: Sun, 18 Jun 2023 15:41:40 +0300 Subject: [PATCH] [readme] fix typo in resolv.conf filename Signed-off-by: emmanuel-ferdman <35470921+emmanuel-ferdman@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 004c3d1..4bba59f 100644 --- a/README.md +++ b/README.md @@ -1020,7 +1020,7 @@ This could simply be solved by running this in your root directory: sudo chattr +i /etc/resolv.conf ``` -This deletes your `resolve.conf` file thats automatically generated when u run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto generation of that file. +This deletes your `resolv.conf` file thats automatically generated when u run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto generation of that file. You can check the contents of the file by running: