Releases: cnmicha/cloudflare-dyndns-backend
Releases · cnmicha/cloudflare-dyndns-backend
v0.0.11
- Update dependencies
- Update to Node.js v22
v0.0.10
- Update dependencies
- Update to Node.js v20
v0.0.9
Changes:
- Update dependencies
- Update to Node.js v19
- Update GitHub actions
v0.0.8
Changes:
- Updated to Node.js v16
- Updated dependencies
v0.0.7
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
Changes:
- Allow GET requests used by some home routers (like AVM FRITZ!Box)
v0.0.5
Changes:
- Fixed unique constraint on DNS record name preventing an A and AAAA record from existing at the same time
v0.0.4
Changes:
- Use x-real-ip instead of x-forwarded-for header
v0.0.3
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
Changes:
- Fixed automatic database migrations in prod