-- SQL script to create table `gptbot_ips` and insert IP addresses CREATE TABLE IF NOT EXISTS `gptbot_ips` ( `ip_address` VARCHAR(45) NOT NULL, `ip_type` VARCHAR(10) NOT NULL, PRIMARY KEY (`ip_address`) ); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('132.196.86.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.202.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.204.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.207.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.214.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.215.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.125.66.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.171.206.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.171.207.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.227.36.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.230.152.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.175.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.227.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.227.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.228.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.230.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.241.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.241.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.242.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.243.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.244.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('104.210.139.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('104.210.139.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.65.138.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.65.138.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.67.72.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.70.107.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.71.2.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.76.115.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.76.115.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.76.116.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.76.32.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.83.167.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('13.83.237.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('132.196.82.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.119.134.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.119.134.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.220.73.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.220.73.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.237.131.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.237.133.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('137.135.191.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('138.91.30.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('138.91.46.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('168.63.252.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.170.8.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.171.4.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.178.140.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.178.141.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.178.141.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.183.143.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.183.222.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.196.40.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.202.102.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.204.16.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.204.27.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.212.159.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.212.172.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.213.11.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.213.21.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.215.218.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.1.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.1.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.1.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.194.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.196.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.199.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.233.2.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.234.167.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.235.66.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.235.98.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.235.99.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.237.249.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('191.239.245.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.0.53.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.102.212.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.113.218.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.113.225.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.125.112.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.125.144.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.161.75.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.168.7.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.168.7.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.72.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.72.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.73.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.73.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.73.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.78.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.86.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.86.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.87.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.17.108.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.172.29.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.193.233.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.193.50.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.194.0.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.194.1.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.194.157.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.198.67.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.199.211.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.203.245.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.204.24.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.206.107.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.210.154.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.210.174.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.210.211.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.187.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.188.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.214.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.219.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.219.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.219.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.215.220.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.226.32.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.227.140.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.228.106.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.235.75.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.235.87.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.249.63.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.27.94.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.42.250.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.45.178.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.55.229.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.57.199.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.63.221.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.97.189.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.102.140.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.102.141.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.97.109.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.142.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.179.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.186.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.186.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.186.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('23.98.186.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.151.119.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.151.241.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.151.71.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.189.118.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.189.119.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.196.118.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.196.198.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.115.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.19.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.22.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.64.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.64.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.64.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.197.64.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.198.72.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.205.128.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.226.226.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.116.73.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.122.235.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.67.183.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.67.183.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.75.14.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.81.134.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.81.134.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.81.234.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.84.181.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.84.221.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.84.221.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('48.193.44.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.107.70.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.116.2.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.116.2.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.8.155.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.8.155.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.8.155.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.148.129.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.153.130.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.153.130.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.154.22.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.156.77.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.159.227.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.159.249.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.165.212.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.165.212.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.165.212.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.172.129.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.172.251.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.123.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.219.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.219.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.221.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.221.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.221.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.234.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.234.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.173.235.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.176.139.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.187.246.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.190.137.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.190.137.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.190.139.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.190.142.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.190.190.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.225.75.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.230.163.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.230.164.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.30.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.34.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.39.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.39.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.49.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.231.50.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.236.94.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.241.146.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.242.132.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.242.132.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.242.245.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.252.113.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.109.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.109.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.109.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.109.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.109.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('52.255.111.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('57.151.131.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('57.154.174.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('57.154.175.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('57.154.187.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.154.28.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.218.30.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.220.57.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.221.67.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.221.67.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.221.67.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.221.67.240/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('68.221.75.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('70.153.76.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.226.253.160/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.249.86.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.35.112/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.35.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.36.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.36.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.36.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('85.211.241.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('9.160.163.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('9.160.164.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('9.234.96.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('104.210.140.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('135.234.64.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.193.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.193.80/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.194.144/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.194.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.195.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.209.208/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.211.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.213.192/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.182.224.0/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('172.203.190.128/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.14.99.96/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.168.18.32/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.6.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.7.48/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.169.77.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.171.123.64/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.171.53.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.25.151.224/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('20.42.10.176/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('4.227.36.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.67.175.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('40.90.214.16/28', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('51.8.102.0/24', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.175.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.228.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.228.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.229.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.229.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.230.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.241.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.242.128/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.243.0/25', 'IPv4'); INSERT INTO `gptbot_ips` (`ip_address`, `ip_type`) VALUES ('74.7.244.0/25', 'IPv4');