46d60f0f78c96139f224772f2ff0b3eca941a24a
howto/vyos.md
... | ... | @@ -65,7 +65,7 @@ _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 | +````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```` |
|
69 | 69 | |
70 | 70 | 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 | 71 |