-- SQL script to create table `bunny_ips` and insert IP addresses CREATE TABLE IF NOT EXISTS `bunny_ips` ( `ip_address` VARCHAR(45) NOT NULL, `ip_type` VARCHAR(10) NOT NULL, PRIMARY KEY (`ip_address`) ); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('38.92.173.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('91.200.176.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('103.180.114.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('103.180.115.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('107.150.176.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('109.104.146.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('109.104.147.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('109.224.228.0/23', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('109.224.230.0/23', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('157.53.226.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('185.190.83.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('193.162.131.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('194.156.156.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('212.104.158.0/24', 'IPv4'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:2::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1500::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1501::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1502::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1690::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a00::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a01::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a02::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a03::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a04::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a05::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a06::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a07::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a08::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1a09::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e01::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e02::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e03::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e04::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e05::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e06::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e07::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e08::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e09::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:1e10::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:2a00::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:4000::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:fff0::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:fff1::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:fff2::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2400:52e0:fff3::/48', 'IPv6'); INSERT INTO `bunny_ips` (`ip_address`, `ip_type`) VALUES ('2607:f740:e00c::/48', 'IPv6');