Skip to content

Commit affc929

Browse files
committed
Add information about wildcard DNS functionality
1 parent 049c04d commit affc929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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-
// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for all subdomains.
17+
// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for wildcard: All subdomains (except ones already defined in DNS).
1818
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
1919

2020

0 commit comments

Comments
 (0)