Releases: cnmicha/cloudflare-dyndns-backend
Releases · cnmicha/cloudflare-dyndns-backend
v0.0.11
09 Mar 15:06
Compare
Sorry, something went wrong.
No results found
Update dependencies
Update to Node.js v22
v0.0.10
26 Nov 16:52
Compare
Sorry, something went wrong.
No results found
Update dependencies
Update to Node.js v20
v0.0.9
04 Mar 20:11
Compare
Sorry, something went wrong.
No results found
Changes:
Update dependencies
Update to Node.js v19
Update GitHub actions
v0.0.8
14 Jun 18:54
Compare
Sorry, something went wrong.
No results found
Changes:
Updated to Node.js v16
Updated dependencies
v0.0.7
23 Jan 23:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes:
Allow GET requests used by some home routers (like AVM FRITZ!Box)
v0.0.5
10 Sep 17:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes:
Use x-real-ip instead of x-forwarded-for header
v0.0.3
10 Sep 16:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes:
Fixed automatic database migrations in prod