nikhiljohn10/ddnslab

doesnt work

Closed this issue · 1 comments

If I use domain.tld it wont work.

I understand the issue here.
https://github.com/jwala-diamonds/ddnslab.tech/blob/427a252fca893abdcd680a1e39a1ff1c74187211/worker.js#L158-L162

This above function hard coded to stripping subdomain from FQDN. Hence if you give record name as domain.tld, result is tld. Pushing the bug fix now.