wsl: update
This commit is contained in:
parent
166fa01d14
commit
4bc9f63ad8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user