X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/9508ffdf9ea4f8d347068cc6bb01755de7fe9b7d..7ce368b069f7f2c3c4eedba30abed131d5d67586:/lib/domain.dtl diff --git a/lib/domain.dtl b/lib/domain.dtl index 773e9b4..664066c 100644 --- a/lib/domain.dtl +++ b/lib/domain.dtl @@ -15,6 +15,10 @@ extern type your_ip; extern val your_ip_to_ip : your_ip -> ip; {{An IP address that you're authorized to use; e.g., for an SSL web host}} +extern type your_ipv6; +extern val your_ipv6_to_ipv6 : your_ipv6 -> ipv6; +{{An IPv6 address that you're authorized to use; e.g., for an SSL web host}} + extern type host; {{A hostname; that is, (more or less) an alphanumeric string}} @@ -33,6 +37,9 @@ extern type node; extern val ip_of_node : node -> ip; {{Look up the IP address of a node.}} +extern val ipv6_of_node : node -> ipv6; +{{Look up the IPv6 address of a node.}} + extern type user; extern type group; {{UNIX users and groups}}