The Wayback Machine - https://web.archive.org/web/20201002105746/https://github.com/cloudflare/isbgpsafeyet.com
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You will also have to update the wrangler.toml file.

If you have a zone on Cloudflare to test with:

  • Update the account_id, zone_id, and route values

If you do not have a zone on Cloudflare to test with:

  • Update the account_id, remove the zone_id and route fields, and add workers_dev = true

To produce a build:

  • npm run build
You can’t perform that action at this time.