summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaddie Zhan2022-01-18 17:33:03 +0800
committerMaddie Zhan2022-01-18 17:34:21 +0800
commit6e1a49c77176dc4061c9a7cb012b98f5fd5fb6b1 (patch)
tree0fcb7de1162cbabdf9bc8e7454616627f862ac69
parent208744899f279ed98584dbc028630f2c46245442 (diff)
downloadaur-overture.tar.gz
v1.8
-rw-r--r--.SRCINFO30
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD41
-rw-r--r--china_ip_list.txt5604
-rw-r--r--config.json77
-rw-r--r--config.yml44
-rw-r--r--domain_alternative1
-rw-r--r--domain_primary1
-rw-r--r--domain_ttl0
-rw-r--r--domain_ttl.txt1
-rw-r--r--gfwlist.txt5584
-rw-r--r--hosts1
-rw-r--r--ip_network_alternative1
-rw-r--r--ip_network_primary1
-rw-r--r--overture.install3
-rw-r--r--overture.service2
16 files changed, 98 insertions, 11303 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e94f1a49187..0657de6d1be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = overture
pkgdesc = A DNS upstream switcher written in Go in order to purify DNS records
- pkgver = 1.6
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/shawn1m/overture
install = overture.install
@@ -13,25 +13,29 @@ pkgbase = overture
license = MIT
makedepends = go>=1.12
optdepends = dnsmasq: advanced DNS configuration
+ optdepends = redis: dns caching
provides = overture
backup = etc/overture/config.json
backup = etc/overture/hosts
backup = etc/overture/china_ip_list.txt
backup = etc/overture/gfwlist.txt
- source = git+https://github.com/shawn1m/overture.git#tag=v1.6
- source = china_ip_list.txt
- source = domain_ttl.txt
- source = config.json
- source = gfwlist.txt
+ source = git+https://github.com/shawn1m/overture.git#tag=v1.8
+ source = config.yml
source = hosts
+ source = domain_ttl
+ source = domain_primary
+ source = domain_alternative
+ source = ip_network_primary
+ source = ip_network_alternative
source = overture.service
sha256sums = SKIP
- sha256sums = 82948c5f5d806b384a4eda405fba0691c8df10cd1293d116a80d427ebe802e18
- sha256sums = 107cb3b11c4a06d5a804c4375c56890fd8e2006ecd978ad76332dc480e0e1946
- sha256sums = e8ceec2fa23e92fc56db895b40503ed0dde6ebcb46d98b9fb43e9760515b0d7a
- sha256sums = b9faeacafaf842f6643a81b6d85c60bf7d045132b661f787e6ced19318d4d049
- sha256sums = 02c82a9ffce44f1517b0b64380e11ea41d15812267a0fbff97221b5a6921df50
- sha256sums = 9529e60a7963fd284ad2afb99d28803af90f16db99a1ba662ac5c7fd52903d3f
+ sha256sums = fbcfe2e13118045ca6608e833795ea1e3e8595d2bc608e468f002a6c5c9c4c17
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums = 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
+ sha256sums = 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
+ sha256sums = 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
+ sha256sums = 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
+ sha256sums = 3ff281e0fe9407b414e6c4be573bdd0afc660c961d8eb6d93bfec2e160025590
pkgname = overture
-
diff --git a/.gitignore b/.gitignore
index 7c6dd7f98855..2ec9eb1bc735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,10 @@
!.SRCINFO
# add files that don't have an online source
-!china_ip_list.txt
-!domain_ttl.txt
-!config.json
-!gfwlist.txt
+!config.yml
+!domain_alternative
+!domain_primary
+!domain_ttl
!hosts
+!ip_network_alternative
+!ip_network_primary
diff --git a/PKGBUILD b/PKGBUILD
index dd0ed232a17e..9d9095498117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Maddie Zhan <maddie@emzee.be>
pkgname=overture
-pkgver=1.6
+pkgver=1.8
pkgrel=1
pkgdesc="A DNS upstream switcher written in Go in order to purify DNS records"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/shawn1m/overture"
license=("MIT")
provides=("overture")
-optdepends=("dnsmasq: advanced DNS configuration")
+optdepends=("dnsmasq: advanced DNS configuration" "redis: dns caching")
makedepends=("go>=1.12")
backup=("etc/overture/config.json" "etc/overture/hosts" "etc/overture/china_ip_list.txt" "etc/overture/gfwlist.txt")
@@ -17,20 +17,24 @@ install=${pkgname}.install
_gourl=github.com/shawn1m/${pkgname}
source=("git+https://github.com/shawn1m/${pkgname}.git#tag=v${pkgver}"
- "china_ip_list.txt"
- "domain_ttl.txt"
- "config.json"
- "gfwlist.txt"
+ "config.yml"
"hosts"
+ "domain_ttl"
+ "domain_primary"
+ "domain_alternative"
+ "ip_network_primary"
+ "ip_network_alternative"
"overture.service")
sha256sums=("SKIP"
- "82948c5f5d806b384a4eda405fba0691c8df10cd1293d116a80d427ebe802e18"
- "107cb3b11c4a06d5a804c4375c56890fd8e2006ecd978ad76332dc480e0e1946"
- "e8ceec2fa23e92fc56db895b40503ed0dde6ebcb46d98b9fb43e9760515b0d7a"
- "b9faeacafaf842f6643a81b6d85c60bf7d045132b661f787e6ced19318d4d049"
- "02c82a9ffce44f1517b0b64380e11ea41d15812267a0fbff97221b5a6921df50"
- "9529e60a7963fd284ad2afb99d28803af90f16db99a1ba662ac5c7fd52903d3f")
+ "fbcfe2e13118045ca6608e833795ea1e3e8595d2bc608e468f002a6c5c9c4c17"
+ "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
+ "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
+ "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
+ "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
+ "3ff281e0fe9407b414e6c4be573bdd0afc660c961d8eb6d93bfec2e160025590")
_goroot="/usr/lib/go"
@@ -47,11 +51,13 @@ package() {
install -Dm0755 "$srcdir/${pkgname}/out/$pkgname" "$pkgdir/usr/bin/$pkgname"
# Config and other files
- install -Dm0644 "$srcdir/config.json" "$pkgdir/etc/overture/config.json"
- install -Dm0644 "$srcdir/domain_ttl.txt" "$pkgdir/etc/overture/domain_ttl.txt"
- install -Dm0644 "$srcdir/china_ip_list.txt" "$pkgdir/etc/overture/china_ip_list.txt"
- install -Dm0644 "$srcdir/gfwlist.txt" "$pkgdir/etc/overture/gfwlist.txt"
+ install -Dm0644 "$srcdir/config.yml" "$pkgdir/etc/overture/config.yml"
install -Dm0644 "$srcdir/hosts" "$pkgdir/etc/overture/hosts"
+ install -Dm0644 "$srcdir/domain_ttl" "$pkgdir/etc/overture/domain_ttl"
+ install -Dm0644 "$srcdir/domain_primary" "$pkgdir/etc/overture/domain_primary"
+ install -Dm0644 "$srcdir/domain_alternative" "$pkgdir/etc/overture/domain_alternative"
+ install -Dm0644 "$srcdir/ip_network_primary" "$pkgdir/etc/overture/ip_network_primary"
+ install -Dm0644 "$srcdir/ip_network_alternative" "$pkgdir/etc/overture/ip_network_alternative"
# Service
install -Dm0644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
@@ -63,4 +69,7 @@ package() {
post_upgrade() {
echo "If you're upgrading from pre-1.4 versions, please make sure your config.json"
echo "is up to date with the v1.4 format, or else Overture might not start properly."
+ echo
+ echo "If you're upgrading from previous versions that uses config.json, please migrate"
+ echo "your configuration to config.yml."
}
diff --git a/china_ip_list.txt b/china_ip_list.txt
deleted file mode 100644
index 7c9a44a5e1c8..000000000000
--- a/china_ip_list.txt
+++ /dev/null
@@ -1,5604 +0,0 @@
-1.0.1.0/24
-1.0.2.0/23
-1.0.8.0/21
-1.0.32.0/19
-1.1.0.0/24
-1.1.2.0/23
-1.1.4.0/22
-1.1.8.0/21
-1.1.16.0/20
-1.1.32.0/19
-1.2.0.0/23
-1.2.2.0/24
-1.2.5.0/24
-1.2.6.0/23
-1.2.8.0/21
-1.2.16.0/20
-1.2.32.0/19
-1.2.64.0/18
-1.3.0.0/16
-1.4.1.0/24
-1.4.2.0/23
-1.4.4.0/22
-1.4.8.0/21
-1.4.16.0/20
-1.4.32.0/19
-1.4.64.0/18
-1.8.0.0/18
-1.8.64.0/19
-1.8.96.0/22
-1.8.100.0/23
-1.8.112.0/20
-1.8.128.0/20
-1.8.144.0/22
-1.8.148.0/23
-1.8.154.0/23
-1.8.156.0/22
-1.8.160.0/19
-1.8.192.0/19
-1.8.224.0/20
-1.8.244.0/22
-1.8.248.0/21
-1.10.0.0/21
-1.10.8.0/23
-1.10.11.0/24
-1.10.12.0/22
-1.10.16.0/20
-1.10.32.0/19
-1.10.64.0/18
-1.12.0.0/14
-1.24.0.0/13
-1.45.0.0/16
-1.48.0.0/14
-1.56.0.0/13
-1.68.0.0/14
-1.80.0.0/12
-1.116.0.0/14
-1.180.0.0/14
-1.184.0.0/15
-1.188.0.0/14
-1.192.0.0/13
-1.202.0.0/15
-1.204.0.0/14
-8.128.0.0/10
-8.208.64.0/18
-8.208.128.0/17
-8.209.0.0/16
-8.210.0.0/15
-8.212.0.0/14
-8.216.0.0/13
-14.0.0.0/21
-14.0.12.0/22
-14.1.0.0/22
-14.1.24.0/22
-14.1.108.0/22
-14.16.0.0/12
-14.102.128.0/22
-14.102.180.0/22
-14.103.0.0/16
-14.104.0.0/13
-14.112.0.0/12
-14.130.0.0/15
-14.134.0.0/15
-14.144.0.0/12
-14.192.60.0/22
-14.192.76.0/22
-14.196.0.0/15
-14.204.0.0/15
-14.208.0.0/12
-20.134.160.0/20
-20.139.160.0/20
-27.0.128.0/21
-27.0.160.0/21
-27.0.188.0/22
-27.0.204.0/22
-27.0.208.0/21
-27.8.0.0/13
-27.16.0.0/12
-27.34.232.0/21
-27.36.0.0/14
-27.40.0.0/13
-27.50.40.0/21
-27.50.128.0/17
-27.54.72.0/21
-27.54.152.0/21
-27.54.192.0/18
-27.98.208.0/20
-27.98.224.0/19
-27.99.128.0/17
-27.103.0.0/16
-27.106.128.0/18
-27.106.204.0/22
-27.109.32.0/19
-27.109.124.0/22
-27.112.0.0/18
-27.112.80.0/20
-27.112.112.0/21
-27.113.128.0/18
-27.115.0.0/17
-27.116.44.0/22
-27.121.72.0/21
-27.121.120.0/21
-27.128.0.0/15
-27.131.220.0/22
-27.144.0.0/16
-27.148.0.0/14
-27.152.0.0/13
-27.184.0.0/13
-27.192.0.0/11
-27.224.0.0/14
-36.0.0.0/22
-36.0.16.0/20
-36.0.32.0/19
-36.0.64.0/18
-36.0.128.0/17
-36.1.0.0/16
-36.4.0.0/14
-36.16.0.0/12
-36.32.0.0/14
-36.36.0.0/16
-36.37.0.0/19
-36.37.36.0/23
-36.37.39.0/24
-36.37.40.0/21
-36.37.48.0/20
-36.40.0.0/13
-36.48.0.0/15
-36.51.0.0/17
-36.51.128.0/18
-36.51.192.0/19
-36.51.224.0/20
-36.51.240.0/21
-36.51.248.0/22
-36.51.252.0/23
-36.56.0.0/13
-36.96.0.0/11
-36.128.0.0/10
-36.192.0.0/11
-36.248.0.0/14
-36.254.0.0/16
-36.255.116.0/22
-36.255.128.0/22
-36.255.164.0/22
-36.255.172.0/22
-36.255.176.0/22
-39.0.0.0/24
-39.0.2.0/23
-39.0.4.0/22
-39.0.8.0/21
-39.0.16.0/20
-39.0.32.0/19
-39.0.64.0/18
-39.0.128.0/17
-39.64.0.0/11
-39.96.0.0/13
-39.104.0.0/14
-39.108.0.0/16
-39.109.120.0/23
-39.128.0.0/10
-40.0.176.0/20
-40.0.247.0/24
-40.0.248.0/22
-40.0.252.0/23
-40.0.255.0/24
-40.72.0.0/15
-40.125.128.0/17
-40.126.64.0/18
-40.198.10.0/24
-40.198.16.0/21
-40.198.24.0/23
-40.251.225.0/24
-40.251.227.0/24
-42.0.0.0/22
-42.0.8.0/21
-42.0.16.0/21
-42.0.24.0/22
-42.0.32.0/19
-42.0.128.0/17
-42.1.0.0/19
-42.1.32.0/20
-42.1.48.0/21
-42.1.56.0/22
-42.4.0.0/14
-42.48.0.0/13
-42.56.0.0/14
-42.62.0.0/17
-42.62.128.0/19
-42.62.160.0/20
-42.62.180.0/22
-42.62.184.0/21
-42.63.0.0/16
-42.80.0.0/15
-42.83.64.0/20
-42.83.80.0/22
-42.83.88.0/21
-42.83.96.0/19
-42.83.128.0/23
-42.83.134.0/24
-42.83.140.0/24
-42.83.142.0/23
-42.83.144.0/20
-42.83.160.0/19
-42.83.192.0/18
-42.84.0.0/14
-42.88.0.0/13
-42.96.64.0/19
-42.96.96.0/21
-42.96.108.0/22
-42.96.112.0/20
-42.96.128.0/17
-42.97.0.0/16
-42.99.0.0/18
-42.99.64.0/19
-42.99.96.0/20
-42.99.112.0/22
-42.99.120.0/21
-42.100.0.0/14
-42.120.0.0/15
-42.122.0.0/16
-42.123.0.0/19
-42.123.36.0/22
-42.123.40.0/21
-42.123.48.0/20
-42.123.64.0/18
-42.123.128.0/17
-42.128.0.0/12
-42.156.0.0/19
-42.156.36.0/22
-42.156.40.0/21
-42.156.48.0/20
-42.156.64.0/18
-42.156.128.0/17
-42.157.0.0/16
-42.158.0.0/15
-42.160.0.0/12
-42.176.0.0/13
-42.184.0.0/15
-42.186.0.0/16
-42.187.0.0/18
-42.187.64.0/19
-42.187.96.0/20
-42.187.112.0/21
-42.187.120.0/22
-42.187.128.0/17
-42.192.0.0/13
-42.201.0.0/17
-42.202.0.0/15
-42.204.0.0/14
-42.208.0.0/12
-42.224.0.0/12
-42.240.0.0/16
-42.242.0.0/15
-42.244.0.0/15
-42.246.0.0/16
-42.247.0.0/22
-42.247.4.0/24
-42.247.5.0/25
-42.247.5.128/26
-42.247.5.204/30
-42.247.5.208/28
-42.247.5.224/27
-42.247.6.0/23
-42.247.8.0/21
-42.247.16.0/20
-42.247.32.0/19
-42.247.64.0/18
-42.247.128.0/17
-42.248.0.0/13
-43.224.12.0/22
-43.224.24.0/22
-43.224.44.0/22
-43.224.52.0/22
-43.224.56.0/22
-43.224.64.0/21
-43.224.72.0/22
-43.224.80.0/22
-43.224.100.0/22
-43.224.144.0/22
-43.224.160.0/22
-43.224.176.0/22
-43.224.184.0/22
-43.224.200.0/21
-43.224.208.0/21
-43.224.216.0/22
-43.224.240.0/22
-43.225.76.0/22
-43.225.84.0/23
-43.225.86.0/24
-43.225.120.0/22
-43.225.180.0/22
-43.225.208.0/22
-43.225.216.0/21
-43.225.224.0/20
-43.225.240.0/21
-43.225.252.0/22
-43.226.32.0/19
-43.226.64.0/19
-43.226.96.0/20
-43.226.112.0/21
-43.226.120.0/22
-43.226.128.0/19
-43.226.160.0/21
-43.226.236.0/22
-43.226.240.0/20
-43.227.0.0/21
-43.227.8.0/22
-43.227.32.0/19
-43.227.64.0/19
-43.227.104.0/22
-43.227.136.0/21
-43.227.144.0/22
-43.227.152.0/21
-43.227.160.0/20
-43.227.176.0/21
-43.227.188.0/22
-43.227.192.0/19
-43.227.232.0/22
-43.227.248.0/21
-43.228.0.0/18
-43.228.64.0/21
-43.228.76.0/22
-43.228.100.0/22
-43.228.116.0/24
-43.228.118.0/23
-43.228.132.0/22
-43.228.136.0/22
-43.228.148.0/22
-43.228.152.0/22
-43.228.188.0/22
-43.229.40.0/22
-43.229.56.0/22
-43.229.96.0/22
-43.229.136.0/21
-43.229.168.0/21
-43.229.176.0/20
-43.229.192.0/21
-43.229.216.0/21
-43.229.232.0/21
-43.230.20.0/22
-43.230.32.0/22
-43.230.68.0/22
-43.230.72.0/22
-43.230.84.0/22
-43.230.124.0/22
-43.230.220.0/22
-43.230.224.0/19
-43.231.12.0/22
-43.231.32.0/20
-43.231.80.0/20
-43.231.96.0/20
-43.231.136.0/21
-43.231.144.0/20
-43.231.160.0/20
-43.231.176.0/21
-43.236.0.0/15
-43.238.0.0/16
-43.239.0.0/19
-43.239.32.0/20
-43.239.48.0/22
-43.239.116.0/22
-43.239.120.0/22
-43.239.172.0/22
-43.240.0.0/22
-43.240.56.0/21
-43.240.68.0/22
-43.240.72.0/21
-43.240.84.0/22
-43.240.124.0/22
-43.240.128.0/21
-43.240.136.0/22
-43.240.156.0/22
-43.240.160.0/19
-43.240.192.0/19
-43.240.240.0/20
-43.241.0.0/20
-43.241.16.0/21
-43.241.48.0/22
-43.241.76.0/22
-43.241.80.0/20
-43.241.112.0/22
-43.241.168.0/21
-43.241.176.0/21
-43.241.184.0/22
-43.241.208.0/20
-43.241.224.0/20
-43.241.240.0/22
-43.241.248.0/22
-43.242.8.0/21
-43.242.16.0/20
-43.242.48.0/22
-43.242.53.0/24
-43.242.54.0/23
-43.242.56.0/21
-43.242.64.0/22
-43.242.72.0/21
-43.242.80.0/20
-43.242.96.0/22
-43.242.144.0/20
-43.242.160.0/21
-43.242.180.0/22
-43.242.188.0/22
-43.242.192.0/21
-43.242.204.0/22
-43.242.216.0/21
-43.242.252.0/22
-43.243.4.0/22
-43.243.8.0/21
-43.243.16.0/22
-43.243.88.0/22
-43.243.128.0/22
-43.243.136.0/22
-43.243.144.0/21
-43.243.156.0/22
-43.243.180.0/22
-43.243.228.0/22
-43.243.232.0/22
-43.243.244.0/22
-43.246.0.0/18
-43.246.64.0/19
-43.246.96.0/22
-43.246.228.0/22
-43.247.4.0/22
-43.247.8.0/22
-43.247.44.0/22
-43.247.48.0/22
-43.247.68.0/22
-43.247.76.0/22
-43.247.84.0/22
-43.247.88.0/21
-43.247.96.0/21
-43.247.108.0/22
-43.247.112.0/22
-43.247.148.0/22
-43.247.152.0/22
-43.247.176.0/20
-43.247.196.0/22
-43.247.200.0/21
-43.247.208.0/20
-43.247.224.0/19
-43.248.0.0/21
-43.248.20.0/22
-43.248.28.0/22
-43.248.48.0/22
-43.248.76.0/22
-43.248.80.0/20
-43.248.96.0/19
-43.248.128.0/20
-43.248.144.0/21
-43.248.176.0/20
-43.248.192.0/20
-43.248.208.0/22
-43.248.228.0/22
-43.248.232.0/22
-43.248.244.0/22
-43.249.4.0/22
-43.249.120.0/22
-43.249.132.0/22
-43.249.136.0/22
-43.249.144.0/20
-43.249.160.0/21
-43.249.168.0/22
-43.249.192.0/22
-43.249.236.0/22
-43.250.4.0/22
-43.250.12.0/22
-43.250.16.0/21
-43.250.28.0/22
-43.250.32.0/22
-43.250.96.0/20
-43.250.112.0/21
-43.250.128.0/22
-43.250.144.0/21
-43.250.160.0/22
-43.250.168.0/22
-43.250.176.0/22
-43.250.200.0/22
-43.250.212.0/22
-43.250.216.0/21
-43.250.236.0/22
-43.250.244.0/22
-43.251.4.0/22
-43.251.12.0/22
-43.251.36.0/22
-43.251.192.0/22
-43.251.232.0/22
-43.251.244.0/22
-43.252.48.0/22
-43.252.56.0/22
-43.252.224.0/22
-43.254.0.0/21
-43.254.8.0/22
-43.254.24.0/22
-43.254.36.0/22
-43.254.44.0/22
-43.254.52.0/22
-43.254.64.0/22
-43.254.72.0/22
-43.254.84.0/22
-43.254.88.0/21
-43.254.100.0/22
-43.254.104.0/22
-43.254.112.0/21
-43.254.128.0/22
-43.254.136.0/21
-43.254.144.0/20
-43.254.168.0/21
-43.254.180.0/22
-43.254.184.0/21
-43.254.192.0/22
-43.254.200.0/22
-43.254.208.0/22
-43.254.220.0/22
-43.254.224.0/20
-43.254.240.0/22
-43.254.248.0/21
-43.255.0.0/21
-43.255.8.0/22
-43.255.16.0/22
-43.255.48.0/22
-43.255.64.0/20
-43.255.84.0/22
-43.255.96.0/22
-43.255.144.0/22
-43.255.176.0/22
-43.255.184.0/22
-43.255.192.0/22
-43.255.200.0/21
-43.255.208.0/21
-43.255.224.0/21
-43.255.232.0/22
-43.255.244.0/22
-45.40.192.0/20
-45.40.216.0/21
-45.40.224.0/19
-45.65.16.0/20
-45.112.132.0/22
-45.112.188.0/22
-45.112.208.0/22
-45.112.216.0/21
-45.112.228.0/22
-45.112.232.0/21
-45.113.12.0/22
-45.113.16.0/20
-45.113.40.0/22
-45.113.52.0/22
-45.113.72.0/22
-45.113.144.0/21
-45.113.168.0/22
-45.113.184.0/22
-45.113.200.0/21
-45.113.208.0/20
-45.113.228.0/22
-45.113.240.0/22
-45.113.252.0/22
-45.114.0.0/22
-45.114.32.0/22
-45.114.40.0/22
-45.114.52.0/22
-45.114.96.0/22
-45.114.136.0/22
-45.114.196.0/22
-45.114.200.0/22
-45.114.228.0/22
-45.114.236.0/22
-45.114.252.0/22
-45.115.44.0/22
-45.115.100.0/22
-45.115.120.0/22
-45.115.132.0/22
-45.115.144.0/22
-45.115.156.0/22
-45.115.164.0/22
-45.115.200.0/22
-45.115.212.0/22
-45.115.216.0/22
-45.115.244.0/22
-45.115.248.0/22
-45.116.16.0/21
-45.116.24.0/22
-45.116.32.0/21
-45.116.52.0/22
-45.116.96.0/21
-45.116.140.0/22
-45.116.152.0/22
-45.116.208.0/22
-45.117.8.0/22
-45.117.20.0/22
-45.117.68.0/22
-45.117.124.0/22
-45.117.252.0/22
-45.119.60.0/22
-45.119.64.0/21
-45.119.72.0/22
-45.119.104.0/22
-45.119.232.0/22
-45.120.100.0/22
-45.120.140.0/22
-45.120.164.0/22
-45.120.240.0/22
-45.121.52.0/22
-45.121.64.0/21
-45.121.72.0/22
-45.121.92.0/22
-45.121.96.0/22
-45.121.172.0/22
-45.121.176.0/22
-45.121.240.0/20
-45.122.0.0/19
-45.122.32.0/21
-45.122.40.0/22
-45.122.60.0/22
-45.122.64.0/19
-45.122.96.0/20
-45.122.112.0/21
-45.122.160.0/19
-45.122.192.0/20
-45.122.208.0/21
-45.122.216.0/22
-45.123.28.0/22
-45.123.32.0/21
-45.123.44.0/22
-45.123.48.0/20
-45.123.64.0/20
-45.123.80.0/21
-45.123.120.0/22
-45.123.128.0/21
-45.123.136.0/22
-45.123.148.0/22
-45.123.152.0/21
-45.123.164.0/22
-45.123.168.0/21
-45.123.176.0/21
-45.123.184.0/22
-45.123.204.0/22
-45.123.212.0/22
-45.123.224.0/19
-45.124.0.0/22
-45.124.20.0/22
-45.124.28.0/22
-45.124.32.0/21
-45.124.44.0/22
-45.124.68.0/22
-45.124.76.0/22
-45.124.80.0/22
-45.124.100.0/22
-45.124.124.0/22
-45.124.172.0/22
-45.124.176.0/22
-45.124.208.0/22
-45.124.248.0/22
-45.125.24.0/22
-45.125.44.0/22
-45.125.52.0/22
-45.125.56.0/22
-45.125.76.0/22
-45.125.80.0/20
-45.125.96.0/21
-45.125.136.0/22
-45.126.48.0/21
-45.126.108.0/22
-45.126.112.0/21
-45.126.120.0/22
-45.126.220.0/22
-45.127.8.0/21
-45.127.128.0/22
-45.127.144.0/21
-45.127.156.0/22
-45.248.8.0/22
-45.248.80.0/22
-45.248.88.0/22
-45.248.96.0/20
-45.248.128.0/21
-45.248.204.0/22
-45.248.208.0/20
-45.248.224.0/19
-45.249.0.0/21
-45.249.12.0/22
-45.249.16.0/20
-45.249.32.0/21
-45.249.112.0/22
-45.249.188.0/22
-45.249.192.0/20
-45.249.208.0/21
-45.250.12.0/22
-45.250.16.0/22
-45.250.28.0/22
-45.250.32.0/21
-45.250.40.0/22
-45.250.76.0/22
-45.250.80.0/20
-45.250.96.0/22
-45.250.104.0/21
-45.250.112.0/20
-45.250.128.0/20
-45.250.144.0/21
-45.250.152.0/22
-45.250.164.0/22
-45.250.180.0/22
-45.250.184.0/21
-45.250.192.0/22
-45.251.0.0/22
-45.251.8.0/22
-45.251.16.0/21
-45.251.52.0/22
-45.251.84.0/22
-45.251.88.0/21
-45.251.96.0/21
-45.251.120.0/21
-45.251.136.0/21
-45.251.144.0/20
-45.251.160.0/19
-45.251.192.0/19
-45.251.224.0/22
-45.252.0.0/19
-45.252.32.0/20
-45.252.48.0/22
-45.252.84.0/22
-45.252.88.0/21
-45.252.96.0/19
-45.252.128.0/19
-45.252.160.0/20
-45.252.176.0/22
-45.252.192.0/19
-45.252.224.0/21
-45.252.232.0/22
-45.253.0.0/18
-45.253.64.0/20
-45.253.80.0/21
-45.253.92.0/22
-45.253.96.0/20
-45.253.112.0/21
-45.253.120.0/22
-45.253.130.0/23
-45.253.132.0/22
-45.253.136.0/21
-45.253.144.0/20
-45.253.160.0/19
-45.253.192.0/18
-45.254.0.0/20
-45.254.16.0/21
-45.254.28.0/22
-45.254.40.0/22
-45.254.48.0/20
-45.254.64.0/18
-45.254.128.0/18
-45.254.192.0/19
-45.254.224.0/21
-45.254.236.0/22
-45.254.240.0/22
-45.254.248.0/22
-45.255.0.0/18
-45.255.64.0/19
-45.255.96.0/20
-45.255.112.0/21
-45.255.120.0/22
-45.255.136.0/21
-45.255.144.0/20
-45.255.160.0/19
-45.255.192.0/19
-45.255.224.0/20
-45.255.240.0/21
-45.255.248.0/22
-46.61.179.170/31
-46.248.24.0/23
-47.92.0.0/14
-47.96.0.0/11
-49.4.0.0/14
-49.51.56.0/22
-49.51.60.0/23
-49.51.110.0/23
-49.51.112.0/20
-49.52.0.0/14
-49.64.0.0/11
-49.112.0.0/13
-49.120.0.0/14
-49.128.0.0/24
-49.128.2.0/23
-49.128.4.0/22
-49.140.0.0/15
-49.152.0.0/14
-49.208.0.0/14
-49.220.0.0/14
-49.232.0.0/14
-49.239.0.0/18
-49.239.192.0/18
-52.80.0.0/15
-52.82.0.0/17
-52.82.128.0/19
-52.82.176.0/21
-52.82.184.0/23
-52.82.187.0/24
-52.82.188.0/22
-52.82.192.0/18
-52.83.0.0/16
-52.94.249.0/27
-52.95.216.104/30
-54.222.0.0/15
-54.231.208.0/20
-54.240.224.0/24
-57.92.96.0/20
-58.14.0.0/15
-58.16.0.0/13
-58.24.0.0/15
-58.30.0.0/15
-58.32.0.0/11
-58.65.232.0/21
-58.66.0.0/15
-58.68.128.0/19
-58.68.160.0/23
-58.68.163.0/24
-58.68.164.0/22
-58.68.179.0/24
-58.68.180.0/24
-58.68.200.0/21
-58.68.208.0/20
-58.68.224.0/19
-58.82.0.0/17
-58.83.0.0/16
-58.87.64.0/18
-58.99.128.0/17
-58.100.0.0/15
-58.116.0.0/14
-58.128.0.0/13
-58.144.0.0/16
-58.154.0.0/15
-58.192.0.0/11
-58.240.0.0/12
-59.32.0.0/11
-59.64.0.0/12
-59.80.0.0/15
-59.82.0.0/17
-59.82.128.0/18
-59.82.192.0/19
-59.82.224.0/20
-59.82.240.0/22
-59.82.248.0/21
-59.83.0.0/18
-59.83.132.0/22
-59.83.136.0/21
-59.83.144.0/20
-59.83.160.0/19
-59.83.192.0/18
-59.107.0.0/16
-59.108.0.0/14
-59.151.0.0/17
-59.152.16.0/20
-59.152.36.0/22
-59.152.64.0/20
-59.152.112.0/21
-59.153.4.0/22
-59.153.32.0/22
-59.153.64.0/21
-59.153.72.0/22
-59.153.92.0/22
-59.153.136.0/22
-59.153.152.0/21
-59.153.164.0/22
-59.153.168.0/21
-59.153.176.0/20
-59.153.192.0/22
-59.155.0.0/16
-59.172.0.0/14
-59.191.0.0/17
-59.192.0.0/10
-60.0.0.0/11
-60.55.0.0/16
-60.63.0.0/16
-60.160.0.0/11
-60.194.0.0/15
-60.200.0.0/13
-60.208.0.0/12
-60.232.0.0/15
-60.235.0.0/16
-60.245.128.0/17
-60.247.0.0/16
-60.252.0.0/16
-60.253.128.0/17
-60.255.0.0/16
-61.4.81.0/24
-61.4.82.0/23
-61.4.84.0/22
-61.4.88.0/21
-61.4.176.0/20
-61.8.160.0/20
-61.14.212.0/22
-61.14.216.0/21
-61.14.240.0/21
-61.28.0.0/17
-61.29.128.0/18
-61.29.192.0/19
-61.29.224.0/20
-61.45.128.0/18
-61.45.224.0/20
-61.47.128.0/18
-61.48.0.0/13
-61.87.192.0/18
-61.128.0.0/10
-61.213.145.106/32
-61.232.0.0/14
-61.236.0.0/15
-61.240.0.0/14
-62.234.0.0/16
-64.85.27.0/24
-65.55.60.184/30
-68.79.0.0/18
-69.230.192.0/18
-69.231.128.0/18
-69.234.192.0/18
-69.235.128.0/18
-71.131.192.0/18
-71.132.0.0/18
-71.136.64.0/18
-71.137.0.0/18
-72.163.248.0/22
-81.68.0.0/14
-82.156.0.0/15
-87.254.207.0/24
-93.183.14.0/24
-93.183.18.0/24
-94.191.0.0/17
-101.0.0.0/22
-101.1.0.0/22
-101.2.172.0/22
-101.4.0.0/14
-101.16.0.0/12
-101.32.0.0/14
-101.36.0.0/18
-101.36.64.0/20
-101.36.88.0/21
-101.36.96.0/19
-101.36.128.0/17
-101.37.0.0/16
-101.38.0.0/15
-101.40.0.0/13
-101.48.0.0/15
-101.50.8.0/21
-101.50.56.0/22
-101.52.0.0/16
-101.53.100.0/22
-101.54.0.0/16
-101.55.224.0/21
-101.64.0.0/13
-101.72.0.0/14
-101.76.0.0/15
-101.78.0.0/22
-101.78.32.0/19
-101.80.0.0/12
-101.96.0.0/21
-101.96.8.0/22
-101.96.16.0/20
-101.96.128.0/17
-101.99.96.0/19
-101.101.64.0/19
-101.101.100.0/24
-101.101.102.0/23
-101.101.104.0/21
-101.101.112.0/20
-101.102.64.0/19
-101.102.100.0/23
-101.102.102.0/24
-101.102.104.0/21
-101.102.112.0/20
-101.104.0.0/14
-101.110.64.0/19
-101.110.96.0/20
-101.110.116.0/22
-101.110.120.0/21
-101.120.0.0/14
-101.124.0.0/15
-101.126.0.0/16
-101.128.0.0/22
-101.128.8.0/21
-101.128.16.0/20
-101.128.32.0/19
-101.129.0.0/16
-101.130.0.0/15
-101.132.0.0/15
-101.134.0.0/17
-101.134.128.0/19
-101.134.160.0/20
-101.134.176.0/21
-101.134.184.0/22
-101.134.189.0/24
-101.134.190.0/23
-101.134.192.0/18
-101.135.0.0/16
-101.144.0.0/12
-101.192.0.0/14
-101.196.0.0/16
-101.198.128.0/18
-101.198.196.0/23
-101.198.224.0/19
-101.199.0.0/19
-101.199.48.0/20
-101.199.64.0/18
-101.199.128.0/17
-101.200.0.0/15
-101.203.128.0/19
-101.203.160.0/21
-101.203.172.0/22
-101.203.176.0/20
-101.204.0.0/14
-101.224.0.0/13
-101.232.0.0/15
-101.234.64.0/21
-101.234.76.0/22
-101.234.80.0/20
-101.234.96.0/19
-101.236.0.0/14
-101.240.0.0/13
-101.248.0.0/15
-101.251.0.0/22
-101.251.8.0/21
-101.251.16.0/20
-101.251.32.0/19
-101.251.64.0/18
-101.251.128.0/17
-101.252.0.0/15
-101.254.0.0/16
-103.1.8.0/22
-103.1.20.0/22
-103.1.24.0/22
-103.1.72.0/22
-103.1.88.0/22
-103.1.168.0/22
-103.2.108.0/22
-103.2.156.0/22
-103.2.164.0/22
-103.2.200.0/21
-103.2.208.0/21
-103.3.84.0/22
-103.3.88.0/21
-103.3.96.0/19
-103.3.128.0/20
-103.3.148.0/22
-103.3.152.0/21
-103.4.56.0/22
-103.4.168.0/22
-103.4.184.0/22
-103.5.36.0/22
-103.5.52.0/22
-103.5.56.0/22
-103.5.152.0/22
-103.5.168.0/22
-103.5.192.0/22
-103.5.252.0/22
-103.6.76.0/22
-103.6.108.0/22
-103.6.120.0/22
-103.6.220.0/22
-103.6.228.0/22
-103.7.140.0/22
-103.7.212.0/22
-103.7.216.0/21
-103.8.0.0/21
-103.8.8.0/22
-103.8.32.0/22
-103.8.52.0/22
-103.8.68.0/22
-103.8.108.0/22
-103.8.156.0/22
-103.8.200.0/21
-103.8.220.0/22
-103.9.8.0/22
-103.9.24.0/22
-103.9.108.0/22
-103.9.152.0/22
-103.9.248.0/21
-103.10.0.0/22
-103.10.16.0/22
-103.10.84.0/22
-103.10.111.0/24
-103.10.140.0/22
-103.11.16.0/22
-103.11.168.0/22
-103.11.180.0/22
-103.12.32.0/22
-103.12.136.0/22
-103.12.184.0/22
-103.12.232.0/22
-103.13.12.0/22
-103.13.124.0/22
-103.13.144.0/22
-103.13.196.0/22
-103.13.244.0/22
-103.14.84.0/22
-103.14.132.0/22
-103.14.136.0/22
-103.14.156.0/22
-103.14.240.0/22
-103.15.4.0/22
-103.15.8.0/22
-103.15.16.0/22
-103.15.96.0/22
-103.15.200.0/22
-103.16.52.0/22
-103.16.80.0/21
-103.16.88.0/22
-103.16.108.0/22
-103.16.124.0/22
-103.17.40.0/22
-103.17.64.0/22
-103.17.120.0/23
-103.17.136.0/22
-103.17.160.0/22
-103.17.204.0/22
-103.17.228.0/22
-103.18.192.0/22
-103.18.208.0/21
-103.18.224.0/22
-103.19.12.0/22
-103.19.40.0/21
-103.19.64.0/21
-103.19.72.0/22
-103.19.232.0/22
-103.20.12.0/22
-103.20.68.0/22
-103.20.112.0/22
-103.20.128.0/22
-103.20.160.0/22
-103.20.248.0/22
-103.21.112.0/21
-103.21.140.0/22
-103.21.176.0/22
-103.21.240.0/22
-103.22.0.0/18
-103.22.64.0/19
-103.22.100.0/22
-103.22.104.0/21
-103.22.112.0/20
-103.22.188.0/22
-103.22.228.0/22
-103.22.252.0/22
-103.23.8.0/22
-103.23.56.0/22
-103.23.160.0/21
-103.23.176.0/22
-103.23.228.0/22
-103.24.24.0/22
-103.24.116.0/22
-103.24.128.0/22
-103.24.144.0/22
-103.24.176.0/22
-103.24.184.0/22
-103.24.228.0/22
-103.24.252.0/22
-103.25.20.0/22
-103.25.24.0/21
-103.25.32.0/21
-103.25.40.0/22
-103.25.48.0/22
-103.25.64.0/21
-103.25.148.0/22
-103.25.156.0/22
-103.25.216.0/22
-103.26.0.0/22
-103.26.64.0/22
-103.26.76.0/22
-103.26.116.0/22
-103.26.156.0/22
-103.26.160.0/22
-103.26.228.0/22
-103.26.240.0/22
-103.27.4.0/22
-103.27.12.0/22
-103.27.24.0/22
-103.27.56.0/22
-103.27.96.0/22
-103.27.240.0/22
-103.28.4.0/22
-103.28.8.0/22
-103.28.184.0/22
-103.28.204.0/22
-103.28.212.0/22
-103.29.16.0/22
-103.29.128.0/21
-103.29.136.0/22
-103.30.20.0/22
-103.30.96.0/22
-103.30.148.0/22
-103.30.202.0/23
-103.30.228.0/22
-103.30.234.0/24
-103.30.236.0/22
-103.31.0.0/22
-103.31.48.0/21
-103.31.60.0/22
-103.31.64.0/21
-103.31.72.0/24
-103.31.148.0/22
-103.31.160.0/22
-103.31.168.0/22
-103.31.200.0/22
-103.31.236.0/22
-103.32.0.0/15
-103.34.0.0/16
-103.35.0.0/19
-103.35.32.0/20
-103.35.48.0/22
-103.35.104.0/22
-103.35.220.0/22
-103.36.28.0/22
-103.36.36.0/22
-103.36.56.0/21
-103.36.64.0/22
-103.36.72.0/22
-103.36.96.0/22
-103.36.132.0/22
-103.36.136.0/22
-103.36.160.0/19
-103.36.192.0/19
-103.36.224.0/20
-103.36.240.0/21
-103.37.12.0/22
-103.37.16.0/22
-103.37.24.0/22
-103.37.44.0/22
-103.37.52.0/22
-103.37.56.0/22
-103.37.72.0/22
-103.37.100.0/22
-103.37.104.0/22
-103.37.136.0/21
-103.37.144.0/20
-103.37.160.0/21
-103.37.172.0/22
-103.37.176.0/22
-103.37.188.0/22
-103.37.208.0/20
-103.37.252.0/22
-103.38.0.0/22
-103.38.32.0/22
-103.38.40.0/21
-103.38.76.0/22
-103.38.84.0/22
-103.38.92.0/22
-103.38.96.0/22
-103.38.116.0/22
-103.38.132.0/22
-103.38.140.0/22
-103.38.220.0/22
-103.38.224.0/21
-103.38.232.0/22
-103.38.252.0/23
-103.39.64.0/22
-103.39.88.0/22
-103.39.100.0/22
-103.39.104.0/22
-103.39.160.0/19
-103.39.200.0/21
-103.39.208.0/20
-103.39.224.0/21
-103.39.232.0/22
-103.40.12.0/22
-103.40.16.0/20
-103.40.32.0/20
-103.40.88.0/22
-103.40.192.0/22
-103.40.212.0/22
-103.40.220.0/22
-103.40.228.0/22
-103.40.232.0/21
-103.40.240.0/20
-103.41.0.0/22
-103.41.52.0/22
-103.41.140.0/22
-103.41.148.0/22
-103.41.152.0/22
-103.41.160.0/21
-103.41.220.0/22
-103.41.224.0/21
-103.41.232.0/22
-103.42.8.0/22
-103.42.24.0/22
-103.42.32.0/22
-103.42.64.0/21
-103.42.76.0/22
-103.42.232.0/22
-103.43.26.0/23
-103.43.84.0/22
-103.43.96.0/21
-103.43.104.0/22
-103.43.124.0/22
-103.43.184.0/22
-103.43.192.0/21
-103.43.208.0/22
-103.43.220.0/22
-103.43.224.0/22
-103.43.240.0/22
-103.44.59.0/24
-103.44.80.0/22
-103.44.120.0/21
-103.44.144.0/22
-103.44.152.0/22
-103.44.168.0/22
-103.44.176.0/20
-103.44.192.0/20
-103.44.224.0/22
-103.44.236.0/22
-103.44.240.0/20
-103.45.0.0/18
-103.45.72.0/21
-103.45.80.0/20
-103.45.96.0/19
-103.45.128.0/18
-103.45.192.0/19
-103.45.224.0/22
-103.45.248.0/22
-103.46.0.0/22
-103.46.12.0/22
-103.46.16.0/20
-103.46.32.0/19
-103.46.64.0/18
-103.46.128.0/21
-103.46.136.0/22
-103.46.152.0/21
-103.46.160.0/20
-103.46.176.0/21
-103.46.244.0/22
-103.46.248.0/22
-103.47.4.0/22
-103.47.20.0/22
-103.47.36.0/22
-103.47.40.0/22
-103.47.80.0/22
-103.47.96.0/22
-103.47.116.0/22
-103.47.120.0/22
-103.47.136.0/21
-103.47.212.0/22
-103.48.52.0/22
-103.48.92.0/22
-103.48.148.0/22
-103.48.152.0/22
-103.48.202.0/23
-103.48.216.0/21
-103.48.224.0/20
-103.48.240.0/21
-103.49.12.0/22
-103.49.20.0/22
-103.49.72.0/21
-103.49.96.0/22
-103.49.108.0/22
-103.49.128.0/22
-103.49.176.0/21
-103.50.36.0/22
-103.50.44.0/22
-103.50.48.0/20
-103.50.64.0/21
-103.50.72.0/22
-103.50.92.0/22
-103.50.108.0/22
-103.50.112.0/20
-103.50.132.0/22
-103.50.136.0/21
-103.50.172.0/22
-103.50.176.0/20
-103.50.192.0/21
-103.50.200.0/22
-103.50.220.0/22
-103.50.224.0/20
-103.50.240.0/21
-103.50.248.0/22
-103.52.40.0/22
-103.52.72.0/21
-103.52.80.0/21
-103.52.96.0/21
-103.52.104.0/22
-103.52.160.0/21
-103.52.172.0/22
-103.52.176.0/22
-103.52.184.0/22
-103.52.196.0/22
-103.53.64.0/21
-103.53.92.0/22
-103.53.124.0/22
-103.53.128.0/20
-103.53.144.0/22
-103.53.160.0/22
-103.53.180.0/22
-103.53.204.0/22
-103.53.208.0/21
-103.53.236.0/22
-103.53.248.0/22
-103.54.8.0/22
-103.54.48.0/22
-103.54.160.0/21
-103.54.212.0/22
-103.54.228.0/22
-103.54.240.0/22
-103.55.80.0/22
-103.55.120.0/22
-103.55.152.0/22
-103.55.172.0/22
-103.55.204.0/22
-103.55.208.0/22
-103.55.228.0/22
-103.55.236.0/22
-103.55.240.0/22
-103.56.20.0/22
-103.56.32.0/22
-103.56.56.0/21
-103.56.72.0/21
-103.56.140.0/22
-103.56.152.0/22
-103.56.184.0/22
-103.56.200.0/22
-103.57.12.0/22
-103.57.52.0/22
-103.57.56.0/22
-103.57.76.0/22
-103.57.136.0/22
-103.57.196.0/22
-103.58.24.0/22
-103.59.76.0/22
-103.59.112.0/21
-103.59.120.0/24
-103.59.123.0/24
-103.59.124.0/22
-103.59.128.0/22
-103.59.148.0/22
-103.60.32.0/22
-103.60.44.0/22
-103.60.164.0/22
-103.60.228.0/22
-103.60.236.0/22
-103.61.60.0/22
-103.61.104.0/22
-103.61.140.0/22
-103.61.152.0/21
-103.61.160.0/22
-103.61.172.0/22
-103.61.176.0/22
-103.62.24.0/22
-103.62.72.0/21
-103.62.80.0/21
-103.62.88.0/22
-103.62.96.0/19
-103.62.128.0/21
-103.62.156.0/22
-103.62.160.0/19
-103.62.192.0/22
-103.62.204.0/22
-103.62.208.0/20
-103.62.224.0/22
-103.63.32.0/19
-103.63.64.0/20
-103.63.80.0/21
-103.63.88.0/22
-103.63.140.0/22
-103.63.144.0/22
-103.63.152.0/22
-103.63.160.0/20
-103.63.176.0/21
-103.63.184.0/22
-103.63.192.0/20
-103.63.208.0/22
-103.63.240.0/20
-103.64.0.0/21
-103.64.24.0/21
-103.64.32.0/19
-103.64.64.0/18
-103.64.140.0/22
-103.64.144.0/22
-103.64.152.0/21
-103.64.160.0/19
-103.64.192.0/18
-103.65.0.0/20
-103.65.16.0/22
-103.65.48.0/20
-103.65.64.0/19
-103.65.100.0/22
-103.65.104.0/21
-103.65.112.0/20
-103.65.128.0/21
-103.65.136.0/22
-103.65.144.0/20
-103.65.160.0/20
-103.66.32.0/22
-103.66.40.0/22
-103.66.108.0/22
-103.66.200.0/22
-103.66.240.0/20
-103.67.0.0/21
-103.67.8.0/22
-103.67.40.0/21
-103.67.48.0/20
-103.67.64.0/18
-103.67.128.0/20
-103.67.144.0/21
-103.67.172.0/24
-103.67.175.0/24
-103.67.192.0/22
-103.67.212.0/22
-103.68.88.0/22
-103.68.100.0/22
-103.68.128.0/22
-103.69.16.0/22
-103.69.119.0/24
-103.69.212.0/23
-103.70.8.0/22
-103.70.148.0/22
-103.70.236.0/22
-103.70.252.0/22
-103.71.0.0/22
-103.71.68.0/22
-103.71.72.0/22
-103.71.80.0/21
-103.71.88.0/22
-103.71.120.0/21
-103.71.128.0/22
-103.71.146.0/23
-103.71.196.0/22
-103.71.200.0/22
-103.71.232.0/22
-103.72.12.0/22
-103.72.16.0/20
-103.72.32.0/20
-103.72.48.0/21
-103.72.112.0/20
-103.72.128.0/21
-103.72.149.0/24
-103.72.150.0/23
-103.72.172.0/22
-103.72.180.0/22
-103.72.224.0/19
-103.73.0.0/19
-103.73.48.0/22
-103.73.116.0/22
-103.73.120.0/22
-103.73.128.0/20
-103.73.168.0/22
-103.73.176.0/22
-103.73.204.0/22
-103.73.208.0/22
-103.73.240.0/23
-103.73.244.0/22
-103.73.248.0/22
-103.74.24.0/21
-103.74.32.0/20
-103.74.48.0/22
-103.74.56.0/21
-103.74.80.0/22
-103.74.124.0/22
-103.74.148.0/22
-103.74.152.0/21
-103.74.204.0/22
-103.74.232.0/22
-103.75.87.0/24
-103.75.88.0/21
-103.75.104.0/21
-103.75.112.0/22
-103.75.120.0/22
-103.75.128.0/22
-103.75.144.0/22
-103.75.152.0/22
-103.75.236.0/24
-103.76.60.0/22
-103.76.64.0/21
-103.76.72.0/22
-103.76.92.0/22
-103.76.216.0/21
-103.76.224.0/22
-103.77.28.0/22
-103.77.52.0/22
-103.77.56.0/22
-103.77.88.0/22
-103.77.132.0/22
-103.77.148.0/22
-103.77.220.0/22
-103.78.56.0/21
-103.78.64.0/22
-103.78.124.0/22
-103.78.172.0/22
-103.78.176.0/22
-103.78.196.0/22
-103.78.228.0/22
-103.79.24.0/21
-103.79.36.0/22
-103.79.40.0/21
-103.79.56.0/21
-103.79.64.0/21
-103.79.80.0/21
-103.79.136.0/22
-103.79.188.0/22
-103.79.192.0/20
-103.79.208.0/21
-103.79.243.0/24
-103.80.44.0/22
-103.80.72.0/22
-103.80.176.0/21
-103.80.184.0/22
-103.80.192.0/22
-103.80.200.0/22
-103.80.232.0/22
-103.81.4.0/22
-103.81.9.0/24
-103.81.10.0/23
-103.81.17.0/24
-103.81.18.0/23
-103.81.21.0/24
-103.81.22.0/23
-103.81.44.0/22
-103.81.48.0/22
-103.81.96.0/22
-103.81.120.0/22
-103.81.148.0/22
-103.81.164.0/22
-103.81.200.0/22
-103.81.232.0/22
-103.82.60.0/22
-103.82.68.0/22
-103.82.84.0/22
-103.82.104.0/22
-103.82.224.0/22
-103.82.236.0/22
-103.83.44.0/22
-103.83.52.0/22
-103.83.60.0/22
-103.83.72.0/22
-103.83.112.0/22
-103.83.132.0/22
-103.83.180.0/22
-103.84.0.0/22
-103.84.12.0/22
-103.84.20.0/22
-103.84.24.0/21
-103.84.48.0/22
-103.84.56.0/22
-103.84.64.0/22
-103.84.72.0/22
-103.85.44.0/22
-103.85.48.0/21
-103.85.56.0/22
-103.85.84.0/22
-103.85.136.0/22
-103.85.144.0/22
-103.85.164.0/22
-103.85.168.0/21
-103.85.176.0/22
-103.86.28.0/22
-103.86.32.0/22
-103.86.60.0/22
-103.86.129.0/24
-103.86.204.0/22
-103.86.208.0/20
-103.86.224.0/19
-103.87.0.0/21
-103.87.20.0/22
-103.87.32.0/22
-103.87.96.0/22
-103.87.132.0/22
-103.87.180.0/22
-103.87.224.0/22
-103.88.4.0/22
-103.88.8.0/21
-103.88.16.0/21
-103.88.32.0/21
-103.88.60.0/22
-103.88.64.0/22
-103.88.72.0/22
-103.88.96.0/21
-103.88.152.0/23
-103.88.164.0/22
-103.88.212.0/22
-103.89.28.0/22
-103.89.96.0/20
-103.89.112.0/22
-103.89.148.0/22
-103.89.172.0/22
-103.89.184.0/21
-103.89.192.0/19
-103.89.224.0/21
-103.90.52.0/22
-103.90.92.0/22
-103.90.100.0/22
-103.90.104.0/21
-103.90.112.0/20
-103.90.128.0/21
-103.90.152.0/22
-103.90.168.0/22
-103.90.173.0/24
-103.90.176.0/22
-103.90.188.0/22
-103.90.192.0/22
-103.91.36.0/22
-103.91.40.0/22
-103.91.108.0/22
-103.91.152.0/22
-103.91.176.0/22
-103.91.200.0/22
-103.91.208.0/21
-103.91.236.0/22
-103.92.48.0/20
-103.92.64.0/20
-103.92.80.0/22
-103.92.86.0/24
-103.92.88.0/22
-103.92.108.0/22
-103.92.124.0/22
-103.92.132.0/22
-103.92.156.0/22
-103.92.164.0/22
-103.92.168.0/21
-103.92.176.0/20
-103.92.192.0/22
-103.92.236.0/22
-103.92.240.0/20
-103.93.0.0/21
-103.93.28.0/22
-103.93.84.0/22
-103.93.152.0/22
-103.93.180.0/22
-103.93.204.0/22
-103.94.12.0/22
-103.94.20.0/22
-103.94.28.0/22
-103.94.32.0/20
-103.94.72.0/22
-103.94.88.0/22
-103.94.116.0/22
-103.94.160.0/22
-103.94.200.0/22
-103.95.31.0/24
-103.95.52.0/22
-103.95.68.0/22
-103.95.88.0/21
-103.95.136.0/21
-103.95.144.0/22
-103.95.152.0/22
-103.95.216.0/21
-103.95.224.0/22
-103.95.236.0/22
-103.95.240.0/20
-103.96.8.0/22
-103.96.124.0/22
-103.96.136.0/22
-103.96.152.0/21
-103.96.160.0/19
-103.96.192.0/20
-103.96.208.0/21
-103.96.216.0/22
-103.97.36.0/22
-103.97.40.0/22
-103.97.56.0/22
-103.97.60.0/23
-103.97.72.0/23
-103.97.74.0/24
-103.97.112.0/21
-103.97.148.0/22
-103.97.188.0/22
-103.97.192.0/22
-103.98.40.0/21
-103.98.48.0/22
-103.98.56.0/22
-103.98.80.0/22
-103.98.88.0/22
-103.98.100.0/22
-103.98.124.0/22
-103.98.136.0/21
-103.98.144.0/22
-103.98.164.0/22
-103.98.168.0/22
-103.98.180.0/22
-103.98.196.0/22
-103.98.216.0/21
-103.98.224.0/21
-103.98.232.0/22
-103.98.240.0/21
-103.98.248.0/23
-103.98.250.0/24
-103.98.252.0/22
-103.99.56.0/22
-103.99.79.0/24
-103.99.104.0/22
-103.99.116.0/22
-103.99.120.0/22
-103.99.132.0/22
-103.99.136.0/21
-103.99.144.0/22
-103.99.152.0/22
-103.99.220.0/22
-103.99.232.0/21
-103.100.0.0/22
-103.100.32.0/22
-103.100.40.0/22
-103.100.48.0/22
-103.100.56.0/22
-103.100.64.0/22
-103.100.70.0/23
-103.100.88.0/22
-103.100.116.0/22
-103.100.144.0/22
-103.100.240.0/22
-103.100.248.0/21
-103.101.4.0/22
-103.101.8.0/21
-103.101.29.0/24
-103.101.60.0/22
-103.101.121.0/24
-103.101.122.0/23
-103.101.124.0/22
-103.101.144.0/21
-103.101.180.0/22
-103.101.184.0/22
-103.102.76.0/22
-103.102.80.0/22
-103.102.168.0/21
-103.102.180.0/22
-103.102.184.0/21
-103.102.192.0/21
-103.102.200.0/22
-103.102.208.0/21
-103.103.12.0/22
-103.103.16.0/22
-103.103.36.0/22
-103.103.72.0/22
-103.103.188.0/22
-103.103.200.0/21
-103.104.36.0/22
-103.104.40.0/22
-103.104.64.0/22
-103.104.107.0/24
-103.104.152.0/22
-103.104.172.0/22
-103.104.252.0/22
-103.105.0.0/21
-103.105.12.0/22
-103.105.16.0/22
-103.105.60.0/22
-103.105.116.0/22
-103.105.180.0/22
-103.105.184.0/22
-103.105.200.0/21
-103.105.220.0/22
-103.106.36.0/22
-103.106.40.0/21
-103.106.60.0/22
-103.106.68.0/22
-103.106.96.0/22
-103.106.120.0/22
-103.106.128.0/21
-103.106.190.0/23
-103.106.196.0/22
-103.106.212.0/22
-103.106.252.0/22
-103.107.0.0/22
-103.107.28.0/22
-103.107.32.0/22
-103.107.44.0/22
-103.107.72.0/22
-103.107.164.0/22
-103.107.168.0/22
-103.107.188.0/22
-103.107.192.0/22
-103.107.208.0/20
-103.108.52.0/22
-103.108.160.0/21
-103.108.192.0/21
-103.108.208.0/21
-103.108.224.0/22
-103.108.244.0/22
-103.108.251.0/24
-103.109.20.0/22
-103.109.48.0/22
-103.109.88.0/22
-103.109.106.0/23
-103.109.248.0/22
-103.110.32.0/22
-103.110.92.0/22
-103.110.118.0/23
-103.110.127.0/24
-103.110.128.0/23
-103.110.131.0/24
-103.110.132.0/22
-103.110.136.0/22
-103.110.156.0/22
-103.110.188.0/22
-103.110.204.0/22
-103.111.64.0/22
-103.111.172.0/22
-103.111.252.0/22
-103.112.29.0/24
-103.112.30.0/23
-103.112.72.0/22
-103.112.88.0/21
-103.112.108.0/22
-103.112.112.0/21
-103.112.140.0/22
-103.113.4.0/22
-103.113.144.0/22
-103.113.220.0/22
-103.113.232.0/21
-103.114.4.0/22
-103.114.68.0/22
-103.114.100.0/22
-103.114.133.0/24
-103.114.134.0/23
-103.114.148.0/22
-103.114.156.0/22
-103.114.212.0/22
-103.114.236.0/22
-103.114.240.0/22
-103.115.16.0/23
-103.115.18.0/24
-103.115.52.0/22
-103.115.68.0/22
-103.115.92.0/22
-103.115.120.0/22
-103.115.148.0/22
-103.115.248.0/22
-103.116.20.0/22
-103.116.76.0/22
-103.116.92.0/22
-103.116.120.0/22
-103.116.128.0/22
-103.116.148.0/22
-103.116.184.0/22
-103.116.220.0/22
-103.116.224.0/21
-103.117.16.0/22
-103.117.72.0/22
-103.117.88.0/22
-103.117.132.0/22
-103.117.188.0/22
-103.117.220.0/22
-103.118.19.0/24
-103.118.52.0/22
-103.118.56.0/21
-103.118.64.0/21
-103.118.72.0/22
-103.118.88.0/22
-103.118.173.0/24
-103.119.104.0/22
-103.119.115.0/24
-103.119.156.0/22
-103.119.180.0/22
-103.119.200.0/22
-103.119.224.0/22
-103.120.52.0/22
-103.120.72.0/22
-103.120.76.0/24
-103.120.88.0/22
-103.120.96.0/22
-103.120.140.0/22
-103.120.196.0/22
-103.120.224.0/22
-103.121.52.0/22
-103.121.160.0/21
-103.121.250.0/24
-103.121.252.0/22
-103.122.48.0/22
-103.122.176.0/22
-103.122.192.0/22
-103.122.240.0/22
-103.123.4.0/22
-103.123.56.0/22
-103.123.88.0/21
-103.123.116.0/22
-103.123.160.0/22
-103.123.176.0/22
-103.123.200.0/21
-103.123.208.0/21
-103.124.24.0/22
-103.124.48.0/22
-103.124.64.0/22
-103.129.53.0/24
-103.129.54.0/23
-103.129.148.0/22
-103.130.132.0/22
-103.130.152.0/24
-103.130.160.0/22
-103.130.228.0/22
-103.131.20.0/22
-103.131.36.0/22
-103.131.152.0/22
-103.131.168.0/22
-103.131.224.0/21
-103.131.240.0/22
-103.192.0.0/19
-103.192.48.0/21
-103.192.56.0/22
-103.192.84.0/22
-103.192.88.0/21
-103.192.96.0/20
-103.192.112.0/22
-103.192.128.0/20
-103.192.144.0/22
-103.192.164.0/22
-103.192.188.0/22
-103.192.208.0/21
-103.192.216.0/22
-103.192.252.0/22
-103.193.40.0/21
-103.193.120.0/22
-103.193.140.0/22
-103.193.160.0/22
-103.193.188.0/22
-103.193.192.0/22
-103.193.212.0/22
-103.193.216.0/21
-103.193.224.0/20
-103.194.16.0/22
-103.194.230.0/23
-103.195.112.0/22
-103.195.152.0/22
-103.195.160.0/22
-103.196.64.0/22
-103.196.72.0/22
-103.196.88.0/21
-103.196.96.0/22
-103.196.168.0/22
-103.196.185.0/24
-103.196.186.0/23
-103.197.181.0/24
-103.197.183.0/24
-103.197.228.0/22
-103.197.253.0/24
-103.197.254.0/23
-103.198.20.0/22
-103.198.60.0/22
-103.198.64.0/22
-103.198.72.0/22
-103.198.124.0/22
-103.198.156.0/22
-103.198.180.0/22
-103.198.196.0/22
-103.198.200.0/22
-103.198.216.0/21
-103.198.224.0/20
-103.198.240.0/21
-103.199.164.0/22
-103.199.196.0/22
-103.199.228.0/22
-103.199.252.0/22
-103.200.52.0/22
-103.200.64.0/21
-103.200.136.0/21
-103.200.144.0/20
-103.200.160.0/19
-103.200.192.0/22
-103.200.220.0/22
-103.200.224.0/19
-103.201.0.0/20
-103.201.16.0/21
-103.201.28.0/22
-103.201.32.0/19
-103.201.64.0/22
-103.201.76.0/22
-103.201.80.0/20
-103.201.96.0/20
-103.201.112.0/21
-103.201.120.0/22
-103.201.152.0/21
-103.201.160.0/19
-103.201.192.0/18
-103.202.0.0/19
-103.202.32.0/20
-103.202.56.0/21
-103.202.64.0/18
-103.202.128.0/20
-103.202.144.0/22
-103.202.152.0/21
-103.202.160.0/19
-103.202.192.0/20
-103.202.212.0/22
-103.202.228.0/22
-103.202.236.0/22
-103.202.240.0/20
-103.203.0.0/19
-103.203.32.0/22
-103.203.96.0/19
-103.203.128.0/22
-103.203.140.0/22
-103.203.164.0/22
-103.203.168.0/22
-103.203.192.0/22
-103.203.200.0/22
-103.203.212.0/22
-103.203.216.0/22
-103.204.24.0/22
-103.204.88.0/22
-103.204.112.0/22
-103.204.136.0/21
-103.204.144.0/21
-103.204.152.0/22
-103.204.196.0/22
-103.204.232.0/21
-103.205.4.0/22
-103.205.40.0/21
-103.205.52.0/22
-103.205.108.0/22
-103.205.116.0/22
-103.205.136.0/22
-103.205.162.0/24
-103.205.188.0/22
-103.205.192.0/21
-103.205.200.0/22
-103.205.236.0/22
-103.205.248.0/21
-103.206.0.0/22
-103.206.44.0/22
-103.206.148.0/22
-103.207.104.0/22
-103.207.184.0/21
-103.207.192.0/20
-103.207.208.0/21
-103.207.220.0/22
-103.207.228.0/22
-103.207.232.0/22
-103.208.12.0/22
-103.208.16.0/22
-103.208.28.0/22
-103.208.48.0/22
-103.208.148.0/22
-103.209.112.0/22
-103.209.136.0/22
-103.209.200.0/22
-103.209.208.0/22
-103.209.216.0/22
-103.210.0.0/22
-103.210.96.0/22
-103.210.156.0/22
-103.210.160.0/19
-103.210.217.0/24
-103.210.218.0/23
-103.211.44.0/22
-103.211.96.0/23
-103.211.98.0/24
-103.211.100.0/22
-103.211.156.0/22
-103.211.165.0/24
-103.211.168.0/22
-103.211.220.0/22
-103.211.248.0/22
-103.212.0.0/20
-103.212.44.0/22
-103.212.48.0/22
-103.212.84.0/22
-103.212.100.0/22
-103.212.148.0/22
-103.212.164.0/22
-103.212.196.0/22
-103.212.200.0/22
-103.212.230.0/23
-103.212.252.0/22
-103.213.40.0/21
-103.213.48.0/20
-103.213.64.0/19
-103.213.96.0/22
-103.213.132.0/22
-103.213.136.0/21
-103.213.144.0/20
-103.213.160.0/19
-103.213.252.0/22
-103.214.48.0/22
-103.214.84.0/22
-103.214.212.0/22
-103.214.240.0/21
-103.215.28.0/22
-103.215.32.0/21
-103.215.44.0/22
-103.215.100.0/23
-103.215.108.0/22
-103.215.116.0/22
-103.215.120.0/22
-103.215.140.0/22
-103.216.4.0/22
-103.216.8.0/21
-103.216.16.0/20
-103.216.32.0/20
-103.216.64.0/22
-103.216.108.0/22
-103.216.136.0/22
-103.216.152.0/22
-103.216.224.0/21
-103.216.240.0/20
-103.217.0.0/18
-103.217.168.0/22
-103.217.180.0/22
-103.217.184.0/21
-103.217.192.0/20
-103.218.8.0/21
-103.218.16.0/21
-103.218.29.0/24
-103.218.30.0/23
-103.218.32.0/19
-103.218.64.0/19
-103.218.192.0/20
-103.218.208.0/21
-103.218.216.0/22
-103.219.24.0/21
-103.219.32.0/21
-103.219.64.0/22
-103.219.84.0/22
-103.219.88.0/21
-103.219.96.0/21
-103.219.176.0/22
-103.219.184.0/22
-103.220.48.0/20
-103.220.64.0/22
-103.220.92.0/22
-103.220.96.0/22
-103.220.104.0/21
-103.220.116.0/22
-103.220.120.0/21
-103.220.128.0/20
-103.220.144.0/21
-103.220.152.0/22
-103.220.160.0/19
-103.220.192.0/21
-103.220.200.0/22
-103.220.240.0/20
-103.221.0.0/19
-103.221.32.0/20
-103.221.48.0/22
-103.221.88.0/21
-103.221.96.0/19
-103.221.128.0/18
-103.221.192.0/20
-103.222.0.0/20
-103.222.16.0/22
-103.222.24.0/21
-103.222.32.0/19
-103.222.64.0/18
-103.222.128.0/18
-103.222.192.0/19
-103.222.224.0/21
-103.222.232.0/22
-103.222.240.0/21
-103.223.16.0/20
-103.223.32.0/19
-103.223.64.0/19
-103.223.96.0/20
-103.223.112.0/21
-103.223.121.0/24
-103.223.123.0/24
-103.223.124.0/22
-103.223.128.0/21
-103.223.140.0/22
-103.223.144.0/20
-103.223.160.0/20
-103.223.176.0/21
-103.223.188.0/22
-103.223.192.0/18
-103.224.0.0/22
-103.224.40.0/21
-103.224.60.0/22
-103.224.220.0/22
-103.224.224.0/21
-103.224.232.0/22
-103.226.40.0/22
-103.226.56.0/21
-103.226.80.0/22
-103.226.116.0/22
-103.226.132.0/22
-103.226.156.0/22
-103.226.180.0/22
-103.226.196.0/22
-103.227.48.0/22
-103.227.72.0/21
-103.227.80.0/22
-103.227.100.0/22
-103.227.120.0/22
-103.227.132.0/22
-103.227.136.0/22
-103.227.196.0/22
-103.227.204.0/23
-103.227.206.0/24
-103.227.212.0/22
-103.227.228.0/22
-103.228.12.0/22
-103.228.88.0/22
-103.228.136.0/22
-103.228.160.0/22
-103.228.176.0/22
-103.228.204.0/22
-103.228.208.0/22
-103.228.232.0/22
-103.229.20.0/22
-103.229.60.0/23
-103.229.62.0/24
-103.229.136.0/22
-103.229.148.0/22
-103.229.172.0/22
-103.229.212.0/22
-103.229.216.0/21
-103.229.228.0/22
-103.229.236.0/22
-103.229.240.0/22
-103.230.0.0/22
-103.230.28.0/22
-103.230.40.0/21
-103.230.96.0/22
-103.230.196.0/22
-103.230.200.0/21
-103.230.212.0/22
-103.230.236.0/22
-103.231.16.0/21
-103.231.64.0/21
-103.231.144.0/22
-103.231.180.0/22
-103.231.244.0/22
-103.232.4.0/22
-103.232.144.0/22
-103.232.213.0/24
-103.232.214.0/24
-103.233.4.0/22
-103.233.44.0/22
-103.233.52.0/22
-103.233.104.0/22
-103.233.128.0/22
-103.233.136.0/22
-103.233.228.0/22
-103.234.0.0/22
-103.234.20.0/22
-103.234.56.0/22
-103.234.124.0/22
-103.234.128.0/22
-103.234.172.0/22
-103.234.180.0/22
-103.235.56.0/21
-103.235.80.0/22
-103.235.85.0/24
-103.235.86.0/23
-103.235.128.0/20
-103.235.144.0/21
-103.235.184.0/22
-103.235.192.0/22
-103.235.200.0/22
-103.235.220.0/22
-103.235.224.0/19
-103.236.0.0/18
-103.236.64.0/19
-103.236.96.0/22
-103.236.120.0/22
-103.236.184.0/22
-103.236.240.0/20
-103.237.0.0/20
-103.237.24.0/21
-103.237.68.0/22
-103.237.88.0/22
-103.237.152.0/22
-103.237.176.0/20
-103.237.192.0/18
-103.238.0.0/21
-103.238.18.0/23
-103.238.20.0/22
-103.238.24.0/21
-103.238.32.0/20
-103.238.48.0/21
-103.238.56.0/22
-103.238.88.0/21
-103.238.96.0/22
-103.238.132.0/22
-103.238.140.0/22
-103.238.144.0/22
-103.238.160.0/22
-103.238.165.0/24
-103.238.166.0/23
-103.238.168.0/21
-103.238.176.0/20
-103.238.196.0/22
-103.238.204.0/22
-103.238.252.0/22
-103.239.0.0/22
-103.239.44.0/22
-103.239.68.0/22
-103.239.152.0/21
-103.239.180.0/22
-103.239.184.0/22
-103.239.192.0/21
-103.239.204.0/22
-103.239.208.0/22
-103.239.224.0/22
-103.239.244.0/22
-103.240.16.0/22
-103.240.36.0/22
-103.240.72.0/22
-103.240.84.0/22
-103.240.124.0/22
-103.240.172.0/22
-103.240.188.0/22
-103.240.244.0/22
-103.241.12.0/22
-103.241.92.0/22
-103.241.96.0/22
-103.241.160.0/22
-103.241.184.0/21
-103.241.220.0/22
-103.242.128.0/23
-103.242.160.0/22
-103.242.168.0/21
-103.242.176.0/22
-103.242.200.0/22
-103.242.212.0/22
-103.242.220.0/22
-103.242.240.0/22
-103.243.136.0/22
-103.243.252.0/22
-103.244.16.0/22
-103.244.58.0/23
-103.244.60.0/22
-103.244.64.0/20
-103.244.80.0/21
-103.244.116.0/22
-103.244.164.0/22
-103.244.232.0/22
-103.244.252.0/22
-103.245.23.0/24
-103.245.52.0/22
-103.245.60.0/22
-103.245.80.0/22
-103.245.124.0/22
-103.245.128.0/22
-103.246.8.0/21
-103.246.120.0/21
-103.246.132.0/22
-103.246.152.0/22
-103.247.168.0/21
-103.247.176.0/22
-103.247.200.0/22
-103.247.212.0/22
-103.248.64.0/23
-103.248.100.0/22
-103.248.124.0/22
-103.248.152.0/22
-103.248.168.0/22
-103.248.192.0/22
-103.248.212.0/22
-103.248.224.0/21
-103.249.8.0/21
-103.249.52.0/22
-103.249.128.0/22
-103.249.136.0/22
-103.249.144.0/22
-103.249.164.0/22
-103.249.168.0/21
-103.249.176.0/22
-103.249.188.0/22
-103.249.192.0/22
-103.249.244.0/22
-103.249.252.0/22
-103.250.32.0/22
-103.250.104.0/22
-103.250.124.0/22
-103.250.180.0/22
-103.250.192.0/22
-103.250.216.0/22
-103.250.224.0/22
-103.250.236.0/22
-103.250.248.0/21
-103.251.32.0/22
-103.251.84.0/22
-103.251.96.0/22
-103.251.124.0/22
-103.251.160.0/22
-103.251.192.0/22
-103.251.204.0/22
-103.251.240.0/22
-103.252.28.0/22
-103.252.36.0/22
-103.252.64.0/22
-103.252.96.0/22
-103.252.104.0/22
-103.252.172.0/22
-103.252.204.0/22
-103.252.208.0/22
-103.252.232.0/22
-103.252.248.0/22
-103.253.4.0/22
-103.253.60.0/22
-103.253.204.0/22
-103.253.220.0/22
-103.253.224.0/22
-103.253.232.0/22
-103.254.8.0/22
-103.254.20.0/22
-103.254.64.0/21
-103.254.76.0/22
-103.254.112.0/22
-103.254.176.0/22
-103.254.188.0/22
-103.255.68.0/22
-103.255.88.0/21
-103.255.136.0/21
-103.255.184.0/22
-103.255.200.0/22
-103.255.208.0/22
-103.255.228.0/22
-104.166.103.0/24
-104.222.196.0/24
-106.0.0.0/24
-106.0.2.0/23
-106.0.4.0/22
-106.0.8.0/21
-106.0.16.0/20
-106.0.44.0/22
-106.0.64.0/18
-106.2.0.0/23
-106.2.3.0/24
-106.2.4.0/22
-106.2.8.0/21
-106.2.16.0/20
-106.2.32.0/19
-106.2.64.0/18
-106.2.128.0/17
-106.3.16.0/20
-106.3.32.0/19
-106.3.64.0/20
-106.3.80.0/22
-106.3.88.0/21
-106.3.96.0/19
-106.3.128.0/17
-106.4.0.0/14
-106.8.0.0/15
-106.11.0.0/16
-106.12.0.0/14
-106.16.0.0/12
-106.32.0.0/12
-106.48.0.0/21
-106.48.8.0/22
-106.48.16.0/20
-106.48.32.0/20
-106.48.57.0/24
-106.48.60.0/24
-106.48.63.0/24
-106.48.64.0/18
-106.48.128.0/17
-106.49.1.0/24
-106.49.2.0/23
-106.49.4.0/22
-106.49.8.0/21
-106.49.16.0/20
-106.49.32.0/19
-106.49.64.0/19
-106.49.96.0/24
-106.49.98.0/23
-106.49.100.0/22
-106.49.104.0/21
-106.49.112.0/20
-106.49.128.0/17
-106.50.0.0/16
-106.52.0.0/14
-106.56.0.0/13
-106.74.0.0/16
-106.75.0.0/17
-106.75.128.0/18
-106.75.201.0/24
-106.75.204.0/22
-106.75.208.0/20
-106.75.224.0/19
-106.80.0.0/12
-106.108.0.0/14
-106.112.0.0/12
-106.224.0.0/12
-109.71.4.0/24
-109.244.0.0/16
-110.6.0.0/15
-110.16.0.0/14
-110.34.40.0/21
-110.40.0.0/14
-110.44.12.0/22
-110.44.144.0/20
-110.48.0.0/16
-110.51.0.0/16
-110.52.0.0/15
-110.56.0.0/13
-110.64.0.0/15
-110.72.0.0/15
-110.75.0.0/16
-110.76.0.0/20
-110.76.16.0/22
-110.76.20.0/24
-110.76.22.0/24
-110.76.24.0/21
-110.76.32.0/19
-110.76.132.0/22
-110.76.156.0/22
-110.76.184.0/22
-110.76.192.0/18
-110.77.0.0/17
-110.80.0.0/13
-110.88.0.0/14
-110.92.68.0/22
-110.93.32.0/19
-110.94.0.0/15
-110.96.0.0/11
-110.152.0.0/14
-110.156.0.0/15
-110.166.0.0/15
-110.172.192.0/18
-110.173.0.0/19
-110.173.32.0/20
-110.173.64.0/19
-110.173.192.0/19
-110.176.0.0/12
-110.192.0.0/11
-110.228.0.0/14
-110.232.32.0/19
-110.236.0.0/15
-110.240.0.0/12
-111.0.0.0/10
-111.66.0.0/16
-111.67.192.0/20
-111.68.64.0/19
-111.72.0.0/13
-111.85.0.0/16
-111.91.192.0/19
-111.92.248.0/21
-111.112.0.0/14
-111.116.0.0/15
-111.118.200.0/21
-111.119.64.0/18
-111.119.128.0/19
-111.120.0.0/14
-111.124.0.0/16
-111.126.0.0/15
-111.128.0.0/11
-111.160.0.0/13
-111.170.0.0/16
-111.172.0.0/14
-111.176.0.0/13
-111.186.0.0/15
-111.192.0.0/12
-111.208.0.0/13
-111.221.28.0/24
-111.221.128.0/17
-111.222.0.0/16
-111.223.4.0/22
-111.223.8.0/21
-111.223.16.0/22
-111.223.240.0/22
-111.223.249.0/24
-111.223.250.0/23
-111.224.0.0/13
-111.235.96.0/19
-111.235.156.0/22
-111.235.160.0/21
-111.235.170.0/23
-111.235.172.0/22
-111.235.176.0/20
-112.0.0.0/10
-112.64.0.0/14
-112.73.64.0/18
-112.74.0.0/16
-112.80.0.0/12
-112.96.0.0/13
-112.109.128.0/17
-112.111.0.0/16
-112.112.0.0/14
-112.116.0.0/15
-112.122.0.0/15
-112.124.0.0/14
-112.128.0.0/14
-112.132.0.0/16
-112.137.48.0/21
-112.192.0.0/14
-112.224.0.0/11
-113.0.0.0/13
-113.8.0.0/15
-113.11.192.0/19
-113.12.0.0/14
-113.16.0.0/15
-113.18.0.0/16
-113.21.232.0/21
-113.24.0.0/14
-113.31.0.0/16
-113.44.0.0/14
-113.48.0.0/14
-113.52.160.0/19
-113.52.228.0/22
-113.54.0.0/15
-113.56.0.0/15
-113.58.0.0/16
-113.59.0.0/17
-113.59.224.0/22
-113.62.0.0/15
-113.64.0.0/10
-113.128.0.0/15
-113.130.96.0/20
-113.130.112.0/21
-113.132.0.0/14
-113.136.0.0/13
-113.194.0.0/15
-113.197.100.0/23
-113.197.102.0/24
-113.197.104.0/22
-113.200.0.0/15
-113.202.0.0/16
-113.204.0.0/14
-113.208.96.0/19
-113.208.128.0/17
-113.209.0.0/16
-113.212.0.0/18
-113.212.100.0/22
-113.212.184.0/21
-113.213.0.0/17
-113.214.0.0/15
-113.218.0.0/15
-113.220.0.0/14
-113.224.0.0/12
-113.240.0.0/13
-113.248.0.0/14
-114.28.0.0/16
-114.31.64.0/21
-114.54.0.0/15
-114.60.0.0/14
-114.64.0.0/14
-114.68.0.0/16
-114.79.64.0/18
-114.80.0.0/12
-114.96.0.0/13
-114.104.0.0/14
-114.110.0.0/20
-114.110.64.0/18
-114.111.0.0/19
-114.111.160.0/19
-114.112.4.0/22
-114.112.8.0/22
-114.112.12.0/23
-114.112.24.0/21
-114.112.32.0/19
-114.112.64.0/19
-114.112.96.0/20
-114.112.116.0/22
-114.112.120.0/21
-114.112.136.0/21
-114.112.144.0/20
-114.112.160.0/19
-114.112.192.0/19
-114.113.0.0/17
-114.113.128.0/21
-114.113.140.0/22
-114.113.144.0/20
-114.113.160.0/19
-114.113.196.0/22
-114.113.200.0/21
-114.113.208.0/20
-114.113.224.0/20
-114.114.0.0/15
-114.116.0.0/14
-114.132.0.0/16
-114.135.0.0/16
-114.138.0.0/15
-114.141.64.0/21
-114.141.80.0/21
-114.141.128.0/18
-114.196.0.0/15
-114.198.248.0/21
-114.208.0.0/12
-114.224.0.0/11
-115.24.0.0/14
-115.28.0.0/15
-115.31.64.0/20
-115.32.0.0/14
-115.42.56.0/22
-115.44.0.0/14
-115.48.0.0/12
-115.69.64.0/20
-115.84.0.0/18
-115.84.192.0/19
-115.85.192.0/18
-115.100.0.0/14
-115.104.0.0/14
-115.120.0.0/14
-115.124.16.0/20
-115.148.0.0/14
-115.152.0.0/13
-115.166.64.0/19
-115.168.0.0/13
-115.180.0.0/14
-115.187.0.0/20
-115.190.0.0/15
-115.192.0.0/11
-115.224.0.0/12
-116.0.8.0/21
-116.0.24.0/21
-116.1.0.0/16
-116.2.0.0/15
-116.4.0.0/14
-116.8.0.0/14
-116.13.0.0/16
-116.16.0.0/12
-116.50.0.0/20
-116.52.0.0/14
-116.56.0.0/15
-116.58.128.0/20
-116.58.208.0/20
-116.60.0.0/14
-116.66.0.0/18
-116.66.64.0/19
-116.66.96.0/20
-116.66.120.0/22
-116.68.136.0/21
-116.68.176.0/21
-116.69.0.0/16
-116.70.0.0/17
-116.76.0.0/14
-116.85.0.0/17
-116.85.128.0/18
-116.85.192.0/19
-116.85.224.0/20
-116.85.240.0/21
-116.85.248.0/23
-116.85.250.0/24
-116.85.252.0/22
-116.89.144.0/20
-116.90.80.0/20
-116.90.184.0/21
-116.95.0.0/16
-116.112.0.0/14
-116.116.0.0/15
-116.128.0.0/10
-116.192.0.0/16
-116.193.16.0/20
-116.193.32.0/19
-116.193.176.0/21
-116.194.0.0/15
-116.196.0.0/21
-116.196.8.0/22
-116.196.12.0/23
-116.196.16.0/20
-116.196.32.0/19
-116.196.64.0/18
-116.196.128.0/17
-116.197.160.0/21
-116.197.180.0/23
-116.198.0.0/16
-116.199.0.0/17
-116.199.128.0/19
-116.204.0.0/17
-116.204.168.0/22
-116.205.0.0/16
-116.207.0.0/16
-116.208.0.0/14
-116.212.160.0/20
-116.213.64.0/18
-116.213.128.0/17
-116.214.32.0/19
-116.214.64.0/20
-116.214.128.0/17
-116.215.0.0/16
-116.216.0.0/14
-116.224.0.0/12
-116.242.0.0/15
-116.244.0.0/14
-116.248.0.0/15
-116.252.0.0/15
-116.254.104.0/21
-116.254.128.0/17
-116.255.128.0/17
-117.8.0.0/13
-117.21.0.0/16
-117.22.0.0/15
-117.24.0.0/13
-117.32.0.0/13
-117.40.0.0/14
-117.44.0.0/15
-117.48.0.0/15
-117.50.0.0/16
-117.51.128.0/17
-117.53.48.0/20
-117.53.176.0/20
-117.57.0.0/16
-117.58.0.0/18
-117.59.0.0/16
-117.60.0.0/14
-117.64.0.0/13
-117.72.0.0/15
-117.74.64.0/19
-117.74.128.0/17
-117.75.0.0/16
-117.76.0.0/14
-117.80.0.0/12
-117.100.0.0/15
-117.103.16.0/20
-117.103.40.0/21
-117.103.72.0/21
-117.103.128.0/20
-117.104.168.0/21
-117.106.0.0/15
-117.112.0.0/13
-117.120.64.0/18
-117.120.128.0/17
-117.121.0.0/19
-117.121.32.0/21
-117.121.40.0/22
-117.121.44.0/23
-117.121.46.0/24
-117.121.48.0/20
-117.121.64.0/18
-117.121.128.0/20
-117.121.148.0/22
-117.121.152.0/21
-117.121.160.0/19
-117.121.192.0/21
-117.122.128.0/17
-117.124.0.0/14
-117.128.0.0/10
-118.24.0.0/15
-118.26.0.0/18
-118.26.64.0/19
-118.26.96.0/20
-118.26.112.0/21
-118.26.128.0/17
-118.28.0.0/15
-118.30.0.0/20
-118.30.16.0/21
-118.30.24.0/22
-118.30.32.0/19
-118.30.64.0/18
-118.30.128.0/17
-118.31.0.0/16
-118.64.0.0/15
-118.66.0.0/16
-118.67.112.0/20
-118.72.0.0/13
-118.80.0.0/15
-118.84.0.0/15
-118.88.32.0/19
-118.88.64.0/18
-118.88.128.0/17
-118.89.0.0/16
-118.102.16.0/20
-118.102.32.0/21
-118.103.164.0/22
-118.103.168.0/21
-118.103.176.0/22
-118.103.245.0/24
-118.103.246.0/23
-118.112.0.0/13
-118.120.0.0/14
-118.124.0.0/15
-118.126.1.0/24
-118.126.2.0/23
-118.126.4.0/22
-118.126.8.0/21
-118.126.16.0/23
-118.126.18.0/24
-118.126.32.0/19
-118.126.64.0/18
-118.126.128.0/17
-118.127.128.0/19
-118.132.0.0/14
-118.144.0.0/14
-118.178.0.0/16
-118.180.0.0/14
-118.184.5.0/24
-118.184.9.0/24
-118.184.10.0/24
-118.184.115.0/24
-118.184.116.0/22
-118.184.120.0/23
-118.184.122.0/24
-118.184.128.0/18
-118.184.192.0/19
-118.184.240.0/20
-118.186.0.0/15
-118.188.0.0/16
-118.190.0.0/16
-118.191.0.0/17
-118.191.128.0/18
-118.191.192.0/20
-118.191.209.0/24
-118.191.210.0/23
-118.191.212.0/22
-118.191.248.0/21
-118.192.0.0/16
-118.193.0.0/22
-118.193.32.0/20
-118.193.56.0/21
-118.193.68.0/22
-118.193.72.0/24
-118.193.77.0/24
-118.193.96.0/19
-118.194.0.0/17
-118.194.128.0/18
-118.194.192.0/19
-118.194.232.0/21
-118.194.240.0/20
-118.195.0.0/16
-118.196.0.0/14
-118.202.0.0/15
-118.204.0.0/14
-118.212.0.0/15
-118.215.192.0/18
-118.224.0.0/14
-118.228.0.0/17
-118.228.128.0/20
-118.228.144.0/21
-118.228.156.0/22
-118.228.160.0/19
-118.228.192.0/18
-118.229.0.0/16
-118.230.0.0/16
-118.239.0.0/16
-118.242.0.0/16
-118.244.0.0/14
-118.248.0.0/13
-119.0.0.0/15
-119.2.0.0/19
-119.2.128.0/17
-119.3.0.0/16
-119.4.0.0/14
-119.8.0.0/16
-119.10.0.0/17
-119.15.136.0/21
-119.16.0.0/16
-119.18.192.0/20
-119.18.208.0/21
-119.18.224.0/19
-119.19.0.0/16
-119.20.0.0/14
-119.27.64.0/18
-119.27.128.0/17
-119.28.28.0/24
-119.29.0.0/16
-119.30.48.0/20
-119.31.192.0/19
-119.32.0.0/14
-119.36.0.0/15
-119.38.0.0/17
-119.38.128.0/18
-119.38.192.0/20
-119.38.208.0/22
-119.38.212.0/23
-119.38.214.0/27
-119.38.214.56/29
-119.38.214.64/26
-119.38.214.128/25
-119.38.215.0/24
-119.38.216.0/21
-119.39.0.0/16
-119.40.0.0/18
-119.40.64.0/20
-119.40.128.0/17
-119.41.0.0/16
-119.42.0.0/19
-119.42.52.0/22
-119.42.128.0/20
-119.42.224.0/19
-119.44.0.0/15
-119.48.0.0/13
-119.57.0.0/16
-119.58.0.0/16
-119.59.128.0/17
-119.60.0.0/15
-119.62.0.0/16
-119.63.32.0/19
-119.75.208.0/20
-119.78.0.0/15
-119.80.0.0/16
-119.82.208.0/20
-119.84.0.0/14
-119.88.0.0/16
-119.89.0.0/17
-119.89.128.0/21
-119.89.136.0/23
-119.89.139.0/24
-119.89.140.0/22
-119.89.144.0/20
-119.89.160.0/20
-119.89.176.0/22
-119.89.180.0/23
-119.89.183.0/24
-119.89.184.0/21
-119.89.192.0/23
-119.89.194.0/24
-119.89.196.0/22
-119.89.200.0/21
-119.89.208.0/21
-119.89.217.0/24
-119.89.218.0/23
-119.89.220.0/22
-119.89.224.0/19
-119.90.0.0/16
-119.91.0.0/17
-119.91.128.0/20
-119.91.144.0/22
-119.91.148.0/23
-119.91.151.0/24
-119.91.152.0/21
-119.91.160.0/20
-119.91.176.0/23
-119.91.178.0/24
-119.91.180.0/22
-119.91.184.0/21
-119.91.192.0/21
-119.91.200.0/23
-119.91.202.0/24
-119.91.204.0/22
-119.91.208.0/21
-119.91.216.0/22
-119.91.220.0/24
-119.91.222.0/23
-119.91.224.0/19
-119.96.0.0/13
-119.108.0.0/15
-119.112.0.0/12
-119.128.0.0/12
-119.144.0.0/14
-119.148.160.0/19
-119.151.192.0/18
-119.160.200.0/21
-119.161.120.0/21
-119.161.128.0/21
-119.161.168.0/21
-119.161.176.0/20
-119.161.192.0/18
-119.162.0.0/15
-119.164.0.0/14
-119.176.0.0/12
-119.232.0.0/15
-119.235.128.0/19
-119.235.160.0/20
-119.235.184.0/22
-119.248.0.0/14
-119.252.96.0/21
-119.252.240.0/21
-119.252.248.0/23
-119.252.251.0/24
-119.252.252.0/23
-119.253.0.0/16
-119.254.0.0/15
-120.0.0.0/12
-120.24.0.0/14
-120.30.0.0/15
-120.32.0.0/12
-120.48.0.0/15
-120.52.0.0/14
-120.64.0.0/13
-120.72.32.0/19
-120.72.128.0/17
-120.76.0.0/14
-120.80.0.0/13
-120.88.8.0/21
-120.90.0.0/15
-120.92.0.0/16
-120.94.0.0/15
-120.128.0.0/14
-120.132.0.0/17
-120.132.128.0/18
-120.132.192.0/19
-120.132.224.0/21
-120.132.232.0/22
-120.132.240.0/20
-120.133.0.0/16
-120.134.0.0/15
-120.136.16.0/21
-120.136.128.0/18
-120.137.0.0/17
-120.143.128.0/19
-120.192.0.0/10
-121.0.8.0/21
-121.0.16.0/20
-121.4.0.0/15
-121.8.0.0/13
-121.16.0.0/12
-121.32.0.0/13
-121.40.0.0/14
-121.46.0.0/18
-121.46.76.0/22
-121.46.128.0/17
-121.47.0.0/16
-121.48.0.0/15
-121.50.8.0/21
-121.51.0.0/16
-121.52.160.0/19
-121.52.208.0/20
-121.52.224.0/19
-121.54.176.0/21
-121.55.0.0/18
-121.56.0.0/15
-121.58.0.0/17
-121.58.136.0/21
-121.58.144.0/20
-121.58.160.0/21
-121.59.0.0/16
-121.60.0.0/14
-121.68.0.0/14
-121.76.0.0/15
-121.79.128.0/18
-121.89.0.0/16
-121.100.128.0/17
-121.101.0.0/18
-121.101.208.0/20
-121.192.0.0/13
-121.200.192.0/21
-121.201.0.0/16
-121.204.0.0/14
-121.224.0.0/12
-121.248.0.0/14
-121.255.0.0/16
-122.0.64.0/18
-122.0.128.0/17
-122.4.0.0/14
-122.8.1.0/24
-122.8.6.0/23
-122.8.10.0/23
-122.8.12.0/22
-122.8.16.0/20
-122.8.32.0/19
-122.8.64.0/20
-122.8.80.0/22
-122.8.86.0/23
-122.8.88.0/24
-122.8.91.0/24
-122.8.92.0/22
-122.8.96.0/22
-122.8.100.0/24
-122.8.111.0/24
-122.8.112.0/21
-122.8.120.0/22
-122.8.124.0/23
-122.8.128.0/17
-122.10.132.0/22
-122.10.136.0/21
-122.10.144.0/20
-122.10.160.0/22
-122.10.196.0/23
-122.10.216.0/22
-122.10.228.0/22
-122.10.232.0/21
-122.10.240.0/21
-122.10.248.0/22
-122.11.0.0/17
-122.12.0.0/15
-122.14.0.0/17
-122.14.192.0/18
-122.48.0.0/16
-122.49.0.0/18
-122.51.0.0/16
-122.64.0.0/11
-122.96.0.0/15
-122.98.144.0/20
-122.98.160.0/21
-122.98.172.0/22
-122.98.176.0/20
-122.98.192.0/21
-122.98.232.0/21
-122.98.240.0/20
-122.102.0.0/20
-122.102.64.0/19
-122.112.0.0/18
-122.112.64.0/19
-122.112.96.0/22
-122.112.107.0/24
-122.112.109.0/24
-122.112.118.0/24
-122.112.122.0/23
-122.112.124.0/23
-122.112.128.0/17
-122.113.0.0/16
-122.114.0.0/16
-122.115.0.0/18
-122.115.80.0/20
-122.115.96.0/19
-122.115.128.0/17
-122.119.0.0/16
-122.128.100.0/22
-122.128.120.0/21
-122.136.0.0/13
-122.144.128.0/17
-122.152.192.0/18
-122.156.0.0/14
-122.188.0.0/14
-122.192.0.0/14
-122.198.0.0/16
-122.200.40.0/21
-122.200.64.0/18
-122.201.48.0/20
-122.204.0.0/14
-122.224.0.0/12
-122.240.0.0/13
-122.248.24.0/21
-122.248.48.0/20
-122.255.64.0/21
-123.0.128.0/21
-123.0.136.0/23
-123.0.139.0/24
-123.0.140.0/22
-123.0.144.0/20
-123.0.160.0/19
-123.4.0.0/14
-123.8.0.0/13
-123.49.129.0/24
-123.49.130.0/23
-123.49.132.0/22
-123.49.136.0/22
-123.49.152.0/21
-123.49.160.0/19
-123.49.192.0/18
-123.50.160.0/19
-123.52.0.0/14
-123.56.0.0/15
-123.58.0.0/18
-123.58.64.0/20
-123.58.80.0/21
-123.58.88.0/22
-123.58.96.0/19
-123.58.128.0/17
-123.59.0.0/16
-123.61.0.0/16
-123.62.0.0/16
-123.64.0.0/11
-123.96.0.0/15
-123.98.0.0/17
-123.99.128.0/17
-123.100.0.0/19
-123.100.232.0/24
-123.101.0.0/16
-123.103.0.0/20
-123.103.16.0/21
-123.103.24.0/22
-123.103.28.0/23
-123.103.30.0/24
-123.103.32.0/19
-123.103.64.0/18
-123.108.134.0/24
-123.108.138.0/23
-123.108.140.0/24
-123.108.142.0/24
-123.108.208.0/20
-123.112.0.0/12
-123.128.0.0/13
-123.137.0.0/16
-123.138.0.0/15
-123.144.0.0/12
-123.160.0.0/12
-123.176.60.0/22
-123.176.80.0/20
-123.177.0.0/16
-123.178.0.0/15
-123.180.0.0/14
-123.184.0.0/13
-123.196.0.0/15
-123.199.128.0/17
-123.206.0.0/15
-123.232.0.0/14
-123.242.0.0/17
-123.242.192.0/21
-123.244.0.0/14
-123.249.0.0/16
-123.253.0.0/16
-123.254.96.0/21
-124.6.64.0/18
-124.14.0.0/15
-124.16.0.0/15
-124.20.0.0/14
-124.28.192.0/18
-124.29.0.0/17
-124.31.0.0/16
-124.40.112.0/20
-124.40.128.0/18
-124.40.192.0/19
-124.40.240.0/22
-124.42.0.0/16
-124.47.0.0/18
-124.64.0.0/15
-124.66.0.0/17
-124.67.0.0/16
-124.68.0.0/17
-124.68.128.0/18
-124.68.192.0/19
-124.68.224.0/20
-124.68.240.0/23
-124.68.242.0/24
-124.68.244.0/22
-124.68.248.0/24
-124.68.250.0/23
-124.68.254.0/23
-124.69.0.0/16
-124.70.0.0/22
-124.72.0.0/13
-124.88.0.0/13
-124.108.8.0/21
-124.108.40.0/21
-124.109.96.0/21
-124.112.0.0/13
-124.126.0.0/15
-124.128.0.0/13
-124.147.128.0/17
-124.150.137.0/24
-124.151.0.0/16
-124.152.0.0/16
-124.160.0.0/13
-124.172.0.0/14
-124.192.0.0/15
-124.196.0.0/16
-124.200.0.0/13
-124.220.0.0/14
-124.224.0.0/12
-124.240.0.0/17
-124.240.128.0/18
-124.242.0.0/16
-124.243.192.0/18
-124.248.0.0/17
-124.249.0.0/16
-124.250.0.0/17
-124.250.136.0/21
-124.250.144.0/20
-124.250.160.0/19
-124.250.192.0/18
-124.251.0.0/16
-124.254.0.0/18
-125.31.192.0/18
-125.32.0.0/12
-125.58.128.0/17
-125.61.128.0/17
-125.62.0.0/18
-125.64.0.0/11
-125.96.0.0/15
-125.98.0.0/16
-125.104.0.0/13
-125.112.0.0/12
-125.169.0.0/16
-125.171.0.0/16
-125.208.0.0/19
-125.208.37.0/24
-125.208.40.0/24
-125.208.45.0/24
-125.208.46.0/23
-125.208.48.0/20
-125.210.0.0/15
-125.213.0.0/17
-125.214.96.0/19
-125.215.0.0/18
-125.216.0.0/13
-125.254.128.0/17
-128.108.0.0/16
-129.28.0.0/16
-129.204.0.0/16
-129.223.254.0/24
-130.214.218.0/23
-131.228.96.0/24
-131.253.12.0/29
-131.253.12.80/28
-131.253.12.240/29
-132.232.0.0/16
-132.237.134.0/24
-132.237.150.0/24
-134.175.0.0/16
-135.159.208.0/20
-135.244.80.0/20
-137.59.59.0/24
-137.59.88.0/22
-138.32.244.0/22
-139.5.56.0/21
-139.5.80.0/22
-139.5.92.0/22
-139.5.128.0/22
-139.5.160.0/22
-139.5.192.0/22
-139.5.204.0/22
-139.5.244.0/22
-139.9.0.0/16
-139.129.0.0/16
-139.148.0.0/16
-139.155.0.0/16
-139.159.0.0/19
-139.159.32.0/21
-139.159.40.0/22
-139.159.50.8/30
-139.159.50.20/32
-139.159.50.23/32
-139.159.50.24/32
-139.159.50.27/32
-139.159.50.28/30
-139.159.50.32/27
-139.159.50.64/26
-139.159.50.128/25
-139.159.51.0/24
-139.159.52.0/22
-139.159.56.0/21
-139.159.64.0/19
-139.159.96.0/20
-139.159.112.0/22
-139.159.116.0/23
-139.159.120.0/21
-139.159.128.0/17
-139.170.0.0/16
-139.176.0.0/16
-139.183.0.0/16
-139.186.0.0/16
-139.189.0.0/16
-139.196.0.0/15
-139.198.0.0/21
-139.198.8.0/23
-139.198.11.0/24
-139.198.12.0/22
-139.198.16.0/20
-139.198.32.0/19
-139.198.66.0/23
-139.198.68.0/22
-139.198.72.0/21
-139.198.80.0/20
-139.198.96.0/20
-139.198.112.0/21
-139.198.122.0/23
-139.198.124.0/22
-139.198.128.0/17
-139.199.0.0/16
-139.200.0.0/13
-139.208.0.0/13
-139.217.0.0/16
-139.219.0.0/16
-139.220.0.0/17
-139.220.128.0/18
-139.220.192.0/22
-139.220.196.0/23
-139.220.200.0/21
-139.220.208.0/23
-139.220.212.0/22
-139.220.216.0/21
-139.220.224.0/19
-139.221.0.0/16
-139.224.0.0/16
-139.226.0.0/15
-140.75.0.0/16
-140.101.208.0/24
-140.143.0.0/16
-140.179.0.0/16
-140.205.0.0/18
-140.205.64.0/19
-140.205.96.0/20
-140.205.112.0/21
-140.205.120.0/23
-140.205.123.0/24
-140.205.124.0/22
-140.205.128.0/17
-140.206.0.0/15
-140.210.0.0/16
-140.224.0.0/16
-140.237.0.0/16
-140.240.0.0/16
-140.242.216.0/24
-140.242.223.0/24
-140.242.224.0/24
-140.243.0.0/16
-140.246.0.0/16
-140.249.0.0/16
-140.250.0.0/16
-140.255.0.0/16
-144.0.0.0/16
-144.7.0.0/16
-144.12.0.0/16
-144.36.146.0/23
-144.48.12.0/22
-144.48.64.0/22
-144.48.88.0/22
-144.48.156.0/22
-144.48.180.0/22
-144.48.184.0/22
-144.48.204.0/22
-144.48.208.0/21
-144.52.0.0/16
-144.123.0.0/16
-144.211.80.0/24
-144.211.138.0/24
-144.255.0.0/16
-146.56.192.0/18
-146.196.56.0/22
-146.196.68.0/22
-146.196.92.0/22
-146.196.112.0/21
-146.196.124.0/22
-146.217.137.0/24
-146.222.79.0/24
-146.222.81.0/24
-146.222.94.0/24
-147.243.13.32/27
-147.243.13.64/27
-147.243.14.32/27
-148.70.0.0/16
-150.0.0.0/16
-150.115.0.0/16
-150.121.0.0/16
-150.122.0.0/16
-150.129.136.0/22
-150.129.192.0/22
-150.129.252.0/22
-150.138.0.0/15
-150.223.0.0/16
-150.242.0.0/21
-150.242.8.0/22
-150.242.28.0/22
-150.242.44.0/22
-150.242.48.0/21
-150.242.56.0/22
-150.242.76.0/22
-150.242.80.0/22
-150.242.92.0/22
-150.242.96.0/22
-150.242.112.0/21
-150.242.120.0/22
-150.242.152.0/22
-150.242.158.0/24
-150.242.160.0/21
-150.242.168.0/22
-150.242.184.0/21
-150.242.192.0/22
-150.242.224.0/22
-150.242.232.0/21
-150.242.240.0/21
-150.242.248.0/22
-150.255.0.0/16
-152.32.160.0/19
-152.32.192.0/18
-152.104.128.0/17
-152.136.0.0/16
-153.0.0.0/16
-153.3.0.0/16
-153.34.0.0/15
-153.36.0.0/15
-153.99.0.0/16
-153.101.0.0/16
-153.118.0.0/15
-154.8.128.0/17
-156.107.160.0/24
-156.107.170.0/24
-157.0.0.0/16
-157.18.0.0/16
-157.61.0.0/16
-157.119.8.0/21
-157.119.16.0/22
-157.119.28.0/22
-157.119.132.0/22
-157.119.136.0/21
-157.119.144.0/20
-157.119.160.0/21
-157.119.172.0/22
-157.119.192.0/21
-157.119.240.0/22
-157.119.252.0/22
-157.122.0.0/16
-157.133.186.0/23
-157.133.192.0/21
-157.133.212.0/24
-157.133.236.0/24
-157.148.0.0/16
-157.156.0.0/16
-157.255.0.0/16
-159.75.0.0/16
-159.153.120.0/22
-159.226.0.0/16
-160.19.208.0/21
-160.19.216.0/22
-160.20.48.0/22
-160.62.10.0/24
-160.83.109.0/24
-160.83.110.0/23
-160.202.60.0/23
-160.202.62.0/24
-160.202.148.0/22
-160.202.152.0/22
-160.202.212.0/22
-160.202.216.0/21
-160.202.224.0/19
-160.238.64.0/22
-161.163.0.0/21
-161.163.28.0/23
-161.163.176.0/24
-161.163.178.0/23
-161.163.180.0/22
-161.189.0.0/16
-161.207.0.0/16
-162.14.0.0/16
-162.105.0.0/16
-163.0.0.0/16
-163.47.4.0/22
-163.53.0.0/20
-163.53.36.0/22
-163.53.40.0/21
-163.53.48.0/20
-163.53.64.0/22
-163.53.88.0/21
-163.53.96.0/19
-163.53.128.0/21
-163.53.136.0/22
-163.53.160.0/20
-163.53.188.0/22
-163.53.220.0/22
-163.53.236.0/22
-163.53.240.0/22
-163.125.0.0/16
-163.142.0.0/16
-163.177.0.0/16
-163.179.0.0/16
-163.204.0.0/16
-163.244.246.0/24
-164.52.52.0/24
-165.156.30.0/24
-166.111.0.0/16
-167.139.0.0/16
-167.189.0.0/16
-167.220.244.0/22
-168.159.144.0/21
-168.159.152.0/22
-168.159.156.0/23
-168.159.158.0/24
-168.160.0.0/16
-168.230.0.0/24
-170.179.0.0/16
-170.225.224.0/23
-170.252.152.0/21
-171.8.0.0/13
-171.34.0.0/15
-171.36.0.0/14
-171.40.0.0/13
-171.80.0.0/12
-171.104.0.0/13
-171.112.0.0/12
-171.208.0.0/12
-172.81.192.0/18
-175.0.0.0/12
-175.16.0.0/13
-175.24.0.0/14
-175.30.0.0/15
-175.42.0.0/15
-175.44.0.0/16
-175.46.0.0/15
-175.48.0.0/12
-175.64.0.0/11
-175.102.0.0/16
-175.106.128.0/17
-175.111.108.0/22
-175.111.144.0/20
-175.111.160.0/20
-175.111.184.0/22
-175.146.0.0/15
-175.148.0.0/14
-175.152.0.0/14
-175.158.96.0/22
-175.160.0.0/12
-175.176.156.0/22
-175.178.0.0/16
-175.184.128.0/18
-175.185.0.0/16
-175.186.0.0/15
-175.188.0.0/14
-180.76.16.0/20
-180.76.32.0/19
-180.76.64.0/18
-180.76.128.0/18
-180.76.192.0/19
-180.76.224.0/20
-180.76.240.0/24
-180.76.242.0/23
-180.76.244.0/22
-180.76.248.0/22
-180.76.252.0/23
-180.76.255.0/24
-180.77.0.0/16
-180.78.0.0/15
-180.84.0.0/15
-180.86.0.0/16
-180.88.0.0/14
-180.94.56.0/21
-180.94.96.0/20
-180.94.120.0/21
-180.95.128.0/17
-180.96.0.0/11
-180.129.128.0/17
-180.130.0.0/16
-180.136.0.0/13
-180.148.16.0/21
-180.148.152.0/21
-180.148.216.0/21
-180.148.224.0/19
-180.149.128.0/19
-180.150.160.0/21
-180.150.176.0/20
-180.152.0.0/13
-180.160.0.0/12
-180.178.112.0/21
-180.178.192.0/18
-180.184.0.0/14
-180.188.0.0/17
-180.189.148.0/22
-180.200.252.0/22
-180.201.0.0/16
-180.202.0.0/15
-180.208.0.0/15
-180.210.212.0/22
-180.210.233.0/24
-180.210.236.0/22
-180.212.0.0/15
-180.222.224.0/19
-180.223.0.0/16
-180.233.0.0/18
-180.233.64.0/19
-180.233.144.0/22
-180.235.64.0/19
-180.235.112.0/22
-182.16.144.0/21
-182.16.192.0/19
-182.18.0.0/17
-182.23.184.0/21
-182.23.200.0/21
-182.32.0.0/12
-182.48.96.0/19
-182.49.0.0/16
-182.50.0.0/22
-182.50.8.0/21
-182.50.112.0/20
-182.51.0.0/16
-182.54.0.0/17
-182.61.0.0/18
-182.61.128.0/19
-182.61.192.0/18
-182.80.0.0/13
-182.88.0.0/14
-182.92.0.0/16
-182.96.0.0/11
-182.128.0.0/12
-182.144.0.0/13
-182.157.0.0/16
-182.160.64.0/19
-182.174.0.0/15
-182.200.0.0/13
-182.236.128.0/17
-182.237.24.0/21
-182.238.0.0/16
-182.239.0.0/19
-182.240.0.0/13
-182.254.0.0/16
-183.0.0.0/10
-183.64.0.0/13
-183.78.160.0/21
-183.78.180.0/22
-183.81.180.0/22
-183.84.0.0/15
-183.91.128.0/22
-183.91.136.0/21
-183.91.144.0/20
-183.92.0.0/14
-183.128.0.0/11
-183.160.0.0/13
-183.168.0.0/15
-183.170.0.0/16
-183.172.0.0/14
-183.184.0.0/13
-183.192.0.0/10
-185.109.236.0/24
-188.65.16.0/22
-188.131.128.0/17
-192.11.23.0/24
-192.11.26.0/24
-192.11.39.0/24
-192.11.236.0/24
-192.23.191.0/24
-192.55.10.0/23
-192.55.40.0/24
-192.55.46.0/24
-192.55.68.0/22
-192.102.204.0/22
-192.124.154.0/24
-192.137.31.0/24
-192.139.135.0/24
-192.139.136.0/24
-192.140.128.0/21
-192.140.136.0/22
-192.140.156.0/22
-192.140.160.0/19
-192.140.192.0/20
-192.140.208.0/21
-192.144.128.0/17
-192.163.11.0/24
-192.232.97.0/24
-193.20.64.0/22
-193.112.0.0/16
-194.138.202.0/23
-198.175.100.0/22
-198.208.17.0/24
-199.7.72.0/24
-199.65.192.0/21
-199.244.144.0/24
-202.0.100.0/23
-202.0.122.0/23
-202.1.105.0/24
-202.1.106.0/24
-202.3.128.0/23
-202.4.128.0/19
-202.4.252.0/22
-202.5.208.0/21
-202.5.216.0/22
-202.6.6.0/23
-202.6.66.0/23
-202.6.72.0/23
-202.6.87.0/24
-202.6.88.0/23
-202.6.92.0/23
-202.6.103.0/24
-202.6.108.0/24
-202.6.110.0/23
-202.6.114.0/24
-202.6.176.0/20
-202.8.0.0/24
-202.8.2.0/23
-202.8.4.0/23
-202.8.12.0/24
-202.8.24.0/24
-202.8.77.0/24
-202.8.128.0/19
-202.8.192.0/20
-202.9.32.0/24
-202.9.34.0/23
-202.9.48.0/23
-202.9.51.0/24
-202.9.52.0/23
-202.9.54.0/24
-202.9.57.0/24
-202.9.58.0/23
-202.10.64.0/21
-202.10.74.0/23
-202.10.76.0/22
-202.10.112.0/20
-202.12.1.0/24
-202.12.2.0/24
-202.12.17.0/24
-202.12.18.0/23
-202.12.72.0/24
-202.12.84.0/23
-202.12.96.0/24
-202.12.98.0/23
-202.12.106.0/24
-202.12.111.0/24
-202.12.116.0/24
-202.14.64.0/23
-202.14.69.0/24
-202.14.73.0/24
-202.14.74.0/23
-202.14.76.0/24
-202.14.78.0/23
-202.14.88.0/24
-202.14.97.0/24
-202.14.104.0/23
-202.14.108.0/23
-202.14.111.0/24
-202.14.114.0/23
-202.14.118.0/23
-202.14.124.0/23
-202.14.127.0/24
-202.14.129.0/24
-202.14.135.0/24
-202.14.136.0/24
-202.14.149.0/24
-202.14.151.0/24
-202.14.157.0/24
-202.14.158.0/23
-202.14.169.0/24
-202.14.170.0/23
-202.14.172.0/22
-202.14.176.0/24
-202.14.184.0/23
-202.14.208.0/23
-202.14.213.0/24
-202.14.219.0/24
-202.14.220.0/24
-202.14.222.0/23
-202.14.225.0/24
-202.14.226.0/23
-202.14.231.0/24
-202.14.235.0/24
-202.14.236.0/22
-202.14.246.0/24
-202.14.251.0/24
-202.20.66.0/24
-202.20.79.0/24
-202.20.87.0/24
-202.20.88.0/23
-202.20.90.0/24
-202.20.94.0/23
-202.20.114.0/24
-202.20.117.0/24
-202.20.120.0/24
-202.20.125.0/24
-202.20.126.0/23
-202.21.48.0/20
-202.21.131.0/24
-202.21.132.0/24
-202.21.141.0/24
-202.21.142.0/24
-202.21.147.0/24
-202.21.148.0/24
-202.21.150.0/23
-202.21.152.0/23
-202.21.154.0/24
-202.21.156.0/24
-202.21.208.0/24
-202.22.248.0/21
-202.27.12.0/24
-202.27.14.0/24
-202.27.136.0/23
-202.36.226.0/24
-202.38.0.0/22
-202.38.8.0/21
-202.38.48.0/20
-202.38.64.0/18
-202.38.128.0/21
-202.38.136.0/23
-202.38.138.0/24
-202.38.140.0/22
-202.38.146.0/23
-202.38.149.0/24
-202.38.150.0/23
-202.38.152.0/22
-202.38.156.0/24
-202.38.158.0/23
-202.38.160.0/23
-202.38.164.0/22
-202.38.168.0/22
-202.38.176.0/23
-202.38.184.0/21
-202.38.192.0/18
-202.40.4.0/23
-202.40.7.0/24
-202.40.15.0/24
-202.40.135.0/24
-202.40.136.0/24
-202.40.140.0/24
-202.40.143.0/24
-202.40.144.0/23
-202.40.150.0/24
-202.40.155.0/24
-202.40.156.0/24
-202.40.158.0/23
-202.40.162.0/24
-202.41.8.0/23
-202.41.11.0/24
-202.41.12.0/23
-202.41.128.0/24
-202.41.130.0/23
-202.41.142.0/24
-202.41.152.0/21
-202.41.192.0/24
-202.41.196.0/22
-202.41.200.0/22
-202.41.240.0/20
-202.43.76.0/22
-202.43.144.0/20
-202.44.16.0/20
-202.44.48.0/22
-202.44.67.0/24
-202.44.74.0/24
-202.44.97.0/24
-202.44.129.0/24
-202.44.132.0/23
-202.44.146.0/23
-202.45.0.0/23
-202.45.2.0/24
-202.45.15.0/24
-202.45.16.0/20
-202.46.16.0/23
-202.46.18.0/24
-202.46.20.0/23
-202.46.128.0/24
-202.46.224.0/20
-202.47.82.0/23
-202.47.96.0/20
-202.47.126.0/24
-202.47.128.0/24
-202.47.130.0/23
-202.52.34.0/24
-202.52.143.0/24
-202.53.140.0/24
-202.53.143.0/24
-202.57.212.0/22
-202.57.216.0/22
-202.57.240.0/20
-202.58.0.0/24
-202.58.112.0/22
-202.59.0.0/23
-202.59.212.0/22
-202.59.236.0/24
-202.59.240.0/24
-202.60.48.0/21
-202.60.96.0/21
-202.60.112.0/20
-202.60.132.0/22
-202.60.136.0/21
-202.60.144.0/20
-202.61.68.0/22
-202.61.76.0/22
-202.61.88.0/22
-202.61.123.0/24
-202.61.127.0/24
-202.62.112.0/22
-202.62.248.0/22
-202.62.252.0/24
-202.62.255.0/24
-202.63.80.0/20
-202.63.160.0/19
-202.63.248.0/22
-202.63.253.0/24
-202.65.0.0/21
-202.65.8.0/23
-202.67.0.0/22
-202.69.4.0/23
-202.69.16.0/20
-202.70.0.0/19
-202.70.96.0/20
-202.70.192.0/20
-202.71.32.0/20
-202.72.40.0/21
-202.72.80.0/20
-202.72.112.0/20
-202.73.128.0/22
-202.73.240.0/20
-202.74.8.0/21
-202.74.36.0/24
-202.74.42.0/24
-202.74.52.0/24
-202.74.80.0/20
-202.74.254.0/23
-202.75.208.0/20
-202.75.252.0/22
-202.76.247.0/24
-202.76.252.0/22
-202.77.80.0/21
-202.77.92.0/22
-202.78.8.0/21
-202.79.224.0/21
-202.79.248.0/22
-202.80.192.0/20
-202.81.0.0/22
-202.81.176.0/20
-202.83.252.0/22
-202.84.0.0/20
-202.84.16.0/23
-202.84.22.0/24
-202.84.24.0/21
-202.85.208.0/20
-202.86.249.0/24
-202.87.80.0/20
-202.88.32.0/22
-202.89.8.0/21
-202.89.96.0/22
-202.89.108.0/22
-202.89.119.0/24
-202.89.232.0/21
-202.90.0.0/22
-202.90.16.0/20
-202.90.37.0/24
-202.90.96.0/19
-202.90.193.0/24
-202.90.196.0/24
-202.90.205.0/24
-202.90.224.0/20
-202.91.0.0/22
-202.91.96.0/20
-202.91.128.0/22
-202.91.176.0/20
-202.91.224.0/19
-202.92.0.0/22
-202.92.8.0/21
-202.92.48.0/20
-202.92.252.0/22
-202.93.0.0/22
-202.93.252.0/22
-202.94.0.0/19
-202.94.74.0/24
-202.94.81.0/24
-202.94.92.0/22
-202.95.1.0/24
-202.95.2.0/23
-202.95.4.0/22
-202.95.8.0/21
-202.95.16.0/20
-202.95.240.0/21
-202.95.252.0/22
-202.96.0.0/12
-202.112.0.0/13
-202.120.0.0/15
-202.122.0.0/21
-202.122.32.0/21
-202.122.64.0/19
-202.122.112.0/20
-202.122.128.0/24
-202.122.132.0/24
-202.123.96.0/20
-202.123.116.0/22
-202.123.120.0/22
-202.124.16.0/21
-202.124.24.0/22
-202.125.107.0/24
-202.125.109.0/24
-202.125.112.0/20
-202.125.176.0/20
-202.127.0.0/21
-202.127.12.0/22
-202.127.16.0/20
-202.127.40.0/21
-202.127.48.0/20
-202.127.112.0/20
-202.127.128.0/19
-202.127.160.0/21
-202.127.192.0/20
-202.127.208.0/23
-202.127.212.0/22
-202.127.216.0/21
-202.127.224.0/19
-202.129.208.0/24
-202.130.0.0/19
-202.130.39.0/24
-202.130.224.0/19
-202.131.16.0/21
-202.131.59.0/24
-202.131.208.0/20
-202.133.32.0/20
-202.134.58.0/24
-202.134.128.0/20
-202.134.208.0/20
-202.136.48.0/20
-202.136.208.0/20
-202.136.224.0/20
-202.136.248.0/22
-202.136.254.0/23
-202.137.231.0/24
-202.140.140.0/22
-202.140.144.0/20
-202.141.160.0/19
-202.142.16.0/20
-202.143.4.0/22
-202.143.16.0/20
-202.143.32.0/20
-202.143.56.0/21
-202.143.100.0/22
-202.143.104.0/22
-202.146.160.0/20
-202.146.186.0/24
-202.146.188.0/22
-202.146.196.0/22
-202.146.200.0/21
-202.147.144.0/20
-202.148.32.0/20
-202.148.64.0/18
-202.149.32.0/19
-202.149.160.0/19
-202.149.224.0/19
-202.150.16.0/20
-202.150.32.0/20
-202.150.56.0/22
-202.150.192.0/20
-202.150.224.0/19
-202.151.0.0/22
-202.151.128.0/19
-202.152.176.0/20
-202.153.0.0/22
-202.153.7.0/24
-202.153.48.0/20
-202.157.192.0/19
-202.158.160.0/19
-202.158.242.0/24
-202.160.140.0/22
-202.160.156.0/22
-202.160.176.0/20
-202.162.67.0/24
-202.162.75.0/24
-202.164.0.0/20
-202.164.96.0/19
-202.165.96.0/21
-202.165.104.0/22
-202.165.176.0/20
-202.165.208.0/20
-202.165.239.0/24
-202.165.240.0/23
-202.165.243.0/24
-202.165.245.0/24
-202.165.251.0/24
-202.165.252.0/22
-202.166.224.0/19
-202.168.80.0/22
-202.168.128.0/20
-202.168.160.0/19
-202.170.128.0/19
-202.170.216.0/21
-202.170.224.0/19
-202.171.216.0/21
-202.171.232.0/24
-202.171.235.0/24
-202.172.0.0/22
-202.172.7.0/24
-202.173.0.0/22
-202.173.6.0/24
-202.173.8.0/21
-202.173.112.0/22
-202.173.224.0/19
-202.174.64.0/20
-202.174.124.0/22
-202.176.224.0/19
-202.179.160.0/20
-202.179.240.0/20
-202.180.128.0/19
-202.180.208.0/21
-202.181.8.0/22
-202.181.28.0/22
-202.181.112.0/20
-202.182.32.0/20
-202.182.192.0/19
-202.189.0.0/18
-202.189.80.0/20
-202.189.184.0/21
-202.191.0.0/24
-202.191.68.0/22
-202.191.72.0/21
-202.191.80.0/20
-202.192.0.0/12
-203.0.4.0/22
-203.0.10.0/23
-203.0.18.0/24
-203.0.24.0/24
-203.0.42.0/23
-203.0.45.0/24
-203.0.46.0/23
-203.0.81.0/24
-203.0.82.0/23
-203.0.90.0/23
-203.0.96.0/23
-203.0.104.0/21
-203.0.114.0/23
-203.0.122.0/24
-203.0.128.0/24
-203.0.130.0/23
-203.0.132.0/22
-203.0.137.0/24
-203.0.142.0/24
-203.0.144.0/24
-203.0.146.0/24
-203.0.148.0/24
-203.0.150.0/23
-203.0.152.0/24
-203.0.177.0/24
-203.0.224.0/24
-203.1.4.0/22
-203.1.18.0/24
-203.1.26.0/23
-203.1.65.0/24
-203.1.66.0/23
-203.1.70.0/23
-203.1.76.0/23
-203.1.90.0/24
-203.1.97.0/24
-203.1.98.0/23
-203.1.100.0/22
-203.1.108.0/24
-203.1.253.0/24
-203.1.254.0/24
-203.2.64.0/21
-203.2.73.0/24
-203.2.112.0/21
-203.2.126.0/23
-203.2.140.0/24
-203.2.150.0/24
-203.2.152.0/22
-203.2.156.0/23
-203.2.160.0/21
-203.2.180.0/23
-203.2.196.0/23
-203.2.209.0/24
-203.2.214.0/23
-203.2.226.0/23
-203.2.229.0/24
-203.2.236.0/23
-203.3.68.0/24
-203.3.72.0/23
-203.3.75.0/24
-203.3.80.0/21
-203.3.96.0/22
-203.3.105.0/24
-203.3.112.0/21
-203.3.120.0/24
-203.3.123.0/24
-203.3.135.0/24
-203.3.139.0/24
-203.3.143.0/24
-203.4.132.0/23
-203.4.134.0/24
-203.4.151.0/24
-203.4.152.0/22
-203.4.174.0/23
-203.4.180.0/24
-203.4.186.0/24
-203.4.205.0/24
-203.4.208.0/22
-203.4.227.0/24
-203.4.230.0/23
-203.5.4.0/23
-203.5.7.0/24
-203.5.8.0/23
-203.5.11.0/24
-203.5.21.0/24
-203.5.22.0/24
-203.5.44.0/24
-203.5.46.0/23
-203.5.52.0/22
-203.5.56.0/23
-203.5.60.0/23
-203.5.114.0/23
-203.5.118.0/24
-203.5.120.0/24
-203.5.172.0/24
-203.5.180.0/23
-203.5.182.0/24
-203.5.185.0/24
-203.5.186.0/24
-203.5.188.0/23
-203.5.190.0/24
-203.5.195.0/24
-203.5.214.0/23
-203.5.218.0/23
-203.6.131.0/24
-203.6.136.0/24
-203.6.138.0/23
-203.6.142.0/24
-203.6.150.0/23
-203.6.157.0/24
-203.6.159.0/24
-203.6.224.0/20
-203.6.248.0/23
-203.7.129.0/24
-203.7.138.0/23
-203.7.147.0/24
-203.7.150.0/23
-203.7.158.0/24
-203.7.192.0/23
-203.7.200.0/24
-203.8.0.0/24
-203.8.8.0/24
-203.8.23.0/24
-203.8.70.0/24
-203.8.82.0/24
-203.8.86.0/23
-203.8.91.0/24
-203.8.110.0/23
-203.8.115.0/24
-203.8.166.0/23
-203.8.169.0/24
-203.8.173.0/24
-203.8.184.0/24
-203.8.186.0/23
-203.8.190.0/23
-203.8.192.0/24
-203.8.197.0/24
-203.8.198.0/23
-203.8.203.0/24
-203.8.209.0/24
-203.8.210.0/23
-203.8.212.0/22
-203.8.217.0/24
-203.8.220.0/24
-203.9.32.0/24
-203.9.36.0/23
-203.9.57.0/24
-203.9.63.0/24
-203.9.65.0/24
-203.9.70.0/23
-203.9.72.0/24
-203.9.75.0/24
-203.9.76.0/23
-203.9.96.0/22
-203.9.100.0/23
-203.9.108.0/24
-203.9.158.0/24
-203.10.34.0/24
-203.10.56.0/24
-203.10.74.0/23
-203.10.84.0/22
-203.10.88.0/24
-203.10.95.0/24
-203.10.125.0/24
-203.11.70.0/24
-203.11.76.0/22
-203.11.82.0/24
-203.11.84.0/22
-203.11.100.0/22
-203.11.109.0/24
-203.11.117.0/24
-203.11.122.0/24
-203.11.126.0/24
-203.11.136.0/22
-203.11.141.0/24
-203.11.142.0/23
-203.11.180.0/22
-203.11.208.0/22
-203.12.16.0/24
-203.12.19.0/24
-203.12.24.0/24
-203.12.57.0/24
-203.12.65.0/24
-203.12.66.0/24
-203.12.70.0/23
-203.12.87.0/24
-203.12.90.0/24
-203.12.92.0/22
-203.12.100.0/23
-203.12.103.0/24
-203.12.114.0/24
-203.12.118.0/24
-203.12.130.0/24
-203.12.137.0/24
-203.12.196.0/22
-203.12.211.0/24
-203.12.219.0/24
-203.12.226.0/24
-203.12.240.0/22
-203.13.18.0/24
-203.13.24.0/24
-203.13.44.0/23
-203.13.88.0/23
-203.13.92.0/22
-203.13.173.0/24
-203.13.224.0/23
-203.13.227.0/24
-203.13.233.0/24
-203.14.24.0/22
-203.14.33.0/24
-203.14.56.0/24
-203.14.61.0/24
-203.14.62.0/24
-203.14.104.0/24
-203.14.114.0/23
-203.14.118.0/24
-203.14.162.0/24
-203.14.184.0/21
-203.14.192.0/24
-203.14.194.0/23
-203.14.214.0/24
-203.14.231.0/24
-203.14.246.0/24
-203.15.0.0/20
-203.15.20.0/23
-203.15.22.0/24
-203.15.87.0/24
-203.15.88.0/23
-203.15.105.0/24
-203.15.112.0/21
-203.15.130.0/23
-203.15.149.0/24
-203.15.151.0/24
-203.15.156.0/22
-203.15.174.0/24
-203.15.227.0/24
-203.15.232.0/21
-203.15.240.0/23
-203.15.246.0/24
-203.16.10.0/24
-203.16.12.0/23
-203.16.16.0/21
-203.16.27.0/24
-203.16.38.0/24
-203.16.49.0/24
-203.16.50.0/23
-203.16.58.0/24
-203.16.63.0/24
-203.16.133.0/24
-203.16.161.0/24
-203.16.162.0/24
-203.16.186.0/23
-203.16.228.0/24
-203.16.238.0/24
-203.16.240.0/24
-203.16.245.0/24
-203.17.2.0/24
-203.17.18.0/24
-203.17.28.0/24
-203.17.39.0/24
-203.17.56.0/24
-203.17.74.0/23
-203.17.88.0/23
-203.17.136.0/24
-203.17.164.0/24
-203.17.187.0/24
-203.17.190.0/23
-203.17.231.0/24
-203.17.233.0/24
-203.17.248.0/23
-203.17.255.0/24
-203.18.2.0/23
-203.18.4.0/24
-203.18.7.0/24
-203.18.31.0/24
-203.18.37.0/24
-203.18.48.0/23
-203.18.52.0/24
-203.18.72.0/22
-203.18.80.0/23
-203.18.87.0/24
-203.18.100.0/23
-203.18.105.0/24
-203.18.107.0/24
-203.18.110.0/24
-203.18.129.0/24
-203.18.131.0/24
-203.18.132.0/23
-203.18.144.0/24
-203.18.153.0/24
-203.18.199.0/24
-203.18.208.0/24
-203.18.211.0/24
-203.18.215.0/24
-203.19.1.0/24
-203.19.18.0/24
-203.19.24.0/24
-203.19.30.0/24
-203.19.41.0/24
-203.19.44.0/23
-203.19.46.0/24
-203.19.58.0/24
-203.19.60.0/23
-203.19.64.0/24
-203.19.68.0/24
-203.19.72.0/24
-203.19.101.0/24
-203.19.111.0/24
-203.19.131.0/24
-203.19.133.0/24
-203.19.144.0/24
-203.19.147.0/24
-203.19.149.0/24
-203.19.156.0/24
-203.19.176.0/24
-203.19.178.0/23
-203.19.208.0/24
-203.19.228.0/22
-203.19.233.0/24
-203.19.242.0/24
-203.19.248.0/23
-203.19.255.0/24
-203.20.17.0/24
-203.20.40.0/23
-203.20.44.0/24
-203.20.48.0/24
-203.20.61.0/24
-203.20.65.0/24
-203.20.84.0/23
-203.20.89.0/24
-203.20.106.0/23
-203.20.115.0/24
-203.20.117.0/24
-203.20.118.0/23
-203.20.122.0/24
-203.20.126.0/23
-203.20.135.0/24
-203.20.136.0/21
-203.20.150.0/24
-203.20.230.0/24
-203.20.232.0/24
-203.20.236.0/24
-203.21.0.0/23
-203.21.2.0/24
-203.21.8.0/24
-203.21.10.0/24
-203.21.18.0/24
-203.21.33.0/24
-203.21.34.0/24
-203.21.41.0/24
-203.21.44.0/24
-203.21.68.0/24
-203.21.82.0/24
-203.21.96.0/22
-203.21.124.0/24
-203.21.136.0/23
-203.21.145.0/24
-203.21.206.0/24
-203.22.24.0/24
-203.22.28.0/23
-203.22.31.0/24
-203.22.68.0/24
-203.22.76.0/24
-203.22.84.0/24
-203.22.87.0/24
-203.22.92.0/22
-203.22.99.0/24
-203.22.106.0/24
-203.22.122.0/23
-203.22.131.0/24
-203.22.163.0/24
-203.22.166.0/24
-203.22.170.0/24
-203.22.176.0/21
-203.22.194.0/24
-203.22.242.0/23
-203.22.245.0/24
-203.22.246.0/24
-203.22.252.0/23
-203.23.0.0/24
-203.23.47.0/24
-203.23.61.0/24
-203.23.62.0/23
-203.23.73.0/24
-203.23.85.0/24
-203.23.92.0/22
-203.23.98.0/24
-203.23.107.0/24
-203.23.112.0/24
-203.23.130.0/24
-203.23.140.0/23
-203.23.172.0/24
-203.23.182.0/24
-203.23.186.0/23
-203.23.192.0/24
-203.23.197.0/24
-203.23.198.0/24
-203.23.204.0/22
-203.23.224.0/24
-203.23.226.0/23
-203.23.228.0/22
-203.23.249.0/24
-203.23.251.0/24
-203.24.13.0/24
-203.24.18.0/24
-203.24.27.0/24
-203.24.43.0/24
-203.24.56.0/24
-203.24.58.0/24
-203.24.67.0/24
-203.24.74.0/24
-203.24.79.0/24
-203.24.80.0/23
-203.24.84.0/23
-203.24.86.0/24
-203.24.90.0/24
-203.24.111.0/24
-203.24.112.0/24
-203.24.116.0/24
-203.24.122.0/23
-203.24.145.0/24
-203.24.152.0/23
-203.24.157.0/24
-203.24.161.0/24
-203.24.167.0/24
-203.24.186.0/23
-203.24.199.0/24
-203.24.202.0/24
-203.24.212.0/23
-203.24.217.0/24
-203.24.219.0/24
-203.24.244.0/24
-203.25.19.0/24
-203.25.20.0/23
-203.25.46.0/24
-203.25.48.0/21
-203.25.64.0/23
-203.25.91.0/24
-203.25.99.0/24
-203.25.100.0/24
-203.25.106.0/24
-203.25.131.0/24
-203.25.135.0/24
-203.25.138.0/24
-203.25.147.0/24
-203.25.153.0/24
-203.25.154.0/23
-203.25.164.0/24
-203.25.166.0/24
-203.25.174.0/23
-203.25.180.0/24
-203.25.182.0/24
-203.25.191.0/24
-203.25.199.0/24
-203.25.200.0/24
-203.25.202.0/23
-203.25.208.0/20
-203.25.229.0/24
-203.25.235.0/24
-203.25.236.0/24
-203.25.242.0/24
-203.26.12.0/24
-203.26.34.0/24
-203.26.49.0/24
-203.26.50.0/24
-203.26.55.0/24
-203.26.56.0/23
-203.26.60.0/24
-203.26.65.0/24
-203.26.68.0/24
-203.26.76.0/24
-203.26.80.0/24
-203.26.84.0/24
-203.26.97.0/24
-203.26.102.0/23
-203.26.115.0/24
-203.26.116.0/24
-203.26.129.0/24
-203.26.143.0/24
-203.26.144.0/24
-203.26.148.0/23
-203.26.154.0/24
-203.26.158.0/23
-203.26.161.0/24
-203.26.170.0/24
-203.26.173.0/24
-203.26.176.0/24
-203.26.185.0/24
-203.26.202.0/23
-203.26.210.0/24
-203.26.214.0/24
-203.26.222.0/24
-203.26.224.0/24
-203.26.228.0/24
-203.26.232.0/24
-203.27.0.0/24
-203.27.10.0/24
-203.27.15.0/24
-203.27.16.0/24
-203.27.20.0/24
-203.27.22.0/23
-203.27.40.0/24
-203.27.45.0/24
-203.27.53.0/24
-203.27.65.0/24
-203.27.66.0/24
-203.27.81.0/24
-203.27.88.0/24
-203.27.102.0/24
-203.27.109.0/24
-203.27.117.0/24
-203.27.121.0/24
-203.27.122.0/23
-203.27.125.0/24
-203.27.200.0/24
-203.27.202.0/24
-203.27.233.0/24
-203.27.241.0/24
-203.27.250.0/24
-203.28.10.0/24
-203.28.12.0/24
-203.28.33.0/24
-203.28.34.0/23
-203.28.43.0/24
-203.28.44.0/24
-203.28.54.0/24
-203.28.56.0/24
-203.28.73.0/24
-203.28.74.0/24
-203.28.76.0/24
-203.28.86.0/24
-203.28.88.0/24
-203.28.112.0/24
-203.28.131.0/24
-203.28.136.0/24
-203.28.140.0/24
-203.28.145.0/24
-203.28.165.0/24
-203.28.169.0/24
-203.28.170.0/24
-203.28.178.0/23
-203.28.185.0/24
-203.28.187.0/24
-203.28.196.0/24
-203.28.226.0/23
-203.28.239.0/24
-203.29.2.0/24
-203.29.8.0/23
-203.29.13.0/24
-203.29.14.0/24
-203.29.28.0/24
-203.29.46.0/24
-203.29.57.0/24
-203.29.61.0/24
-203.29.63.0/24
-203.29.69.0/24
-203.29.73.0/24
-203.29.81.0/24
-203.29.90.0/24
-203.29.95.0/24
-203.29.100.0/24
-203.29.103.0/24
-203.29.112.0/24
-203.29.120.0/22
-203.29.182.0/23
-203.29.187.0/24
-203.29.189.0/24
-203.29.190.0/24
-203.29.205.0/24
-203.29.210.0/24
-203.29.217.0/24
-203.29.227.0/24
-203.29.231.0/24
-203.29.233.0/24
-203.29.234.0/24
-203.29.248.0/24
-203.29.254.0/23
-203.30.16.0/23
-203.30.25.0/24
-203.30.29.0/24
-203.30.66.0/24
-203.30.81.0/24
-203.30.87.0/24
-203.30.111.0/24
-203.30.121.0/24
-203.30.123.0/24
-203.30.152.0/24
-203.30.156.0/24
-203.30.162.0/24
-203.30.173.0/24
-203.30.175.0/24
-203.30.187.0/24
-203.30.194.0/24
-203.30.217.0/24
-203.30.220.0/24
-203.30.222.0/24
-203.30.232.0/23
-203.30.235.0/24
-203.30.240.0/23
-203.30.246.0/24
-203.30.250.0/23
-203.31.45.0/24
-203.31.46.0/24
-203.31.49.0/24
-203.31.51.0/24
-203.31.54.0/23
-203.31.69.0/24
-203.31.72.0/24
-203.31.80.0/24
-203.31.85.0/24
-203.31.97.0/24
-203.31.105.0/24
-203.31.106.0/24
-203.31.108.0/23
-203.31.124.0/24
-203.31.162.0/24
-203.31.174.0/24
-203.31.177.0/24
-203.31.181.0/24
-203.31.187.0/24
-203.31.189.0/24
-203.31.204.0/24
-203.31.220.0/24
-203.31.222.0/23
-203.31.225.0/24
-203.31.229.0/24
-203.31.248.0/23
-203.31.253.0/24
-203.32.20.0/24
-203.32.48.0/23
-203.32.56.0/24
-203.32.60.0/24
-203.32.62.0/24
-203.32.68.0/23
-203.32.76.0/24
-203.32.81.0/24
-203.32.84.0/23
-203.32.95.0/24
-203.32.102.0/24
-203.32.105.0/24
-203.32.130.0/24
-203.32.133.0/24
-203.32.140.0/24
-203.32.152.0/24
-203.32.186.0/23
-203.32.192.0/24
-203.32.196.0/24
-203.32.203.0/24
-203.32.204.0/23
-203.32.212.0/24
-203.33.4.0/24
-203.33.7.0/24
-203.33.12.0/23
-203.33.21.0/24
-203.33.26.0/24
-203.33.32.0/24
-203.33.63.0/24
-203.33.64.0/24
-203.33.67.0/24
-203.33.68.0/24
-203.33.73.0/24
-203.33.79.0/24
-203.33.100.0/24
-203.33.122.0/24
-203.33.129.0/24
-203.33.131.0/24
-203.33.145.0/24
-203.33.156.0/24
-203.33.158.0/23
-203.33.174.0/24
-203.33.185.0/24
-203.33.200.0/24
-203.33.202.0/23
-203.33.204.0/24
-203.33.206.0/23
-203.33.214.0/23
-203.33.224.0/23
-203.33.226.0/24
-203.33.233.0/24
-203.33.243.0/24
-203.33.250.0/24
-203.34.4.0/24
-203.34.21.0/24
-203.34.27.0/24
-203.34.39.0/24
-203.34.48.0/23
-203.34.54.0/24
-203.34.56.0/23
-203.34.67.0/24
-203.34.69.0/24
-203.34.76.0/24
-203.34.92.0/24
-203.34.106.0/24
-203.34.113.0/24
-203.34.147.0/24
-203.34.150.0/24
-203.34.152.0/23
-203.34.161.0/24
-203.34.162.0/24
-203.34.187.0/24
-203.34.192.0/21
-203.34.204.0/22
-203.34.232.0/24
-203.34.240.0/24
-203.34.242.0/24
-203.34.245.0/24
-203.34.251.0/24
-203.55.2.0/23
-203.55.4.0/24
-203.55.10.0/24
-203.55.13.0/24
-203.55.22.0/24
-203.55.30.0/24
-203.55.93.0/24
-203.55.101.0/24
-203.55.109.0/24
-203.55.110.0/24
-203.55.116.0/23
-203.55.119.0/24
-203.55.128.0/23
-203.55.146.0/23
-203.55.192.0/24
-203.55.196.0/24
-203.55.218.0/23
-203.55.221.0/24
-203.55.224.0/24
-203.56.1.0/24
-203.56.4.0/24
-203.56.12.0/24
-203.56.24.0/24
-203.56.38.0/24
-203.56.40.0/24
-203.56.46.0/24
-203.56.50.0/23
-203.56.52.0/22
-203.56.68.0/23
-203.56.82.0/23
-203.56.84.0/23
-203.56.95.0/24
-203.56.110.0/24
-203.56.121.0/24
-203.56.161.0/24
-203.56.169.0/24
-203.56.172.0/23
-203.56.175.0/24
-203.56.183.0/24
-203.56.185.0/24
-203.56.187.0/24
-203.56.192.0/24
-203.56.198.0/24
-203.56.201.0/24
-203.56.208.0/23
-203.56.210.0/24
-203.56.214.0/24
-203.56.216.0/24
-203.56.227.0/24
-203.56.228.0/24
-203.56.232.0/24
-203.56.240.0/24
-203.56.252.0/24
-203.56.254.0/24
-203.57.5.0/24
-203.57.6.0/24
-203.57.12.0/23
-203.57.28.0/24
-203.57.39.0/24
-203.57.46.0/24
-203.57.58.0/24
-203.57.61.0/24
-203.57.66.0/24
-203.57.69.0/24
-203.57.70.0/23
-203.57.73.0/24
-203.57.90.0/24
-203.57.101.0/24
-203.57.109.0/24
-203.57.123.0/24
-203.57.157.0/24
-203.57.200.0/24
-203.57.202.0/24
-203.57.206.0/24
-203.57.222.0/24
-203.57.224.0/20
-203.57.246.0/23
-203.57.249.0/24
-203.57.253.0/24
-203.57.254.0/23
-203.62.2.0/24
-203.62.131.0/24
-203.62.139.0/24
-203.62.161.0/24
-203.62.197.0/24
-203.62.228.0/22
-203.62.234.0/24
-203.62.246.0/24
-203.65.240.0/22
-203.76.160.0/22
-203.76.168.0/22
-203.76.208.0/21
-203.76.216.0/22
-203.76.240.0/22
-203.77.180.0/22
-203.78.48.0/20
-203.78.156.0/22
-203.79.0.0/20
-203.80.4.0/23
-203.80.32.0/20
-203.80.57.0/24
-203.80.129.0/24
-203.80.132.0/22
-203.80.140.0/22
-203.80.144.0/20
-203.81.0.0/21
-203.81.16.0/20
-203.81.244.0/22
-203.82.0.0/23
-203.82.16.0/21
-203.82.112.0/20
-203.82.224.0/20
-203.83.0.0/22
-203.83.12.0/22
-203.83.56.0/21
-203.83.224.0/20
-203.86.0.0/18
-203.86.64.0/19
-203.86.250.0/24
-203.86.254.0/23
-203.88.32.0/19
-203.88.192.0/19
-203.89.0.0/22
-203.89.100.0/22
-203.89.136.0/22
-203.89.144.0/24
-203.90.0.0/22
-203.90.8.0/21
-203.90.128.0/18
-203.90.192.0/19
-203.91.32.0/19
-203.91.96.0/20
-203.91.120.0/21
-203.92.0.0/22
-203.92.6.0/24
-203.92.160.0/19
-203.93.0.0/16
-203.94.0.0/19
-203.95.0.0/21
-203.95.96.0/19
-203.95.128.0/18
-203.95.200.0/21
-203.95.208.0/22
-203.95.224.0/19
-203.99.8.0/21
-203.99.16.0/22
-203.99.30.0/23
-203.99.80.0/20
-203.100.32.0/20
-203.100.58.0/24
-203.100.60.0/24
-203.100.63.0/24
-203.100.80.0/20
-203.100.96.0/19
-203.100.192.0/20
-203.104.32.0/20
-203.105.96.0/19
-203.105.128.0/19
-203.107.0.0/17
-203.110.160.0/19
-203.110.208.0/20
-203.110.232.0/23
-203.110.234.0/24
-203.114.80.0/20
-203.114.244.0/22
-203.118.192.0/19
-203.118.241.0/24
-203.118.248.0/22
-203.119.24.0/23
-203.119.32.0/24
-203.119.34.0/23
-203.119.80.0/22
-203.119.85.0/24
-203.119.113.0/24
-203.119.114.0/23
-203.119.116.0/22
-203.119.120.0/21
-203.119.128.0/17
-203.123.58.0/24
-203.128.32.0/19
-203.128.96.0/19
-203.128.128.0/24
-203.128.224.0/21
-203.130.32.0/20
-203.132.32.0/19
-203.134.247.0/24
-203.135.96.0/19
-203.135.160.0/20
-203.142.12.0/23
-203.142.219.0/24
-203.142.224.0/19
-203.145.0.0/19
-203.148.0.0/18
-203.148.64.0/20
-203.148.80.0/22
-203.148.86.0/23
-203.149.92.0/22
-203.152.64.0/19
-203.152.128.0/19
-203.153.0.0/22
-203.156.192.0/18
-203.158.16.0/21
-203.160.129.0/24
-203.160.192.0/19
-203.161.0.0/22
-203.161.180.0/24
-203.161.183.0/24
-203.161.192.0/19
-203.166.160.0/19
-203.167.28.0/22
-203.168.0.0/19
-203.170.58.0/23
-203.171.0.0/22
-203.171.208.0/24
-203.171.224.0/20
-203.174.4.0/24
-203.174.6.0/24
-203.174.96.0/20
-203.175.128.0/19
-203.175.192.0/18
-203.176.0.0/18
-203.176.64.0/19
-203.176.168.0/21
-203.184.80.0/20
-203.187.160.0/19
-203.189.0.0/23
-203.189.6.0/23
-203.189.112.0/22
-203.189.192.0/19
-203.189.240.0/22
-203.190.96.0/20
-203.190.249.0/24
-203.191.0.0/23
-203.191.2.0/24
-203.191.5.0/24
-203.191.7.0/24
-203.191.64.0/18
-203.191.133.0/24
-203.191.144.0/20
-203.192.0.0/19
-203.193.224.0/19
-203.195.64.0/19
-203.195.128.0/17
-203.196.0.0/20
-203.196.28.0/22
-203.201.181.0/24
-203.201.182.0/24
-203.202.236.0/22
-203.205.64.0/19
-203.207.64.0/18
-203.207.128.0/17
-203.208.0.0/20
-203.208.16.0/22
-203.208.32.0/19
-203.209.224.0/19
-203.212.0.0/20
-203.212.80.0/20
-203.217.164.0/22
-203.223.0.0/20
-203.223.16.0/24
-203.223.22.0/24
-204.55.160.0/24
-204.74.96.0/24
-204.114.176.0/23
-206.219.44.0/23
-206.219.50.0/23
-206.219.52.0/23
-207.89.20.0/24
-210.2.0.0/23
-210.2.2.0/24
-210.2.5.0/24
-210.2.6.0/23
-210.2.8.0/21
-210.2.24.0/21
-210.5.0.0/19
-210.5.56.0/24
-210.5.60.0/24
-210.5.128.0/19
-210.7.56.0/21
-210.12.0.0/15
-210.14.64.0/19
-210.14.112.0/20
-210.14.128.0/17
-210.15.0.0/17
-210.15.128.0/18
-210.16.128.0/21
-210.16.136.0/22
-210.16.156.0/22
-210.16.160.0/19
-210.21.0.0/16
-210.22.0.0/16
-210.23.32.0/19
-210.25.0.0/16
-210.26.0.0/15
-210.28.0.0/14
-210.32.0.0/12
-210.51.0.0/16
-210.52.0.0/15
-210.56.192.0/19
-210.72.0.0/14
-210.76.0.0/15
-210.78.0.0/16
-210.79.64.0/18
-210.79.224.0/19
-210.82.0.0/15
-210.87.128.0/18
-210.185.192.0/18
-210.192.96.0/19
-211.64.0.0/13
-211.80.0.0/12
-211.96.0.0/14
-211.100.0.0/17
-211.100.128.0/19
-211.100.160.0/20
-211.100.184.0/21
-211.100.192.0/18
-211.101.0.0/16
-211.102.0.0/15
-211.136.0.0/13
-211.144.0.0/13
-211.152.0.0/17
-211.152.134.0/23
-211.152.136.0/21
-211.152.144.0/23
-211.152.150.0/23
-211.152.154.0/23
-211.152.156.0/22
-211.152.160.0/19
-211.152.192.0/18
-211.153.0.0/16
-211.154.0.0/19
-211.154.32.0/20
-211.154.48.0/21
-211.154.64.0/18
-211.154.128.0/17
-211.155.0.0/18
-211.155.67.0/24
-211.155.68.0/24
-211.155.72.0/21
-211.155.80.0/20
-211.155.97.0/24
-211.155.98.0/23
-211.155.100.0/22
-211.155.104.0/21
-211.155.112.0/23
-211.155.117.0/24
-211.155.118.0/23
-211.155.120.0/22
-211.155.124.0/23
-211.155.126.0/24
-211.155.128.0/17
-211.156.0.0/18
-211.156.64.0/19
-211.156.96.0/21
-211.156.104.0/22
-211.156.108.0/23
-211.156.112.0/20
-211.156.128.0/17
-211.157.0.0/16
-211.158.0.0/15
-211.160.0.0/13
-212.64.0.0/17
-212.129.128.0/17
-218.0.0.0/12
-218.16.0.0/13
-218.24.0.0/14
-218.28.0.0/15
-218.30.0.0/19
-218.30.64.0/18
-218.30.128.0/17
-218.31.0.0/16
-218.56.0.0/13
-218.64.0.0/11
-218.96.0.0/15
-218.98.0.0/18
-218.98.96.0/19
-218.98.128.0/19
-218.98.193.0/24
-218.98.194.0/23
-218.98.196.0/22
-218.98.200.0/21
-218.98.208.0/20
-218.98.224.0/19
-218.99.0.0/16
-218.100.96.0/19
-218.100.128.0/17
-218.104.0.0/14
-218.108.0.0/15
-218.185.192.0/19
-218.192.0.0/12
-218.240.0.0/14
-218.244.0.0/15
-218.246.0.0/17
-218.246.129.0/24
-218.246.131.0/24
-218.246.132.0/23
-218.246.134.0/24
-218.246.139.0/24
-218.246.144.0/20
-218.246.160.0/19
-218.246.192.0/18
-218.247.0.0/18
-218.247.96.0/19
-218.247.128.0/17
-218.249.0.0/16
-219.72.0.0/16
-219.82.0.0/16
-219.83.128.0/17
-219.90.68.0/22
-219.90.72.0/21
-219.128.0.0/11
-219.216.0.0/13
-219.224.0.0/13
-219.232.0.0/15
-219.234.0.0/20
-219.234.32.0/19
-219.234.64.0/18
-219.234.128.0/17
-219.235.0.0/16
-219.236.0.0/14
-219.242.0.0/15
-219.244.0.0/14
-220.101.192.0/18
-220.112.0.0/14
-220.152.128.0/17
-220.154.0.0/16
-220.155.0.0/21
-220.155.9.0/24
-220.155.10.0/23
-220.155.12.0/22
-220.155.16.0/21
-220.155.24.0/22
-220.155.28.0/23
-220.155.31.0/24
-220.155.32.0/19
-220.155.64.0/18
-220.155.128.0/17
-220.158.241.0/24
-220.158.243.0/24
-220.160.0.0/11
-220.192.0.0/12
-220.231.0.0/18
-220.231.128.0/17
-220.232.64.0/18
-220.234.0.0/16
-220.242.0.0/24
-220.242.12.0/23
-220.242.14.0/24
-220.242.17.0/24
-220.242.18.0/23
-220.242.20.0/24
-220.242.25.0/24
-220.242.26.0/23
-220.242.28.0/22
-220.242.32.0/20
-220.242.48.0/23
-220.242.53.0/24
-220.242.55.0/24
-220.242.56.0/22
-220.242.60.0/23
-220.242.62.0/24
-220.242.64.0/18
-220.242.147.0/24
-220.242.149.0/24
-220.242.152.0/23
-220.242.156.0/22
-220.242.160.0/19
-220.242.192.0/18
-220.243.0.0/17
-220.243.128.0/18
-220.243.204.0/24
-220.243.214.0/24
-220.243.217.0/24
-220.243.218.0/24
-220.243.238.0/24
-220.247.136.0/21
-220.248.0.0/14
-220.252.0.0/16
-221.0.0.0/13
-221.8.0.0/14
-221.12.0.0/17
-221.12.128.0/18
-221.13.0.0/16
-221.14.0.0/15
-221.122.0.0/15
-221.128.128.0/17
-221.129.0.0/16
-221.130.0.0/15
-221.133.224.0/19
-221.136.0.0/15
-221.172.0.0/14
-221.176.0.0/19
-221.176.32.0/20
-221.176.48.0/21
-221.176.56.0/24
-221.176.58.0/23
-221.176.60.0/22
-221.176.64.0/18
-221.176.128.0/17
-221.177.0.0/16
-221.178.0.0/15
-221.180.0.0/14
-221.192.0.0/14
-221.196.0.0/15
-221.198.0.0/16
-221.199.0.0/17
-221.199.128.0/18
-221.199.192.0/20
-221.199.224.0/19
-221.200.0.0/13
-221.208.0.0/12
-221.224.0.0/12
-222.16.0.0/12
-222.32.0.0/11
-222.64.0.0/11
-222.125.0.0/16
-222.126.128.0/19
-222.126.160.0/21
-222.126.168.0/22
-222.126.172.0/23
-222.126.178.0/23
-222.126.180.0/22
-222.126.184.0/21
-222.126.192.0/21
-222.126.206.0/23
-222.126.208.0/22
-222.126.212.0/23
-222.126.216.0/21
-222.126.224.0/20
-222.126.240.0/24
-222.126.242.0/23
-222.126.244.0/22
-222.126.248.0/21
-222.128.0.0/12
-222.160.0.0/14
-222.168.0.0/13
-222.176.0.0/12
-222.192.0.0/11
-222.240.0.0/13
-222.248.0.0/15
-223.0.0.0/12
-223.20.0.0/15
-223.27.184.0/22
-223.29.208.0/22
-223.29.252.0/22
-223.64.0.0/11
-223.96.0.0/12
-223.112.0.0/14
-223.116.0.0/15
-223.120.0.0/13
-223.128.0.0/15
-223.144.0.0/12
-223.160.0.0/14
-223.166.0.0/15
-223.192.0.0/15
-223.198.0.0/15
-223.201.0.0/16
-223.202.0.0/15
-223.208.0.0/13
-223.220.0.0/15
-223.223.176.0/20
-223.223.192.0/20
-223.240.0.0/13
-223.248.0.0/14
-223.252.128.0/19
-223.252.192.0/18
-223.254.0.0/16
-223.255.0.0/17
-223.255.236.0/22
-223.255.252.0/23 \ No newline at end of file
diff --git a/config.json b/config.json
deleted file mode 100644
index a0e6a137de47..000000000000
--- a/config.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "BindAddress": ":53",
- "DebugHTTPAddress": "127.0.0.1:5555",
- "PrimaryDNS": [
- {
- "Name": "114DNS",
- "Address": "114.114.114.114:53",
- "Protocol": "udp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": "",
- "NoCookie": true
- }
- },
- {
- "Name": "Google DNS",
- "Address": "8.8.8.8:53",
- "Protocol": "udp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": "",
- "NoCookie": true
- }
- }
- ],
- "AlternativeDNS": [
- {
- "Name": "Google DNS",
- "Address": "8.8.8.8:53",
- "Protocol": "tcp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": ""
- }
- },
- {
- "Name": "OpenDNS",
- "Address": "208.67.222.222:443",
- "Protocol": "tcp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet":{
- "Policy": "disable",
- "ExternalIP": ""
- }
- }
- ],
- "OnlyPrimaryDNS": false,
- "IPv6UseAlternativeDNS": false,
- "AlternativeDNSConcurrent": false,
- "PoolIdleTimeout": 15,
- "PoolMaxCapacity": 15,
- "WhenPrimaryDNSAnswerNoneUse": "PrimaryDNS",
- "IPNetworkFile": {
- "Primary": "/etc/overture/china_ip_list.txt",
- "Alternative": ""
- },
- "DomainFile": {
- "Primary": "",
- "Alternative": "/etc/overture/gfwlist.txt",
- "Matcher": "full-map"
- },
- "HostsFile": {
- "HostsFile": "/etc/overture/hosts",
- "Finder": "full-map"
- },
- "MinimumTTL": 0,
- "DomainTTLFile": "/etc/overture/domain_ttl.txt",
- "CacheSize": 4096,
- "RejectQtype": [255]
-}
diff --git a/config.yml b/config.yml
new file mode 100644
index 000000000000..53fd2f0ae96b
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,44 @@
+bindAddress: :53
+debugHTTPAddress: 127.0.0.1:5555
+dohEnabled: false
+primaryDNS:
+ - name: DNSPod
+ address: 119.29.29.29:53
+ protocol: udp
+ socks5Address:
+ timeout: 6
+ ednsClientSubnet:
+ policy: disable
+ externalIP:
+ noCookie: true
+alternativeDNS:
+ - name: 114DNS
+ address: 114.114.114.114:53
+ protocol: udp
+ socks5Address:
+ timeout: 6
+ ednsClientSubnet:
+ policy: disable
+ externalIP:
+ noCookie: true
+onlyPrimaryDNS: false
+ipv6UseAlternativeDNS: false
+alternativeDNSConcurrent: false
+whenPrimaryDNSAnswerNoneUse: primaryDNS
+ipNetworkFile:
+ primary: /etc/overture/ip_network_primary
+ alternative: /etc/overture/ip_network_alternative
+domainFile:
+ primary: /etc/overture/domain_primary
+ alternative: /etc/overture/domain_alternative
+ matcher: full-map
+hostsFile:
+ hostsFile: /etc/overture/hosts
+ finder: full-map
+minimumTTL: 0
+domainTTLFile: /etc/overture/domain_ttl
+cacheSize: 0
+cacheRedisUrl:
+cacheRedisConnectionPoolSize:
+rejectQType:
+ - 255
diff --git a/domain_alternative b/domain_alternative
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/domain_alternative
@@ -0,0 +1 @@
+
diff --git a/domain_primary b/domain_primary
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/domain_primary
@@ -0,0 +1 @@
+
diff --git a/domain_ttl b/domain_ttl
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/domain_ttl
diff --git a/domain_ttl.txt b/domain_ttl.txt
deleted file mode 100644
index aa21275dc8fc..000000000000
--- a/domain_ttl.txt
+++ /dev/null
@@ -1 +0,0 @@
-example.com$ 100
diff --git a/gfwlist.txt b/gfwlist.txt
deleted file mode 100644
index ff22f7a9d8b0..000000000000
--- a/gfwlist.txt
+++ /dev/null
@@ -1,5584 +0,0 @@
-030buy.com
-0rz.tw
-1-apple.com.tw
-10.tt
-1000giri.net
-100ke.org
-10conditionsoflove.com
-10musume.com
-123rf.com
-12bet.com
-12vpn.com
-12vpn.net
-138.com
-141hongkong.com
-141jj.com
-141tube.com
-1688.com.au
-173ng.com
-177pic.info
-17t17p.com
-18board.com
-18board.info
-18onlygirls.com
-18p2p.com
-18virginsex.com
-1949er.org
-1984bbs.com
-1984bbs.org
-1989report.hkja.org.hk
-1991way.com
-1998cdp.org
-1bao.org
-1dumb.com
-1e100.net
-1eew.com
-1mobile.com
-1mobile.tw
-1pondo.tv
-2-hand.info
-2000fun.com
-2008xianzhang.info
-2017.hk
-21andy.com
-21pron.com
-21sextury.com
-228.net.tw
-233abc.com
-24hrs.ca
-24smile.org
-25u.com
-2lipstube.com
-2shared.com
-2waky.com
-3-a.net
-30boxes.com
-315lz.com
-32red.com
-36rain.com
-3a5a.com
-3arabtv.com
-3boys2girls.com
-3d-game.com
-3proxy.ru
-3ren.ca
-3tui.net
-466453.com
-4bluestones.biz
-4chan.com
-4dq.com
-4everproxy.com
-4irc.com
-4mydomain.com
-4pu.com
-4rbtv.com
-4shared.com
-4sqi.net
-51.ca
-51jav.org
-51luoben.com
-5278.cc
-56cun04.jigsy.com
-5aimiku.com
-5i01.com
-5isotoi5.org
-5maodang.com
-63i.com
-64museum.org
-64tianwang.com
-64wiki.com
-66.ca
-666kb.com
-6park.com
-6parker.com
-7capture.com
-7cow.com
-8-d.com
-85cc.net
-85cc.us
-85st.com
-881903.com
-888.com
-888poker.com
-89-64.org
-89.64.charter.constitutionalism.solutions
-8news.com.tw
-8z1.net
-9001700.com
-908taiwan.org
-91porn.com
-91vps.club
-92ccav.com
-991.com
-99btgc01.com
-99cn.info
-9bis.com
-9bis.net
-a-normal-day.com
-a248.e.akamai.net
-a5.com.ru
-aamacau.com
-abc.com
-abc.net.au
-abc.pp.ru
-abc.xyz
-abchinese.com
-abclite.net
-abematv.akamaized.net
-abitno.linpie.com
-ablwang.com
-aboluowang.com
-aboutgfw.com
-abs.edu
-ac.jiruan.net
-accim.org
-aceros-de-hispania.com
-acevpn.com
-acg18.me
-acgkj.com
-acmedia365.com
-acmetoy.com
-acnw.com.au
-actfortibet.org
-actimes.com.au
-activpn.com
-aculo.us
-adcex.com
-addictedtocoffee.de
-adelaidebbs.com
-admin.recaptcha.net
-admob.com
-adpl.org.hk
-ads-twitter.com
-adsense.com
-adult-sex-games.com
-adult.friendfinder.com
-adultfriendfinder.com
-adultkeep.net
-advanscene.com
-advertfan.com
-ae.hao123.com
-ae.org
-aenhancers.com
-af.mil
-afantibbs.com
-agnesb.fr
-agoogleaday.com
-agro.hk
-ai-kan.net
-ai-wen.net
-ai.binwang.me
-ai.google
-aiph.net
-airasia.com
-airconsole.com
-airvpn.org
-aisex.com
-aiss.anws.gov.tw
-ait.org.tw
-aiweiwei.com
-aiweiweiblog.com
-akademiye.org
-akamaihd.net
-akiba-online.com
-akiba-web.com
-akow.org
-al-islam.com
-al-qimmah.net
-alabout.com
-alanhou.com
-alarab.qa
-alasbarricadas.org
-alexlur.org
-alforattv.net
-alhayat.com
-alicejapan.co.jp
-aliengu.com
-alkasir.com
-allcoin.com
-allconnected.co
-alldrawnsex.com
-allervpn.com
-allfinegirls.com
-allgirlmassage.com
-allgirlsallowed.org
-allgravure.com
-alliance.org.hk
-allinfa.com
-alljackpotscasino.com
-allmovie.com
-allowed.org
-almasdarnews.com
-almostmy.com
-alphaporno.com
-alternate-tools.com
-alternativeto.net
-altrec.com
-alvinalexander.com
-alwaysdata.com
-alwaysdata.net
-alwaysvpn.com
-am730.com.hk
-amazon.co.jp
-amazon.com
-ameblo.jp
-americangreencard.com
-americanunfinished.com
-amiblockedornot.com
-amigobbs.net
-amitabhafoundation.us
-amnesty.org
-amnesty.org.hk
-amnesty.tw
-amnestyusa.org
-amnyemachen.org
-amoiist.com
-ampproject.org
-amtb-taipei.org
-anchorfree.com
-ancsconf.org
-andfaraway.net
-android-x86.org
-android.com
-androidify.com
-androidplus.co
-andygod.com
-angelfire.com
-angularjs.org
-animecrazy.net
-animeshippuuden.com
-aniscartujo.com
-annatam.com
-anobii.com
-anontext.com
-anonymise.us
-anonymitynetwork.com
-anonymizer.com
-anpopo.com
-answering-islam.org
-anthonycalzadilla.com
-anti1984.com
-antichristendom.com
-antiwave.net
-anyporn.com
-anysex.com
-aobo.com.au
-aofriend.com
-aofriend.com.au
-aojiao.org
-aolchannels.aol.com
-aomiwang.com
-apartmentratings.com
-apartments.com
-apetube.com
-api-secure.recaptcha.net
-api-verify.recaptcha.net
-api.ai
-api.dropboxapi.com
-api.linksalpha.com
-api.proxlet.com
-api.pureapk.com
-api.recaptcha.net
-apiary.io
-apidocs.linksalpha.com
-apigee.com
-apk-dl.com
-apkdler.com
-apkmirror.com
-apkmonk.com
-apkplz.com
-apkpure.com
-aplusvpn.com
-app.box.com
-app.heywire.com
-app.smartmailcloud.com
-app.tutanota.com
-appdownloader.net
-appledaily.com
-appledaily.com.hk
-appledaily.com.tw
-appshopper.com
-appsocks.net
-appspot.com
-appsto.re
-aptoide.com
-ar.hao123.com
-archive.fo
-archive.is
-archive.li
-archive.org
-archive.today
-archives.gov
-archives.gov.tw
-arctosia.com
-areca-backup.org
-arena.taipei
-arethusa.su
-arlingtoncemetery.mil
-army.mil
-art4tibet1998.org
-artofpeacefoundation.org
-artsy.net
-asacp.org
-asahichinese.com
-asdfg.jp
-asg.to
-asia-gaming.com
-asiaharvest.org
-asianews.it
-asiansexdiary.com
-asianspiss.com
-asianwomensfilm.de
-asiatgp.com
-asiatoday.us
-askstudent.com
-askynz.net
-assembla.com
-assimp.org
-astrill.com
-atc.org.au
-atchinese.com
-atdmt.com
-atgfw.org
-athenaeizou.com
-atlanta168.com
-atlaspost.com
-atnext.com
-authorizeddns.net
-authorizeddns.org
-authorizeddns.us
-autodraw.com
-av-e-body.com
-av.com
-av.movie
-av.nightlife141.com
-avaaz.org
-avbody.tv
-avcity.tv
-avcool.com
-avdb.in
-avdb.tv
-avfantasy.com
-avgle.com
-avidemux.org
-avmo.pw
-avmoo.com
-avmoo.net
-avmoo.pw
-avoision.com
-avyahoo.com
-axureformac.com
-azerbaycan.tv
-azerimix.com
-azubu.tv
-azurewebsites.net
-b0ne.com
-babynet.com.hk
-backchina.com
-backpackers.com.tw
-backtotiananmen.com
-badiucao.com
-badjojo.com
-badoo.com
-bahamut.com.tw
-baidu.jp
-baijie.org
-bailandaily.com
-baixing.me
-bakgeekhome.tk
-banana-vpn.com
-bandwagonhost.com
-bangbrosnetwork.com
-bangchen.net
-bangyoulater.com
-bankmobilevibe.com
-bannedbook.org
-bannednews.org
-banorte.com
-baramangaonline.com
-barenakedislam.com
-barnabu.co.uk
-bartvpn.com
-bash-hackers.org
-bastillepost.com
-bayvoice.net
-bb-chat.tv
-bb.ttv.com.tw
-bbc.co.uk
-bbc.com
-bbc.in
-bbcchinese.com
-bbchat.tv
-bbci.co.uk
-bbg.gov
-bbkz.com
-bbnradio.org
-bbs-tw.com
-bbs.brockbbs.com
-bbs.cantonese.asia
-bbs.ecstart.com
-bbs.hanminzu.org
-bbs.hasi.wang
-bbs.huasing.org
-bbs.junglobal.net
-bbs.kimy.com.tw
-bbs.morbell.com
-bbs.mychat.to
-bbs.netbig.com
-bbs.ozchinese.com
-bbs.qmzdd.com
-bbs.sina.com
-bbs.skykiwi.com
-bbs.sou-tong.org
-bbs.tuitui.info
-bbsdigest.com
-bbsfeed.com
-bbsland.com
-bbsmo.com
-bbsone.com
-bbtoystore.com
-bcast.co.nz
-bcc.com.tw
-bcchinese.net
-bcex.ca
-bcmorning.com
-bdsmvideos.net
-beaconevents.com
-bebo.com
-beeg.com
-beevpn.com
-behance.net
-behindkink.com
-beijing1989.com
-beijingspring.com
-beijingzx.org
-belamionline.com
-bell.wiki
-bemywife.cc
-beric.me
-berlintwitterwall.com
-berm.co.nz
-bestforchina.org
-bestgore.com
-bestpornstardb.com
-bestvpn.com
-bestvpnanalysis.com
-bestvpnserver.com
-bestvpnservice.com
-bestvpnusa.com
-bet365.com
-betfair.com
-betternet.co
-bettervpn.com
-bettween.com
-betvictor.com
-bewww.net
-beyondfirewall.com
-bfnn.org
-bfsh.hk
-bgvpn.com
-bianlei.com
-biantailajiao.com
-biantailajiao.in
-biblesforamerica.org
-bibox.com
-bic2011.org
-big.one
-bigfools.com
-bigjapanesesex.com
-bigmoney.biz
-bignews.org
-bigsound.org
-biliworld.com
-billypan.com
-binance.com
-binux.me
-bipic.net
-bird.so
-bit-z.com
-bit.do
-bit.ly
-bitc.bme.emory.edu
-bitcointalk.org
-bitcoinworld.com
-bitfinex.com
-bitinka.com.ar
-bitmex.com
-bitshare.com
-bitsnoop.com
-bitvise.com
-bizhat.com
-bjnewlife.org
-bjs.org
-bjzc.org
-bl-doujinsouko.com
-blacklogic.com
-blackvpn.com
-blewpass.com
-blinkx.com
-blinw.com
-blip.tv
-blockcn.com
-blockless.com
-blog.calibre-ebook.com
-blog.cnyes.com
-blog.daum.net
-blog.de
-blog.exblog.co.jp
-blog.excite.co.jp
-blog.expofutures.com
-blog.fizzik.com
-blog.foolsmountain.com
-blog.fuckgfw233.org
-blog.goo.ne.jp
-blog.google
-blog.inoreader.com
-blog.istef.info
-blog.jackjia.com
-blog.jp
-blog.kangye.org
-blog.lester850.info
-blog.martinoei.com
-blog.pathtosharepoint.com
-blog.pentalogic.net
-blog.qooza.hk
-blog.ranxiang.com
-blog.sina.com.tw
-blog.sogoo.org
-blog.soylent.com
-blog.syx86.cn
-blog.syx86.com
-blog.taragana.com
-blog.tiney.com
-blog.xuite.net
-blog.youthwant.com.tw
-blog.youxu.info
-blogblog.com
-blogcatalog.com
-blogcity.me
-blogdns.org
-blogger.com
-blogimg.jp
-bloglines.com
-bloglovin.com
-blogs.icerocket.com
-blogs.libraryinformationtechnology.com
-blogs.tampabay.com
-blogs.yahoo.co.jp
-blogspot.ae
-blogspot.al
-blogspot.am
-blogspot.ba
-blogspot.be
-blogspot.bg
-blogspot.ca
-blogspot.cat
-blogspot.ch
-blogspot.cl
-blogspot.co.uk
-blogspot.com
-blogspot.com.ar
-blogspot.com.au
-blogspot.com.br
-blogspot.com.by
-blogspot.com.co
-blogspot.com.cy
-blogspot.com.ee
-blogspot.com.eg
-blogspot.com.es
-blogspot.com.mt
-blogspot.com.ng
-blogspot.com.tr
-blogspot.com.uy
-blogspot.cz
-blogspot.de
-blogspot.dk
-blogspot.fi
-blogspot.fr
-blogspot.gr
-blogspot.hk
-blogspot.hr
-blogspot.hu
-blogspot.ie
-blogspot.in
-blogspot.is
-blogspot.it
-blogspot.jp
-blogspot.kr
-blogspot.li
-blogspot.lt
-blogspot.lu
-blogspot.md
-blogspot.mk
-blogspot.mx
-blogspot.my
-blogspot.nl
-blogspot.no
-blogspot.pe
-blogspot.pt
-blogspot.qa
-blogspot.ro
-blogspot.ru
-blogspot.se
-blogspot.sg
-blogspot.si
-blogspot.sk
-blogspot.sn
-blogspot.tw
-blogspot.ug
-blogtd.net
-blogtd.org
-bloodshed.net
-bloomberg.cn
-bloomberg.com
-bloomberg.de
-bloombergview.com
-bloomfortune.com
-blueangellive.com
-bmfinn.com
-bnews.co
-bnrmetal.com
-boardreader.com
-bod.asia
-bodog88.com
-bolehvpn.net
-bolin.netfirms.com
-bonbonme.com
-bonbonsex.com
-bonfoundation.org
-bongacams.com
-boobstagram.com
-book.com.tw
-book.zi5.me
-bookepub.com
-books.com.tw
-booktopia.com.au
-boomssr.com
-bot.nu
-botanwang.com
-bowenpress.com
-boxpn.com
-boxun.com
-boxun.tv
-boxunblog.com
-boxunclub.com
-boyangu.com
-boyfriendtv.com
-boysfood.com
-boysmaster.com
-br.hao123.com
-br.st
-brainyquote.com
-brandonhutchinson.com
-braumeister.org
-bravotube.net
-brazzers.com
-break.com
-breakgfw.com
-breaking911.com
-breakingtweets.com
-breakwall.net
-briefdream.com
-briian.com
-brizzly.com
-brkmd.com
-broadbook.com
-broadpressinc.com
-brucewang.net
-brutaltgp.com
-bt2mag.com
-bt95.com
-btaia.com
-btbtav.com
-btcbank.bank
-btctrade.im
-btdigg.org
-btku.me
-btku.org
-btspread.com
-btsynckeys.com
-budaedu.org
-buddhanet.com.tw
-buddhistchannel.tv
-buffered.com
-bullog.org
-bullogger.com
-bunbunhk.com
-busayari.com
-businessinsider.com
-businessweek.com
-busu.org
-busytrade.com
-buugaa.com
-buy.yahoo.com.tw
-buzzhand.com
-buzzhand.net
-buzzorange.com
-bvpn.com
-bwh1.net
-bwsj.hk
-bx.in.th
-bx.tl
-bynet.co.il
-c-est-simple.com
-c-spanvideo.org
-c100tibet.org
-c1522.mooo.com
-c2cx.com
-cablegatesearch.net
-cachinese.com
-cacnw.com
-cactusvpn.com
-cafepress.com
-cahr.org.tw
-calameo.com
-calebelston.com
-calgarychinese.ca
-calgarychinese.com
-calgarychinese.net
-cam4.com
-cam4.jp
-cam4.sg
-camfrog.com
-cams.com
-cams.org.sg
-canadameet.com
-canalporno.com
-canyu.org
-cao.im
-caobian.info
-caochangqing.com
-cap.org.hk
-carabinasypistolas.com
-cardinalkungfoundation.org
-carfax.com
-cari.com.my
-caribbeancom.com
-carmotorshow.com
-cartoonmovement.com
-casadeltibetbcn.org
-casatibet.org.mx
-casino.williamhill.com
-casinobellini.com
-casinoking.com
-casinoriva.com
-castbox.fm
-catch22.net
-catchgod.com
-catfightpayperview.xxx
-catholic.org.hk
-catholic.org.tw
-cathvoice.org.tw
-cattt.com
-cbc.ca
-cbs.ntu.edu.tw
-cbsnews.com
-cbtc.org.hk
-cccat.cc
-cccat.co
-ccdtr.org
-cchere.com
-ccim.org
-cclife.ca
-cclife.org
-cclifefl.org
-ccthere.com
-cctmweb.net
-cctongbao.com
-ccue.ca
-ccue.com
-ccvoice.ca
-ccw.org.tw
-cdbook.org
-cdcparty.com
-cdef.org
-cdig.info
-cdjp.org
-cdn-apple.com
-cdn-images.mailchimp.com
-cdn.assets.lfpcontent.com
-cdn.helixstudios.net
-cdn.printfriendly.com
-cdn.seatguru.com
-cdn.softlayer.net
-cdn1.lp.saboom.com
-cdnews.com.tw
-cdninstagram.com
-cdp1989.org
-cdp1998.org
-cdp2006.org
-cdpa.url.tw
-cdpeu.org
-cdpusa.org
-cdpweb.org
-cdpwu.org
-cdw.com
-cecc.gov
-cellulo.info
-cenews.eu
-centauro.com.br
-centerforhumanreprod.com
-centralnation.com
-centurys.net
-certificate-transparency.org
-certificate.revocationcheck.com
-cfhks.org.hk
-cfos.de
-cftfc.com
-cgdepot.org
-cgst.edu
-ch.shvoong.com
-change.org
-changeip.name
-changeip.net
-changeip.org
-changp.com
-changsa.net
-channel8news.sg
-chaoex.com
-chapm25.com
-chatnook.com
-chaturbate.com
-chengmingmag.com
-chenguangcheng.com
-chenpokong.com
-chenpokong.net
-chenshan20042005.wordpress.com
-cherrysave.com
-chhongbi.org
-chicagoncmtv.com
-china-mmm.jp.net
-china-mmm.net
-china-mmm.sa.com
-china-review.com.ua
-china-week.com
-china.hket.com
-china.ucanews.com
-china101.com
-china18.org
-china21.com
-china21.org
-china5000.us
-chinaaffairs.org
-chinaaid.me
-chinaaid.net
-chinaaid.org
-chinaaid.us
-chinachange.org
-chinachannel.hk
-chinacitynews.be
-chinacomments.org
-chinadialogue.net
-chinadigitaltimes.net
-chinaelections.org
-chinaeweekly.com
-chinafreepress.org
-chinagate.com
-chinageeks.org
-chinagfw.org
-chinagonet.com
-chinagreenparty.org
-chinahorizon.org
-chinahush.com
-chinainperspective.com
-chinainterimgov.org
-chinalaborwatch.org
-chinalawandpolicy.com
-chinalawtranslate.com
-chinamule.com
-chinamz.org
-chinapost.com.tw
-chinapress.com.my
-chinarightsia.org
-chinasmile.net
-chinasocialdemocraticparty.com
-chinasoul.org
-chinasucks.net
-chinatimes.com
-chinatopsex.com
-chinatown.com.au
-chinatweeps.com
-chinaview.wordpress.com
-chinaway.org
-chinaworker.info
-chinaxchina.com
-chinayouth.org.hk
-chinayuanmin.org
-chinese-hermit.net
-chinese-leaders.org
-chinese-memorial.org
-chinese.donga.com
-chinese.engadget.com
-chinese.irib.ir
-chinese.soifind.com
-chinesedaily.com
-chinesedailynews.com
-chinesedemocracy.com
-chinesegay.org
-chinesen.de
-chinesenews.net.au
-chinesepen.org
-chinesetalks.net
-chineseupress.com
-chingcheong.com
-chinman.net
-chithu.org
-chn.chosun.com
-chobit.cc
-chrdnet.com
-christianfreedom.org
-christianstudy.com
-christiantimes.org.hk
-christusrex.org
-chrlawyers.hk
-chrome.com
-chromecast.com
-chromeexperiments.com
-chromercise.com
-chromestatus.com
-chromium.org
-chuang-yen.org
-chubold.com
-chubun.com
-chuizi.net
-churchinhongkong.org
-chushigangdrug.ch
-cienen.com
-cineastentreff.de
-cipfg.org
-circlethebayfortibet.org
-cirosantilli.com
-citizencn.com
-citizenlab.org
-citizenscommission.hk
-citizensradio.org
-city365.ca
-city9x.com
-citypopulation.de
-citytalk.tw
-civicparty.hk
-civildisobediencemovement.org
-civilhrfront.org
-civiliangunner.com
-civilmedia.tw
-ck101.com
-cl.d0z.net
-clarionproject.org
-classicalguitarblog.net
-clb.org.hk
-cldr.unicode.org
-cleansite.biz
-cleansite.info
-cleansite.us
-clearharmony.net
-clearsurance.com
-clearwisdom.net
-clementine-player.org
-cling.omy.sg
-clinica-tibet.ru
-clipfish.de
-cloakpoint.com
-cloud.mail.ru
-club1069.com
-cmcn.org
-cmi.org.tw
-cmp.hku.hk
-cms.gov
-cmule.com
-cmule.org
-cmx.im
-cn-proxy.com
-cn.calameo.com
-cn.dayabook.com
-cn.fmnnow.com
-cn.freeones.com
-cn.giganews.com
-cn.ibtimes.com
-cn.nytstyle.com
-cn.sandscotaicentral.com
-cn.shafaqna.com
-cn.streetvoice.com
-cn.thegay.com
-cn.uncyclopedia.wikia.com
-cn.uptodown.com
-cn.voa.mobi
-cn2.streetvoice.com
-cn6.eu
-cna.com.tw
-cnabc.com
-cnbbnews.wordpress.com
-cnd.org
-cnex.org.cn
-cnineu.com
-cnn.com
-cnnews.chosun.com
-cnpolitics.org
-cnproxy.com
-co.ng.mil
-coat.co.jp
-cochina.co
-cochina.org
-code1984.com
-codeshare.io
-codeskulptor.org
-coin2co.in
-coinegg.com
-coinex.com
-coingi.com
-coinrail.co.kr
-cointobe.com
-coinut.com
-collateralmurder.com
-collateralmurder.org
-com.google
-comefromchina.com
-comic-mega.me
-commandarms.com
-commentshk.com
-communistcrimes.org
-community.windy.com
-communitychoicecu.com
-compileheart.com
-compress.to
-connect.facebook.net
-conoha.jp
-contactmagazine.net
-contests.twilio.com
-convio.net
-coobay.com
-coolaler.com
-coolder.com
-coolloud.org.tw
-coolncute.com
-coolstuffinc.com
-corumcollege.com
-cos-moe.com
-cosmic.monar.ch
-cosplayjav.pl
-costco.com
-cotweet.com
-coursehero.com
-cpj.org
-cq99.us
-crackle.com
-crazys.cc
-crazyshit.com
-crchina.org
-crd-net.org
-creaders.net
-creadersnet.com
-creativelab5.com
-crisisresponse.google
-cristyli.com
-crocotube.com
-crossfire.co.kr
-crossthewall.net
-crossvpn.net
-crrev.com
-crucial.com
-csdparty.com
-css.pixnet.in
-csuchen.de
-csw.org.uk
-ct.org.tw
-ctao.org
-ctfriend.net
-cthlo.github.io
-ctitv.com.tw
-cts.com.tw
-cuhkacs.org
-cuihua.org
-cuiweiping.net
-culture.tw
-cumlouder.com
-curvefish.com
-cusu.hk
-cutscenes.net
-cw.com.tw
-cyberghost.natado.com
-cyberghostvpn.com
-cynscribe.com
-cytode.us
-d-fukyu.com
-d100.net
-d1b183sg0nvnuh.cloudfront.net
-d1c37gjwa26taa.cloudfront.net
-d2bay.com
-d2pass.com
-d3c33hcgiwev3.cloudfront.net
-d3rhr7kgmtrq1v.cloudfront.net
-dabr.co.uk
-dabr.eu
-dabr.me
-dabr.mobi
-dadazim.com
-dadi360.com
-dafabet.com
-dafagood.com
-dafahao.com
-dafoh.org
-daftporn.com
-dagelijksestandaard.nl
-daidostup.ru
-dailidaili.com
-dailymotion.com
-dailynews.sina.com
-daiphapinfo.net
-dajiyuan.com
-dajiyuan.de
-dajiyuan.eu
-dajusha.baywords.com
-dalailama-archives.org
-dalailama.com
-dalailama.mn
-dalailama.ru
-dalailama.usc.edu
-dalailama80.org
-dalailamacenter.org
-dalailamafellows.org
-dalailamafilm.com
-dalailamafoundation.org
-dalailamahindi.com
-dalailamainaustralia.org
-dalailamajapanese.com
-dalailamaprotesters.info
-dalailamaquotes.org
-dalailamatrust.org
-dalailamavisit.org.nz
-dalailamaworld.com
-dalianmeng.org
-daliulian.org
-danbooru.donmai.us
-danke4china.net
-danwei.org
-daodu14.jigsy.com
-daolan.net
-daozhongxing.org
-darktech.org
-darktoy.net
-darpa.mil
-dastrassi.org
-data-vocabulary.org
-data.flurry.com
-data.gov.tw
-david-kilgour.com
-dawangidc.com
-daxa.cn
-daylife.com
-db.tt
-dbc.hk
-dcard.tw
-dcmilitary.com
-ddc.com.tw
-ddhw.info
-ddns.info
-ddns.me.uk
-ddns.mobi
-ddns.ms
-ddns.name
-ddns.net
-ddns.us
-de-sci.org
-deaftone.com
-debug.com
-deck.ly
-decodet.co
-deepmind.com
-deezer.com
-definebabe.com
-deja.com
-delcamp.net
-delicious.com
-demo.opera-mini.net
-democrats.org
-depositphotos.com
-derekhsu.homeip.net
-desc.se
-design.google
-desipro.de
-dessci.com
-destiny.xfiles.to
-destroy-china.jp
-deutsche-welle.de
-developers.box.net
-devio.us
-devpn.com
-dfas.mil
-dfn.org
-dharamsalanet.com
-dharmakara.net
-dhcp.biz
-diaoyuislands.org
-dictionary.goo.ne.jp
-difangwenge.org
-digiland.tw
-digisfera.com
-digitalnomadsproject.org
-diigo.com
-dilber.se
-dingchin.com.tw
-dipity.com
-directcreative.com
-discoins.com
-discordapp.com
-discordapp.net
-discuss.com.hk
-discuss4u.com
-dish.com
-disp.cc
-disqus.com
-dit-inc.us
-dizhidizhi.com
-dizhuzhishang.com
-djangosnippets.org
-djorz.com
-dl-laby.jp
-dl.box.net
-dlsite.com
-dlyoutube.com
-dm530.net
-dmcdn.net
-dmm.co.jp
-dns-dns.com
-dns-stuff.com
-dns04.com
-dns05.com
-dns1.us
-dns2.us
-dns2go.com
-dnscrypt.org
-dnset.com
-dnsrd.com
-dnssec.net
-dnvod.tv
-doctorvoice.org
-dogfartnetwork.com
-dojin.com
-dok-forum.net
-dolc.de
-dolf.org.hk
-dollf.com
-domain.club.tw
-domainhelp.search.com
-domains.google
-domaintoday.com.au
-dongtaiwang.com
-dongtaiwang.net
-dongyangjing.com
-dontfilter.us
-dontmovetochina.com
-dorjeshugden.com
-dotplane.com
-dotsub.com
-dotvpn.com
-doub.io
-dougscripts.com
-douhokanko.net
-doujincafe.com
-dowei.org
-download.aircrack-ng.org
-download.cnet.com
-download.ithome.com.tw
-dphk.org
-dpp.org.tw
-dpr.info
-dragonex.io
-dragonsprings.org
-dreamamateurs.com
-drepung.org
-drgan.net
-drmingxia.org
-dropbooks.tv
-dropbox.com
-dropboxusercontent.com
-drsunacademy.com
-drtuber.com
-dscn.info
-dsmtp.com
-dstk.dk
-dtdns.net
-dtiblog.com
-dtic.mil
-dtwang.org
-duanzhihu.com
-duck.com
-duckdns.org
-duckduckgo-owned-server.yahoo.net
-duckduckgo.com
-duckload.com
-duckmylife.com
-duga.jp
-duihua.org
-duihuahrjournal.org
-dumb1.com
-dunyabulteni.net
-duoweitimes.com
-duping.net
-duplicati.com
-dupola.com
-dupola.net
-dushi.ca
-dvdpac.com
-dvorak.org
-dw-world.com
-dw-world.de
-dw.com
-dw.de
-dwnews.com
-dwnews.net
-dynamic-dns.net
-dynamicdns.biz
-dynamicdns.co.uk
-dynamicdns.me.uk
-dynamicdns.org.uk
-dynawebinc.com
-dyndns-ip.com
-dyndns-pics.com
-dyndns.org
-dyndns.pro
-dynssl.com
-dynu.com
-dynu.net
-dynupdate.no-ip.com
-dzze.com
-e-classical.com.tw
-e-gold.com
-e-hentai.org
-e-hentaidb.com
-e-info.org.tw
-e-traderland.net
-e-zone.com.hk
-e123.hk
-earlytibet.com
-earthcam.com
-earthvpn.com
-eastern-ark.com
-easternlightning.org
-eastturkestan.com
-eastturkistan-gov.org
-eastturkistancc.org
-eastturkistangovernmentinexile.us
-easyca.ca
-easypic.com
-ebony-beauty.com
-ebook.hyread.com.tw
-ebookbrowse.com
-ebookee.com
-ebtcbank.com
-ecfa.org.tw
-echofon.com
-ecimg.tw
-ecministry.net
-economist.com
-ecsm.vs.com
-edgecastcdn.net
-edicypages.com
-edmontonchina.cn
-edmontonservice.com
-edns.biz
-edoors.com
-edubridge.com
-edupro.org
-eeas.europa.eu
-eesti.ee
-eevpn.com
-efcc.org.hk
-effers.com
-efksoft.com
-efukt.com
-eic-av.com
-eireinikotaerukai.com
-eisbb.com
-eksisozluk.com
-electionsmeter.com
-elgoog.im
-elpais.com
-eltondisney.com
-emaga.com
-emanna.com
-embr.in
-emilylau.org.hk
-empfil.com
-emule-ed2k.com
-emulefans.com
-emuparadise.me
-en.favotter.net
-en.hao123.com
-enanyang.my
-enewstree.com
-enfal.de
-engagedaily.org
-englishforeveryone.org
-englishfromengland.co.uk
-englishpen.org
-enlighten.org.tw
-entermap.com
-entnt.com
-environment.google
-epa.gov.tw
-epac.to
-episcopalchurch.org
-epochhk.com
-epochtimes-bg.com
-epochtimes-romania.com
-epochtimes.co.il
-epochtimes.co.kr
-epochtimes.com
-epochtimes.cz
-epochtimes.de
-epochtimes.fr
-epochtimes.ie
-epochtimes.it
-epochtimes.jp
-epochtimes.ru
-epochtimes.se
-epochtimestr.com
-epochweek.com
-epochweekly.com
-eporner.com
-equinenow.com
-erabaru.net
-eracom.com.tw
-eraysoft.com.tr
-erepublik.com
-erights.net
-eriversoft.com
-erktv.com
-ernestmandel.org
-erodaizensyu.com
-erodoujinlog.com
-erodoujinworld.com
-eromanga-kingdom.com
-eromangadouzin.com
-eromon.net
-eroprofile.com
-eroticsaloon.net
-eslite.com
-esmtp.biz
-esurance.com
-etaa.org.au
-etadult.com
-etaiwannews.com
-etherdelta.com
-etizer.org
-etokki.com
-etools.ncol.com
-etowns.net
-etowns.org
-ettoday.net
-etvonline.hk
-eu.org
-eucasino.com
-eulam.com
-eurekavpt.com
-evchk.wikia.com
-evschool.net
-exblog.jp
-exchristian.hk
-exmo.com
-exmormon.org
-expatshield.com
-expecthim.com
-expekt.com
-experts-univers.com
-exploader.net
-expressvpn.com
-exrates.me
-extmatrix.com
-extremetube.com
-exx.com
-eyevio.jp
-eyny.com
-ezpc.tk
-ezpeer.com
-ezua.com
-fa.gov.tw
-facebook.br
-facebook.com
-facebook.design
-facebook.hu
-facebook.in
-facebook.nl
-facebook.se
-facebookquotes4u.com
-faceless.me
-facesofnyfw.com
-facesoftibetanselfimmolators.info
-fail.hk
-faith100.org
-faithfuleye.com
-faiththedog.info
-fakku.net
-falsefire.com
-falun-co.org
-falun-ny.net
-falun.caltech.edu
-falunart.org
-falunasia.info
-falunau.org
-falunaz.net
-falundafa-dc.org
-falundafa-florida.org
-falundafa-nc.org
-falundafa-pa.net
-falundafa-sacramento.org
-falundafa.org
-falundafaindia.org
-falundafamuseum.org
-falungong.club
-falungong.de
-falungong.org.uk
-falunhr.org
-faluninfo.de
-faluninfo.net
-falunpilipinas.net
-falunworld.net
-familyfed.org
-famunion.com
-fan-qiang.com
-fangbinxing.com
-fangeming.com
-fangeqiang.com
-fanglizhi.info
-fangmincn.org
-fangong.forums-free.com
-fangong.org
-fangongheike.com
-fanhaodang.com
-fanqiang.tk
-fanqianghou.com
-fanqiangyakexi.net
-fanqiangzhe.com
-fanswong.com
-fanyue.info
-fapdu.com
-faproxy.com
-faqserv.com
-fartit.com
-farwestchina.com
-fast.wistia.com
-fastpic.ru
-fastssh.com
-faststone.org
-fatbtc.com
-favstar.fm
-fawanghuihui.org
-faydao.com
-fb.com
-fb.me
-fbaddins.com
-fbcdn.net
-fbsbx.com
-fbworkmail.com
-fc2.com
-fc2blog.net
-fc2china.com
-fc2cn.com
-fda.gov.tw
-fdc64.de
-fdc64.org
-fdc89.jp
-feedburner.com
-feeds.fileforum.com
-feelssh.com
-feer.com
-feifeiss.com
-feitian-california.org
-feitianacademy.org
-feministteacher.com
-fengzhenghu.com
-fengzhenghu.net
-fevernet.com
-ff.im
-fffff.at
-fflick.com
-ffvpn.com
-fgmtv.net
-fgmtv.org
-fhreports.net
-figprayer.com
-fileflyer.com
-files2me.com
-fileserve.com
-filesor.com
-fillthesquare.org
-filmingfortibet.org
-filmy.olabloga.pl
-filthdump.com
-financetwitter.com
-finchvpn.com
-findmespot.com
-findyoutube.com
-findyoutube.net
-fingerdaily.com
-finler.net
-firearmsworld.net
-firebaseio.com
-fireofliberty.org
-firetweet.io
-firstfivefollowers.com
-flagsonline.it
-flecheinthepeche.fr
-fleshbot.com
-fleursdeslettres.com
-flgg.us
-flgjustice.org
-flickr.com
-flickrhivemind.net
-flickriver.com
-fling.com
-flipboard.com
-flipkart.com
-flitto.com
-flnet.org
-flog.tw
-flyvpn.com
-flyzy2005.com
-fnac.be
-fnac.com
-fochk.org
-focustaiwan.tw
-focusvpn.com
-fofg-europe.net
-fofg.org
-fofldfradio.org
-fooooo.com
-footwiball.com
-foreignpolicy.com
-forum.baby-kingdom.com
-forum.cyberctm.com
-forum.idsam.com
-forum.my903.com
-forum.mymaji.com
-forum.omy.sg
-forum.palmislife.com
-forum.setty.com.tw
-forum.sina.com.hk
-forum.slime.com.tw
-forum.tvb.com
-forum.xinbao.de
-forum4hk.com
-fotile.me
-fourface.nodesnoop.com
-fourthinternational.org
-foxdie.us
-foxgay.com
-foxsub.com
-foxtang.com
-fpmt-osel.org
-fpmt.org
-fpmt.tw
-fpmtmexico.org
-fq.wikia.com
-fqok.org
-fqrouter.com
-franklc.com
-freakshare.com
-free-gate.org
-free-hada-now.org
-free-proxy.cz
-free-ss.site
-free-ssh.com
-free.fr
-free4u.com.ar
-freealim.com
-freebrowser.org
-freechal.com
-freechina.net
-freechina.news
-freechinaforum.org
-freechinaweibo.com
-freeddns.com
-freeddns.org
-freedomchina.info
-freedomcollection.org
-freedomhouse.org
-freedominfonetweb.wordpress.com
-freedomsherald.org
-freeforums.org
-freefq.com
-freefuckvids.com
-freegao.com
-freeilhamtohti.org
-freekwonpyong.org
-freelotto.com
-freeman2.com
-freemoren.com
-freemorenews.com
-freemuse.org
-freenet-china.org
-freenetproject.org
-freenewscn.com
-freeopenvpn.com
-freeoz.org
-freessh.us
-freetcp.com
-freetibet.net
-freetibet.org
-freetibetanheroes.org
-freeviewmovies.com
-freevpn.me
-freevpn.nl
-freewallpaper4.me
-freewebs.com
-freewechat.com
-freeweibo.com
-freewww.biz
-freewww.info
-freexinwen.com
-freeyellow.com
-freeyoutubeproxy.net
-friendfeed-media.com
-friendfeed.com
-friends-of-tibet.org
-friendsoftibet.org
-fring.com
-fringenetwork.com
-from-pr.com
-from-sd.com
-fromchinatousa.net
-frommel.net
-frontlinedefenders.org
-frootvpn.com
-fscked.org
-fsurf.com
-ftchinese.com
-ftp1.biz
-ftpserver.biz
-ftv.com.tw
-fucd.com
-fuckcnnic.net
-fuckgfw.org
-fullerconsideration.com
-fulue.com
-funf.tw
-funkyimg.com
-funp.com
-fuq.com
-furbo.org
-furhhdl.org
-furinkan.com
-furl.net
-futurechinaforum.org
-futuremessage.org
-fux.com
-fuyin.net
-fuyindiantai.org
-fuyu.org.tw
-fw.cm
-fxcm-chinese.com
-fxnetworks.com
-fzh999.com
-fzh999.net
-fzlm.com
-g-area.org
-g-queen.com
-g.co
-g6hentai.com
-gabocorp.com
-gaeproxy.com
-gaforum.org
-galaxymacau.com
-galenwu.com
-galstars.net
-game735.com
-gamebase.com.tw
-gamejolt.com
-gamer.com.tw
-gamez.com.tw
-gamousa.com
-ganges.com
-gaoming.net
-gaopi.net
-gaozhisheng.net
-gaozhisheng.org
-gardennetworks.com
-gardennetworks.org
-gartlive.com
-gate-project.com
-gate.io
-gatecoin.com
-gather.com
-gatherproxy.com
-gati.org.tw
-gaybubble.com
-gaycn.net
-gayhub.com
-gaymap.cc
-gaymenring.com
-gaytube.com
-gaywatch.com
-gazotube.com
-gcc.org.hk
-gclooney.com
-gcmasia.com
-gcpnews.com
-gcr.io
-gdbt.net
-gdzf.org
-geek-art.net
-geekerhome.com
-geekheart.info
-gekikame.com
-gelbooru.com
-geocities.co.jp
-geocities.com
-geocities.jp
-gerefoundation.org
-get.app
-get.how
-getastrill.com
-getchu.com
-getcloak.com
-getfoxyproxy.org
-getfreedur.com
-getgom.com
-geti2p.net
-getiton.com
-getjetso.com
-getlantern.org
-getmdl.io
-getoutline.org
-getsocialscope.com
-getsync.com
-gettrials.com
-gettyimages.com
-getuploader.com
-gfbv.de
-gfgold.com.hk
-gfsale.com
-gfw.org.ua
-gfw.press
-ggpht.com
-ggssl.com
-ghostpath.com
-ghut.org
-giantessnight.com
-gifree.com
-giga-web.jp
-gigporno.ru
-girlbanker.com
-gist.github.com
-git.io
-github.com
-gizlen.net
-gjczz.com
-glass8.eu
-global.bing.com
-globaljihad.net
-globalmediaoutreach.com
-globalmuseumoncommunism.org
-globalrescue.net
-globaltm.org
-globalvoices.org
-globalvoicesonline.org
-globalvpn.net
-glock.com
-gloryhole.com
-glorystar.me
-gluckman.com
-glype.com
-gmail.com
-gmbd.cn
-gmhz.org
-gmll.org
-gmodules.com
-gmozomg.izihost.org
-gnci.org.hk
-go-pki.com
-go.nesnode.com
-go141.com
-goagent.biz
-goagent.codeplex.com
-goagentplus.com
-gobet.cc
-godfootsteps.org
-godns.work
-godoc.org
-godsdirectcontact.co.uk
-godsdirectcontact.org
-godsdirectcontact.org.tw
-godsimmediatecontact.com
-gogotunnel.com
-gohappy.com.tw
-gojet.krtco.com.tw
-gokbayrak.com
-golang.org
-goldbet.com
-goldbetsports.com
-goldeneyevault.com
-goldenfrog.com
-goldjizz.com
-goldstep.net
-goldwave.com
-gongm.in
-gongmeng.info
-gongminliliang.com
-gongwt.com
-goo.gl
-gooday.xyz
-gooddns.info
-goodreaders.com
-goodreads.com
-goodtv.com.tw
-goodtv.tv
-goofind.com
-google.ad
-google.ae
-google.al
-google.am
-google.as
-google.at
-google.az
-google.ba
-google.be
-google.bf
-google.bg
-google.bi
-google.bj
-google.bs
-google.bt
-google.by
-google.ca
-google.calstate.edu
-google.cat
-google.cd
-google.cf
-google.cg
-google.ch
-google.ci
-google.cl
-google.cm
-google.cn
-google.co.ao
-google.co.bw
-google.co.ck
-google.co.cr
-google.co.id
-google.co.il
-google.co.in
-google.co.jp
-google.co.ke
-google.co.kr
-google.co.ls
-google.co.ma
-google.co.mz
-google.co.nz
-google.co.th
-google.co.tz
-google.co.ug
-google.co.uk
-google.co.uz
-google.co.ve
-google.co.vi
-google.co.za
-google.co.zm
-google.co.zw
-google.com
-google.com.af
-google.com.ag
-google.com.ai
-google.com.ar
-google.com.au
-google.com.bd
-google.com.bh
-google.com.bn
-google.com.bo
-google.com.br
-google.com.bz
-google.com.co
-google.com.cu
-google.com.cy
-google.com.do
-google.com.ec
-google.com.eg
-google.com.et
-google.com.fj
-google.com.gh
-google.com.gi
-google.com.gt
-google.com.hk
-google.com.jm
-google.com.kh
-google.com.kw
-google.com.lb
-google.com.ly
-google.com.mm
-google.com.mt
-google.com.mx
-google.com.my
-google.com.na
-google.com.nf
-google.com.ng
-google.com.ni
-google.com.np
-google.com.om
-google.com.pa
-google.com.pe
-google.com.pg
-google.com.ph
-google.com.pk
-google.com.pr
-google.com.py
-google.com.qa
-google.com.sa
-google.com.sb
-google.com.sg
-google.com.sl
-google.com.sv
-google.com.tj
-google.com.tr
-google.com.tw
-google.com.ua
-google.com.uy
-google.com.vc
-google.com.vn
-google.cv
-google.cz
-google.de
-google.dj
-google.dk
-google.dm
-google.dz
-google.ee
-google.es
-google.fi
-google.fm
-google.fr
-google.ga
-google.ge
-google.gg
-google.gl
-google.gm
-google.gp
-google.gr
-google.gy
-google.hn
-google.hr
-google.ht
-google.hu
-google.ie
-google.im
-google.iq
-google.is
-google.it
-google.je
-google.jo
-google.kg
-google.ki
-google.kz
-google.la
-google.li
-google.lk
-google.lt
-google.lu
-google.lv
-google.md
-google.me
-google.mg
-google.mk
-google.ml
-google.mn
-google.ms
-google.mu
-google.mv
-google.mw
-google.ne
-google.nl
-google.no
-google.nr
-google.nu
-google.pl
-google.pn
-google.ps
-google.pt
-google.ro
-google.rs
-google.ru
-google.rw
-google.sc
-google.se
-google.sh
-google.si
-google.sk
-google.sm
-google.sn
-google.so
-google.sr
-google.st
-google.td
-google.tg
-google.tk
-google.tl
-google.tm
-google.tn
-google.to
-google.tt
-google.vg
-google.vu
-google.ws
-googleapis.cn
-googleapis.com
-googleapps.com
-googlearth.com
-googleartproject.com
-googleblog.com
-googlebot.com
-googlechinawebmaster.com
-googlecode.com
-googlecommerce.com
-googledomains.com
-googledrive.com
-googleearth.com
-googlegroups.com
-googlehosted.com
-googleideas.com
-googleinsidesearch.com
-googlelabs.com
-googlemail.com
-googlemashups.com
-googlepagecreator.com
-googleplay.com
-googleplus.com
-googlescholar.com
-googlesile.com
-googlesource.com
-googleusercontent.com
-googlevideo.com
-googleweblight.com
-googlezip.net
-gopetition.com
-goproxing.net
-gospelherald.com
-got-game.org
-gotdns.ch
-gotgeeks.com
-gotrusted.com
-gotw.ca
-gov.taipei
-gov.tw
-gr8domain.biz
-gr8name.biz
-grammaly.com
-grandtrial.org
-grangorz.org
-graphis.ne.jp
-graphql.org
-greasespot.net
-great-firewall.com
-great-roc.org
-greatfire.org
-greatfire.us7.list-manage.com
-greatfirewall.biz
-greatfirewallofchina.net
-greatfirewallofchina.org
-greatroc.org
-greatroc.tw
-greatzhonghua.org
-greenfieldbookstore.com.hk
-greenparty.org.tw
-greenpeace.com.tw
-greenpeace.org
-greenreadings.com
-greenvpn.net
-greenvpn.org
-grotty-monday.com
-groups.google.cn
-grow.google
-gs-discuss.com
-gsp.target.com
-gstatic.com
-gtricks.com
-gts-vpn.com
-gu-chu-sum.org
-guaguass.com
-guaguass.org
-guancha.org
-guaneryu.com
-guangming.com.my
-guardster.com
-guishan.org
-gumroad.com
-gun-world.net
-gunsamerica.com
-gunsandammo.com
-guo.media
-guruonline.hk
-gutteruncensored.com
-gvlib.com
-gvm.com.tw
-gvt0.com
-gvt1.com
-gvt3.com
-gwtproject.org
-gyalwarinpoche.com
-gyatsostudio.com
-gzm.tv
-gzone-anime.info
-h-china.org
-h-moe.com
-h1n1china.org
-h528.com
-h5dm.com
-h5galgame.me
-hacg.club
-hacg.in
-hacg.li
-hacg.me
-hacg.red
-hacken.cc
-hacker.org
-hackthatphone.net
-hahaxixi.github.io
-hahlo.com
-hakkatv.org.tw
-handcraftedsoftware.org
-hanunyi.com
-hao.news
-haoel.github.io
-happy-vpn.com
-haproxy.org
-hardsextube.com
-harunyahya.com
-hautelook.com
-hautelookcdn.com
-have8.com
-hbo.com
-hclips.com
-hd.stheadline.com
-hdlt.me
-hdtvb.net
-hdzog.com
-heartyit.com
-heavy-r.com
-hec.su
-hecaitou.net
-hechaji.com
-heeact.edu.tw
-hegre-art.com
-heix.pp.ru
-helloandroid.com
-helloqueer.com
-helloss.pw
-hellotxt.com
-hellouk.org
-help.linksalpha.com
-helpeachpeople.com
-helplinfen.com
-helpster.de
-helpzhuling.org
-hentai.to
-hentaitube.tv
-hentaivideoworld.com
-heqinglian.net
-heungkongdiscuss.com
-hexieshe.com
-hexieshe.xyz
-hexxeh.net
-heyzo.com
-hgseav.com
-hhdcb3office.org
-hhthesakyatrizin.org
-hi-on.org.tw
-hidden-advent.org
-hide.me
-hidecloud.com
-hidein.net
-hideipvpn.com
-hideman.net
-hideme.nl
-hidemy.name
-hidemyass.com
-hidemycomp.com
-higfw.com
-highpeakspureearth.com
-highrockmedia.com
-hihiforum.com
-hihistory.net
-hiitch.com
-hikinggfw.org
-hilive.tv
-himalayan-foundation.org
-himalayanglacier.com
-himemix.com
-himemix.net
-hitbtc.com
-hitomi.la
-hiwifi.com
-hizb-ut-tahrir.info
-hizb-ut-tahrir.org
-hizbuttahrir.org
-hjclub.info
-hk-pub.com
-hk.frienddy.com
-hk.geocities.com
-hk.gradconnection.com
-hk.hao123img.com
-hk.jiepang.com
-hk.knowledge.yahoo.com
-hk.myblog.yahoo.com
-hk.news.yahoo.com
-hk.rd.yahoo.com
-hk.search.yahoo.com
-hk.video.news.yahoo.com
-hk.yahoo.com
-hk01.com
-hk32168.com
-hka8964.wordpress.com
-hkacg.com
-hkacg.net
-hkanews.wordpress.com
-hkatvnews.com
-hkbc.net
-hkbf.org
-hkbookcity.com
-hkchurch.org
-hkci.org.hk
-hkcmi.edu
-hkcnews.com
-hkcoc.com
-hkcoc.weather.com.hk
-hkdailynews.com.hk
-hkday.net
-hkdf.org
-hkej.com
-hkepc.com
-hkfaa.com
-hkfreezone.com
-hkfront.org
-hkgolden.com
-hkgreenradio.org
-hkheadline.com
-hkheadline.comblog
-hkhkhk.com
-hkhrc.org.hk
-hkhrm.org.hk
-hkip.org.uk
-hkjc.com
-hkjp.org
-hklft.com
-hklts.org.hk
-hkptu.org
-hkreporter.com
-hkreporter.loved.hk
-hkupop.hku.hk
-hkusu.net
-hkvwet.com
-hkwcc.org.hk
-hkzone.org
-hmonghot.com
-hmv.co.jp
-hmvdigital.ca
-hmvdigital.com
-hnjhj.com
-hnntube.com
-hola.com
-hola.org
-holymountaincn.com
-holyspiritspeaks.org
-home.sina.com
-home.so-net.net.tw
-homedepot.com
-homeperversion.com
-homeservershow.com
-hongkongfp.com
-hongmeimei.com
-hongzhi.li
-hootsuite.com
-hoovers.com
-hopedialogue.org
-hopto.org
-hornygamer.com
-hornytrip.com
-hotav.tv
-hotels.cn
-hotfrog.com.tw
-hotgoo.com
-hotpornshow.com
-hotpot.hk
-hotshame.com
-hotspotshield.com
-hotvpn.com
-hougaige.com
-howtoforge.com
-hoxx.com
-hpa.gov.tw
-hqcdp.org
-hqjapanesesex.com
-hqmovies.com
-hqsbnet.wordpress.com
-hqsbonline.wordpress.com
-hrcchina.org
-hrcir.com
-hrea.org
-hrichina.org
-hrtsea.com
-hrw.org
-hrweb.org
-hsjp.net
-hsselite.com
-hst.net.tw
-hstern.net
-hstt.net
-ht.ly
-htkou.net
-htl.li
-html5rocks.com
-https443.net
-https443.org
-hua-yue.net
-huaglad.com
-huanghuagang.org
-huangyiyu.com
-huaren.us
-huaren4us.com
-huashangnews.com
-huaxia-news.com
-huaxiabao.org
-huaxin.ph
-huayuworld.org
-hudatoriq.web.id
-hudson.org
-huffingtonpost.com
-hugoroy.eu
-huhaitai.com
-huhamhire.com
-huiyi.in
-hulkshare.com
-hulu.com
-huluim.com
-humanrightsbriefing.org
-hung-ya.com
-hungerstrikeforaids.org
-huobi.com
-huobi.pro
-huobipro.com
-huping.net
-hurgokbayrak.com
-hurriyet.com.tr
-hustlercash.com
-hut2.ru
-hutianyi.net
-hutong9.net
-huyandex.com
-hwadzan.tw
-hwayue.org.tw
-hwinfo.com
-hxwk.org
-hxwq.org
-hybrid-analysis.com
-hyperrate.com
-i-cable.com
-i-part.com.tw
-i-scmp.com
-i.lithium.com
-i1.hk
-i2p2.de
-i2runner.com
-i818hk.com
-iam.soy
-iamtopone.com
-iask.bz
-iask.ca
-iav19.com
-ibiblio.org
-iblist.com
-iblogserv-f.net
-ibros.org
-ibvpn.com
-icams.com
-ice.audionow.com
-icij.org
-icl-fi.org
-icoco.com
-iconpaper.org
-icu-project.org
-id.hao123.com
-id.heroku.com
-iddddg.com
-idemocracy.asia
-identi.ca
-idiomconnection.com
-idouga.com
-idreamx.com
-idv.tw
-ieasy5.com
-ied2k.net
-ienergy1.com
-if.ttt
-ifan.cz.cc
-ifanqiang.com
-ifcss.org
-ifjc.org
-ifreewares.com
-ift.tt
-igcd.net
-igfw.net
-igfw.tech
-igmg.de
-ignitedetroit.net
-igoogle.com
-igotmail.com.tw
-igvita.com
-ihakka.net
-ihao.org
-iicns.com
-iipdigital.usembassy.gov
-ikstar.com
-ikwb.com
-illusionfactory.com
-ilove80.be
-ilovelongtoes.com
-im.tv
-im88.tw
-imageab.com
-imagefap.com
-imageflea.com
-images-gaytube.com
-images.comico.tw
-imageshack.us
-imagevenue.com
-imagezilla.net
-imb.org
-imdb.com
-img.dlsite.jp
-img.ly
-imgchili.net
-imgmega.com
-imgur.com
-imkev.com
-imlive.com
-immigration.gov.tw
-immoral.jp
-impact.org.au
-impp.mn
-in-disguise.com
-in99.org
-incapdns.net
-incloak.com
-incredibox.fr
-indiandefensenews.in
-indiemerch.com
-info-graf.fr
-initiativesforchina.org
-inkui.com
-inmediahk.net
-innermongolia.org
-inote.tw
-insecam.org
-insidevoa.com
-instagram.com
-instanthq.com
-institut-tibetain.org
-international-news.newsmagazine.asia
-internet.org
-internetdefenseleague.org
-internetfreedom.org
-internetpopculture.com
-investigating.wordpress.com
-inxian.com
-iownyour.biz
-iownyour.org
-ipalter.com
-ipfire.org
-ipfs.io
-iphone4hongkong.com
-iphonehacks.com
-iphonetaiwan.org
-iphonix.fr
-ipicture.ru
-ipjetable.net
-ipobar.com
-ipoock.com
-iportal.me
-ippotv.com
-ipredator.se
-iptv.com.tw
-iptvbin.com
-ipvanish.com
-iredmail.org
-ironbigfools.compython.net
-ironpython.net
-ironsocket.com
-is-a-hunter.com
-is.gd
-isaacmao.com
-isasecret.com
-isgreat.org
-islahhaber.net
-islam.org.hk
-islamawareness.net
-islamhouse.com
-islamicity.com
-islamicpluralism.org
-islamtoday.net
-ismaelan.com
-ismalltits.com
-ismprofessional.net
-isohunt.com
-israbox.com
-issuu.com
-istars.co.nz
-istiqlalhewer.com
-istockphoto.com
-isunaffairs.com
-isuntv.com
-itaboo.info
-itaiwan.gov.tw
-italiatibet.org
-itasoftware.com
-itemdb.com
-ithelp.ithome.com.tw
-its.caltech.edu
-itsaol.com
-itshidden.com
-itsky.it
-itweet.net
-iu45.com
-iuhrdf.org
-iuksky.com
-ivacy.com
-iverycd.com
-ivpn.net
-ixquick.com
-ixxx.com
-iyouport.com
-izaobao.us
-izles.net
-izlesem.org
-j.mp
-ja.wikipedia.org
-jamaat.org
-jamyangnorbu.com
-jandyx.com
-janwongphoto.com
-japan-whores.com
-japanfirst.asianfreeforum.com
-japantimes.co.jp
-jav.com
-jav101.com
-jav2be.com
-jav68.tv
-javakiba.org
-javbus.com
-javfor.me
-javhd.com
-javhip.com
-javhub.net
-javhuge.com
-javlibrary.com
-javmobile.net
-javmoo.com
-javmoo.xyz
-javseen.com
-javtag.com
-javzoo.com
-jbtalks.cc
-jbtalks.com
-jbtalks.my
-jcpenney.com
-jdwsy.com
-jeanyim.com
-jetos.com
-jex.com
-jfqu36.club
-jfqu37.xyz
-jgoodies.com
-jiangweiping.com
-jiaoyou8.com
-jiehua.cz
-jieshibaobao.com
-jigglegifs.com
-jigong1024.com
-jihadintel.meforum.org
-jihadology.net
-jiji.com
-jims.net
-jinbushe.org
-jingpin.org
-jingsim.org
-jinpianwang.com
-jinroukong.com
-jinx.com
-jitouch.com
-jizzthis.com
-jjgirls.com
-jkb.cc
-jkforum.net
-jkub.com
-jma.go.jp
-jmscult.com
-joachims.org
-jobnewera.wordpress.com
-jobso.tv
-journalchretien.net
-journalofdemocracy.org
-joymiihub.com
-joyourself.com
-jp.hao123.com
-jpl.nasa.gov
-jpopforum.net
-jtvnw.net
-jubushoushen.com
-juhuaren.com
-jukujo-club.com
-juliepost.com
-juliereyc.com
-junauza.com
-june4commemoration.org
-junefourth-20.net
-jungleheart.com
-juoaa.com
-justdied.com
-justfreevpn.com
-justicefortenzin.org
-justpaste.it
-justtristan.com
-juyuange.org
-juziyue.com
-jwmusic.org
-jyxf.net
-k-doujin.net
-ka-wai.com
-kagyu.org
-kagyu.org.za
-kagyumonlam.org
-kagyunews.com.hk
-kagyuoffice.org
-kagyuoffice.org.tw
-kaiyuan.de
-kakao.com
-kalachakralugano.org
-kankan.today
-kannewyork.com
-kanshifang.com
-kantie.org
-kanzhongguo.com
-kanzhongguo.eu
-kaotic.com
-karayou.com
-karkhung.com
-karmapa-teachings.org
-karmapa.org
-kawaiikawaii.jp
-kawase.com
-kb.monitorware.com
-kba-tx.org
-kcoolonline.com
-kebrum.com
-kechara.com
-keepandshare.com
-keezmovies.com
-kendatire.com
-kendincos.net
-kenengba.com
-keontech.net
-kepard.com
-kex.com
-keycdn.com
-khabdha.org
-khatrimaza.org
-khmusic.com.tw
-kichiku-doujinko.com
-kik.com
-killwall.com
-kindleren.com
-kineox.free.fr
-kingdomsalvation.org
-kinghost.com
-kingstone.com.tw
-kink.com
-kinmen.org.tw
-kinmen.travel
-kir.jp
-kissbbao.cn
-kiwi.kz
-kk-whys.co.jp
-kkbox.com
-kknews.cc
-kmuh.org.tw
-knowledgerush.com
-kobo.com
-kobobooks.com
-kodingen.com
-kompozer.net
-konachan.com
-kone.com
-koolsolutions.com
-koornk.com
-koranmandarin.com
-korenan2.com
-ksdl.org
-ksnews.com.tw
-kspcoin.com
-ktzhk.com
-kucoin.com
-kui.name
-kun.im
-kurashsultan.com
-kurtmunger.com
-kusocity.com
-kwcg.ca
-kwongwah.com.my
-kxsw.life
-kyofun.com
-kyohk.net
-kyoyue.com
-kyzyhello.com
-kzeng.info
-la-forum.org
-labiennale.org
-ladbrokes.com
-lagranepoca.com
-lalulalu.com
-lama.com.tw
-lamayeshe.com
-lamnia.co.uk
-lamrim.com
-lanterncn.cn
-lantosfoundation.org
-laod.cn
-laogai.org
-laomiu.com
-laoyang.info
-laptoplockdown.com
-laqingdan.net
-larsgeorge.com
-lastcombat.com
-lastfm.es
-latelinenews.com
-latibet.org
-lbank.info
-ld.hao123img.com
-le-vpn.com
-leafyvpn.net
-lecloud.net
-leeao.com.cn
-lefora.com
-left21.hk
-legalporno.com
-legaltech.law.com
-legsjapan.com
-leirentv.ca
-leisurecafe.ca
-leisurepro.com
-lematin.ch
-lemonde.fr
-lenwhite.com
-lerosua.org
-lers.google
-lesoir.be
-letou.com
-letscorp.net
-lflink.com
-lflinkup.com
-lflinkup.net
-lflinkup.org
-lhakar.org
-lhasocialwork.org
-liangyou.net
-liangzhichuanmei.com
-lianyue.net
-liaowangxizang.net
-liberal.org.hk
-libertytimes.com.tw
-library.usc.cuhk.edu.hk
-lidecheng.com
-lifemiles.com
-lighten.org.tw
-lightnovel.cn
-like.com
-limiao.net
-line-apps.com
-line-scdn.net
-line.me
-line.naver.jp
-linear-abematv.akamaized.net
-linglingfa.com
-lingvodics.com
-link-o-rama.com
-linkideo.com
-linkuswell.com
-linux.org.hk
-linuxtoy.org
-lionsroar.com
-lipuman.com
-liquidvpn.com
-listentoyoutube.com
-listorious.com
-lists.w3.org
-liu-xiaobo.org
-liudejun.com
-liuhanyu.com
-liujianshu.com
-liuxiaobo.net
-liuxiaotong.com
-livecoin.net
-livedoor.jp
-liveleak.com
-livestation.com
-livestream.com
-livevideo.com
-livingonline.us
-livingstream.com
-liwangyang.com
-lizhizhuangbi.com
-lkcn.net
-llss.me
-load.to
-lobsangwangyal.com
-localdomain.ws
-localpresshk.com
-lockestek.com
-logbot.net
-login.target.com
-logiqx.com
-londonchinese.ca
-longhair.hk
-longmusic.com
-longtermly.net
-longtoes.com
-lookpic.com
-looktoronto.com
-lotsawahouse.org
-lotuslight.org.hk
-lotuslight.org.tw
-lovetvshow.com
-lpsg.com
-lrfz.com
-lrip.org
-lsd.org.hk
-lsforum.net
-lsm.org
-lsmchinese.org
-lsmkorean.org
-lsmradio.com
-lsmwebcast.com
-lsxszzg.com
-ltn.com.tw
-luke54.com
-luke54.org
-lupm.org
-lushstories.com
-luxebc.com
-lvhai.org
-lvv2.com
-lyfhk.net
-lzmtnews.org
-m-team.cc
-m.hkgalden.com
-m.me
-m.plixi.com
-m.slandr.net
-ma.hao123.com
-macgamestore.com
-macrovpn.com
-macts.com.tw
-mad-ar.ch
-madewithcode.com
-madonna-av.com
-madrau.com
-madthumbs.com
-magazines.sina.com.tw
-magic-net.info
-mahabodhi.org
-maiio.net
-mail-archive.com
-maildns.xyz
-maiplus.com
-maizhong.org
-makemymood.com
-makkahnewspaper.com
-makzhou.warehouse333.com
-malaysiakini.com
-mamingzhe.com
-manchukuo.net
-mangafox.com
-mangafox.me
-maniash.com
-manicur4ik.ru
-mansion.com
-mansionpoker.com
-manta.com
-maplew.com
-marc.info
-marguerite.su
-martau.com
-martincartoons.com
-martsangkagyuofficial.org
-maruta.be
-marxist.com
-marxist.net
-marxists.org
-mash.to
-maskedip.com
-mastodon.host
-matainja.com
-material.io
-mathable.io
-mathiew-badimon.com
-matome-plus.com
-matome-plus.net
-matsushimakaede.com
-mattwilcox.net
-maturejp.com
-maxing.jp
-mayimayi.com
-mcadforums.com
-mcaf.ee
-mcfog.com
-mcreasite.com
-md-t.org
-me.youthwant.com.tw
-meansys.com
-media.nu.nl
-media.org.hk
-mediachinese.com
-mediafire.com
-mediafreakcity.com
-medium.com
-meetav.com
-meetup.com
-mefeedia.com
-mefound.com
-mega.nz
-megaproxy.com
-megarotic.com
-megavideo.com
-megurineluka.com
-meirixiaochao.com
-meltoday.com
-meme.yahoo.com
-memehk.com
-memorybbs.com
-memri.org
-memrijttm.org
-mercyprophet.org
-meridian-trust.org
-meripet.biz
-meripet.com
-merit-times.com.tw
-meshrep.com
-mesotw.com
-messenger.com
-metacafe.com
-metarthunter.com
-meteorshowersonline.com
-metrohk.com.hk
-metrolife.ca
-metroradio.com.hk
-meyou.jp
-meyul.com
-mfxmedia.com
-mgoon.com
-mgstage.com
-mh4u.org
-mhradio.org
-michaelanti.com
-michaelmarketl.com
-microvpn.com
-middle-way.net
-mihk.hk
-mihr.com
-mihua.org
-mike.cz.cc
-mikesoltys.com
-milph.net
-milsurps.com
-mimiai.net
-mimivip.com
-mimivv.com
-mindrolling.org
-minghui-a.org
-minghui-b.org
-minghui-school.org
-minghui.or.kr
-minghui.org
-minghuiyw.wordpress.com
-mingjinglishi.com
-mingjingnews.com
-mingjingtimes.com
-mingpao.com
-mingpaocanada.com
-mingpaomonthly.com
-mingpaonews.com
-mingpaony.com
-mingpaosf.com
-mingpaotor.com
-mingpaovan.com
-mingshengbao.com
-minhhue.net
-miniforum.org
-ministrybooks.org
-minzhuhua.net
-minzhuzhanxian.com
-minzhuzhongguo.org
-miroguide.com
-mirrorbooks.com
-mist.vip
-mitao.com.tw
-mitbbs.com
-mitbbsau.com
-mixero.com
-mixpod.com
-mixx.com
-mizzmona.com
-mjib.gov.tw
-mjlsh.usc.cuhk.edu.hk
-mk5000.com
-mlcool.com
-mlzs.work
-mm-cg.com
-mmaaxx.com
-mmmca.com
-mnewstv.com
-mo.nightlife141.com
-mobatek.net
-mobile01.com
-mobileways.de
-moby.to
-mobypicture.com
-moeaic.gov.tw
-moeerolibrary.com
-mofa.gov.tw
-mofaxiehui.com
-mofos.com
-mog.com
-mohu.club
-mohu.ml
-mol.gov.tw
-molihua.org
-mondex.org
-money-link.com.tw
-moneyhome.biz
-monitorchina.org
-monster.com
-moodyz.com
-moonbbs.com
-moonbingo.com
-morningsun.org
-moroneta.com
-mos.ru
-motherless.com
-motor4ik.ru
-mousebreaker.com
-movements.org
-moviefap.com
-mp3buscador.com
-mp3ye.eu
-mpettis.com
-mpfinance.com
-mpinews.com
-mponline.hk
-mqxd.org
-mrbasic.com
-mrbonus.com
-mrface.com
-mrslove.com
-mrtweet.com
-msa-it.org
-msguancha.com
-msha.gov
-mswe1.org
-mthruf.com
-mtw.tl
-muchosucko.com
-mullvad.net
-multiply.com
-multiproxy.org
-multiupload.com
-mummysgold.com
-murmur.tw
-musicade.net
-muslimvideo.com
-muzi.com
-muzi.net
-muzu.tv
-mvdis.gov.tw
-mvg.jp
-mx.hao123.com
-mx981.com
-my-formosa.com
-my-private-network.co.uk
-my-proxy.com
-my.mail.ru
-my.opera.com
-my.pcloud.com
-my03.com
-myactimes.com
-myanniu.com
-myaudiocast.com
-myav.com.tw
-mybbs.us
-mybet.com
-myca168.com
-mycanadanow.com
-mychinamyhome.com
-mychinanet.com
-mychinanews.com
-mychinese.news
-mycnnews.com
-mycould.com
-mydad.info
-myddns.com
-myeasytv.com
-myeclipseide.com
-myforum.com.hk
-myforum.com.uk
-myfreecams.com
-myfreepaysite.com
-myfreshnet.com
-myftp.info
-myftp.name
-myiphide.com
-mykomica.org
-mylftv.com
-mymediarom.com
-mymoe.moe
-mymom.info
-mymusic.net.tw
-mynetav.net
-mynetav.org
-mynumber.org
-myparagliding.com
-mypicture.info
-mypop3.net
-mypop3.org
-mypopescu.com
-myradio.hk
-myreadingmanga.info
-mysecondarydns.com
-myshare.url.com.tw
-mysinablog.com
-mysite.verizon.net
-myspace.com
-myspacecdn.com
-mytalkbox.com
-mytizi.com
-mywww.biz
-myz.info
-naacoalition.org
-naitik.net
-nakido.com
-nakuz.com
-nalandabodhi.org
-nalandawest.org
-namgyal.org
-namgyalmonastery.org
-namsisi.com
-nanyang.com
-nanyangpost.com
-nanzao.com
-naol.ca
-naol.cc
-nat.gov.tw
-nat.moe
-national-lottery.co.uk
-nationsonline.org
-nationwide.com
-naughtyamerica.com
-navyfamily.navy.mil
-navyreserve.navy.mil
-naweeklytimes.com
-nbtvpn.com
-nccwatch.org.tw
-nch.com.tw
-ncn.org
-nde.de
-ndr.de
-ned.org
-nekoslovakia.net
-nemesis2.qx.net
-neo-miracle.com
-nepusoku.com
-net-fits.pro
-netbirds.com
-netcolony.com
-netflix.com
-netme.cc
-netsneak.com
-network54.com
-networkedblogs.com
-networktunnel.net
-neverforget8964.org
-new-3lunch.net
-new-akiba.com
-new96.ca
-newcenturymc.com
-newcenturynews.com
-newchen.com
-newgrounds.com
-newipnow.com
-newlandmagazine.com.au
-newnews.ca
-news.cnyes.com
-news.hk.msn.com
-news.hkpeanut.com
-news.msn.com.tw
-news.nationalgeographic.com
-news.now.com
-news.omy.sg
-news.seehua.com
-news.sina.com.hk
-news.sina.com.tw
-news.sinchew.com.my
-news.singtao.ca
-news.tvb.com
-news.tvbs.com.tw
-news.yahoo.com
-news100.com.tw
-newsancai.com
-newschinacomment.org
-newscn.org
-newsdetox.ca
-newsdh.com
-newspeak.cc
-newstamago.com
-newstapa.org
-newstarnet.com
-newtaiwan.com.tw
-newtalk.tw
-newyorktimes.com
-nexon.com
-next11.co.jp
-nextmag.com.tw
-nextmedia.com
-nexton-net.jp
-nexttv.com.tw
-nf.id.au
-nfjtyd.com
-nflxext.com
-nflximg.com
-nflximg.net
-nflxso.net
-nflxvideo.net
-nga.mil
-ngensis.com
-nhentai.net
-nhi.gov.tw
-nhk-ondemand.jp
-nic.cz.cc
-nic.google
-nic.gov
-nicovideo.jp
-nighost.org
-nikkei.com
-ninecommentaries.com
-ninjacloak.com
-ninjaproxy.ninja
-nintendium.com
-ninth.biz
-niusnews.com
-njactb.org
-njuice.com
-nko.navy.mil
-nlfreevpn.com
-no-ip.org
-nobel.se
-nobelprize.org
-nobodycanstop.us
-nofile.io
-nokogiri.org
-nokola.com
-noodlevpn.com
-norbulingka.org
-nordstrom.com
-nordstromimage.com
-nordstromrack.com
-nordvpn.com
-notify.dropboxapi.com
-nottinghampost.com
-novelasia.com
-now.com
-now.im
-nownews.com
-nowtorrents.com
-noypf.com
-npa.go.jp
-npa.gov.tw
-npnt.me
-nps.gov
-nradio.me
-nrk.no
-ns01.biz
-ns01.info
-ns01.us
-ns02.biz
-ns02.info
-ns02.us
-ns1.name
-ns2.name
-ns3.name
-nsc.gov.tw
-ntbk.gov.tw
-ntbna.gov.tw
-ntbt.gov.tw
-ntd.tv
-ntdtv.ca
-ntdtv.co.kr
-ntdtv.com
-ntdtv.cz
-ntdtv.org
-ntdtv.ru
-ntdtvla.com
-ntrfun.com
-ntsna.gov.tw
-nubiles.net
-nuexpo.com
-nukistream.com
-nurgo-software.com
-nusatrip.com
-nutaku.net
-nuuvem.com
-nuvid.com
-nuzcom.com
-nvdst.com
-nvquan.org
-nvtongzhisheng.org
-nwtca.org
-ny.stgloballink.com
-ny.visiontimes.com
-nyaa.eu
-nydus.ca
-nylon-angel.com
-nylonstockingsonline.com
-nyt.com
-nytchina.com
-nytcn.me
-nytco.com
-nyti.ms
-nytimes.com
-nytimes.map.fastly.net
-nytimg.com
-nytstyle.com
-nzchinese.com
-nzchinese.net.nz
-observechina.net
-obutu.com
-ocaspro.com
-occupytiananmen.com
-oclp.hk
-ocreampies.com
-ocry.com
-october-review.org
-oculus.com
-oculuscdn.com
-oex.com
-offbeatchina.com
-officeoftibet.com
-ofile.org
-ogaoga.org
-ogate.org
-oikos.com.tw
-oiktv.com
-oizoblog.com
-ok.ru
-okayfreedom.com
-okex.com
-okk.tw
-old-cat.net
-old.honeynet.org
-old.nabble.com
-olumpo.com
-olympicwatch.org
-omgili.com
-omni7.jp
-omnitalk.com
-omnitalk.org
-on.cc
-on2.com
-onapp.com
-onedrive.live.com
-onedumb.com
-onejav.com
-onion.city
-online.recoveryversion.org
-onlinecha.com
-onlineyoutube.com
-onlytweets.com
-onmoon.com
-onmoon.net
-onmypc.biz
-onmypc.info
-onmypc.net
-onmypc.org
-onmypc.us
-onthehunt.com
-ontrac.com
-oopsforum.com
-open.com.hk
-openallweb.com
-opendemocracy.net
-opendn.xyz
-openervpn.in
-openid.net
-openleaks.org
-openvpn.net
-openwebster.com
-openwrt.org.cn
-opml.radiotime.com
-opus-gaming.com
-organcare.org.tw
-organharvestinvestigation.net
-organiccrap.com
-orgasm.com
-orgfree.com
-orient-doll.com
-orientaldaily.com.my
-orn.jp
-orzistic.org
-osfoora.com
-otcbtc.com
-otnd.org
-otto.de
-otzo.com
-ourdearamy.com
-ourhobby.com
-oursogo.com
-oursteps.com.au
-oursweb.net
-ourtv.hk
-overplay.net
-oversea.istarshine.com
-ow.ly
-owl.li
-oyax.com
-oyghan.com
-ozchinese.com
-ozvoice.org
-ozxw.com
-ozyoyo.com
-pachosting.com
-pacificpoker.com
-packages.debian.org
-packetix.net
-pacopacomama.com
-padmanet.com
-page.bid.yahoo.com
-page2rss.com
-pagodabox.com
-palacemoon.com
-paldengyal.com
-paljorpublications.com
-paltalk.com
-panamapapers.sueddeutsche.de
-pandapow.co
-pandapow.net
-pandavpn-jp.com
-pandora.com
-pandora.tv
-panluan.net
-panoramio.com
-pao-pao.net
-paper.li
-paperb.us
-paradisehill.cc
-paradisepoker.com
-parkansky.com
-partycasino.com
-partypoker.com
-passion.com
-passiontimes.hk
-paste.ee
-pastebin.com
-pastie.org
-pbs.org
-pbwiki.com
-pbworks.com
-pbxes.com
-pbxes.org
-pcanywhere.net
-pcc.gov.tw
-pcdvd.com.tw
-pchome.com.tw
-pcij.org
-pcstore.com.tw
-pct.org.tw
-pdetails.com
-pdproxy.com
-pds.nasa.gov
-peace.ca
-peacefire.org
-peacehall.com
-pearlher.org
-peeasian.com
-pekingduck.org
-pemulihan.or.id
-pen.io
-penchinese.com
-penchinese.net
-pengyulong.com
-penisbot.com
-penthouse.com
-pentoy.hk
-peoplebookcafe.com
-peoplenews.tw
-peopo.org
-percy.in
-perfectgirls.net
-perfectvpn.net
-periscope.tv
-persecutionblog.com
-persiankitty.com
-pfd.org.hk
-phapluan.org
-phayul.com
-philborges.com
-philly.com
-phmsociety.org
-phncdn.com
-phobos.apple.com
-phosphation13.rssing.com
-photodharma.net
-photofocus.com
-phuquocservices.com
-picacomic.com
-picacomiccn.com
-picasaweb.com
-picidae.net
-picturedip.com
-pictures.playboy.com
-picturesocial.com
-pimg.tw
-pin-cong.com
-pin6.com
-ping.fm
-pinimg.com
-pinkrod.com
-pinoy-n.com
-pinterest.at
-pinterest.co.kr
-pinterest.co.uk
-pinterest.com
-pinterest.de
-pinterest.dk
-pinterest.fr
-pinterest.jp
-pinterest.nl
-pinterest.se
-pioneer-worker.forums-free.com
-pipii.tv
-piposay.com
-piraattilahti.org
-piring.com
-pixelqi.com
-pixiv.net
-pixnet.net
-pk.com
-pki.goog
-placemix.com
-playboy.com
-playboyplus.com
-player.fm
-playno1.com
-playpcesor.com
-plays.com.tw
-plm.org.hk
-plunder.com
-plurk.com
-plus28.com
-plusbb.com
-pmatehunter.com
-pmates.com
-po2b.com
-pobieramy.top
-podictionary.com
-pokerstars.com
-pokerstars.net
-politicalchina.org
-politicalconsultation.org
-politiscales.net
-poloniex.com
-polymer-project.org
-polymerhk.com
-popo.tw
-popvote.hk
-popyard.com
-popyard.org
-porn.com
-porn2.com
-porn5.com
-pornbase.org
-pornerbros.com
-pornhd.com
-pornhost.com
-pornhub.com
-pornhubdeutsch.net
-pornmm.net
-pornoxo.com
-pornrapidshare.com
-pornsharing.com
-pornsocket.com
-pornstarclub.com
-porntube.com
-porntubenews.com
-porntvblog.com
-pornvisit.com
-port25.biz
-portablevpn.nl
-poskotanews.com
-post01.com
-post76.com
-post852.com
-postadult.com
-postimg.org
-potvpn.com
-power.com
-powerapple.com
-powercx.com
-powerphoto.org
-prayforchina.net
-premeforwindows7.com
-premproxy.com
-presentationzen.com
-presidentlee.tw
-prestige-av.com
-pride.google
-prisoneralert.com
-pritunl.com
-privacybox.de
-private.com
-privateinternetaccess.com
-privatepaste.com
-privatetunnel.com
-privatevpn.com
-procopytips.com
-prosiben.de
-protonvpn.com
-provideocoalition.com
-provpnaccounts.com
-proxfree.com
-proxifier.com
-proxomitron.info
-proxpn.com
-proxyanonimo.es
-proxydns.com
-proxylist.org.uk
-proxynetwork.org.uk
-proxypy.net
-proxyroad.com
-proxytunnel.net
-proyectoclubes.com
-prozz.net
-psblog.name
-pscp.tv
-psiphon.ca
-psiphon.civisec.org
-psiphon3.com
-psiphontoday.com
-pts.org.tw
-ptt.cc
-pttvan.org
-pubu.com.tw
-puffinbrowser.com
-puffstore.com
-pullfolio.com
-pulse.yahoo.com
-punyu.com
-pure18.com
-pureconcepts.net
-pureinsight.org
-purepdf.com
-purevpn.com
-purplelotus.org
-pursuestar.com
-pushchinawall.com
-pussyspace.com
-putihome.org
-putlocker.com
-putty.org
-puuko.com
-pwned.com
-python.com
-python.com.tw
-pythonhackers.com
-pytorch.org
-qanote.com
-qgirl.com.tw
-qhigh.com
-qi-gong.me
-qiandao.today
-qiangyou.org
-qidian.ca
-qienkuen.org
-qiwen.lu
-qixianglu.cn
-qkshare.com
-qoos.com
-qpoe.com
-qq.co.za
-qstatus.com
-qtrac.eu
-qtweeter.com
-quannengshen.org
-quantumbooter.net
-questvisual.com
-quitccp.net
-quitccp.org
-quora.com
-quran.com
-quranexplorer.com
-qusi8.net
-qvodzy.org
-qxbbs.org
-r18.com
-ra.gg
-radicalparty.org
-radiko.jp
-radioaustralia.net.au
-radiohilight.net
-radiovaticana.org
-radiovncr.com
-rael.org
-raggedbanner.com
-raidcall.com.tw
-raidtalk.com.tw
-rainbowplan.org
-raindrop.io
-raizoji.or.jp
-ramcity.com.au
-rangwang.biz
-rangzen.com
-rangzen.net
-rangzen.org
-ranyunfei.com
-rapbull.net
-rapidgator.net
-rapidmoviez.com
-rapidvpn.com
-raremovie.cc
-raremovie.net
-raw.githubusercontent.com
-rawgit.com
-rawgithub.com
-razyboard.com
-rcam.target.com
-rcinet.ca
-rconversation.blogs.com
-rd.com
-rdio.com
-read01.com
-read100.com
-readingtimes.com.tw
-readmoo.com
-readydown.com
-realcourage.org
-realforum.zkiz.com
-realitykings.com
-realraptalk.com
-realsexpass.com
-rebatesrule.net
-recordhistory.org
-recovery.org.tw
-recoveryversion.com.tw
-red-lang.org
-redballoonsolidarity.org
-redchinacn.net
-redchinacn.org
-redd.it
-reddit.com
-redditmedia.com
-redditstatic.com
-redhotlabs.com
-redtube.com
-referer.us
-reflectivecode.com
-registry.google
-relaxbbs.com
-relay.com.tw
-releaseinternational.org
-religioustolerance.org
-renminbao.com
-renyurenquan.org
-research.jmsc.hku.hk
-resilio.com
-retweeteffect.com
-retweetist.com
-retweetrank.com
-reuters.com
-reutersmedia.net
-revleft.com
-revver.com
-rfa.org
-rfachina.com
-rfalive1.akacast.akamaistream.net
-rfamobile.org
-rfaweb.org
-rferl.org
-rfi.fr
-rfi.my
-rightbtc.com
-rigpa.org
-riku.me
-rileyguide.com
-riseup.net
-ritouki.jp
-ritter.vg
-rixcloud.com
-rixcloud.us
-rlwlw.com
-rmjdw.com
-rmjdw132.info
-roadshow.hk
-roboforex.com
-robustnessiskey.com
-rocket-inc.net
-rocksdb.org
-rojo.com
-rolia.net
-ronjoneswriter.com
-roodo.com
-rosechina.net
-rotten.com
-rsdlmonitor.com
-rsf-chinese.org
-rsf.org
-rsgamen.org
-rssmeme.com
-rtalabel.org
-rthk.hk
-rthk.org.hk
-rthklive2-lh.akamaihd.net
-rti.org.tw
-rtycminnesota.org
-ruanyifeng.com
-rukor.org
-rushbee.com
-ruten.com.tw
-rutube.ru
-ruyiseek.com
-rxhj.net
-s-cute.com
-s-dragon.org
-s1.nudezz.com
-s1heng.com
-s1s1s1.com
-s3-ap-northeast-1.amazonaws.com
-s3-ap-southeast-2.amazonaws.com
-s3.amazonaws.com
-s8forum.com
-sa.hao123.com
-sacks.com
-sacom.hk
-sadistic-v.com
-sadpanda.us
-safervpn.com
-safety.google
-saintyculture.com
-saiq.me
-sakuralive.com
-sakya.org
-salvation.org.hk
-samair.ru
-sambhota.org
-sanmin.com.tw
-sapikachu.net
-saveliuxiaobo.com
-savemedia.com
-savethedate.foo
-savetibet.de
-savetibet.fr
-savetibet.nl
-savetibet.org
-savetibet.ru
-savetibetstore.org
-savevid.com
-say2.info
-sbme.me
-sbs.com.au
-scache.vzw.com
-scache1.vzw.com
-scache2.vzw.com
-scasino.com
-schema.org
-sciencenets.com
-scieron.com
-scmp.com
-scmpchinese.com
-scramble.io
-scribd.com
-scriptspot.com
-seapuff.com
-search.aol.com
-search.disconnect.me
-search.xxx
-search.yahoo.co.jp
-searchtruth.com
-secretchina.com
-secretgarden.no
-secretsline.biz
-secure.hustler.com
-secure.logmein.com
-secure.raxcdn.com
-securetunnel.com
-securityinabox.org
-securitykiss.com
-seed4.me
-seesmic.com
-seevpn.com
-seezone.net
-sejie.com
-sellclassics.com
-sendsmtp.com
-sendspace.com
-servehttp.com
-serveuser.com
-serveusers.com
-sesawe.net
-sesawe.org
-sethwklein.net
-setn.com
-settv.com.tw
-sevenload.com
-sex-11.com
-sex.com
-sex3.com
-sex8.cc
-sexandsubmission.com
-sexbot.com
-sexhu.com
-sexhuang.com
-sexidude.com
-sexinsex.net
-sextvx.com
-sexxxy.biz
-sf.net
-sfileydy.com
-sfshibao.com
-sftindia.org
-sftuk.org
-shadeyouvpn.com
-shadow.ma
-shadowsky.xyz
-shadowsocks-r.com
-shadowsocks.asia
-shadowsocks.be
-shadowsocks.com
-shadowsocks.com.hk
-shadowsocks.org
-shadowsocks9.com
-shambalapost.com
-shambhalasun.com
-shangfang.org
-shapeservices.com
-share.dmhy.org
-share.ovi.com
-share.youthwant.com.tw
-sharebee.com
-sharecool.org
-sharpdaily.com.hk
-sharpdaily.hk
-sharpdaily.tw
-shat-tibet.com
-shattered.io
-sheikyermami.com
-shellfire.de
-shenshou.org
-shenyun.com
-shenyunperformingarts.org
-shenzhoufilm.com
-sherabgyaltsen.com
-shiatv.net
-shicheng.org
-shiksha.com
-shinychan.com
-shipcamouflage.com
-shireyishunjian.com
-shitaotv.org
-shixiao.org
-shizhao.org
-shkspr.mobi
-shodanhq.com
-shooshtime.com
-shop2000.com.tw
-shopping.com
-showbiz.omy.sg
-showhaotu.com
-showtime.jp
-shutterstock.com
-shwchurch.org
-shwchurch3.com
-siddharthasintent.org
-sidelinesnews.com
-sidelinessportseatery.com
-sierrafriendsoftibet.org
-sijihuisuo.club
-sijihuisuo.com
-sikaozhe1997.github.io
-silkbook.com
-simbolostwitter.com
-simplecd.org
-simpleproductivityblog.com
-sinchew.com.my
-singaporepools.com.sg
-singfortibet.com
-singpao.com.hk
-singtao.com
-singtaousa.com
-sino-monthly.com
-sinoants.com
-sinocast.com
-sinocism.com
-sinomontreal.ca
-sinonet.ca
-sinopitt.info
-sinoquebec.com
-sipml5.org
-sis.xxx
-sis001.com
-sis001.us
-site2unblock.com
-site90.net
-sitebro.tw
-sitekreator.com
-siteks.uk.to
-sitemaps.org
-sixth.biz
-sjrt.org
-sjum.cn
-sketchappsources.com
-skimtube.com
-skybet.com
-skyking.com.tw
-skyvegas.com
-skyxvpn.com
-slacker.com
-slaytizle.com
-sleazydream.com
-slheng.com
-slickvpn.com
-slideshare.net
-slinkset.com
-slutload.com
-slutmoonbeam.com
-slyip.com
-slyip.net
-sm-miracle.com
-smartdnsproxy.com
-smarthide.com
-smchbooks.com
-smh.com.au
-smhric.org
-smith.edu
-smyxy.org
-snapchat.com
-snaptu.com
-sndcdn.com
-sneakme.net
-snowlionpub.com
-sobees.com
-soc.mil
-socialwhale.com
-socks-proxy.net
-sockscap64.com
-sockslist.net
-socrec.org
-sod.co.jp
-sodatea.github.io
-softether-download.com
-softether.co.jp
-softether.org
-softwarebychuck.com
-softwaredownload.gitbooks.io
-sogclub.com
-sogrady.me
-soh.tw
-sohcradio.com
-sohfrance.org
-sokamonline.com
-sokmil.com
-solarsystem.nasa.gov
-solidaritetibet.org
-solidfiles.com
-somee.com
-songjianjun.com
-sonicbbs.cc
-sonidodelaesperanza.org
-sopcast.com
-sopcast.org
-sorazone.net
-sorting-algorithms.com
-sos.org
-sosreader.com
-sostibet.org
-soubory.com
-soul-plus.net
-soulcaliburhentai.net
-soumo.info
-soundcloud.com
-soundofhope.kr
-soundofhope.org
-soup.io
-soupofmedia.com
-sourceforge.net
-sourcewadio.com
-southnews.com.tw
-sowers.org.hk
-soylentnews.org
-spankbang.com
-spankingtube.com
-spankwire.com
-spb.com
-speakerdeck.com
-specxinzl.jigsy.com
-speedify.com
-spem.at
-spencertipping.com
-spicevpn.com
-spideroak.com
-spike.com
-sports.williamhill.com
-spotflux.com
-spotify.com
-spreadshirt.es
-spring4u.info
-springboardplatform.com
-sprite.org
-sproutcore.com
-sproxy.info
-squirly.info
-srcf.ucam.org
-srocket.us
-ss-link.com
-ss.carryzhou.com
-ss.levyhsu.com
-ss.pythonic.life
-ss7.vzw.com
-ssglobal.co
-ssglobal.me
-ssh91.com
-ssl.webpack.de
-ssl443.org
-sspro.ml
-ssr.tools
-ssrshare.com
-sss.camp
-sstmlt.moe
-sstmlt.net
-stackoverflow.com
-stage64.hk
-standupfortibet.org
-stanford.edu
-starfishfx.com
-starp2p.com
-startpage.com
-startuplivingchina.com
-stat.gov.tw
-static-economist.com
-static.comico.tw
-static.shemalez.com
-static01.nyt.com
-staticflickr.com
-statueofdemocracy.org
-stc.com.sa
-steamcommunity.com
-steel-storm.com
-steganos.com
-steganos.net
-stepchina.com
-stephaniered.com
-sthoo.com
-stickam.com
-stickeraction.com
-stileproject.com
-sto.cc
-stoporganharvesting.org
-stoptibetcrisis.net
-storagenewsletter.com
-store.steampowered.com
-stories.google
-storify.com
-storm.mg
-stormmediagroup.com
-stoweboyd.com
-stranabg.com
-straplessdildo.com
-streamingthe.net
-streema.com
-strikingly.com
-strongvpn.com
-strongwindpress.com
-student.tw
-studentsforafreetibet.org
-stumbleupon.com
-stupidvideos.com
-subacme.rerouted.org
-successfn.com
-sugarsync.com
-sugobbs.com
-sugumiru18.com
-suissl.com
-sujiatun.wordpress.com
-sukebei.nyaa.si
-sulian.me
-summify.com
-sumrando.com
-sun1911.com
-sunmedia.ca
-sunporno.com
-sunskyforum.com
-sunta.com.tw
-sunvpn.net
-sunwinism.joinbbs.net
-suoluo.org
-supchina.com
-superfreevpn.com
-superokayama.com
-superpages.com
-supervpn.net
-superzooi.com
-suppig.net
-suprememastertv.com
-surfeasy.com
-surfeasy.com.au
-suroot.com
-surrenderat20.net
-sustainability.google
-suyangg.com
-svsfx.com
-swagbucks.com
-swissvpn.net
-switch1.jp
-switchvpn.net
-sydneytoday.com
-sylfoundation.org
-syncback.com
-synergyse.com
-sysresccd.org
-sytes.net
-szbbs.net
-szetowah.org.hk
-t-g.com
-t.co
-t.me
-t.orzdream.com
-t35.com
-t66y.com
-taa-usa.org
-taaze.tw
-tabtter.jp
-tacc.cwb.gov.tw
-tacem.org
-taconet.com.tw
-taedp.org.tw
-tafm.org
-tagwa.org.au
-tagwalk.com
-tahr.org.tw
-taipei.gov.tw
-taipeisociety.org
-taiwan-sex.com
-taiwanbible.com
-taiwancon.com
-taiwandaily.net
-taiwandc.org
-taiwanjobs.gov.tw
-taiwanjustice.com
-taiwanjustice.net
-taiwankiss.com
-taiwannation.50webs.com
-taiwannation.com
-taiwannation.com.tw
-taiwanncf.org.tw
-taiwannews.com.tw
-taiwantp.net
-taiwantt.org.tw
-taiwanus.net
-taiwanyes.com
-taiwanyes.ning.com
-talk853.com
-talkboxapp.com
-talkonly.net
-tamiaode.tk
-tanc.org
-tangben.com
-tangren.us
-taoism.net
-taolun.info
-tapanwap.com
-tapatalk.com
-tarr.uspto.gov
-tascn.com.au
-taup.net
-taweet.com
-tbcollege.org
-tbi.org.hk
-tbicn.org
-tbjyt.org
-tbpic.info
-tbrc.org
-tbs-rainbow.org
-tbsec.org
-tbskkinabalu.page.tl
-tbsmalaysia.org
-tbsn.org
-tbsseattle.org
-tbssqh.org
-tbswd.org
-tbtemple.org.uk
-tbthouston.org
-tccwonline.org
-tcewf.org
-tchrd.org
-tcnynj.org
-tcpspeed.co
-tcpspeed.com
-tcsofbc.org
-tcsovi.org
-tdm.com.mo
-teachparentstech.org
-teamamericany.com
-tech2.in.com
-techviz.net
-teck.in
-teco-hk.org
-teco-mo.org
-teddysun.com
-teeniefuck.net
-teensinasia.com
-telecomspace.com
-telegram.dog
-telegram.me
-telegram.org
-telegramdownload.com
-telegraph.co.uk
-telesco.pe
-tellme.pw
-tenacy.com
-tensorflow.org
-tenzinpalmo.com
-terminus2049.github.io
-tew.org
-textnow.me
-th.hao123.com
-thaicn.com
-thb.gov.tw
-theatrum-belli.com
-thebcomplex.com
-theblemish.com
-thebobs.com
-thebodyshop-usa.com
-thecenter.mit.edu
-thechinabeat.org
-thedalailamamovie.com
-thedw.us
-thefacebook.com
-thefrontier.hk
-thegioitinhoc.vn
-thegly.com
-thehots.info
-thehousenews.com
-thehun.net
-theinitium.com
-thenewslens.com
-thepiratebay.org
-theportalwiki.com
-thereallove.kr
-therock.net.nz
-thespeeder.com
-thestandnews.com
-thetibetcenter.org
-thetibetconnection.org
-thetibetmuseum.org
-thetibetpost.com
-thetinhat.com
-thetrotskymovie.com
-thevivekspot.com
-thewgo.org
-theync.com
-thinkingtaiwan.com
-thinkwithgoogle.com
-thisav.com
-thlib.org
-thomasbernhard.org
-thongdreams.com
-threatchaos.com
-throughnightsfire.com
-thumbzilla.com
-thywords.com
-thywords.com.tw
-tiananmenduizhi.com
-tiananmenmother.org
-tiananmenuniv.com
-tiananmenuniv.net
-tiandixing.org
-tianhuayuan.com
-tianlawoffice.com
-tianti.io
-tiantibooks.org
-tianyantong.org.cn
-tianzhu.org
-tibet-envoy.eu
-tibet-foundation.org
-tibet-house-trust.co.uk
-tibet-info.net
-tibet-initiative.de
-tibet-munich.de
-tibet.a.se
-tibet.at
-tibet.ca
-tibet.com
-tibet.fr
-tibet.net
-tibet.nu
-tibet.org
-tibet.org.tw
-tibet.sk
-tibet.to
-tibet3rdpole.org
-tibetaction.net
-tibetaid.org
-tibetalk.com
-tibetan-alliance.org
-tibetan.fr
-tibetanaidproject.org
-tibetanarts.org
-tibetanbuddhistinstitute.org
-tibetancommunity.org
-tibetancommunityuk.net
-tibetanculture.org
-tibetanfeministcollective.org
-tibetanjournal.com
-tibetanlanguage.org
-tibetanliberation.org
-tibetanpaintings.com
-tibetanphotoproject.com
-tibetanpoliticalreview.org
-tibetanreview.net
-tibetansports.org
-tibetanwomen.org
-tibetanyouth.org
-tibetanyouthcongress.org
-tibetcharity.dk
-tibetcharity.in
-tibetchild.org
-tibetcity.com
-tibetcollection.com
-tibetcorps.org
-tibetexpress.net
-tibetfocus.com
-tibetfund.org
-tibetgermany.com
-tibetgermany.de
-tibethaus.com
-tibetheritagefund.org
-tibethouse.jp
-tibethouse.org
-tibethouse.us
-tibetinfonet.net
-tibetjustice.org
-tibetkomite.dk
-tibetlibre.free.fr
-tibetmuseum.org
-tibetnetwork.org
-tibetoffice.ch
-tibetoffice.com.au
-tibetoffice.eu
-tibetoffice.org
-tibetonline.com
-tibetonline.tv
-tibetoralhistory.org
-tibetpolicy.eu
-tibetrelieffund.co.uk
-tibetsites.com
-tibetsociety.com
-tibetsun.com
-tibetsupportgroup.org
-tibetswiss.ch
-tibettelegraph.com
-tibettimes.net
-tibetwrites.org
-ticket.com.tw
-tigervpn.com
-tiltbrush.com
-timdir.com
-time.com
-times.hinet.net
-timesofindia.indiatimes.com
-timsah.com
-tineye.com
-tintuc101.com
-tiny.cc
-tinychat.com
-tinypaste.com
-tipo.gov.tw
-tistory.com
-tkcs-collins.com
-tl.gd
-tma.co.jp
-tmagazine.com
-tmdfish.com
-tmi.me
-tmpp.org
-tn1.shemalez.com
-tn2.shemalez.com
-tn3.shemalez.com
-tnaflix.com
-tngrnow.com
-tngrnow.net
-tnp.org
-to-porno.com
-togetter.com
-toh.info
-tokyo-247.com
-tokyo-hot.com
-tokyo-porn-tube.com
-tokyocn.com
-tongil.or.kr
-tono-oka.jp
-tonyyan.net
-toodoc.com
-toonel.net
-top.tv
-top81.ws
-topbtc.com
-topic.youthwant.com.tw
-topnews.in
-toppornsites.com
-topshareware.com
-topsy.com
-toptip.ca
-tor.blingblingsquad.net
-tor.cn.uptodown.com
-tor.updatestar.com
-tora.to
-torcn.com
-torguard.net
-torproject.org
-torrentprivacy.com
-torrentproject.se
-torrenty.org
-torrentz.eu
-torvpn.com
-tosh.comedycentral.com
-totalvpn.com
-toutiaoabc.com
-towngain.com
-toypark.in
-toythieves.com
-toytractorshow.com
-tparents.org
-tpi.org.tw
-tracfone.com
-traffichaus.com
-trans.wenweipo.com
-transparency.org
-treemall.com.tw
-trendsmap.com
-trialofccp.org
-trickip.net
-trickip.org
-trimondi.de
-trouw.nl
-trt.net.tr
-trtc.com.tw
-truebuddha-md.org
-trulyergonomic.com
-truth101.co.tv
-truthontour.org
-truveo.com
-tryheart.jp
-tsctv.net
-tsdr.uspto.gov
-tsemtulku.com
-tsquare.tv
-tsu.org.tw
-tsunagarumon.com
-tt-rss.org
-tt1069.com
-tttan.com
-ttvnw.net
-tu8964.com
-tubaholic.com
-tube.com
-tube8.com
-tube911.com
-tubecup.com
-tubegals.com
-tubeislam.com
-tubepornclassic.com
-tubestack.com
-tubewolf.com
-tui.orzdream.com
-tuibeitu.net
-tuidang.net
-tuidang.org
-tuidang.se
-tuitwit.com
-tumblr.com
-tumutanzi.com
-tumview.com
-tunein.com
-tunnelbear.com
-tunnelr.com
-tuo8.blue
-tuo8.cc
-tuo8.club
-tuo8.fit
-tuo8.hk
-tuo8.in
-tuo8.ninja
-tuo8.org
-tuo8.pw
-tuo8.red
-tuo8.space
-turansam.org
-turbobit.net
-turbohide.com
-turbotwitter.com
-turntable.fm
-tushycash.com
-tuvpn.com
-tuzaijidi.com
-tv.com
-tvants.com
-tvboxnow.com
-tvider.com
-tvmost.com.hk
-tvplayvideos.com
-tvunetworks.com
-tw-blog.com
-tw-npo.org
-tw.answers.yahoo.com
-tw.bid.yahoo.com
-tw.gigacircle.com
-tw.hao123.com
-tw.jiepang.com
-tw.knowledge.yahoo.com
-tw.mall.yahoo.com
-tw.mobi.yahoo.com
-tw.money.yahoo.com
-tw.myblog.yahoo.com
-tw.news.yahoo.com
-tw.streetvoice.com
-tw.tomonews.net
-tw.voa.mobi
-tw.yahoo.com
-tw01.org
-twaitter.com
-twapperkeeper.com
-twaud.io
-twavi.com
-twbbs.net.tw
-twbbs.org
-twbbs.tw
-twblogger.com
-tweepguide.com
-tweeplike.me
-tweepmag.com
-tweepml.org
-tweetbackup.com
-tweetboard.com
-tweetboner.biz
-tweetcs.com
-tweetdeck.com
-tweetedtimes.com
-tweetmylast.fm
-tweetphoto.com
-tweetrans.com
-tweetree.com
-tweets.seraph.me
-tweettunnel.com
-tweetwally.com
-tweetymail.com
-tweez.net
-twelve.today
-twerkingbutt.com
-twftp.org
-twgreatdaily.com
-twibase.com
-twibble.de
-twibbon.com
-twibs.com
-twicountry.org
-twicsy.com
-twiends.com
-twifan.com
-twiffo.com
-twiggit.org
-twilightsex.com
-twilog.org
-twimbow.com
-twimg.com
-twimg.edgesuite.net
-twindexx.com
-twip.me
-twipple.jp
-twishort.com
-twistar.cc
-twister.net.co
-twisterio.com
-twisternow.com
-twistory.net
-twit2d.com
-twitbrowser.net
-twitcause.com
-twitch.tv
-twitchcdn.net
-twitgether.com
-twitgoo.com
-twitiq.com
-twitlonger.com
-twitmania.com
-twitoaster.com
-twitonmsn.com
-twitpic.com
-twitstat.com
-twittbot.net
-twitter.com
-twitter.jp
-twitter4j.org
-twittercounter.com
-twitterfeed.com
-twittergadget.com
-twitterkr.com
-twittermail.com
-twitterrific.com
-twittertim.es
-twitthat.com
-twitturk.com
-twitturly.com
-twitvid.com
-twitzap.com
-twiyia.com
-twnorth.org.tw
-twskype.com
-twstar.net
-twt.tl
-twtkr.com
-twtr2src.ogaoga.org
-twtrland.com
-twttr.com
-twurl.nl
-twyac.org
-txxx.com
-tycool.com
-typepad.com
-u9un.com
-ub0.cc
-ubddns.org
-uberproxy.net
-uc-japan.org
-ucdc1998.org
-uchicago.edu
-uderzo.it
-udn.com
-udn.com.tw
-udnbkk.com
-uforadio.com.tw
-ufreevpn.com
-ug.m.wikipedia.org
-ugo.com
-uhdwallpapers.org
-uhrp.org
-uighur.narod.ru
-uighur.nl
-uighurbiz.net
-ukcdp.co.uk
-ukliferadio.co.uk
-uku.im
-ulike.net
-ulop.net
-ultravpn.fr
-ultraxs.com
-umich.edu
-unblock-us.com
-unblock.cn.com
-unblockdmm.com
-unblocker.yt
-unblocksit.es
-uncyclomedia.org
-uncyclopedia.hk
-uncyclopedia.tw
-underwoodammo.com
-unholyknight.com
-uni.cc
-unification.net
-unification.org.tw
-unirule.cloud
-unitedsocialpress.com
-unix100.com
-unknownspace.org
-unodedos.com
-unpo.org
-unseen.is
-untraceable.us
-uocn.org
-upcoming.yahoo.com
-updates.tdesktop.com
-upholdjustice.org
-upload4u.info
-uploaded.net
-uploaded.to
-uploadstation.com
-upmedia.mg
-upornia.com
-uproxy.org
-upwill.org
-ur7s.com
-uraban.me
-urbansurvival.com
-urchin.com
-urlborg.com
-urlparser.com
-us.to
-usacn.com
-usaip.eu
-userapi.nytlog.com
-users.skynet.be
-usfk.mil
-ushuarencity.echainhost.com
-usinfo.state.gov
-usma.edu
-usmc.mil
-usmgtcg.ning.com
-usno.navy.mil
-usocctn.com
-ustream.tv
-usunitednews.com
-usus.cc
-utopianpal.com
-uu-gg.com
-uvwxyz.xyz
-uwants.com
-uwants.net
-uyghur-j.org
-uyghur.co.uk
-uyghuramerican.org
-uyghurcanadiansociety.org
-uyghurcongress.org
-uyghurensemble.co.uk
-uyghurpen.org
-uyghurpress.com
-uyghurstudies.org
-uygur.fc2web.com
-uygur.org
-uymaarip.com
-v2ex.com
-v2ray.com
-van001.com
-van698.com
-vanemu.cn
-vanilla-jp.com
-vanpeople.com
-vansky.com
-vatn.org
-vcf-online.org
-vcfbuilder.org
-vds.rightster.com
-vegas.williamhill.com
-vegasred.com
-velkaepocha.sk
-venbbs.com
-venchina.com
-venetianmacao.com
-ventureswell.com
-veoh.com
-vermonttibet.org
-versavpn.com
-verybs.com
-vevo.com
-vft.com.tw
-viber.com
-vica.info
-victimsofcommunism.org
-vid.me
-vidble.com
-video.aol.ca
-video.aol.co.uk
-video.aol.com
-video.ap.org
-video.fdbox.com
-video.foxbusiness.com
-video.pbs.org
-video.yahoo.com
-videobam.com
-videodetective.com
-videomega.tv
-videomo.com
-videopediaworld.com
-videopress.com
-vidinfo.org
-vietdaikynguyen.com
-vijayatemple.org
-vimeo.com
-vimperator.org
-vincnd.com
-vine.co
-vinniev.com
-vip-enterprise.com
-virtualrealporn.com
-visibletweets.com
-vital247.org
-viu.com
-viu.tv
-vivahentai4u.net
-vivatube.com
-vivthomas.com
-vizvaz.com
-vjav.com
-vjmedia.com.hk
-vllcs.org
-vlog.xuite.net
-vmixcore.com
-vmpsoft.com
-vn.hao123.com
-vnet.link
-voa-11.akacast.akamaistream.net
-voacantonese.com
-voachinese.com
-voachineseblog.com
-voagd.com
-voanews.com
-voatibetan.com
-voatibetanenglish.com
-vocativ.com
-vocn.tv
-vod-abematv.akamaized.net
-vod.wwe.com
-vot.org
-vovo2000.com
-voxer.com
-voy.com
-vpn.ac
-vpn.cjb.net
-vpn.cmu.edu
-vpn.sv.cmu.edu
-vpn4all.com
-vpnaccount.org
-vpnaccounts.com
-vpnbook.com
-vpncomparison.org
-vpncoupons.com
-vpncup.com
-vpndada.com
-vpnfan.com
-vpnfire.com
-vpnfires.biz
-vpnforgame.net
-vpngate.jp
-vpngate.net
-vpngratis.net
-vpnhq.com
-vpninja.net
-vpnintouch.com
-vpnintouch.net
-vpnjack.com
-vpnmaster.com
-vpnmentor.com
-vpnpick.com
-vpnpop.com
-vpnpronet.com
-vpnreactor.com
-vpnreviewz.com
-vpnsecure.me
-vpnshazam.com
-vpnshieldapp.com
-vpnsp.com
-vpntraffic.com
-vpntunnel.com
-vpnuk.info
-vpnunlimitedapp.com
-vpnvip.com
-vpnworldwide.com
-vporn.com
-vpser.net
-vraiesagesse.net
-vrmtr.com
-vrsmash.com
-vtunnel.com
-vuku.cc
-w.idaiwan.com
-w3schools.com
-waffle1999.com
-wahas.com
-waigaobu.com
-waikeung.org
-wailaike.net
-waiwaier.com
-wallmama.com
-wallornot.org
-wallpapercasa.com
-wallproxy.com
-waltermartin.com
-waltermartin.org
-wanderinghorse.net
-wangafu.net
-wangjinbo.org
-wanglixiong.com
-wango.org
-wangruoshui.net
-want-daily.com
-wanz-factory.com
-wapedia.mobi
-warbler.iconfactory.net
-waselpro.com
-washeng.net
-watch8x.com
-watchinese.com
-watchmygf.net
-wattpad.com
-wav.tv
-waveprotocol.org
-waymo.com
-wda.gov.tw
-wdf5.com
-wearehairy.com
-wearn.com
-web2project.net
-webbang.net
-webevader.org
-webfreer.com
-webjb.org
-weblagu.com
-webmproject.org
-webrtc.org
-webrush.net
-webs-tv.net
-website.informer.com
-websitepulse.com
-webwarper.net
-webworkerdaily.com
-weekmag.info
-wefightcensorship.org
-wefong.com
-wego.here.com
-weiboleak.com
-weiboscope.jmsc.hku.hk
-weihuo.org
-weijingsheng.org
-weiming.info
-weiquanwang.org
-weisuo.ws
-welovecock.com
-wemigrate.org
-wengewang.com
-wengewang.org
-wenhui.ch
-wenxuecity.com
-wenyunchao.com
-wenzhao.ca
-westca.com
-westernshugdensociety.org
-westernwolves.com
-westkit.net
-westpoint.edu
-wetplace.com
-wetpussygames.com
-wexiaobo.org
-wezhiyong.org
-wezone.net
-wforum.com
-wha.la
-whatblocked.com
-whatbrowser.org
-whatsapp.com
-whatsapp.net
-whatsonweibo.com
-wheatseeds.org
-wheelockslatin.com
-whereiswerner.com
-wheretowatch.com
-whippedass.com
-whitebear.freebearblog.org
-whodns.xyz
-whoer.net
-whotalking.com
-whylover.com
-whyx.org
-widevine.com
-wikaba.com
-wiki.cnitter.com
-wiki.esu.im
-wiki.gamerp.jp
-wiki.jqueryui.com
-wiki.keso.cn
-wiki.moegirl.org
-wiki.oauth.net
-wiki.phonegap.com
-wikileaks-forum.com
-wikileaks.ch
-wikileaks.com
-wikileaks.de
-wikileaks.eu
-wikileaks.lu
-wikileaks.org
-wikileaks.pl
-wikilivres.info
-wikimapia.org
-wikiwiki.jp
-wildammo.com
-williamhill.com
-willw.net
-windowsphoneme.com
-windscribe.com
-wingamestore.com
-wingy.site
-winning11.com
-winwhispers.info
-wire.com
-wiredbytes.com
-wiredpen.com
-wisdompubs.org
-wisevid.com
-withgoogle.com
-withyoutube.com
-witnessleeteaching.com
-witopia.net
-wizcrafts.net
-wjbk.org
-wlcnew.jigsy.com
-wlx.sowiki.net
-wn.com
-wnacg.com
-wnacg.org
-wo.tc
-wo3ttt.wordpress.com
-woeser.com
-woesermiddle-way.net
-wokar.org
-wolfax.com
-woolyss.com
-woopie.jp
-woopie.tv
-wordpress.com
-workatruna.com
-workerdemo.org.hk
-workerempowerment.org
-workersthebig.net
-worldcat.org
-worldjournal.com
-worldvpn.net
-wow-life.net
-wow.com
-wowgirls.com
-wowlegacy.ml
-wowporn.com
-wowrk.com
-woxinghuiguo.com
-woyaolian.org
-wozy.in
-wp.com
-wpoforum.com
-wqyd.org
-wrchina.org
-wretch.cc
-writer.zoho.com
-wsgzao.github.io
-wsj.com
-wsj.net
-wsjhk.com
-wtbn.org
-wtfpeople.com
-wuerkaixi.com
-wufafangwen.com
-wufi.org.tw
-wuguoguang.com
-wujie.net
-wujieliulan.com
-wukangrui.net
-wuu.wikipedia.org
-wuw.red
-wuyanblog.com
-wwitv.com
-www.abclite.net
-www.ajsands.com
-www.americorps.gov
-www.antd.org
-www.aolnews.com
-www.businessinsider.com.au
-www.citizenlab.org
-www.cmoinc.org
-www.cool18.com
-www.dmm.com
-www.dwheeler.com
-www.eastturkistan.net
-www.ftchinese.com
-www.gmiddle.com
-www.gmiddle.net
-www.hustlercash.com
-www.idlcoyote.com
-www.imdb.com
-www.kindleren.com
-www.klip.me
-www.lamenhu.com
-www.lib.virginia.edu
-www.linksalpha.com
-www.m-sport.co.uk
-www.metro.taipei
-www.monlamit.org
-www.moztw.org
-www.nbc.com
-www.orchidbbs.com
-www.owind.com
-www.oxid.it
-www.powerpointninja.com
-www.s4miniarchive.com
-www.sciencemag.org
-www.shadowsocks.com
-www.shwchurch.org
-www.skype.com
-www.tablesgenerator.com
-www.taiwanonline.cc
-www.taup.org.tw
-www.thechinastory.org
-www.wan-press.org
-www.wangruowang.org
-www.websnapr.com
-www.zensur.freerk.com
-www1.american.edu
-www1.biz
-www2.ohchr.org
-www2.rocketbbs.com
-wwwhost.biz
-wzyboy.im
-x-art.com
-x-berry.com
-x-wall.org
-x.company
-x1949x.com
-x24hr.com
-x365x.com
-xa.yimg.com
-xanga.com
-xbabe.com
-xbookcn.com
-xbtce.com
-xcafe.in
-xcity.jp
-xcritic.com
-xda-developers.com
-xerotica.com
-xfinity.com
-xfm.pp.ru
-xgmyd.com
-xhamster.com
-xianba.net
-xianchawang.net
-xianjian.tw
-xianqiao.net
-xiaobaiwu.com
-xiaochuncnjp.com
-xiaod.in
-xiaohexie.com
-xiaolan.me
-xiaoma.org
-xiezhua.com
-xihua.es
-xijie.wordpress.com
-xing.com
-xinhuanet.org
-xinmiao.com.hk
-xinqimeng.over-blog.com
-xinsheng.net
-xinshijue.com
-xinyubbs.net
-xiongpian.com
-xiuren.org
-xizang-zhiye.org
-xjp.cc
-xjtravelguide.com
-xkiwi.tk
-xlfmtalk.com
-xlfmwz.info
-xm.com
-xml-training-guide.com
-xmovies.com
-xn--4gq171p.com
-xn--czq75pvv1aj5c.org
-xn--i2ru8q2qg.com
-xn--ngstr-lra8j.com
-xn--oiq.cc
-xn--p8j9a0d9c9a.xn--q9jyb4c
-xnxx.com
-xpdo.net
-xpud.org
-xrentdvd.com
-xskywalker.com
-xskywalker.net
-xtube.com
-xuchao.net
-xuchao.org
-xuehua.us
-xuzhiyong.net
-xvideo.cc
-xvideos.com
-xvideos.es
-xxbbx.com
-xxlmovies.com
-xxuz.com
-xxx.com
-xxx.xxx
-xxxfuckmom.com
-xxxx.com.au
-xxxy.biz
-xxxy.info
-xxxymovies.com
-xys.dxiong.com
-xys.org
-xysblogs.org
-xyy69.com
-xyy69.info
-yahoo.com.hk
-yakbutterblues.com
-yam.com
-yam.org.tw
-yanghengjun.com
-yangjianli.com
-yasni.co.uk
-yayabay.com
-ydy.com
-yeahteentube.com
-yecl.net
-yeelou.com
-yeeyi.com
-yegle.net
-yes-news.com
-yes.xxx
-yes123.com.tw
-yesasia.com
-yesasia.com.hk
-yespornplease.com
-yeyeclub.com
-ygto.com
-yhcw.net
-yibada.com
-yibaochina.com
-yidio.com
-yilubbs.com
-yingsuoss.com
-yinlei.org
-yipub.com
-yizhihongxing.com
-yobit.net
-yobt.com
-yobt.tv
-yogichen.org
-yolasite.com
-yomiuri.co.jp
-yong.hu
-yorkbbs.ca
-youdontcare.com
-youjizz.com
-youmaker.com
-youngpornvideos.com
-youngspiration.hk
-youpai.org
-youporn.com
-youporngay.com
-your-freedom.net
-yourepeat.com
-yourlisten.com
-yourlust.com
-yourprivatevpn.com
-yourtrap.com
-yousendit.com
-youshun12.com
-youthnetradio.org
-youtu.be
-youtube-nocookie.com
-youtube.com
-youtubecn.com
-youtubeeducation.com
-youtubegaming.com
-youversion.com
-youwin.com
-youxu.info
-yt.be
-ytht.net
-ytimg.com
-ytn.co.kr
-yuanming.net
-yuanzhengtang.org
-yulghun.com
-yunchao.net
-yuntipub.com
-yuvutu.com
-yvesgeleyn.com
-ywpw.com
-yx51.net
-yyii.org
-yzzk.com
-zacebook.com
-zalmos.com
-zannel.com
-zaobao.com
-zaobao.com.sg
-zaozon.com
-zapto.org
-zattoo.com
-zb.com
-zdnet.com.tw
-zello.com
-zengjinyan.org
-zenmate.com
-zenmate.com.ru
-zeronet.io
-zeutch.com
-zfreet.com
-zgsddh.com
-zgzcjj.net
-zh-yue.wikipedia.org
-zh.bitterwinter.org
-zh.ecdm.wikia.com
-zh.m.wikipedia.org
-zh.pokerstrategy.com
-zh.pttpedia.wikia.com
-zh.uncyclopedia.wikia.com
-zh.wikinews.org
-zh.wikipedia.org
-zh.wikisource.org
-zhanbin.net
-zhangboli.net
-zhangtianliang.com
-zhanlve.org
-zhao.1984.city
-zhao.jinhai.de
-zhenghui.org
-zhengjian.org
-zhengwunet.org
-zhenlibu.info
-zhenlibu1984.com
-zhenxiang.biz
-zhinengluyou.com
-zhongguo.ca
-zhongguorenquan.org
-zhongguotese.net
-zhongmeng.org
-zhoushuguang.com
-zhreader.com
-zhuangbi.me
-zhuanxing.cn
-zhuatieba.com
-zhuichaguoji.org
-ziddu.com
-zillionk.com
-zim.vn
-zinio.com
-ziporn.com
-zippyshare.com
-zkaip.com
-zmw.cn
-zodgame.us
-zomobo.net
-zonaeuropa.com
-zonghexinwen.com
-zonghexinwen.net
-zoogvpn.com
-zootool.com
-zoozle.net
-zorrovpn.com
-zozotown.com
-zpn.im
-zspeeder.me
-zsrhao.com
-zuo.la
-zuobiao.me
-zuola.com
-zvereff.com
-zynaima.com
-zynamics.com
-zyns.com
-zyzc9.com
-zzcartoon.com
-zzux.com
diff --git a/hosts b/hosts
index ba712fe03341..e69de29bb2d1 100644
--- a/hosts
+++ b/hosts
@@ -1 +0,0 @@
-127.0.0.1 localhost
diff --git a/ip_network_alternative b/ip_network_alternative
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/ip_network_alternative
@@ -0,0 +1 @@
+
diff --git a/ip_network_primary b/ip_network_primary
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/ip_network_primary
@@ -0,0 +1 @@
+
diff --git a/overture.install b/overture.install
index 0bd8dab61cca..9062a5b84e09 100644
--- a/overture.install
+++ b/overture.install
@@ -1,4 +1,3 @@
pre_remove() {
- systemctl stop overture.service
- systemctl disable overture.service
+ systemctl disable --now overture.service
}
diff --git a/overture.service b/overture.service
index d95920c53522..4aee086dd0ef 100644
--- a/overture.service
+++ b/overture.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=nobody
AmbientCapabilities=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/overture -c /etc/overture/config.json
+ExecStart=/usr/bin/overture -c /etc/overture/config.yml
Restart=always
RestartSec=5