4a2fc6d41a79779dd337a90bb17a3b94a1e63f10
howto/ROA-slash-RPKI.md
... | ... | @@ -1,4 +1,3 @@ |
1 | - |
|
2 | 1 | ## What is ROA? |
3 | 2 | |
4 | 3 | A Route Origination Authorization details which AS is authorised to advertise which originating IP prefixes. A ROA may also include prefix length information. |
... | ... | @@ -51,6 +50,10 @@ You can use these to simply run gortr via docker: |
51 | 50 | |
52 | 51 | docker run -ti -p 8082:8082 cloudflare/gortr -cache https://dn42.burble.com/roa/dn42_roa_46.json -verify=false -checktime=false -bind :8082 |
53 | 52 | |
53 | +### Other tools / generators |
|
54 | +- bauen1's dn42-roagen: https://gitlab.com/bauen1/dn42-roagen |
|
55 | +- Kioubit's registry wizard: https://git.dn42.dev/Kioubit/RegistryWizard |
|
56 | + |
|
54 | 57 | ### This is all to complicated, is there an easy all-in-one package for RTR? |
55 | 58 | |
56 | 59 | TODO: Publish docker-compose-yml to git for gortr+dn42regsrv |