-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add --comment field to "record add" function #222
Comments
could be. Want to add a |
crazy latency, but I plan to spend a bit of time in denominator. ping back if you'd still like this addressed! |
route53 supports comments on zones, but not rrsets http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZone.html#API_GetHostedZone_Responses |
clouddns supports this on both zones and records |
ultradns does not support zone or record comments |
dynect does not support zone or record comments https://help.dyn.com/rest-resources/ |
google doesn't support this either https://cloud.google.com/dns/api/v1beta1/resourceRecordSets |
description in designate might be used as a comment http://designate.readthedocs.org/en/latest/rest/v1/records.html#create-record |
I'm disinclined to add this at the moment. It isn't very supportable, so we'd probably want to ensure at least a couple users want this. |
At least clouddns and route53 allow adding comments to records, which is pretty useful. Would it be within the scope of this project to have a --comments/-m flag for the record add/replace function?
The text was updated successfully, but these errors were encountered: