Replaced with appropriate punctuation (colons, commas, semicolons,
periods) per grammatical context.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces direct dns-server RPC calls (admin shared key, NetBird-only
reachability) with calls to the public /api/v1 surface. The plugin
now logs in with an email + app password, caches the returned Bearer
for the run, then findZone/addRecord/deleteRecord through HTTPS.
Any yeil user with an owned DNS zone can use it from anywhere with
internet access — no more shared key, no NetBird requirement.
INI shape:
dns_yeil_email = you@yourdomain.com
dns_yeil_app_password = abcd-efgh-ijkl-mnop
# dns_yeil_base_url = https://dns.yeil.app (optional override)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DNS-01 authenticator that walks up the labels of the validation name,
calls findzone on the dns-server RPC to locate the registered parent
zone, then addrecord/deleterecord around the TXT challenge.
Auth is HTTP Basic with the shared rpc key (matches the protocol the
yeil DNS web app uses in dns/src/lib/rpc.ts).