Commit Graph

21 Commits

Author SHA1 Message Date
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
shad0wflame dbdcf5a3ab Updated readme.md. 2021-12-27 01:12:32 +01:00
shad0wflame a61d3cd57b Updated Dockerfile. 2021-12-26 18:07:22 +01:00
shad0wflame 355fd256c9 Updated readme.md. 2021-12-26 13:00:39 +01:00
shad0wflame 60083a8f44 Added docker environment. 2021-12-26 12:15:35 +01: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 c39b0e898a Moved structs into their own file. 2021-12-22 19:46:02 +01:00
shad0wflame 504fc87b83 Added some logging lines. 2021-12-22 17:34:54 +01:00
shad0wflame cae24f70c1 Added logging. 2021-12-22 17:18:10 +01:00
shad0wflame 0de0754e5b The application now gets sensible info via environment variables. 2021-12-22 16:20:46 +01:00
shad0wflame e20d7b0d86 Implemented request to update the records. 2021-12-22 16:19:59 +01:00
shad0wflame 218dbd3770 Added records.json to .gitignore. 2021-12-22 16:19:13 +01:00
shad0wflame 308b720c4d Added serde_json to dependencies. 2021-12-22 13:07:43 +01:00
shad0wflame ac13a8e435 Created module to handle everything related to GoDaddy. 2021-12-21 20:49:37 +01:00
shad0wflame f6118859ac Added documentation comments for ip_handler. 2021-12-21 20:16:21 +01:00
shad0wflame 6729c06af7 Moved IP Handling code to its own module. 2021-12-21 18:24:13 +01:00
shad0wflame 9e7a59389e Added readme.md 2021-12-21 14:47:47 +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