File: README.md

package info (click to toggle)
dq 20161210-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,644 kB
  • ctags: 1,195
  • sloc: ansic: 9,367; sh: 418; python: 77; makefile: 18
file content (28 lines) | stat: -rw-r--r-- 966 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#### dq tool ####
* based on dnsq and dnsqr from djbdns
* added IPv6 support
* added DNSCurve support (Streamlined/TXT)

#### dqcache recursive server ####
* based on dnscache from djbdns
* added support for streamlined DNSCurve
* added support for TXT DNSCurve
* added support for combined DNSCurve (streamlined and TXT)
* added support for DNS anchors with DNSCurve keys
* added full IPv6 support
* added support for IPv6 DNS anchors
* added support for cache dumping/loading
* used siphash24 instead of hash5381 in cache library
* added SOA record caching
* added authority record to DNS response
* improved logs - IPs not printed in hex format
* fixed CVE-2012-1191
* fixed CVE-2008-4392

#### url ####
https://mojzis.com/software/dq/

#### licence ####
* Dq is placed into the public domain
* Dq is derived from public-domain djbdns-1.05 - see: https://cr.yp.to/distributors.html
* Dq also uses public-domain nacl-20110221 - https://nacl.cr.yp.to/features.html