Remove AAAA record check suggestion

Boulder doesn't support ipv6 validation, so don't confuse people
by asking them to check their AAAA record(s).
This commit is contained in:
Liam Marshall
2015-10-25 18:06:25 -05:00
parent 703254b95c
commit 335cf82f13
+1 -1
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.")