Commit Graph

8 Commits

Author SHA1 Message Date
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
0b128ee2e1 add manual crud commands.
refactor cli interface.
remove file handler.
2024-04-03 07:33:48 -07:00
shad0wflame
29bc00e0e8 Changed module name: "go_daddy_ddns -> records_handler" and added path and file handlers. 2021-12-26 01:07:01 +01:00
shad0wflame
fa814087bd Added dynamic string formatting to interpolate {ip} tag in the data property from the JSON file. 2021-12-22 19:46:55 +01:00
shad0wflame
cae24f70c1 Added logging. 2021-12-22 17:18:10 +01:00
shad0wflame
308b720c4d Added serde_json to dependencies. 2021-12-22 13:07:43 +01:00
shad0wflame
873e20195d Added a method to store and get the previous IP. 2021-12-21 14:46:01 +01:00
shad0wflame
082daa4f90 Initial commit. 2021-12-21 14:02:07 +01:00