An extremely simple Rust web application to get your public IP address.
Visit https://myip.biturl.top for example.
cargo run
cargo build --release
docker run -d --name=myip --restart=always -p 8000:8000 timothyye/myip:latest
Then, visit http://your-host-url:8000
to get your IP.