Multiple accounts (100-200) #6
-
Hi, I’m currently searching for exactly such a solution. Not only for 1 account but for 100-200 different freenom accounts. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
https://github.com/luolongfei/freenom |
Beta Was this translation helpful? Give feedback.
-
However, this repo does not support Cloudflare Workers but uses Docker, which is why I unfortunately cannot use it. I would like to use the free version of Cloudflare Workers. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/PencilNavigator/freenom-workers/wiki/Known-Issues |
Beta Was this translation helpful? Give feedback.
https://github.com/PencilNavigator/freenom-workers/wiki/Known-Issues
cloudflare has a limit on repeats per request. it is impossible to renew 100+ accounts on a single request.
If workers is your only choice to renew, you will need to setup a worker for every account.
The previous repository I mentioned has multiple ways deploying it for free, I personally recommend using that for bulk renews.