bootstrap blocks now inserted and detected
This commit is contained in:
parent
3212768dc7
commit
ae2d792471
7 changed files with 13 additions and 13 deletions
|
@ -22,6 +22,6 @@ class ConnectionServer:
|
|||
# Connect to the Tor process for Onionr
|
||||
controller.authenticate(core_inst.config.get('tor.controlpassword'))
|
||||
# Create the v3 onion service
|
||||
response = controller.create_ephemeral_hidden_service({80: service_port}, await_publication = True, key_type='ED25519-V3')
|
||||
response = controller.create_ephemeral_hidden_service({80: service_port}, await_publication = True, key_type='NEW')
|
||||
logger.info('hosting on ' + response.service_id)
|
||||
http_server.serve_forever()
|
Loading…
Add table
Add a link
Reference in a new issue