mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
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:
parent
4f122830bc
commit
88f0faa73b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user