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

Add support for Namecheap API #490

Open
eloekset opened this issue Jun 25, 2022 · 3 comments
Open

Add support for Namecheap API #490

eloekset opened this issue Jun 25, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@eloekset
Copy link

Is your feature request related to a problem? Please describe.
I use Namecheap for most of my domains. Namecheap is currently not among the supported DNS providers.

Describe the solution you'd like
Support for Namecheap gets added.

Describe alternatives you've considered
Took a look at the custom provider configuration, but it seems to fail already at the ApiKeyHeaderName setting, because Namecheap requires API key in query string.

Additional context
Documentation of Namecheap API:

I think the only issue with Namecheap API is that you have to whitelist IP addresses that can access the API, and you also need to specify which IP address you're calling the API from in the API call. This will be hard to do with Azure.

@eloekset eloekset added the enhancement New feature or request label Jun 25, 2022
@nathanbacon
Copy link

You could always delegate the DNS to an Azure DNS zone and then use this bot with that. That's what I'm doing with Namecheap. Not trying to say this isn't a valid feature though, just suggesting a workaround in case you didn't know.

@eloekset
Copy link
Author

eloekset commented Jul 4, 2022

Thank’s! I didn’t think of that possibility.

I’ll try to implement a NamecheapProvider and will send a PR if I get it up and running in my private release. If not, I’ll switch to Azure DNS. That option comes with additional costs, I assume?

@nathanbacon
Copy link

It’s $0.50 a month per DNS Zone, so not too bad. It’s straightforward too. Here’s the guide I used. https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns

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

No branches or pull requests

3 participants