From edb8fea15d143623e6042799830e60fc8f5c032e Mon Sep 17 00:00:00 2001 From: Peter Eckel Date: Mon, 9 Dec 2024 15:53:39 +0100 Subject: [PATCH] Clarify that PTR records are not directly created for IP addresses with DNSsync --- docs/using_netbox_dns.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/using_netbox_dns.md b/docs/using_netbox_dns.md index c5e7824f..f351de8d 100644 --- a/docs/using_netbox_dns.md +++ b/docs/using_netbox_dns.md @@ -814,6 +814,8 @@ If there are multiple matching zones within the view, the one with the longest n If there is no matching zone, no record will be created. +**Please note that IPAM DNSsync currently does not directly create PTR records. Both the forward zone for the DNS Name and the reverse zone for the IP address need to exist in order for a PTR record to be created.** + ### Differences from IPAM Coupling The main differences between IPAM DNSsync and IPAM Coupling are the much higher degree of automation of the interaction between IPAM and NetBox DNS, and the extended functionality the new feature provides compared to IPAM Coupling. In more detail: