A death simple Golang program, that returns your IP address.
Build and run with docker-compose:
docker compose up -d
Add a convenient alias to your ~/.bashrc or ~/.zshrc:
alias ip9='curl ip9.ir'Then reload your shell config:
source ~/.bashrc # or source ~/.zshrcNow you can simply run ip9 in your terminal to get your IP address:
ip9