diff --git a/infra/conf/xray.go b/infra/conf/xray.go index 645da473..e48e04b2 100644 --- a/infra/conf/xray.go +++ b/infra/conf/xray.go @@ -481,6 +481,10 @@ func (c *Config) Override(o *Config, fn string) { c.Observatory = o.Observatory } + if o.BurstObservatory != nil { + c.BurstObservatory = o.BurstObservatory + } + // deprecated attrs... keep them for now if o.InboundConfig != nil { c.InboundConfig = o.InboundConfig