Compare commits
3 Commits
144d8a23b3
...
ab6324f501
Author | SHA1 | Date | |
---|---|---|---|
|
ab6324f501 | ||
|
d7d985b1b5 | ||
|
af68a2161f |
|
@ -70,7 +70,7 @@ class Vdns extends \Panel {
|
||||||
global $f3;
|
global $f3;
|
||||||
|
|
||||||
$ns_array = array();
|
$ns_array = array();
|
||||||
if ($dns_ns_array = dns_get_record("$zone", DNS_NS)) {
|
if ($dns_ns_array = @dns_get_record("$zone", DNS_NS)) {
|
||||||
foreach ($dns_ns_array as $record_array) {
|
foreach ($dns_ns_array as $record_array) {
|
||||||
$ns_array[] = $record_array['target'];
|
$ns_array[] = $record_array['target'];
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,4 +49,3 @@ $f3->set('ONERROR',function($f3){
|
||||||
});
|
});
|
||||||
|
|
||||||
$f3->run();
|
$f3->run();
|
||||||
|
|
||||||
|
|
|
@ -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