mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-02-16 05:14:27 +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:
parent
708c5397ff
commit
bc213554f0
@ -364,7 +364,7 @@ fi
|
|||||||
* Run stayrtr.
|
* Run stayrtr.
|
||||||
|
|
||||||
```sh
|
```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
|
```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.
|
* Add this to your bird configure file,other ROA protocol must removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user