Commit graph

12 commits

Author SHA1 Message Date
Chirstophe Mehay
f801929085 Update tor version to 0.4.6.10 2022-03-26 14:10:51 +01:00
Chirstophe Mehay
2fc3b6eb84 Drop support for onion addresses v2
* Update `onions` tool to v0.7.0
 * Update `tor` to `0.4.6.9`
2021-12-24 00:27:34 +01:00
Andreas Schildbach
3434863f10 Fix typo: rename current_torsock_version to current_torsocks_version. 2021-02-20 13:06:52 +01:00
Chirstophe Mehay
7ab49bfde4 Add tor and torsock version in plain files
Now:
 - `make build` will build the container with tor version set in `current_tor_version` and `current_torsock_version`
 - `make update_tor_version` will update theses files
2021-02-13 21:08:46 +01:00
Andreas Schildbach
83d59f7ff0 Dockerfile: Add torsocks binary.
This has two purposes:
1) The 'torify' wrapper is already included, and it needs torsocks.
2) Use torsocks for health checking your onion service like this:

healthcheck:
  test: ["CMD-SHELL", "torsocks nc -z <onion address> <port> || exit 1"]
  interval: 2m
2020-12-06 01:09:47 +01:00
Christophe Mehay
0334d7eb6b WIP: Adding vanguard... 2020-06-15 00:02:38 +02:00
Christophe Mehay
dacda29137 Do not exit if matched environment variable cannot be parsed 2020-05-09 18:17:15 +02:00
Christophe Mehay
5ae69fe761 Fix typo, add test for v2 secret key in env, fix docker build scripts 2019-08-03 16:33:21 +02:00
Christophe Mehay
caea3c0188 Update documentation for sockets 2019-05-12 14:43:33 +02:00
Christophe Mehay
29eb1ce01e Add docker build hook 2019-04-29 23:24:25 +02:00
Christophe Mehay
d3252e276e Add tor v3 addresses support 2019-04-29 22:37:22 +02:00
Christophe Mehay
3ee624d910 Add Makefile and docker-compose v3 2017-08-21 09:38:58 +02:00