From 151dd7095b4fa4b895e02f6cd79e96dab79851ad Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 31 Aug 2023 20:06:52 +0300 Subject: [PATCH] add tracker rules section --- src/config/app.php.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/app.php.example b/src/config/app.php.example index 25ce928..451aca6 100644 --- a/src/config/app.php.example +++ b/src/config/app.php.example @@ -119,12 +119,14 @@ define('TRACKER_LINKS', (object) 'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce', 'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats', 'scrape' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/scrape', + 'rules' => 'yggdrasil only', ], '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', 'scrape' => 'http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/scrape', + 'rules' => 'yggdrasil only', ], // ... ]