Skip to content
Snippets Groups Projects
Unverified Commit a7fac8b6 authored by Patrick Oberdorf's avatar Patrick Oberdorf
Browse files

release 1.6.4

parent d56c1950
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:trusty
MAINTAINER patrick@oberdorf.net
ENV VERSION 1.6.3
ENV VERSION 1.6.4
WORKDIR /usr/local/src/
ADD assets/sha256checksum sha256checksum
......
......@@ -6,12 +6,12 @@ Unbound (with DNSSEC validation)
Just use this command to start the container. Unbound will listen on port 53/udp.
```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.6.3```
```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.6.4```
(optional)
If you want to override the nameserver in the unbound container, you can use:
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.6.3```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.6.4```
# Configuration
These options can be set via the environment variable -e flag:
......
4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f unbound-1.6.3.tar.gz
df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed unbound-1.6.4.tar.gz
unbound:
image: secns/unbound:1.6.1
image: secns/unbound:1.6.4
ports:
- "53:53/udp"
- "53:53"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment