Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert changes on the configuration page #283

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/dns-client/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The `cache` object configures caching the results of querying DNS. It has the fo

- `size`: The maximum size of the DNS result cache as human-readable data size. It must be greater than zero if `enabled` is `true`.

**Example:** `128 MB`
**Example:** `128MB`

- `client_size`: The maximum size of the DNS result cache for each configured client’s address or subnetwork as human-readable data size. It must be greater than zero if `enabled` is `true`.

**Example:** `4 MB`
**Example:** `4MB`

### `server` {#dns-server}

Expand Down Expand Up @@ -64,7 +64,7 @@ The `bootstrap` object configures the resolution of [upstream](#dns-upstream) se

- `timeout`: The timeout for bootstrap DNS requests as a human-readable duration.

**Example:** `2 s`
**Example:** `2s`

### `upstream` {#dns-upstream}

Expand Down
Loading