Create a host and specify custom reverse zone

**Problem: I need to create a host in a DNS zone without direct control of the reverse zone.

**Foreman and Proxy versions:foreman-release-3.9.1-1.el8

**Distribution and version:AlmaLinux 8.9

When I try to create a new host in a zone without a direct control of the reverse zone, Foreman try to create a PTR record in the default reverse and it fails, as it should. However, we don’t have the delagation for this particular zone since it’s a list of PTR aliases for many different segmented subnets. We have the control of the target zone.
Example:
newhost.myforward.example.com:10.200.130.10/26
10.130.200.10.in-addr.arpa is an alias for 10.0-63.130.200.10.in-addr.arpa

In this case, I would need to tell Foreman to use the zone 0-63.130.200.10.in-addr.arpa

Is there an option to do this?

Thank you

  • JM