dataset/seed/unbound/README.md

79 lines
1.8 KiB
Markdown
Raw Normal View History

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.
[For more informations](https://www.nlnetlabs.nl/projects/unbound/about/)
2023-08-02 09:26:54 +02:00
## Basic variables
### Général (*general*)
#### Résolveur DNS (*general.dns_resolver*)
| Description | Example |
|------------------------------------------------------------------------------------------------------|-----------|
| **Serveur résolveur DNS par défaut** (*[unbound_default_forwards](dictionaries/20_unbound.xml)*) [+] | 9.9.9.9 |
- [+]: variable is multiple
- **bold**: variable is mandatory
2023-08-01 14:34:26 +02:00
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
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
```
With all providers:
```
unbound:
applicationservice: unbound
provider_zone: externaldns
zones_name:
- journald
- externaldns
- 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)