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