Mention SOCKS5 protocol option in docs COUCHDB-2025
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/024f19f5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/024f19f5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/024f19f5 Branch: refs/heads/import-master Commit: 024f19f5be88db9596c52979b187d5454a45d277 Parents: 6e85518 Author: Robert Newson <[email protected]> Authored: Mon Jan 6 23:27:33 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Jan 6 23:37:43 2014 +0000 ---------------------------------------------------------------------- src/api/server/common.rst | 2 +- src/whatsnew/1.6.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/024f19f5/src/api/server/common.rst ---------------------------------------------------------------------- diff --git a/src/api/server/common.rst b/src/api/server/common.rst index 98bb19b..4e5614c 100644 --- a/src/api/server/common.rst +++ b/src/api/server/common.rst @@ -359,7 +359,7 @@ jumping to ``offset`` bytes towards the beginning of the file first: Required administrator's privileges on target server. :<json array doc_ids: Array of document IDs to be synchronized :<json string proxy: Address of a proxy server through which replication - should occur + should occur (protocol can be "http" or "socks5") :<json string source: Source database name or URL :<json string target: Target database name or URL :>header Content-Type: - :mimetype:`application/json` http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/024f19f5/src/whatsnew/1.6.rst ---------------------------------------------------------------------- diff --git a/src/whatsnew/1.6.rst b/src/whatsnew/1.6.rst index 2a0fc6e..28e5ac2 100644 --- a/src/whatsnew/1.6.rst +++ b/src/whatsnew/1.6.rst @@ -51,3 +51,4 @@ Version 1.6.0 * :issue:`1962`: Various replicator enhancements :commit:`1d5fe2aa` write access for checkpoints is not required on source db :commit:`0693f98e` make the replication checkpoint interval configurable + :issue:`2025`: Support SOCKS5 protocol for replication sources and targets
