From: Niall Donegan Date: Mon, 7 Dec 2015 10:40:50 +0000 (+0000) Subject: Update backend-remote.md X-Git-Tag: dnsdist-1.0.0-alpha1~100^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6994c10602384a294e95ee453f4ed48592bf3714;p=pdns Update backend-remote.md --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index ef6f3ac4e..ef330d855 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 and Pipe connector sends JSON formatted string to the remote end. Each JSON query has two sections, 'method' and 'parameters'. +Unix, Pipe and ZeroMQ connectors send JSON formatted string 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.