Update internal/constants/constants.go
All checks were successful
nogui build / try & test (push) Successful in 1m53s

This commit is contained in:
Bad
2024-12-02 14:55:25 +00:00
parent 98c3a01e08
commit 917cf3fd51

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