Dynamic DNS with DomainDiscount24 and pfsense
Last modified on July 24, 2026 • 1 min read • 94 wordsMany companies offer free dynamic DNS.

https://dynamicdns.key-systems.net/update.php?hostname=vpn.jeltsch.org&password=12345678&ip=autoTo automate this, I use the crontab of my pfsense router. Editing the crontab is not enabled by default, but you can download and install the cron package. After that, you get a GUI under “Services > Cron”, where you add the timing and the command:/usr/local/bin/curl "https://dynamicdns.key-systems.net/update.php?hostname=vpn.jeltsch.org&password=12345678&ip=auto"