019f37dc4d
* Remove eddie4.nl tracker It resolves to the same IP address as leechers-paradise which we already have. * Remove database usage from cookie auth * Hide "Remember Me" as it doesn't work yet
14 lignes
441 o
Go
14 lignes
441 o
Go
package config
|
|
|
|
// TODO: Update FAQ template to use this variable
|
|
|
|
var Trackers = []string{
|
|
"udp://tracker.doko.moe:6969",
|
|
"udp://tracker.coppersurfer.tk:6969",
|
|
"udp://zer0day.to:1337/announce",
|
|
"udp://tracker.leechers-paradise.org:6969",
|
|
"udp://explodie.org:6969",
|
|
"udp://tracker.opentrackr.org:1337",
|
|
"udp://tracker.internetwarriors.net:1337/announce",
|
|
"http://mgtracker.org:6969/announce",
|
|
"http://tracker.baka-sub.cf/announce"}
|