Compare commits

...

3 commits

Author SHA1 Message Date
Chirstophe Mehay
1dbcebdee3 Update tor to 0.4.7.12 2023-01-08 21:34:14 +01:00
Chirstophe Mehay
4b38fef7a3 Update tor to 0.4.7.11 2022-11-14 22:14:26 +01:00
Chirstophe Mehay
57f8867341 Update readme 2022-07-26 23:38:03 +02:00
5 changed files with 339 additions and 304 deletions

View file

@ -2,3 +2,5 @@ keys/
*.egg-info
.tox/
__cache__
__pycache__
*/__pycache__

View file

@ -4,6 +4,13 @@
## Changelog
* 26 jul 2022
* Update `onions` tool to v0.7.1:
* Fix an issue when restarting a container with control port enabled
* Updated to python 3.10
* Fix a typo in `docker-compose.vanguards-network.yml`, it works now
* Update `tor` to `0.4.7.8`
* 23 dec 2021
* Update `onions` tool to v0.7.0:
* Drop support of onion v2 adresses as tor network does not accept them anymore

View file

@ -1 +1 @@
0.4.7.8
0.4.7.12

630
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "docker-tor-hidden-service"
version = "0.7.0"
version = "0.7.1"
description = "Display onion sites hosted"
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
license = "WTFPL"