notes/net/vpn/openvpn/inst.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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