Community-maintained directory of Tonnet relay nodes for anonymous TON access.
Tonnet clients automatically fetch this list to discover available relays:
https://raw.githubusercontent.com/TONresistor/tonnet-directory/main/relays.json
{
"version": 1,
"updated": "YYYY-MM-DD",
"relays": [
{
"name": "my-relay",
"pubkey": "<64-char hex ADNL public key>",
"address": "<ip>:<port>",
"roles": ["entry", "middle", "exit"],
"operator": "anonymous"
}
]
}| Field | Required | Description |
|---|---|---|
name |
Yes | Human-readable relay name |
pubkey |
Yes | 64-character hex ADNL public key |
address |
Yes | IP:port for ADNL connection |
roles |
Yes | Array: entry, middle, exit |
operator |
No | Operator name or "anonymous" |
- entry: Can be first hop (sees client IP, not destination)
- middle: Can be middle hop (sees neither)
- exit: Can be last hop (sees destination, not client IP)
- Run
tonnet-relay infoto get your pubkey - Fork this repo
- Add your relay to
relays.json - Submit a Pull Request
- Relay must be publicly accessible
- Stable uptime expected
- No logging of circuit data