Skip to content

A very simple web service that return source IP address of request

Notifications You must be signed in to change notification settings

adrianzhang/ipcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipcat

A very simple web service that return source IP address of request.

Normally used to create your own showing me my IP web service, which to answer what is my IP? question from remote user.

Usage:

clone the source to your server which ip is $SERVER-IP and then run command:

pip install -r requirements
./launch-web.sh &

Test:

From another computer run:

curl https://$SERVER-IP:8888

About

A very simple web service that return source IP address of request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published