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

Change the field order of the output of domain:dns:getzonefile #8

Open
systeembeheer-rtvu opened this issue Apr 7, 2022 · 0 comments

Comments

@systeembeheer-rtvu
Copy link

Please consider to change the field order of the output of domain:dns:getzonefile to match the argument order of other commands in tipctl.

The zone file output looks like:

@                    AAAA  3600 2a01:7c8:3:1337::27
@                    MX    3600 10 @
@                    TXT   3600 "v=spf1 ~all"
this                 A     300  195.60.214.12
transip-A._domainkey CNAME 3600 _dkim-A.transip.email.
transip-B._domainkey CNAME 3600 _dkim-B.transip.email.
transip-C._domainkey CNAME 3600 _dkim-C.transip.email.
www                  CNAME 3600 @
_dmarc               TXT   3600 "v=DMARC1; p=none;"

This results in this order: While the argument order of a command is: . The latter order also matches the order in the web portel of TransIP. ;-) It's nice and predictable when the order is consistent.

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

No branches or pull requests

1 participant