nix/modules/home-manager/scripts/common/bin/getip
2023-10-05 13:43:28 -05:00

5 lines
137 B
Bash
Executable file

#!/usr/bin/env sh
curl -s --connect-timeout 3 --max-time 10 --retry 5 --retry-delay 0 \
--retry-max-time 40 "$@" ifconfig.co/json | jq