From 98c3a01e085fc6a5935106a6da9ce6b49906d118 Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 2 Dec 2024 14:21:05 +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 6eea4155..0b266b71 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 = "0.0.0.0" + Host = "127.0.0.1" ) // nolint:goconst