1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00
Commit Graph

212 Commits

Author SHA1 Message Date
Frank Denis
db51ca4f0e Bump versions 2020-03-20 15:10:03 +01:00
Frank Denis
4929d02f15 Update Unbound 2020-03-09 23:28:01 +01:00
Frank Denis
65f78b41d7 Enable server-expired in Unbound 2020-01-27 16:45:41 +01:00
Frank Denis
70d8e28a56 Remove --enable-event-api in Unbound compilation
Spotted by @mibere
2019-12-26 20:20:41 +01:00
Frank Denis
5b725a769c Update Unbound, add some undelegated zones 2019-12-24 10:59:31 +01:00
Frank Denis
a246506150 Copy and use undelegated.txt 2019-12-11 16:20:55 +01:00
Frank Denis
03d780097a Sync encrypted-dns.toml.in and bump EDS version 2019-12-11 15:17:48 +01:00
Frank Denis
7c0677c8d2 Update unbound to 1.9.6rc1 2019-12-09 12:15:02 +01:00
Frank Denis
a3786b89ef More issues found in Unbound; bump again 2019-11-24 14:26:16 +01:00
Frank Denis
fa8889dc82 Update server just so that it can be compiled with rust-stable 2019-11-20 03:25:23 +01:00
Frank Denis
1955ebe6fd Use rust-beta, since nightly can be broken 2019-11-20 03:03:39 +01:00
Frank Denis
77d5a48b04 Update Unbound 2019-11-20 02:46:57 +01:00
Frank Denis
31eb8b19b1 Upgrade to eoan 2019-11-05 20:43:00 +01:00
Frank Denis
dce63445e2 Bump 2019-11-05 15:16:29 +01:00
Frank Denis
0b9d1e77ef Switch back to the official Unbound tree 2019-10-29 13:56:01 +01:00
Frank Denis
cf3af8b9c4 More complete instructions
That make me realize that all we really need is an interactive installation
and update script.
2019-10-26 20:34:54 +02:00
Frank Denis
b091ce75da Update and add support for Prometheus metrics 2019-10-20 00:08:09 +02:00
Frank Denis
9f00e11477 Update to encrypted-dns 0.3.3 2019-10-18 15:42:49 +02:00
Frank Denis
54fdcffe6a Bump 2019-10-15 02:11:44 +02:00
Frank Denis
498fdb782d Add support for Anonymized DNS 2019-10-14 12:50:49 +02:00
Frank Denis
b5909c1630 Update unbound and encrypted-dns 2019-10-07 15:55:38 +02:00
Frank Denis
428223ac97 Bump 2019-10-01 19:47:10 +02:00
Frank Denis
61b34cd62f Internal bump 2019-10-01 17:21:36 +02:00
Frank Denis
7ece61f762 If a secret.key file is present, import it even in start() 2019-09-26 23:50:16 +02:00
Frank Denis
b8b7e34f10 Create the lists directory too 2019-09-26 20:57:57 +02:00
Frank Denis
056941f508 Create the legacy /opt/dnscrypt-wrapper/etc/{keys,lists} directory 2019-09-26 20:56:44 +02:00
Frank Denis
3aa5a33f3f Compatibility layer is back 2019-09-26 10:47:55 +02:00
Frank Denis
8963720394 Bump 2019-09-26 02:04:33 +02:00
Frank Denis
14b1b43345 Give up with migrations 2019-09-25 22:50:53 +02:00
Frank Denis
e970987013 Prepare for filtering 2019-09-25 15:57:54 +02:00
Frank Denis
090abe5b79 apt -> apt-get 2019-09-25 11:29:02 +02:00
Frank Denis
53176408fa Remove /var/log/apt/* everywhere 2019-09-25 11:16:12 +02:00
Frank Denis
8f9b664386 Remove /var/lib/apt/lists/* after installation 2019-09-25 11:12:20 +02:00
Frank Denis
cd8f720cf6 Re-drop privileges 2019-09-24 22:59:40 +02:00
Frank Denis
44c42a989b Don't privdrop for now 2019-09-24 20:57:55 +02:00
Frank Denis
7afe4ec9c0 Install runit-helper instead of runit-systemd 2019-09-23 20:10:47 +02:00
Frank Denis
96dfc096ae Ubuntu package names make no sense 2019-09-23 20:08:06 +02:00
Frank Denis
1514977482 We need libevent-2.1 as a runtime dependency 2019-09-23 20:06:51 +02:00
Frank Denis
573a94ab34 Nits 2019-09-23 19:40:44 +02:00
Frank Denis
744ecefe9a Runit for Ubuntu 2019-09-22 17:46:46 +02:00
Frank Denis
cbf9f7c4cc Switch to Ubuntu - Rust doesn't work well with musl-libc 2019-09-22 17:16:03 +02:00
Frank Denis
a3efabd367 Preliminary code to move to the new server 2019-09-22 15:38:22 +02:00
Peter Dave Hello
fee7c88a04 Separate update-ca-certificates in Dockerfile
Combine it with apk operation, will cause missing error issues due to
the following `|| true`, we should prevent that and let apk fail when
it's needed.
2019-08-06 00:31:01 +08:00
Peter Dave Hello
11e4f8620f Separate CFLAGS=-Ofast to ENV in Dockerfile 2019-08-06 00:00:22 +08:00
Peter Dave Hello
f658223f00 Remove dead code in Dockerfile 2019-08-05 23:56:53 +08:00
Peter Dave Hello
bc3b60aef9 Simplify Dockerfile with WORKDIR /tmp 2019-08-05 23:56:18 +08:00
Peter Dave Hello
f2ffba78a3 Set -x option in SHELL command in Dockerfile
Intead of running `set -x` in the RUN commands
2019-08-05 23:52:13 +08:00
Peter Dave Hello
d761f63ca6 Quote var & function output shell scripts in Dockerfile 2019-08-05 23:50:38 +08:00
Frank Denis
37bacef22c Unbound 1.9.2 final 2019-06-29 17:40:05 +02:00
Frank Denis
09e3c177bb Update unbound 2019-06-15 14:17:06 +02:00
Frank Denis
dbe8dfacc6 Unbound 1.9.2-rc1 2019-06-10 12:26:26 +02:00
Peter Dave Hello
651e843bda Properly cleanup apk build dependency in Dockerfile 2019-05-03 23:43:10 +08:00
Peter Dave Hello
baf65123c2 Use multi-thread to "make" in Dockerfile to speedup build 2019-05-03 23:24:58 +08:00
Peter Dave Hello
1fec4f1690 Specify git clone depth in Dockerfile to speed up git cloning 2019-05-03 23:17:11 +08:00
Peter Dave Hello
234619c299 Clone libsodium with specify single branch in Dockerfile 2019-05-03 23:12:06 +08:00
Peter Dave Hello
1a86b71a87 Replace apk parameter --update with --no-cache to reduce size 2019-05-03 22:44:03 +08:00
kowalcj0
cd23ead815 install linux-headers to fix missing linux/types.h during build 2019-03-23 16:21:41 +00:00
Frank Denis
1e3bcb7f8e Bump for the lowered log level for short packets in dnscrypt-wrapper 2019-03-16 22:43:50 +01:00
Frank Denis
e29cf6d90e Add byacc to the dependencies 2019-03-11 18:54:41 +01:00
Frank Denis
298a49cd7d Switch to OpenSSL, Unbound 1.9.1b1 and libsodium-stable 2019-03-10 18:41:18 +01:00
Frank Denis
3f824e1e6c cd before checkout 2019-02-05 18:50:10 +01:00
Frank Denis
146224fff3 Update unbound 2019-02-05 18:12:37 +01:00
Frank Denis
5191336444 libsodium 1.0.17 2019-01-07 12:42:27 +01:00
Frank Denis
9f6c725728 Revert "libsodium 1.0.17"
This reverts commit 2e6389c14bbcdfed25c4ca8d3bb556f4261a55f3.
2019-01-06 20:36:16 +01:00
Frank Denis
013a63dced Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker
* 'master' of github.com:jedisct1/dnscrypt-server-docker:
  Bump serial after dnscrypt-wrapper update
2019-01-06 19:16:06 +01:00
Frank Denis
2e6389c14b libsodium 1.0.17 2019-01-06 19:15:54 +01:00
Frank Denis
0072a19667 Bump serial after dnscrypt-wrapper update 2019-01-04 22:56:23 +01:00
Frank Denis
8b70e9f968 Unbound 1.8.2 2018-12-04 13:26:55 +01:00
Frank Denis
744c5671bd Unbound 1.0.8 2018-09-10 15:36:27 +02:00
Frank Denis
5cb3872057 Unbound 1.7.2 2018-06-14 19:48:36 +02:00
Frank Denis
77a3f33a97 Bump 2018-06-06 18:21:14 +02:00
Frank Denis
b8a45aa01a Bump 2018-05-03 23:25:57 +02:00
Frank Denis
8ea03bfec2 Unbound 1.7.1 2018-05-03 11:58:42 +02:00
Frank Denis
6f69701da2 Unbound 1.7.0 2018-03-15 07:15:10 -07:00
Frank Denis
e38a480de2 Bump 2018-02-16 09:46:34 +01:00
Frank Denis
a776eda9b8 bump 2018-02-16 02:26:09 +01:00
Frank Denis
135ffee1c8 bump 2018-02-15 23:29:43 +01:00
Frank Denis
8bed3736b9 Bump 2018-02-15 23:05:58 +01:00
Frank Denis
ee95156237 Bump revision number 2018-01-31 18:28:41 +01:00
Frank Denis
b933fcbcac Bump 2018-01-26 16:03:04 +01:00
Frank Denis
67899860c9 Unbreak things 2018-01-22 20:23:54 +01:00
Frank Denis
d5d527ca1c Require the external IP address 2018-01-22 18:21:50 +01:00
Frank Denis
c6a49bd4df Remove useless dependencies 2018-01-22 15:57:50 +01:00
Frank Denis
2a681841ff Update unbound; remove dnscrypt-proxy 2018-01-22 15:52:52 +01:00
Frank Denis
f329df77fe Update libsodium 2017-12-13 15:50:01 +01:00
Frank Denis
039bf4f893 Unobund 1.6.7 2017-10-10 22:12:42 +02:00
Frank Denis
9c6c9d0209 libsodium 1.0.15 2017-10-01 17:32:40 +02:00
Frank Denis
67fcdb4679 libsodium 1.0.14 2017-09-22 10:44:59 +02:00
Frank Denis
35b3a76ab3 Unbound 1.6.6 2017-09-18 14:51:34 +02:00
Frank Denis
477dd9517c Unbound 1.6.4 2017-06-27 19:00:29 +02:00
Frank Denis
cd5a425cb0 dnscrypt-wrapper doesn't seem to be paying attention to CPPFLAGS 2017-06-20 19:56:15 +02:00
Frank Denis
ac92748106 Define HAVE_CRYPTO_BOX_CURVE25519XCHACHA20POLY1305_OPEN_EASY 2017-06-20 17:33:19 +02:00
Frank Denis
5af7544607 Use my xchacha20 branch of dnscrypt-wrappers until the uptream master branch is fixed 2017-06-20 17:19:45 +02:00
Frank Denis
7213ce7dd7 Unbound 1.6.3 2017-06-13 19:21:49 +02:00
Frank Denis
9788393df7 dnscrypt-wrapper 0.3 2017-06-09 13:58:53 +02:00
Frank Denis
31632df191 dnscrypt-proxy 1.9.5 2017-05-06 21:15:17 +02:00
Frank Denis
04d5590a4e Add a few essential packages 2017-04-27 09:10:45 +02:00
Frank Denis
af926483a1 Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker
* 'master' of github.com:jedisct1/dnscrypt-server-docker:
  Unbound 1.6.2
  Import queue.h
2017-04-27 09:04:19 +02:00
Frank Denis
6661b87530 Add bash and find from findutils in order to avoid surprises from busybox 2017-04-27 09:03:55 +02:00
Frank Denis
8c36836d93 Unbound 1.6.2 2017-04-24 17:01:19 +02:00