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