dataset/seed/unbound/README.md
2023-08-10 09:34:41 +02:00

2.1 KiB

Table of Contents

unbound

Synopsis

Unbound, a validating, recursive, caching DNS resolver.

More informations about this software.

Basic variables

Général

Résolveur DNS

Parameter Comments
general.dns_resolver.unbound_default_forwards
mandatory, multiple
Type: string
Serveur résolveur DNS par défaut.
Example: 9.9.9.9

Requirements services

  • 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

Suppliers

All applications services for this dataset.