Remove auto-ptr config from config_template.py

Because of the feaute modifications this isn't necesarry
anymore.
This commit is contained in:
SIPOS, Peter 2016-11-21 13:35:40 +01:00
parent 94b0d26142
commit 5df67ed76e

View File

@ -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