GitHub user rnewson opened a pull request:
https://github.com/apache/couchdb/pull/125
SOCKS 5 support for replication
Notably, this allows replication over the Tor network (yes, DNS resolution
occurs over Tor also).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rnewson/couchdb socks5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/125.patch
----
commit 059fe032d5afe8f668effd2c3f81fa73ebe4031f
Author: Robert Newson <[email protected]>
Date: 2014-01-04T17:32:00Z
Add SOCKS5 module to ibrowse
commit 3fbbc234a86600881d6a75d9cece4d2af8c168a3
Author: Robert Newson <[email protected]>
Date: 2014-01-04T17:31:40Z
Pass protocol to ibrowse
commit e529636f0a07c898ba9b1e788deaebffb7f871de
Author: Robert Newson <[email protected]>
Date: 2014-01-04T17:57:22Z
Clarify HTTP proxy fields and variables
commit 65ba845f5705885b46842df93f8017af58841177
Author: Robert Newson <[email protected]>
Date: 2014-01-04T18:02:59Z
Use SOCKS5 proxy if specified
----