#router #tiny #display #information #interface #address

app router-hello

Tiny HTTP server which displays a router's information

2 releases

0.2.1 Nov 9, 2023
0.2.0 Nov 9, 2023

#633 in HTTP server

23 downloads per month

Apache-2.0 OR MPL-2.0

23KB
241 lines

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.

Dependencies

~9–18MB
~217K SLoC