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 6d4000a commit 524defdCopy full SHA for 524defd
config.dist.php
@@ -15,7 +15,7 @@
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.
18
-define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain')
+define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
19
20
21
// The old format for configuring domain + host is still supported, but deprecated. I recommend to switch to the above config,
0 commit comments