From: Adam Chlipala Date: Tue, 1 Jan 2008 23:13:35 +0000 (+0000) Subject: Shortcut for TXT default X-Git-Tag: release_2010-11-19~66 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/cf77b3e6ee0f8be6c7612f61497d8b02dde0cffa Shortcut for TXT default --- diff --git a/lib/easy_domain.dtl b/lib/easy_domain.dtl index 47d8df7..6bc84eb 100644 --- a/lib/easy_domain.dtl +++ b/lib/easy_domain.dtl @@ -81,3 +81,4 @@ val dnsAlias = \from -> \to -> dns (dnsCNAME from to); val dnsDefault = \to -> dns (dnsDefaultA to); val dnsDefaultv6 = \to -> dns (dnsDefaultAAAA to); val dnsText = \from -> \to -> dns (dnsTXT from to); +val dnsDefaultText = \to -> dns (dnsDefaultTXT to);