mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 14:13:03 +00:00
Fix "nonIPQuery"
This commit is contained in:
parent
72bbc5ae0e
commit
253a422467
@ -32,5 +32,6 @@ func (c *DNSOutboundConfig) Build() (proto.Message, error) {
|
|||||||
default:
|
default:
|
||||||
return nil, newError(`unknown "nonIPQuery": `, c.NonIPQuery)
|
return nil, newError(`unknown "nonIPQuery": `, c.NonIPQuery)
|
||||||
}
|
}
|
||||||
|
config.Non_IPQuery = c.NonIPQuery
|
||||||
return config, nil
|
return config, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user