Add AUTOMATIC_REVERSE_PTR option to cfg

We'll use this option to create reverse lookup domains
and PTR records inside them when creating A or AAAA records
in any domain.
This commit is contained in:
SIPOS, Peter 2016-11-15 11:01:10 +01:00
parent 4f122830bc
commit 88f0faa73b

View File

@ -79,3 +79,7 @@ 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