mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
Fix OnionShare flags
This commit is contained in:
@@ -348,8 +348,7 @@ def serve(config_path: str):
|
||||
cmd = [
|
||||
'onionshare-cli', '--website', '--public',
|
||||
'--persistent', str(dir_path / '.onionshare-session'),
|
||||
'--external-tor-socks-port', socks,
|
||||
'--external-tor-control-port', ctl,
|
||||
'--use-running-tor',
|
||||
str(dir_path)
|
||||
]
|
||||
proc = subprocess.Popen(cmd,
|
||||
|
Reference in New Issue
Block a user