Skip to content
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

Need list of registered subdomain from Registration server #87

Closed
viren-moradiya opened this issue Mar 11, 2020 · 5 comments
Closed

Need list of registered subdomain from Registration server #87

viren-moradiya opened this issue Mar 11, 2020 · 5 comments

Comments

@viren-moradiya
Copy link

Hello Folks,

Good day to you!
I am looking for one solution regarding to get list of registered subdomain by calling API to registration server.

Currently Registration server is not providing any API to get registered subdomain list.
Can registration server provide this detail by exposing API or we required code changes to expose API and this detail list?

Looking forward for your expert advice.

Thanks,
Viren

@mrstegeman
Copy link
Contributor

Are you looking to get a list of all registered subdomains, or subdomains registered to a specific account?

@viren-moradiya
Copy link
Author

Hello @mrstegeman,

I am looking for to get a list of all registered subdomains.

@mrstegeman
Copy link
Contributor

That would require a sort of admin account to be added to the registration server, as there is currently no concept of that. It's pretty straightforward to get a list from the database, though.

@viren-moradiya
Copy link
Author

viren-moradiya commented Mar 11, 2020

@mrstegeman Can you suggest me piece of code area to get this list?

@mrstegeman
Copy link
Contributor

If you connect to your database from the command line (or a script), you can do SELECT name FROM domains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants