0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-16 05:17:16 +03:00

DNS: Add allowUnexpectedIPs for DnsServerObject (#4497)

Closes https://github.com/XTLS/Xray-core/issues/4424
This commit is contained in:
patterniha
2025-03-20 13:09:02 +01:00
committed by GitHub
parent 335845a9b2
commit 6a211a0bb9
4 changed files with 55 additions and 34 deletions

View File

@ -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 {