Releases: gryphius/androdns
Releases · gryphius/androdns
1.8
1.6
- new app icon
- added IDNA support : qname and servername are now converted to ACE string
- enabled DoH queries for servers without trusted certificate
- update dnsjava to 2.1.9, this brings CDS / CDNSKEY support and DNSSEC validation bugfixes
- sort qtype dropdown alphabetically
- add new bookmark queries feature , with a few useful queries already bookmarked
1.5.1
1.5
- Experimental DoT and DoH support. For DoH enter the endpoint URI without template, for example doh.powerdns.com or dns.google.com/experimental . https:// is added automatically if not specified.
- Automatically try to detect local network resolver if server is left blank
- Experimental DNSSEC validation support: when DO bit is set, RRSIGS are checked against DNSKEYS learned since app start
- Removed useless display of amplification factor
- added simple help window
1.4
- update bundled DNSjava from 2.1.1 to 2.1.8, which includes various additional record types (CAA, TLSA, SMIMEA, OPENPGPKEY)
- bugfix: NoClassDefFoundError crash in history on older android versions
- bugfix: query class dropdown not updating when loading history entry
- feature: show query class in history if not "IN"