1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-19 04:07:25 +01:00

Fix stayrtr command line

The `stayrtr` tool currently fails to start and returns the error message: `flag provided but not defined: -verify`.
This issue occurs because the `-verify` flag has been removed as per the discussion in [bgp/stayrtr#2](https://github.com/bgp/stayrtr/issues/2)
This commit is contained in:
ix64 2024-08-10 13:39:40 +00:00
parent 708c5397ff
commit bc213554f0

View File

@ -364,7 +364,7 @@ fi
* Run stayrtr.
```sh
./stayrtr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
./stayrtr -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
```
@ -375,7 +375,7 @@ docker pull rpki/stayrtr
```
```sh
docker run --name dn42rpki -p 8282:8282 --restart=always -d rpki/stayrtr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
docker run --name dn42rpki -p 8282:8282 --restart=always -d rpki/stayrtr -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
```
* Add this to your bird configure file,other ROA protocol must removed.