diff --git a/config/config.go b/config/config.go index 8f76a53..cfddcd7 100644 --- a/config/config.go +++ b/config/config.go @@ -92,6 +92,8 @@ func (m *Manager) ConfigureProtocol(name string, cfg ProtocolConfig) error { return err } + m.root.Protocol[name] = cfg + return nil }