Skip to content

Releases: caffinc/MyIP

Initial release

09 Nov 08:48
Compare
Choose a tag to compare

This is the first release, providing the most minimal functionality for returning the IP of the caller. It can be called by:
java -jar myip.jar

Optionally you can change the default port the service runs on (9876) by setting the port property:
java -Dport=CUSTOM_PORT -jar myip.jar