From: Niall Donegan Date: Mon, 7 Dec 2015 10:42:41 +0000 (+0000) Subject: Update backend-remote.md X-Git-Tag: dnsdist-1.0.0-alpha1~100^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e894f89a061e3683b01637e88cf70fc92705d30e;p=thirdparty%2Fpdns.git Update backend-remote.md --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index ef330d8553..0c1f4c2b05 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -74,7 +74,7 @@ remote-connection-string=zeromq:endpoint=ipc:///tmp/tmp.sock # API ## Queries -Unix, Pipe and ZeroMQ connectors send JSON formatted string to the remote end. Each JSON query has two sections, 'method' and 'parameters'. +Unix, Pipe and ZeroMQ connectors send JSON formatted strings to the remote end. Each JSON query has two sections, 'method' and 'parameters'. HTTP connector calls methods based on URL and has parameters in the query string. Most calls are GET; see the methods listing for details. You can change this with post and post\_json attributes.