5881 lines
266 KiB
SQL
5881 lines
266 KiB
SQL
-- generated at 2025-12-10T12:26:03+09:00 KST
|
|
CREATE SCHEMA IF NOT EXISTS "geoip";
|
|
CREATE TABLE IF NOT EXISTS "geoip".ip_geoinfo (
|
|
id bigserial PRIMARY KEY,
|
|
ip inet UNIQUE NOT NULL,
|
|
country text,
|
|
region text,
|
|
city text,
|
|
address text,
|
|
latitude double precision,
|
|
longitude double precision
|
|
);
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.246.182.243/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.132.106.239/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.146/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.167.22.71/32', 'South Korea', 'Gangwon-do', 'Chuncheon', 'Chuncheon, Gangwon-do, South Korea', 37.873800, 127.727000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.186.69.146/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.267700, 127.045700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('108.181.53.228/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.108.72.139/32', 'South Korea', 'Seoul', 'Dongdaemun', 'Dongdaemun, Seoul, South Korea', 37.584100, 127.061600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.77.140.10/32', 'South Korea', 'Seoul', 'Jongno-gu', 'Jongno-gu, Seoul, South Korea', 37.613000, 126.962300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.165.137.52/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.66.57.91/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.206.165/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.158/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.218.74/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.163/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.192.51/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.219.238/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.218.48/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.124.17.116/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.801400, 127.107600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.135.117.130/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('124.50.176.34/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.272800, 127.111800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.195.169/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.5.23/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.203.21/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.157.197.208/32', 'South Korea', 'Daegu', 'Dalseo-gu', 'Dalseo-gu, Daegu, South Korea', 35.861900, 128.481100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.74.19/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.180.197/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.144.247.3/32', 'South Korea', 'Gangwon-do', 'Wŏnju', 'Wŏnju, Gangwon-do, South Korea', 37.346800, 127.942400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.1.8/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.218.193/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.242.55.15/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.71.128.87/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.209.199.226/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.180.120/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.182/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.237.207.130/32', 'South Korea', 'Daegu', 'Suseong-gu', 'Suseong-gu, Daegu, South Korea', 35.838800, 128.621900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.180.75/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.175/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.11.244/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.139.50.83/32', 'South Korea', 'Gyeonggi-do', 'Gunpo', 'Gunpo, Gyeonggi-do, South Korea', 37.346600, 126.933200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.83.117/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.247.148.164/32', 'South Korea', 'Chungcheongnam-do', 'Cheonan', 'Cheonan, Chungcheongnam-do, South Korea', 36.815100, 127.094400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.54/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.177.226.29/32', 'South Korea', 'Gyeongsangnam-do', 'Jinju', 'Jinju, Gyeongsangnam-do, South Korea', 35.210900, 128.112200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.70.47.253/32', 'South Korea', 'Seoul', 'Gangseo-gu', 'Gangseo-gu, Seoul, South Korea', 37.543800, 126.853800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.48.158.224/32', 'South Korea', 'Jeollanam-do', 'Gokseong-gun', 'Gokseong-gun, Jeollanam-do, South Korea', 35.144800, 127.306500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.47.158.73/32', 'South Korea', 'Gyeongsangnam-do', 'Gimhae', 'Gimhae, Gyeongsangnam-do, South Korea', 35.234200, 128.877700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.93.204.199/32', 'South Korea', 'Jeollanam-do', 'Damyang-gun', 'Damyang-gun, Jeollanam-do, South Korea', 35.277300, 126.887200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.98.205.243/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.287200, 127.011600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.29.126.221/32', 'South Korea', 'Gangwon-do', 'Chuncheon', 'Chuncheon, Gangwon-do, South Korea', 37.874800, 127.727900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.194.250/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.3.174/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.116.153.103/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.227.62.3/32', 'South Korea', 'Seoul', 'Gangdong-gu', 'Gangdong-gu, Seoul, South Korea', 37.536000, 127.142600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.196.195.93/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.366600, 126.951200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.79/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.45.86.71/32', 'South Korea', 'Gyeongsangbuk-do', 'Andong', 'Andong, Gyeongsangbuk-do, South Korea', 36.574200, 128.713300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.167/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.197.119/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.35.141.164/32', 'South Korea', 'Ulsan', 'Ulsan', 'Ulsan, Ulsan, South Korea', 35.550200, 129.328500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.232.187.68/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.510800, 127.104800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.1.169/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.240.55.8/32', 'South Korea', 'Gyeonggi-do', 'Namyangju', 'Namyangju, Gyeonggi-do, South Korea', 37.622400, 127.150200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.206.95.190/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.186.123.226/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.146.23.149/32', 'South Korea', 'Gyeonggi-do', 'Gwangmyeong', 'Gwangmyeong, Gyeonggi-do, South Korea', 37.479600, 126.874600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.206.79.88/32', 'South Korea', 'Jeollabuk-do', 'Gunsan', 'Gunsan, Jeollabuk-do, South Korea', 35.981200, 126.712000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.102/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.6.13/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.171.216.148/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.679200, 126.818300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.183/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.129.140.58/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.552100, 126.950500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.146/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.84/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.197.226.84/32', 'South Korea', 'Incheon', 'Namdong-gu', 'Namdong-gu, Incheon, South Korea', 37.456200, 126.728800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.170.16.221/32', 'South Korea', 'Gyeonggi-do', 'Icheon-si', 'Icheon-si, Gyeonggi-do, South Korea', 37.289200, 127.453100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.191.223.33/32', 'South Korea', 'North Chungcheong', 'Jecheon', 'Jecheon, North Chungcheong, South Korea', 37.140000, 128.210600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.137/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.26.207/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.492600, 126.920000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.194.156/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.103.33.142/32', 'South Korea', 'Gyeongsangbuk-do', 'Gyeongsan-si', 'Gyeongsan-si, Gyeongsangbuk-do, South Korea', 35.824000, 128.730400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.82.41/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.147/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.155/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.198.63.117/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.202.254/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.102.162.27/32', 'South Korea', 'Jeollanam-do', 'Mokpo-si', 'Mokpo-si, Jeollanam-do, South Korea', 34.814200, 126.390500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.71/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.138.209.44/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.290500, 126.987700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.253.98.34/32', 'South Korea', 'Incheon', 'Gyeyang-gu', 'Gyeyang-gu, Incheon, South Korea', 37.524900, 126.740900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.135.247.165/32', 'South Korea', 'Gyeongsangnam-do', 'Jinju', 'Jinju, Gyeongsangnam-do, South Korea', 35.189300, 128.084300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.170.151.209/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.402700, 126.925700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.253.98.18/32', 'South Korea', 'Incheon', 'Gyeyang-gu', 'Gyeyang-gu, Incheon, South Korea', 37.524900, 126.740900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.166/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.153.99.248/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.26/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.207.59/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.5/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.179.218.211/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.26.225.202/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.213.178.48/32', 'South Korea', 'Daejeon', 'Daejeon', 'Daejeon, Daejeon, South Korea', 36.356600, 127.384900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.74.158/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.3.140.180/32', 'South Korea', 'Jeollanam-do', 'Muan', 'Muan, Jeollanam-do, South Korea', 34.986700, 126.481700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.249/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.95.35.118/32', 'South Korea', 'Daegu', 'Suseong-gu', 'Suseong-gu, Daegu, South Korea', 35.869900, 128.631400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.203.88.3/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.479500, 126.785200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.121.107.104/32', 'South Korea', 'Busan', 'Nam-gu', 'Nam-gu, Busan, South Korea', 35.127100, 129.100800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('42.27.139.140/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.194.216.115/32', 'South Korea', 'Gyeonggi-do', 'Yangju', 'Yangju, Gyeonggi-do, South Korea', 37.811900, 127.080000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.93/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.81.217/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.113/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.138.240.198/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.510800, 127.104800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.24/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.105/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.81/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.204.117.36/32', 'South Korea', 'Daejeon', 'Yuseong-gu', 'Yuseong-gu, Daejeon, South Korea', 36.356700, 127.334400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.151/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.3.193/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.150.119.207/32', 'South Korea', 'Daejeon', 'Daejeon', 'Daejeon, Daejeon, South Korea', 36.356600, 127.384900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('183.100.230.19/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.377000, 127.109100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.200.241/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.120/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.86.36.184/32', 'South Korea', 'Seoul', 'Jung-gu', 'Jung-gu, Seoul, South Korea', 37.557600, 126.993700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('202.150.191.177/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.75/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.10.48/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.37/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.124.172.71/32', 'South Korea', 'Gyeonggi-do', 'Gwangju', 'Gwangju, Gyeonggi-do, South Korea', 37.410300, 127.263200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.173/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.17/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.184.7.188/32', 'South Korea', 'Daejeon', 'Daejeon', 'Daejeon, Daejeon, South Korea', 36.356600, 127.384900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.116.237.88/32', 'South Korea', 'Seoul', 'Jungnang-gu', 'Jungnang-gu, Seoul, South Korea', 37.604600, 127.088800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.35.122.213/32', 'South Korea', 'Gyeonggi-do', 'Ansan-si', 'Ansan-si, Gyeonggi-do, South Korea', 37.285200, 126.825100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.73.175.11/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.54.188.233/32', 'South Korea', 'Daegu', 'Daegu', 'Daegu, Daegu, South Korea', 35.869900, 128.631400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.162.82.93/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.515700, 126.970200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.107.218.58/32', 'South Korea', 'Chungcheongnam-do', 'Gyeryong-si', 'Gyeryong-si, Chungcheongnam-do, South Korea', 36.296500, 127.225800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.135.102.173/32', 'South Korea', 'Gyeonggi-do', 'Gwangju', 'Gwangju, Gyeonggi-do, South Korea', 37.366100, 127.225500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.152.1/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.204.209/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.171/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.149.50.106/32', 'South Korea', 'Jeollanam-do', 'Dongam', 'Dongam, Jeollanam-do, South Korea', 34.757900, 126.457000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.149/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.196.60.230/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.466700, 126.622000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.108.69.179/32', 'South Korea', 'Seoul', 'Dongdaemun', 'Dongdaemun, Seoul, South Korea', 37.584100, 127.061600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.157.148.27/32', 'South Korea', 'Gyeonggi-do', 'Icheon-si', 'Icheon-si, Gyeonggi-do, South Korea', 37.277000, 127.441000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.28.27.189/32', 'South Korea', 'Gwangju', 'Gwangsan-gu', 'Gwangsan-gu, Gwangju, South Korea', 35.211900, 126.854500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.86/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.156/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.177/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.45.119.89/32', 'South Korea', 'Gyeongsangbuk-do', 'Gyeongsan-si', 'Gyeongsan-si, Gyeongsangbuk-do, South Korea', 35.824000, 128.730400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.165.252.99/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.639200, 126.837500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.29.17.192/32', 'South Korea', 'Gangwon-do', 'Hongch''on', 'Hongch''on, Gangwon-do, South Korea', 37.687400, 127.878200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.138.239.234/32', 'South Korea', 'Gyeonggi-do', 'Ansan-si', 'Ansan-si, Gyeonggi-do, South Korea', 37.325300, 126.817800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.105.187.27/32', 'South Korea', 'Daegu', 'Suseong-gu', 'Suseong-gu, Daegu, South Korea', 35.869900, 128.631400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.110.160.71/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.1.229.49/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.801400, 127.107600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.53.98.220/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.61/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.133.48.195/32', 'South Korea', 'Seoul', 'Geumcheon-gu', 'Geumcheon-gu, Seoul, South Korea', 37.478400, 126.898200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.196.164.92/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.472300, 126.659400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.154.56.116/32', 'South Korea', 'Incheon', 'Bupyeong-gu', 'Bupyeong-gu, Incheon, South Korea', 37.490200, 126.715100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.99.115.189/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.44.178.75/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.169/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.151.201.47/32', 'South Korea', 'Gyeongsangbuk-do', 'Yeongju', 'Yeongju, Gyeongsangbuk-do, South Korea', 36.812400, 128.609700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.193.241.72/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('183.99.124.97/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.76.77.96/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.193.183.73/32', 'South Korea', 'Gyeonggi-do', 'Pocheon-si', 'Pocheon-si, Gyeonggi-do, South Korea', 37.892700, 127.200900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.23/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.223.30.241/32', 'South Korea', 'Gwangju', 'Gwangju', 'Gwangju, Gwangju, South Korea', 35.149600, 126.915600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.108.4.68/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.95/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.101/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.218.250.217/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.152.88/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.85/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.54.213.71/32', 'South Korea', 'Chungcheongnam-do', 'Tangjin', 'Tangjin, Chungcheongnam-do, South Korea', 36.895100, 126.625000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.0.165.173/32', 'South Korea', 'Gwangju', 'Dong-gu', 'Dong-gu, Gwangju, South Korea', 35.149600, 126.915600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.255.88.218/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.121.164.74/32', 'South Korea', 'Gyeonggi-do', 'Yeoncheon-gun', 'Yeoncheon-gun, Gyeonggi-do, South Korea', 38.094800, 127.078400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.188.105.131/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.620200, 127.424300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.6.3/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.22.166.228/32', 'South Korea', 'Gyeongsangnam-do', 'Changwon', 'Changwon, Gyeongsangnam-do, South Korea', 35.300200, 128.575000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.43.43.39/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.834500, 127.105700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.103.222.144/32', 'South Korea', 'Gyeongsangbuk-do', 'Pohang', 'Pohang, Gyeongsangbuk-do, South Korea', 36.096800, 129.321900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.82.193/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.186.123.246/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.54.94.161/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.287200, 127.011600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.226.189/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.200.239/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.112.53.139/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('124.63.32.14/32', 'South Korea', 'Seoul', 'Dobong-gu', 'Dobong-gu, Seoul, South Korea', 37.675000, 127.049600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.0.26/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.39.20/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.136.2/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.188.82/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.163.144.150/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.212.136/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.160.85.228/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.718900, 127.423500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.21/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.43.126.201/32', 'South Korea', 'Gyeonggi-do', 'Paju', 'Paju, Gyeonggi-do, South Korea', 37.719100, 126.761500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('108.181.53.234/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.97/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.0.195/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.16/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.90.15.33/32', 'South Korea', 'North Chungcheong', 'Chinch''ŏn', 'Chinch''ŏn, North Chungcheong, South Korea', 36.858600, 127.447700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.14.205/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.82.170.73/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.839600, 127.067100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.195.205/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.56.254.183/32', 'South Korea', 'Gyeongsangbuk-do', 'Gimcheon', 'Gimcheon, Gyeongsangbuk-do, South Korea', 36.127800, 128.176200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.117.14.133/32', 'South Korea', 'Gyeongsangnam-do', 'Gimhae', 'Gimhae, Gyeongsangnam-do, South Korea', 35.261900, 128.867000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.218.206.137/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.148/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.75.98.148/32', 'South Korea', 'Gyeongsangnam-do', 'Hapcheon-gun', 'Hapcheon-gun, Gyeongsangnam-do, South Korea', 35.569800, 128.158700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.238.107.99/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.74.97.67/32', 'South Korea', 'Gyeonggi-do', 'Ansan-si', 'Ansan-si, Gyeonggi-do, South Korea', 37.325300, 126.817800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.89/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.67/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.136.241.72/32', 'South Korea', 'Gyeonggi-do', 'Hwaseong-si', 'Hwaseong-si, Gyeonggi-do, South Korea', 37.207200, 126.816800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('219.251.6.155/32', 'South Korea', 'Seoul', 'Jungnang-gu', 'Jungnang-gu, Seoul, South Korea', 37.604600, 127.088800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.153.165.116/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.287200, 127.011600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.35.247/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.93.249.247/32', 'South Korea', 'Jeollanam-do', 'Boseong-gun', 'Boseong-gun, Jeollanam-do, South Korea', 34.770400, 127.073400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.166.253.199/32', 'South Korea', 'Chungcheongnam-do', 'Yesan', 'Yesan, Chungcheongnam-do, South Korea', 36.678100, 126.694600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.218.197.242/32', 'South Korea', 'Gyeonggi-do', 'Paju-si', 'Paju-si, Gyeonggi-do, South Korea', 37.756200, 126.786500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.91/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.196.119.220/32', 'South Korea', 'Seoul', 'Gangseo-gu', 'Gangseo-gu, Seoul, South Korea', 37.543800, 126.853800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.227.148/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.52/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.91/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.47.241.67/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.248.23.189/32', 'South Korea', 'Seoul', 'Seongdong-gu', 'Seongdong-gu, Seoul, South Korea', 37.541500, 127.025200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.71.159.105/32', 'South Korea', 'Gwangju', 'Nam-gu', 'Nam-gu, Gwangju, South Korea', 35.117700, 126.908700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.38/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.1.212/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.195/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.152.213/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.81/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.107.72.242/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.481800, 127.139200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.205.141/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.103/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.216.73.120/32', 'South Korea', 'Gyeonggi-do', 'Areannamkwaengi', 'Areannamkwaengi, Gyeonggi-do, South Korea', 37.074500, 127.326400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.177.150/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('182.208.205.103/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.639200, 126.837500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.98/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.198.89.114/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.472300, 126.659400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('39.127.71.122/32', 'South Korea', 'Gyeongsangnam-do', 'Changwon', 'Changwon, Gyeongsangnam-do, South Korea', 35.236400, 128.641900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.198.196/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('42.20.3.222/32', 'South Korea', 'Gyeonggi-do', 'Osan', 'Osan, Gyeonggi-do, South Korea', 37.154900, 127.067400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.188.1.125/32', 'South Korea', 'North Chungcheong', 'Chinch''ŏn', 'Chinch''ŏn, North Chungcheong, South Korea', 36.858600, 127.447700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.130/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.69/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.39.226/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.139.197.234/32', 'South Korea', 'Gyeonggi-do', 'Ansan-si', 'Ansan-si, Gyeonggi-do, South Korea', 37.325300, 126.817800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.91.226/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.158.34.172/32', 'South Korea', 'Seoul', 'Jongno-gu', 'Jongno-gu, Seoul, South Korea', 37.569200, 126.977500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.66.158.246/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.121.253.183/32', 'South Korea', 'Gyeonggi-do', 'Namyangju', 'Namyangju, Gyeonggi-do, South Korea', 37.727000, 127.196300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.138.239.252/32', 'South Korea', 'Gyeonggi-do', 'Ansan-si', 'Ansan-si, Gyeonggi-do, South Korea', 37.325300, 126.817800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.227.202.187/32', 'South Korea', 'Jeollanam-do', 'Mokpo', 'Mokpo, Jeollanam-do, South Korea', 34.814200, 126.390500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.188.148/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.166.222.166/32', 'South Korea', 'Seoul', '', 'Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.197.154/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.156.11.154/32', 'South Korea', 'Jeollanam-do', 'Mokpo-si', 'Mokpo-si, Jeollanam-do, South Korea', 34.814200, 126.390500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.138.71.211/32', 'South Korea', 'Sejong-si', 'Sejong', 'Sejong, Sejong-si, South Korea', 36.591600, 127.291600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.65.89/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.102/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.19.27/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.492600, 126.920000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.170.153.89/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.402700, 126.925700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.16.104.87/32', 'South Korea', 'Incheon', 'Bupyeong-gu', 'Bupyeong-gu, Incheon, South Korea', 37.508700, 126.721900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.148.130.230/32', 'South Korea', 'Gwangju', 'Seo-gu', 'Seo-gu, Gwangju, South Korea', 35.136600, 126.865600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.0.82.13/32', 'South Korea', 'Gwangju', 'Seo-gu', 'Seo-gu, Gwangju, South Korea', 35.136600, 126.865600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.239.250.231/32', 'South Korea', 'Gyeonggi-do', 'Uijeongbu-si', 'Uijeongbu-si, Gyeonggi-do, South Korea', 37.730300, 127.067200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.210.109.187/32', 'South Korea', 'Gyeonggi-do', 'Gimpo-si', 'Gimpo-si, Gyeonggi-do, South Korea', 37.617500, 126.719600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.141.47.152/32', 'South Korea', 'Seoul', 'Yeongdeungpo-gu', 'Yeongdeungpo-gu, Seoul, South Korea', 37.524700, 126.913300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.121.167.216/32', 'South Korea', 'Gyeonggi-do', 'Yeoncheon-gun', 'Yeoncheon-gun, Gyeonggi-do, South Korea', 38.094800, 127.078400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.188.98.4/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.620200, 127.424300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.196.60.173/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.466700, 126.622000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.23.24.93/32', 'South Korea', 'Gyeongsangbuk-do', 'Gimcheon', 'Gimcheon, Gyeongsangbuk-do, South Korea', 36.127800, 128.176200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.227.38/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.59/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.132.197.222/32', 'South Korea', 'Gyeonggi-do', 'Dongducheon-si', 'Dongducheon-si, Gyeonggi-do, South Korea', 37.911300, 127.052800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.145.201.114/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.74.207/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.169.233.104/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.42.56.19/32', 'South Korea', 'Daejeon', 'Seo-gu', 'Seo-gu, Daejeon, South Korea', 36.298100, 127.336200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.17.243.62/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.450300, 126.670100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.232.80.152/32', 'South Korea', 'North Chungcheong', 'Chungju', 'Chungju, North Chungcheong, South Korea', 36.977000, 127.926000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.78.198.149/32', 'South Korea', 'Gyeonggi-do', 'Uiwang', 'Uiwang, Gyeonggi-do, South Korea', 37.396500, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.70.54.119/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.162/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.78.14.27/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.290500, 126.987700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.34.121.59/32', 'South Korea', 'Gyeonggi-do', 'Siheung-si', 'Siheung-si, Gyeonggi-do, South Korea', 37.375100, 126.715700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.72.65/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.105/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.186.123.237/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.167.22.15/32', 'South Korea', 'Gangwon-do', 'Chuncheon', 'Chuncheon, Gangwon-do, South Korea', 37.873800, 127.727000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('42.19.21.126/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.152/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.201.160/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.186.123.155/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.200.217/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.161.155.175/32', 'South Korea', 'Gyeonggi-do', 'Namyangju', 'Namyangju, Gyeonggi-do, South Korea', 37.622400, 127.150200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.82.142.93/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.296300, 127.050600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.195.149.96/32', 'South Korea', 'Gyeonggi-do', 'Siheung-si', 'Siheung-si, Gyeonggi-do, South Korea', 37.364800, 126.800900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.78.80.148/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.510800, 127.104800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.38.94.117/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.235.81.27/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.490600, 127.016800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.201.231/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.16.73.144/32', 'South Korea', 'Incheon', 'Yeonsu-gu', 'Yeonsu-gu, Incheon, South Korea', 37.373600, 126.655500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.217.176.218/32', 'South Korea', 'Seoul', 'Guro-gu', 'Guro-gu, Seoul, South Korea', 37.497500, 126.850100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.85.152/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.207.37.231/32', 'South Korea', 'Jeju-do', 'Jeju City', 'Jeju City, Jeju-do, South Korea', 33.515700, 126.579900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.87/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.89.134.177/32', 'South Korea', 'Gyeongsangbuk-do', 'Pohang', 'Pohang, Gyeongsangbuk-do, South Korea', 36.096800, 129.321900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.187.162.200/32', 'South Korea', 'Gangwon-do', 'Gangneung', 'Gangneung, Gangwon-do, South Korea', 37.753000, 128.878800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.138/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.77.186.166/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.84/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.154.0.234/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.472300, 126.659400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.98.49.97/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.272800, 127.111800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.160/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.231.46.88/32', 'South Korea', 'North Chungcheong', 'Chinch''ŏn', 'Chinch''ŏn, North Chungcheong, South Korea', 36.858600, 127.447700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.207.45/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.153.208.177/32', 'South Korea', 'Chungcheongnam-do', 'Seocheon-gun', 'Seocheon-gun, Chungcheongnam-do, South Korea', 36.102100, 126.698600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.29/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.207.27.75/32', 'South Korea', 'Jeju-do', 'Jeju City', 'Jeju City, Jeju-do, South Korea', 33.510900, 126.526400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.70.176.152/32', 'South Korea', 'Gangwon-do', 'Inje-gun', 'Inje-gun, Gangwon-do, South Korea', 38.122600, 128.204800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.11.165.82/32', 'South Korea', 'Gyeonggi-do', 'Pyeongtaek-si', 'Pyeongtaek-si, Gyeonggi-do, South Korea', 36.987100, 126.933900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.39/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.164.250.69/32', 'South Korea', 'Jeju-do', 'Jeju City', 'Jeju City, Jeju-do, South Korea', 33.450400, 126.558000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.162.165.45/32', 'South Korea', 'Gyeongsangnam-do', 'Gimhae', 'Gimhae, Gyeongsangnam-do, South Korea', 35.234200, 128.877700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.2.190.227/32', 'South Korea', 'Jeollabuk-do', 'Jeongeup', 'Jeongeup, Jeollabuk-do, South Korea', 35.582500, 126.867600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.221.180.2/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('122.44.13.14/32', 'South Korea', 'Busan', 'Nam-gu', 'Nam-gu, Busan, South Korea', 35.136200, 129.078300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.148.114.204/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.498700, 126.782800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.176.221/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.177.240.182/32', 'South Korea', 'Gyeongsangnam-do', 'Jinju', 'Jinju, Gyeongsangnam-do, South Korea', 35.210900, 128.112200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.241.255.157/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.501500, 127.001300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('169.211.153.84/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.298000, 127.077700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.91.16/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.165/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.3.30/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.151.192.104/32', 'South Korea', 'Daegu', 'Buk-gu', 'Buk-gu, Daegu, South Korea', 35.920600, 128.556100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.33.55.218/32', 'South Korea', 'Seoul', 'Gwangjin-gu', 'Gwangjin-gu, Seoul, South Korea', 37.540600, 127.076300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('183.100.80.51/32', 'South Korea', 'Gyeonggi-do', 'Pyeongtaek-si', 'Pyeongtaek-si, Gyeonggi-do, South Korea', 37.084700, 127.052500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.31.157.91/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.81.132.10/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.834500, 127.105700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.35.204.124/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.222.129.21/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.458500, 126.701500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.174.191/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.88.163/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.169.114.68/32', 'South Korea', 'Gyeonggi-do', 'Anseong', 'Anseong, Gyeonggi-do, South Korea', 37.013800, 127.269800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.187/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.78/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.219.31/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.116.71.64/32', 'South Korea', 'Seoul', 'Nowon-gu', 'Nowon-gu, Seoul, South Korea', 37.653700, 127.071700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.206.14.81/32', 'South Korea', 'Gangwon-do', 'Wŏnju', 'Wŏnju, Gangwon-do, South Korea', 37.384000, 127.872400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('42.22.217.197/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.71.128.111/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.192.13/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.89.238.220/32', 'South Korea', 'Gyeonggi-do', 'Paju', 'Paju, Gyeonggi-do, South Korea', 37.742800, 126.737000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.175/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.72.178/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.176.122/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.74.14.94/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.93.112.123/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.218.253.1/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.21.195.163/32', 'South Korea', 'Gyeongsangnam-do', 'Gimhae', 'Gimhae, Gyeongsangnam-do, South Korea', 35.261900, 128.867000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.207.221.210/32', 'South Korea', 'Gyeonggi-do', 'Siheung-si', 'Siheung-si, Gyeonggi-do, South Korea', 37.392500, 126.785400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.120.70.104/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.679200, 126.818300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.169/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.204.165.88/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.622800, 127.493100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.37.166.161/32', 'South Korea', 'Gyeonggi-do', 'Gimpo-si', 'Gimpo-si, Gyeonggi-do, South Korea', 37.626000, 126.715200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.185.248.189/32', 'South Korea', 'Chungcheongnam-do', 'Hongseong-gun', 'Hongseong-gun, Chungcheongnam-do, South Korea', 36.567100, 126.626300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.73.2.206/32', 'South Korea', 'Seoul', 'Eunpyeong-gu', 'Eunpyeong-gu, Seoul, South Korea', 37.605300, 126.923100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.158.211/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.236.57.152/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.479500, 126.785200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.170.25.65/32', 'South Korea', 'Gyeonggi-do', 'Uiwang', 'Uiwang, Gyeonggi-do, South Korea', 37.396500, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.50.13.130/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.180/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.13.11.131/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.475900, 126.787000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.161/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.39.66.227/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.552100, 126.950500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.199.137/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.137.245.86/32', 'South Korea', 'Gyeongsangbuk-do', 'Pohang', 'Pohang, Gyeongsangbuk-do, South Korea', 36.001600, 129.350300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('49.175.164.136/32', 'South Korea', 'Seoul', 'Kayang-dong', 'Kayang-dong, Seoul, South Korea', 37.517900, 126.868200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.215.11.165/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.34.69/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.219.99/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.219.72.198/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.178.65.26/32', 'South Korea', 'Seoul', 'Gangseo-gu', 'Gangseo-gu, Seoul, South Korea', 37.569900, 126.853000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('182.229.32.154/32', 'South Korea', 'Daegu', 'Daegu', 'Daegu, Daegu, South Korea', 35.874300, 128.697000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.48.217.138/32', 'South Korea', 'Chungcheongnam-do', 'Buyeo-gun', 'Buyeo-gun, Chungcheongnam-do, South Korea', 36.271300, 126.911600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.179.210.215/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.7/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.204.169.106/32', 'South Korea', 'Gyeonggi-do', 'Anseong', 'Anseong, Gyeonggi-do, South Korea', 37.013800, 127.269800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.254.28.177/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.475900, 126.787000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.185.152.100/32', 'South Korea', 'Chungcheongnam-do', 'Seosan City', 'Seosan City, Chungcheongnam-do, South Korea', 36.775800, 126.449900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.198.190.49/32', 'South Korea', 'Gwangju', 'Buk-gu', 'Buk-gu, Gwangju, South Korea', 35.211800, 126.887600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.143.98/32', 'South Korea', 'Seoul', 'Yeongdeungpo-gu', 'Yeongdeungpo-gu, Seoul, South Korea', 37.524700, 126.913300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.88/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.118.36.105/32', 'South Korea', 'Chungcheongnam-do', 'Asan', 'Asan, Chungcheongnam-do, South Korea', 36.783600, 127.004200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.129/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('203.231.144.61/32', 'South Korea', 'Gyeongsangbuk-do', 'Pohang', 'Pohang, Gyeongsangbuk-do, South Korea', 36.034200, 129.370700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.125.6.119/32', 'South Korea', 'North Chungcheong', 'Boeun-gun', 'Boeun-gun, North Chungcheong, South Korea', 36.483900, 127.722900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.79.5.215/32', 'South Korea', 'Gyeonggi-do', 'Hwaseong-si', 'Hwaseong-si, Gyeonggi-do, South Korea', 37.207200, 126.816800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.181.75/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.101.203.48/32', 'South Korea', 'Gyeonggi-do', 'Gyeonggi-do', 'Gyeonggi-do, Gyeonggi-do, South Korea', 37.585900, 126.774500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.2.74/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.98.205.242/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.287200, 127.011600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.222.164.40/32', 'South Korea', 'Gyeongsangnam-do', 'Changwon', 'Changwon, Gyeongsangnam-do, South Korea', 35.231700, 128.682200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('183.98.129.158/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.223.231.46/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.199.135/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.131.30.128/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.114.41.134/32', 'South Korea', 'Sejong-si', 'Sejong', 'Sejong, Sejong-si, South Korea', 36.591600, 127.291600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.181.59/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.40.91.101/32', 'South Korea', 'Seoul', 'Gwangjin-gu', 'Gwangjin-gu, Seoul, South Korea', 37.540600, 127.076300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.191.17.213/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.74.62.74/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.21.63/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.77.58.136/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('27.168.114.250/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.223.112.37/32', 'South Korea', 'Gwangju', 'Gwangsan-gu', 'Gwangsan-gu, Gwangju, South Korea', 35.211900, 126.854500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.2.36/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.192.150.114/32', 'South Korea', 'Busan', 'Buk-gu', 'Buk-gu, Busan, South Korea', 35.223600, 129.009800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.210.233.213/32', 'South Korea', 'Gyeonggi-do', 'Gimpo-si', 'Gimpo-si, Gyeonggi-do, South Korea', 37.754200, 126.557000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.35.229.40/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.377000, 127.109100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.48.58.175/32', 'South Korea', 'Jeollanam-do', 'Suncheon', 'Suncheon, Jeollanam-do, South Korea', 34.978500, 127.485100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.77.100.238/32', 'South Korea', 'Busan', 'Saha-gu', 'Saha-gu, Busan, South Korea', 35.118700, 128.957000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.184.234.136/32', 'South Korea', 'Chungcheongnam-do', 'Seosan City', 'Seosan City, Chungcheongnam-do, South Korea', 36.775800, 126.449900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.19/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.130.197/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.145/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.242.55.17/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.89/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.218.24/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.47.202.18/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.228.5.235/32', 'South Korea', 'Gwangju', 'Nam-gu', 'Nam-gu, Gwangju, South Korea', 35.117700, 126.908700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.72.16/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.153.177.253/32', 'South Korea', 'Gyeonggi-do', 'Areannamkwaengi', 'Areannamkwaengi, Gyeonggi-do, South Korea', 37.074500, 127.326400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.204.137.93/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.136.245/32', 'South Korea', 'Seoul', 'Yeongdeungpo-gu', 'Yeongdeungpo-gu, Seoul, South Korea', 37.524700, 126.913300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.149.3.47/32', 'South Korea', 'Jeollanam-do', 'Haenam-gun', 'Haenam-gun, Jeollanam-do, South Korea', 34.571100, 126.601000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.151.201.239/32', 'South Korea', 'Gyeongsangbuk-do', 'Yeongju', 'Yeongju, Gyeongsangbuk-do, South Korea', 36.812400, 128.609700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.136/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.187.54.166/32', 'South Korea', 'Gwangju', 'Seo-gu', 'Seo-gu, Gwangju, South Korea', 35.164400, 126.854600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('180.80.112.236/32', 'South Korea', 'Incheon', 'Yeonsu-gu', 'Yeonsu-gu, Incheon, South Korea', 37.373600, 126.655500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.226.128/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.138.66.189/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.490900, 127.045200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.27/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.203.150/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.150.67.157/32', 'South Korea', 'Chungcheongnam-do', 'Chungcheongnam-do', 'Chungcheongnam-do, Chungcheongnam-do, South Korea', 36.503000, 127.002800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.168.110.147/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.267700, 127.045700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.200.179.133/32', 'South Korea', 'Busan', 'Busan', 'Busan, Busan, South Korea', 35.199500, 129.079900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.14.240.38/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.2.252/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.218.225/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.204.251/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.42.197.237/32', 'South Korea', 'Chungcheongnam-do', 'Boryeong', 'Boryeong, Chungcheongnam-do, South Korea', 36.352000, 126.602300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.70.47.11/32', 'South Korea', 'Seoul', 'Gangseo-gu', 'Gangseo-gu, Seoul, South Korea', 37.543800, 126.853800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.121.118.4/32', 'South Korea', 'Gyeonggi-do', 'Uiwang', 'Uiwang, Gyeonggi-do, South Korea', 37.396500, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.204.169.25/32', 'South Korea', 'Gyeonggi-do', 'Anseong', 'Anseong, Gyeonggi-do, South Korea', 37.013800, 127.269800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.168/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('182.215.120.69/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.250600, 127.066800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('203.228.37.61/32', 'South Korea', 'Gyeongsangbuk-do', 'Gyeongju', 'Gyeongju, Gyeongsangbuk-do, South Korea', 35.841300, 129.211100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.121.223.76/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.34.247.171/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.133.34.162/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.462500, 126.943800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.197.85.244/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.27.94.66/32', 'South Korea', 'Daejeon', 'Yuseong-gu', 'Yuseong-gu, Daejeon, South Korea', 36.392400, 127.410600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('168.126.136.68/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.250600, 127.066800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.82.89/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.177.40.198/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.646800, 126.884300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.204.180.9/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.185.247.104/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.150.16.242/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.487300, 126.922700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.176/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.186.123.249/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.157.84.116/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.356400, 127.112800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.161.208.191/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.679200, 126.818300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.157/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.51.248.237/32', 'South Korea', 'Gyeonggi-do', 'Gunpo', 'Gunpo, Gyeonggi-do, South Korea', 37.346600, 126.933200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.21.217.190/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.472300, 126.659400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.48.84.141/32', 'South Korea', 'Jeollanam-do', 'Haenam-gun', 'Haenam-gun, Jeollanam-do, South Korea', 34.540200, 126.516700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.90/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.221.140.2/32', 'South Korea', 'Seoul', 'Dobong-gu', 'Dobong-gu, Seoul, South Korea', 37.675000, 127.049600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.241.69.200/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.177/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.134/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.173/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.211.117.44/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.390700, 126.916700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('140.174.179.56/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.239.194.164/32', 'South Korea', 'Gyeonggi-do', 'Bucheon-si', 'Bucheon-si, Gyeonggi-do, South Korea', 37.498700, 126.782800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.159.30/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.152.55.210/32', 'South Korea', 'Seoul', 'Dobong-gu', 'Dobong-gu, Seoul, South Korea', 37.675000, 127.049600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.11.31/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.84.21.5/32', 'South Korea', 'Gyeongsangnam-do', 'Hapcheon-gun', 'Hapcheon-gun, Gyeongsangnam-do, South Korea', 35.569800, 128.158700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.215.148/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.21.93.51/32', 'South Korea', 'Ulsan', 'Ulsan', 'Ulsan, Ulsan, South Korea', 35.550200, 129.328500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.203.157.49/32', 'South Korea', 'Incheon', 'Incheon', 'Incheon, Incheon, South Korea', 37.458500, 126.701500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.78.80.26/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.510800, 127.104800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.108.4.74/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.235.111.48/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('180.65.219.52/32', 'South Korea', 'Gwangju', 'Dong-gu', 'Dong-gu, Gwangju, South Korea', 35.114600, 126.943400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.129/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.244.123.114/32', 'South Korea', 'Seoul', 'Eunpyeong-gu', 'Eunpyeong-gu, Seoul, South Korea', 37.605300, 126.923100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.223.26.63/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.492600, 126.920000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.114/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('117.111.12.85/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.9.220/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.13.18.98/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.19.225.21/32', 'South Korea', 'Busan', 'Saha-gu', 'Saha-gu, Busan, South Korea', 35.118700, 128.957000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.128.18/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.25/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.12/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.11/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.153/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.57.95.239/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.192.25/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.72.147/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.7.55.231/32', 'South Korea', 'Incheon', 'Namdong-gu', 'Namdong-gu, Incheon, South Korea', 37.456200, 126.728800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('49.142.69.179/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.490600, 127.016800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.142.3/32', 'South Korea', 'Seoul', 'Yeongdeungpo-gu', 'Yeongdeungpo-gu, Seoul, South Korea', 37.524700, 126.913300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.164.121.147/32', 'South Korea', 'Gwangju', 'Gwangsan-gu', 'Gwangsan-gu, Gwangju, South Korea', 35.156600, 126.803600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.235.66.78/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.232.200.179/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.226.226.50/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.184/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.170/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.192.53/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.39.86.155/32', 'South Korea', 'Seoul', 'Gwangjin-gu', 'Gwangjin-gu, Seoul, South Korea', 37.540600, 127.076300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.248.204.158/32', 'South Korea', 'Seoul', 'Nowon-gu', 'Nowon-gu, Seoul, South Korea', 37.653700, 127.071700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.70.54.144/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.36.217.161/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.142/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.174/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.150/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.130.142.245/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.296300, 127.050600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.53.188.21/32', 'South Korea', 'Gyeonggi-do', 'Namyangju', 'Namyangju, Gyeonggi-do, South Korea', 37.667500, 127.238300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.169.114.207/32', 'South Korea', 'Gyeonggi-do', 'Anseong', 'Anseong, Gyeonggi-do, South Korea', 37.013800, 127.269800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.212.25.154/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.230.115.75/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.823700, 127.147600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.185.247.57/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('119.207.166.243/32', 'South Korea', 'Gyeonggi-do', 'Gunpo', 'Gunpo, Gyeonggi-do, South Korea', 37.346600, 126.933200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.161.151.28/32', 'South Korea', 'Seoul', 'Jungnang-gu', 'Jungnang-gu, Seoul, South Korea', 37.604600, 127.088800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.204.13/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.252.47.68/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.3.164.233/32', 'South Korea', 'Jeollanam-do', 'Muan', 'Muan, Jeollanam-do, South Korea', 34.986700, 126.481700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.33.187.225/32', 'South Korea', 'Gyeonggi-do', 'Namyangju', 'Namyangju, Gyeonggi-do, South Korea', 37.622400, 127.150200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.244.132.248/32', 'South Korea', 'Seoul', 'Nowon-gu', 'Nowon-gu, Seoul, South Korea', 37.628900, 127.064800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('58.224.147.180/32', 'South Korea', 'Incheon', 'Yeonsu-gu', 'Yeonsu-gu, Incheon, South Korea', 37.395900, 126.640000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.105.23.150/32', 'South Korea', 'Jeollabuk-do', 'Iksan', 'Iksan, Jeollabuk-do, South Korea', 35.960600, 126.983000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.202.228/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('223.39.219.47/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.143/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.22.123.154/32', 'South Korea', 'Ulsan', 'Nam-gu', 'Nam-gu, Ulsan, South Korea', 35.533500, 129.317300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.226.165.121/32', 'South Korea', 'Incheon', 'Seo-gu', 'Seo-gu, Incheon, South Korea', 37.521400, 126.625100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.125.153.37/32', 'South Korea', 'Sejong-si', 'Sejong', 'Sejong, Sejong-si, South Korea', 36.591600, 127.291600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.64.161.83/32', 'South Korea', 'Seoul', 'Yeongdeungpo-gu', 'Yeongdeungpo-gu, Seoul, South Korea', 37.492600, 126.920000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.22/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('42.22.207.68/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('175.208.232.133/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.481800, 127.139200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.216.248.115/32', 'South Korea', 'Daejeon', 'Yuseong-gu', 'Yuseong-gu, Daejeon, South Korea', 36.373300, 127.324500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.169.76.48/32', 'South Korea', 'Gyeonggi-do', 'Pyeongtaek-si', 'Pyeongtaek-si, Gyeonggi-do, South Korea', 37.084700, 127.052500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.34/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('183.99.111.70/32', 'South Korea', 'Gyeonggi-do', 'Areannamkwaengi', 'Areannamkwaengi, Gyeonggi-do, South Korea', 37.074500, 127.326400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.109.114.59/32', 'South Korea', 'Seoul', 'Guro-gu', 'Guro-gu, Seoul, South Korea', 37.478400, 126.898200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.11.2.104/32', 'South Korea', 'Gyeonggi-do', 'Suwon', 'Suwon, Gyeonggi-do, South Korea', 37.267700, 127.045700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.34.247.68/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.141/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.128.56/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('39.7.54.240/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.173.236.204/32', 'South Korea', 'North Chungcheong', 'Jecheon', 'Jecheon, North Chungcheong, South Korea', 37.140000, 128.210600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.163.158.164/32', 'South Korea', 'Gyeongsangnam-do', 'Geoje', 'Geoje, Gyeongsangnam-do, South Korea', 34.883500, 128.618200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.117.8.14/32', 'South Korea', 'Seoul', 'Dongdaemun', 'Dongdaemun, Seoul, South Korea', 37.584100, 127.061600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.36.145.170/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.524500, 127.035400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.190.157.218/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.402700, 126.925700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.98.163.179/32', 'South Korea', 'Gyeonggi-do', 'Anyang-si', 'Anyang-si, Gyeonggi-do, South Korea', 37.402700, 126.925700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.158.239.173/32', 'South Korea', 'Jeollabuk-do', 'Gunsan', 'Gunsan, Jeollabuk-do, South Korea', 35.981200, 126.712000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('39.7.47.68/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('114.108.4.72/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.106.83.170/32', 'South Korea', 'Seoul', 'Gangnam-gu', 'Gangnam-gu, Seoul, South Korea', 37.509300, 127.046500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.36.229.195/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.487300, 126.922700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.180.83.184/32', 'South Korea', 'Jeollanam-do', 'Yeosu', 'Yeosu, Jeollanam-do, South Korea', 34.756600, 127.662600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.73.87/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.207.159/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.25/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.159.100.39/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.839600, 127.067100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('123.111.42.110/32', 'South Korea', 'Daegu', 'Daegu', 'Daegu, Daegu, South Korea', 35.858800, 128.607700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.76.19/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('123.214.63.222/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.377000, 127.109100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.11.6/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('210.99.28.101/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.377000, 127.109100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('221.161.34.243/32', 'South Korea', 'Gyeongsangnam-do', 'Gimhae', 'Gimhae, Gyeongsangnam-do, South Korea', 35.234200, 128.877700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.1.172.178/32', 'South Korea', 'Jeollabuk-do', 'Buan-gun', 'Buan-gun, Jeollabuk-do, South Korea', 35.733200, 126.730800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.35.50.202/32', 'South Korea', 'Daejeon', 'Yuseong-gu', 'Yuseong-gu, Daejeon, South Korea', 36.356700, 127.334400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('222.121.148.227/32', 'South Korea', 'Gyeonggi-do', 'Uiwang', 'Uiwang, Gyeonggi-do, South Korea', 37.366600, 126.951200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.201.135/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.131/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.142.226.122/32', 'South Korea', 'Gyeonggi-do', 'Pocheon-si', 'Pocheon-si, Gyeonggi-do, South Korea', 37.821200, 127.188000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.164.134.117/32', 'South Korea', 'Gyeonggi-do', 'Uijeongbu-si', 'Uijeongbu-si, Gyeonggi-do, South Korea', 37.741300, 127.036100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.235.13.218/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('39.125.46.181/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.125.137.239/32', 'South Korea', 'Chungcheongnam-do', 'Asan', 'Asan, Chungcheongnam-do, South Korea', 36.930700, 127.057000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.143.215.121/32', 'South Korea', 'Gyeonggi-do', 'Gimpo-si', 'Gimpo-si, Gyeonggi-do, South Korea', 37.626000, 126.715200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.90.89.151/32', 'South Korea', 'Jeollanam-do', 'Suncheon-si', 'Suncheon-si, Jeollanam-do, South Korea', 34.971600, 127.461000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.192.81/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.234.203.248/32', 'South Korea', 'Seoul', 'Yongsan-gu', 'Yongsan-gu, Seoul, South Korea', 37.533200, 126.969200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.8.140.188/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.35.154.135/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.85.177.75/32', 'South Korea', 'Jeollabuk-do', 'Jeonju', 'Jeonju, Jeollabuk-do, South Korea', 35.801400, 127.107600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.186.236.215/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.124.88.96/32', 'South Korea', 'Chungcheongnam-do', 'Gongju', 'Gongju, Chungcheongnam-do, South Korea', 36.477700, 127.131100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('218.158.86.157/32', 'South Korea', 'Daejeon', 'Daejeon', 'Daejeon, Daejeon, South Korea', 36.356600, 127.384900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.85.224.4/32', 'South Korea', 'North Chungcheong', 'Chinch''ŏn', 'Chinch''ŏn, North Chungcheong, South Korea', 36.858600, 127.447700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.12.200.34/32', 'South Korea', 'Gyeonggi-do', 'Seongnam-si', 'Seongnam-si, Gyeonggi-do, South Korea', 37.433100, 127.137500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.139/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.70.51.111/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('110.8.170.18/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.504900, 127.136700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('156.59.47.101/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.39.26.132/32', 'South Korea', 'Gyeongsangnam-do', 'Changwon', 'Changwon, Gyeongsangnam-do, South Korea', 35.231700, 128.682200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.149.222.50/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.26.59.41/32', 'South Korea', 'Daejeon', 'Yuseong-gu', 'Yuseong-gu, Daejeon, South Korea', 36.392400, 127.410600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.171/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.136.197.44/32', 'South Korea', 'Gyeonggi-do', 'Hwaseong-si', 'Hwaseong-si, Gyeonggi-do, South Korea', 37.207200, 126.816800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('112.166.96.247/32', 'South Korea', 'Chungcheongnam-do', 'Cheonan', 'Cheonan, Chungcheongnam-do, South Korea', 36.815100, 127.094400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.53.69.245/32', 'South Korea', 'Gyeonggi-do', 'Goyang-si', 'Goyang-si, Gyeonggi-do, South Korea', 37.639200, 126.837500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.10.150.245/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.501500, 127.001300)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.34.125.138/32', 'South Korea', 'Seoul', 'Gwanak-gu', 'Gwanak-gu, Seoul, South Korea', 37.487300, 126.922700)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('118.44.169.233/32', 'South Korea', 'North Chungcheong', 'Cheongju-si', 'Cheongju-si, North Chungcheong, South Korea', 36.637800, 127.483800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('115.23.63.15/32', 'South Korea', 'Gwangju', 'Gwangsan-gu', 'Gwangsan-gu, Gwangju, South Korea', 35.156600, 126.803600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.91.140/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.83.108.31/32', 'South Korea', 'Seoul', 'Yangcheon-gu', 'Yangcheon-gu, Seoul, South Korea', 37.539200, 126.860500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('147.46.92.179/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565800, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.133.232/32', 'South Korea', 'Seoul', 'Mapo-gu', 'Mapo-gu, Seoul, South Korea', 37.547900, 126.908600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('1.235.32.245/32', 'South Korea', 'Seoul', 'Songpa-gu', 'Songpa-gu, Seoul, South Korea', 37.501300, 127.118800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('121.187.10.74/32', 'South Korea', 'Gangwon-do', 'Wŏnju', 'Wŏnju, Gangwon-do, South Korea', 37.346800, 127.942400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.33.76.159/32', 'South Korea', 'Gyeonggi-do', 'Yongin-si', 'Yongin-si, Gyeonggi-do, South Korea', 37.310400, 127.067200)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.121.101.233/32', 'South Korea', 'Busan', 'Nam-gu', 'Nam-gu, Busan, South Korea', 35.127100, 129.100800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.52.96.21/32', 'South Korea', 'Seoul', 'Seocho-gu', 'Seocho-gu, Seoul, South Korea', 37.480200, 127.044400)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('61.83.185.245/32', 'South Korea', 'Gyeonggi-do', 'Hwaseong-si', 'Hwaseong-si, Gyeonggi-do, South Korea', 37.207200, 126.816800)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('211.39.65.160/32', 'South Korea', 'Jeju-do', 'Jeju City', 'Jeju City, Jeju-do, South Korea', 33.515700, 126.579900)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('116.124.153.130/32', 'South Korea', 'Seoul', 'Seoul', 'Seoul, Seoul, South Korea', 37.565600, 126.978000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('220.66.75.28/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('125.136.144.163/32', 'South Korea', 'Gwangju', 'Seo-gu', 'Seo-gu, Gwangju, South Korea', 35.164400, 126.854600)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('106.101.9.19/32', 'South Korea', 'Seoul', 'Dongjak-gu', 'Dongjak-gu, Seoul, South Korea', 37.500300, 126.956500)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('14.46.56.26/32', 'South Korea', 'Gyeongsangbuk-do', 'Yecheon-gun', 'Yecheon-gun, Gyeongsangbuk-do, South Korea', 36.574800, 128.470000)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|
|
INSERT INTO "geoip".ip_geoinfo (ip, country, region, city, address, latitude, longitude)
|
|
VALUES ('59.26.225.230/32', 'South Korea', '', '', 'South Korea', 37.511200, 126.974100)
|
|
ON CONFLICT (ip) DO UPDATE SET
|
|
country = EXCLUDED.country,
|
|
region = EXCLUDED.region,
|
|
city = EXCLUDED.city,
|
|
address = EXCLUDED.address,
|
|
latitude = EXCLUDED.latitude,
|
|
longitude = EXCLUDED.longitude;
|