[Unbound] Update base to Alpine 3.10 to use Unbound 1.9

[Unbound] Set unwanted-reply-threshold: 10000
master
andryyy 2019-07-13 09:22:03 +02:00
parent 2898aa6918
commit 568e166478
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.9 FROM alpine:3.10
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -32,6 +32,7 @@ server:
hide-version: yes hide-version: yes
max-udp-size: 4096 max-udp-size: 4096
msg-buffer-size: 65552 msg-buffer-size: 65552
unwanted-reply-threshold: 10000
remote-control: remote-control:
control-enable: yes control-enable: yes

View File

@ -2,7 +2,7 @@ version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
image: mailcow/unbound:1.7 image: mailcow/unbound:1.8
build: ./data/Dockerfiles/unbound build: ./data/Dockerfiles/unbound
command: /usr/sbin/unbound command: /usr/sbin/unbound
environment: environment: