Add Technitium DNS Server
This commit is contained in:
parent
63c64c0bdc
commit
753718cd01
1 changed files with 14 additions and 0 deletions
14
modules/TechnitiumDNSServer.php
Normal file
14
modules/TechnitiumDNSServer.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class TechnitiumDNSServer extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Shreyas Zare', 'Technitium DNS Server', 'https://technitium.com/dns/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://technitium.com/dns/'))
|
||||
return $this->parse('/>Version ([\d\.]+)</');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue