mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 10:31:18 +00:00
d2247103cf
Also: - adjust the case for all applicable terms - minor clarification in canonically-unique-host - add @encryption for several references to encryption Referencing: - monero-project/kovri#256 - monero-project/monero-site#155
19 lines
585 B
Markdown
19 lines
585 B
Markdown
---
|
|
layout: moneropedia
|
|
entry: "Destination"
|
|
tags: ["kovri"]
|
|
terms: ["Destination"]
|
|
summary: "A in-net address that serves as a final endpoint"
|
|
---
|
|
|
|
### The Basics
|
|
|
|
A destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or simply a peer).
|
|
|
|
TODO(anonimal): finish
|
|
|
|
### In-depth Information
|
|
|
|
An @I2P destination can be encoded into a @base32-address or @base64-address. Most users will only care about @base32-address or a `.i2p` hostname while, internally, @Kovri uses @base64-addresses.
|
|
|
|
TODO(anonimal): finish
|