diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 23:40:23 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 23:40:23 +0100 |
| commit | fbcf54be51e8c4179f71c36033bc3cae87fe58b8 (patch) | |
| tree | 60d7dc5a91f22e9d6d152485f2ba99d0e22883a1 | |
| parent | 7c504a89738a7b4d4a5e396ca0816e1847c4f4e7 (diff) | |
v2 first release candidate :Dv2.0.0
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,6 @@ [package] name = "hoardom" -version = "1.2.0" +version = "v2.0.0" edition = "2021" description = "Domain hoarding made less painful" default-run = "hoardom" @@ -4,15 +4,13 @@ Allows you to HOARd DOMains but with alot less pain associated with it. > "How to get my IP unbanned by Whois servers" <br> > -- Probably you after using this tool. -## Latest Update : tool now has a wrapper app for desktop* folks! -(No windows support only unix.) -Use the new make file to either `make pkg` for macass or `make deb` for debian systems. If you are running gentoo or anything else just the usual `make install`, to uninstall do `make uninstall` obv. (both install and uninstall will require le sudo or root) +## Latest Update : First Release ! +v2.0.0 marks the first release where I feel like this project can be considered release worthy :)  - ## What is `hoardom`? (a tldr) `hoardom` is a rust based tool with cli, tui and to some degree gui interface. It is intended for checking and tracking the availability and status of domains and domain name ideas. |
