From f3f9e8d73cf382cf3aff5b2d8da75281554a6aeb Mon Sep 17 00:00:00 2001 From: toxicvengeance Date: Tue, 9 May 2017 21:27:35 +0200 Subject: [PATCH] Updated config_template.py Added CAA and SRV record to standard template --- config_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_template.py b/config_template.py index 288ff47..8995d15 100644 --- a/config_template.py +++ b/config_template.py @@ -75,7 +75,7 @@ PDNS_API_KEY = 'you never know' PDNS_VERSION = '3.4.7' # RECORDS ALLOWED TO EDIT -RECORDS_ALLOW_EDIT = ['A', 'AAAA', 'CNAME', 'SPF', 'PTR', 'MX', 'TXT'] +RECORDS_ALLOW_EDIT = ['A', 'AAAA', 'CAA', 'CNAME', 'MX', 'PTR', 'SPF', 'SRV', 'TXT'] # EXPERIMENTAL FEATURES PRETTY_IPV6_PTR = False