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

Fix local domain and non-FQDN configuration #1900

Open
wants to merge 3 commits into
base: development-v6
Choose a base branch
from

Commits on Mar 7, 2024

  1. We should only set local=/<domain>/ if there is no conditional forwar…

    …ding setting (v6 supports multiple reverse lookup servers), otherwise, this creates a harmless but nonetheless needlessly confusing configuration.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ad46a10 View commit details
    Browse the repository at this point in the history
  2. If dns.domainNeeded is set, refuse to send plain domain queries (like…

    … laptop) upstream at all.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    231a985 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    6fa6a20 View commit details
    Browse the repository at this point in the history