Skip to content
Snippets Groups Projects
Select Git revision
  • e6424d1a0900be7e756722b890c650722ba66e14
  • c4 default protected
  • c9s-sig-hyperscale
  • c7
  • c8
  • c9
  • c9-beta
  • c8-beta
  • c8s
  • c7-beta
  • c7-alt
  • c7-sig-altarch-fasttrack
  • c5
  • c5-plus
  • c6
  • c6-plus
  • imports/c7/bind-9.11.4-26.P2.el7_9.16
  • imports/c7/bind-9.11.4-26.P2.el7_9.15
  • imports/c7/bind-9.11.4-26.P2.el7_9.14
  • imports/c8/bind-9.11.36-8.el8
  • imports/c9/bind-9.16.23-11.el9
  • imports/c9-beta/bind-9.16.23-11.el9
  • imports/c8-beta/bind-9.11.36-8.el8
  • imports/c8s/bind-9.11.36-8.el8
  • imports/c7/bind-9.11.4-26.P2.el7_9.13
  • imports/c8s/bind-9.11.36-7.el8
  • imports/c9/bind-9.16.23-5.el9_1
  • imports/c8s/bind-9.11.36-3.el8_6.3
  • imports/c8/bind-9.11.36-5.el8_7.2
  • imports/c8/bind-9.11.36-5.el8
  • imports/c8/bind-9.11.36-3.el8_6.1
  • imports/c8s/bind-9.11.36-5.el8
  • imports/c7/bind-9.11.4-26.P2.el7_9.10
  • imports/c9/bind-9.16.23-1.el9_0.1
  • imports/c8-beta/bind-9.11.36-4.el8
  • imports/c9-beta/bind-9.16.23-4.el9
36 results

bind

  • Open with
  • Download source code
  • Petr Menšík's avatar
    Petr Menšík authored
    named contains high number of assertions checking expected state of the
    daemon. That is part of defensive code style to prevent many attacks.
    The most common failure is failing some assertion check in rare
    circumstances. Even when this should not happen, try keeping the service
    running. If such failed assertion produces coredump just from time to
    time, avoid failing hard the whole service. coredumpctl will keep track
    of all crashes anyway.
    e6424d1a
    History

    BIND 9

    BIND (Berkeley Internet Name Domain) is a complete, highly portable implementation of the DNS (Domain Name System) protocol.

    Internet Systems Consortium (https://www.isc.org), a 501(c)(3) public benefit corporation dedicated to providing software and services in support of the Internet infrastructure, developed BIND 9 and is responsible for its ongoing maintenance and improvement.

    More details about upstream project can be found on their gitlab. This repository contains only upstream sources and packaging instructions for Fedora Project.

    Subpackages

    The package contains several subpackages, some of them can be disabled on rebuild.

    • bind -- named daemon providing DNS server
    • bind-utils -- set of tools to analyse DNS responses or update entries (dig, host)
    • bind-doc -- documentation for current bind, BIND 9 Administrator Reference Manual.
    • bind-license -- Shared license for all packages but bind-export-libs.
    • bind-libs -- Shared libraries used by some others programs
    • bind-devel -- Development headers for libs. Can be disabled by --without DEVEL

    Optional features

    • GSSTSIG -- Support for Kerberos authentication in BIND.
    • LMDB -- Support for dynamic database for managing runtime added zones. Provides faster removal of added zone with much less overhead. But requires lmdb linked to base libs.
    • DLZ -- Support for dynamic loaded modules providing support for features bind-sdb provides, but only small module is required.