add note about potential dns cache issue when adding new domain
This commit is contained in:
parent
af68a2161f
commit
d7d985b1b5
|
@ -31,6 +31,8 @@
|
||||||
<repeat group="{{ @ns_info_array.defaults_ns_array }}" value="{{ @nameserver }}">
|
<repeat group="{{ @ns_info_array.defaults_ns_array }}" value="{{ @nameserver }}">
|
||||||
<b>{{ @nameserver }}</b><br>
|
<b>{{ @nameserver }}</b><br>
|
||||||
</repeat>
|
</repeat>
|
||||||
|
Note that if DNS for this domain was just added this could simply be a cache issue.<br>
|
||||||
|
Wait a few minutes and come back to this page to see if the issue clears up.
|
||||||
</check>
|
</check>
|
||||||
<check if="{{ @ns_info_array.status=='Error' }}">
|
<check if="{{ @ns_info_array.status=='Error' }}">
|
||||||
There was an error verifying the Namservers for {{ @ns_info_array.zone }}.<br>
|
There was an error verifying the Namservers for {{ @ns_info_array.zone }}.<br>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user