This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch wh/connect_to
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/wh/connect_to by this push:
     new 0ca486f7f docs
0ca486f7f is described below

commit 0ca486f7f32fc8f81f3024f97de6ccc3c8cbd887
Author: Will Holley <[email protected]>
AuthorDate: Mon Apr 27 16:04:22 2026 +0100

    docs
---
 src/docs/src/config/replicator.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/docs/src/config/replicator.rst 
b/src/docs/src/config/replicator.rst
index bca107ae3..6855e1fa2 100644
--- a/src/docs/src/config/replicator.rst
+++ b/src/docs/src/config/replicator.rst
@@ -279,6 +279,15 @@ Replicator Database Configuration
         on error; however, in some cases it may be useful to prevent spending
         time attempting to call ``_bulk_get`` altogether.
 
+    .. config:option:: dns_overrides :: DNS overrides for replication requests
+
+        Comma delimited DNS overrides to use for replicator requests. This is
+        useful for cases where outbound HTTP requests must be made through a
+        transparent SNI proxy, for example::
+
+            [replicator]
+            dns_overrides = *.example.test:127.0.0.1,foo.bar.com:127.0.0.1
+
     .. config:option:: cert_file :: Path to user PEM certificate file
 
         Path to a file containing the user's certificate::

Reply via email to