mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 01:58:41 +00:00
remove "priorIPs" and "unpriorIPs"
This commit is contained in:
parent
cf4ee0c409
commit
7720ba5e7f
4 changed files with 130 additions and 148 deletions
|
@ -28,13 +28,13 @@ message NameServer {
|
|||
repeated xray.app.router.GeoIP expected_geoip = 3;
|
||||
repeated OriginalRule original_rules = 4;
|
||||
QueryStrategy query_strategy = 7;
|
||||
repeated xray.app.router.GeoIP prior_geoip = 8;
|
||||
bool actPrior = 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;
|
||||
bool actUnprior = 14;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue