mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 01:58:41 +00:00
add new QueryStrategy "UseSystem"
This commit is contained in:
parent
7720ba5e7f
commit
002245c92a
5 changed files with 66 additions and 11 deletions
|
@ -48,6 +48,7 @@ enum QueryStrategy {
|
|||
USE_IP = 0;
|
||||
USE_IP4 = 1;
|
||||
USE_IP6 = 2;
|
||||
USE_SYS = 3;
|
||||
}
|
||||
|
||||
message Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue