cloudflare/isbgpsafeyet.com
HTML
Captured source
source ↗cloudflare/isbgpsafeyet.com
Description: Is BGP safe yet?
Language: HTML
License: MIT
Stars: 324
Forks: 345
Open issues: 60
Created: 2020-04-04T17:58:58Z
Pushed: 2026-06-09T17:40:00Z
Default branch: master
Fork: no
Archived: no
README:
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.
The website also provides a simple test to determine if your operator is filtering RPKI invalid prefixes.
Running
IsBGPSafeYet is built with Webpack and deployed with Workers Sites.
To run locally:
npm installnpm 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, androutevalues
To produce a build and deploy:
npm run buildnpm run deploy-worker