Skip to content
/ serveip Public

Simple HTTP microservice to respond with the client's IP.

License

Notifications You must be signed in to change notification settings

winny-/serveip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serveip

Simple HTTP microservice to respond with the client’s IP.

Caveats

Usage

raco pkg install --link --auto  # Install from git.

serveip --log-file requests.log :: 8080 # Log to `requests.log' and listen on all addresses on port 8080.
racket -l serveip -- --log-file requests.log :: 8080 # Without user scope script path in $PATH.

curl localhost:8080 # Get your IP address.

License

MIT. See LICENSE.

About

Simple HTTP microservice to respond with the client's IP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published