Onionr/static-data/default-plugins/torgossip/constants.py

4 lines
169 B
Python
Raw Normal View History

from utils.identifyhome import identify_home
SERVER_SOCKET = identify_home() + "torgossip.sock"
2021-02-08 01:52:12 +00:00
HOSTNAME_FILE = identify_home() + "torgossip-hostname"
GOSSIP_PORT = 2020