mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 14:36:03 -05:00
Change the settings to default to bundled connection type instead of automatic
This commit is contained in:
parent
1fa88c3d07
commit
87e969fc4a
@ -35,7 +35,7 @@ class Settings(object):
|
||||
# These are the default settings. They will get overwritten when loading from disk
|
||||
self.default_settings = {
|
||||
'version': helpers.get_version(),
|
||||
'connection_type': 'automatic',
|
||||
'connection_type': 'bundled',
|
||||
'control_port_address': '127.0.0.1',
|
||||
'control_port_port': 9051,
|
||||
'socket_file_path': '/var/run/tor/control',
|
||||
|
Loading…
x
Reference in New Issue
Block a user