From baf5a25c7d53e77bf086807c42ff0fc9e05b813e Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 19 Sep 2020 17:26:02 +0530 Subject: [PATCH] webapp: index page About section updated with API documentation links. --- DnsServerCore/www/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 0b5659d7..163e91a7 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -1325,6 +1325,9 @@

What's New?

Read the change log to know whats new in this release.

+

API Documentation

+

The DNS server HTTP API allows any 3rd party app or script to configure the DNS server. The HTTP API is used by this web console and thus all the actions that this web console does can be performed via the API. Read the HTTP API documentation for complete details.

+

Help Topics

Read the latest online help topics which contains the DNS Server user manual and covers frequently asked questions.