Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 459 Bytes

ipreporter

Simple web server in Rust which will return the callers IP address and runs on port 80.

Configuration

If desired the server can be started with HTTPS.

Set the environment variables CERT_PATH and KEY_PATH that point to the correct files necessary to set up TLS.

Logging

pretty_env_logger is being used. Check out the docs on how to enable logging here.