Skip to content

Commit

Permalink
🐎 Build with TCP fast open
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Apr 4, 2020
1 parent 632c9ba commit 16bf587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ RUN build_deps="curl gcc libc-dev libevent-dev libexpat1-dev make" && \
--with-username=_unbound \
--with-ssl=/opt/openssl \
--with-libevent \
--enable-tfo-server \
--enable-tfo-client \
--enable-event-api && \
make install && \
mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf.example && \
Expand All @@ -85,7 +87,7 @@ LABEL maintainer="Matthew Vance"

ENV name=unbound \
unbound_version=1.10.0 \
version=1.4
version=1.5

ENV summary="${name} is a validating, recursive, and caching DNS resolver." \
description="${name} is a validating, recursive, and caching DNS resolver."
Expand Down

0 comments on commit 16bf587

Please sign in to comment.