mirror of https://github.com/XTLS/Xray-core
				
				
				
			fix: config `burstObservatory` override
							parent
							
								
									fac383672c
								
							
						
					
					
						commit
						e2439c0483
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue