diff --git a/infra/conf/v2ray.go b/infra/conf/v2ray.go index 3257bad5e..c888c716e 100644 --- a/infra/conf/v2ray.go +++ b/infra/conf/v2ray.go @@ -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