For some reason, the suffix /announce is stripped from the tracker url when uploading a torrent.
My workflow is the following:
- create a torrent with the
/announce suffix
- upload the torrent to torrust-index
- the created torrent has an auth key as expected
- the tracker url in the torrent has no
/announce suffix
- any client cannot connect to the tracker
- if manually adding the
/announce suffix the client can contact the tracker....
Here below is my config.toml:
[website]
name = "Torrust"
[metadata]
app = "torrust-index"
purpose = "configuration"
schema_version = "2.0.0"
[logging]
#threshold = "off"
#threshold = "error"
#threshold = "warn"
threshold = "info"
#threshold = "debug"
#threshold = "trace"
[tracker]
token = "redacted"
listed = false
private = true
api_url = "example.com:1212"
url = "example.com:7070"
[auth]
user_claim_token_pepper = "redacted"
[database]
connect_url = "sqlite:///var/lib/torrust/index/database/sqlite3.db?mode=rwc"
[mail.smtp]
port = 1025
server = "mailcatcher"
[registration]
[registration.email]
[tracker_statistics_importer]
torrent_info_update_interval = 3600
port = 3002
Thanks for the help
For some reason, the suffix
/announceis stripped from the tracker url when uploading a torrent.My workflow is the following:
/announcesuffix/announcesuffix/announcesuffix the client can contact the tracker....Here below is my
config.toml:Thanks for the help