Add fritz_ip 69.90.123.75
[hcoop/domtool2.git] / lib / hcoop.dtl
index b4b3109..55c1e2c 100644 (file)
@@ -14,7 +14,13 @@ val mailmanHcoop = mailmanWebHost "lists.hcoop.net";
 {{Configure your domain to have its Mailman mailing lists served on the web at
   lists.hcoop.net.}}
 
+val fritz_ip : (ip) = "69.90.123.75";
 val deleuze_ip : (ip) = "69.90.123.67";
 val mire_ip : (ip) = "69.90.123.68";
 val krunk_ip : (ip) = "69.90.123.70";
+val outpost_ip : (ip) = "89.16.166.179";
 val fyodor_ip : (ip) = "64.20.38.170";
+
+val simpleWeb = \host -> \docroot -> web host where
+  DocumentRoot = home docroot
+with end;