mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-16 05:17:16 +03:00
DNS: Add timeoutMs
for DnsServerObject (#4523)
This commit is contained in:
@ -30,6 +30,7 @@ message NameServer {
|
||||
QueryStrategy query_strategy = 7;
|
||||
bool allowUnexpectedIPs = 8;
|
||||
string tag = 9;
|
||||
uint64 timeoutMs = 10;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
Reference in New Issue
Block a user