mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-06-08 23:57:44 +00:00
Drop support for onion addresses v2
* Update `onions` tool to v0.7.0 * Update `tor` to `0.4.6.9`
This commit is contained in:
parent
d0dd28733d
commit
2fc3b6eb84
16 changed files with 568 additions and 831 deletions
|
@ -427,7 +427,7 @@ class Onions(Setup):
|
|||
|
||||
def setup_services():
|
||||
for name, setup in self.torrc_dict.items():
|
||||
version = setup.get('version', 2)
|
||||
version = setup.get('version', 3)
|
||||
group = (self.find_group_by_name(name)
|
||||
or self.add_empty_group(name, version=version))
|
||||
for service_dict in setup.get('services', []):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue