stargieg / KadNode

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KadNode

KadNode finds the IP address of other instances on the Internet or local network based on names. It is used like DNS, but is based on the decentralized BitTorrent network.

KadNode intercepts .p2p domain queries on the systems level and resolve them using a decentralized DHT 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 control program
  • 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

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.

License:MIT License


Languages

Language:C 93.2%Language:Makefile 2.5%Language:Shell 2.2%Language:Inno Setup 1.2%Language:Batchfile 0.7%Language:HTML 0.2%