Commit Graph

57 Commits (master)

Author SHA1 Message Date
Peter Dave Hello 6fc0a5b15f
Improve README.md code block syntax highlighting (#111) 2 years ago
Josh Ellithorpe 3dffc2f654
Fix incorrect port in README for Docker Compose (#107) 3 years ago
Josh Ellithorpe 3b03824ddb
Updated Kubernetes configurations and added docker-compose support (#106) 3 years ago
Frank Denis facb03f1db Move Gitter chat badge to the left 4 years ago
Frank Denis 849b2695f1 Goodbye Travis, we'll use GitHub Actions instead 4 years ago
Frank Denis 6d067448b3 travis-ci.org -> .com 4 years ago
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.
4 years ago
Frank Denis 4a81823fbc png->svg 4 years ago
Frank Denis 53ec5cdd78 Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker 4 years ago
Frank Denis b38c2500b9 Add Gitter chat badge 4 years ago
mibere 04c8c1c5ce Update README.md
enhancements chapter 'Updating the container'
4 years ago
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).
4 years ago
Frank Denis 366c656fe0 Update doc 5 years ago
Frank Denis a649ce6701 Typo 5 years ago
Frank Denis 93d0ffe461 Explain how to delete everything 5 years ago
Frank Denis b92bfe4a5c Support multiple IPs and ports, including IPv6 addresses
Fixes #74
5 years ago
Frank Denis 30f768a233 Fix link 5 years ago
Frank Denis c464e45bd4 Try fixing a few things for Kubernetes 5 years ago
Frank Denis a2188aa1f2 Change /myconfig for consistency 5 years ago
Frank Denis cf3af8b9c4 More complete instructions
That make me realize that all we really need is an interactive installation
and update script.
5 years ago
Frank Denis b091ce75da Update and add support for Prometheus metrics 5 years ago
Frank Denis 498fdb782d Add support for Anonymized DNS 5 years ago
Frank Denis f0ccbe88c4 Lint 5 years ago
Frank Denis b415bace8f Doc 5 years ago
Frank Denis d67beadea5 Wrong URL 5 years ago
Frank Denis a8a5314088 Update 5 years ago
Frank Denis febb808fd8 Merge remote-tracking branch 'org/master'
* org/master:
  [Docs] Add Table of Contents in README.md
5 years ago
Peter Dave Hello 16204a081a [Docs] Add Table of Contents in README.md 5 years ago
Frank Denis a3efabd367 Preliminary code to move to the new server 5 years ago
Frank Denis 0b937eb036 Add Travis Badge and fix dnscrypt website URL 5 years ago
Frank Denis 52b9c75a29 We don't use LibreSSL any more 5 years ago
Frank Denis 5663e8db59 LibreSSL is the one from Alpine now 6 years ago
Frank Denis 21d34a6a71 Add guides 6 years ago
Frank Denis 9007a9aeb0 Rename to dnscrypt-server because Docker Hub is b0rked 6 years ago
Frank Denis 7a6cde0c60 Align 6 years ago
Frank Denis 67899860c9 Unbreak things 6 years ago
Frank Denis d5d527ca1c Require the external IP address 6 years ago
Frank Denis 9b12975070 No more dnscrypt-proxy here 6 years ago
Josh Ellithorpe 89d69ab219
Add UDP support to Kubernetes configs 7 years ago
Josh Ellithorpe ce1985fe2b
Added Kubernetes configurations for GCE 7 years ago
Frank Denis 12f89368cf Namecoin... probably not 7 years ago
Jacob Henner 65921682ba
Fixed docker container naming inconsistency in README 8 years ago
Matthew Sojourner Newton fb203db38c Added /opt/unbound/etc/unbound/zones directory and a section in the README discussing how to customize Unbound 8 years ago
Frank Denis 84b589bc24 qname minimisation 9 years ago
Matthew Vance a016d6a784 Removed metrics from coming up next 9 years ago
Frank Denis f5a5d83f52 Nits 9 years ago
Frank Denis f292b9ff14 Recommend --net=host 9 years ago
Frank Denis 92853a74ad Add logo 9 years ago
Frank Denis e71cd2b9c3 s/certificate/certificates/ 9 years ago
Frank Denis b9d1573d6f The image is now on the Docker hub 9 years ago