-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
REST API: Add Endpoint to List Existing Entries #7
Comments
Thanks, that's a good idea. I'm renaming this issue as to track the feature implementation progress. Note that implementing it would require breaking database structure changes, as I would need to add an index of all records (which we currently do not have). |
Another thing that I think would be cool is if a Certbot plugin could be made. |
Why would you need that? Can you explain? |
To automatically issue wildcard SSL Certs using Certbot.
…On Sat, Apr 13, 2019, 3:23 PM Valerian Saliou ***@***.***> wrote:
Why would you need that? Can you explain?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMe9EeiuBwN-oLypb35Ds-h8pGwirUweks5vgcxHgaJpZM4csUa1>
.
|
I still don't get why you'd need that in Constellation, which is a DNS server. |
I have been using constellation and have been thinking about building a frontend.
A feature I need is the ability to list existing DNS entries. I have done some research and I think this can be implemented using Redis'
keys *
command.I have looked at the Redis library that constellation uses and there seems to be a method thats implements this called
keys
. I don't know Rust that well but I don't think it would take too long to implement.The text was updated successfully, but these errors were encountered: