An echoip and dns explorer service written with axum in rust. https://echoip.slatecave.net
Go to file
2023-02-18 22:16:09 +01:00
src Working settings file! (partially) 2023-02-18 22:16:09 +01:00
templates Working settings file! (partially) 2023-02-18 22:16:09 +01:00
.gitignore Write some major geolocation shuffling around code 2023-02-17 18:45:37 +01:00
Cargo.lock Working settings file! (partially) 2023-02-18 22:16:09 +01:00
Cargo.toml Working settings file! (partially) 2023-02-18 22:16:09 +01:00
echoip_config.toml Working settings file! (partially) 2023-02-18 22:16:09 +01:00
README.md Working settings file! (partially) 2023-02-18 22:16:09 +01:00

echoip-slatecave

Building

Simply run cargo build after cloning.

NOTE: As of 2023-02-18 You need at least version 1.65 of the rust compiler. Consider using rustup.