1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00

fix:observatory not supported by multi-json

This commit is contained in:
Shelikhoo 2021-04-30 15:25:24 +01:00
parent 86a3ee249a
commit 347b0c3e85
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -415,6 +415,10 @@ func (c *Config) Override(o *Config, fn string) {
c.FakeDNS = o.FakeDNS
}
if o.Observatory != nil {
c.Observatory = o.Observatory
}
// deprecated attrs... keep them for now
if o.InboundConfig != nil {
c.InboundConfig = o.InboundConfig