We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affc929 commit 08a7305Copy full SHA for 08a7305
config.dist.php
@@ -14,6 +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
+// If one of the subdomains does not exist, the script will create them for you.
18
// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for wildcard: All subdomains (except ones already defined in DNS).
19
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
20
0 commit comments