Skip to content

Releases: JustMrNone/ipof

ipof v.0.1.5

18 Mar 20:42

Choose a tag to compare

ipof v.0.1.5 Pre-release
Pre-release

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.com

Or enter a domain interactively:

go run main.go
./ipof

Future updates may include bulk lookups and JSON output.