mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-02 17:58:46 +00:00
Add domain strategy for dns outbound
This commit is contained in:
@@ -12,4 +12,10 @@ message Config {
|
||||
// Server is the DNS server address. If specified, this address overrides the
|
||||
// original one.
|
||||
xray.common.net.Endpoint server = 1;
|
||||
enum DomainStrategy {
|
||||
USE_ALL = 0;
|
||||
USE_IP = 1;
|
||||
USE_FAKE = 2;
|
||||
}
|
||||
DomainStrategy domain_strategy = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user