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

51 Commits

Author SHA1 Message Date
lucenera
f39cbaa192
Eliminate what's superfluous
1) I have deleted the "mkdir -p /etc/dnscrypt-server/keys" section in Installation: in fact with "-v /etc/dnscrypt-server/keys:/opt/encrypted-dns/etc/keys" the directory is automatically created on the host.
2) I have eliminated the options -"-ulimit nofile=90000:90000" and "--net=host" from the docker run command in Installation, because the first one was used in old versions of Docker, because they did not tolerate the limit of the number of files open simultaneously, managed by the kernel , in the standard Ubuntu session settings (and others); the second (--net=host) actually exposes the entire host stack to the container and this does not speed up, but exposes to risk and cancels the much more useful option -p 443:443/udp -p 443:443/tcp (see https://docs.docker.com/network/host/).
3) I have deleted in Installation the explanation regarding the "--net=host" option as explained in point 2.
4) In Installation, I have eliminated the section of the "docker start command dnscrypt-server", because, when the container with docker run is deployed, it is also started.
2020-03-28 00:01:57 +01:00
Frank Denis
4a81823fbc png->svg 2019-12-16 17:59:12 +01:00
Frank Denis
53ec5cdd78 Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker 2019-12-16 12:27:32 +01:00
Frank Denis
b38c2500b9 Add Gitter chat badge 2019-12-16 12:27:16 +01:00
mibere
04c8c1c5ce Update README.md
enhancements chapter 'Updating the container'
2019-12-13 16:08:50 +01:00
Frank Denis
28164a3dfd Documentation: add quotes around IP addresses
This is not necessary for IPv4 addresses, but it is for IPv6
addresses (to prevent shell expansion).
2019-12-09 13:23:45 +01:00
Frank Denis
366c656fe0 Update doc 2019-11-24 18:58:09 +01:00
Frank Denis
a649ce6701 Typo 2019-11-24 15:40:43 +01:00
Frank Denis
93d0ffe461 Explain how to delete everything 2019-11-10 19:02:52 +01:00
Frank Denis
b92bfe4a5c Support multiple IPs and ports, including IPv6 addresses
Fixes #74
2019-11-05 15:13:16 +01:00
Frank Denis
30f768a233 Fix link 2019-10-29 13:50:03 +01:00
Frank Denis
c464e45bd4 Try fixing a few things for Kubernetes 2019-10-29 13:39:46 +01:00
Frank Denis
a2188aa1f2 Change /myconfig for consistency 2019-10-26 20:38:09 +02: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
498fdb782d Add support for Anonymized DNS 2019-10-14 12:50:49 +02:00
Frank Denis
f0ccbe88c4 Lint 2019-10-09 18:40:57 +02:00
Frank Denis
b415bace8f Doc 2019-10-09 18:17:10 +02:00
Frank Denis
d67beadea5 Wrong URL 2019-10-09 18:11:51 +02:00
Frank Denis
a8a5314088 Update 2019-10-09 18:07:46 +02:00
Frank Denis
febb808fd8 Merge remote-tracking branch 'org/master'
* org/master:
  [Docs] Add Table of Contents in README.md
2019-10-01 17:24:10 +02:00
Peter Dave Hello
16204a081a [Docs] Add Table of Contents in README.md 2019-09-27 00:05:40 +08:00
Frank Denis
a3efabd367 Preliminary code to move to the new server 2019-09-22 15:38:22 +02:00
Frank Denis
0b937eb036 Add Travis Badge and fix dnscrypt website URL 2019-05-05 09:07:56 +02:00
Frank Denis
52b9c75a29 We don't use LibreSSL any more 2019-03-12 15:07:42 +01:00
Frank Denis
5663e8db59 LibreSSL is the one from Alpine now 2018-02-21 16:02:23 +01:00
Frank Denis
21d34a6a71 Add guides 2018-02-01 23:13:36 +01:00
Frank Denis
9007a9aeb0 Rename to dnscrypt-server because Docker Hub is b0rked 2018-01-26 16:49:50 +01:00
Frank Denis
7a6cde0c60 Align 2018-01-22 20:25:29 +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
9b12975070 No more dnscrypt-proxy here 2018-01-22 15:53:47 +01:00
Josh Ellithorpe
89d69ab219
Add UDP support to Kubernetes configs 2017-07-16 15:38:39 -07:00
Josh Ellithorpe
ce1985fe2b
Added Kubernetes configurations for GCE 2017-07-16 02:29:46 -07:00
Frank Denis
12f89368cf Namecoin... probably not 2017-02-22 11:27:47 +01:00
Jacob Henner
65921682ba
Fixed docker container naming inconsistency in README 2016-10-02 11:09:12 -04:00
Matthew Sojourner Newton
fb203db38c Added /opt/unbound/etc/unbound/zones directory and a section in the README discussing how to customize Unbound 2016-08-24 15:42:13 -07:00
Frank Denis
84b589bc24 qname minimisation 2015-12-11 10:30:32 +01:00
Matthew Vance
a016d6a784 Removed metrics from coming up next 2015-12-08 21:27:00 -06:00
Frank Denis
f5a5d83f52 Nits 2015-09-04 16:53:42 +02:00
Frank Denis
f292b9ff14 Recommend --net=host 2015-08-29 00:17:30 +02:00
Frank Denis
92853a74ad Add logo 2015-08-08 18:18:12 +02:00
Frank Denis
e71cd2b9c3 s/certificate/certificates/ 2015-07-27 22:54:26 +02:00
Frank Denis
b9d1573d6f The image is now on the Docker hub 2015-07-12 17:54:03 +02:00
Frank Denis
ccf1511ee5 Regular 2015-07-06 01:57:42 +02:00
Frank Denis
8eb6982971 Increase the grace period 2015-07-06 01:56:35 +02:00
Frank Denis
06e71118b8 One line is enough 2015-07-06 01:51:16 +02:00
Frank Denis
a872ae3d53 Coming up next 2015-07-06 01:49:37 +02:00
Frank Denis
e66895a61d Coming up next 2015-07-06 01:47:58 +02:00
Frank Denis
590a3a0c1d Typo 2015-07-06 01:41:01 +02:00