Onionr/static-data/default-plugins/tor/torfilepaths.py

5 lines
195 B
Python
Raw Normal View History

from utils.identifyhome import identify_home
control_socket = f'{identify_home()}/torcontrol.sock'
2022-05-31 00:52:03 +00:00
tor_data_dir = f'{identify_home()}/tordata'
peer_database_file = f'{identify_home()}/tor-peers'