mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-06-30 04:39:54 +00:00
Compare commits
3 commits
v0.4.7.8-7
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
1dbcebdee3 | ||
|
4b38fef7a3 | ||
|
57f8867341 |
5 changed files with 339 additions and 304 deletions
|
@ -2,3 +2,5 @@ keys/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
.tox/
|
.tox/
|
||||||
__cache__
|
__cache__
|
||||||
|
__pycache__
|
||||||
|
*/__pycache__
|
|
@ -4,6 +4,13 @@
|
||||||
|
|
||||||
## Changelog
|
## 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
|
* 23 dec 2021
|
||||||
* Update `onions` tool to v0.7.0:
|
* Update `onions` tool to v0.7.0:
|
||||||
* Drop support of onion v2 adresses as tor network does not accept them anymore
|
* Drop support of onion v2 adresses as tor network does not accept them anymore
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.4.7.8
|
0.4.7.12
|
||||||
|
|
630
poetry.lock
generated
630
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "docker-tor-hidden-service"
|
name = "docker-tor-hidden-service"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
description = "Display onion sites hosted"
|
description = "Display onion sites hosted"
|
||||||
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
|
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
|
||||||
license = "WTFPL"
|
license = "WTFPL"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue