Skip to content

Commit

Permalink
Make config.dist.php even more clear and aligned with previous docume…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
stecklars committed Jan 20, 2022
1 parent affc929 commit 08a7305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 08a7305

Please sign in to comment.