0
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:
patterniha
2025-03-21 13:54:58 +03:30
committed by GitHub
parent 86a225cda1
commit 1067171e6a
4 changed files with 83 additions and 59 deletions

View File

@ -30,6 +30,7 @@ message NameServer {
QueryStrategy query_strategy = 7;
bool allowUnexpectedIPs = 8;
string tag = 9;
uint64 timeoutMs = 10;
}
enum DomainMatchingType {