mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add public peers registry to not abuse third party yggdrasil nodes by traffic usage
This commit is contained in:
parent
041bddffa1
commit
4c041ffb03
4 changed files with 49 additions and 4 deletions
|
|
@ -193,6 +193,7 @@ try
|
|||
],
|
||||
'trackers' => (object) json_decode(file_get_contents(__DIR__ . '/../../config/trackers.json')),
|
||||
'nodes' => (object) json_decode(file_get_contents(__DIR__ . '/../../config/nodes.json')),
|
||||
'peers' => (object) json_decode(file_get_contents(__DIR__ . '/../../config/peers.json')),
|
||||
];
|
||||
|
||||
/// Dump feed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue