mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
DNS: Add timeoutMs
for DnsServerObject (#4523)
This commit is contained in:
parent
86a225cda1
commit
1067171e6a
4 changed files with 83 additions and 59 deletions
|
@ -30,6 +30,7 @@ message NameServer {
|
|||
QueryStrategy query_strategy = 7;
|
||||
bool allowUnexpectedIPs = 8;
|
||||
string tag = 9;
|
||||
uint64 timeoutMs = 10;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue