1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Add Routinator vrpProvider config

This commit is contained in:
Alex Band
2021-03-18 21:56:55 +01:00
committed by GitHub
parent f02c85de08
commit de6c3bdee6

View File

@@ -101,6 +101,18 @@ You can use any of the RPKI validator that support JSON as output format to gene
preCacheROAs: true
```
#### Routinator
* Download Routinator [here](https://github.com/NLnetLabs/routinator)
> Please, help with other examples
* Run the Routinator [daemon](https://rpki.readthedocs.io/en/latest/routinator/daemon.html) with the HTTP service
* `routinator server --http 127.0.0.1:8323`
* Set the `vrpProvider` parameter in `config.yml`
```yaml
vrpProvider: api
url: http://127.0.0.1:8323/json
preCacheROAs: true
```
> Please, help with other examples