Update internal/constants/constants.go

This commit is contained in:
Bad
2024-11-30 22:11:36 +00:00
parent 61ca604ace
commit 21029825c9

View File

@ -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