mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
add tracker rules section
This commit is contained in:
parent
20aa49d380
commit
151dd7095b
1 changed files with 2 additions and 0 deletions
|
|
@ -119,12 +119,14 @@ define('TRACKER_LINKS', (object)
|
||||||
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce',
|
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce',
|
||||||
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats',
|
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats',
|
||||||
'scrape' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/scrape',
|
'scrape' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/scrape',
|
||||||
|
'rules' => 'yggdrasil only',
|
||||||
],
|
],
|
||||||
'Tracker 2' => (object)
|
'Tracker 2' => (object)
|
||||||
[
|
[
|
||||||
'announce' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce',
|
'announce' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce',
|
||||||
'stats' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats',
|
'stats' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats',
|
||||||
'scrape' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/scrape',
|
'scrape' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/scrape',
|
||||||
|
'rules' => 'yggdrasil only',
|
||||||
],
|
],
|
||||||
// ...
|
// ...
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue