Skip to content

Commit

Permalink
description polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Oct 29, 2018
1 parent 270ce8b commit 5d88cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# KadNode

KadNode can find other instances on the Internet or local network based on names. It can be used like DNS, but is based on the decentralized BitTorrent network.
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 can intercept .p2p domain queries on the systems level and resolve them using a decentralized [DHT](https://de.wikipedia.org/wiki/DHT) network. [TLS](https://de.wikipedia.org/wiki/Transport_Layer_Security) 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.
KadNode intercepts .p2p domain queries on the systems level and resolve them using a decentralized [DHT](https://de.wikipedia.org/wiki/DHT) network. [TLS](https://de.wikipedia.org/wiki/Transport_Layer_Security) 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. :-)

Expand Down

0 comments on commit 5d88cf2

Please sign in to comment.