728x90
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
728x90
'리눅스' 카테고리의 다른 글
[draft] 우분투에서 RabbitMQ를 클러스터로 구성하고 테스트하는 방법 (0) | 2025.02.09 |
---|---|
[draft] 우분투에서 RabbitMQ를 설치하고 테스트하는 방법 (0) | 2025.02.09 |
[draft] Ansible Pull 모드를 사용하여 NGINX를 설치하는 방법 (0) | 2025.02.04 |
[draft] 우분투에 Ansible을 설치하는 방법 (0) | 2025.02.04 |
[draft] 우분투에서 최신 버전의 Ansible을 설치하는 방법 (0) | 2025.02.04 |