A DNSCurve Forwarding Name Server
CurveDNS is the first publicly released forwarding implementation that implements the DNSCurve protocol. DNSCurve uses high-speed high-security elliptic-curve cryptography to drastically improve every dimension of DNS security. See http://dnscurve.org/ for protocol details.
What is so special about this implementation is the fact that any authoritative DNS name server can act as a DNSCurve capable one, without changing anything on your current DNS environment. The only thing a DNS data manager (that is probably you) has to do is to install CurveDNS on a machine, generate a keypair, and update NS type records that were pointing towards your authoritative name server and let them point to this machine running CurveDNS. Indeed, it is that easy to become fully protected against almost any of the currently known DNS flaws, such as active and passive cache poisoning.
CurveDNS supports:
* Forwarding of regular (non-protected) DNS packets;
* Unboxing of DNSCurve queries and forwarding the regular DNS packets
* Boxing of regular DNS responses to DNSCurve responses;
* Both DNSCurve’s streamlined- and TXT-format;
* Caching of shared secrets;
* Both UDP and TCP;
* Both IPv4 and IPv6.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:p_conrad/curvedns && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
COPYING | 0000018092 17.7 KB | |
apparmor.curvedns | 0000000411 411 Bytes | |
config.curvedns | 0000001888 1.84 KB | |
curvedns-0.87.tar.bz2 | 0000187457 183 KB | |
curvedns-PRIVATE_KEY_F.patch | 0000002769 2.7 KB | |
curvedns-keygen.8 | 0000000965 965 Bytes | |
curvedns-systemd.patch | 0000013931 13.6 KB | |
curvedns.8 | 0000003160 3.09 KB | |
curvedns.changes | 0000003190 3.12 KB | |
curvedns.private.key | 0000000491 491 Bytes | |
curvedns.service | 0000000749 749 Bytes | |
curvedns.socket | 0000000434 434 Bytes | |
curvedns.spec | 0000008072 7.88 KB | |
rc.curvedns | 0000001654 1.62 KB |
Revision 14 (latest revision is 47)
- More modifications for fedora - Replaced pwdutils prereq with shadow-utils for fedora - Use safe umask for private key generation
Comments 0