1
0
Fork 0
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:
sb745 2025-03-05 02:28:01 +02:00
parent ee73a6df45
commit 73b68c607e
Signed by: sb745
GPG key ID: 1C93C11AC862817B

View file

@ -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'