Skip to content
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
12 changes: 12 additions & 0 deletions docs/dns-client/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ The `server` object configures the handling of incoming requests. It has the fol
- address: '[::1]:53'
```

- `pending_requests`: Configuration for handling duplicate simultaneous requests used to mitigate cache poisoning attacks.

:::note

This object is available since **v0.0.4**.

:::

- `enabled`: If true, the server will only perform a single request for each unique question. Default is true.

**Example:** `true`

### `bootstrap` {#dns-bootstrap}

The `bootstrap` object configures the resolution of [upstream](#dns-upstream) server addresses. It has the following properties:
Expand Down