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');