Module not registered: dns.providers.hetzner

xcaddy build master --with github.com/caddy-dns/hetzner
systemctl start caddy
Error during parsing: getting module named 'dns.providers.hetzner': module not registered: dns.providers.hetzner
example.com {
    reverse_proxy localhost:4500
    tls {
        dns hetzner [TOKEN]
    }
    handle {
        reverse_proxy localhost:4500
    }
}

xcaddy build builds a caddy binary in your currently working directory.
It won’t, however, magically replace your globally installed caddy binary.

In case you are using Debian/Ubuntu, see docs/build#package-support-files-for-custom-builds-for-debianubunturaspbian.

Please fill out the forum help template if you need any further help. Thank you.

2 Likes

Thanks, works well

This topic was automatically closed after 30 days. New replies are no longer allowed.