41d9f7a05c11d92d039c421adbb021f8d3a7a9f2
howto/Bird2.md
... | ... | @@ -350,25 +350,25 @@ fi |
350 | 350 | |
351 | 351 | ### Use RPKI ROA in bird2 |
352 | 352 | |
353 | -* Download gortr |
|
353 | +* Download stayrtr |
|
354 | 354 | |
355 | -<https://github.com/cloudflare/gortr/releases> |
|
355 | +<https://github.com/bgp/stayrtr> |
|
356 | 356 | |
357 | -* Run gortr. |
|
357 | +* Run stayrtr. |
|
358 | 358 | |
359 | 359 | ```sh |
360 | -./gortr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json |
|
360 | +./stayrtr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json |
|
361 | 361 | ``` |
362 | 362 | |
363 | 363 | |
364 | 364 | * Run with docker |
365 | 365 | |
366 | 366 | ```sh |
367 | -docker pull cloudflare/gortr |
|
367 | +docker pull rpki/stayrtr |
|
368 | 368 | ``` |
369 | 369 | |
370 | 370 | ```sh |
371 | -docker run --name dn42rpki -p 8282:8282 --restart=always -d cloudflare/gortr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json |
|
371 | +docker run --name dn42rpki -p 8282:8282 --restart=always -d rpki/stayrtr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json |
|
372 | 372 | ``` |
373 | 373 | |
374 | 374 | * Add this to your bird configure file,other ROA protocol must removed. |