Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-28 | Fix the missing { } in record value too | Steph Enders | |
Made the same mistake twice -_- | |||
2023-12-28 | Use file:// syntax when passing in batch file | Steph Enders | |
2023-12-28 | Fix missing part of post body JSON | Steph Enders | |
Was missing the { } inside the change array to define the change object | |||
2023-12-28 | Properly handle configuration passing | Steph Enders | |
I had misread my own code from the porkbun-ip-update script! Updated script to take either "config" or "hosted_zone + domain" args. If you're using the domain + hz you'll need to ensure AWS CLI is configured | |||
2023-12-28 | Preliminary implementation of update script | Steph Enders | |
This version leverages most of the wrapper logic flow from utils/porkbun-ip-update. Currently lacks guarding and better logging |