68 lines
1.7 KiB
Markdown
68 lines
1.7 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
|
|
# unbound
|
|
|
|
## Synopsis
|
|
|
|
Unbound, a validating, recursive, caching DNS resolver.
|
|
|
|
[For more informations](https://www.nlnetlabs.nl/projects/unbound/about/)
|
|
|
|
## Basic variables
|
|
|
|
### Général
|
|
|
|
#### Résolveur DNS
|
|
|
|
|
|
| Description | Example |
|
|
|---------------------------------------------------------------------------------------------------------------------------|-----------|
|
|
| **Serveur résolveur DNS par défaut** (*[general.dns_resolver.unbound_default_forwards](dictionaries/20_unbound.xml)*) [+] | 9.9.9.9 |
|
|
|
|
- [+]: variable is multiple
|
|
- **bold**: variable is mandatory
|
|
|
|
## Associated providers
|
|
|
|
- **ExternalDNS**
|
|
- Journald
|
|
|
|
**bold**: provider is mandatory
|
|
|
|
## Example
|
|
|
|
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
|
|
|
|
```
|
|
unbound:
|
|
applicationservice: unbound
|
|
provider_zone: externaldns
|
|
zones_name:
|
|
- localdns
|
|
values:
|
|
general.dns_resolver.unbound_default_forwards:
|
|
- 9.9.9.9
|
|
```
|
|
|
|
## Dependances
|
|
|
|
- [dns-external](../dns-external/README.md)
|
|
- [base-fedora-37](../base-fedora-37/README.md)
|
|
- [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)
|
|
- [pki-tls](../pki-tls/README.md)
|
|
- [journald](../journald/README.md)
|
|
- [resolved](../resolved/README.md)
|
|
|
|
## Suppliers
|
|
|
|
- [dns-external](../dns-external/README.md)
|
|
- [nsd-local](../nsd-local/README.md)
|
|
|
|
[All applications services for this dataset.](../README.md)
|