A fast and lightweight Go-based utility to resolve IPv4 and IPv6 addresses from domains. Supports both single domain input and batch domain resolution via file. Flexible output options for redirecting results to separate IPv4 and IPv6 files.
- π Resolve IPv4 and IPv6 addresses
- π Accepts single domain or list from file
- π€ Output to terminal or files
- β‘ Fast and lightweight with native Go concurrency potential
- π Simple CLI interface for integration in toolchains
./ipresolver -d example.com./ipresolver -f domains.txt./ipresolver -d example.com -ipv4 ipv4.txt -ipv6 ipv6.txtVisit the Releases Page to download precompiled binaries:
| Platform | Architecture | Download |
|---|---|---|
| Linux | amd64 | ipresolver_linux_amd64.tar.xz |
| Windows | x64 | ipresolver_win_x64.zip |