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

3 lines
114 B
Python
Raw Normal View History

from utils.identifyhome import identify_home
SERVER_SOCKET = identify_home() + "torgossip.sock"
GOSSIP_PORT = 2020