You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
myip.c | 1 year ago |
README.md
Test it live
- IPv4:
nc v4.overli.st 3333
- IPv6:
nc v6.overli.st 3333
Usage
- Build with
make myip
- Run with
./myip
Motivation
I wanted to know what it's like to code a TCP server in C
also i kinda hate all the other ip apis
License
Do whatever you want™