Skip to content

A tiny web service for looking up the client's public IP address.

License

Notifications You must be signed in to change notification settings

akrisanov/echo-ip

Repository files navigation

Echo IP 👀

A tiny web service for looking up the client's public IP address.

Written in Java 11 & Javalin microframework.

Building JAR

./gradlew build

Running the service

java -jar build/libs/echo-ip-0.1.jar

Docker

docker build -t akrisanov/echo-ip:0.1 .
docker run -p 3001:3001 akrisanov/echo-ip:0.1

© Andrey Krisanov, 2021

About

A tiny web service for looking up the client's public IP address.

Topics

Resources

License

Stars

Watchers

Forks