Crates.io | router-hello |
lib.rs | router-hello |
version | 0.2.1 |
source | src |
created_at | 2023-11-09 09:57:04.424926 |
updated_at | 2023-11-09 11:24:02.134588 |
description | Tiny HTTP server which displays a router's information |
homepage | https://github.com/metastable-void/rv128 |
repository | https://github.com/metastable-void/rv128 |
max_upload_size | |
id | 1029979 |
size | 71,195 |
cargo install router-hello
sudo `which router-hello` install
sudo systemctl status router-hello
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.
Apache-2.0 or MPL-2.0.