pkarr-relay

Crates.iopkarr-relay
lib.rspkarr-relay
version0.11.0
created_at2025-02-11 08:25:33.647383+00
updated_at2025-07-25 15:06:52.626863+00
descriptionPkarr relay (https://github.com/pubky/pkarr/blob/main/design/relays.md)
homepagehttps://pkdns.net
repositoryhttps://github.com/pubky/pkarr
max_upload_size
id1551135
size98,523
Severin Alexander Bühler (SeverinAlexB)

documentation

README

Pkarr Relay

A server that functions as a pkarr relay.

Installation & Usage

Installation

cargo install pkarr-relay

Running the Relay

With Custom Configuration

pkarr-relay --config=./config.toml

You can find an example configuration file here.

With Custom Logging

pkarr-relay  -t=pkarr=debug,tower_http=debug

Once running, the Pkarr relay will be accessible at http://localhost:6881 (unless the config file specifies another port number).

Commit count: 0

cargo fmt