9ac4f8141915d10e8c832e814d8ada2c5249d852
howto/Bird.md
| ... | ... | @@ -253,12 +253,7 @@ Route Origin Authorizations should be used in BIRD to authenticate prefix announ |
| 253 | 253 | |
| 254 | 254 | The ROA table can be generated from the registry directly or you can use the following pre-built ROA tables for BIRD (generated every 30 mins from the registry): |
| 255 | 255 | |
| 256 | -https://dn42.tech9.io/roa/bird_roa_dn42.conf |
|
| 257 | -https://dn42.tech9.io/roa/bird6_roa_dn42.conf |
|
| 258 | - |
|
| 259 | -The files above are maintained by **chrismoos**, contact him on IRC if there are any issues. |
|
| 260 | - |
|
| 261 | -Alternate ROA files generated by [dn42regsrv](https://git.dn42.us/burble/dn42regsrv) are also available from burble.dn42: |
|
| 256 | +ROA files generated by [dn42regsrv](https://git.dn42.us/burble/dn42regsrv) are available from burble.dn42: |
|
| 262 | 257 | |
| 263 | 258 | |URL| IPv4/IPv6 |Description| |
| 264 | 259 | |---|---|---| |
| ... | ... | @@ -275,15 +270,15 @@ Alternate ROA files generated by [dn42regsrv](https://git.dn42.us/burble/dn42reg |
| 275 | 270 | You can add cron entries to periodically update the tables: |
| 276 | 271 | |
| 277 | 272 | ``` |
| 278 | -*/15 * * * * curl -sfSLR {-o,-z}/var/lib/bird/bird6_roa_dn42.conf https://dn42.tech9.io/roa/bird6_roa_dn42.conf && chronic birdc6 configure |
|
| 279 | -*/15 * * * * curl -sfSLR {-o,-z}/var/lib/bird/bird_roa_dn42.conf https://dn42.tech9.io/roa/bird_roa_dn42.conf && chronic birdc configure |
|
| 273 | +*/15 * * * * curl -sfSLR {-o,-z}/var/lib/bird/bird6_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_6.conf && chronic birdc6 configure |
|
| 274 | +*/15 * * * * curl -sfSLR {-o,-z}/var/lib/bird/bird_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_4.conf && chronic birdc configure |
|
| 280 | 275 | ``` |
| 281 | 276 | |
| 282 | 277 | Debian version: |
| 283 | 278 | |
| 284 | 279 | ``` |
| 285 | -*/15 * * * * curl -sfSLR -o/var/lib/bird/bird6_roa_dn42.conf -z/var/lib/bird/bird6_roa_dn42.conf https://dn42.tech9.io/roa/bird6_roa_dn42.conf && birdc6 configure |
|
| 286 | -*/15 * * * * curl -sfSLR -o/var/lib/bird/bird_roa_dn42.conf -z/var/lib/bird/bird_roa_dn42.conf https://dn42.tech9.io/roa/bird_roa_dn42.conf && birdc configure |
|
| 280 | +*/15 * * * * curl -sfSLR -o/var/lib/bird/bird6_roa_dn42.conf -z/var/lib/bird/bird6_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_6.conf && birdc6 configure |
|
| 281 | +*/15 * * * * curl -sfSLR -o/var/lib/bird/bird_roa_dn42.conf -z/var/lib/bird/bird_roa_dn42.conf https://dn42.burble.com/roa/n42_roa_bird1_4.conf && birdc configure |
|
| 287 | 282 | ``` |
| 288 | 283 | |
| 289 | 284 | then create the directory to make sure curls can save the files: |