From 08a7305a4024204e1788acca8f93e088dbde468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars-S=C3=B6ren=20Steck?= Date: Thu, 20 Jan 2022 00:45:56 +0000 Subject: [PATCH] Make config.dist.php even more clear and aligned with previous documentation --- config.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.dist.php b/config.dist.php index b004960..a08b09e 100644 --- a/config.dist.php +++ b/config.dist.php @@ -14,6 +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! +// If one of the subdomains does not exist, the script will create them for you. // 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');