Skip to content

kongou-ae/light-ip-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light IP Echo

Light IP Echo is a super simple web server which can return client's IP information as JSON format.

[ ~ ]$ curl -s www1.apps.aro.aimless.jp/api/get | jq 
{
  "RemoteAddr": "10.0.2.4:55726",
  "RequestURI": "/api/get",
  "Xforwardedfor": "20.205.210.48:20480",
  "Host": "www1.apps.aro.aimless.jp",
  "XAzureFDID": ""
}

Usage

  1. Download a binary file from release page
  2. Set this executable file in your server and run it
  3. Access http://[IP address]

License

MIT

About

Web server which can return client's IP information as JSON format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages