rest api
parent
beeb14fe55
commit
3721f57b97
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue