Releases: JustMrNone/ipof
Releases · JustMrNone/ipof
ipof v.0.1.5
Domain to IP Lookup - Initial Release
This release introduces a simple Go tool that retrieves IPv4 addresses for a given domain.
Features:
Accepts domain as a command-line argument or interactive input
Resolves and displays all associated IP addresses
Handles errors gracefully
Usage:
go run ipof.go example.com
./ipof example.comOr enter a domain interactively:
go run main.go
./ipofFuture updates may include bulk lookups and JSON output.