Monviech / os-caddy-plugin

Caddy Plugin with GUI for OPNsense
Other
38 stars 0 forks source link

Support desec.io as a DNS provider (dedyn.io) #75

Closed mirchiseth closed 8 months ago

mirchiseth commented 8 months ago

desec.io is another choice for a dns provider. It would be great if you can support them as well. Domains created with desec.io are of the format xxx.dedyn.io.

You can find their docs at

https://desec.readthedocs.io/en/latest/

Thanks.

Monviech commented 8 months ago

Can you tell me (or test) if this plugin supports this configuration scheme?

https://github.com/caddy-dns/desec

tls {
    dns desec 38372628276
}

Where the number is the Token.

Monviech commented 8 months ago

@mirchiseth Just to be sure, do you mean ACME DNS-01 challenge, or do you mean dynamic-dns?

https://caddyserver.com/docs/automatic-https#dns-challenge https://caddyserver.com/docs/modules/dynamic_dns

mirchiseth commented 8 months ago

I meant ACME DNS-01 challange and not the dynamic dns.

Monviech commented 8 months ago

Added in https://github.com/Monviech/os-caddy-plugin/pull/79