mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
DNS: Add allowUnexpectedIPs
for DnsServerObject (#4497)
Closes https://github.com/XTLS/Xray-core/issues/4424
This commit is contained in:
parent
335845a9b2
commit
6a211a0bb9
4 changed files with 55 additions and 34 deletions
|
@ -28,6 +28,7 @@ message NameServer {
|
|||
repeated xray.app.router.GeoIP geoip = 3;
|
||||
repeated OriginalRule original_rules = 4;
|
||||
QueryStrategy query_strategy = 7;
|
||||
bool allowUnexpectedIPs = 8;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue