Skip to content

How to create mulitple managed records for the same IP address? #504

Answered by peteeckel
abhi1693 asked this question in Q&A
Discussion options

You must be logged in to vote

HI @abhi1693, short answer: Manually, or via a custom scripting mechanism. The plugin currently has no means to assign multiple different FQDNs to one IP address automatically.

The main reason is trivial: The IPAddressmodel isn't prepared for it. There is one dns_name, and any mapping to multiple names would require using custom fields (and, as there is no sensible custom field type for arrays, parsing whatever format would be used for them). The solution in any case would be quite ugly.

The mirror zone approach (see the discussion in #468) has some shortcomings, too: You could use different domain names, but the host label would always be the same.

I see the problem, but so far didn't fi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abhi1693
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants