Starting server and forwarding it to onion works
This commit is contained in:
4
dragonion_server/utils/core/const.py
Normal file
4
dragonion_server/utils/core/const.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
|
||||
portable = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
|
||||
Reference in New Issue
Block a user