b8c3322c03cb976897a841ede1566162700714ed
howto/vyos.md
| ... | ... | @@ -65,7 +65,9 @@ _Your peers ASN_ |
| 65 | 65 | ###Setup RPKI Caching Server |
| 66 | 66 | 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. |
| 67 | 67 | |
| 68 | -````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```` |
|
| 68 | +```` |
|
| 69 | +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 |
|
| 70 | +```` |
|
| 69 | 71 | |
| 70 | 72 | This will start a docker container that listens on the host server's IP at port 8082. This setup is using Cloudflare's GoRTR and automatically reaching out and downloading a custom JSON file generated by Burble just for the DN42 network. |
| 71 | 73 |