router-hello

Crates.iorouter-hello
lib.rsrouter-hello
version0.2.1
sourcesrc
created_at2023-11-09 09:57:04.424926
updated_at2023-11-09 11:24:02.134588
descriptionTiny HTTP server which displays a router's information
homepagehttps://github.com/metastable-void/rv128
repositoryhttps://github.com/metastable-void/rv128
max_upload_size
id1029979
size71,195
Yuka MORI (metastable-void)

documentation

README

router-hello

cargo install router-hello
sudo `which router-hello` install
sudo systemctl status router-hello

Configuration

Configuration file is at /etc/default/router-hello by default.

By default the http server listens on all interfaces on port 80 ([::]:80).

Example:

LISTEN_ADDR=[::]:80
AS_NAME=MENHERA
ASN=AS63806
ROUTER_DOMAIN=nc.menhera.org
ROUTER_ID=rt131
ADDRESS_V4=43.228.174.131
ADDRESS_V6=2001:df3:14c0:1131::1

Edit this env file as needed.

License

Apache-2.0 or MPL-2.0.

Commit count: 7

cargo fmt