mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 10:31:18 +00:00
000e95cfe4
Added: - In-net - Lease - Message - I2NP (skeleton file) - Tunnel (skeleton file) Updated/cleaned-up/fixed: - Router-Info - Lease-Set - Garlic-Routing - Floodfill - Destination Note: term'ed lease-set to LeaseSet because of conflict with Lease Referencing: - monero-project/kovri#256 - monero-project/monero-site#155
19 lines
596 B
Markdown
19 lines
596 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/@I2P will use the @base64-address.
|
|
|
|
TODO(anonimal): finish
|