Add private BitTorrent tracker for Jirorian-whitelisted users
Pure Python HTTP tracker with NIP-98 passkey retrieval, HMAC passkeys, and info_hash validation against NIP-35 kind:2003 relay events. Relay allowlist extended with kinds 5, 2003, 2004. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c71f02a7c7
commit
e094720c68
4 changed files with 343 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ let
|
|||
port = 8880
|
||||
|
||||
[limits]
|
||||
event_kind_allowlist = [0, 3, 37515, 37518]
|
||||
event_kind_allowlist = [0, 3, 5, 2003, 2004, 37515, 37518]
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue