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

Draft: Change .local domain heuristic #84

Merged
merged 2 commits into from
Dec 8, 2022

Commits on Dec 6, 2022

  1. Change .local domain heuristic

    Previous way skipped all multicast queries when unicast DNS contains
    local. SOA record. Change that behaviour and always request multicast
    name. But if local SOA is present, then make missing multicast optional
    and continue to DNS plugin. That would make names ending with .local to
    take longer resolve on unicast DNS, but should still deliver the answer.
    pemensik committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0cbe3ff View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Add unit test parts for new autodetection

    Use new enum to specify forced present or missing .local SOA record. Use
    from production code auto value, but use forced values from unit test.
    Add few different results to unit test.
    pemensik committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    098bb7a View commit details
    Browse the repository at this point in the history