wsl: update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user