Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 812 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 812 Bytes

Which-IP

This project provides a simple Docker container that returns the public IP address of the client making the request. It can be useful for identifying an IP address for tasks like logging or authorization.

Features

  • Retrieves and displays the public IP address of the user.
  • Lightweight Docker container.

Requirements

  • Docker

How to Use

  1. Clone the repository:
    git clone https://github.com/AiglonDore/which-ip.git
  2. Build the Docker image:
    docker build -t which-ip .
  3. Run the container:
    docker run -p 5000:5000 which-ip
  4. Access the service by navigating to:
    http://localhost:5000
    

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.