Skip to content
Discussion options

You must be logged in to vote

Not really an mtg question — the sni-router Caddyfile uses HTTP-01 (http_port 80), there's no DNS-01 / Dynu plumbing here. Your config in caddy-dns/dynu#7 is correct, the README is just unclear.

The rule: own_domain = the zone root Dynu's API recognizes (what /dns/getroot/{hostname} returns), not the cert subject. Whether they coincide depends on which free TLD you picked:

  • my.dynu.com — your owned root is my.dynu.com. Cert subject and own_domain happen to match. The README's example reflects this case.
  • <sub>.loseyourip.com — Dynu delegates the zone at <sub>.loseyourip.com. <host>.<sub>.loseyourip.com is a record inside that zone, not its own root, so the API can't resolve a domain by tha…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bam80
Comment options

Answer selected by bam80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants