From 3721f57b979e4a6ec5089d2212548222554f212c Mon Sep 17 00:00:00 2001 From: acetone Date: Sat, 26 Mar 2022 16:14:58 +0000 Subject: [PATCH] rest api --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f56c35a..39a748d 100644 --- a/README.md +++ b/README.md @@ -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