diff --git a/modules/DNSCryptProxy.php b/modules/DNSCryptProxy.php new file mode 100644 index 0000000..809b309 --- /dev/null +++ b/modules/DNSCryptProxy.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/DNSCrypt/dnscrypt-proxy/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>