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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {