Skip to content
forked from mwarning/KadNode

A decentralized DNS resolver with ECC key and PKI support. DynDNS alternative.

License

Notifications You must be signed in to change notification settings

bernrad/KadNode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KadNode

KadNode is a small and decentralized DNS resolver that can use existing public key infrastructures. It utilizes the BitTorrent P2P network and mbedtls for TLS/crypto support.

KadNode can intercept .p2p domain queries on the systems level and resolve them using a decentralized network. TLS authentication can be used to make sure the correct IP address was found. If successful, the IP address is passed to the application making the request.

Supported are also domains consisting of public keys represented as characters. :-)

Features:

  • IPv4/IPv6 support
  • Support for TLS authentication
    • Use CA browser chain and e.g. "Let's Encrypt" certificates for yourdomain.com.p2p
  • Support for ECC public key links as <public-hex-key>.p2p
    • No need to exchange any keys between clients and servers
  • UPnP/NAT-PMP support
  • local peer discovery
  • small size, ~85KB depending on features, ~35KB compressed
  • command line interface (kadnode-ctl)
  • NSS support through /etc/nsswitch.conf
  • DNS server interface and DNS proxy (handles A, AAAA, and SRV requests)
  • packages for ArchLinux/Debian/FreeBSD/MacOSX/OpenWrt/Windows
  • peer file import/export on startup/shutdown and every 24h
  • uses sha256 hash method

Documentation

License

MIT/X11

Authors

About

A decentralized DNS resolver with ECC key and PKI support. DynDNS alternative.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.9%
  • Makefile 2.7%
  • Shell 2.3%
  • Inno Setup 1.2%
  • Other 0.9%