dataset/seed/unbound/README.md
2023-08-02 21:47:00 +02:00

1.8 KiB

Table of Contents

unbound

Synopsis

Unbound, a validating, recursive, caching DNS resolver.

For more informations

Basic variables

Général (general)

Résolveur DNS (general.dns_resolver)

Description Example
Serveur résolveur DNS par défaut (unbound_default_forwards) [+] 9.9.9.9
  • [+]: variable is multiple
  • bold: variable is mandatory

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
  values:
    general.dns_resolver.unbound_default_forwards:
      - 9.9.9.9

With all providers:

unbound:
  applicationservice: unbound
  provider_zone: externaldns
  zones_name:
    - journald
    - externaldns
    - localdns
  values:
    general.dns_resolver.unbound_default_forwards:
      - 9.9.9.9

Dependances

Suppliers

All applications services for this dataset.