()
| 21 | } |
| 22 | |
| 23 | func NoProxyTimeoutSec() time.Duration { |
| 24 | timeoutsec := intenv("NOPROXY_TIMEOUT_SEC", 20) |
| 25 | return time.Second * time.Duration(timeoutsec) |
| 26 | } |
| 27 | |
| 28 | func MaxInflightDNSQueries() int64 { |
| 29 | return intenv("MAX_INFLIGHT_DNS_QUERIES", 512) |