-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS Variables (RRCLONE) #50
Comments
I'm not 100% sure if RRCLONE does what I wanted here originally, but it's probably close enough. |
- hasNS checks should now resolve if the root domain has an RRCLONE record. - RRCLONE contents can specify types to import, eg: '(A,AAAA) domain.com' would import only A and AAAA records not MX.
…records. (#50) - Names beginning with $ will not be output to the zone file. - RRCLONE records can point at these records to make use of them Disabled RRCLONE records checking that the target exists, they will now just resolve to nothing if they do not. Added "raw" export type to allow exporting zones as-is, including variable-named records and without RRCLONE records being expanded. (BIND import type will accept these records already)
This is probably now closer to what I wanted.
|
TODO: RRCLONE Records should be properly documented somewhere. |
Some kind of documentation now exists: https://api.mydnshost.co.uk/1.0/docs/#header-rrclone |
Sometimes in a zone we reuse the same IP Addresses a lot, and CNAMEs are not always appropriate, it would be nice to be able to define the ip once, and then use the variable against elsewhere.
This is probably a light-weight version of #24 but same-zone-only or so.
The text was updated successfully, but these errors were encountered: