(object) [ '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) [ 'announce' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce', 'stats' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats', ], // ... ] ); // Yggdrasil define('YGGDRASIL_URL_REGEX', '/^0{0,1}[2-3][a-f0-9]{0,2}:/'); // thanks to @ygguser (https://github.com/YGGverse/YGGo/issues/1#issuecomment-1498182228 ) // Crawler define('CRAWLER_SCRAPE_QUEUE_LIMIT', 1); define('CRAWLER_SCRAPE_TIME_OFFLINE_TIMEOUT', 60*60*24);