We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049c04d commit affc929Copy full SHA for affc929
config.dist.php
@@ -14,7 +14,7 @@
14
// Start with the domain (without subdomain), add ':' after the domain, then add as many subdomains as you want, seperated by ','.
15
// To add another domain, finish with ';'.
16
// 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
-// 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).
18
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
19
20
0 commit comments