From 6ccd015448d89c44ebaf1b8d6dd755affe499ff1 Mon Sep 17 00:00:00 2001 From: Alexander Solsmed Date: Mon, 22 May 2023 17:13:10 +0200 Subject: [PATCH] Future proof list of supported dns providers --- general/swag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/swag.md b/general/swag.md index 4bee0ed72..e2b25d9e8 100644 --- a/general/swag.md +++ b/general/swag.md @@ -230,7 +230,7 @@ Now we can browse to `https://www.linuxserver-test.com` and we'll see the defaul Let's assume our domain name is `linuxserver-test.com` and we would like our cert to also cover `www.linuxserver-test.com`, `ombi.linuxserver-test.com` and any other subdomain possible. On the router, we'll forward port `443` to our host server (Port 80 forwarding is optional). -We'll need to make sure that we are using a dns provider that is supported by this image. Currently the following dns plugins are supported: `cloudflare`, `cloudxns`, `digitalocean`, `dnsimple`, `dnsmadeeasy`, `google`, `luadns`, `nsone`, `ovh`, `rfc2136` and `route53`. Your dns provider by default is the provider of your domain name and if they are not supported, it is very easy to switch to a different dns provider. [Cloudflare](https://www.cloudflare.com/) is recommended due to being free and reliable. To switch to Cloudflare, you can register for a free account and follow their steps to point the nameservers to Cloudflare. The rest of the instructions assume that we are using the cloudflare dns plugin. +We'll need to make sure that we are using a dns provider that is supported by this image. Currently the following dns plugins are supported: `cloudflare`, `cloudxns`, `digitalocean`, `dnsimple`, `dnsmadeeasy`, `google`, `luadns`, `nsone`, `ovh`, `rfc2136`, `route53`, and many others (see the [docker-swag repo](https://github.com/linuxserver/docker-swag/tree/master/root/defaults/dns-conf) for an up to date list). Your dns provider by default is the provider of your domain name and if they are not supported, it is very easy to switch to a different dns provider. [Cloudflare](https://www.cloudflare.com/) is recommended due to being free and reliable. To switch to Cloudflare, you can register for a free account and follow their steps to point the nameservers to Cloudflare. The rest of the instructions assume that we are using the cloudflare dns plugin. On our dns provider, we'll create an `A` record for the main domain and point it to our server IP (wan). We'll also create a CNAME for `*` and point it to the `A` record for the domain. On Cloudflare, we'll click on the orange cloud to turn it grey so that it is dns only and not cached/proxied by Cloudflare, which would add more complexities.