当前位置: 首页 > 软件库 > 服务器软件 > DNS服务器 >

KadNode

授权协议 MIT License
开发语言 C/C++
所属分类 服务器软件、 DNS服务器
软件类型 开源软件
地区 不详
投 递 者 朱天逸
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

KadNode

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

KadNode intercepts .p2p domain queries on the systems level and resolves 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.

Features:

  • Support for two kinds of domains:
    1. public key domains as <public-hex-key>.p2p
      • No need to exchange any further keys/certificates
      • Uses secp256r1 ECC key pairs
    2. named domains like yourdomain.com.p2p
      • Needs pre-shared certifcates (self signed root certificates or e.g. "Let's Encrypt")
      • Uses TLS session handshake for authentication
  • IPv4/IPv6 support
  • UPnP/NAT-PMP support
  • Local peer discovery
  • Small size / ~100KB depending on features / ~50KB 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

相关阅读

相关文章

相关问答

相关文档