mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #1135 from ArchimedesPi/remove-aaaa-suggestions
Remove AAAA record check suggestion
This commit is contained in:
commit
de0ab693ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue