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