2022-12-24 13:01:51 +01:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# unbound
|
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Synopsis
|
2022-12-24 13:01:51 +01:00
|
|
|
|
|
|
|
Unbound, a validating, recursive, caching DNS resolver.
|
|
|
|
|
2023-08-10 21:55:46 +02:00
|
|
|
[Software's website.](https://www.nlnetlabs.nl/projects/unbound/about/)
|
2022-12-24 13:01:51 +01:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Basic variables
|
2023-08-01 14:34:26 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
### Général
|
2023-08-01 14:34:26 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
#### Résolveur DNS
|
2023-08-01 14:34:26 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
| Parameter | Comments |
|
|
|
|
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
|
|
|
|
| **[general.dns_resolver.unbound_default_forwards](dictionaries/20_unbound.xml)**<br/>mandatory, multiple<br/>**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Serveur résolveur DNS par défaut.<br/>**Example:** 9.9.9.9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements services
|
|
|
|
|
|
|
|
- **ExternalDNS**
|
|
|
|
- Journald
|
|
|
|
|
|
|
|
**bold**: provider is mandatory
|
|
|
|
|
|
|
|
## Example
|
2023-08-01 14:34:26 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
|
2023-08-01 14:34:26 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
unbound:
|
|
|
|
applicationservice: unbound
|
|
|
|
provider_zone: externaldns
|
|
|
|
zones_name:
|
|
|
|
- localdns
|
2023-08-02 09:26:54 +02:00
|
|
|
values:
|
|
|
|
general.dns_resolver.unbound_default_forwards:
|
|
|
|
- 9.9.9.9
|
2023-08-01 14:34:26 +02:00
|
|
|
```
|
|
|
|
|
2022-12-24 13:01:51 +01:00
|
|
|
## Dependances
|
|
|
|
|
2023-01-17 21:43:32 +01:00
|
|
|
- [dns-external](../dns-external/README.md)
|
|
|
|
- [base-fedora-37](../base-fedora-37/README.md)
|
2022-12-24 13:01:51 +01:00
|
|
|
- [base-fedora](../base-fedora/README.md)
|
|
|
|
- [systemd](../systemd/README.md)
|
|
|
|
- [base-machine](../base-machine/README.md)
|
|
|
|
- [base](../base/README.md)
|
|
|
|
- [dns-local](../dns-local/README.md)
|
2023-02-14 14:24:16 +01:00
|
|
|
- [pki-tls](../pki-tls/README.md)
|
2023-06-29 18:56:46 +02:00
|
|
|
- [journald](../journald/README.md)
|
2023-07-31 18:41:59 +02:00
|
|
|
- [resolved](../resolved/README.md)
|
2022-12-24 13:01:51 +01:00
|
|
|
|
2023-01-18 09:19:37 +01:00
|
|
|
## Suppliers
|
2022-12-24 13:01:51 +01:00
|
|
|
|
|
|
|
- [dns-external](../dns-external/README.md)
|
2023-06-29 18:56:46 +02:00
|
|
|
- [nsd-local](../nsd-local/README.md)
|
2023-02-14 14:43:41 +01:00
|
|
|
|
|
|
|
[All applications services for this dataset.](../README.md)
|