-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Full CRUD for resource records #14
base: main
Are you sure you want to change the base?
Conversation
…tives" This reverts commit 1b013e0.
Still have yet to do anything regarding getting the gh workflow to complete successfully, currently working on optimizations. |
Wow, thanks for the work! I'll certainly merge whatever you come up with if it has some tests. |
Optimize the hell out of this by shuffling things into instance variables and only truly getting once
…tes" This reverts commit 100461f.
Add 'ptrhold' parameter for finer control over automatic PTR generation
Revert "Add 'ptrhold' parameter for finer control over automatic PTR generation"
Based off of current main, I've added resource record management to the simple provider that was in place.
Admittedly, I don't have the appropriate development environment configured (i.e. linting) or tests created and it's not pretty so I don't expect this to make it into main any time soon, but this will hopefully get you a lot closer to having this feature ready should you be interested in working on it in the future. Thus far it seems to be fully functional CRUD, so I'll be using the fork in production in the meantime.