mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
fix:observatory not supported by multi-json
This commit is contained in:
parent
86a3ee249a
commit
347b0c3e85
@ -415,6 +415,10 @@ func (c *Config) Override(o *Config, fn string) {
|
|||||||
c.FakeDNS = o.FakeDNS
|
c.FakeDNS = o.FakeDNS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if o.Observatory != nil {
|
||||||
|
c.Observatory = o.Observatory
|
||||||
|
}
|
||||||
|
|
||||||
// deprecated attrs... keep them for now
|
// deprecated attrs... keep them for now
|
||||||
if o.InboundConfig != nil {
|
if o.InboundConfig != nil {
|
||||||
c.InboundConfig = o.InboundConfig
|
c.InboundConfig = o.InboundConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user