Skip to content

AiglonDore/which-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker container that returns the user's IP address

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published