https://github.com/nlnetlabs/rtrtr
An RPKI Data Proxy
https://github.com/nlnetlabs/rtrtr
rpki rtr rust
Last synced: 3 days ago
JSON representation
An RPKI Data Proxy
- Host: GitHub
- URL: https://github.com/nlnetlabs/rtrtr
- Owner: NLnetLabs
- License: bsd-3-clause
- Created: 2019-06-21T09:23:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T13:07:58.000Z (5 months ago)
- Last Synced: 2025-09-08T08:40:24.332Z (about 1 month ago)
- Topics: rpki, rtr, rust
- Language: Rust
- Homepage: https://nlnetlabs.nl/projects/routing/rtrtr/
- Size: 781 KB
- Stars: 35
- Watchers: 11
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RTRTR – An RPKI data proxy

[](https://rtrtr.docs.nlnetlabs.nl/en/stable/?badge=stable)
[](https://crates.io/crates/rtrtr)
[](https://discord.gg/8dvKB5Ykhy)RTRTR is an RPKI data proxy, designed to collect Validated ROA Payloads
from one or more sources in multiple formats and dispatch it onwards. It
provides the means to implement multiple distribution architectures for
RPKI such as centralised RPKI validators that dispatch data to local caching
RTR servers.RTRTR can read RPKI data from multiple RPKI Relying Party packages via RTR
and JSON and, in turn, provide an RTR service for routers to connect to.
The HTTP server provides the validated data set in JSON format, as well as
a monitoring endpoint in plain text and Prometheus format.If you have feedback, we would love to hear from you. Don’t hesitate to [create
an issue on Github](https://github.com/NLnetLabs/rtrtr/issues/new) or post
a message on our [RPKI mailing
list](https://lists.nlnetlabs.nl/mailman/listinfo/rpki) or [Discord
server](https://discord.gg/8dvKB5Ykhy).## Getting Started
Getting started with RTRTR is really easy by installing a binary package
for either Debian and Ubuntu or for Red Hat Enterprise Linux (RHEL) and
compatible systems such as Rocky Linux. Alternatively, you can run with
Docker or build from the source code using Cargo, Rust’s build system and
package manager.Please refer to the comprehensive
[documentation](https://rtrtr.docs.nlnetlabs.nl/) to learn what works
best for you.