mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 22:16:41 +00:00
Refactored option 4 + added conf.py + added some TODO comments for review
This commit is contained in:
parent
4b33e51d11
commit
b07ac08547
6 changed files with 429 additions and 281 deletions
22
scripts/conf.py
Normal file
22
scripts/conf.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
ROOT_PATH = '/srv/darknet-lantern/'
|
||||
STATIC_PATH = ROOT_PATH + 'www/'
|
||||
TEMPLATE_PATH = ROOT_PATH + 'templates/'
|
||||
|
||||
PARTICIPANT_DIR = STATIC_PATH + 'participants/'
|
||||
OFFICIAL_PARTICIPANTS_FILE = STATIC_PATH + '.official_participants'
|
||||
WEBRING_CSV_FILE = 'webring-participants.csv'
|
||||
|
||||
LOCAL_DIR = '' # Assign on script startup
|
||||
|
||||
PROXIES = {
|
||||
'http': 'socks5h://127.0.0.1:9050',
|
||||
'https': 'socks5h://127.0.0.1:9050'
|
||||
}
|
||||
|
||||
CSV_FILES = [
|
||||
'verified.csv',
|
||||
'unverified.csv',
|
||||
'blacklist.csv',
|
||||
'sensitive.csv',
|
||||
'webring-participants.csv'
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue