MCPcopy 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
28func MaxInflightDNSQueries() int64 {
29 return intenv("MAX_INFLIGHT_DNS_QUERIES", 512)
30}
31
32func UpstreamDoh() string {
33 return strenv("UPSTREAM_DOH", "https://dns.google/dns-query")

Callers 1

server.goFile · 0.92

Calls 1

intenvFunction · 0.85

Tested by

no test coverage detected