Simple DDNS system using Cloudflare workers
Go to file
Gonçalo Valério 27ce46fa76 Initial commit. At least it works. 2020-05-17 23:53:43 +01:00
LICENSE Initial commit. At least it works. 2020-05-17 23:53:43 +01:00
README.md Initial commit. At least it works. 2020-05-17 23:53:43 +01:00
agent.py Initial commit. At least it works. 2020-05-17 23:53:43 +01:00
worker.js Initial commit. At least it works. 2020-05-17 23:53:43 +01:00

README.md

Worker DDNS

Workers as a proxy in a DDNS setup that uses the cloudflare API.

Both scripts, worker.js and agent.py don't require any extra dependencies, so it is very simple to deploy/setup. Just copy the files and you're done.

More detailed documentation will be added soon.