Skip to content

Commit

Permalink
Merge pull request #283 from AdguardTeam/fixes-to-adguard-dns-api
Browse files Browse the repository at this point in the history
revert changes on the configuration page
  • Loading branch information
el-termikael authored Dec 16, 2024
2 parents 92c8f8e + b44b6d7 commit a7f911b
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit a7f911b

Please sign in to comment.