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

The DNS subsystem should manage keeping dnsmasq in sync #16740

Merged

Commits on Oct 11, 2017

  1. The DNS subsystem should manage keeping dnsmasq in sync

    On startup the DNS server will start a background subsystem that uses
    DBus to keep dnsmasq pointing in-addr.arpa and cluster.local at the
    local DNS server. If the configuration does not allow that (dnsmasq can
    only talk to servers on port 53, for example) then DBus will not be
    synced. The subsystem listens for dnsmasq restart events and applies
    configuration, so no on-disk configuration should be necessary.
    
    If the subsystem cannot talk to dbus the monitor routine is not
    configured.
    smarterclayton committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    99a4b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90b738 View commit details
    Browse the repository at this point in the history