Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/foundations/web3/ton-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,9 @@ The proxy also supports the HTTP `CONNECT` method, which enables WebSocket conne
- **RLDP**: the reliable large datagram protocol over ADNL that carries HTTP requests and responses.
- [TON Sites](/foundations/web3/ton-sites): web services accessible through TON Proxy.
- [TON DNS](/foundations/web3/ton-dns): resolves `.ton` domain names to ADNL addresses for request routing.

## Gateways and discoverability

TON Sites are also reachable without running a local proxy through third-party HTTP gateways. [`dweb3.wtf`](https://dweb3.wtf) is a resolver for decentralized webpages that supports multiple Web3 namespaces, including `.ton` domains: for example, `foundation.ton` is available at [`foundation.ton.dweb3.wtf`](https://foundation.ton.dweb3.wtf). Note that accessing a TON Site through a public gateway relies on the gateway operator, unlike running `rldp-http-proxy` locally.

Sites linked to a `.ton` domain are also made searchable through the [`web3compass.net`](https://www.web3compass.net) search engine, which indexes decentralized websites and their content much like DuckDuckGo, Brave Search, or Google do for the traditional web. Indexing coverage is reported on its [statistics page](https://www.web3compass.net/statistics).
Loading