From 5df67ed76ed1ceed5fd4ecfdb2490420c101cbbb Mon Sep 17 00:00:00 2001 From: "SIPOS, Peter" Date: Mon, 21 Nov 2016 13:35:40 +0100 Subject: [PATCH] Remove auto-ptr config from config_template.py Because of the feaute modifications this isn't necesarry anymore. --- config_template.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config_template.py b/config_template.py index 4eecace..288ff47 100644 --- a/config_template.py +++ b/config_template.py @@ -79,7 +79,3 @@ RECORDS_ALLOW_EDIT = ['A', 'AAAA', 'CNAME', 'SPF', 'PTR', 'MX', 'TXT'] # EXPERIMENTAL FEATURES PRETTY_IPV6_PTR = False - -# Create reverse lookup domain if not exists and PTR record from -# A and AAAA records -AUTOMATIC_REVERSE_PTR = False