-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different backends would be nice #1
Comments
The way this script is written it's a bit tightly coupled to the DigitalOcean API, but it's definitely something to think about! |
ollien
added a commit
that referenced
this issue
Oct 13, 2019
Addresses #1 Squashed commit of the following: commit b13df52ab83e41c611d187de3148d03dd2238ffd Author: Nick Krichevsky <[email protected]> Date: Sun Oct 13 00:04:16 2019 -0400 Minor linting commit 473879f6ce280419f3b4afddec3067b7c44b870b Author: Nick Krichevsky <[email protected]> Date: Sun Oct 13 00:01:35 2019 -0400 Update README commit 15ec2e0d75b9e022718824060baf5cc708b2285a Author: Nick Krichevsky <[email protected]> Date: Sun Oct 13 00:00:38 2019 -0400 Add basic config validation commit dd0b3956acc9c4aebae00fc060ba04132b013323 Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:56:30 2019 -0400 Remove dead config code commit eaa3ceca090fe390fb1bbfeb425f759fe2b9a5aa Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:48:55 2019 -0400 Improve logging commit eb08404044944bd3ab75931efecd4011dbc02daa Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:35:56 2019 -0400 Re-add ability to write to log file commit e88514c19afcd741b488f7ce18ce01e6c3f57211 Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:24:09 2019 -0400 Move main into cmd package, refactor to use new interface commit 5bcd98a46a193071aab7236c8b0207af78870bfa Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:09:31 2019 -0400 Add ability to set ttl of records commit 8f1dadb8b08a5c09fdfb5d3a88f7e9e976edb8ae Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 23:05:08 2019 -0400 Add IPSetter for DO commit 923d3f5e29d220d5d2c7004dbf8bce5d2d35096d Author: Nick Krichevsky <[email protected]> Date: Sat Oct 12 21:54:25 2019 -0400 Add abstraction for setting IP addresses
I addressed this, slightly, with e2731cd. No specific backend was added, but I did abstract it so it is now possible to do so! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out:
https://gist.github.com/joemiller/9fcbf1c953a8ed1095e95fe4396cec4a
The text was updated successfully, but these errors were encountered: