зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
16 строки
581 B
Plaintext
16 строки
581 B
Plaintext
aur
|
|
openvpn-update-systemd-resolved
|
|
|
|
To complete the installation, please add this script to your OpenVPN
|
|
settings for each of the VPNs you wish it to manage the DNS for:
|
|
script-security 2
|
|
setenv PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
up /usr/bin/update-systemd-resolved
|
|
up-restart
|
|
down /usr/bin/update-systemd-resolved
|
|
down-pre
|
|
|
|
https://github.com/Nyr/openvpn-install
|
|
https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh
|
|
wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
|