An echoip and dns explorer service written with axum in rust. https://echoip.slatecave.net
Go to file
2023-02-24 20:17:25 +01:00
src Made dns more useful 2023-02-24 20:17:25 +01:00
templates Made dns more useful 2023-02-24 20:17:25 +01:00
.gitignore Write some major geolocation shuffling around code 2023-02-17 18:45:37 +01:00
Cargo.lock Added support for CNAME, NS and SOA records 2023-02-24 11:43:29 +01:00
Cargo.toml Added support for CNAME, NS and SOA records 2023-02-24 11:43:29 +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.