Skip to content

Releases: mhofer117/ispconfig-ddns-module

v1.4.2

29 Dec 13:01
Compare
Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

v1.4.1

16 Oct 06:05
Compare
Choose a tag to compare
  • 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

Full Changelog: v1.4.0...v1.4.1

v1.4.0

26 Jul 15:28
Compare
Choose a tag to compare
  • 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

16 Apr 16:52
Compare
Choose a tag to compare
  • #9 set correct user for data log history entries
  • #7 experimental support for TXT record types using add/delete actions

Full Changelog: v1.2.4...v1.3.0

v1.2.4

21 Feb 18:06
Compare
Choose a tag to compare
  • fallback to remote-ip if myip is not set in dyndns #6

Full Changelog: v1.2.3...v1.2.4

v1.2.3

20 Feb 19:32
5e0ec20
Compare
Choose a tag to compare
  • add workaround for ispconfig with nginx

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Mar 16:26
Compare
Choose a tag to compare
  • 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

18 Mar 18:31
Compare
Choose a tag to compare
  • Fix standard update URL displayed in UI. (#3)

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Mar 22:18
Compare
Choose a tag to compare
  • 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

08 Mar 17:58
8edea56
Compare
Choose a tag to compare
  • 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