aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2023-12-25 06:41:23 +0800
committerAstound <kirito@disroot.org>2023-12-25 06:41:23 +0800
commit4bc9f63ad8b9c2a2d6736ee2dcaceadd7aa1f66c (patch)
tree73db1a87b0c8dde23a7f4cd740551ad66298809a
parent166fa01d144ede15bf057c1053851517d6b6a3d6 (diff)
downloadbook-4bc9f63ad8b9c2a2d6736ee2dcaceadd7aa1f66c.tar.lz
book-4bc9f63ad8b9c2a2d6736ee2dcaceadd7aa1f66c.tar.xz
book-4bc9f63ad8b9c2a2d6736ee2dcaceadd7aa1f66c.zip
wsl: update
-rw-r--r--wsl/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/wsl/README.md b/wsl/README.md
index dea5a54..fd971bb 100644
--- a/wsl/README.md
+++ b/wsl/README.md
@@ -37,6 +37,12 @@ Environment=TERM=xterm
WantedBy=multi-user.target
```
+Enable service
+
+```console
+systemctl enable vpn-dns
+```
+
#### OpenRC
Save file into /etc/init.d/vpn-dns with 755 permissions
@@ -72,6 +78,12 @@ stop() {
}
```
+Enable service
+
+```console
+rc-update add vpn-dns boot
+```
+
### Show Networks
c/> Get-NetAdapter