small
parent
7e73e98599
commit
0fcb06ea50
|
@ -16,6 +16,8 @@ systemctl enable --now systemd-resolved.service
|
||||||
Edit `client.ovpn`:
|
Edit `client.ovpn`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
|
script-security 2
|
||||||
|
setenv PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
up /etc/openvpn/scripts/update-systemd-resolved
|
up /etc/openvpn/scripts/update-systemd-resolved
|
||||||
up-restart
|
up-restart
|
||||||
down /etc/openvpn/scripts/update-systemd-resolved
|
down /etc/openvpn/scripts/update-systemd-resolved
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
# [testing](https://golang.org/pkg/testing/)
|
Loading…
Reference in New Issue