반응형
명령어(CLI)로 조회하기
## 방법 A-1
$ curl ipinfo.io
{
"ip": "211.33.55.12",
"city": "Yongsan-dong",
"region": "Seoul",
"country": "KR",
"loc": "37.5032,126.9989",
"org": "AS3786 LG DACOM Corporation",
"postal": "06547",
"timezone": "Asia/Seoul",
"readme": "https://ipinfo.io/missingauth"
}
## 방법 A-2
$ curl ipinfo.io/ip
211.33.55.12
## ----------------------------------------------------------------
## 방법 B
$ dig -6 TXT +short o-o.myaddr.l.google.com @ns1.google.com
"211.33.55.12"
웹 브라우저로 조회하기