jonathanio / update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus.
Other
761 stars 94 forks source link

Path for scripts have changed #94

Closed HritwikSinghal closed 2 years ago

HritwikSinghal commented 2 years ago

Hi, the path of Scripts have changed. its now /usr/bin/update-systemd-resolved instead of old one.

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
    up /usr/bin/update-systemd-resolved
    up-restart
    down /usr/bin/update-systemd-resolved
    down-pre

the path to script has changed. Please ensure you update all your config files to this:


down /usr/bin/update-systemd-resolved```