aboutsummaryrefslogtreecommitdiffstats
path: root/wsl/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wsl/README.md')
-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