Releases: mhofer117/ispconfig-ddns-module
Releases · mhofer117/ispconfig-ddns-module
v1.4.2
- fix missing PHP_AUTH_PW in php cgi mode, thanks to @dmilijk, see: mhofer117/certbot-dns-ispconfig-ddns#1
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- The 1.4.0 SQL migration script now contains a fix for existing datalog entries and multi-server setups #13
- Improve matching of zone and record for all requests. This gives full support for dns-01 challenges #7
- A custom certbot plugin was released which uses DDNS tokens instead of api-users (with too many permissions): https://github.com/mhofer117/certbot-dns-ispconfig-ddns
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- fix simple token url not displayed
- add server_id field to tokens and statically limit the ddns_token records to the current server only (issue #11)
BREAKING: DB Migration required
Because a new DB field was introduced, a DB migration is required.
The migration script is available here: migration_1.4.0.sql
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.4
v1.2.3
- add workaround for ispconfig with nginx
Full Changelog: v1.2.2...v1.2.3
v1.2.2
- fix dyndns hostname displayed in UI when behind proxy host
- add update instruction link to readme index
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
- fix: updating multiple zones with the same call (dyndns2)
- fix: allow updating root record of dns zone
- new: allow secure updates behind proxy with special headers, as described in the wiki
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Add support for dyndns1 / dyndns2 updates (requires ISPConfig installation on port 443)
- Refactor update.php script
- The repository can now be cloned and updated directly in
/usr/local/ispconfig/interface/web/ddns
instead of manually copying the releases
Full Changelog: v1.0.2...v1.1.0