2021-02-07 07:25:39 +00:00
|
|
|
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"
|
2021-02-07 07:25:39 +00:00
|
|
|
GOSSIP_PORT = 2020
|