Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DoT support for DNS updates #7678

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Nov 1, 2024

  1. Add DoT support for DNS updates

    DNS-over-TLS is a new standard for encrypting DNS traffic.
    
    SSSD does not implement the DoT itself but relies on other
    components of the system. This modification allows as to set
    a DoT for dynamic DNS updates
    
    :config: New set of options `dyndns_dot`, `dyndns_dot_cacert`,
      `dyndns_dot_cert` and `dyndns_dot_key` allows to enable
      DNS-over-TLS for DNS updates.
    
    :relnote: The DoT for dynamic DNS updates is supported now.
      It requires new version of `nsupdate` from BIND 9.20.3+
    thalman committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    dd200ed View commit details
    Browse the repository at this point in the history