IP回显工具,可用于DDNS
Go to file
2024-10-05 11:23:22 +08:00
src deps: upgrade clap to 4.1.1 2024-10-05 11:23:22 +08:00
.gitignore Initial commit 2022-06-04 01:55:01 +08:00
build-release.sh chore: release build cammond 2023-01-08 02:47:24 +08:00
Cargo.lock deps: upgrade clap to 4.1.1 2024-10-05 11:23:22 +08:00
Cargo.toml deps: upgrade clap to 4.1.1 2024-10-05 11:23:22 +08:00
Dockerfile feat: docker support 2023-01-08 02:45:02 +08:00
README.md doc: README.md 2023-01-08 02:53:32 +08:00

echo-ip

usage:

Start the server. Default: bind address 0.0.0.0 and port 8888.

./echo-ip -l 0.0.0.0 -p 8888

Send a HTTP request to the server, and you will receive an echo for you IP address.

curl 10.20.30.40:8888