6 Commits
Author SHA1 Message Date
matt 4e7a021279 fix: remove duplicate Content-Type header in update_record
`.json(&body)` already sets the header.
the explicit `.header()` appended a second value.
the duplicate caused GoDaddy to reject wildcard updates.
2026-06-05 17:15:05 -07:00
matt 88e9573038 add nix flake 2026-05-13 13:32:56 -07:00
matt e3a689623b add private 2026-05-13 11:09:33 -07:00
matt e8d0d4e6b1 refactor: improve code quality and add automation
- Remove unnecessary return statement in auth module
- Comment out unused 'code' field in ResponseError struct
- Improve readme formatting with proper markdown
- Update dependencies in Cargo.lock
- Add Makefile with DNS record update automation commands
2025-11-24 19:50:46 -08:00
publicmatt 8e43820281 rename modules to match behavior. 2024-04-03 07:46:08 -07:00
publicmatt 0b128ee2e1 add manual crud commands.
refactor cli interface.
remove file handler.
2024-04-03 07:33:48 -07:00