diff options
-rw-r--r-- | wsl/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wsl/README.md b/wsl/README.md index c957f6b..dea5a54 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -1,9 +1,9 @@ ## Force DNS Usage inside VPN ### Bash script +Save file into /bin/vpn-dns swith 755 permissions ```bash -$ cat /bin/vpn-dns #!/bin/bash echo "Getting current DNS servers, this takes a couple of seconds" @@ -39,7 +39,7 @@ WantedBy=multi-user.target #### OpenRC -Save file into /etc/init.d/vpn-dn swith 755 permissions +Save file into /etc/init.d/vpn-dns with 755 permissions ```bash #!/sbin/openrc-run |