Edit

IABSD.fr/src/etc/rc.d

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2024-10-09 15:42:56
    Hash : 35fe2a76
    Message : Get trust anchor via unbound-checkconf(8) This tool knows our default config path and '-o auto-trust-anchor-file' prints the actually set path, if any, regardless of whether exists. Use that to generate it rather than a best-effort grep/hardcoded path. OK sthen