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:
parent
708c5397ff
commit
bc213554f0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user