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

[FEAT] Multiple DNS validation in the same container #528

Open
1 task done
SirLouen opened this issue Dec 22, 2024 · 1 comment
Open
1 task done

[FEAT] Multiple DNS validation in the same container #528

SirLouen opened this issue Dec 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SirLouen
Copy link

SirLouen commented Dec 22, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Currently, only one DNS validation can be set up per Swag container

Ideally multiple DNS of multiple providers but minimally both HTTP and DNS validation of one provider at the same time.

Reason for change

In the case we would like to use different DNS validation on the same server, there will be issues running multiple Swag containers at once with conflicting ports, unless I get multiple IP for the server

The thing here is that, say for example, we are using multiple CDN providers for different domains running under the umbrella of Swag. For example, Cloudflare and Bunny
. Some of these only let you use their CDN if you use their DNS.

Moreover, let's say we have a domain using cloudflare and a subdomain of another domain in the same server. We cannot use DNS validation for the CF one and HTTP for the subdomain

I'm being inspired by the Caddy system where I have some caddy servers with this kind of configs (but I've always prefered to stick to nginx)

Proposed code change

No response

@SirLouen SirLouen added the enhancement New feature or request label Dec 22, 2024
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

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
Status: Issues
Development

No branches or pull requests

1 participant