From 21029825c90e24f396841e234b0e89719d8885df Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 30 Nov 2024 22:11:36 +0000 Subject: [PATCH] Update internal/constants/constants.go --- internal/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/constants/constants.go b/internal/constants/constants.go index 0b266b71..6eea4155 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -66,7 +66,7 @@ const ( KeyChainName = "bridge-v3" // Host is the hostname of the bridge server. - Host = "127.0.0.1" + Host = "0.0.0.0" ) // nolint:goconst