Browse Source

fix: config `burstObservatory` override

pull/3193/head
lelemka0 8 months ago committed by yuhan6665
parent
commit
e2439c0483
  1. 4
      infra/conf/xray.go

4
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

Loading…
Cancel
Save