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 spurious "resource limit exceeded" messages (v5 backport) #1893

Merged
merged 3 commits into from
Feb 20, 2024

Commits on Feb 14, 2024

  1. Merge pull request #1889 from pi-hole/master

    Sync master back into development
    DL6ER authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8543015 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix spurious "resource limit exceeded" messages.

    Replies from upstream with a REFUSED rcode can result in
    log messages stating that a resource limit has been exceeded,
    which is not the case.
    
    Thanks to Dominik Derigs and the Pi-hole project for
    spotting this.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    simonkelley authored and DL6ER committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    40886dc View commit details
    Browse the repository at this point in the history
  2. Update embedded dnsmasq version to 2.90+1

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    df58921 View commit details
    Browse the repository at this point in the history