Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudflare/isbgpsafeyet.com
Is BGP safe yet?
https://github.com/cloudflare/isbgpsafeyet.com
bgp cloudflare hacktoberfest rpki wrangler
Last synced: about 1 month ago
JSON representation
Is BGP safe yet?
- Host: GitHub
- URL: https://github.com/cloudflare/isbgpsafeyet.com
- Owner: cloudflare
- License: mit
- Created: 2020-04-04T17:58:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T21:46:53.000Z (about 1 month ago)
- Last Synced: 2024-10-03T21:41:17.652Z (about 1 month ago)
- Topics: bgp, cloudflare, hacktoberfest, rpki, wrangler
- Language: HTML
- Homepage: https://isbgpsafeyet.com
- Size: 3.57 MB
- Stars: 281
- Watchers: 20
- Forks: 315
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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.[Contribute to the list →](https://github.com/cloudflare/isbgpsafeyet.com/tree/master/data)
The website also provides a simple test to determine if your operator is filtering RPKI invalid prefixes.
[Visit isbgpsafeyet.com →](https://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](https://developers.cloudflare.com/workers/quickstart#configure).
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`