Created
April 11, 2020 14:42
-
-
Save parsibox/560533fbdf9609fbaa53607e79e6e621 to your computer and use it in GitHub Desktop.
list google ip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:' | cut -c5-;dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip6:' | cut -c5- |
Author
parsibox
commented
Apr 11, 2020
•
yandex
5.45.192.0/19
--
5.255.192.0/18
5.45.254.0/25
37.9.109.0/24
37.140.128.0/18
77.88.0.0/18
87.250.224.0/19
93.158.136.48/28
95.108.130.0/23
95.108.192.0/18
141.8.132.0/24
213.180.223.192/26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment