An echoip and dns explorer service written with axum in rust. https://echoip.slatecave.net
Go to file
2023-02-22 23:07:43 +01:00
src implemented text query logic 2023-02-22 23:07:43 +01:00
templates Added echoing of user agents 2023-02-21 10:51:28 +01:00
.gitignore Write some major geolocation shuffling around code 2023-02-17 18:45:37 +01:00
Cargo.lock implemented text query logic 2023-02-22 23:07:43 +01:00
Cargo.toml implemented text query logic 2023-02-22 23:07:43 +01:00
echoip_config.toml Added configurable user agents that get served the text version by default 2023-02-21 10:00:10 +01:00
echoip_test.toml Added configurable user agents that get served the text version by default 2023-02-21 10:00:10 +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.