chengyuzhuang / KadNode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 92.9%Language:Makefile 2.7%Language:Shell 2.3%Language:Inno Setup 1.2%Language:Batchfile 0.7%Language:HTML 0.2%