954f0e1e4e
A collection of scripts for manipulating SPF records to stay within the 10 DNS look-up limit specified in RFC 7208. Also includes scripts to update SPF records via AWS, Cloudflare, and DNSimple APIs. PR: 294442 Author: Jordan Montesse <ports@brtsvcs.net>
19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The route53.sh script was installed, however you will need to install
|
|
the AWS CLI dependency yourself. CLI v1 is available on PyPI as the
|
|
awscli package. To install CLI v2, please see the following:
|
|
|
|
Official CLI v1 to v2 migration tool:
|
|
|
|
https://docs.aws.amazon.com/cli/latest/userguide/cli-migration-tool.html
|
|
|
|
Issue on the aws-cli GitHub repository discussing publishing CLI v2
|
|
directly to PyPI:
|
|
|
|
https://github.com/aws/aws-cli/issues/4947
|
|
EOM
|
|
}
|
|
]
|