aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2023-12-25 06:35:40 +0800
committerAstound <kirito@disroot.org>2023-12-25 06:35:40 +0800
commit166fa01d144ede15bf057c1053851517d6b6a3d6 (patch)
tree46854604c162a8acf25a16f3a75eb62081490a59
parent7d41f0ad816010a32b698ea6d5a348d100d5f127 (diff)
downloadbook-166fa01d144ede15bf057c1053851517d6b6a3d6.tar.lz
book-166fa01d144ede15bf057c1053851517d6b6a3d6.tar.xz
book-166fa01d144ede15bf057c1053851517d6b6a3d6.zip
wsl: update
-rw-r--r--wsl/README.md4
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