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.
- Host: GitHub
- URL: https://github.com/akagi201/tellmyip
- Owner: Akagi201
- License: mit
- Created: 2016-12-26T09:56:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T10:48:40.000Z (over 8 years ago)
- Last Synced: 2025-01-08T23:26:00.884Z (4 months ago)
- Topics: get-ip, tcp-server
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`