curl ifconfig.ac/net2130706433 или 0x7f.1 проскакивают. Клик — копировать.curl ifconfig.ac/dnsblБез ключей и без лишних лимитов. Машиночитаемая спецификация: /openapi.json. Любой эндпоинт отдаёт text по умолчанию и JSON через суффикс .json.
watch -n5 curl -s ifconfig.ac/ip*/5 * * * * I=$(curl -s ifconfig.ac/ip); [ "$I" = "$(cat ~/.ip 2>/dev/null)" ] || { echo "$I">~/.ip; curl -s "https://hooks.example/notify?ip=$I"; }- run: curl -s ifconfig.ac/json | jq '{ip,country,asn}'[ "$(curl -s ifconfig.ac/country)" = "RU" ] && echo "из РФ"echo "node_meta_ip{ip=\"$(curl -s ifconfig.ac/ip)\"} 1" > /var/lib/node_exporter/ip.promexport MYIP=$(curl -s ifconfig.ac/ip)until curl -sf ifconfig.ac/ip; do sleep 2; donecurl -s ifconfig.ac/json | jqifconfig.ac — это прежде всего API. Любой эндпоинт работает из терминала, скрипта или CI. Нажми команду ниже или впиши свою — выполнится вживую.
$ curl ifconfig.ac/all ip 216.73.217.98 ip_version 4 country United States (US) city Columbus timezone America/New_York isp Amazon.com asn AS16509 connection datacenter $ curl ifconfig.ac/score privacy_score 80 / 100 (B) tor_exit no # WebRTC / timezone / fingerprint — см. вкладку "Карточки"
alias myip='curl ifconfig.ac/ip'