1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #1135 from ArchimedesPi/remove-aaaa-suggestions

Remove AAAA record check suggestion
This commit is contained in:
bmw
2015-10-25 20:40:46 -07:00

View File

@@ -486,7 +486,7 @@ def is_preferred(offered_challb, satisfied,
_ERROR_HELP_COMMON = (
"To fix these errors, please make sure that your domain name was entered "
"correctly and the DNS A/AAAA record(s) for that domain contains the "
"correctly and the DNS A record(s) for that domain contains the "
"right IP address.")