• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docker/H09-Nov-2021-13290

docs/H09-Nov-2021-3,3102,452

examples/H03-May-2022-209196

man/H09-Nov-2021-1,4951,407

src/H03-May-2022-60,52343,100

test/H09-Nov-2021-3,7142,848

.gitignoreH A D09-Nov-20211.1 KiB11396

LICENSEH A D09-Nov-20211 KiB2217

Makefile.amH A D09-Nov-2021894 2511

NOTICEH A D09-Nov-2021619 1611

README.mdH A D09-Nov-2021916 2112

autogen.shH A D09-Nov-2021147 81

configure.acH A D09-Nov-20211.7 KiB5041

deconf.shH A D09-Nov-2021129 98

fort_setup.shH A D09-Nov-20215.6 KiB169110

README.md

1# FORT Validator
2
3An RPKI Validator and RTR Server, part of the [FORT project](https://www.fortproject.net).
4
5## Documentation
6
7FORT Validator's documentation (installation, usage, etc.) can be found at [https://nicmx.github.io/FORT-validator/](https://nicmx.github.io/FORT-validator/).
8
9If you wish to generate the docs by yourself, visit the [docs directory](docs/).
10
11## Docker image
12
13A Dockerfile to build the image is located at the [docker directory](docker/).
14
15## Quick start
16
17TL;DR all the docs, probably you just want to read:
18- How to install? Visit [Compilation and Installation](https://nicmx.github.io/FORT-validator/installation.html).
19- How to execute? Visit [Basic Usage](https://nicmx.github.io/FORT-validator/run.html) and [Program Arguments](https://nicmx.github.io/FORT-validator/usage.html).
20- How to configure the router(s)? Visit [Routers](https://nicmx.github.io/FORT-validator/routers.html).
21