Compare commits
No commits in common. "ab6324f501960f1b5951092e341956b7defe277b" and "144d8a23b3474d1f294ce29b01c89de80d4d0267" have entirely different histories.
ab6324f501
...
144d8a23b3
|
@ -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,3 +49,4 @@ $f3->set('ONERROR',function($f3){
|
||||||
});
|
});
|
||||||
|
|
||||||
$f3->run();
|
$f3->run();
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
<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