Merge branch 'feature/com.gianlu.dnshero' into 'master'

New app: DNS Hero

Closes rfp#681

See merge request fdroid/fdroiddata!3539
This commit is contained in:
Licaon_Kter 2018-08-07 15:20:20 +00:00
commit a05184c3c1
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,34 @@
AntiFeatures:NonFreeNet
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

2
srclibs/CommonUtils.txt Normal file
View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/devgianlu/CommonUtils.git