X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/945262dcc47a5e2fed8c3480f0b34fd9b97a7965..8b4512f95f8b69dd6df9cf8784e72036038f5b5b:/lib/easy_domain.dtl diff --git a/lib/easy_domain.dtl b/lib/easy_domain.dtl index 26f1eb7..61ae8f8 100644 --- a/lib/easy_domain.dtl +++ b/lib/easy_domain.dtl @@ -1,9 +1,11 @@ {{The most common kinds of domain configuration}} -val default_node : (node) = "navajos"; val web_node : (web_node) = "navajos"; +val default_node : (node) = web_node_to_node web_node; val web_ip = ip_of_node (web_node_to_node web_node); +var WebPlaces = [web_place_default web_node]; + val webAt = \ n : (web_node) -> \ host : (host) -> @@ -74,7 +76,7 @@ val dom = amx : bool <- AddMX; if amx then - dns (dnsMX 1 "mail.hcoop.net") + dns (dnsMX 1 "mail.hcoop.net"); else Skip end;