Commit Graph

3 Commits (master)

Author SHA1 Message Date
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
4 years ago
Christophe Mehay 5ae69fe761 Fix typo, add test for v2 secret key in env, fix docker build scripts 5 years ago
Christophe Mehay d3252e276e Add tor v3 addresses support 5 years ago