0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Fix "nonIPQuery"

This commit is contained in:
RPRX
2023-06-19 00:33:59 +00:00
committed by GitHub
parent 72bbc5ae0e
commit 253a422467

View File

@ -32,5 +32,6 @@ func (c *DNSOutboundConfig) Build() (proto.Message, error) {
default:
return nil, newError(`unknown "nonIPQuery": `, c.NonIPQuery)
}
config.Non_IPQuery = c.NonIPQuery
return config, nil
}