op-packages/telegrambot/root/usr/lib/telegrambot/plugins/wanip.sh
github-actions[bot] f9454edb7a 🍉 Sync 2026-03-25 20:27:28
2026-03-25 20:27:28 +08:00

4 lines
196 B
Bash
Executable File

#ip r | awk '/default/{print "interface "$5": "$9}'
IP=$(nslookup myip.opendns.com resolver1.opendns.com | awk '/^[[:space:]]*Address( 1)?: / { print $2 }')
echo -en "[$IP](https://whois.ru/$IP)"