• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Gary_Dexter

  1. Gary_Dexter

    Unbound low cache hit rate

    I know. But doing that will cause it to be activated with the default value still. Which is why I couldn’t fathom why it was rem’d…
  2. Gary_Dexter

    Unbound low cache hit rate

    What did you rem it to?
  3. Gary_Dexter

    Unbound low cache hit rate

    If it doesn’t exist in the config with anything other than the default value, it will be active still (with the default value).
  4. Gary_Dexter

    Diversion Diversion doesn’t block youtube ads?

    Ghostery isn’t needed if you’re using uBlock correctly
  5. Gary_Dexter

    Diversion Diversion doesn’t block youtube ads?

    Because it has a built-in ad/content blocker like uBlock Origin
  6. Gary_Dexter

    Unbound low cache hit rate

    Running the version available form Debian APT repository so only version 1.17.1 - will be upgrading to the latest release soon though. dietpi@dietpi:~$ sudo unbound -V Version 1.17.1 Configure line: --build=aarch64-linux-gnu --prefix=/usr --includedir=${prefix}/include...
  7. Gary_Dexter

    Unbound low cache hit rate

    This is my config - albeit on a RPi - but it works flawlessly # https://nlnetlabs.nl/documentation/unbound/unbound.conf/ server: # Do not daemonize, to allow proper systemd service control and status estimation. do-daemonize: no # A single thread is pretty sufficient for home or...
  8. Gary_Dexter

    Unbound After upgrading to firmware version 3006 that Unbound's hit rate has decreased?

    Make sure you are using prefetch as well to keep cached records updated
  9. Gary_Dexter

    Unbound low cache hit rate

    If setup correctly, Unbound will also update the cache in the background via the prefetch setting
  10. Gary_Dexter

    Unbound low cache hit rate

    Yes. Anything you don’t manually override in the Unbound config file will always use the default values as stipulated here: https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html
  11. Gary_Dexter

    Unbound low cache hit rate

    You need to override this one and set to 0 in your config, otherwise it will default to 1800ms: serve-expired-client-timeout: 0
  12. Gary_Dexter

    Unbound After upgrading to firmware version 3006 that Unbound's hit rate has decreased?

    As per here - Post in thread 'Unbound low cache hit rate' https://www.snbforums.com/threads/unbound-low-cache-hit-rate.95332/post-964101 Unbound made changes to the way serve-expired is now handled. By default, the serve-expired-ttl is now 86400 seconds (rather than 0 - ie infinite), and...
  13. Gary_Dexter

    Unbound low cache hit rate

    Unbound made changes to the way serve-expired is now handled. By default, the serve-expired-ttl is now 86400 seconds (rather than 0 - ie infinite), and serve-expired-client-timeout is now 1800ms (Time in milliseconds before replying to the client with expired data. This essentially enables the...
  14. Gary_Dexter

    Unbound low cache hit rate

    What version of Unbound is installed?
  15. Gary_Dexter

    Unbound Harden Unbound

    Where is this documented please ? I have both enabled and have no issue with returning DNSSEC lookups
Back
Top