No description
Find a file
2026-03-14 14:55:20 -04:00
src Accepts input, proper request, and response 2026-03-14 14:55:20 -04:00
.gitignore Initial commit 2026-03-12 00:35:24 -04:00
Cargo.lock Accepts input, proper request, and response 2026-03-14 14:55:20 -04:00
Cargo.toml Accepts input, proper request, and response 2026-03-14 14:55:20 -04:00
LICENSE.txt Accepts input, proper request, and response 2026-03-14 14:55:20 -04:00
README.md Accepts input, proper request, and response 2026-03-14 14:55:20 -04:00

axl

axl (pronounced "axel") is a dead simple WHOIS lookup tool for the .ax TLD licensed under the ECL. It is a single file that has no external dependencies and uses only Rust standard libraries.

Usage

Build

Clone this git repo (or really just main.rs) and then run cargo build --release and move the executable into your path.

Running

Call the executable with axl <domain>. The only valid argument is the first .ax domain you pass it, everything after that is ignored. Since this is an .ax lookup (what axl stands for) if you lookup a domain other than .ax, you'll get an invalid domain response from whois.ax.

Contributing

If you read this on the source (git.isaac.run) you'll need to request an account (email webmaster@isaac.run) and then you can make pull requests, forks, etc. If you see this somewhere else like GitHub, you can either email me (below) or request an account on git.isaac.run.

Contact

If you have questions or comments that, email me at git@xtzws.com.