5 lines
137 B
Bash
Executable file
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
|