diff --git a/README.md b/README.md index 3c74078..b15d674 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/database/yggtracker.mwb b/database/yggtracker.mwb index 35df347..effaf82 100644 Binary files a/database/yggtracker.mwb and b/database/yggtracker.mwb differ diff --git a/src/config/app.php.example b/src/config/app.php.example index 0f5e562..2239bd5 100644 --- a/src/config/app.php.example +++ b/src/config/app.php.example @@ -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) [