remove tracker web-path as uri segment reserved for pk and may be not supported by some client software

This commit is contained in:
ghost 2023-08-27 23:39:46 +03:00
parent 9232a4bf74
commit 7b1fdc9018
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ YGGtracker uses [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) I
#### Trackers
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/announce` [stats](http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/stats)
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce` [stats](http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats)
* `http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce` [stats](http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats)
#### Requirements

Binary file not shown.

View File

@ -86,8 +86,8 @@ define('TRACKER_LINKS', (object)
[
'Tracker 1' => (object)
[
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/announce',
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/stats',
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce',
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats',
],
'Tracker 2' => (object)
[