Skip to content

Commit f30fea3

Browse files
Add USE_OS_DNS_RESOLVER env var info (#1268)
* Add USE_OS_DNS_RESOLVER env var info * Added feedback by Eddie * Formatting change --------- Co-authored-by: Eddy <[email protected]>
1 parent 3655701 commit f30fea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/content/docs/private-locations/checkly-agent-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Variable|Description
2222
`HTTP_PROXY`|HTTP proxy configuration for the outbound connection to the Checkly API, used for agent management and monitoring. Used if the proxy server does not accept HTTPS connections. `http://user:[email protected]:8080`
2323
`JOB_CONCURRENCY`|(Default: 1, max: 10) Number of concurrent checks that are run by the agent.
2424
`LOG_LEVEL`|(Default: `INFO`) Set the log level of the agent. Can be one of `DEBUG`, `LOG`, `INFO`, `WARN` or `ERROR`.
25+
`USE_OS_DNS_RESOLVER`|When set to true, TCP checks will resolve DNS using `getaddrinfo` C function, instead of using the network. This enables easier DNS resolution for internal services e.g. services running in the same Kubernetes cluster.
2526

2627
For example, you can add these variables to the standard docker run command like this:
2728

0 commit comments

Comments
 (0)