diff --git a/net/stayrtr/Makefile b/net/stayrtr/Makefile index 72763a356ce..edddbaf2a82 100644 --- a/net/stayrtr/Makefile +++ b/net/stayrtr/Makefile @@ -3,6 +3,7 @@ COMMENT= RPKI-To-Router implementation in Go MODGO_MODNAME= github.com/bgp/stayrtr MODGO_VERSION= v0.4.0 EPOCH= 0 +REVISION= 1 DISTNAME= stayrtr-${MODGO_VERSION} diff --git a/net/stayrtr/pkg/README b/net/stayrtr/pkg/README index a7a78f0617c..5e77382f42c 100644 --- a/net/stayrtr/pkg/README +++ b/net/stayrtr/pkg/README @@ -2,10 +2,14 @@ | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- -To use your local RPKI cache, add to the root's crontab: +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 -And run: +Then point ${PKGSTEM} to your local cache: + # rcctl enable stayrtr # rcctl set stayrtr flags -cache /var/db/rpki-client/json + # rcctl start stayrtr