ServerAlias
[hcoop/domtool2.git] / lib / domain.dtl
index 62256ed..34b6859 100644 (file)
@@ -3,6 +3,9 @@
 extern type no_spaces;
 {{Any string with no space characters}}
 
 extern type no_spaces;
 {{Any string with no space characters}}
 
+extern type no_newlines;
+{{Any string with no newline characters}}
+
 extern type ip;
 {{An IP address}}
 
 extern type ip;
 {{An IP address}}
 
@@ -15,6 +18,9 @@ extern type domain;
 extern type your_domain;
 {{A domain that you're allowed to configure}}
 
 extern type your_domain;
 {{A domain that you're allowed to configure}}
 
+extern type your_domain_host;
+{{Some host (as a fully-qualified domain name) in one of your domains}}
+
 extern type node;
 {{The name of a server controlled by domtool}}
 
 extern type node;
 {{The name of a server controlled by domtool}}