NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Unbound] Reduce negative max ttl to 60s and min-ttl for all other keys to 5

51dd88ab
AndrĂ© <[email protected]> 8 years ago
data/conf/unbound/unbound.conf | 3 +++
 1 file changed, 3 insertions(+)

Diff

diff --git a/data/conf/unbound/unbound.conf b/data/conf/unbound/unbound.conf
index af725f0f..e2e3e9eb 100644
--- a/data/conf/unbound/unbound.conf
+++ b/data/conf/unbound/unbound.conf
@@ -24,6 +24,9 @@ server:
   #private-address: 169.254.0.0/16
   #private-address: fc00::/7
   #private-address: fe80::/10
+  # cache-min-ttl needs to be less or equal to cache-max-negative-ttl
+  cache-min-ttl: 5
+  cache-max-negative-ttl: 60
   root-hints: "/etc/unbound/root.hints"
   hide-identity: yes
   hide-version: yes