From affc9296d35654a7b11327cbf411d399afdcb716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars-S=C3=B6ren=20Steck?= Date: Thu, 20 Jan 2022 00:44:25 +0000 Subject: [PATCH] Add information about wildcard DNS functionality --- config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dist.php b/config.dist.php index 6a4fd4e..b004960 100644 --- a/config.dist.php +++ b/config.dist.php @@ -14,7 +14,7 @@ // Start with the domain (without subdomain), add ':' after the domain, then add as many subdomains as you want, seperated by ','. // To add another domain, finish with ';'. // Whitespace (spaces and newlines) are ignored. If you have a very complicated configuration, you may want to use multiple lines. Feel free to do so! -// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for all subdomains. +// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for wildcard: All subdomains (except ones already defined in DNS). define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');