1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Update README.md

This commit is contained in:
lspgn
2019-04-11 13:57:30 -07:00
committed by GitHub
parent 79769fbf63
commit 384b634b81

View File

@ -5,7 +5,7 @@ GoRTR is an open-source implementation of RPKI to Router protocol (RFC 6810) usi
* `/lib` contains a library to create your own server and client.
* `/prefixfile` contains the structure of a JSON export file and signing capabilities.
* `/cmd/gortr/gortr.go` is a simple implementation that fetches a list and offers it to a router.
* `/cmd/rtrdump/rtrdump.go` allows.
* `/cmd/rtrdump/rtrdump.go` allows copying the PDUs sent by a RTR server as a JSON file.
## Disclaimer