I'm in the Netherlands and using VIMEXX for webhosting and domain registration.
To access my DXP2800, I'm thinking of creating a subdomain and setting the A/AAAA records to forward this subdomain to the external IP address of my router.
This external IP address generally does not change, but this is not guaranteed. So there needs to be some sort of watchdog process checking my external IP address and updating the A/AAAA records as necessary.
Luckily someone has constructed a small PHP script to take care of this: https://github.com/bp-ouhaha/Dire…=readme-ov-file
How would I setup a cron job on the DXP2800 to run this script, say once a day?
Searching the web, I found this Docker image "ugreen_crontab_script_manager"
I'll be giving this a go and see what I can take out of it.