From 8e442f0656365e48565547b5d6b45f0c42ae320f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 19:24:18 -0400 Subject: DNS records for hosts with known ssh public keys now automatically include SSHFP records. --- src/Propellor/Types/Dns.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Types') diff --git a/src/Propellor/Types/Dns.hs b/src/Propellor/Types/Dns.hs index 2fbf51e5..50297f57 100644 --- a/src/Propellor/Types/Dns.hs +++ b/src/Propellor/Types/Dns.hs @@ -62,6 +62,7 @@ data Record | NS BindDomain | TXT String | SRV Word16 Word16 Word16 BindDomain + | SSHFP Int Int String | INCLUDE FilePath deriving (Read, Show, Eq, Ord) -- cgit v1.2.3