Fix "nonIPQuery"

This commit is contained in:
RPRX 2023-06-19 00:33:59 +00:00 committed by GitHub
parent 72bbc5ae0e
commit 253a422467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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
}