Skip to content

Commit 08a7305

Browse files
committed
Make config.dist.php even more clear and aligned with previous documentation
1 parent affc929 commit 08a7305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// Start with the domain (without subdomain), add ':' after the domain, then add as many subdomains as you want, seperated by ','.
1515
// To add another domain, finish with ';'.
1616
// 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!
17+
// If one of the subdomains does not exist, the script will create them for you.
1718
// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for wildcard: All subdomains (except ones already defined in DNS).
1819
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
1920

0 commit comments

Comments
 (0)