DNS support

Last of initial commits for DNS support
This commit is contained in:
rdujardin 2016-07-28 17:25:57 +02:00
parent 0cf2abbe41
commit 9c094f10d0

View File

@ -38,3 +38,4 @@ However, the zones must be created first, they won't be so automatically.
Reverse DNS is not supported by Record objects, but by the "PTR" field in IP addresses. If this field is modified and not empty, a corresponding
A/AAAA record is automatically created if the corresponding zone is found in the database. Be careful, if there was A/AAAA records
for the old PTR value, they are not deleted.