Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celzero/midway
/ MaxInflightDNSQueries
Function
MaxInflightDNSQueries
midway/env/env.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
MaxInflightDNSQueries() int64 {
29
return
intenv(
"MAX_INFLIGHT_DNS_QUERIES"
, 512)
30
}
31
32
func
UpstreamDoh() string {
33
return
strenv(
"UPSTREAM_DOH"
,
"https://dns.google/dns-query"
)
Callers
1
server.go
File · 0.92
Calls
1
intenv
Function · 0.85
Tested by
no test coverage detected