Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How can I use *.ton as a domain?

Is there a way that I can use .ton as a domain name?


This question was imported from Telegram Chat: https://t.me/tondev_eng/9399

  
  
Posted one year ago
Votes Newest

Answers


The documentation surrounding TON DNS is here:
https://ton.org/docs/participate/web3/dns

Its official site is here:
https://dns.ton.org/

I must stress that this is not the same DNS as what you would find when registering a .com domain address on a typical domain registrar. There is currently no ".ton" nameserver that can be connected to the rest of the world wide web. Instead, these are essentially nicknames for addresses. This is helpful because addresses are hard to memorize, but "jeremy.ton" is easy to remember.

If you're looking for TON Proxies and TON Sites, where websites can be displayed on the TON network, then documentation surrounding it can be found here:

https://docs.ton.org/learn/services/sites-www-proxy

1
1
Posted one year ago
Edited 11 months ago
Jeremy
384 × 5 Administrator
6K Views
1 Answer
one year ago
11 months ago
Tags