This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 63ee1944a94c274fb80d29a666229b50c02a2b0a 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 4971627c9..9e9160596 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
