Skip to content

Releases: cnmicha/cloudflare-dyndns-backend

v0.0.11

09 Mar 15:06

Choose a tag to compare

  • Update dependencies
  • Update to Node.js v22

v0.0.10

26 Nov 16:52

Choose a tag to compare

  • Update dependencies
  • Update to Node.js v20

v0.0.9

04 Mar 20:11
aa1ec73

Choose a tag to compare

Changes:

  • Update dependencies
  • Update to Node.js v19
  • Update GitHub actions

v0.0.8

14 Jun 18:54

Choose a tag to compare

Changes:

  • Updated to Node.js v16
  • Updated dependencies

v0.0.7

23 Jan 23:04

Choose a tag to compare

Changes:

  • Changed header to detect the client IP when behind a CloudFlare proxy
  • Fixed using case-sensitive header keys although the HTTP specification says they are case-insensitive

v0.0.6

15 Sep 23:02

Choose a tag to compare

Changes:

  • Allow GET requests used by some home routers (like AVM FRITZ!Box)

v0.0.5

10 Sep 17:05

Choose a tag to compare

Changes:

  • Fixed unique constraint on DNS record name preventing an A and AAAA record from existing at the same time

v0.0.4

10 Sep 16:55

Choose a tag to compare

Changes:

  • Use x-real-ip instead of x-forwarded-for header

v0.0.3

10 Sep 16:32

Choose a tag to compare

Changes:

  • Use 404 status code when DNS record was not found
  • Fixed client IP detection when x-forwarded-for header is set

v0.0.2

10 Sep 16:07

Choose a tag to compare

Changes:

  • Fixed automatic database migrations in prod