We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed4501 commit dfcd553Copy full SHA for dfcd553
server/lib/classes/monitor_tools.inc.php
@@ -597,7 +597,7 @@ public function monitorServices() {
597
/* Monitor BIND-Server */
598
$data['bindserver'] = -1; // unknown - not needed
599
if ($services['dns_server'] == 1) {
600
- if ($this->_checkTcp('localhost', 53)) {
+ if ($this->_checkUdp('localhost', 53)) {
601
$data['bindserver'] = 1;
602
} else {
603
$data['bindserver'] = 0;
0 commit comments