Open adregner opened 1 year ago
When trying to verify a domain such as "apples.foo.bar", it is totally fine to have a zone such as "foo.bar" which you can add the "apples" TXT record to. This changes out the strict equality check of existing zones for an "ends with" check.
Nice elegant change. @tsaaristo - could you look at merging this? Thanks!
Bump @tsaaristo 👋
When trying to verify a domain such as "apples.foo.bar", it is totally fine to have a zone such as "foo.bar" which you can add the "apples" TXT record to. This changes out the strict equality check of existing zones for an "ends with" check.