add public peers registry to not abuse third party yggdrasil nodes by traffic usage

This commit is contained in:
ghost 2023-09-19 21:43:53 +03:00
parent 041bddffa1
commit 4c041ffb03
4 changed files with 49 additions and 4 deletions

View file

@ -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