Google IP 주소
Google IP 주소 범위
curl -s https://www.gstatic.com/ipranges/goog.json \
| jq -r '.prefixes[] | select(.ipv4Prefix) | .ipv4Prefix'
8.8.4.0/24
8.8.8.0/24
8.34.208.0/20
8.35.192.0/20
23.236.48.0/20
23.251.128.0/19
...
Google Cloud 리소스에 대한 글로벌 및 지역 외부 IP 주소 범위
curl -s https://www.gstatic.com/ipranges/cloud.json \
| jq -r '.prefixes[] | select(.ipv4Prefix) | .ipv4Prefix'
34.1.208.0/20
34.35.0.0/16
34.152.86.0/23
34.177.50.0/23
34.80.0.0/15
34.137.0.0/16
...
참고URL
- Google Workspace Admin Help : Obtain Google IP address ranges
'기타' 카테고리의 다른 글
[draft] AMD64, X86, ARM CPU 아키텍처의 차이점 (0) | 2025.09.26 |
---|---|
[draft] HPE ProLiant Server EOSL and EOS (0) | 2025.09.20 |
[draft] Confluence에서 책갈피(anchor)를 생성하는 방법 (0) | 2025.09.20 |