commit c31f713997bb104ac59e2c3a83fef63d4629e984
parent 8449e9e3515a03b828665902f28acfeebca86fbd
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 19 Jan 2023 17:03:22 +0100
Document the new 'id' endpoint to identify a name server instance.
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -81,6 +81,13 @@ URL Scheme: http://server:port/resolver:port/x/ip
- Example (IPv4): http://127.0.0.1:8080/127.0.0.1:53/x/193.0.6.139
- Example (IPv6): http://127.0.0.1:8080/127.0.0.1:53/x/2001:67c:2e8:22::c100:68b
+### Identify a Name Server instance
+
+URL Scheme: http://server:port/resolver:port/id
+
+- Example (using an IPv4 resolver): http://127.0.0.1:8080/127.0.0.1:53/id
+- Example (using an IPv6 resolver): http://127.0.0.1:8080/[::1]:53/id
+
## JSONP Support
RRDA supports JSONP callbacks.