Skip to content
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

Added Support to add an Alias Record #73

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AltamashShaikh
Copy link

Hi,

I have added a support to add Alias Records for Route53(DB Upgrade version_20180508_upgrade.sql should be executed).

There was also one issue if we add cname for '@ ', this is not allowed in Route53 have added a validation check for it

I have tested the above changes and it works as intended, can you please review it and merge it accordingly

Also added cname validation to check if @ is not entered in name
@jethrocarr
Copy link
Owner

Thanks for the PR @AltamashShaikh !

Looking at this code and how Route53 ALIAS records are handled, I believe this feature would break compatibility for other DNS servers such as Bind? So it works for users who are pure Route53, but will not allow for portability.

@AltamashShaikh
Copy link
Author

what if I add a check for route53 only ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants