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

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 253215bf587debc48bb818344fcc8bdf81594fdd
Author: Robert Newson <[email protected]>
AuthorDate: Tue Apr 5 23:23:00 2022 -0400

    Bind locally by default
---
 rel/overlay/etc/vm.args | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args
index 704cb54d8..3ade5cbe5 100644
--- a/rel/overlay/etc/vm.args
+++ b/rel/overlay/etc/vm.args
@@ -41,6 +41,9 @@
 # Uncomment the following line and append a securely generated random value.
 # -setcookie
 
+# Which interfaces should the node listen on?
+-kernel inet_dist_use_interface {127,0,0,1}
+
 # Tell kernel and SASL not to log anything
 -kernel error_logger silent
 -sasl sasl_error_logger false

Reply via email to