Go to file
Evan Chen 4af693d17c update 2021-10-15 18:57:15 +08:00
.gitignore first commit 2021-10-15 16:17:56 +08:00
Dockerfile first commit 2021-10-15 16:17:56 +08:00
Makefile update 2021-10-15 18:57:15 +08:00
README.md first commit 2021-10-15 16:17:56 +08:00
go.mod first commit 2021-10-15 16:17:56 +08:00
go.sum update 2021-10-15 18:57:15 +08:00
main.go update 2021-10-15 18:57:15 +08:00

README.md

Myip

a tool that can get your public ip

Usage of myip:
  -b string
        the address the server binds on (default "0.0.0.0")
  -p string
        port to listen|connect (default "5080")
  -s    run in server mode
  -u string
        hostname to ask for (default "kumoly.io")

env: MYIP_PORT, MYIP_HOST