986e6e806f398654f3216f6fc8850993beb4d1ba
howto/Bird.md
| ... | ... | @@ -288,7 +288,7 @@ then create the directory to make sure curls can save the files: |
| 288 | 288 | mkdir -p /var/lib/bird/ |
| 289 | 289 | ``` |
| 290 | 290 | |
| 291 | -### Use RPKI ROA for bird2 |
|
| 291 | +# Use RPKI ROA for bird2 |
|
| 292 | 292 | * Download gortr |
| 293 | 293 | |
| 294 | 294 | `https://github.com/cloudflare/gortr/releases` |
| ... | ... | @@ -308,7 +308,7 @@ mkdir -p /var/lib/bird/ |
| 308 | 308 | 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 |
| 309 | 309 | ``` |
| 310 | 310 | |
| 311 | -* Add this your bird configure file,other ROA protocol must removed. |
|
| 311 | +* Add this to your bird configure file,other ROA protocol must removed. |
|
| 312 | 312 | |
| 313 | 313 | ``` |
| 314 | 314 | protocol rpki rpki_dn42{ |