wsl: update

This commit is contained in:
Astound 2023-12-25 06:41:23 +08:00
parent 166fa01d14
commit 4bc9f63ad8
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -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