conf.GetConfig().BootstrapAddress

This commit is contained in:
mr
2026-01-27 16:23:28 +01:00
parent f7f9d722bd
commit cdbf83ee8b
3 changed files with 16 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ type Config struct {
PublicKeyPath string
PrivateKeyPath string
DHTEndpointPort int64
BootstrapAddress string
}
var instance *Config