DNS slaves
[hcoop/zz_old/domtool.git] / src / domtool.sig
index 6995f3f..621bf35 100644 (file)
@@ -45,7 +45,9 @@ sig
                        users : set,     (* Authorized UNIX users *)
                        groups : set,    (* Authorized UNIX groups *)
                        mxs : set,       (* Allowed external MX servers *)
-                       certs : set}     (* Paths to allowed SSL certificates *)
+                       certs : set,     (* Paths to allowed SSL certificates *)
+                       slaves : map}    (* DNS slaves, as a function from names
+                                         * to user@ip *)
     type mkdomData = {path : string,
                      domain : string}
     type handler = {init : unit -> unit,