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