From 9c298cb14fd71f6823108a9a503d3948827d8578 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 1 May 2020 17:33:01 +0200 Subject: [PATCH] Add dnscrypt-proxy --- modules/DNSCryptProxy.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/DNSCryptProxy.php 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; + } +} + +?>