rovcheck

Crates.iorovcheck
lib.rsrovcheck
version0.1.0
created_at2025-03-24 22:28:29.44448+00
updated_at2025-03-24 22:28:29.44448+00
descriptionCheck if ISP/AS is doing RPKI Origin Validation
homepagehttps://nxthdr.dev
repositoryhttps://github.com/nxthdr/risotto
max_upload_size
id1604494
size57,490
Matthieu Gouel (matthieugouel)

documentation

README

ROV check CLI

Simple tool to check if your AS (ISP, own AS, etc.) is correctly implementing RPKI ROV. Basically isbgpsafeyet but as a CLI tool.

Usage: rovcheck [OPTIONS]

Options:
      --valid-url <VALID_URL>      The URL to use for valid requests [default: https://valid.rpki.isbgpsafeyet.com]
      --invalid-url <INVALID_URL>  The URL to use for invalid requests [default: https://invalid.rpki.isbgpsafeyet.com]
      --alphabet <ALPHABET>        Alphabet to use for generating the ID [default: 1234567890abcdef]
  -t, --timeout <TIMEOUT>          Requests timeout [default: 3]
  -v, --verbose...                 Increase logging verbosity
  -q, --quiet...                   Decrease logging verbosity
  -h, --help                       Print help
  -V, --version                    Print version

Acknowledgements

This tool is by default relying on Cloudflare's isbgpsafeyet infrastructure to work. Thanks to Cloudflare for providing this service.

Commit count: 287

cargo fmt