howto/vyos.md
... ...
@@ -64,10 +64,10 @@ _Your peers ASN_
64 64
##RPKI/ROA Checking
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
-
68
-````
67
+
68
+```
69 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
-````
70
+``
71 71
72 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.
73 73