zone templates

Post Reply
zelucas
Registered
Posts: 7
Joined: 20 Nov 2016, 00:52

Hi Guy's,

Can you build in a servername tag for zone templates please
I assign server hostnames to the root apex as cnames for future proofing server moves and changes if required

Joe
User avatar
Daniel
Support
Posts: 207
Joined: 02 Aug 2013, 17:50

Thank you for your suggestion. We currently only support the {ip|127.0.0.1} tag where 127.0.0.1 is the fallback IP. The system will first attempt to create records for all product assigned IP's. If no can be found it will use the server IP instead. If this IP is neither available it will use the fallback IP.

When for any reason an IP address changes you could use the Mutation Tool to for example change for every record 127.0.0.1 to 127.0.0.2.

Another option might be to do custom processing you could hook into the AfterZoneCreation hook to add/edit records using the Core functions.
Post Reply