master
acetone 2022-03-26 16:14:58 +00:00
parent beeb14fe55
commit 3721f57b97
1 changed files with 2 additions and 3 deletions

View File

@ -10,11 +10,11 @@ C++, Qt5
The main use of the tool is to translate IPv6 addresses to meship domains for use in services without IPv6 support. Meship (and meshname) domains are resolved by [meshnamed](https://github.com/zhoreeq/meshname).
Also, the tool can be used as a supplement to projects that need to resolve domain names to addresses with some API. Mario DNS provides API with output in JSON format:
Also, the tool can be used as a supplement to projects that need to resolve domain names to addresses with simple API. Mario DNS provides API with output in JSON format:
```
# Request:
dns.acetone.ygg
/api/toConverting=dns.acetone.ygg
# Answer:
{
@ -27,7 +27,6 @@ dns.acetone.ygg
You can use `version` request for version information.
To use the API, send a domain or address to a socket without additional headers.
### How to start