Onionr/static-data/default-plugins/tor/torfilepaths.py
2022-05-30 19:52:03 -05:00

5 lines
195 B
Python

from utils.identifyhome import identify_home
control_socket = f'{identify_home()}/torcontrol.sock'
tor_data_dir = f'{identify_home()}/tordata'
peer_database_file = f'{identify_home()}/tor-peers'