]> granicus.if.org Git - pdns/commitdiff
Update backend-remote.md
authorNiall Donegan <github@nialldonegan.me>
Mon, 7 Dec 2015 10:40:50 +0000 (10:40 +0000)
committerNiall Donegan <github@nialldonegan.me>
Mon, 7 Dec 2015 10:40:50 +0000 (10:40 +0000)
docs/markdown/authoritative/backend-remote.md

index ef6f3ac4eb7e0d76fee447dc45595b059704d49b..ef330d8553ce592423f12e4bdf9a1b010fc45cf0 100644 (file)
@@ -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.