Skip to content

Commit

Permalink
docs: Fixes examples for alias_refresh_interval & dns_request_timeout (
Browse files Browse the repository at this point in the history
…#5544)

* docs: Fixes examples for alias_refresh_interval & dns_request_timeout

* Update website/content/docs/api-clients/client-agent.mdx

Co-authored-by: Michael Li <[email protected]>

---------

Co-authored-by: Robin Beck <[email protected]>
Co-authored-by: Michael Li <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent c593943 commit d001e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/api-clients/client-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ The configuration file contains the following fields:

Example:
```hcl
alias_refresh_interval=60s
alias_refresh_interval="60s"
```

- `dns_request_timeout` - Specifies for how long the Client Agent DNS request handling, including any recursion, is allowed to run before it is canceled.

Example:
```hcl
dns_request_timeout=300s
dns_request_timeout="300s"
```

- `interface_to_use` - Specifies the interface to use instead of the default.
Expand Down Expand Up @@ -523,7 +523,7 @@ upgrade to MacOS version 15.3 or later.

It may be neccessary to explicitly allow the `boundary-client-agent` process access to incoming network connections.

From the Firewall options in System Settings, toggle the `boundary-client-agent' to **Allow incoming connections**.
From the Firewall options in System Settings, toggle the `boundary-client-agent` to **Allow incoming connections**.

#### WARNING! Remote host indentification has changed! It is possible that someone is doing something nasty!

Expand Down

0 comments on commit d001e82

Please sign in to comment.