mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-11 15:06:55 +02:00
Changed HTTPS to UDP
This commit is contained in:
parent
ee73a6df45
commit
73b68c607e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ MAX_FILES_VIEW = 1000
|
|||
|
||||
# Verify uploaded torrents have the given tracker in them?
|
||||
ENFORCE_MAIN_ANNOUNCE_URL = True
|
||||
MAIN_ANNOUNCE_URL = 'https://tracker.synthoria.moe:6969/announce'
|
||||
MAIN_ANNOUNCE_URL = 'udp://tracker.synthoria.moe:6969/announce'
|
||||
|
||||
# Tracker API integration - don't mind this
|
||||
# TRACKER_API_URL = 'http://127.0.0.1:6881/api'
|
||||
|
|
Loading…
Add table
Reference in a new issue