oscartbeaumont / netlify-dynamic-dns

A Dynamic DNS Client For Netlify Managed DNS
MIT License
61 stars 19 forks source link

Script unusable due to unresponsive `plausible.otbeaumont.me` subdomain #69

Closed junyu33 closed 1 week ago

junyu33 commented 1 month ago

Hi, I've been trying to use this script, but it appears to rely on the APIs of your self-hosted subdomain plausible.otbeaumont.me. I checked its availability through isitdownrightnow.com, and it seems the subdomain isn’t responding, which unfortunately renders the script unusable.

Could you let us know if there are any plans to address this, or perhaps suggest a workaround for users in the meantime?

Thanks for your help!

trillhc commented 2 weeks ago

There is an analytics server used in main.go, removing references to it makes it work again.

oscartbeaumont commented 2 weeks ago

Feel free to to PR its removal and I can merge it.

junyu33 commented 2 weeks ago

70 PR added.

oscartbeaumont commented 1 week ago

Thanks!