The TOR control protocol allows for multiple ClientAuthV3 arguments with the ADD_ONION command (link to specification).
This pull request updates the create_ephemeral_hidden_service() function to enable this functionality.
I tested this with TOR version 0.4.7.10 (git-f732a91a73be3ca6).
The TOR control protocol allows for multiple
ClientAuthV3
arguments with theADD_ONION
command (link to specification). This pull request updates thecreate_ephemeral_hidden_service()
function to enable this functionality.I tested this with TOR version
0.4.7.10 (git-f732a91a73be3ca6)
.