e0f7b8e286df52096337a3fd9d27f53a869e3843
howto/vyos.md
| ... | ... | @@ -117,7 +117,7 @@ _Your peers ASN_ |
| 117 | 117 | |
| 118 | 118 | ##RPKI/ROA Checking |
| 119 | 119 | ###Setup RPKI Caching Server |
| 120 | -Burble has made this super easy. More info can be found [here](https://wiki.dn42/ROA-slash-RPKI) on this wiki. Get started by running the below command on a Linux server with Docker installed. |
|
| 120 | +Burble has made this super easy. More info can be found [here](https://wiki.dn42/howto/ROA-slash-RPKI) on this wiki. Get started by running the below command on a Linux server with Docker installed. |
|
| 121 | 121 | |
| 122 | 122 | ``` |
| 123 | 123 | sudo docker run -ti -p 8082:8082 cloudflare/gortr -cache https://dn42.burble.com/roa/dn42_roa_46.json -verify=false -checktime=false -bind :8082 |