From c43319ed96bf35a1999026247d497a3abb218191 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 7 Aug 2018 11:00:06 +0200 Subject: [PATCH] New app: DNS Hero --- metadata/com.gianlu.dnshero.txt | 33 +++++++++++++++++++++++++++++++++ srclibs/CommonUtils.txt | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 metadata/com.gianlu.dnshero.txt create mode 100644 srclibs/CommonUtils.txt diff --git a/metadata/com.gianlu.dnshero.txt b/metadata/com.gianlu.dnshero.txt new file mode 100644 index 0000000000..fb4cb94074 --- /dev/null +++ b/metadata/com.gianlu.dnshero.txt @@ -0,0 +1,33 @@ +Categories:Internet +License:GPL-3.0-only +Web Site: +Source Code:https://github.com/devgianlu/DNSHero +Issue Tracker:https://github.com/devgianlu/DNSHero/issues +Donate:https://www.paypal.me/devgianlu + +Auto Name:DNS Hero +Summary:Inspect DNS zones like a superhero +Description: +DNS Hero let you inspect DNS zones easily. This app will give you information +about the root nameserver, nameservers associated with the domain and various +other DNS records (A, AAAA, MX, CNAME, TXT, SOA). You can also view the domain +health as a diagnostic is run. + +Built using the http://zone.vision API by DNSimple. +. + +Repo Type:git +Repo:https://github.com/devgianlu/DNSHero + +Build:1.0.5-foss,6 + commit=v1.0.5 + subdir=app + gradle=foss + srclibs=CommonUtils@a89ffaebd726b747d0cfcb4c67b66b5abfc5a9a2 + prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle && \ + sed -i -e 's#../CommonUtils#app/$$CommonUtils$$#' ../settings.gradle + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.5 +Current Version Code:6 diff --git a/srclibs/CommonUtils.txt b/srclibs/CommonUtils.txt new file mode 100644 index 0000000000..d363347da0 --- /dev/null +++ b/srclibs/CommonUtils.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/devgianlu/CommonUtils.git