An echoip and dns explorer service written with axum in rust. https://echoip.slatecave.net
Go to file
2023-02-24 00:01:51 +01:00
src Template improments, links, breadcrumbs for domain lookups 2023-02-24 00:01:51 +01:00
templates Template improments, links, breadcrumbs for domain lookups 2023-02-24 00:01:51 +01:00
.gitignore Write some major geolocation shuffling around code 2023-02-17 18:45:37 +01:00
Cargo.lock Added IDN support 2023-02-23 00:58:38 +01:00
Cargo.toml Added IDN support 2023-02-23 00:58:38 +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 Template improments, links, breadcrumbs for domain lookups 2023-02-24 00:01:51 +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.