hi, I've a requirement as such and I'm not sure if this can be achieved on Bunny CDN.
- web app on dynamic DNS
I would need to run a website possibly on IPV6 and that I'd need Bunny to provide this dynamic DNS service, i.e. I'd run an app to update the Bunny DNS (preferably via say a rest api) say when my ip address changes while connecting to my ISP. - running the whole Web App on Bunny CDN as a facade
- I'd configure the pull zone to pull from the web app referenced via Bunny's dynamic DNS
https://support.bunny.net/hc/en-us/articles/207790269-How-to-create-your-first-Pull-Zone - I'd register the domain name for the web app as CNAME into Bunny CDN
https://support.bunny.net/hc/en-us/articles/207790279-How-to-set-up-a-custom-CDN-hostname
my concern is that my web is practically an app possibly running on IPV6 only and not simply images, but that Bunny CDN will need to reverse proxy all the requests to my app and not simply resources such as images (which could be cached by Bunny CDN), and hopefully offer some protectioin e.g. against DDOS attacks etc.
note that it is an app and not simply resources, i.e. there'd be forms / http post/put requests etc.