From: Aki Tuomi Date: Mon, 15 Jun 2015 11:28:10 +0000 (+0300) Subject: Update method superMasterBackend documentation X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4437531cbd1b5977a88e3c5557120bda694a829;p=thirdparty%2Fpdns.git Update method superMasterBackend documentation --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index cfa3b59010..10107e0b4d 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -646,7 +646,7 @@ Creates new domain with given record(s) as master servers. IP address is the add * Mandatory: No * Parameters: ip,domain,nsset,account -* Reply: true for success, false for failure. can also return account=>name of account +* Reply: true for success, false for failure. can also return account=>name of account< and nameserver. #### Example JSON/RPC Query: @@ -661,7 +661,7 @@ Response: Alternative response: ``` -{"result":{"account":"my account"}} +{"result":{"account":"my account","nameserver":"ns2.example.com"}} ``` #### Example HTTP/RPC