dataset/seed/unbound
2024-10-01 13:19:35 +02:00
..
dictionaries feat: upgrate to format 1.1 2024-10-01 13:19:35 +02:00
extras/machine feat: upgrate to format 1.1 2024-10-01 13:19:35 +02:00
funcs feat: upgrate to format 1.1 2024-10-01 13:19:35 +02:00
manual/image/preinstall remove application version 2022-07-01 22:10:33 +02:00
templates update 2023-07-31 15:30:32 +02:00
applicationservice.yml feat: upgrate to format 1.1 2024-10-01 13:19:35 +02:00
DEBUG.md remove application version 2022-07-01 22:10:33 +02:00
doc.md remove application version 2022-07-01 22:10:33 +02:00
README.md update doc 2023-08-29 10:37:29 +02:00

Table of Contents

Return to the list of application services.

unbound

Synopsis

Unbound, a validating, recursive, caching DNS resolver.

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

Basic variables

General

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

Optionals

  • Journald: Concentrate journal messages on one host.

Dependances

  • dns-external: DNS client with resolution on all zones (especially outside).
  • base-fedora-37: Base information of a Fedora 37.
    • base-fedora: Base information of a Fedora.
      • systemd: Systemd, a system and service manager.
        • base-machine: Base information for a machine.
          • base: Base of all application services.
          • dns-local: DNS client with access to local zones.
          • pki-tls: Autosign PKI or Let's encrypt support for TLS certificates.
        • journald: Journald.
        • resolved: Resolved.

Useful for services

  • nsd-local: NSD, an authoritative DNS name server for local resolution.
  • peertube: Peertube, a federated (ActivityPub) video streaming platform.
  • postfix-relay: Postfix, the mail server, as relay.
  • znc: ZNC, a bouncer IRC.