- Rust 100%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.txt | ||
| README.md | ||
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.