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] Update base to Alpine 3.10 to use Unbound 1.9 [Unbound] Set unwanted-reply-threshold: 10000

568e1664
andryyy <[email protected]> 7 years ago
data/Dockerfiles/unbound/Dockerfile | 2 +-
 data/conf/unbound/unbound.conf      | 1 +
 docker-compose.yml                  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Diff

diff --git a/data/Dockerfiles/unbound/Dockerfile b/data/Dockerfiles/unbound/Dockerfile
index 7658a8f8..35c6fc0d 100644
--- a/data/Dockerfiles/unbound/Dockerfile
+++ b/data/Dockerfiles/unbound/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.9
+FROM alpine:3.10
 
 LABEL maintainer "Andre Peters <[email protected]>"
 
diff --git a/data/conf/unbound/unbound.conf b/data/conf/unbound/unbound.conf
index e2e3e9eb..f67729b3 100644
--- a/data/conf/unbound/unbound.conf
+++ b/data/conf/unbound/unbound.conf
@@ -32,6 +32,7 @@ server:
   hide-version: yes
   max-udp-size: 4096
   msg-buffer-size: 65552
+  unwanted-reply-threshold: 10000
 
 remote-control:
     control-enable: yes
diff --git a/docker-compose.yml b/docker-compose.yml
index c402011c..1e10b69f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: '2.1'
 services:
 
     unbound-mailcow:
-      image: mailcow/unbound:1.7
+      image: mailcow/unbound:1.8
       build: ./data/Dockerfiles/unbound
       command: /usr/sbin/unbound
       environment: