jonathanio/update-systemd-resolved

Path for scripts have changed

HritwikSinghal opened this issue · 0 comments

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```