An open API service indexing awesome lists of open source software.

https://github.com/akagi201/tellmyip

A simple TCP Server which can return the client's outbound IP address.
https://github.com/akagi201/tellmyip

get-ip tcp-server

Last synced: 3 months ago
JSON representation

A simple TCP Server which can return the client's outbound IP address.

Awesome Lists containing this project

README

        

# tellmyip

A simple TCP Server which can return the client's outbound IP address.

## Install
* `go get github.com/Akagi201/tellmyip`

## Build
* `go build`

## Test
* `telnet xx.xx.xx.xx 8327`