rnewson commented on issue #4668:
URL: https://github.com/apache/couchdb/issues/4668#issuecomment-1629802079
@sergey-safarov when there's a release with the fix all you'll need to do is;
```
[replicator]
ibrowse_options = [{prefer_ipv6, true}]
```
and then ipv6 will be attempted for all replications, which is appropriate
for your ipv6-only setup.
In other setups you might just specify `{"source":"X", ...
"ibrowse_options":"[{prefer_ipv6,true}]}` on certain replication docs as needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]