Posts by userj


    I have LibreElec on an Intel Compute stick.

    After importing the opvn file, I can get the VPN to connect, but there seem to be DNS leaks.

    Some suggest:

    Code
    script-security 2
    up /etc/openvpn/update-resolv-conf
    down /etc/openvpn/update-resolv-conf

    But that command doesn't seem to exist.

    I have tried other scripts, but there seems to be discrepancies with bash or ash (??)

    Another suggestion is to make dns-priority a negative number in the vpn config, so that it overrides any other DNS, but I don't know how to do that on LE.

    Does anyone know where the settings are stored outside of the gui?

    Or what can be done to safely mask DNS?