Skip to content

cloudflare/isbgpsafeyet.com

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Feb 14, 2025
Apr 14, 2020
May 5, 2020
Feb 14, 2025
Apr 13, 2023
Jul 6, 2023
Apr 4, 2020
Feb 14, 2025
Jul 2, 2020
Apr 10, 2023
Apr 24, 2020
Apr 13, 2023
Feb 14, 2025
Feb 14, 2025
Apr 13, 2023
May 19, 2023

Repository files navigation

isbgpsafeyet.com

Is BGP safe yet? is an initiative by Cloudflare to make BGP more secure by deploying RPKI.

A list of major operators tracks the status of their RPKI deployments into three categories: safe, partially safe and unsafe. Contributions are welcome.

Contribute to the list →

The website also provides a simple test to determine if your operator is filtering RPKI invalid prefixes.

Visit isbgpsafeyet.com →

Running

IsBGPSafeYet is built with Webpack and deployed with Workers Sites.

To run locally:

  • npm install
  • npm run start

If you have never used Wrangler before you will need to Configure Wrangler.

If you have a zone on Cloudflare to test with, you will also have to update the wrangler.toml file:

  • Update the account_id, zone_id, and route values

To produce a build and deploy:

  • npm run build
  • npm run deploy-worker