stayrtr
RPKI-To-Router implementation in Go
WWW CVSWeb GITHub-
Package versionstayrtr-0.5.1v0
-
MaintainerThe OpenBSD ports mailing-list
StayRTR is a versatile RPKI-To-Router implementation in Go.
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
To use your own local RPKI cache, first enable rpki-client with JSON
output in the root user's crontab:
# crontab -l | grep rpki-client
~ * * * * -ns rpki-client -j
Then point ${PKGSTEM} to your local cache:
# rcctl enable stayrtr
# rcctl set stayrtr flags -cache /var/db/rpki-client/json
# rcctl start stayrtr
- lang/go
- archivers/unzip