mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 01:58:41 +00:00
DNS: New Features
This commit is contained in:
parent
aa4134f4a6
commit
6436985643
7 changed files with 336 additions and 180 deletions
|
@ -25,12 +25,16 @@ message NameServer {
|
|||
}
|
||||
|
||||
repeated PriorityDomain prioritized_domain = 2;
|
||||
repeated xray.app.router.GeoIP geoip = 3;
|
||||
repeated xray.app.router.GeoIP expected_geoip = 3;
|
||||
repeated OriginalRule original_rules = 4;
|
||||
QueryStrategy query_strategy = 7;
|
||||
bool allowUnexpectedIPs = 8;
|
||||
repeated xray.app.router.GeoIP prior_geoip = 8;
|
||||
string tag = 9;
|
||||
uint64 timeoutMs = 10;
|
||||
bool disableCache = 11;
|
||||
bool finalQuery = 12;
|
||||
repeated xray.app.router.GeoIP unexpected_geoip = 13;
|
||||
repeated xray.app.router.GeoIP unprior_geoip = 14;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue