Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 536 Bytes

CHANGELOG.md

File metadata and controls

11 lines (8 loc) · 536 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - 2024-06-10

  • Initial release of the IPo (IP Optimization) script.
  • Function get_ip_info to fetch IP information from the ipapi.co API.
  • Function get_site_ip_info to resolve the IP address of a website and fetch detailed information.
  • Function display_ip_info to display the IP information in a table using the Rich library.
  • Command-line interface to select between local IP, network IP, or website IP information.