work on sites api for finding user sites

This commit is contained in:
Kevin Froman 2019-09-28 00:37:24 -05:00
parent 60f0ef0fef
commit 4df69b7842
4 changed files with 32 additions and 1 deletions

View file

@ -19,6 +19,8 @@ upload_list = home + 'upload-list.json'
config_file = home + 'config.json'
daemon_mark_file = app_root + '/daemon-true.txt'
site_cache = home + 'onionr-sites.txt'
tor_hs_address_file = home + 'hs/hostname'
run_check_file = home + '.runcheck'