1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Update documentation and Changelog.

This commit is contained in:
Martin Hoffmann
2019-02-15 17:15:14 +01:00
parent 94b68e12cb
commit 1d738e4734
2 changed files with 15 additions and 3 deletions

View File

@ -7,12 +7,18 @@ Breaking Changes
New
* TAL files will only be written once when Routinator starts. This
improves robustness at the cost of having to restart Routinator when the
TALs change. [(#74)]
Bug Fixes
Dependencies
[(#74)]: https://github.com/NLnetLabs/routinator/pull/74
## 0.3.0 Its More Fun at the Zoo

View File

@ -300,13 +300,16 @@ The repository will not be updated before producing the list.
.SS rtrd
This command causes Routinator to act as a server for the RPKI-to-Router
protocol (RTR). After a quick sanity check, it will detach from the
terminal unless the
protocol (RTR). In this mode, Routinator will read all the TALs (See
.B TRUST ANCHOR LOCATORS
below) and will then detach from the terminal unless the
.B -a
option is given.
.PP
The server will periodically update the local repository, hourly by default,
notify any clients of changes, and let them fetch validated data.
notify any clients of changes, and let them fetch validated data. It will not,
however, reread the trust anchor locators. Thus, if you update them, you will
have to restart Routinator.
.PP
Routinator supports both protocol version 0 defined in RFC 6810 and version
1 defined in RFC 8210. However, it does not support router keys introduced
@ -324,6 +327,9 @@ Note how this is a localhost address for security reasons. We also don't
use the standard RTR port 323 as this is a privileged port that would
require Routinator to be run as root or otherwise receive permission which
otherwise isn't necessary at all.
.IP
Routinator will only start listening on these ports after an intitial
validation run has finished.
.TP
.BI \-\-listen\-http= addr:port
Specifies the address and port to listen on for incoming HTTP connections.