From c520394461a31e145671ba476c73b26399717dd2 Mon Sep 17 00:00:00 2001 From: Steve Mokris Date: Wed, 22 Jun 2022 21:05:17 -0400 Subject: [PATCH] Allow using the 'manual' plugin. --- types/plugin.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/types/plugin.pp b/types/plugin.pp index 24b87b8c..21820360 100644 --- a/types/plugin.pp +++ b/types/plugin.pp @@ -8,4 +8,5 @@ 'dns-google', 'dns-cloudflare', 'dns-rfc2136', + 'manual', ]