diff --git a/CONTRIBUTED.md b/CONTRIBUTED.md index 0bf4d43f89..c3357373e3 100644 --- a/CONTRIBUTED.md +++ b/CONTRIBUTED.md @@ -17,18 +17,14 @@ v2ray-plugin source: [honwen/openwrt-v2ray-plugin](https://github.com/honwen/ope Package zxlhhyccc: [zxlhhyccc/MY-lede](https://github.com/zxlhhyccc/MY-lede).
luci-theme-argon source: [jerrykuku/luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon).
openwrt-chinadns-ng source: [pexcn/openwrt-chinadns-ng](https://github.com/pexcn/openwrt-chinadns-ng).
-luci-app-ssr-plus-Jo source: [Leo-Jo-My/luci-app-ssr-plus-Jo](https://github.com/Leo-Jo-My/luci-app-ssr-plus-Jo).
openwrt-udpspeeder source: [zhfreal/openwrt-UDPspeeder](https://github.com/zhfreal/openwrt-UDPspeeder).
luci-app-onliner source: [rufengsuixing/luci-app-onliner](https://github.com/rufengsuixing/luci-app-onliner).
-luci-app-dockerman source: [lisaac/luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman).
luci-lib-docker source: [lisaac/luci-lib-docker](https://github.com/lisaac/luci-lib-docker).
openwrt-iptvhelper source: [riverscn/openwrt-iptvhelper](https://github.com/riverscn/openwrt-iptvhelper).
luci-app-autoipsetadder source: [rufengsuixing/luci-app-autoipsetadder](https://github.com/rufengsuixing/luci-app-autoipsetadder).
luci-app-adguardhome source: [rufengsuixing/luci-app-adguardhome](https://github.com/rufengsuixing/luci-app-adguardhome).
Rclone-OpenWrt source: [ElonH/Rclone-OpenWrt](https://github.com/ElonH/Rclone-OpenWrt).
luci-app-usb3disable source: [rufengsuixing/luci-app-usb3disable](https://github.com/rufengsuixing/luci-app-usb3disable).
-luci-app-vssr source: [Leo-Jo-My/luci-app-vssr](https://github.com/Leo-Jo-My/luci-app-vssr).
-luci-app-diskman source: [lisaac/luci-app-diskman](https://github.com/lisaac/luci-app-diskman).
qntfs-driver source: [lbbboy/qntfs-driver](https://github.com/lbbboy/qntfs-driver).
lua-maxminddb source: [jerrykuku/lua-maxminddb](https://github.com/jerrykuku/lua-maxminddb).
package openwrt-mwol: [Mleaf/openwrt-mwol](https://github.com/Mleaf/openwrt-mwol).
diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile b/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile deleted file mode 100644 index 40c42d7129..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile +++ /dev/null @@ -1,181 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=luci-app-ssr-plus-Jo -PKG_VERSION:=152 -PKG_RELEASE:=20200307-5 -PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_haproxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_privoxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin - -include $(INCLUDE_DIR)/package.mk - -define Package/$(PKG_NAME)/config -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks - bool "Include Shadowsocks New Version" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray - bool "Include V2ray" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan - bool "Include Trojan" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun - bool "Include Kcptun" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server - bool "Include ShadowsocksR Server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server - bool "Include Shadowsocks Server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks - bool "Include ShadowsocksR Socks and Tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks - bool "Include Shadowsocks Socks and Tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks - bool "Include ipt2socks" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy - bool "Include dnscrypt-proxy-full" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder - bool "Include dnsforwarder" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS - bool "Include chinadns" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_haproxy - bool "Include haproxy" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_privoxy - bool "Include privoxy http local" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs - bool "Include simple-obfsl" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server - bool "Include simple-obfs-server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder - bool "Include udpspeeder" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel - bool "Include udp2raw-tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client - bool "Include GoQuiet-client" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server - bool "Include GoQuiet-server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin - bool "Include v2ray-plugin" - default y -endef - -define Package/luci-app-ssr-plus-Jo - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=SS/SSR/V2Ray LuCI interface - PKGARCH:=all - DEPENDS:=+shadowsocksr-libev-alt +ipset +ip-full +iptables-mod-tproxy +dnsmasq-full +coreutils +coreutils-base64 +bash +pdnsd-alt +luasocket +jshn +curl +wget +unzip \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks:shadowsocks-libev-ss-redir \ - +PACKAGE_$(PKG_NAME)_INCLUDE_V2ray:v2ray \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Trojan:trojan \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server:shadowsocksr-libev-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server:shadowsocks-libev-ss-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks:shadowsocksr-libev-ssr-local \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks:shadowsocks-libev-ss-local \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks:ipt2socks \ - +PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy:dnscrypt-proxy-full \ - +PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder:dnsforwarder \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS:openwrt_chinadns \ - +PACKAGE_$(PKG_NAME)_INCLUDE_haproxy:haproxy \ - +PACKAGE_$(PKG_NAME)_INCLUDE_privoxy:privoxy \ - +PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder:speederv2-tunnel \ - +PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel:udp2raw-tunnel \ - +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs:simple-obfs \ - +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server:simple-obfs-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client:gq-client \ - +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server:gq-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin:v2ray-plugin -endef - -define Build/Prepare -endef - -define Build/Compile -endef - -define Package/luci-app-ssr-plus-Jo/install - $(INSTALL_DIR) $(1)/usr/lib/lua/luci - cp -pR ./luasrc/* $(1)/usr/lib/lua/luci - $(INSTALL_DIR) $(1)/ - cp -pR ./root/* $(1)/ - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo -endef - -define Package/luci-app-ssr-plus-Jo/postinst -#!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then - ( . /etc/uci-defaults/luci-ssr-plus ) && rm -f /etc/uci-defaults/luci-ssr-plus - rm -f /tmp/luci-indexcache - chmod 755 /etc/init.d/shadowsocksr >/dev/null 2>&1 - /etc/init.d/shadowsocksr enable >/dev/null 2>&1 -fi -exit 0 -endef - -define Package/luci-app-ssr-plus-Jo/prerm -#!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then - /etc/init.d/shadowsocksr disable - /etc/init.d/shadowsocksr stop -fi -exit 0 -endef - -$(eval $(call BuildPackage,luci-app-ssr-plus-Jo)) diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/controller/shadowsocksr.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/controller/shadowsocksr.lua deleted file mode 100644 index 75a64157d8..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/controller/shadowsocksr.lua +++ /dev/null @@ -1,387 +0,0 @@ --- Copyright (C) 2018 jerrykuku --- Licensed to the public under the GNU General Public License v3. -module("luci.controller.shadowsocksr", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/shadowsocksr") then - return - end - if nixio.fs.access("/usr/bin/ssr-redir") then - entry({"admin", "vpn"}, firstchild(), "VPN", 45).dependent = false - entry({"admin", "vpn", "shadowsocksr"},alias("admin", "vpn", "shadowsocksr", "client"), _("ShadowSocksR Plus+"),10).dependent = true - entry({"admin", "vpn", "shadowsocksr", "client"},cbi("shadowsocksr/client"),_("SSR Client"),10).leaf = true - entry({"admin", "vpn", "shadowsocksr", "servers"}, cbi("shadowsocksr/servers"), _("Node List"), 11).leaf = true - entry({"admin", "vpn", "shadowsocksr", "servers"},arcombine(cbi("shadowsocksr/servers"), cbi("shadowsocksr/client-config")),_("Node List"), 11).leaf = true - - entry({"admin", "vpn", "shadowsocksr", "subscription"},cbi("shadowsocksr/subscription"), _("Subscription"),12).leaf = true - entry({"admin", "vpn", "shadowsocksr", "control"},cbi("shadowsocksr/control"),_("Access Control"),13).leaf = true - entry({"admin", "vpn", "shadowsocksr", "servers-list"}, cbi("shadowsocksr/servers-list"), _("Severs Nodes"), 14).leaf = true -entry({"admin", "vpn", "shadowsocksr", "appointlist"},form("shadowsocksr/appointlist"),_("Appointlist List"), 17).leaf = true - entry({"admin", "vpn", "shadowsocksr", "udp2raw"},cbi("shadowsocksr/udp2raw"),_("udp2raw tunnel"),16).leaf = true - entry({"admin", "vpn", "shadowsocksr", "advanced"},cbi("shadowsocksr/advanced"), _("Advanced Settings"),21).leaf = true - elseif nixio.fs.access("/usr/bin/ssr-server") then - entry({"admin", "vpn", "shadowsocksr"},alias("admin", "vpn", "shadowsocksr", "server"), _("ShadowSocksR"),10).dependent = true - else - return - end - if nixio.fs.access("/usr/bin/ssr-server") then - entry({"admin", "vpn", "shadowsocksr", "server"},arcombine(cbi("shadowsocksr/server"), cbi("shadowsocksr/server-config")),_("SSR Server"),22).leaf = true - end - entry({"admin", "vpn", "shadowsocksr", "status"},form("shadowsocksr/status"),_("Status"), 23).leaf = true - entry({"admin", "vpn", "shadowsocksr", "logview"}, cbi("shadowsocksr/logview", {hideapplybtn=true, hidesavebtn=true, hideresetbtn=true}), _("Log") ,30).leaf=true - entry({"admin", "vpn", "shadowsocksr", "fileread"}, call("act_read"), nil).leaf=true - entry({"admin", "vpn", "shadowsocksr", "refresh"}, call("refresh_data")) - entry({"admin", "vpn", "shadowsocksr", "checkport"}, call("check_port")) - entry({"admin", "vpn", "shadowsocksr", "checkports"}, call("check_ports")) - entry({"admin", "vpn", "shadowsocksr", "run"}, call("act_status")) - entry({"admin", "vpn", "shadowsocksr", "change"}, call("change_node")) - entry({"admin", "vpn", "shadowsocksr", "allserver"}, call("get_servers")) - entry({"admin", "vpn", "shadowsocksr", "subscribe"}, call("get_subscribe")) - entry({"admin", "vpn", "shadowsocksr", "ping"}, call("act_ping")).leaf=true -end -function get_subscribe() - - local cjson = require "cjson" - local e = {} - local uci = luci.model.uci.cursor() - local auto_update = luci.http.formvalue("auto_update") - local auto_update_time = luci.http.formvalue("auto_update_time") - local proxy = luci.http.formvalue("proxy") - local subscribe_url = luci.http.formvalue("subscribe_url") - if subscribe_url ~= "[]" then - local cmd1 = 'uci set shadowsocksr.@server_subscribe[0].auto_update="' .. - auto_update .. '"' - local cmd2 = 'uci set shadowsocksr.@server_subscribe[0].auto_update_time="' .. - auto_update_time .. '"' - local cmd3 = 'uci set shadowsocksr.@server_subscribe[0].proxy="' .. proxy .. '"' - luci.sys.call('uci delete shadowsocksr.@server_subscribe[0].subscribe_url ') - luci.sys.call(cmd1) - luci.sys.call(cmd2) - luci.sys.call(cmd3) - for k, v in ipairs(cjson.decode(subscribe_url)) do - luci.sys.call( - 'uci add_list shadowsocksr.@server_subscribe[0].subscribe_url="' .. v .. - '"') - end - luci.sys.call('uci commit shadowsocksr') - luci.sys.call( - "nohup /usr/bin/lua /usr/share/shadowsocksr/subscribe.lua >/www/check_update.htm 2>/dev/null &") - - e.error = 0 - else - e.error = 1 - end - - luci.http.prepare_content("application/json") - luci.http.write_json(e) - -end --- 获取所有节点 -function get_servers() - local uci = luci.model.uci.cursor() - local server_table = {} - uci:foreach("shadowsocksr", "servers", function(s) - s["name"] = s[".name"] - table.insert(server_table,s) - end) - luci.http.prepare_content("application/json") - luci.http.write_json(server_table) -end - --- 切换节点 -function change_node() - local e={} - local uci = luci.model.uci.cursor() - local sid = luci.http.formvalue("set") - local name = "" - uci:foreach("shadowsocksr", "global", function(s) - name = s[".name"] - end) - e.status = false - e.sid = sid - if sid ~= "" then - uci:set("shadowsocksr", name, "global_server" , sid) - luci.sys.call("uci commit shadowsocksr && /etc/init.d/shadowsocksr restart") - e.status = true - end - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - --- 检测全局服务器状态 -function act_status() - local e={} - --全局服务器 - e.global=luci.sys.call("ps -w | grep ssr-retcp | grep -v grep >/dev/null") == 0 - - --检测chinadns状态 - if tonumber(luci.sys.exec("ps -w | grep chinadns |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dnsparsing |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dnscrypt-proxy |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep pdnsd |grep -v grep| wc -l"))>0 then - e.chinadns= true - - elseif tonumber(luci.sys.exec("ps -w | grep dnsforwarder |grep -v grep| wc -l"))>0 then - e.chinadns= true - - end - --检测SOCKS5状态 - if tonumber(luci.sys.exec("ps -w | grep ssr-local |grep -v grep| wc -l"))>0 then - e.SOCKS5= true - elseif tonumber(luci.sys.exec("ps -w | grep ss-local |grep -v grep| wc -l"))>0 then - e.SOCKS5= true - elseif tonumber(luci.sys.exec("ps -w | grep v2-ssr-local |grep -v grep| wc -l"))>0 then - e.SOCKS5= true - end - ---检测UDP2RAW状态 - if tonumber(luci.sys.exec("ps -w | grep udp2raw |grep -v grep| wc -l"))>0 then - e.udp2raw= true -end ---检测UDPspeeder状态 - if tonumber(luci.sys.exec("ps -w | grep udpspeeder |grep -v grep| wc -l"))>0 then - e.udpspeeder= true -end - --检测服务端状态 - if tonumber(luci.sys.exec("ps -w | grep ssr-server |grep -v grep| wc -l"))>0 then - e.server= true -end -if luci.sys.call("pidof ssr-server >/dev/null") == 0 then - e.ssr_server= true -end - if luci.sys.call("pidof ss-server >/dev/null") == 0 then - e.ss_server= true - -end - if luci.sys.call("ps -w | grep v2ray-server | grep -v grep >/dev/null") == 0 then - e.v2_server= true - - - end - -- 检测游戏模式状态 - e.game = false - if tonumber(luci.sys.exec("ps -w | grep ssr-reudp |grep -v grep| wc -l"))>0 then - e.game= true - else - if tonumber(luci.sys.exec("ps -w | grep ssr-retcp |grep \"\\-u\"|grep -v grep| wc -l"))>0 then - e.game= true - end - end - -- 检测国内通道 - e.baidu = false - sret = luci.sys.call("/usr/bin/ssr-check www.baidu.com 80 3 1") - if sret == 0 then - e.baidu = true - end - - -- 检测国外通道 - e.google = false - sret = luci.sys.call("/usr/bin/ssr-check www.google.com 80 3 1") - if sret == 0 then - e.google = true - end - - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - -function act_ping() - local e={} - e.index=luci.http.formvalue("index") - e.ping=luci.sys.exec("ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'"%luci.http.formvalue("domain")) - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - -function check_status() - local set ="/usr/bin/ssr-check www." .. luci.http.formvalue("set") .. ".com 80 3 1" - sret=luci.sys.call(set) - if sret== 0 then - retstring ="0" - else - retstring ="1" - end - - luci.http.prepare_content("application/json") - luci.http.write_json({ ret=retstring }) -end - - -function refresh_data() - local set = luci.http.formvalue("set") - local icount = 0 - - if set == "gfw_data" then - if nixio.fs.access("/usr/bin/wget-ssl") then - refresh_cmd = - "wget-ssl --no-check-certificate https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt -O /tmp/gfw.b64" - else - refresh_cmd = "wget -O /tmp/gfw.b64 http://iytc.net/tools/list.b64" - end - sret = luci.sys.call(refresh_cmd .. " 2>/dev/null") - if sret == 0 then - luci.sys.call("/usr/bin/ssr-gfw") - icount = luci.sys.exec("cat /tmp/gfwnew.txt | wc -l") - if tonumber(icount) > 1000 then - oldcount = luci.sys.exec("cat /etc/dnsmasq.ssr/gfw_list.conf | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/gfwnew.txt /etc/dnsmasq.ssr/gfw_list.conf") - retstring = tostring(math.ceil(tonumber(icount) / 2)) - else - retstring = "0" - end - else - retstring = "-1" - end - luci.sys.exec("rm -f /tmp/gfwnew.txt ") - else - retstring = "-1" - end - elseif set == "ip_data" then - refresh_cmd = - 'wget -O- \'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest\' 2>/dev/null| awk -F\\| \'/CN\\|ipv4/ { printf("%s/%d\\n", $4, 32-log($5)/log(2)) }\' > /tmp/china_ssr.txt' - sret = luci.sys.call(refresh_cmd) - icount = luci.sys.exec("cat /tmp/china_ssr.txt | wc -l") - if sret == 0 and tonumber(icount) > 1000 then - oldcount = luci.sys.exec("cat /etc/china_ssr.txt | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/china_ssr.txt /etc/china_ssr.txt") - retstring = tostring(tonumber(icount)) - else - retstring = "0" - end - else - retstring = "-1" - end - luci.sys.exec("rm -f /tmp/china_ssr.txt ") - else - if nixio.fs.access("/usr/bin/wget-ssl") then - refresh_cmd = - "wget --no-check-certificate -O - https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt | grep ^\\|\\|[^\\*]*\\^$ | sed -e 's:||:address\\=\\/:' -e 's:\\^:/127\\.0\\.0\\.1:' > /tmp/ad.conf" - else - refresh_cmd = "wget -O /tmp/ad.conf http://iytc.net/tools/ad.conf" - end - sret = luci.sys.call(refresh_cmd .. " 2>/dev/null") - if sret == 0 then - icount = luci.sys.exec("cat /tmp/ad.conf | wc -l") - if tonumber(icount) > 1000 then - if nixio.fs.access("/etc/dnsmasq.ssr/ad.conf") then - oldcount = luci.sys.exec("cat /etc/dnsmasq.ssr/ad.conf | wc -l") - else - oldcount = 0 - end - - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/ad.conf /etc/dnsmasq.ssr/ad.conf") - retstring = tostring(math.ceil(tonumber(icount))) - if oldcount == 0 then - luci.sys.call("/etc/init.d/dnsmasq restart") - end - else - retstring = "0" - end - else - retstring = "-1" - end - luci.sys.exec("rm -f /tmp/ad.conf ") - else - retstring = "-1" - end - end - luci.http.prepare_content("application/json") - luci.http.write_json({ret = retstring, retcount = icount}) -end - - -function act_ping() - local e={} - e.index=luci.http.formvalue("index") - e.ping=luci.sys.exec("ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'"%luci.http.formvalue("domain")) - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - -function check_ports() - local set = "" - local retstring = "

" - local s - local server_name = "" - local shadowsocksr = "shadowsocksr" - local uci = luci.model.uci.cursor() - local iret = 1 - - uci:foreach( - shadowsocksr, - "servers", - function(s) - if s.alias then - server_name = s.alias - elseif s.server and s.server_port then - server_name = "%s:%s" % {s.server, s.server_port} - end - iret = luci.sys.call(" ipset add ss_spec_wan_ac " .. s.server .. " 2>/dev/null") - socket = nixio.socket("inet", "stream") - socket:setopt("socket", "rcvtimeo", 3) - socket:setopt("socket", "sndtimeo", 3) - ret = socket:connect(s.server, s.server_port) - if tostring(ret) == "true" then - socket:close() - retstring = retstring .. "[" .. server_name .. "] OK.
" - else - retstring = retstring .. "[" .. server_name .. "] Error.
" - end - if iret == 0 then - luci.sys.call(" ipset del ss_spec_wan_ac " .. s.server) - end - end - ) - - luci.http.prepare_content("application/json") - luci.http.write_json({ret = retstring}) -end - - --- 检测单个节点状态并返回连接速度 -function check_port() - local sockets = require "socket" - local set = luci.http.formvalue("host") - local port = luci.http.formvalue("port") - local retstring = "" - local iret = 1 - iret = luci.sys.call(" ipset add ss_spec_wan_ac " .. set .. " 2>/dev/null") - socket = nixio.socket("inet", "stream") - socket:setopt("socket", "rcvtimeo", 3) - socket:setopt("socket", "sndtimeo", 3) - local t0 = sockets.gettime() - ret = socket:connect(set, port) - if tostring(ret) == "true" then - socket:close() - retstring = "1" - else - retstring = "0" - end - if iret == 0 then - luci.sys.call(" ipset del ss_spec_wan_ac " .. set) - end - local t1 = sockets.gettime() - local tt =t1 -t0 - luci.http.prepare_content("application/json") - luci.http.write_json({ret = retstring , used = math.floor(tt*1000 + 0.5)}) -end - -function act_read(lfile) - local NXFS = require "nixio.fs" - local HTTP = require "luci.http" - local lfile = HTTP.formvalue("lfile") - local ldata={} - ldata[#ldata+1] = NXFS.readfile(lfile) or "_nofile_" - if ldata[1] == "" then - ldata[1] = "_nodata_" - end - HTTP.prepare_content("application/json") - HTTP.write_json(ldata) -end - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/advanced.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/advanced.lua deleted file mode 100644 index f6b8c5f0e7..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/advanced.lua +++ /dev/null @@ -1,114 +0,0 @@ -local shadowsocksr = "shadowsocksr" -local uci = luci.model.uci.cursor() -local server_table = {} - - -uci:foreach(shadowsocksr, "servers", function(s) - if s.alias then - server_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - server_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end -end) - -local key_table = {} -for key,_ in pairs(server_table) do - table.insert(key_table,key) -end - -table.sort(key_table) - -m = Map(shadowsocksr) - --- [[ global ]]-- -s = m:section(TypedSection, "global", translate("Server failsafe auto swith settings")) -s.anonymous = true - -o = s:option(Flag, "monitor_enable", translate("Enable Process Deamon")) -o.rmempty = false -o.default = "1" - -o = s:option(Flag, "enable_switch", translate("Enable Auto Switch")) -o.rmempty = false -o.default = "1" - -o = s:option(Value, "switch_time", translate("Switch check cycly(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 667 - -o = s:option(Value, "switch_timeout", translate("Check timout(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 5 - -o = s:option(Value, "switch_try_count", translate("Check Try Count")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 3 - - - --- [[ SOCKS5 Proxy ]]-- -if nixio.fs.access("/usr/bin/ssr-local") then -s = m:section(TypedSection, "socks5_proxy", translate("SOCKS5 Proxy")) -s.anonymous = true - -o = s:option(ListValue, "server", translate("Server")) -o:value("nil", translate("Disable")) -for _,key in pairs(key_table) do o:value(key,server_table[key]) end -o.default = "nil" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.default = 1080 -o.rmempty = false - --- [[ HTTP Proxy ]]-- -if nixio.fs.access("/usr/sbin/privoxy") then -o = s:option(Flag, "http_enable", translate("Enable HTTP Proxy")) -o.rmempty = false - -o = s:option(Value, "http_port", translate("HTTP Port")) -o.datatype = "port" -o.default = 1081 -o.rmempty = false - -end -end --- [[ adblock ]]-- -s = m:section(TypedSection, "global", translate("adblock settings")) -s.anonymous = true - -o = s:option(Flag, "adblock", translate("Enable adblock")) -o.rmempty = false - -o = s:option(Value, "adblock_url", translate("adblock_url")) -o.default = "https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt" - --- [[ haProxy ]]-- - -s = m:section(TypedSection, "global_haproxy", translate("haProxy settings")) -s.anonymous = true - -o = s:option(Flag, "admin_enable", translate("Enabling the Management Console")) -o.rmempty = false -o.default = 1 - -o = s:option(Value, "admin_port", translate("Service Port")) -o.datatype = "uinteger" -o.default = 1111 - -o = s:option(Value, "admin_user", translate("User name")) -o.default = "admin" - -o = s:option(Value, "admin_password", translate("Password")) -o.default = "root" - - - - -return m - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/appointlist.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/appointlist.lua deleted file mode 100644 index 124e525307..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/appointlist.lua +++ /dev/null @@ -1,23 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/etc/dnsmasq.ssr/appoint_list.conf" - -f = SimpleForm("custom", translate("Appoint dns List")) - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 13 -function t.cfgvalue() - return fs.readfile(conffile) or "" -end - -function f.handle(self, state, data) - if state == FORM_VALID then - if data.conf then - fs.writefile(conffile, data.conf:gsub("\r\n", "\n")) - luci.sys.call("/etc/init.d/dnsmasq restart") - end - end - return true -end - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/automatic.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/automatic.lua deleted file mode 100644 index c8ab721e7d..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/automatic.lua +++ /dev/null @@ -1,49 +0,0 @@ -local shadowsocksr = "shadowsocksr" -local uci = luci.model.uci.cursor() -local server_table = {} - -uci:foreach(shadowsocksr, "servers", function(s) - if s.alias then - server_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - server_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end -end) - -local key_table = {} -for key,_ in pairs(server_table) do - table.insert(key_table,key) -end - -table.sort(key_table) - -m = Map(shadowsocksr) - - -s = m:section(TypedSection, "global", translate("Server failsafe auto swith settings")) -s.anonymous = true - -o = s:option(Flag, "monitor_enable", translate("Enable Process Deamon")) -o.rmempty = false - -o = s:option(Flag, "enable_switch", translate("Enable Auto Switch")) -o.rmempty = false - -o = s:option(Value, "switch_time", translate("Switch check cycly(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 3600 - -o = s:option(Value, "switch_timeout", translate("Check timout(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 5 - -o = s:option(Value, "switch_try_count", translate("Check Try Count")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 3 - - -return m - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client-config.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client-config.lua deleted file mode 100644 index 6cd22090b2..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client-config.lua +++ /dev/null @@ -1,461 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Licensed to the public under the GNU General Public License v3. - -local m, s, o,kcp_enable -local shadowsocksr = "shadowsocksr" -local uci = luci.model.uci.cursor() -local ipkg = require("luci.model.ipkg") -local fs = require "nixio.fs" -local sys = require "luci.sys" -local sid = arg[1] -local uuid = luci.sys.exec("cat /proc/sys/kernel/random/uuid") - - -local function isKcptun(file) - if not fs.access(file, "rwx", "rx", "rx") then - fs.chmod(file, 755) - end - - local str = sys.exec(file .. " -v | awk '{printf $1}'") - return (str:lower() == "kcptun") -end - - -local server_table = {} -local encrypt_methods = { - "none", - "table", - "rc4", - "rc4-md5-6", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local encrypt_methods_ss = { - -- aead - "aes-128-gcm", - "aes-192-gcm", - "aes-256-gcm", - "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", - -- stream - "table", - "rc4", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", - "auth_chain_b", - "auth_chain_c", - "auth_chain_d", - "auth_chain_e", - "auth_chain_f", -} - -local obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", -} - -local securitys = { - "auto", - "none", - "aes-128-gcm", - "chacha20-poly1305" -} - - -m = Map(shadowsocksr, translate("Edit ShadowSocksR Server")) -m.redirect = luci.dispatcher.build_url("admin/vpn/shadowsocksr/servers") -if m.uci:get(shadowsocksr, sid) ~= "servers" then - luci.http.redirect(m.redirect) - return -end - --- [[ Servers Setting ]]-- -s = m:section(NamedSection, sid, "servers") -s.anonymous = true -s.addremove = false - -o = s:option(DummyValue,"ssr_url","SS/SSR/V2RAY/TROJAN URL") -o.rawhtml = true -o.template = "shadowsocksr/ssrurl" -o.value =sid - - -o = s:option(ListValue, "type", translate("Server Node Type")) -if nixio.fs.access("/usr/sbin/trojan") then -o:value("trojan", translate("Trojan")) -end - -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -o:value("v2ray", translate("V2Ray")) -end -o:value("ssr", translate("ShadowsocksR")) -if nixio.fs.access("/usr/bin/ss-redir") then -o:value("ss", translate("Shadowsocks")) -end -if nixio.fs.access("/usr/bin/ipt2socks") then -o:value("socks5", translate("Socks5")) -end -o.description = translate("Using incorrect encryption mothod may causes service fail to start") - -upload_conf = s:option(FileUpload, "") -upload_conf.template = "cbi/other_upload2" -upload_conf:depends("use_conf_file", 1) - -o = s:option(Value, "alias", translate("Alias(optional)")) - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - --- o = s:option(Value, "timeout", translate("Connection Timeout")) --- o.datatype = "uinteger" --- o.default = 60 --- o.rmempty = false - - -o = s:option(Value, "weight", translate("Weight")) -o.datatype = "uinteger" -o.default = 10 -o.rmempty = false - -o = s:option(Flag, "auth_enable", translate("Enable Authentication")) -o.rmempty = false -o.default = "0" -o:depends("type", "socks5") - -o = s:option(Value, "username", translate("Username")) -o.rmempty = true -o:depends("type", "socks5") -o = s:option(Value, "password", translate("Password")) -o.password = true -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") -o:depends("type", "trojan") -o:depends("type", "socks5") - - -o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(ListValue, "encrypt_method_ss", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods_ss) do o:value(v) end -o.rmempty = true -o:depends("type", "ss") - -o = s:option(ListValue, "plugin", translate("plugin")) -o:value("none", "None") -if nixio.fs.access("/usr/bin/v2ray-plugin") then -o:value("/usr/bin/v2ray-plugin", "v2ray-plugin") -end -if nixio.fs.access("/usr/bin/obfs-local") then -o:value("/usr/bin/obfs-local", "obfs-local") -end -if nixio.fs.access("/usr/bin/goquiet-client") then -o:value("/usr/bin/goquiet-client", "GoQuiet") -end -o.rmempty = false -o.default = "none" -o:depends("type", "ss") - -o = s:option(Value, "plugin_opts", translate("Plugin Opts")) -o.rmempty = true -o:depends("plugin", "/usr/bin/v2ray-plugin") -o:depends("plugin", "/usr/bin/obfs-local") -o:depends("plugin", "/usr/bin/goquiet-client") - - -o = s:option(ListValue, "protocol", translate("Protocol")) -for _, v in ipairs(protocol) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "protocol_param", translate("Protocol param(optional)")) -o:depends("type", "ssr") - -o = s:option(ListValue, "obfs", translate("Obfs")) -for _, v in ipairs(obfs) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "obfs_param", translate("Obfs param(optional)")) -o:depends("type", "ssr") - --- AlterId -o = s:option(Value, "alter_id", translate("AlterId")) -o.default = 100 -o.rmempty = true -o:depends("type", "v2ray") - --- VmessId -o = s:option(Value, "vmess_id", translate("VmessId (UUID)")) -o.rmempty = true -o.default = uuid -o:depends("type", "v2ray") - --- 加密方式 -o = s:option(ListValue, "security", translate("Encrypt Method")) -for _, v in ipairs(securitys) do o:value(v, v:upper()) end -o.rmempty = true -o:depends("type", "v2ray") - --- 传输协议 -o = s:option(ListValue, "transport", translate("Transport")) -o:value("tcp", "TCP") -o:value("kcp", "mKCP") -o:value("ws", "WebSocket") -o:value("h2", "HTTP/2") -o:value("quic", "QUIC") -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TCP部分 ]]-- - --- TCP伪装 -o = s:option(ListValue, "tcp_guise", translate("Camouflage Type")) -o:depends("transport", "tcp") -o:value("none", translate("None")) -o:value("http", "HTTP") -o.rmempty = true - --- HTTP域名 -o = s:option(DynamicList, "http_host", translate("HTTP Host")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- HTTP路径 -o = s:option(DynamicList, "http_path", translate("HTTP Path")) -o:depends("tcp_guise", "http") -o.rmempty = true - - --- [[ WS部分 ]]-- - --- WS域名 -o = s:option(Value, "ws_host", translate("WebSocket Host")) -o:depends("transport", "ws") -o.rmempty = true - --- WS路径 -o = s:option(Value, "ws_path", translate("WebSocket Path")) -o:depends("transport", "ws") -o.rmempty = true - --- [[ H2部分 ]]-- - --- H2域名 -o = s:option(DynamicList, "h2_host", translate("HTTP/2 Host")) -o:depends("transport", "h2") -o.rmempty = true - --- H2路径 -o = s:option(Value, "h2_path", translate("HTTP/2 Path")) -o:depends("transport", "h2") -o.rmempty = true - - --- [[ QUIC部分 ]]-- - -o = s:option(ListValue, "quic_security", translate("QUIC Security")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("aes-128-gcm", translate("aes-128-gcm")) -o:value("chacha20-poly1305", translate("chacha20-poly1305")) - -o = s:option(Value, "quic_key", translate("QUIC Key")) -o:depends("transport", "quic") -o.rmempty = true - -o = s:option(ListValue, "quic_guise", translate("Header")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") - --- [[ mKCP部分 ]]-- - -o = s:option(ListValue, "kcp_guise", translate("Camouflage Type")) -o:depends("transport", "kcp") -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") -o.rmempty = true - -o = s:option(Value, "mtu", translate("MTU")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 1350 -o.rmempty = true - -o = s:option(Value, "tti", translate("TTI")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "uplink_capacity", translate("Uplink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "downlink_capacity", translate("Downlink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 20 -o.rmempty = true - -o = s:option(Value, "read_buffer_size", translate("Read Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Value, "write_buffer_size", translate("Write Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Flag, "congestion", translate("Congestion")) -o:depends("transport", "kcp") -o.rmempty = true - --- [[ allowInsecure ]]-- -o = s:option(Flag, "insecure", translate("allowInsecure")) -o.rmempty = true -o:depends("type", "v2ray") -o:depends("type", "trojan") - --- [[ TLS ]]-- -o = s:option(Flag, "tls", translate("TLS")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") -o:depends("type", "trojan") - --- [[ Mux ]]-- -o = s:option(Flag, "mux", translate("Mux")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") - -o = s:option(Value, "concurrency", translate("Concurrency")) -o.datatype = "uinteger" -o.rmempty = true -o.default = "8" -o:depends("mux", "1") - -o = s:option(Flag, "fast_open", translate("TCP Fast Open")) -o.rmempty = true -o.default = "0" -o:depends("type", "ssr") -o:depends("type", "ss") -o:depends("type", "trojan") - -o = s:option(Flag, "switch_enable", translate("Enable Auto Switch")) -o.rmempty = false -o.default = "1" - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.default = 1234 -o.rmempty = false - -if nixio.fs.access("/usr/bin/kcptun-client") then - -kcp_enable = s:option(Flag, "kcp_enable", translate("KcpTun Enable"), translate("bin:/usr/bin/kcptun-client")) -kcp_enable.rmempty = true -kcp_enable.default = "0" -kcp_enable:depends("type", "ssr") -kcp_enable:depends("type", "ss") - -o = s:option(Value, "kcp_port", translate("KcpTun Port")) -o.datatype = "port" -o.default = 4000 -function o.validate(self, value, section) - local kcp_file="/usr/bin/kcptun-client" - local enable = kcp_enable:formvalue(section) or kcp_enable.disabled - if enable == kcp_enable.enabled then - if not fs.access(kcp_file) then - return nil, translate("Haven't a Kcptun executable file") - elseif not isKcptun(kcp_file) then - return nil, translate("Not a Kcptun executable file") - end - end - - return value -end -o:depends("type", "ssr") -o:depends("type", "ss") - -o = s:option(Value, "kcp_password", translate("KcpTun Password")) -o.password = true -o:depends("type", "ssr") -o:depends("type", "ss") - -o = s:option(Value, "kcp_param", translate("KcpTun Param")) -o.default = "--nocomp" -o:depends("type", "ssr") -o:depends("type", "ss") - -end - -return m - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client.lua deleted file mode 100644 index aba10474c2..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/client.lua +++ /dev/null @@ -1,237 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Copyright (C) 2018 lean github.com/coolsnowwolf --- Licensed to the public under the GNU General Public License v3. - -local m, s, sec, o, kcp_enable -local shadowsocksr = "shadowsocksr" -local gfw_count=0 -local ad_count=0 -local ip_count=0 -local gfwmode=0 - -if nixio.fs.access("/etc/dnsmasq.ssr/gfw_list.conf") then -gfwmode=1 -end - -local uci = luci.model.uci.cursor() - -local sys = require "luci.sys" - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.ssr/gfw_list.conf | wc -l"))/2 - if nixio.fs.access("/etc/dnsmasq.ssr/ad.conf") then - ad_count=tonumber(sys.exec("cat /etc/dnsmasq.ssr/ad.conf | wc -l")) - end -end - -if nixio.fs.access("/etc/china_ssr.txt") then - ip_count = sys.exec("cat /etc/china_ssr.txt | wc -l") -end - -m = Map(shadowsocksr) - -m:section(SimpleSection).template = "shadowsocksr/status" - -local server_table = {} -local v2ray_table = {} -uci:foreach(shadowsocksr, "servers", function(s) - if s.alias then - server_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - server_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end -if s.type == "v2ray" then - if s.alias then - v2ray_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - v2ray_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end - end -end) - -local key_table = {} -for key,_ in pairs(server_table) do - table.insert(key_table,key) -end - -table.sort(key_table) - -local key_table_v2 = {} -for key,_ in pairs(v2ray_table) do - table.insert(key_table_v2,key) -end - -table.sort(key_table_v2) - --- [[ Global Setting ]]-- -s = m:section(TypedSection, "global", translate("ShadowSocksR Plus+ Settings")) -s.anonymous = true - -o = s:option(ListValue, "global_server", translate("Main Server")) -o:value("nil", translate("Disable")) -if nixio.fs.access("/usr/sbin/haproxy")then - o:value("__haproxy__", translate("Load Balancing")) -end -for _,key in pairs(key_table) do o:value(key,server_table[key]) end -o.default = "nil" -o.rmempty = false - -o = s:option(ListValue, "udp_relay_server", translate("Game Mode UDP Server")) -o:value("", translate("Disable")) -o:value("same", translate("Same as Global Server")) -for _,key in pairs(key_table) do o:value(key,server_table[key]) end - -o = s:option(Flag, "v2ray_flow", translate("Open v2ray split-flow")) -o.rmempty = false -o.description = translate("When open v2ray split-flow,your main server must be a v2ray server") - -o = s:option(ListValue, "youtube_server", translate("Youtube Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - - - -o = s:option(ListValue, "tw_video_server", translate("TaiWan Video Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - - -o = s:option(ListValue, "netflix_server", translate("Netflix Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - - -o = s:option(ListValue, "disney_server", translate("Diseny+ Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - - -o = s:option(ListValue, "prime_server", translate("Prime Video Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - - -o = s:option(ListValue, "threads", translate("Multi Threads Option")) -o:value("0", translate("Auto Threads")) -o:value("1", translate("1 Thread")) -o:value("2", translate("2 Threads")) -o:value("4", translate("4 Threads")) -o:value("8", translate("8 Threads")) -o:value("16", translate("16 Threads")) -o:value("32", translate("32 Threads")) -o:value("64", translate("64 Threads")) -o:value("128", translate("128 Threads")) -o:value("256", translate("256 Threads")) -o:value("512", translate("512 Threads")) -o.default = "0" -o.rmempty = false - -o = s:option(ListValue, "run_mode", translate("Running Mode")) -o:value("gfw", translate("GFW List Mode")) -o:value("router", translate("IP Route Mode")) -o:value("routers", translate("Oversea IP Route Mode")) -o:value("all", translate("Global Mode")) -o.default = gfw - -o = s:option(ListValue, "pdnsd_enable", translate("Resolve Dns Mode")) -o:value("0", translate("Use Local DNS Service listen port 5335")) -o:value("1", translate("Use Pdnsd tcp query and cache")) -o:value("2", translate("Use Pdnsd udp query and cache")) -if nixio.fs.access("/usr/bin/dnsforwarder") then -o:value("3", translate("Use dnsforwarder tcp query and cache")) -o:value("4", translate("Use dnsforwarder udp query and cache")) -end -if nixio.fs.access("/usr/bin/dnscrypt-proxy") then -o:value("5", translate("Use dnscrypt-proxy query and cache")) -end -if nixio.fs.access("/usr/bin/chinadns") then -o:value("6", translate("Use chinadns query and cache")) -end - -o.default = 1 - -o = s:option(ListValue, "chinadns_enable", translate("Chiadns Resolve Dns Mode")) -o:value("0", translate("Use Local DNS Service")) -o:value("1", translate("Use Pdnsd tcp query and cache")) -o:value("2", translate("Use Pdnsd udp query and cache")) -if nixio.fs.access("/usr/bin/dnsforwarder") then -o:value("3", translate("Use dnsforwarder tcp query and cache")) -o:value("4", translate("Use dnsforwarder udp query and cache")) -end -if nixio.fs.access("/usr/bin/dnscrypt-proxy") then -o:value("5", translate("Use dnscrypt-proxy query and cache")) -end - -if nixio.fs.access("/usr/sbin/smartdns") then -o:value("6", translate("Use smartdns query and cache")) -end - -if nixio.fs.access("/usr/sbin/https_dns_proxy") then -o:value("7", translate("Use https_dns_proxy query and cache")) -end -o.default = 1 -o:depends("pdnsd_enable", "6") - -o = s:option(Value, "tunnel_forward", translate("Anti-pollution DNS Server")) -o:value("0.0.0.0:53", translate("Using System Default DNS")) -o:value("0.0.0.0:5333", translate("Using acceleration center DNS")) -o:value("8.8.4.4:53", translate("Google Public DNS (8.8.4.4)")) -o:value("8.8.8.8:53", translate("Google Public DNS (8.8.8.8)")) -o:value("208.67.222.222:53", translate("OpenDNS (208.67.222.222)")) -o:value("208.67.220.220:53", translate("OpenDNS (208.67.220.220)")) -o:value("209.244.0.3:53", translate("Level 3 Public DNS (209.244.0.3)")) -o:value("209.244.0.4:53", translate("Level 3 Public DNS (209.244.0.4)")) -o:value("4.2.2.1:53", translate("Level 3 Public DNS (4.2.2.1)")) -o:value("4.2.2.2:53", translate("Level 3 Public DNS (4.2.2.2)")) -o:value("4.2.2.3:53", translate("Level 3 Public DNS (4.2.2.3)")) -o:value("4.2.2.4:53", translate("Level 3 Public DNS (4.2.2.4)")) -o:value("1.1.1.1:53", translate("Cloudflare DNS (1.1.1.1)")) -o:value("114.114.114.114:53", translate("Oversea Mode DNS-1 (114.114.114.114)")) -o:value("114.114.115.115:53", translate("Oversea Mode DNS-2 (114.114.115.115)")) -o:depends("pdnsd_enable", "1") -o:depends("pdnsd_enable", "2") -o:depends("pdnsd_enable", "3") -o:depends("pdnsd_enable", "4") -o:depends("pdnsd_enable", "6") -o.default = "8.8.4.4:53" - -o = s:option(Flag, "bt", translate("Kill BT")) -o.default = 0 -o.rmempty = false -o.description = translate("Prohibit downloading tool ports through proxy") - -o = s:option(Value, "bt_port", translate("BT Port")) -o.default = "1236:65535" -o.rmempty = true -o:depends("bt", "1") - -o = s:option(Button,"gfw_data",translate("GFW List Data")) -o.rawhtml = true -o.template = "shadowsocksr/refresh" -o.value =tostring(math.ceil(gfw_count)) .. " " .. translate("Records") - -o = s:option(Button,"ad_data",translate("Advertising Data")) -o .rawhtml = true -o .template = "shadowsocksr/refresh" -o .value =tostring(math.ceil(ad_count)) .. " " .. translate("Records") - -o = s:option(Button,"ip_data",translate("China IP Data")) -o.rawhtml = true -o.template = "shadowsocksr/refresh" -o.value =ip_count .. " " .. translate("Records") - -o = s:option(Button,"check_port",translate("Check Server Port")) -o.template = "shadowsocksr/checkport" -o.value =translate("No Check") - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/control.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/control.lua deleted file mode 100644 index 91cf55d756..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/control.lua +++ /dev/null @@ -1,104 +0,0 @@ -local m, s, o -local NXFS = require "nixio.fs" - -m = Map("shadowsocksr", translate("IP black-and-white list")) - -s = m:section(TypedSection, "access_control") -s.anonymous = true - --- Part of WAN -s:tab("wan_ac", translate("WAN IP AC")) - -o = s:taboption("wan_ac", DynamicList, "wan_bp_ips", translate("WAN White List IP")) -o.datatype = "ip4addr" - -o = s:taboption("wan_ac", DynamicList, "wan_fw_ips", translate("WAN Force Proxy IP")) -o.datatype = "ip4addr" - --- Part of LAN -s:tab("lan_ac", translate("LAN IP AC")) - -o = s:taboption("lan_ac", ListValue, "lan_ac_mode", translate("LAN Access Control")) -o:value("0", translate("Disable")) -o:value("w", translate("Allow listed only")) -o:value("b", translate("Allow all except listed")) -o.rmempty = false - -o = s:taboption("lan_ac", DynamicList, "lan_ac_ips", translate("LAN Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) -o:depends("lan_ac_mode", "w") -o:depends("lan_ac_mode", "b") - -o = s:taboption("lan_ac", DynamicList, "lan_bp_ips", translate("LAN Bypassed Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - -o = s:taboption("lan_ac", DynamicList, "lan_fp_ips", translate("LAN Force Proxy Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - -o = s:taboption("lan_ac", DynamicList, "lan_gm_ips", translate("Game Mode Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - --- Part of Self --- s:tab("self_ac", translate("Router Self AC")) --- o = s:taboption("self_ac",ListValue, "router_proxy", translate("Router Self Proxy")) --- o:value("1", translatef("Normal Proxy")) --- o:value("0", translatef("Bypassed Proxy")) --- o:value("2", translatef("Forwarded Proxy")) --- o.rmempty = false - -s:tab("esc", translate("Bypass Domain List")) - -local escconf = "/etc/config/white.list" -o = s:taboption("esc", TextValue, "escconf") -o.rows = 13 -o.wrap = "off" -o.rmempty = true -o.cfgvalue = function(self, section) - return NXFS.readfile(escconf) or "" -end -o.write = function(self, section, value) - NXFS.writefile(escconf, value:gsub("\r\n", "\n")) -end -o.remove = function(self, section, value) - NXFS.writefile(escconf, "") -end - - -s:tab("block", translate("Black Domain List")) - -local blockconf = "/etc/config/black.list" -o = s:taboption("block", TextValue, "blockconf") -o.rows = 13 -o.wrap = "off" -o.rmempty = true -o.cfgvalue = function(self, section) - return NXFS.readfile(blockconf) or " " -end -o.write = function(self, section, value) - NXFS.writefile(blockconf, value:gsub("\r\n", "\n")) -end -o.remove = function(self, section, value) - NXFS.writefile(blockconf, "") -end - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/list.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/list.lua deleted file mode 100644 index e920889247..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/list.lua +++ /dev/null @@ -1,24 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/etc/config/gfw.list" - -f = SimpleForm("custom", translate("GFW Custom List"), translate("Please refer to the following writing")) - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 13 -function t.cfgvalue() - return fs.readfile(conffile) or "" -end - -function f.handle(self, state, data) - if state == FORM_VALID then - if data.conf then - fs.writefile(conffile, data.conf:gsub("\r\n", "\n")) - luci.sys.call("/usr/share/shadowsocksr/gfw2ipset.sh && /etc/init.d/dnsmasq restart") - end - end - return true -end - - -return f diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/log.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/log.lua deleted file mode 100644 index 05b4162fc4..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/log.lua +++ /dev/null @@ -1,15 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/tmp/ssrpro.log" - -f = SimpleForm("logview") - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 20 -function t.cfgvalue() - luci.sys.exec("[ -f /tmp/ssrplus.log ] && sed '1!G;h;$!d' /tmp/ssrplus.log > /tmp/ssrpro.log") - return fs.readfile(conffile) or "" -end -t.readonly="readonly" - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/logview.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/logview.lua deleted file mode 100644 index 91b2776327..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/logview.lua +++ /dev/null @@ -1,48 +0,0 @@ --- Copyright 2008 Steven Barth --- Licensed to the public under the Apache License 2.0. - -local NXFS = require "nixio.fs" -local DISP = require "luci.dispatcher" -local HTTP = require "luci.http" -local UCI = luci.model.uci.cursor() - -m = Map("shadowsocksr") - --- log directory -log_dir = UCI:get_first(m.config, "global", "log_dir") or "/tmp" -run_dir = UCI:get_first(m.config, "global", "run_dir") or "/var/etc" -local logfile_list = {} - -for path in (NXFS.glob("%s/ssr*" % log_dir) or function() end) do - logfile_list[#logfile_list+1] = path -end -for path in (NXFS.glob("%s/*.*" % run_dir) or function() end) do - logfile_list[#logfile_list+1] = path -end - -ns = m:section(TypedSection, "_dummy", translate("File Viewer")) -ns.addremove = false -ns.anonymous = true -function ns.cfgsections() - return{"_exrules"} -end - -lv = ns:option(DynamicList, "logfiles") -lv.template = "shadowsocksr/logsview" -lv.inputtitle = translate("Read / Reread log file") -lv.rows = 25 -lv.default = "" -for _, lfile in ipairs(logfile_list) do lv:value(lfile, lfile) end -function lv.cfgvalue(self, section) - if logfile_list[1] then - local lfile=logfile_list[1] - if NXFS.access(lfile) then - return lfile .. "\n" .. translate("Please press [Read] button") - end - return lfile .. "\n" .. translate("File not found or empty") - else - return log_dir .. "\/\n" .. translate("No files found") - end -end - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/oversealist.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/oversealist.lua deleted file mode 100644 index 112587e889..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/oversealist.lua +++ /dev/null @@ -1,23 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/etc/dnsmasq.oversea/base_list.conf" - -f = SimpleForm("custom", translate("Oversea Custom List")) - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 13 -function t.cfgvalue() - return fs.readfile(conffile) or "" -end - -function f.handle(self, state, data) - if state == FORM_VALID then - if data.conf then - fs.writefile(conffile, data.conf:gsub("\r\n", "\n")) - luci.sys.call("/etc/init.d/dnsmasq restart") - end - end - return true -end - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server-config.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server-config.lua deleted file mode 100644 index 1353bf285f..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server-config.lua +++ /dev/null @@ -1,380 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local shadowsocksr = "shadowsocksr" -local uci = luci.model.uci.cursor() -local fs = require "nixio.fs" -local sys = require "luci.sys" -local sid = arg[1] -local uuid = luci.sys.exec("cat /proc/sys/kernel/random/uuid") -local http = luci.http -local ucursor = require "luci.model.uci".cursor() - -local server_table = {} -local encrypt_methods = { - "none", - "table", - "rc4", - "rc4-md5-6", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local encrypt_methods_ss = { - -- aead - "aes-128-gcm", - "aes-192-gcm", - "aes-256-gcm", - "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", - -- stream - "table", - "rc4", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", - "auth_chain_b", - "auth_chain_c", - "auth_chain_d", - "auth_chain_e", - "auth_chain_f", -} - -obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", -} - -local obfs_opts = { - "none", - "http", - "tls", -} - -local securitys = { - "auto", - "none", - "aes-128-gcm", - "chacha20-poly1305" -} - - - -m = Map(shadowsocksr, translate("Edit ShadowSocksR Server")) - -m.redirect = luci.dispatcher.build_url("admin/vpn/shadowsocksr/server") -if m.uci:get(shadowsocksr, sid) ~= "server_config" then - luci.http.redirect(m.redirect) - return -end - - - - --- [[ Server Setting ]]-- -s = m:section(NamedSection, sid, "server_config") -s.anonymous = true -s.addremove = false - -o = s:option(Flag, "enable", translate("Enable")) -o.default = 1 -o.rmempty = false - -o = s:option(ListValue, "type", translate("Server Node Type")) -if nixio.fs.access("/usr/bin/ssr-server") then -o:value("ssr", translate("ShadowsocksR")) -end -if nixio.fs.access("/usr/bin/ss-server") then -o:value("ss", translate("Shadowsocks New Version")) -end -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -o:value("v2ray", translate("V2Ray")) -end -o.description = translate("Using incorrect encryption mothod may causes service fail to start") - - - -o = s:option(Flag, "ipv4_ipv6", translate("Enabling IPv6 server")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.default = 8388 -o.rmempty = false - -o = s:option(Value, "timeout", translate("Connection Timeout")) -o.datatype = "uinteger" -o.default = 60 -o.rmempty = false - -o = s:option(Value, "password", translate("Password")) -o.password = true -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") - -o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") - - - -o = s:option(ListValue, "plugin", translate("plugin")) -o:value("none", "None") -if nixio.fs.access("/usr/bin/v2ray-plugin") then -o:value("/usr/bin/v2ray-plugin", "v2ray-plugin") -end -if nixio.fs.access("/usr/bin/obfs-server") then -o:value("/usr/bin/obfs-server", "obfs-server") -end -if nixio.fs.access("/usr/bin/gq-server") then -o:value("/usr/bin/gq-server", "GoQuiet") -end -o.rmempty = false -o.default = "none" -o:depends("type", "ss") - -o = s:option(Value, "plugin_opts", translate("Plugin Opts")) -o.rmempty = true -o:depends("plugin", "/usr/bin/v2ray-plugin") -o:depends("plugin", "/usr/bin/obfs-server") -o:depends("plugin", "/usr/bin/gq-server") - -o = s:option(ListValue, "protocol", translate("Protocol")) -for _, v in ipairs(protocol) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(ListValue, "obfs", translate("Obfs")) -for _, v in ipairs(obfs) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "obfs_param", translate("Obfs param(optional)")) -o:depends("type", "ssr") - - --- AlterId -o = s:option(Value, "alter_id", translate("AlterId")) -o.default = 100 -o.rmempty = true -o:depends("type", "v2ray") - -o=s:option(Value,"VMess_level",translate("User Level")) -o.default=1 -o:depends("type", "v2ray") - --- VmessId -o = s:option(Value, "vmess_id", translate("VmessId (UUID)")) -o.rmempty = true -o.default = uuid -o:depends("type", "v2ray") - --- 加密方式 -o = s:option(ListValue, "security", translate("Encrypt Method")) -for _, v in ipairs(securitys) do o:value(v, v:upper()) end -o.rmempty = true -o:depends("type", "v2ray") - --- 传输协议 -o = s:option(ListValue, "transport", translate("Transport")) -o:value("tcp", "TCP") -o:value("kcp", "mKCP") -o:value("ws", "WebSocket") -o:value("h2", "HTTP/2") -o:value("quic", "QUIC") -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TCP部分 ]]-- - --- TCP伪装 -o = s:option(ListValue, "tcp_guise", translate("Camouflage Type")) -o:depends("transport", "tcp") -o:value("none", translate("None")) -o:value("http", "HTTP") -o.rmempty = true - --- HTTP域名 -o = s:option(DynamicList, "http_host", translate("HTTP Host")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- HTTP路径 -o = s:option(DynamicList, "http_path", translate("HTTP Path")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- [[ WS部分 ]]-- - --- WS域名 -o = s:option(Value, "ws_host", translate("WebSocket Host")) -o:depends("transport", "ws") -o.rmempty = true - --- WS路径 -o = s:option(Value, "ws_path", translate("WebSocket Path")) -o:depends("transport", "ws") -o.rmempty = true - --- [[ H2部分 ]]-- - --- H2域名 -o = s:option(DynamicList, "h2_host", translate("HTTP/2 Host")) -o:depends("transport", "h2") -o.rmempty = true - --- H2路径 -o = s:option(Value, "h2_path", translate("HTTP/2 Path")) -o:depends("transport", "h2") -o.rmempty = true - --- [[ QUIC部分 ]]-- - -o = s:option(ListValue, "quic_security", translate("QUIC Security")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("aes-128-gcm", translate("aes-128-gcm")) -o:value("chacha20-poly1305", translate("chacha20-poly1305")) - -o = s:option(Value, "quic_key", translate("QUIC Key")) -o:depends("transport", "quic") -o.rmempty = true - -o = s:option(ListValue, "quic_guise", translate("Header")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") - --- [[ mKCP部分 ]]-- - -o = s:option(ListValue, "kcp_guise", translate("Camouflage Type")) -o:depends("transport", "kcp") -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") -o.rmempty = true - -o = s:option(Value, "mtu", translate("MTU")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 1350 -o.rmempty = true - -o = s:option(Value, "tti", translate("TTI")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "uplink_capacity", translate("Uplink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "downlink_capacity", translate("Downlink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 20 -o.rmempty = true - -o = s:option(Value, "read_buffer_size", translate("Read Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Value, "write_buffer_size", translate("Write Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Flag, "congestion", translate("Congestion")) -o:depends("transport", "kcp") -o.rmempty = true - --- [[ allowInsecure ]]-- -o = s:option(Flag, "insecure", translate("allowInsecure")) -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TLS ]]-- -o = s:option(Flag, "tls", translate("TLS")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") - --- [[ Mux ]]-- -o = s:option(Flag, "mux", translate("Mux")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") - -o = s:option(Value, "concurrency", translate("Concurrency")) -o.datatype = "uinteger" -o.rmempty = true -o.default = "8" -o:depends("mux", "1") - -o = s:option(Flag, "fast_open", translate("TCP Fast Open")) -o.rmempty = true -o:depends("type", "ssr") - -return m - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server.lua deleted file mode 100644 index ffa879d368..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/server.lua +++ /dev/null @@ -1,116 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local m, sec, o -local shadowsocksr = "shadowsocksr" -local uci = luci.model.uci.cursor() -local ipkg = require("luci.model.ipkg") - -m = Map(shadowsocksr, translate("SS/SSR/V2RAY Server")) - -local type = { - "ssr", - "ss", - "v2ray", -} - -local encrypt_methods = { - "table", - "rc4", - "rc4-md5", - "rc4-md5-6", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "aes-128-gcm", - "aes-192-gcm", - "aes-256-gcm", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", - "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", -} - -local obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", - "tls1.2_ticket_fastauth", -} - - -m:section(SimpleSection).template = "shadowsocksr/status2" --- [[ Global Setting ]]-- -sec = m:section(TypedSection, "server_global", translate("Global Setting")) -sec.anonymous = true - -o = sec:option(Flag, "enable_server", translate("Enable Server")) -o.rmempty = false - --- [[ Server Setting ]]-- -sec = m:section(TypedSection, "server_config", translate("Server Setting")) -sec.anonymous = true -sec.addremove = true -sec.sortable = true -sec.template = "cbi/tblsection" -sec.extedit = luci.dispatcher.build_url("admin/vpn/shadowsocksr/server/%s") -function sec.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(sec.extedit % sid) - return - end -end - -o = sec:option(Flag, "enable", translate("Enable")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or translate("0") -end -o.rmempty = false - -o = sec:option(DummyValue, "type", translate("Server Node Type")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = sec:option(DummyValue, "server_port", translate("Server Port")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = sec:option(DummyValue, "encrypt_method", translate("Encrypt Method")) -o.width="10%" - -o = sec:option(DummyValue, "protocol", translate("Protocol")) -o.width="10%" - -o = sec:option(DummyValue, "obfs", translate("Obfs")) -o.width="10%" - -m:append(Template("shadowsocksr/server_list")) -return m - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers-list.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers-list.lua deleted file mode 100644 index 2785b34ba0..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers-list.lua +++ /dev/null @@ -1,80 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local shadowsocksr = "shadowsocksr" - -local uci = luci.model.uci.cursor() -local server_count = 0 -uci:foreach("shadowsocksr", "servers", function(s) - server_count = server_count + 1 -end) - -local fs = require "nixio.fs" -local sys = require "luci.sys" - -m = Map(shadowsocksr) -m:section(SimpleSection).template = "shadowsocksr/status" - - --- [[ Servers Manage ]]-- -s = m:section(TypedSection, "servers") -s.anonymous = true -s.addremove = true -s.description = string.format(translate("Server Count") .. ": %d", server_count) -s.sortable = true -s.template = "cbi/tblsection" -s.extedit = luci.dispatcher.build_url("admin/vpn/shadowsocksr/servers/%s") -function s.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(s.extedit % sid) - return - end -end - -o = s:option(DummyValue, "type", translate("Type")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or translate("") -end - -o = s:option(DummyValue, "alias", translate("Alias")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or translate("None") -end - -o = s:option(DummyValue, "server", translate("Server Address")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = s:option(DummyValue, "server_port", translate("Server Port")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = s:option(DummyValue, "encrypt_method", translate("Encrypt Method")) -o.width="10%" - -o = s:option(DummyValue, "protocol", translate("Protocol")) -o.width="10%" - -o = s:option(DummyValue, "obfs", translate("Obfs")) -o.width="10%" -o = s:option(Flag, "switch_enable", translate("Enable Auto Switch")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end -if nixio.fs.access("/usr/bin/kcptun-client") then - -o = s:option(Flag, "kcp_enable", translate("KcpTun")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end -end -o = s:option(DummyValue,"server",translate("Ping Latency")) -o.template="shadowsocksr/ping" -o.width="10%" - -m:append(Template("shadowsocksr/server_list")) - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers.lua deleted file mode 100644 index abecf94ddf..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/servers.lua +++ /dev/null @@ -1,62 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local shadowsocksr = "shadowsocksr" - - -local uci = luci.model.uci.cursor() -local server_count = 0 -local server_table = {} -uci:foreach("shadowsocksr", "servers", function(s) - server_count = server_count + 1 - s["name"] = s[".name"] - table.insert(server_table, s) -end) - -local name = "" -uci:foreach("shadowsocksr", "global", function(s) name = s[".name"] end) - -m = Map(shadowsocksr) - -m:section(SimpleSection).template = "shadowsocksr/status" - --- [[ Servers List ]]-- -s = m:section(TypedSection, "servers") -s.anonymous = true -s.addremove = true -s.sortable = false - -s.des = server_count -s.current = uci:get("shadowsocksr", name, "global_server") -s.template = "cbi/add" -s.extedit = luci.dispatcher.build_url("admin/vpn/shadowsocksr/servers/%s") -function s.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(s.extedit % sid) - return - end -end - -o = s:option(DummyValue, "type", translate("Type")) -function o.cfgvalue(...) return Value.cfgvalue(...) or translate("") end - -o = s:option(DummyValue, "alias", translate("Alias")) -function o.cfgvalue(...) return Value.cfgvalue(...) or translate("None") end - -o = s:option(DummyValue, "server", translate("Server Address")) -function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -o = s:option(DummyValue, "server_port", translate("Server Port")) -function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -if nixio.fs.access("/usr/bin/kcptun-client") then - - o = s:option(DummyValue, "kcp_enable", translate("KcpTun")) - function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -end - - -return m - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/status.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/status.lua deleted file mode 100644 index 5c6ea05851..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/status.lua +++ /dev/null @@ -1,452 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local IPK_Version="20200304.151" -local m, s, o -local redir_run=0 -local reudp_run=0 -local sock5_run=0 -local ssock5_run=0 -local v2sock5_run=0 -local server_run=0 -local sserver_run=0 -local v2server_run=0 -local kcptun_run=0 -local tunnel_run=0 -local udp2raw_run=0 -local udpspeeder_run=0 -local gfw_count=0 -local ad_count=0 -local ip_count=0 -local gfwmode=0 -local pdnsd_run=0 -local dnsforwarder_run=0 -local dnscrypt_proxy_run=0 -local chinadns_run=0 -local haproxy_run=0 -local privoxy_run=0 - -if nixio.fs.access("/etc/dnsmasq.ssr/gfw_list.conf") then -gfwmode=1 -end - -local shadowsocksr = "shadowsocksr" - - --- html constants -font_blue = [[]] -font_off = [[]] -bold_on = [[]] -bold_off = [[]] - -local fs = require "nixio.fs" -local sys = require "luci.sys" -local kcptun_version=translate("Unknown") -local kcp_file="/usr/bin/kcptun-client" -if not fs.access(kcp_file) then - kcptun_version=translate("Not exist") -else - if not fs.access(kcp_file, "rwx", "rx", "rx") then - fs.chmod(kcp_file, 755) - end - kcptun_version=sys.exec(kcp_file .. " -v | awk '{printf $3}'") - if not kcptun_version or kcptun_version == "" then - kcptun_version = translate("Unknown") - end - -end - - -local udp2raw_version=translate("Unknown") -local udp2raw_file="/usr/bin/udp2raw" -if not fs.access(udp2raw_file) then - udp2raw_version=translate("Not exist") -else - if not fs.access(udp2raw_file, "rwx", "rx", "rx") then - fs.chmod(udp2raw_file, 755) - end - udp2raw_version=sys.exec(udp2raw_file .. " -h |grep 'git version' |awk -F ':' '{print $2}'|awk '{print $1}'") - if not udp2raw_version or udp2raw_version == "" then - udp2raw_version = translate("Unknown") - end -end - -local udpspeeder_version=translate("Unknown") -local udpspeeder_file="/usr/bin/udpspeeder" -if not fs.access(udpspeeder_file) then - udpspeeder_version=translate("Not exist") -else - if not fs.access(udpspeeder_file, "rwx", "rx", "rx") then - fs.chmod(udpspeeder_file, 755) - end - udpspeeder_version=sys.exec(udpspeeder_file .. " -h |grep 'git version' |awk -F ':' '{print $2}'|awk '{print $1}'") - if not udpspeeder_version or udpspeeder_version == "" then - udpspeeder_version = translate("Unknown") - end -end - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.ssr/gfw_list.conf | wc -l"))/2 - if nixio.fs.access("/etc/dnsmasq.ssr/ad.conf") then - ad_count=tonumber(sys.exec("cat /etc/dnsmasq.ssr/ad.conf | wc -l")) - end -end - -if nixio.fs.access("/etc/china_ssr.txt") then - ip_count = sys.exec("cat /etc/china_ssr.txt | wc -l") -end - -function processlist() - local data = {} - local netf = {} - local k - local ps = luci.util.execi("/bin/busybox top -bn1 | egrep -v dnsmasq") - local nets = luci.util.execi("netstat -netupl | egrep -v dnsmasq | awk '{print $1,$4,_,$6,$7}'") - - if not ps or not nets then - return - end - - for line in nets do --- tcp 0 0 127.0.0.1:1234 0.0.0.0:* LISTEN 5103/v2ray --- udp 0 0 127.0.0.1:1234 0.0.0.0:* 5147/v2ray --- local proto, ip, port, nid = line:match("([^%s]+) +.* +([^ ]*):(%d+) +.* +(%d+)\/.*") - local proto, ip, port, nid = line:match("([^%s]+) (.*):(%d+)[^%d]+(%d+)\/.*") - local idx = tonumber(nid) - if idx and ip then - local newstr = "://" .. ip .. ":" .. port - local isnew = (netf[idx] and netf[idx]['listen']) and netf[idx]['listen']:match(proto .. newstr) or false - netf[idx] = { - ['listen'] = ((netf[idx] and netf[idx]['listen']) and (not isnew) and (netf[idx]['listen'] .. "\n" .. proto) or proto) .. newstr, - } - end - end --- 5103 1 root S 661m 543% 0% /usr/bin/v2ray/v2ray -config /var/etc/shadowsocksr.json - for line in ps do - local pid, ppid, user, stat, vsz, mem, cpu, cmd = line:match( - "^ *(%d+) +(%d+) +(%S.-%S) +([RSDZTW][W ][ " .. status[idx]['COMMAND'] .. " -c " .. status[idx]['CONFIG'] .. font_off - sname = translate(status[idx]['COMMAND']) - break - end - end - end - local section = form:field(DummyValue,name,translate(name) .. ": " .. sname) - section.rawhtml = true - section.value = stat - return section -end - -procs=processlist() - - - -local icount=sys.exec("ps -w | grep ssr-reudp |grep -v grep| wc -l") -if tonumber(icount)>0 then -reudp_run=1 -else -icount=sys.exec("ps -w | grep ssr-retcp |grep \"\\-u\"|grep -v grep| wc -l") -if tonumber(icount)>0 then -reudp_run=1 -end -end - - -if luci.sys.call("ps -w | grep ssr-retcp | grep -v grep >/dev/null") == 0 then -redir_run=1 -end - -if luci.sys.call("pidof ssr-local >/dev/null") == 0 then -sock5_run=1 -end - -if luci.sys.call("pidof ss-local >/dev/null") == 0 then -ssock5_run=1 -end - -if luci.sys.call("ps -w | grep v2-ssr-local | grep -v grep >/dev/null") == 0 then -v2sock5_run=1 -end - -if luci.sys.call("pidof privoxy >/dev/null") == 0 then -privoxy_run=1 -end - -if luci.sys.call("pidof kcptun-client >/dev/null") == 0 then -kcptun_run=1 -end - -if luci.sys.call("pidof ssr-server >/dev/null") == 0 then -server_run=1 -end - -if luci.sys.call("busybox ps -w | grep ssr-tunnel |grep -v grep >/dev/null") == 0 then -tunnel_run=1 -end - -if luci.sys.call("pidof ss-server >/dev/null") == 0 then -sserver_run=1 -end - -if luci.sys.call("ps -w | grep v2ray-server | grep -v grep >/dev/null") == 0 then -v2server_run=1 -end - -if luci.sys.call("ps -w | grep ssr-tunnel |grep -v grep >/dev/null") == 0 then -tunnel_run=1 -end - -if luci.sys.call("pidof udp2raw >/dev/null") == 0 then -udp2raw_run=1 -end - -if luci.sys.call("pidof udpspeeder >/dev/null") == 0 then -udpspeeder_run=1 -end - -if luci.sys.call("pidof chinadns >/dev/null") == 0 then -chinadns_run=1 -end - -if luci.sys.call("pidof pdnsd >/dev/null") == 0 then -pdnsd_run=1 -end - -if luci.sys.call("pidof dnsparsing >/dev/null") == 0 then -dnsforwarder_run=1 -end - -if luci.sys.call("pidof dnscrypt-proxy >/dev/null") == 0 then -dnscrypt_proxy_run=1 -end - - -if luci.sys.call("pidof haproxy >/dev/null") == 0 then -haproxy_run=1 -end - -m = SimpleForm("Version") -m.reset = false -m.submit = false - -t = m:section(Table, procs, translate("Running Details: ") .. "(/var/etc)") -t:option(DummyValue, "PID", translate("PID")) -t:option(DummyValue, "COMMAND", translate("CMD")) -t:option(DummyValue, "LISTEN", translate("LISTEN")) -t:option(DummyValue, "%CPU", translate("CPU")) -t:option(DummyValue, "%MEM", translate("MEM")) - -s=m:field(DummyValue,"redir_run",translate("Global Client")) -s.rawhtml = true -if redir_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"reudp_run",translate("Game Mode UDP Relay")) -s.rawhtml = true -if reudp_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"haproxy_run",translate("Load Balancing")) -s.rawhtml = true -if haproxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -if nixio.fs.access("/usr/bin/chinadns") then -s=m:field(DummyValue,"chinadns_run",translate("ChinaDNS")) -s.rawhtml = true -if chinadns_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -s=m:field(DummyValue,"pdnsd_run",translate("PDNSD")) -s.rawhtml = true -if pdnsd_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"dnsforwarder_run",translate("dnsforwarder")) -s.rawhtml = true -if dnsforwarder_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"dnscrypt_proxy_run",translate("dnscrypt_proxy")) -s.rawhtml = true -if dnscrypt_proxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -if nixio.fs.access("/usr/bin/ss-local") then -s=m:field(DummyValue,"ssock5_run",translate("SSOCKS5 Proxy")) -s.rawhtml = true -if ssock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ssr-local") then -s=m:field(DummyValue,"sock5_run",translate("SSR SOCKS5 Proxy")) -s.rawhtml = true -if sock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -s=m:field(DummyValue,"ssock5_run",translate("V2SOCKS5 Proxy")) -s.rawhtml = true -if v2sock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/sbin/privoxy") then -s=m:field(DummyValue,"privoxy_run",translate("HTTP Proxy")) -s.rawhtml = true -if privoxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ssr-server") then -s=m:field(DummyValue,"server_run",translate("Global SSR Server")) -s.rawhtml = true -if server_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ss-server") then -s=m:field(DummyValue,"sserver_run",translate("Global SS Server")) -s.rawhtml = true -if sserver_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/v2ray") then -s=m:field(DummyValue,"v2server_run",translate("Global V2RAY Server")) -s.rawhtml = true -if v2server_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/kcptun-client") then -s=m:field(DummyValue,"kcp_version",translate("KcpTun Version")) -s.rawhtml = true -s.value =kcptun_version - -s=m:field(DummyValue,"kcptun_run",translate("KcpTun")) -s.rawhtml = true -if kcptun_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -s=m:field(DummyValue,"version",translate("IPK Version")) -s.rawhtml = true -s.value =IPK_Version - -s=m:field(DummyValue,"udp2raw_version",translate("udp2raw Version")) -s.rawhtml = true -s.value =udp2raw_version -s=m:field(DummyValue,"udp2raw_run",translate("udp2raw")) -s.rawhtml = true -if udp2raw_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - - -s=m:field(DummyValue,"udpspeeder_version",translate("UDPspeeder Version")) -s.rawhtml = true -s.value =udpspeeder_version -s=m:field(DummyValue,"udpspeeder_run",translate("UDPspeeder")) -s.rawhtml = true -if udpspeeder_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -s=m:field(DummyValue,"feedback",translate("Feedback")) -s.template = "shadowsocksr/feedback" -s.value =translate("No feedback") - - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua deleted file mode 100644 index e790723629..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/subscription.lua +++ /dev/null @@ -1,83 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local shadowsocksr= "shadowsocksr" -local uci = luci.model.uci.cursor() -local server_table = {} -local gfwmode=0 -local gfw_count=0 -local ip_count=0 - -if nixio.fs.access("/etc/dnsmasq.ssr/gfw_list.conf") then -gfwmode=1 -end - -local uci = luci.model.uci.cursor() -local server_count = 0 -uci:foreach("shadowsocksr", "servers", function(s) - server_count = server_count + 1 -end) - -local fs = require "nixio.fs" -local sys = require "luci.sys" - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.ssr/gfw_list.conf | wc -l"))/2 - -end - - -m = Map(shadowsocksr) -m:section(SimpleSection).template = "shadowsocksr/status3" --- [[ 节点订阅 ]]-- - -s = m:section(TypedSection, "server_subscribe", translate("Subscription")) -s.anonymous = true - -o = s:option(Flag, "auto_update", translate("Auto Update")) -o.rmempty = false -o.description = translate("Auto Update Server subscription, GFW list and CHN route") - - -o = s:option(ListValue, "auto_update_time", translate("Update time (every day)")) -for t = 0,23 do - o:value(t, t..":00") -end -o.default=2 -o.rmempty = false - -o = s:option(DynamicList, "subscribe_url", translate("Subscribe URL")) -o.rmempty = true - -o = s:option(Flag, "proxy", translate("Through proxy update")) -o.rmempty = false -o.description = translate("Through proxy update list, Not Recommended ") - - -o = s:option(DummyValue, "", "") -o.rawhtml = true -o.template = "shadowsocksr/update_subscribe" - - - -o = s:option(Button,"delete",translate("Delete All Subscribe Severs")) -o.inputstyle = "reset" -o.description = string.format(translate("Server Count") .. ": %d", server_count) -o.write = function() -uci:delete_all("shadowsocksr", "servers", function(s) - if s["hashkey"] then - return true - else - return false - end -end) -uci:save("shadowsocksr") - luci.sys.call("uci commit shadowsocksr && /etc/init.d/shadowsocksr stop") - - luci.http.redirect(luci.dispatcher.build_url("admin", "vpn", "shadowsocksr", "servers")) - return -end - - - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/udp2raw.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/udp2raw.lua deleted file mode 100644 index ec1194207a..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/model/cbi/shadowsocksr/udp2raw.lua +++ /dev/null @@ -1,197 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Copyright (C) 2018 lean github.com/coolsnowwolf --- Licensed to the public under the GNU General Public License v3. - -local m, s, sec, o, kcp_enable -local shadowsocksr = "shadowsocksr" - - -m = Map(shadowsocksr) - -local server_table = {} -local encrypt_methods = { - "none", - "table", - "rc4", - "rc4-md5-6", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", - "auth_chain_b", - "auth_chain_c", - "auth_chain_d", - "auth_chain_e", - "auth_chain_f", -} - -obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", -} - -local raw_mode = { - "faketcp", - "udp", - "icmp", -} - -local seq_mode = { - "0", - "1", - "2", - "3", - "4", -} - -local cipher_mode = { - "none", - "xor", - "aes128cbc", -} - -local auth_mode = { - "none", - "simple", - "md5", - "crc32", -} - -local speeder_mode = { - "0", - "1", -} - - - - --- [[ udp2raw ]]-- -if nixio.fs.access("/usr/bin/udp2raw") then - -s = m:section(TypedSection, "udp2raw", translate(" UDP2raw ")) -s.anonymous = true - -o = s:option(Flag, "udp2raw_enable", translate("Enable udp2raw")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "key", translate("Password")) -o.password = true -o.rmempty = false - -o = s:option(ListValue, "raw_mode", translate("Raw Mode")) -for _, v in ipairs(raw_mode) do o:value(v) end -o.default = "faketcp" -o.rmempty = false - -o = s:option(ListValue, "seq_mode", translate("Seq Mode")) -for _, v in ipairs(seq_mode) do o:value(v) end -o.default = "3" -o.rmempty = false - -o = s:option(ListValue, "cipher_mode", translate("Cipher Mode")) -for _, v in ipairs(cipher_mode) do o:value(v) end -o.default = "xor" -o.rmempty = false - -o = s:option(ListValue, "auth_mode", translate("Auth Mode")) -for _, v in ipairs(auth_mode) do o:value(v) end -o.default = "simple" -o.rmempty = false - -end - --- [[ udpspeeder ]]-- -if nixio.fs.access("/usr/bin/udpspeeder") then - -s = m:section(TypedSection, "udpspeeder", translate("UDPspeeder")) -s.anonymous = true - -o = s:option(Flag, "udpspeeder_enable", translate("Enable UDPspeeder")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "key", translate("Password")) -o.password = true -o.rmempty = false - -o = s:option(ListValue, "speeder_mode", translate("Speeder Mode")) -for _, v in ipairs(speeder_mode) do o:value(v) end -o.default = "0" -o.rmempty = false - -o = s:option(Value, "fec", translate("Fec")) -o.default = "20:10" -o.rmempty = false - -o = s:option(Value, "mtu", translate("Mtu")) -o.datatype = "uinteger" -o.default = 1250 -o.rmempty = false - -o = s:option(Value, "queue_len", translate("Queue Len")) -o.datatype = "uinteger" -o.default = 200 -o.rmempty = false - -o = s:option(Value, "timeout", translate("Fec Timeout")) -o.datatype = "uinteger" -o.default = 8 -o.rmempty = false - -end - - - -return m diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/add.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/add.htm deleted file mode 100644 index f84acdd64f..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/add.htm +++ /dev/null @@ -1,409 +0,0 @@ - - - - -
- <%:Node list%> (<%:total%>   <%- print(self.des)-%><%:Nodes%>) -
- <%- local count = 0 -%> -
- - <%- local isempty = true - for i, k in ipairs(self:cfgsections()) do - section = k - isempty = false - scope = { valueheader = "cbi/cell_valueheader", valuefooter = "cbi/cell_valuefooter" } - -%> - -
-
- -
- -
-
-
-
- <%- if self.extedit or self.addremove then -%> - - <%- end -%> -
-
- <%- end -%> - - <%- if isempty then -%> -
-

<%:This section contains no values yet%>
-
- <%- end -%> -
- - <% if self.error then %> -
-
    <% for _, c in pairs(self.error) do for _, e in ipairs(c) do -%> -
  • <%=pcdata(e):gsub("\n","
    ")%>
  • - <%- end end %>
-
- <% end %> - - <%- if self.addremove then -%> - <% if self.template_addremove then include(self.template_addremove) else -%> -
- <% if self.anonymous then %> - - <% else %> - <% if self.invalid_cts then -%>
<% end %> - - - <% if self.invalid_cts then -%> -
<%:Invalid%>
- <%- end %> - <% end %> -
- <%- end %> - <%- end -%> -
-
- - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/other_upload2.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/other_upload2.htm deleted file mode 100644 index 322616d71a..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/cbi/other_upload2.htm +++ /dev/null @@ -1,6 +0,0 @@ -<%+cbi/valueheader%> - - - - -<%+cbi/valuefooter%> diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/check.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/check.htm deleted file mode 100644 index 629e43ef53..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/check.htm +++ /dev/null @@ -1,38 +0,0 @@ -<%+cbi/valueheader%> - - - - - -<%=self.value%> - -<%+cbi/valuefooter%> diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/checkport.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/checkport.htm deleted file mode 100644 index dcaf22e0b1..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/checkport.htm +++ /dev/null @@ -1,36 +0,0 @@ -<%+cbi/valueheader%> - - - -<%=self.value%> - - - -<%+cbi/valuefooter%> diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/feedback.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/feedback.htm deleted file mode 100644 index db165daadc..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/feedback.htm +++ /dev/null @@ -1,22 +0,0 @@ - - - -
- -
- -
-
- -
- -
- -
-
- - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/logsview.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/logsview.htm deleted file mode 100644 index 6a00a16494..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/logsview.htm +++ /dev/null @@ -1,109 +0,0 @@ - -<%- - local values = self:formvalue(section) - if not values then - values = self:cfgvalue(section) or {self.default} - end - - local function serialize_json(x, cb) - local rv, push = nil, cb - if not push then - rv = { } - push = function(tok) rv[#rv+1] = tok end - end - - if x == nil then - push("null") - elseif type(x) == "table" then - push("[") - for k = 1, #x do - if k > 1 then - push(",") - end - serialize_json(x[k], push) - end - push("]") - else - push('"%s"' % tostring(x):gsub('["%z\1-\31\\]', - function(c) return '\\u%04x' % c:byte(1) end)) - end - - if not cb then - return table.concat(rv, "") - end - end --%> -<%+cbi/valueheader%> - - - - -<% --- one button on top, one at the buttom -%> -

- /> - -

- -<% --- set a readable style taken from openwrt theme for textarea#syslog --- in openwrt theme there are problems with a width of 100 so we check for theme and set to lower value -%> - -

- -<% --- one button on top, one at the buttom -%> - /> -

-<%+cbi/valuefooter%> - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/myip.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/myip.htm deleted file mode 100644 index b3f8c58d85..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/myip.htm +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- -
-
-

IP 地址查询

-

- IP   登录设备: -

-

- IPIP      国内: -

-

- IP.PC    国内: -

-

- IP.SB    海外: -

-

- IPIFY    海外: -

-
-
-

网站访问检查

-

- 百度搜索: -

-

- 网易云音乐: -

-

- GitHub: -

-

- Facebook: -

-

- YouTube: -

-
-
- -
-
- - - - - - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ping.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ping.htm deleted file mode 100644 index 370d4f6e79..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ping.htm +++ /dev/null @@ -1,28 +0,0 @@ -<%+cbi/valueheader%> --- ms -<%+cbi/valuefooter%> - - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/refresh.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/refresh.htm deleted file mode 100644 index 7e260023d6..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/refresh.htm +++ /dev/null @@ -1,44 +0,0 @@ -<%+cbi/valueheader%> - - - - - -<%=self.value%> - -<%+cbi/valuefooter%> diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/server_list.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/server_list.htm deleted file mode 100644 index a5a4d9cb09..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/server_list.htm +++ /dev/null @@ -1,24 +0,0 @@ -<%# - Copyright 2018-2019 Lienol - Licensed to the public under the Apache License 2.0. --%> - -<% -local dsp = require "luci.dispatcher" --%> - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ssrurl.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ssrurl.htm deleted file mode 100644 index 104a3edd50..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/ssrurl.htm +++ /dev/null @@ -1,257 +0,0 @@ -<%+cbi/valueheader%> - - - - - - - -<%+cbi/valuefooter%> - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status.htm deleted file mode 100644 index 7912fc852e..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status.htm +++ /dev/null @@ -1,210 +0,0 @@ - - -
-
-
-
-
- -
-
-
-

<%:Client%>
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

<%:foreign websites%>
<%:Problem detected%>

-
-
-
-
-
-
-
- -
-
-
-

<%:domestic website%>
<%:Problem detected%>

-
-
-
-
-
-
-
- -
-
-
-

<%:Game Mode%>
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

𝙎𝙊𝘾𝙆𝙎⑤
<%:Not Running%>

-
-
-
- -
- - - - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status2.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status2.htm deleted file mode 100644 index 3a900e0d2c..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status2.htm +++ /dev/null @@ -1,202 +0,0 @@ - -
- - <%:Running Status%> - - - - -
-
-
-
-
- -
-
-
-

<%:Client%>
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

<%:foreign websites%>
<%:Problem detected%>

-
-
-
-
-
-
-
- -
-
-
-

<%:domestic website%>
<%:Problem detected%>

-
-
-
-
-
-
-
- -
-
-
-

<%:SS Servers%>
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

<%:SSR Servers%>
<%:Not Running%>

-
-
-
-
-
-
-
- -
-
-
-

<%:V2 Servers%>
<%:Not Running%>

-
-
-
-
- - -
diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status3.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status3.htm deleted file mode 100644 index e6ee8a3aac..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/status3.htm +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - -
-
-
-
-

<%:Client%>
<%:Not Running%>

-
-
-
- -
-
-
-
-
-
-
- -

<%:domestic website%>
<%:Problem detected%>

-
-
-
- -
-
-
-
-
-
-
-

<%:foreign websites%>
<%:Problem detected%>

-
-
-
- -
-
-
-
- -
-
-
-

<%:Game Mode%>
<%:Not Running%>

-
-
-
- -
-
-
-
-
-
-
-

𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Not Running%>

-
-
-
- -
-
-
-
- -
-
-
-

𝙎𝙊𝘾𝙆𝙎5
<%:Not Running%>

-
-
-
- -
-
-
-
-
- - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/update_subscribe.htm b/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/update_subscribe.htm deleted file mode 100644 index 5844465e21..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/luasrc/view/shadowsocksr/update_subscribe.htm +++ /dev/null @@ -1,123 +0,0 @@ -<%+cbi/valueheader%> - - -
- "> -
- - - -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/po/zh_Hans/ssr-plus.po b/package/ctcgfw/luci-app-ssr-plus-Jo/po/zh_Hans/ssr-plus.po deleted file mode 100644 index c25116a877..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/po/zh_Hans/ssr-plus.po +++ /dev/null @@ -1,868 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8\n" - - -msgid "Enable" -msgstr "启用" - -msgid "Disable" -msgstr "停用" - -msgid "Enable Servers" -msgstr "开启服务" - -msgid "Enable Authentication" -msgstr "启用 用户名/密码 认证" - -msgid "Open v2ray split-flow" -msgstr "开启V2ray分流" - -msgid "When open v2ray split-flow,your main server must be a v2ray server" -msgstr "当使用v2ray分流功能时 主服务器必须为V2ray" - -msgid "Youtube Proxy" -msgstr "Youtube 代理" - -msgid "TaiWan Video Proxy" -msgstr "台湾视频服务代理" - -msgid "Netflix Proxy" -msgstr "Netflix 代理" - -msgid "Diseny+ Proxy" -msgstr "Diseny+ 代理" - -msgid "Prime Video Proxy" -msgstr "Prime Video 代理" - -msgid "adblock settings" -msgstr "广告屏蔽设置" - -msgid "Enable adblock" -msgstr "开启广告屏蔽" - -msgid "adblock_url" -msgstr "广告屏蔽订阅" - -msgid "Socks user" -msgstr "用户名" - -msgid "Socks pass" -msgstr "密码" - -msgid "Ping All Servers" -msgstr "PING 所有节点" - -msgid "Ping Latency" -msgstr "Ping 延迟" - - - -msgid "SSR SOCKS5 Proxy" -msgstr "SSR SOCKS5代理" - -msgid "Subscription" -msgstr "订阅管理" - - - -msgid "Subscribing,Please do not refresh!" -msgstr "订阅,请不要刷新!" - -msgid "Check Try Count" -msgstr "切换检查重试次数" - -msgid "Log" -msgstr "日志" - -msgid "Bypass Domain List" -msgstr "不走代理的域名" - -msgid "Black Domain List" -msgstr "强制走代理的域名" - -msgid "Node List" -msgstr "节点列表" - -msgid "END SUBSCRIBE" -msgstr "结束订阅" - -msgid "Update Setting" -msgstr "更新设置" - - -msgid "AlterId" -msgstr "额外ID" - -msgid "Save And Start Subscribe" -msgstr "保存并开始订阅" - - -msgid "VmessId (UUID)" -msgstr "用户ID(UUID)" - -msgid "Transport" -msgstr "传输方式" - -msgid "Configuration Url" -msgstr "配置链接" - -msgid "Import Configuration" -msgstr "导入配置信息" - -msgid "Apply" -msgstr "应用" - -msgid "total" -msgstr "总计" - -msgid "Node list" -msgstr "节点列表" - - -msgid "Nodes" -msgstr "个节点" - -msgid "Client" -msgstr "客户端" - -msgid "Visit foreign websites" -msgstr "国外网站" - -msgid "Visit domestic website" -msgstr "国内网站" - -msgid "Problem detected" -msgstr "无法访问" - -msgid "Working..." -msgstr "连接正常" - - -msgid "Game Mode" -msgstr "游戏模式" - - -msgid "V2ray SOCKS5 Proxy" -msgstr "V2ray SOCKS5代理" - -msgid "Edit ShadowSocksR Server" -msgstr "编辑服务器配置" - -msgid "ShadowSocksR is running" -msgstr "ShadowSocksR 客户端运行中" - -msgid "ShadowSocksR is not running" -msgstr "ShadowSocksR 客户端未运行" - -msgid "Global Setting" -msgstr "全局设置" - -msgid "Global Server" -msgstr "全局服务器" - -msgid "ShadowSocksR SOCK5 Proxy is running" -msgstr "ShadowSocksR SOCK5代理运行中" - -msgid "UDP Relay Server" -msgstr "UDP中继服务器" - -msgid "Same as Global Server" -msgstr "与全局服务器相同" - -msgid "Servers Setting" -msgstr "服务器配置" - -msgid "Alias(optional)" -msgstr "别名(可选)" - -msgid "Onetime Authentication" -msgstr "一次验证" - -msgid "Server Address" -msgstr "服务器地址" - -msgid "Server Port" -msgstr "服务器端口" - -msgid "Local Port" -msgstr "本地端口" - -msgid "Connection Timeout" -msgstr "连接超时" - -msgid "Password" -msgstr "密码" - -msgid "Encrypt Method" -msgstr "加密方式" - -msgid "Protocol" -msgstr "传输协议" - -msgid "Protocol param(optional)" -msgstr "传输协议参数(可选)" - -msgid "Obfs" -msgstr "混淆插件" - -msgid "Obfs param(optional)" -msgstr "混淆参数(可选)" - -msgid "Enable Tunnel(DNS)" -msgstr "启用隧道(DNS)转发" - -msgid "Tunnel Port" -msgstr "隧道(DNS)本地端口" - -msgid "Forwarding Tunnel" -msgstr "隧道(DNS)转发地址" - -msgid "Access Control" -msgstr "访问控制" - -msgid "Interfaces - WAN" -msgstr "接口 - WAN" - -msgid "Bypassed IP List" -msgstr "被忽略IP列表" - -msgid "NULL - As Global Proxy" -msgstr "留空 - 作为全局代理" - -msgid "Bypassed IP" -msgstr "额外被忽略IP" - -msgid "Forwarded IP" -msgstr "强制走代理IP" - -msgid "Interfaces - LAN" -msgstr "接口 - LAN" - -msgid "LAN Access Control" -msgstr "内网客户端分流代理控制" - -msgid "Allow listed only" -msgstr "仅允许列表内主机" - -msgid "Allow all except listed" -msgstr "除列表外主机皆允许" - -msgid "LAN Host List" -msgstr "内网主机列表" - -msgid "SSR Client" -msgstr "客户端" - - -msgid "ShadowSocksR Server" -msgstr "ShadowSocksR 服务端" - -msgid "ShadowSocksR Server is running" -msgstr "ShadowSocksR 服务端运行中" - -msgid "ShadowSocksR Server is not running" -msgstr "ShadowSocksR 服务端未运行" - -msgid "Enable Server" -msgstr "启动服务端" - -msgid "Server Setting" -msgstr "服务端配置" - -msgid "KcpTun Enable" -msgstr "KcpTun 启用" - -msgid "bin:/usr/bin/kcptun-client" -msgstr "二进制文件:/usr/bin/kcptun-client" - -msgid "KcpTun Port" -msgstr "KcpTun 端口" - -msgid "KcpTun Param" -msgstr "KcpTun 参数" - -msgid "KcpTun Password" -msgstr "KcpTun 密码" - -msgid "Haven't a Kcptun executable file" -msgstr "不存在Kcptun可执行文件,请下载Kcptun可执行文件并改名放入/usr/bin/kcptun-client" - -msgid "Not a Kcptun executable file" -msgstr "Kcptun可执行文件格式不正确,请确认是否正确下载了路由器对应的可执行文件" - -msgid "Enable Process Monitor" -msgstr "启用进程监控" - -msgid "Edit ShadowSocksR Server" -msgstr "编辑服务器配置" - -msgid "Alias" -msgstr "别名" - -msgid "SOCKS5 Proxy" -msgstr "SOCKS5代理" - -msgid "Server" -msgstr "服务器" - -msgid "TCP Fast Open" -msgstr "TCP快速打开" - -msgid "Status" -msgstr "状态" - -msgid "Unknown" -msgstr "未知" - -msgid "Running Status" -msgstr "运行状态" - -msgid "ShadowSocksR Plus+" -msgstr "ShadowSocksR Plus+ 魔改版" - -msgid "Global Client" -msgstr "TCP透明代理" - -msgid "Global SSR Server" -msgstr "SSR服务端" - -msgid "DNS Tunnel" -msgstr "DNS 隧道" - -msgid "IPK Version" -msgstr "IPK 版本号" - -msgid "KcpTun Version" -msgstr "KcpTun 版本号" - -msgid "Not exist" -msgstr "未安装可执行文件" - -msgid "IPK Installation Time" -msgstr "IPK 安装时间" - -msgid "Project" -msgstr "项目地址" - -msgid "Not Running" -msgstr "未运行" - -msgid "Running" -msgstr "运行中" - -msgid "Enable GFW mode" -msgstr "启用 GFW 模式" - -msgid "Running Mode" -msgstr "运行模式" - -msgid "IP Route Mode" -msgstr "绕过中国大陆IP模式" - -msgid "GFW List Mode" -msgstr "GFW列表模式" - -msgid "Global Mode" -msgstr "全局模式" - -msgid "Oversea Mode" -msgstr "海外用户回国模式" - -msgid "Router Proxy" -msgstr "路由器访问控制" - -msgid "Normal Proxy" -msgstr "正常代理" - -msgid "Bypassed Proxy" -msgstr "不走代理" - -msgid "Forwarded Proxy" -msgstr "强制走代理" - -msgid "UDP Relay" -msgstr "UDP中继" - -msgid "Google Connectivity" -msgstr "【谷歌】连通性检查" - -msgid "Baidu Connectivity" -msgstr "【百度】连通性检查" - -msgid "No Check" -msgstr "未检查" - -msgid "Check" -msgstr "检查" - -msgid "Connect OK" -msgstr "连接正常" - -msgid "Connect Error" -msgstr "连接错误" - -msgid "Check..." -msgstr "正在检查.." - -msgid "Proxy Check" -msgstr "代理检查" - - -msgid "GFW List Data" -msgstr "【GFW列表】数据库" - -msgid "China IP Data" -msgstr "【国内IP段】数据库" - -msgid "Records" -msgstr "条记录" - -msgid "Refresh Data" -msgstr "更新数据库" - -msgid "Refresh..." -msgstr "正在更新,请稍候.." - -msgid "Refresh OK!" -msgstr "更新成功!" - -msgid "Refresh Error!" -msgstr "更新失败!" - -msgid "No new data!" -msgstr "你已经是最新数据,无需更新!" - -msgid "Total Records:" -msgstr "新的总纪录数:" - -msgid "Check Server Port" -msgstr "【服务器端口】检查" - -msgid "Check Connect" -msgstr "检查连通性" - -msgid "Basic Settings" -msgstr "服务器设置" - -msgid "Check Server" -msgstr "检查服务器" - -msgid "Auto Switch" -msgstr "自动切换" - -msgid "Enable Auto Switch" -msgstr "启用自动切换" - -msgid "Switch check cycly(second)" -msgstr "自动切换检查周期(秒)" - -msgid "Check timout(second)" -msgstr "切换检查超时时间(秒)" - -msgid "Enable Process Deamon" -msgstr "启用进程自动守护" - -msgid "Advertising Data" -msgstr "【广告屏蔽】数据库" - -msgid "DNS Server IP and Port" -msgstr "DNS服务器地址和端口" - -msgid "Resolve Dns Mode" -msgstr "DNS解析方式" - -msgid "Use SSR DNS Tunnel" -msgstr "使用SSR-DNS隧道" - -msgid "Use Pdnsd" -msgstr "使用Pdnsd" - -msgid "Use Other DNS Tunnel(Need to install)" -msgstr "使用其他DNS转发(需要自己安装)" - -msgid "Import SSR" -msgstr "导入ssr配置信息" - -msgid "Export SSR" -msgstr "导出ssr配置信息" - -msgid "Import SSR successfully." -msgstr "成功导入SSR。" - -msgid "Invalid SSR format." -msgstr "无效的SSR格式。" - -msgid "User cancelled." -msgstr "用户已取消。" - -msgid "Paste ssr url here" -msgstr "在此处粘贴ssr://网址" - -msgid "Unable to copy SSR to clipboard." -msgstr "无法复制SSR网址到剪贴板。" - -msgid "Copy SSR to clipboard successfully." -msgstr "成功复制SSR网址到剪贴板。" - -msgid "Servers Manage" -msgstr "服务器管理" - -msgid "Auto Update" -msgstr "自动更新" - -msgid "Through proxy update" -msgstr "通过代理更新" - -msgid "GFW List" -msgstr "GFW列表" - -msgid "ShadowSocksR Plus+ Settings" -msgstr "ShadowSocksR Plus+ 设置(支持SS/SSR/V2RAY/Trojan)" - -msgid "Main Server" -msgstr "主服务器" - -msgid "Anti-pollution DNS Server" -msgstr "访问国外域名DNS服务器" - -msgid "Use Pdnsd tcp query and cache" -msgstr "使用PDNSD TCP查询并缓存" - -msgid "DNS Server IP:Port" -msgstr "DNS服务器 IP:Port" - -msgid "Update time (every day)" -msgstr "更新时间 (每天)" - -msgid "Auto Update Server subscription, GFW list and CHN route" -msgstr "自动更新服务器订阅、GFW列表和 CHN路由表" - -msgid "Subscribe URL" -msgstr "SS/SSR/V2RAY订阅URL地址" - -msgid "Update" -msgstr "更新" - -msgid "Server Count" -msgstr "服务器节点数量" - -msgid "IP black-and-white list" -msgstr "IP黑白名单" - -msgid "WAN IP AC" -msgstr "WAN IP访问控制" - -msgid "WAN White List IP" -msgstr "不走代理的WAN IP" - -msgid "WAN Force Proxy IP" -msgstr "强制走代理的WAN IP" - -msgid "LAN Bypassed Host List" -msgstr "不走代理的局域网LAN IP" - -msgid "LAN Force Proxy Host List" -msgstr "全局代理的LAN IP" - -msgid "Router Self AC" -msgstr "路由器自身代理设置" - -msgid "Router Self Proxy" -msgstr "路由器自身代理方式" - -msgid "Normal Proxy" -msgstr "跟随全局设置" - -msgid "Bypassed Proxy" -msgstr "不走代理" - -msgid "Forwarded Proxy" -msgstr "全局代理" - -msgid "GFW Custom List" -msgstr "GFW 用户自定义列表" - -msgid "Please refer to the following writing" -msgstr "每行一个域名,无需写前面的 HTTP(S):// ,提交后即时生效" - -msgid "Servers subscription and manage" -msgstr "节点订阅" - -msgid "Through proxy update list, Not Recommended" -msgstr "通过路由器自身代理更新订阅(不推荐)" - -msgid "LAN IP AC" -msgstr "LAN IP访问控制" - -msgid "Game Mode UDP Server" -msgstr "游戏模式UDP中继服务器" - -msgid "Game Mode UDP Relay" -msgstr "游戏模式UDP中继" - -msgid "Server failsafe auto swith settings" -msgstr "服务器节点故障自动切换设置" - -msgid "Delete all severs" -msgstr "删除所有服务器" - -msgid "Severs Nodes" -msgstr "服务器节点" - -msgid "Use Local DNS Service listen port 5335" -msgstr "使用本机端口为5335的DNS服务" - -msgid "Server Node Type" -msgstr "服务器节点类型" - -msgid "Using incorrect encryption mothod may causes service fail to start" -msgstr "输入不正确的参数组合可能会导致服务无法启动" - -msgid "Game Mode Host List" -msgstr "增强游戏模式客户端LAN IP" - -msgid "Multi Threads Option" -msgstr "多线程并发转发" - -msgid "Auto Threads" -msgstr "自动(CPU线程数)" - -msgid "1 Thread" -msgstr "单线程" - -msgid "2 Threads" -msgstr "2 线程" - -msgid "4 Threads" -msgstr "4 线程" - -msgid "8 Threads" -msgstr "8 线程" - -msgid "16 Threads" -msgstr "16 线程" - -msgid "32 Threads" -msgstr "32 线程" - -msgid "64 Threads" -msgstr "64 线程" - -msgid "128 Threads" -msgstr "128 线程" - -msgid "256 Threads" -msgstr "256 线程" - -msgid "512 Threads" -msgstr "512 线程" - - -msgid "Proxy Ports" -msgstr "需要代理的端口" - -msgid "All Ports" -msgstr "所有端口(默认)" - -msgid "Only Common Ports" -msgstr "仅常用端口(不走P2P流量到代理)" - - -msgid "Use dnscrypt-proxy query and cache" -msgstr "使用dnscrypt-proxy TCP查询并缓存" - -msgid "Use dnsforwarder tcp query and cache" -msgstr "使用dnsforwarder TCP查询并缓存" - -msgid "Use Pdnsd udp query and cache" -msgstr "使用Pdnsd UDP查询并缓存" - - -msgid "Use dnsforwarder udp query and cache" -msgstr "使用dnsforwarder UDP查询并缓存" - -msgid "Use chinadns query and cache" -msgstr "使用ChinaDNS查询并缓存" - -msgid "Chiadns Resolve Dns Mode" -msgstr "ChinaDNS的上游服务器" - - -msgid "Use Local DNS Service" -msgstr "使用设定DNS解析" - -msgid "Oversea GFW List Mode" -msgstr "海外用户回国域名列表模式" - -msgid "Oversea IP Route Mode" -msgstr "海外用户回国IP路由模式" - -msgid "Use Local DNS Service" -msgstr "使用设定DNS解析" - -msgid "Using System Default DNS" -msgstr "使用系统默认DNS" - -msgid "Using acceleration center DNS" -msgstr "使用加速中心DNS" - -msgid "Appoint dns List" -msgstr "指定DNS解析列表" - -msgid "Use https_dns_proxy query and cache" -msgstr "使用https_dns_proxy TCP查询并缓存" - -msgid "Use smartdns query and cache" -msgstr "使用SmartDNS TCP查询并缓存" - -msgid "Use Pcap_DNSProxy query and cache" -msgstr "使用Pcap DNSProxy TCP查询并缓存" - -msgid "Kill BT" -msgstr "禁止 BT" - -msgid "BT Port" -msgstr "BT 端口" - -msgid "Enabling IPv6 server" -msgstr "启用ipv6服务" - -msgid "Prohibit downloading tool ports through proxy" -msgstr "禁止BT端口走代理" - - -msgid "udp2raw Version" -msgstr "udp2raw 版本" - -msgid "udp2raw tunnel Project" -msgstr "udp2raw 项目" - - -msgid "UDPspeeder Version" -msgstr "UDPspeeder 版本" - - -msgid "UDPspeeder Project" -msgstr "UDPspeeder 项目" - -msgid "Appointlist List" -msgstr "DNS列表" - -msgid "udp2raw tunnel" -msgstr "UDP隧道" - -msgid "Enable udp2raw" -msgstr "启用 udp2raw" - -msgid "Enable UDPspeeder" -msgstr "启用 UDPspeeder" - -msgid "SOCKS5 Proxy" -msgstr "SOCKS5代理" - -msgid "SSOCKS5 Proxy" -msgstr "SS SOCKS5代理" - -msgid "Global SS Server" -msgstr "SS服务端" - - -msgid "V2SOCKS5 Proxy" -msgstr "V2ray SOCKS5代理" - -msgid "Global V2RAY Server" -msgstr "V2RAY服务端" - -msgid "haProxy settings" -msgstr "HaProxy 设置" - - -msgid "Enabling the Management Console" -msgstr "启用管理控制台" - -msgid "Service Port" -msgstr "端口" - -msgid "Socket Connected" -msgstr "连接测试" - - -msgid "Enable HTTP Proxy" -msgstr "启用HTTP代理" - -msgid "HTTP Port" -msgstr "HTTP代理端口" - -msgid "plugin" -msgstr "插件" - -msgid "Plugin Opts" -msgstr "插件参数" - -msgid "Before subscribing please click below to delete all servers in the subscription" -msgstr "订阅前请点击下面的删除所有服务器在订阅" - -msgid "Chnroute Setting" -msgstr "国内IP段数据库更新设置" - -msgid "Enable custom chnroute" -msgstr "启用自定义更新地址" - -msgid "Update url" -msgstr "更新链接" - -msgid "HTTP Proxy" -msgstr "HTTP代理" - -msgid "Raw Mode" -msgstr "模式" - -msgid "Seq Mode" -msgstr "Seq模式" - -msgid "Cipher Mode" -msgstr "加密模式" - -msgid "Auth Mode" -msgstr "校验模式" - -msgid "Speeder Mode" -msgstr "Speeder模式" - -msgid "Fec" -msgstr "fec参数" - -msgid "Mtu" -msgstr "mtu参数" - -msgid "SS Servers" -msgstr "SS服务器" - - -msgid "SSR Servers" -msgstr "SSR服务器" - -msgid "SSR Server" -msgstr "服务端" - -msgid "V2 Servers" -msgstr "V2服务器" - -msgid "SS/SSR/V2RAY Server" -msgstr "SS/SSR/V2RAY 服务端" - -msgid "Delete All Subscribe Severs" -msgstr "删除所有订阅服务器节点" - -msgid "Update All Subscribe Severs" -msgstr "更新所有订阅服务器节点" - -msgid "No special needs, please click here to subscribe to update" -msgstr "没有特殊需要,请点击这里订阅更新" - -msgid "Running Details:" -msgstr "进程详情:" - -msgid "File Viewer" -msgstr "文件查看器" diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/china_ssr.txt b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/china_ssr.txt deleted file mode 100644 index b182fc7615..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/china_ssr.txt +++ /dev/null @@ -1,8296 +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/24 -1.1.9.0/24 -1.1.10.0/23 -1.1.12.0/22 -1.1.16.0/20 -1.1.32.0/19 -1.2.0.0/23 -1.2.2.0/24 -1.2.4.0/24 -1.2.5.0/24 -1.2.6.0/23 -1.2.8.0/24 -1.2.9.0/24 -1.2.10.0/23 -1.2.12.0/22 -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/24 -1.4.5.0/24 -1.4.6.0/23 -1.4.8.0/21 -1.4.16.0/20 -1.4.32.0/19 -1.4.64.0/18 -1.8.0.0/16 -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/15 -1.50.0.0/16 -1.51.0.0/16 -1.56.0.0/13 -1.68.0.0/14 -1.80.0.0/13 -1.88.0.0/14 -1.92.0.0/15 -1.94.0.0/15 -1.116.0.0/15 -1.118.0.0/16 -1.119.0.0/17 -1.119.128.0/17 -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 -14.0.0.0/21 -14.0.12.0/22 -14.1.0.0/22 -14.1.24.0/22 -14.1.96.0/22 -14.1.108.0/22 -14.16.0.0/12 -14.102.128.0/22 -14.102.156.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 -27.0.128.0/22 -27.0.132.0/22 -27.0.160.0/22 -27.0.164.0/22 -27.0.188.0/22 -27.0.204.0/22 -27.0.208.0/22 -27.0.212.0/22 -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/22 -27.112.116.0/22 -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.123.232.0/22 -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.8.0/21 -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/16 -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 -36.255.220.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.128.0.0/10 -40.72.0.0/15 -40.125.128.0/17 -40.126.64.0/18 -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.1.128.0/17 -42.4.0.0/14 -42.48.0.0/15 -42.50.0.0/16 -42.51.0.0/16 -42.52.0.0/14 -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/17 -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/16 -42.159.0.0/16 -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/15 -42.194.0.0/21 -42.194.8.0/22 -42.194.12.0/22 -42.194.16.0/20 -42.194.32.0/19 -42.194.64.0/18 -42.194.128.0/17 -42.195.0.0/16 -42.196.0.0/14 -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/17 -42.240.128.0/17 -42.242.0.0/15 -42.244.0.0/14 -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/22 -43.224.68.0/22 -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/22 -43.224.204.0/22 -43.224.208.0/22 -43.224.212.0/22 -43.224.216.0/22 -43.224.240.0/22 -43.225.76.0/22 -43.225.84.0/22 -43.225.120.0/22 -43.225.124.0/22 -43.225.140.0/22 -43.225.172.0/22 -43.225.180.0/22 -43.225.208.0/22 -43.225.216.0/22 -43.225.220.0/22 -43.225.224.0/22 -43.225.228.0/22 -43.225.232.0/22 -43.225.236.0/22 -43.225.240.0/22 -43.225.244.0/22 -43.225.252.0/22 -43.226.32.0/22 -43.226.36.0/22 -43.226.40.0/22 -43.226.44.0/22 -43.226.48.0/22 -43.226.52.0/22 -43.226.56.0/22 -43.226.60.0/22 -43.226.64.0/22 -43.226.68.0/22 -43.226.72.0/22 -43.226.76.0/22 -43.226.80.0/22 -43.226.84.0/22 -43.226.88.0/22 -43.226.92.0/22 -43.226.96.0/22 -43.226.100.0/22 -43.226.104.0/22 -43.226.108.0/22 -43.226.112.0/22 -43.226.116.0/22 -43.226.120.0/22 -43.226.128.0/22 -43.226.132.0/22 -43.226.136.0/22 -43.226.140.0/22 -43.226.144.0/22 -43.226.148.0/22 -43.226.152.0/22 -43.226.156.0/22 -43.226.160.0/22 -43.226.164.0/22 -43.226.168.0/22 -43.226.172.0/22 -43.226.176.0/22 -43.226.180.0/22 -43.226.184.0/22 -43.226.188.0/22 -43.226.192.0/22 -43.226.196.0/22 -43.226.200.0/22 -43.226.204.0/22 -43.226.208.0/22 -43.226.212.0/22 -43.226.236.0/22 -43.226.240.0/22 -43.226.244.0/22 -43.226.248.0/22 -43.226.252.0/22 -43.227.0.0/22 -43.227.4.0/22 -43.227.8.0/22 -43.227.32.0/22 -43.227.36.0/22 -43.227.40.0/22 -43.227.44.0/22 -43.227.48.0/22 -43.227.52.0/22 -43.227.56.0/22 -43.227.60.0/22 -43.227.64.0/22 -43.227.68.0/22 -43.227.72.0/22 -43.227.76.0/22 -43.227.80.0/22 -43.227.84.0/22 -43.227.88.0/22 -43.227.92.0/22 -43.227.96.0/22 -43.227.100.0/22 -43.227.104.0/22 -43.227.136.0/22 -43.227.140.0/22 -43.227.144.0/22 -43.227.152.0/22 -43.227.156.0/22 -43.227.160.0/22 -43.227.164.0/22 -43.227.168.0/22 -43.227.172.0/22 -43.227.176.0/22 -43.227.180.0/22 -43.227.188.0/22 -43.227.192.0/22 -43.227.196.0/22 -43.227.200.0/22 -43.227.204.0/22 -43.227.208.0/22 -43.227.212.0/22 -43.227.216.0/22 -43.227.220.0/22 -43.227.232.0/22 -43.227.248.0/22 -43.227.252.0/22 -43.228.0.0/22 -43.228.4.0/22 -43.228.8.0/22 -43.228.12.0/22 -43.228.16.0/22 -43.228.20.0/22 -43.228.24.0/22 -43.228.28.0/22 -43.228.32.0/22 -43.228.36.0/22 -43.228.40.0/22 -43.228.44.0/22 -43.228.48.0/22 -43.228.52.0/22 -43.228.56.0/22 -43.228.60.0/22 -43.228.64.0/22 -43.228.68.0/22 -43.228.76.0/22 -43.228.100.0/22 -43.228.116.0/22 -43.228.120.0/22 -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.16.0/22 -43.229.40.0/22 -43.229.48.0/22 -43.229.56.0/22 -43.229.96.0/22 -43.229.120.0/22 -43.229.136.0/22 -43.229.140.0/22 -43.229.144.0/22 -43.229.168.0/22 -43.229.172.0/22 -43.229.176.0/22 -43.229.180.0/22 -43.229.184.0/22 -43.229.188.0/22 -43.229.192.0/22 -43.229.196.0/22 -43.229.216.0/22 -43.229.220.0/22 -43.229.232.0/22 -43.229.236.0/22 -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.136.0/22 -43.230.168.0/22 -43.230.220.0/22 -43.230.224.0/22 -43.230.228.0/22 -43.230.232.0/22 -43.230.236.0/22 -43.230.240.0/22 -43.230.244.0/22 -43.230.248.0/22 -43.230.252.0/22 -43.231.32.0/22 -43.231.36.0/22 -43.231.40.0/22 -43.231.44.0/22 -43.231.80.0/22 -43.231.84.0/22 -43.231.88.0/22 -43.231.92.0/22 -43.231.96.0/22 -43.231.100.0/22 -43.231.104.0/22 -43.231.108.0/22 -43.231.136.0/22 -43.231.140.0/22 -43.231.144.0/22 -43.231.148.0/22 -43.231.152.0/22 -43.231.156.0/22 -43.231.160.0/22 -43.231.164.0/22 -43.231.168.0/22 -43.231.172.0/22 -43.231.176.0/22 -43.231.180.0/22 -43.236.0.0/22 -43.236.4.0/22 -43.236.8.0/22 -43.236.12.0/22 -43.236.16.0/22 -43.236.20.0/22 -43.236.24.0/22 -43.236.28.0/22 -43.236.32.0/22 -43.236.36.0/22 -43.236.40.0/22 -43.236.44.0/22 -43.236.48.0/22 -43.236.52.0/22 -43.236.56.0/22 -43.236.60.0/22 -43.236.64.0/22 -43.236.68.0/22 -43.236.72.0/22 -43.236.76.0/22 -43.236.80.0/22 -43.236.84.0/22 -43.236.88.0/22 -43.236.92.0/22 -43.236.96.0/22 -43.236.100.0/22 -43.236.104.0/22 -43.236.108.0/22 -43.236.112.0/22 -43.236.116.0/22 -43.236.120.0/22 -43.236.124.0/22 -43.236.128.0/22 -43.236.132.0/22 -43.236.136.0/22 -43.236.140.0/22 -43.236.144.0/22 -43.236.148.0/22 -43.236.152.0/22 -43.236.156.0/22 -43.236.160.0/22 -43.236.164.0/22 -43.236.168.0/22 -43.236.172.0/22 -43.236.176.0/22 -43.236.180.0/22 -43.236.184.0/22 -43.236.188.0/22 -43.236.192.0/22 -43.236.196.0/22 -43.236.200.0/22 -43.236.204.0/22 -43.236.208.0/22 -43.236.212.0/22 -43.236.216.0/22 -43.236.220.0/22 -43.236.224.0/22 -43.236.228.0/22 -43.236.232.0/22 -43.236.236.0/22 -43.236.240.0/22 -43.236.244.0/22 -43.236.248.0/22 -43.236.252.0/22 -43.237.0.0/22 -43.237.4.0/22 -43.237.8.0/22 -43.237.12.0/22 -43.237.16.0/22 -43.237.20.0/22 -43.237.24.0/22 -43.237.28.0/22 -43.237.32.0/22 -43.237.36.0/22 -43.237.40.0/22 -43.237.44.0/22 -43.237.48.0/22 -43.237.52.0/22 -43.237.56.0/22 -43.237.60.0/22 -43.237.64.0/22 -43.237.68.0/22 -43.237.72.0/22 -43.237.76.0/22 -43.237.80.0/22 -43.237.84.0/22 -43.237.88.0/22 -43.237.92.0/22 -43.237.96.0/22 -43.237.100.0/22 -43.237.104.0/22 -43.237.108.0/22 -43.237.112.0/22 -43.237.116.0/22 -43.237.120.0/22 -43.237.124.0/22 -43.237.128.0/22 -43.237.132.0/22 -43.237.136.0/22 -43.237.140.0/22 -43.237.144.0/22 -43.237.148.0/22 -43.237.152.0/22 -43.237.156.0/22 -43.237.160.0/22 -43.237.164.0/22 -43.237.168.0/22 -43.237.172.0/22 -43.237.176.0/22 -43.237.180.0/22 -43.237.184.0/22 -43.237.188.0/22 -43.237.192.0/22 -43.237.196.0/22 -43.237.200.0/22 -43.237.204.0/22 -43.237.208.0/22 -43.237.212.0/22 -43.237.216.0/22 -43.237.220.0/22 -43.237.224.0/22 -43.237.228.0/22 -43.237.232.0/22 -43.237.236.0/22 -43.237.240.0/22 -43.237.244.0/22 -43.237.248.0/22 -43.237.252.0/22 -43.238.0.0/22 -43.238.4.0/22 -43.238.8.0/22 -43.238.12.0/22 -43.238.16.0/22 -43.238.20.0/22 -43.238.24.0/22 -43.238.28.0/22 -43.238.32.0/22 -43.238.36.0/22 -43.238.40.0/22 -43.238.44.0/22 -43.238.48.0/22 -43.238.52.0/22 -43.238.56.0/22 -43.238.60.0/22 -43.238.64.0/22 -43.238.68.0/22 -43.238.72.0/22 -43.238.76.0/22 -43.238.80.0/22 -43.238.84.0/22 -43.238.88.0/22 -43.238.92.0/22 -43.238.96.0/22 -43.238.100.0/22 -43.238.104.0/22 -43.238.108.0/22 -43.238.112.0/22 -43.238.116.0/22 -43.238.120.0/22 -43.238.124.0/22 -43.238.128.0/22 -43.238.132.0/22 -43.238.136.0/22 -43.238.140.0/22 -43.238.144.0/22 -43.238.148.0/22 -43.238.152.0/22 -43.238.156.0/22 -43.238.160.0/22 -43.238.164.0/22 -43.238.168.0/22 -43.238.172.0/22 -43.238.176.0/22 -43.238.180.0/22 -43.238.184.0/22 -43.238.188.0/22 -43.238.192.0/22 -43.238.196.0/22 -43.238.200.0/22 -43.238.204.0/22 -43.238.208.0/22 -43.238.212.0/22 -43.238.216.0/22 -43.238.220.0/22 -43.238.224.0/22 -43.238.228.0/22 -43.238.232.0/22 -43.238.236.0/22 -43.238.240.0/22 -43.238.244.0/22 -43.238.248.0/22 -43.238.252.0/22 -43.239.0.0/22 -43.239.4.0/22 -43.239.8.0/21 -43.239.16.0/22 -43.239.20.0/22 -43.239.24.0/22 -43.239.28.0/22 -43.239.32.0/22 -43.239.36.0/22 -43.239.40.0/22 -43.239.44.0/22 -43.239.48.0/22 -43.239.116.0/22 -43.239.120.0/22 -43.239.172.0/22 -43.239.176.0/22 -43.240.0.0/22 -43.240.48.0/22 -43.240.56.0/22 -43.240.60.0/22 -43.240.68.0/22 -43.240.72.0/22 -43.240.76.0/22 -43.240.84.0/22 -43.240.124.0/22 -43.240.128.0/22 -43.240.132.0/22 -43.240.136.0/22 -43.240.156.0/22 -43.240.160.0/22 -43.240.164.0/22 -43.240.168.0/22 -43.240.172.0/22 -43.240.176.0/22 -43.240.180.0/22 -43.240.184.0/22 -43.240.188.0/22 -43.240.192.0/22 -43.240.196.0/22 -43.240.200.0/22 -43.240.204.0/22 -43.240.208.0/22 -43.240.212.0/22 -43.240.216.0/22 -43.240.220.0/22 -43.240.236.0/22 -43.240.240.0/22 -43.240.244.0/22 -43.240.248.0/22 -43.240.252.0/22 -43.241.0.0/22 -43.241.4.0/22 -43.241.8.0/22 -43.241.12.0/22 -43.241.16.0/22 -43.241.20.0/22 -43.241.48.0/22 -43.241.76.0/22 -43.241.80.0/22 -43.241.84.0/22 -43.241.88.0/22 -43.241.92.0/22 -43.241.112.0/22 -43.241.168.0/22 -43.241.172.0/22 -43.241.176.0/22 -43.241.180.0/22 -43.241.184.0/22 -43.241.196.0/22 -43.241.208.0/22 -43.241.212.0/22 -43.241.216.0/22 -43.241.220.0/22 -43.241.224.0/22 -43.241.228.0/22 -43.241.232.0/22 -43.241.236.0/22 -43.241.240.0/22 -43.241.248.0/22 -43.241.252.0/22 -43.242.8.0/22 -43.242.12.0/22 -43.242.16.0/22 -43.242.20.0/22 -43.242.24.0/22 -43.242.28.0/22 -43.242.44.0/22 -43.242.48.0/22 -43.242.52.0/22 -43.242.56.0/22 -43.242.60.0/22 -43.242.64.0/22 -43.242.72.0/22 -43.242.76.0/22 -43.242.80.0/22 -43.242.84.0/22 -43.242.88.0/22 -43.242.92.0/22 -43.242.96.0/22 -43.242.144.0/22 -43.242.148.0/22 -43.242.152.0/22 -43.242.156.0/22 -43.242.160.0/22 -43.242.164.0/22 -43.242.168.0/22 -43.242.180.0/22 -43.242.188.0/22 -43.242.192.0/22 -43.242.196.0/22 -43.242.204.0/22 -43.242.216.0/22 -43.242.220.0/22 -43.242.252.0/22 -43.243.4.0/22 -43.243.8.0/22 -43.243.12.0/22 -43.243.16.0/22 -43.243.24.0/22 -43.243.88.0/22 -43.243.128.0/22 -43.243.136.0/22 -43.243.144.0/22 -43.243.148.0/22 -43.243.156.0/22 -43.243.168.0/22 -43.243.180.0/22 -43.243.188.0/22 -43.243.228.0/22 -43.243.232.0/22 -43.243.244.0/22 -43.246.0.0/22 -43.246.4.0/22 -43.246.8.0/22 -43.246.12.0/22 -43.246.16.0/22 -43.246.20.0/22 -43.246.24.0/22 -43.246.28.0/22 -43.246.32.0/22 -43.246.36.0/22 -43.246.40.0/22 -43.246.44.0/22 -43.246.48.0/22 -43.246.52.0/22 -43.246.56.0/22 -43.246.60.0/22 -43.246.64.0/22 -43.246.68.0/22 -43.246.72.0/22 -43.246.76.0/22 -43.246.80.0/22 -43.246.84.0/22 -43.246.88.0/22 -43.246.92.0/22 -43.246.96.0/22 -43.246.112.0/22 -43.246.212.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/22 -43.247.92.0/22 -43.247.96.0/22 -43.247.100.0/22 -43.247.108.0/22 -43.247.112.0/22 -43.247.148.0/22 -43.247.152.0/22 -43.247.176.0/22 -43.247.180.0/22 -43.247.184.0/22 -43.247.188.0/22 -43.247.196.0/22 -43.247.200.0/22 -43.247.204.0/22 -43.247.208.0/22 -43.247.212.0/22 -43.247.216.0/22 -43.247.220.0/22 -43.247.224.0/22 -43.247.228.0/22 -43.247.232.0/22 -43.247.236.0/22 -43.247.240.0/22 -43.247.244.0/22 -43.247.248.0/22 -43.247.252.0/22 -43.248.0.0/22 -43.248.4.0/22 -43.248.20.0/22 -43.248.28.0/22 -43.248.48.0/22 -43.248.76.0/22 -43.248.80.0/22 -43.248.84.0/22 -43.248.88.0/22 -43.248.92.0/22 -43.248.96.0/22 -43.248.100.0/22 -43.248.104.0/22 -43.248.108.0/22 -43.248.112.0/22 -43.248.116.0/22 -43.248.120.0/22 -43.248.124.0/22 -43.248.128.0/22 -43.248.132.0/22 -43.248.136.0/22 -43.248.140.0/22 -43.248.144.0/22 -43.248.148.0/22 -43.248.176.0/22 -43.248.180.0/22 -43.248.184.0/22 -43.248.188.0/22 -43.248.192.0/22 -43.248.196.0/22 -43.248.200.0/22 -43.248.204.0/22 -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.8.0/22 -43.249.24.0/22 -43.249.120.0/22 -43.249.132.0/22 -43.249.136.0/22 -43.249.144.0/22 -43.249.148.0/22 -43.249.152.0/22 -43.249.156.0/22 -43.249.160.0/22 -43.249.164.0/22 -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/22 -43.250.20.0/22 -43.250.28.0/22 -43.250.32.0/22 -43.250.36.0/22 -43.250.72.0/22 -43.250.96.0/22 -43.250.100.0/22 -43.250.104.0/22 -43.250.108.0/22 -43.250.112.0/22 -43.250.116.0/22 -43.250.128.0/22 -43.250.144.0/22 -43.250.148.0/22 -43.250.160.0/22 -43.250.168.0/22 -43.250.172.0/22 -43.250.176.0/22 -43.250.200.0/22 -43.250.212.0/22 -43.250.216.0/22 -43.250.220.0/22 -43.250.236.0/22 -43.250.244.0/22 -43.251.4.0/22 -43.251.8.0/22 -43.251.12.0/22 -43.251.36.0/22 -43.251.100.0/22 -43.251.116.0/22 -43.251.192.0/22 -43.251.232.0/22 -43.251.236.0/22 -43.251.244.0/22 -43.252.40.0/22 -43.252.48.0/22 -43.252.56.0/22 -43.252.224.0/22 -43.254.0.0/22 -43.254.4.0/22 -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/22 -43.254.92.0/22 -43.254.100.0/22 -43.254.104.0/22 -43.254.112.0/22 -43.254.116.0/22 -43.254.128.0/22 -43.254.136.0/22 -43.254.140.0/22 -43.254.144.0/22 -43.254.148.0/22 -43.254.152.0/22 -43.254.156.0/22 -43.254.168.0/22 -43.254.172.0/22 -43.254.180.0/22 -43.254.184.0/22 -43.254.188.0/22 -43.254.192.0/22 -43.254.196.0/22 -43.254.200.0/22 -43.254.208.0/22 -43.254.220.0/22 -43.254.224.0/22 -43.254.228.0/22 -43.254.232.0/22 -43.254.236.0/22 -43.254.240.0/22 -43.254.248.0/22 -43.254.252.0/22 -43.255.0.0/22 -43.255.4.0/22 -43.255.8.0/22 -43.255.16.0/22 -43.255.48.0/22 -43.255.64.0/22 -43.255.68.0/22 -43.255.72.0/22 -43.255.76.0/22 -43.255.84.0/22 -43.255.96.0/22 -43.255.108.0/22 -43.255.144.0/22 -43.255.168.0/22 -43.255.176.0/22 -43.255.184.0/22 -43.255.192.0/22 -43.255.200.0/22 -43.255.204.0/22 -43.255.208.0/22 -43.255.212.0/22 -43.255.224.0/22 -43.255.228.0/22 -43.255.232.0/22 -43.255.244.0/22 -45.40.192.0/18 -45.65.16.0/22 -45.65.20.0/22 -45.65.24.0/22 -45.65.28.0/22 -45.112.132.0/22 -45.112.188.0/22 -45.112.208.0/22 -45.112.212.0/22 -45.112.216.0/22 -45.112.220.0/22 -45.112.228.0/22 -45.112.232.0/22 -45.112.236.0/22 -45.113.12.0/22 -45.113.16.0/22 -45.113.20.0/22 -45.113.24.0/22 -45.113.28.0/22 -45.113.40.0/22 -45.113.52.0/22 -45.113.56.0/22 -45.113.72.0/22 -45.113.144.0/22 -45.113.148.0/22 -45.113.168.0/22 -45.113.176.0/22 -45.113.184.0/22 -45.113.200.0/22 -45.113.204.0/22 -45.113.208.0/22 -45.113.212.0/22 -45.113.216.0/22 -45.113.220.0/22 -45.113.240.0/22 -45.113.252.0/22 -45.114.0.0/22 -45.114.12.0/22 -45.114.32.0/22 -45.114.40.0/22 -45.114.52.0/22 -45.114.96.0/22 -45.114.104.0/22 -45.114.108.0/22 -45.114.124.0/22 -45.114.136.0/22 -45.114.196.0/22 -45.114.200.0/22 -45.114.228.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.228.0/22 -45.115.236.0/22 -45.115.244.0/22 -45.115.248.0/22 -45.116.12.0/22 -45.116.16.0/22 -45.116.24.0/22 -45.116.32.0/22 -45.116.36.0/22 -45.116.52.0/22 -45.116.96.0/22 -45.116.100.0/22 -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.52.0/22 -45.119.60.0/22 -45.119.64.0/22 -45.119.68.0/22 -45.119.72.0/22 -45.119.104.0/22 -45.119.116.0/22 -45.119.232.0/22 -45.120.100.0/22 -45.120.140.0/22 -45.120.164.0/22 -45.120.220.0/22 -45.120.240.0/22 -45.121.20.0/22 -45.121.52.0/22 -45.121.64.0/22 -45.121.68.0/22 -45.121.72.0/22 -45.121.92.0/22 -45.121.96.0/22 -45.121.104.0/22 -45.121.172.0/22 -45.121.176.0/22 -45.121.212.0/22 -45.121.240.0/22 -45.121.244.0/22 -45.121.248.0/22 -45.121.252.0/22 -45.122.0.0/22 -45.122.4.0/22 -45.122.8.0/22 -45.122.12.0/22 -45.122.16.0/22 -45.122.20.0/22 -45.122.24.0/22 -45.122.28.0/22 -45.122.32.0/22 -45.122.36.0/22 -45.122.40.0/22 -45.122.60.0/22 -45.122.64.0/22 -45.122.68.0/22 -45.122.72.0/22 -45.122.76.0/22 -45.122.80.0/22 -45.122.84.0/22 -45.122.88.0/22 -45.122.92.0/22 -45.122.96.0/21 -45.122.104.0/22 -45.122.108.0/22 -45.122.112.0/22 -45.122.116.0/22 -45.122.160.0/22 -45.122.164.0/22 -45.122.168.0/22 -45.122.172.0/22 -45.122.176.0/22 -45.122.180.0/22 -45.122.184.0/22 -45.122.188.0/22 -45.122.192.0/22 -45.122.196.0/22 -45.122.200.0/22 -45.122.204.0/22 -45.122.208.0/22 -45.122.212.0/22 -45.122.216.0/22 -45.123.28.0/22 -45.123.32.0/22 -45.123.36.0/22 -45.123.44.0/22 -45.123.48.0/22 -45.123.52.0/22 -45.123.56.0/22 -45.123.60.0/22 -45.123.64.0/22 -45.123.68.0/22 -45.123.72.0/22 -45.123.76.0/22 -45.123.80.0/22 -45.123.84.0/22 -45.123.88.0/22 -45.123.120.0/22 -45.123.128.0/22 -45.123.132.0/22 -45.123.136.0/22 -45.123.148.0/22 -45.123.152.0/22 -45.123.156.0/22 -45.123.164.0/22 -45.123.168.0/22 -45.123.172.0/22 -45.123.176.0/22 -45.123.180.0/22 -45.123.184.0/22 -45.123.204.0/22 -45.123.212.0/22 -45.123.224.0/22 -45.123.228.0/22 -45.123.232.0/22 -45.123.236.0/22 -45.123.240.0/22 -45.123.244.0/22 -45.123.248.0/22 -45.123.252.0/22 -45.124.0.0/22 -45.124.20.0/22 -45.124.28.0/22 -45.124.32.0/22 -45.124.36.0/22 -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.124.252.0/22 -45.125.12.0/22 -45.125.16.0/22 -45.125.24.0/22 -45.125.28.0/22 -45.125.32.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/22 -45.125.84.0/22 -45.125.88.0/22 -45.125.92.0/22 -45.125.96.0/22 -45.125.100.0/22 -45.125.104.0/22 -45.125.136.0/22 -45.126.48.0/22 -45.126.52.0/22 -45.126.100.0/22 -45.126.108.0/22 -45.126.112.0/22 -45.126.116.0/22 -45.126.120.0/22 -45.126.212.0/22 -45.126.220.0/22 -45.127.8.0/22 -45.127.12.0/22 -45.127.96.0/22 -45.127.116.0/22 -45.127.124.0/22 -45.127.128.0/22 -45.127.144.0/22 -45.127.148.0/22 -45.127.156.0/22 -45.127.216.0/22 -45.248.8.0/22 -45.248.80.0/22 -45.248.84.0/22 -45.248.88.0/22 -45.248.96.0/22 -45.248.100.0/22 -45.248.104.0/22 -45.248.108.0/22 -45.248.128.0/22 -45.248.132.0/22 -45.248.204.0/22 -45.248.208.0/22 -45.248.212.0/22 -45.248.216.0/22 -45.248.220.0/22 -45.248.224.0/22 -45.248.228.0/22 -45.248.232.0/22 -45.248.236.0/22 -45.248.240.0/22 -45.248.244.0/22 -45.248.248.0/22 -45.248.252.0/22 -45.249.0.0/22 -45.249.4.0/22 -45.249.12.0/22 -45.249.16.0/22 -45.249.20.0/22 -45.249.24.0/22 -45.249.28.0/22 -45.249.32.0/22 -45.249.36.0/22 -45.249.92.0/22 -45.249.112.0/22 -45.249.180.0/22 -45.249.188.0/22 -45.249.192.0/22 -45.249.196.0/22 -45.249.200.0/22 -45.249.204.0/22 -45.249.208.0/22 -45.249.212.0/22 -45.250.12.0/22 -45.250.16.0/22 -45.250.28.0/22 -45.250.32.0/22 -45.250.36.0/22 -45.250.40.0/22 -45.250.76.0/22 -45.250.80.0/22 -45.250.84.0/22 -45.250.88.0/22 -45.250.92.0/22 -45.250.96.0/22 -45.250.104.0/22 -45.250.108.0/22 -45.250.112.0/22 -45.250.116.0/22 -45.250.120.0/22 -45.250.124.0/22 -45.250.128.0/22 -45.250.132.0/22 -45.250.136.0/22 -45.250.140.0/22 -45.250.144.0/22 -45.250.148.0/22 -45.250.152.0/22 -45.250.164.0/22 -45.250.180.0/22 -45.250.184.0/22 -45.250.188.0/22 -45.250.192.0/22 -45.251.0.0/22 -45.251.8.0/22 -45.251.16.0/22 -45.251.20.0/22 -45.251.52.0/22 -45.251.84.0/22 -45.251.88.0/22 -45.251.92.0/22 -45.251.96.0/22 -45.251.100.0/22 -45.251.120.0/22 -45.251.124.0/22 -45.251.136.0/22 -45.251.140.0/22 -45.251.144.0/22 -45.251.148.0/22 -45.251.152.0/22 -45.251.156.0/22 -45.251.160.0/22 -45.251.164.0/22 -45.251.168.0/22 -45.251.172.0/22 -45.251.176.0/22 -45.251.180.0/22 -45.251.184.0/22 -45.251.188.0/22 -45.251.192.0/22 -45.251.196.0/22 -45.251.200.0/22 -45.251.204.0/22 -45.251.208.0/22 -45.251.212.0/22 -45.251.216.0/22 -45.251.220.0/22 -45.251.224.0/22 -45.251.240.0/22 -45.252.0.0/22 -45.252.4.0/22 -45.252.8.0/22 -45.252.12.0/22 -45.252.16.0/22 -45.252.20.0/22 -45.252.24.0/22 -45.252.28.0/22 -45.252.32.0/22 -45.252.36.0/22 -45.252.40.0/22 -45.252.44.0/22 -45.252.48.0/22 -45.252.60.0/22 -45.252.84.0/22 -45.252.88.0/22 -45.252.92.0/22 -45.252.96.0/22 -45.252.100.0/22 -45.252.104.0/22 -45.252.108.0/22 -45.252.112.0/22 -45.252.116.0/22 -45.252.120.0/22 -45.252.124.0/22 -45.252.128.0/22 -45.252.132.0/22 -45.252.136.0/22 -45.252.140.0/22 -45.252.144.0/22 -45.252.148.0/22 -45.252.152.0/22 -45.252.156.0/22 -45.252.160.0/22 -45.252.164.0/22 -45.252.168.0/22 -45.252.172.0/22 -45.252.176.0/22 -45.252.192.0/22 -45.252.196.0/22 -45.252.200.0/22 -45.252.204.0/22 -45.252.208.0/22 -45.252.212.0/22 -45.252.216.0/22 -45.252.220.0/22 -45.252.224.0/22 -45.252.228.0/22 -45.252.232.0/22 -45.253.0.0/22 -45.253.4.0/22 -45.253.8.0/22 -45.253.12.0/22 -45.253.16.0/22 -45.253.20.0/22 -45.253.24.0/22 -45.253.28.0/22 -45.253.32.0/22 -45.253.36.0/22 -45.253.40.0/22 -45.253.44.0/22 -45.253.48.0/22 -45.253.52.0/22 -45.253.56.0/22 -45.253.60.0/22 -45.253.64.0/22 -45.253.68.0/22 -45.253.72.0/22 -45.253.76.0/22 -45.253.80.0/22 -45.253.84.0/22 -45.253.92.0/22 -45.253.96.0/22 -45.253.100.0/22 -45.253.104.0/22 -45.253.108.0/22 -45.253.112.0/22 -45.253.116.0/22 -45.253.120.0/22 -45.253.132.0/22 -45.253.136.0/22 -45.253.140.0/22 -45.253.144.0/22 -45.253.148.0/22 -45.253.152.0/22 -45.253.156.0/22 -45.253.160.0/22 -45.253.164.0/22 -45.253.168.0/22 -45.253.172.0/22 -45.253.176.0/22 -45.253.180.0/22 -45.253.184.0/22 -45.253.188.0/22 -45.253.192.0/22 -45.253.196.0/22 -45.253.200.0/22 -45.253.204.0/22 -45.253.208.0/22 -45.253.212.0/22 -45.253.216.0/22 -45.253.220.0/22 -45.253.224.0/22 -45.253.228.0/22 -45.253.232.0/22 -45.253.236.0/22 -45.253.240.0/22 -45.253.244.0/22 -45.253.248.0/22 -45.253.252.0/22 -45.254.0.0/22 -45.254.4.0/22 -45.254.8.0/22 -45.254.12.0/22 -45.254.16.0/22 -45.254.20.0/22 -45.254.24.0/22 -45.254.28.0/22 -45.254.40.0/22 -45.254.48.0/22 -45.254.52.0/22 -45.254.56.0/22 -45.254.60.0/22 -45.254.64.0/22 -45.254.68.0/22 -45.254.72.0/22 -45.254.76.0/22 -45.254.80.0/22 -45.254.84.0/22 -45.254.88.0/22 -45.254.92.0/22 -45.254.96.0/22 -45.254.100.0/22 -45.254.104.0/22 -45.254.108.0/22 -45.254.112.0/22 -45.254.116.0/22 -45.254.120.0/22 -45.254.124.0/22 -45.254.128.0/22 -45.254.132.0/22 -45.254.136.0/22 -45.254.140.0/22 -45.254.144.0/22 -45.254.148.0/22 -45.254.152.0/22 -45.254.156.0/22 -45.254.160.0/22 -45.254.164.0/22 -45.254.168.0/22 -45.254.172.0/22 -45.254.176.0/22 -45.254.180.0/22 -45.254.184.0/22 -45.254.188.0/22 -45.254.192.0/22 -45.254.196.0/22 -45.254.200.0/22 -45.254.204.0/22 -45.254.208.0/22 -45.254.212.0/22 -45.254.216.0/22 -45.254.220.0/22 -45.254.224.0/22 -45.254.228.0/22 -45.254.236.0/22 -45.254.240.0/22 -45.254.248.0/22 -45.255.0.0/22 -45.255.4.0/22 -45.255.8.0/22 -45.255.12.0/22 -45.255.16.0/22 -45.255.20.0/22 -45.255.24.0/22 -45.255.28.0/22 -45.255.32.0/22 -45.255.36.0/22 -45.255.40.0/22 -45.255.44.0/22 -45.255.48.0/22 -45.255.52.0/22 -45.255.56.0/22 -45.255.60.0/22 -45.255.64.0/22 -45.255.68.0/22 -45.255.72.0/22 -45.255.76.0/22 -45.255.80.0/22 -45.255.84.0/22 -45.255.88.0/22 -45.255.92.0/22 -45.255.96.0/22 -45.255.100.0/22 -45.255.104.0/22 -45.255.108.0/22 -45.255.112.0/22 -45.255.116.0/22 -45.255.120.0/22 -45.255.124.0/22 -45.255.132.0/22 -45.255.136.0/22 -45.255.140.0/22 -45.255.144.0/22 -45.255.148.0/22 -45.255.152.0/22 -45.255.156.0/22 -45.255.160.0/22 -45.255.164.0/22 -45.255.168.0/22 -45.255.172.0/22 -45.255.176.0/22 -45.255.180.0/22 -45.255.184.0/22 -45.255.188.0/22 -45.255.192.0/22 -45.255.196.0/22 -45.255.200.0/22 -45.255.204.0/22 -45.255.208.0/22 -45.255.212.0/22 -45.255.216.0/22 -45.255.220.0/22 -45.255.224.0/22 -45.255.228.0/22 -45.255.232.0/22 -45.255.236.0/22 -45.255.240.0/22 -45.255.244.0/22 -45.255.248.0/22 -47.92.0.0/14 -47.96.0.0/11 -49.4.0.0/14 -49.51.0.0/16 -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/15 -49.210.0.0/15 -49.220.0.0/14 -49.232.0.0/14 -49.239.0.0/18 -49.239.192.0/18 -49.246.224.0/19 -52.80.0.0/15 -52.82.0.0/15 -52.130.0.0/15 -54.222.0.0/15 -58.14.0.0/15 -58.16.0.0/16 -58.17.0.0/17 -58.17.128.0/17 -58.18.0.0/16 -58.19.0.0/16 -58.20.0.0/16 -58.21.0.0/16 -58.22.0.0/15 -58.24.0.0/15 -58.30.0.0/15 -58.32.0.0/13 -58.40.0.0/15 -58.42.0.0/16 -58.43.0.0/16 -58.44.0.0/14 -58.48.0.0/13 -58.56.0.0/15 -58.58.0.0/16 -58.59.0.0/17 -58.59.128.0/17 -58.60.0.0/14 -58.65.232.0/21 -58.66.0.0/15 -58.68.128.0/17 -58.82.0.0/17 -58.83.0.0/17 -58.83.128.0/17 -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/15 -58.194.0.0/15 -58.196.0.0/15 -58.198.0.0/15 -58.200.0.0/13 -58.208.0.0/12 -58.240.0.0/15 -58.242.0.0/15 -58.244.0.0/15 -58.246.0.0/15 -58.248.0.0/13 -59.32.0.0/13 -59.40.0.0/15 -59.42.0.0/16 -59.43.0.0/16 -59.44.0.0/14 -59.48.0.0/16 -59.49.0.0/17 -59.49.128.0/17 -59.50.0.0/16 -59.51.0.0/17 -59.51.128.0/17 -59.52.0.0/14 -59.56.0.0/14 -59.60.0.0/15 -59.62.0.0/15 -59.64.0.0/14 -59.68.0.0/14 -59.72.0.0/15 -59.74.0.0/15 -59.76.0.0/16 -59.77.0.0/16 -59.78.0.0/15 -59.80.0.0/15 -59.82.0.0/15 -59.107.0.0/17 -59.107.128.0/17 -59.108.0.0/15 -59.110.0.0/15 -59.151.0.0/17 -59.152.16.0/22 -59.152.20.0/22 -59.152.24.0/22 -59.152.28.0/22 -59.152.32.0/22 -59.152.36.0/22 -59.152.64.0/22 -59.152.68.0/22 -59.152.72.0/22 -59.152.76.0/22 -59.152.112.0/22 -59.152.116.0/22 -59.153.4.0/22 -59.153.32.0/22 -59.153.60.0/22 -59.153.64.0/22 -59.153.68.0/22 -59.153.72.0/22 -59.153.92.0/22 -59.153.116.0/22 -59.153.136.0/22 -59.153.152.0/22 -59.153.156.0/22 -59.153.164.0/22 -59.153.168.0/22 -59.153.172.0/22 -59.153.176.0/22 -59.153.180.0/22 -59.153.184.0/22 -59.153.188.0/22 -59.153.192.0/22 -59.155.0.0/16 -59.172.0.0/15 -59.174.0.0/15 -59.191.0.0/17 -59.191.240.0/20 -59.192.0.0/10 -60.0.0.0/13 -60.8.0.0/15 -60.10.0.0/16 -60.11.0.0/16 -60.12.0.0/16 -60.13.0.0/18 -60.13.64.0/18 -60.13.128.0/17 -60.14.0.0/15 -60.16.0.0/13 -60.24.0.0/14 -60.28.0.0/15 -60.30.0.0/16 -60.31.0.0/16 -60.55.0.0/16 -60.63.0.0/16 -60.160.0.0/15 -60.162.0.0/15 -60.164.0.0/15 -60.166.0.0/15 -60.168.0.0/13 -60.176.0.0/12 -60.194.0.0/15 -60.200.0.0/14 -60.204.0.0/16 -60.205.0.0/16 -60.206.0.0/15 -60.208.0.0/13 -60.216.0.0/15 -60.218.0.0/15 -60.220.0.0/14 -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.80.0/22 -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/22 -61.14.220.0/22 -61.14.240.0/22 -61.14.244.0/22 -61.28.0.0/20 -61.28.16.0/20 -61.28.32.0/19 -61.28.64.0/18 -61.29.128.0/18 -61.29.192.0/19 -61.29.224.0/20 -61.29.240.0/20 -61.45.128.0/18 -61.45.224.0/20 -61.47.128.0/18 -61.48.0.0/14 -61.52.0.0/15 -61.54.0.0/16 -61.55.0.0/16 -61.87.192.0/18 -61.128.0.0/15 -61.130.0.0/15 -61.132.0.0/16 -61.133.0.0/17 -61.133.128.0/17 -61.134.0.0/18 -61.134.64.0/19 -61.134.96.0/19 -61.134.128.0/18 -61.134.192.0/18 -61.135.0.0/16 -61.136.0.0/18 -61.136.64.0/18 -61.136.128.0/17 -61.137.0.0/17 -61.137.128.0/17 -61.138.0.0/18 -61.138.64.0/18 -61.138.128.0/18 -61.138.192.0/18 -61.139.0.0/17 -61.139.128.0/18 -61.139.192.0/18 -61.140.0.0/14 -61.144.0.0/14 -61.148.0.0/15 -61.150.0.0/15 -61.152.0.0/16 -61.153.0.0/16 -61.154.0.0/15 -61.156.0.0/16 -61.157.0.0/16 -61.158.0.0/17 -61.158.128.0/17 -61.159.0.0/18 -61.159.64.0/18 -61.159.128.0/17 -61.160.0.0/16 -61.161.0.0/18 -61.161.64.0/18 -61.161.128.0/17 -61.162.0.0/16 -61.163.0.0/16 -61.164.0.0/16 -61.165.0.0/16 -61.166.0.0/16 -61.167.0.0/16 -61.168.0.0/16 -61.169.0.0/16 -61.170.0.0/15 -61.172.0.0/14 -61.176.0.0/16 -61.177.0.0/16 -61.178.0.0/16 -61.179.0.0/16 -61.180.0.0/17 -61.180.128.0/17 -61.181.0.0/16 -61.182.0.0/16 -61.183.0.0/16 -61.184.0.0/14 -61.188.0.0/16 -61.189.0.0/17 -61.189.128.0/17 -61.190.0.0/15 -61.232.0.0/14 -61.236.0.0/15 -61.240.0.0/14 -62.234.0.0/16 -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 -81.68.0.0/14 -82.156.0.0/15 -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/17 -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/22 -101.50.12.0/22 -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/14 -101.144.0.0/12 -101.192.0.0/14 -101.196.0.0/16 -101.197.0.0/16 -101.198.0.0/15 -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/14 -101.244.0.0/14 -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/22 -103.2.204.0/22 -103.2.208.0/22 -103.2.212.0/22 -103.3.84.0/22 -103.3.88.0/22 -103.3.92.0/22 -103.3.96.0/22 -103.3.100.0/22 -103.3.104.0/22 -103.3.108.0/22 -103.3.112.0/22 -103.3.116.0/22 -103.3.120.0/22 -103.3.124.0/22 -103.3.128.0/22 -103.3.132.0/22 -103.3.136.0/22 -103.3.140.0/22 -103.3.148.0/22 -103.3.152.0/22 -103.3.156.0/22 -103.4.56.0/22 -103.4.168.0/22 -103.4.184.0/22 -103.4.224.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.220.0/22 -103.6.228.0/22 -103.7.4.0/22 -103.7.28.0/22 -103.7.140.0/22 -103.7.212.0/22 -103.7.216.0/22 -103.7.220.0/22 -103.8.0.0/22 -103.8.4.0/22 -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/22 -103.8.204.0/22 -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.192.0/22 -103.9.248.0/22 -103.9.252.0/22 -103.10.0.0/22 -103.10.16.0/22 -103.10.84.0/22 -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.68.0/22 -103.12.92.0/22 -103.12.136.0/22 -103.12.184.0/22 -103.12.232.0/22 -103.13.12.0/22 -103.13.72.0/23 -103.13.124.0/22 -103.13.144.0/22 -103.13.196.0/22 -103.13.220.0/22 -103.13.244.0/22 -103.14.32.0/22 -103.14.84.0/22 -103.14.100.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/22 -103.16.84.0/22 -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/22 -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/22 -103.18.212.0/22 -103.18.224.0/22 -103.19.0.0/22 -103.19.12.0/22 -103.19.40.0/22 -103.19.44.0/22 -103.19.64.0/22 -103.19.68.0/22 -103.19.72.0/22 -103.19.232.0/22 -103.20.12.0/22 -103.20.32.0/22 -103.20.44.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/22 -103.21.116.0/22 -103.21.136.0/22 -103.21.140.0/22 -103.21.176.0/22 -103.21.208.0/22 -103.21.240.0/22 -103.22.0.0/22 -103.22.4.0/22 -103.22.8.0/22 -103.22.12.0/22 -103.22.16.0/22 -103.22.20.0/22 -103.22.24.0/22 -103.22.28.0/22 -103.22.32.0/22 -103.22.36.0/22 -103.22.40.0/22 -103.22.44.0/22 -103.22.48.0/22 -103.22.52.0/22 -103.22.56.0/22 -103.22.60.0/22 -103.22.64.0/22 -103.22.68.0/22 -103.22.72.0/22 -103.22.76.0/22 -103.22.80.0/22 -103.22.84.0/22 -103.22.88.0/22 -103.22.92.0/22 -103.22.100.0/22 -103.22.104.0/22 -103.22.108.0/22 -103.22.112.0/22 -103.22.116.0/22 -103.22.120.0/22 -103.22.124.0/22 -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/22 -103.23.164.0/22 -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.220.0/22 -103.24.228.0/22 -103.24.248.0/22 -103.24.252.0/22 -103.25.8.0/23 -103.25.20.0/22 -103.25.24.0/22 -103.25.28.0/22 -103.25.32.0/22 -103.25.36.0/22 -103.25.40.0/22 -103.25.48.0/22 -103.25.64.0/22 -103.25.68.0/22 -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.132.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.184.0/22 -103.27.208.0/22 -103.27.212.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/22 -103.29.132.0/22 -103.29.136.0/22 -103.30.20.0/22 -103.30.96.0/22 -103.30.148.0/22 -103.30.200.0/22 -103.30.228.0/22 -103.30.236.0/22 -103.31.0.0/22 -103.31.48.0/22 -103.31.52.0/22 -103.31.56.0/22 -103.31.60.0/22 -103.31.64.0/22 -103.31.68.0/22 -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/22 -103.32.4.0/22 -103.32.8.0/22 -103.32.12.0/22 -103.32.16.0/22 -103.32.20.0/22 -103.32.24.0/22 -103.32.28.0/22 -103.32.32.0/22 -103.32.36.0/22 -103.32.40.0/22 -103.32.44.0/22 -103.32.48.0/22 -103.32.52.0/22 -103.32.56.0/22 -103.32.60.0/22 -103.32.64.0/22 -103.32.68.0/22 -103.32.72.0/22 -103.32.76.0/22 -103.32.80.0/22 -103.32.84.0/22 -103.32.88.0/22 -103.32.92.0/22 -103.32.96.0/22 -103.32.100.0/22 -103.32.104.0/22 -103.32.108.0/22 -103.32.112.0/22 -103.32.116.0/22 -103.32.120.0/22 -103.32.124.0/22 -103.32.128.0/22 -103.32.132.0/22 -103.32.136.0/22 -103.32.140.0/22 -103.32.144.0/22 -103.32.148.0/22 -103.32.152.0/22 -103.32.156.0/22 -103.32.160.0/22 -103.32.164.0/22 -103.32.168.0/22 -103.32.172.0/22 -103.32.176.0/22 -103.32.180.0/22 -103.32.184.0/22 -103.32.188.0/22 -103.32.192.0/22 -103.32.196.0/22 -103.32.200.0/22 -103.32.204.0/22 -103.32.208.0/22 -103.32.212.0/22 -103.32.216.0/22 -103.32.220.0/22 -103.32.224.0/22 -103.32.228.0/22 -103.32.232.0/22 -103.32.236.0/22 -103.32.240.0/22 -103.32.244.0/22 -103.32.248.0/22 -103.32.252.0/22 -103.33.0.0/22 -103.33.4.0/22 -103.33.8.0/22 -103.33.12.0/22 -103.33.16.0/22 -103.33.20.0/22 -103.33.24.0/22 -103.33.28.0/22 -103.33.32.0/22 -103.33.36.0/22 -103.33.40.0/22 -103.33.44.0/22 -103.33.48.0/22 -103.33.52.0/22 -103.33.56.0/22 -103.33.60.0/22 -103.33.64.0/22 -103.33.68.0/22 -103.33.72.0/22 -103.33.76.0/22 -103.33.80.0/22 -103.33.84.0/22 -103.33.88.0/22 -103.33.92.0/22 -103.33.96.0/22 -103.33.100.0/22 -103.33.104.0/22 -103.33.108.0/22 -103.33.112.0/22 -103.33.116.0/22 -103.33.120.0/22 -103.33.124.0/22 -103.33.128.0/22 -103.33.132.0/22 -103.33.136.0/22 -103.33.140.0/22 -103.33.144.0/22 -103.33.148.0/22 -103.33.152.0/22 -103.33.156.0/22 -103.33.160.0/22 -103.33.164.0/22 -103.33.168.0/22 -103.33.172.0/22 -103.33.176.0/22 -103.33.180.0/22 -103.33.184.0/22 -103.33.188.0/22 -103.33.192.0/22 -103.33.196.0/22 -103.33.200.0/22 -103.33.204.0/22 -103.33.208.0/22 -103.33.212.0/22 -103.33.216.0/22 -103.33.220.0/22 -103.33.224.0/22 -103.33.228.0/22 -103.33.232.0/22 -103.33.236.0/22 -103.33.240.0/22 -103.33.244.0/22 -103.33.248.0/22 -103.33.252.0/22 -103.34.0.0/22 -103.34.4.0/22 -103.34.8.0/22 -103.34.12.0/22 -103.34.16.0/22 -103.34.20.0/22 -103.34.24.0/22 -103.34.28.0/22 -103.34.32.0/22 -103.34.36.0/22 -103.34.40.0/22 -103.34.44.0/22 -103.34.48.0/22 -103.34.52.0/22 -103.34.56.0/22 -103.34.60.0/22 -103.34.64.0/22 -103.34.68.0/22 -103.34.72.0/22 -103.34.76.0/22 -103.34.80.0/22 -103.34.84.0/22 -103.34.88.0/22 -103.34.92.0/22 -103.34.96.0/22 -103.34.100.0/22 -103.34.104.0/22 -103.34.108.0/22 -103.34.112.0/22 -103.34.116.0/22 -103.34.120.0/22 -103.34.124.0/22 -103.34.128.0/22 -103.34.132.0/22 -103.34.136.0/22 -103.34.140.0/22 -103.34.144.0/22 -103.34.148.0/22 -103.34.152.0/22 -103.34.156.0/22 -103.34.160.0/22 -103.34.164.0/22 -103.34.168.0/22 -103.34.172.0/22 -103.34.176.0/22 -103.34.180.0/22 -103.34.184.0/22 -103.34.188.0/22 -103.34.192.0/22 -103.34.196.0/22 -103.34.200.0/22 -103.34.204.0/22 -103.34.208.0/22 -103.34.212.0/22 -103.34.216.0/22 -103.34.220.0/22 -103.34.224.0/22 -103.34.228.0/22 -103.34.232.0/22 -103.34.236.0/22 -103.34.240.0/22 -103.34.244.0/22 -103.34.248.0/22 -103.34.252.0/22 -103.35.0.0/22 -103.35.4.0/22 -103.35.8.0/22 -103.35.12.0/22 -103.35.16.0/22 -103.35.20.0/22 -103.35.24.0/22 -103.35.28.0/22 -103.35.32.0/22 -103.35.36.0/22 -103.35.40.0/22 -103.35.44.0/22 -103.35.48.0/22 -103.35.104.0/22 -103.35.116.0/22 -103.35.180.0/22 -103.35.200.0/22 -103.35.220.0/22 -103.36.20.0/22 -103.36.28.0/22 -103.36.36.0/22 -103.36.56.0/22 -103.36.60.0/22 -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/22 -103.36.164.0/22 -103.36.168.0/22 -103.36.172.0/22 -103.36.176.0/22 -103.36.180.0/22 -103.36.184.0/22 -103.36.188.0/22 -103.36.192.0/22 -103.36.196.0/22 -103.36.200.0/22 -103.36.204.0/22 -103.36.208.0/22 -103.36.212.0/22 -103.36.216.0/22 -103.36.220.0/22 -103.36.224.0/22 -103.36.228.0/22 -103.36.232.0/22 -103.36.236.0/22 -103.36.240.0/22 -103.36.244.0/22 -103.37.0.0/22 -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.124.0/22 -103.37.136.0/22 -103.37.140.0/22 -103.37.144.0/22 -103.37.148.0/22 -103.37.152.0/22 -103.37.156.0/22 -103.37.160.0/22 -103.37.164.0/22 -103.37.172.0/22 -103.37.176.0/22 -103.37.188.0/22 -103.37.208.0/22 -103.37.212.0/22 -103.37.216.0/22 -103.37.220.0/22 -103.37.248.0/22 -103.37.252.0/22 -103.38.0.0/22 -103.38.32.0/22 -103.38.40.0/22 -103.38.44.0/22 -103.38.56.0/22 -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.224.0/22 -103.38.228.0/22 -103.38.232.0/22 -103.38.252.0/22 -103.39.16.0/22 -103.39.64.0/22 -103.39.88.0/22 -103.39.100.0/22 -103.39.104.0/22 -103.39.108.0/22 -103.39.160.0/22 -103.39.164.0/22 -103.39.168.0/22 -103.39.172.0/22 -103.39.176.0/22 -103.39.180.0/22 -103.39.184.0/22 -103.39.188.0/22 -103.39.200.0/22 -103.39.204.0/22 -103.39.208.0/22 -103.39.212.0/22 -103.39.216.0/22 -103.39.220.0/22 -103.39.224.0/22 -103.39.228.0/22 -103.39.232.0/22 -103.40.12.0/22 -103.40.16.0/22 -103.40.20.0/22 -103.40.24.0/22 -103.40.28.0/22 -103.40.32.0/22 -103.40.36.0/22 -103.40.40.0/22 -103.40.44.0/22 -103.40.88.0/22 -103.40.100.0/22 -103.40.112.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/22 -103.40.236.0/22 -103.40.240.0/22 -103.40.244.0/22 -103.40.248.0/22 -103.40.252.0/22 -103.41.0.0/22 -103.41.16.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/22 -103.41.164.0/22 -103.41.220.0/22 -103.41.224.0/22 -103.41.228.0/22 -103.41.232.0/22 -103.42.8.0/22 -103.42.24.0/22 -103.42.28.0/22 -103.42.32.0/22 -103.42.64.0/22 -103.42.68.0/22 -103.42.76.0/22 -103.42.104.0/22 -103.42.180.0/22 -103.42.232.0/22 -103.43.16.0/22 -103.43.84.0/22 -103.43.96.0/22 -103.43.100.0/22 -103.43.104.0/22 -103.43.124.0/22 -103.43.184.0/22 -103.43.192.0/22 -103.43.196.0/22 -103.43.208.0/22 -103.43.220.0/22 -103.43.224.0/22 -103.43.232.0/22 -103.43.240.0/22 -103.44.56.0/22 -103.44.80.0/22 -103.44.88.0/22 -103.44.120.0/22 -103.44.124.0/22 -103.44.132.0/22 -103.44.144.0/22 -103.44.168.0/22 -103.44.176.0/22 -103.44.180.0/22 -103.44.184.0/22 -103.44.188.0/22 -103.44.192.0/22 -103.44.196.0/22 -103.44.200.0/22 -103.44.204.0/22 -103.44.224.0/22 -103.44.236.0/22 -103.44.240.0/22 -103.44.244.0/22 -103.44.248.0/22 -103.44.252.0/22 -103.45.0.0/22 -103.45.4.0/22 -103.45.8.0/22 -103.45.12.0/22 -103.45.16.0/22 -103.45.20.0/22 -103.45.24.0/22 -103.45.28.0/22 -103.45.32.0/22 -103.45.36.0/22 -103.45.40.0/22 -103.45.44.0/22 -103.45.48.0/22 -103.45.52.0/22 -103.45.56.0/22 -103.45.60.0/22 -103.45.72.0/22 -103.45.76.0/22 -103.45.80.0/22 -103.45.84.0/22 -103.45.88.0/22 -103.45.92.0/22 -103.45.96.0/22 -103.45.100.0/22 -103.45.104.0/22 -103.45.108.0/22 -103.45.112.0/22 -103.45.116.0/22 -103.45.120.0/22 -103.45.124.0/22 -103.45.128.0/22 -103.45.132.0/22 -103.45.136.0/22 -103.45.140.0/22 -103.45.144.0/22 -103.45.148.0/22 -103.45.152.0/22 -103.45.156.0/22 -103.45.160.0/22 -103.45.164.0/22 -103.45.168.0/22 -103.45.172.0/22 -103.45.176.0/22 -103.45.180.0/22 -103.45.184.0/22 -103.45.188.0/22 -103.45.192.0/22 -103.45.196.0/22 -103.45.200.0/22 -103.45.204.0/22 -103.45.208.0/22 -103.45.212.0/22 -103.45.216.0/22 -103.45.220.0/22 -103.45.224.0/22 -103.45.248.0/22 -103.46.0.0/22 -103.46.12.0/22 -103.46.16.0/22 -103.46.20.0/22 -103.46.24.0/22 -103.46.28.0/22 -103.46.32.0/22 -103.46.36.0/22 -103.46.40.0/22 -103.46.44.0/22 -103.46.48.0/22 -103.46.52.0/22 -103.46.56.0/22 -103.46.60.0/22 -103.46.64.0/22 -103.46.68.0/22 -103.46.72.0/22 -103.46.76.0/22 -103.46.80.0/22 -103.46.84.0/22 -103.46.88.0/22 -103.46.92.0/22 -103.46.96.0/22 -103.46.100.0/22 -103.46.104.0/22 -103.46.108.0/22 -103.46.112.0/22 -103.46.116.0/22 -103.46.120.0/22 -103.46.124.0/22 -103.46.128.0/22 -103.46.132.0/22 -103.46.136.0/22 -103.46.152.0/22 -103.46.156.0/22 -103.46.160.0/22 -103.46.164.0/22 -103.46.168.0/22 -103.46.172.0/22 -103.46.176.0/22 -103.46.180.0/22 -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.48.0/22 -103.47.80.0/22 -103.47.96.0/22 -103.47.108.0/22 -103.47.116.0/22 -103.47.120.0/22 -103.47.136.0/22 -103.47.140.0/22 -103.47.212.0/22 -103.48.20.0/22 -103.48.52.0/22 -103.48.92.0/22 -103.48.144.0/22 -103.48.148.0/22 -103.48.152.0/22 -103.48.156.0/22 -103.48.202.0/23 -103.48.216.0/22 -103.48.220.0/22 -103.48.224.0/22 -103.48.228.0/22 -103.48.232.0/22 -103.48.236.0/22 -103.48.240.0/22 -103.48.244.0/22 -103.49.12.0/22 -103.49.20.0/22 -103.49.72.0/22 -103.49.76.0/22 -103.49.92.0/22 -103.49.96.0/22 -103.49.108.0/22 -103.49.128.0/22 -103.49.176.0/22 -103.49.180.0/22 -103.49.196.0/22 -103.49.248.0/22 -103.50.36.0/22 -103.50.44.0/22 -103.50.48.0/22 -103.50.52.0/22 -103.50.56.0/22 -103.50.60.0/22 -103.50.64.0/22 -103.50.68.0/22 -103.50.72.0/22 -103.50.108.0/22 -103.50.112.0/22 -103.50.116.0/22 -103.50.120.0/22 -103.50.124.0/22 -103.50.132.0/22 -103.50.136.0/22 -103.50.140.0/22 -103.50.172.0/22 -103.50.176.0/22 -103.50.180.0/22 -103.50.184.0/22 -103.50.188.0/22 -103.50.192.0/22 -103.50.196.0/22 -103.50.200.0/22 -103.50.220.0/22 -103.50.224.0/22 -103.50.228.0/22 -103.50.232.0/22 -103.50.236.0/22 -103.50.240.0/22 -103.50.244.0/22 -103.50.248.0/22 -103.52.40.0/22 -103.52.72.0/22 -103.52.76.0/22 -103.52.80.0/22 -103.52.84.0/22 -103.52.96.0/22 -103.52.100.0/22 -103.52.104.0/22 -103.52.160.0/22 -103.52.164.0/22 -103.52.172.0/22 -103.52.176.0/22 -103.52.184.0/22 -103.52.196.0/22 -103.53.4.0/22 -103.53.64.0/22 -103.53.68.0/22 -103.53.92.0/22 -103.53.100.0/22 -103.53.124.0/22 -103.53.128.0/22 -103.53.132.0/22 -103.53.136.0/22 -103.53.140.0/22 -103.53.144.0/22 -103.53.180.0/22 -103.53.204.0/22 -103.53.208.0/22 -103.53.212.0/22 -103.53.216.0/22 -103.53.236.0/22 -103.53.248.0/22 -103.54.8.0/22 -103.54.48.0/22 -103.54.60.0/22 -103.54.160.0/22 -103.54.164.0/22 -103.54.212.0/22 -103.54.240.0/22 -103.55.24.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.56.8.0/22 -103.56.16.0/22 -103.56.20.0/22 -103.56.32.0/22 -103.56.52.0/22 -103.56.56.0/22 -103.56.60.0/22 -103.56.72.0/22 -103.56.76.0/22 -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.100.0/22 -103.59.112.0/22 -103.59.116.0/22 -103.59.120.0/22 -103.59.124.0/22 -103.59.128.0/22 -103.59.148.0/22 -103.59.164.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/22 -103.61.156.0/22 -103.61.160.0/22 -103.61.172.0/22 -103.61.176.0/22 -103.61.184.0/22 -103.61.188.0/22 -103.62.24.0/22 -103.62.52.0/22 -103.62.72.0/22 -103.62.76.0/22 -103.62.80.0/22 -103.62.84.0/22 -103.62.88.0/22 -103.62.96.0/22 -103.62.100.0/22 -103.62.104.0/22 -103.62.108.0/22 -103.62.112.0/22 -103.62.116.0/22 -103.62.120.0/22 -103.62.124.0/22 -103.62.128.0/22 -103.62.132.0/22 -103.62.156.0/22 -103.62.160.0/22 -103.62.164.0/22 -103.62.168.0/22 -103.62.172.0/22 -103.62.176.0/22 -103.62.180.0/22 -103.62.184.0/22 -103.62.188.0/22 -103.62.192.0/22 -103.62.204.0/22 -103.62.208.0/22 -103.62.212.0/22 -103.62.216.0/22 -103.62.220.0/22 -103.62.224.0/22 -103.63.32.0/22 -103.63.36.0/22 -103.63.40.0/22 -103.63.44.0/22 -103.63.48.0/22 -103.63.52.0/22 -103.63.56.0/22 -103.63.60.0/22 -103.63.64.0/22 -103.63.68.0/22 -103.63.72.0/22 -103.63.76.0/22 -103.63.80.0/22 -103.63.84.0/22 -103.63.88.0/22 -103.63.140.0/22 -103.63.144.0/22 -103.63.152.0/22 -103.63.160.0/22 -103.63.164.0/22 -103.63.168.0/22 -103.63.172.0/22 -103.63.176.0/22 -103.63.180.0/22 -103.63.184.0/22 -103.63.192.0/22 -103.63.196.0/22 -103.63.200.0/22 -103.63.204.0/22 -103.63.208.0/22 -103.63.240.0/22 -103.63.244.0/22 -103.63.248.0/22 -103.63.252.0/22 -103.64.0.0/22 -103.64.4.0/22 -103.64.24.0/22 -103.64.28.0/22 -103.64.32.0/22 -103.64.36.0/22 -103.64.40.0/22 -103.64.44.0/22 -103.64.48.0/22 -103.64.52.0/22 -103.64.56.0/22 -103.64.60.0/22 -103.64.64.0/22 -103.64.68.0/22 -103.64.72.0/22 -103.64.76.0/22 -103.64.80.0/22 -103.64.84.0/22 -103.64.88.0/22 -103.64.92.0/22 -103.64.96.0/22 -103.64.100.0/22 -103.64.104.0/22 -103.64.108.0/22 -103.64.112.0/22 -103.64.116.0/22 -103.64.120.0/22 -103.64.124.0/22 -103.64.140.0/22 -103.64.144.0/22 -103.64.152.0/22 -103.64.156.0/22 -103.64.160.0/22 -103.64.164.0/22 -103.64.168.0/22 -103.64.172.0/22 -103.64.176.0/22 -103.64.180.0/22 -103.64.184.0/22 -103.64.188.0/22 -103.64.192.0/22 -103.64.196.0/22 -103.64.200.0/22 -103.64.204.0/22 -103.64.208.0/22 -103.64.212.0/22 -103.64.216.0/22 -103.64.220.0/22 -103.64.224.0/22 -103.64.228.0/22 -103.64.232.0/22 -103.64.236.0/22 -103.64.240.0/22 -103.64.244.0/22 -103.64.248.0/22 -103.64.252.0/22 -103.65.0.0/22 -103.65.4.0/22 -103.65.8.0/22 -103.65.12.0/22 -103.65.16.0/22 -103.65.36.0/22 -103.65.40.0/22 -103.65.48.0/22 -103.65.52.0/22 -103.65.56.0/22 -103.65.60.0/22 -103.65.64.0/22 -103.65.68.0/22 -103.65.72.0/22 -103.65.76.0/22 -103.65.80.0/22 -103.65.84.0/22 -103.65.88.0/22 -103.65.92.0/22 -103.65.100.0/22 -103.65.104.0/22 -103.65.108.0/22 -103.65.112.0/22 -103.65.144.0/22 -103.65.148.0/22 -103.65.152.0/22 -103.65.156.0/22 -103.65.160.0/22 -103.65.164.0/22 -103.65.168.0/22 -103.65.172.0/22 -103.66.32.0/22 -103.66.40.0/22 -103.66.92.0/22 -103.66.108.0/22 -103.66.200.0/22 -103.66.216.0/22 -103.66.240.0/22 -103.66.244.0/22 -103.66.248.0/22 -103.66.252.0/22 -103.67.0.0/22 -103.67.4.0/22 -103.67.8.0/22 -103.67.100.0/22 -103.67.104.0/22 -103.67.108.0/22 -103.67.112.0/22 -103.67.116.0/22 -103.67.120.0/22 -103.67.124.0/22 -103.67.128.0/22 -103.67.132.0/22 -103.67.136.0/22 -103.67.140.0/22 -103.67.144.0/22 -103.67.148.0/22 -103.67.172.0/22 -103.67.192.0/22 -103.67.212.0/22 -103.67.252.0/22 -103.68.64.0/22 -103.68.88.0/22 -103.68.100.0/22 -103.68.128.0/22 -103.68.192.0/22 -103.69.16.0/22 -103.69.116.0/22 -103.69.132.0/22 -103.69.152.0/22 -103.69.212.0/22 -103.70.8.0/22 -103.70.148.0/22 -103.70.184.0/22 -103.70.220.0/22 -103.70.224.0/22 -103.70.236.0/22 -103.70.252.0/22 -103.71.0.0/22 -103.71.32.0/22 -103.71.48.0/22 -103.71.68.0/22 -103.71.72.0/22 -103.71.80.0/22 -103.71.84.0/22 -103.71.88.0/22 -103.71.120.0/22 -103.71.124.0/22 -103.71.128.0/22 -103.71.144.0/22 -103.71.196.0/22 -103.71.200.0/22 -103.71.232.0/22 -103.72.12.0/22 -103.72.16.0/22 -103.72.20.0/22 -103.72.24.0/22 -103.72.28.0/22 -103.72.32.0/22 -103.72.36.0/22 -103.72.40.0/22 -103.72.44.0/22 -103.72.48.0/22 -103.72.52.0/22 -103.72.112.0/22 -103.72.116.0/22 -103.72.120.0/22 -103.72.124.0/22 -103.72.128.0/22 -103.72.132.0/22 -103.72.144.0/22 -103.72.148.0/22 -103.72.172.0/22 -103.72.180.0/22 -103.72.224.0/22 -103.72.228.0/22 -103.72.232.0/22 -103.72.236.0/22 -103.72.240.0/22 -103.72.244.0/22 -103.72.248.0/22 -103.72.252.0/22 -103.73.0.0/22 -103.73.4.0/22 -103.73.8.0/22 -103.73.12.0/22 -103.73.16.0/22 -103.73.20.0/22 -103.73.24.0/22 -103.73.28.0/22 -103.73.48.0/22 -103.73.88.0/22 -103.73.96.0/22 -103.73.116.0/22 -103.73.120.0/22 -103.73.128.0/22 -103.73.132.0/22 -103.73.136.0/22 -103.73.140.0/22 -103.73.144.0/22 -103.73.168.0/22 -103.73.176.0/22 -103.73.204.0/22 -103.73.208.0/22 -103.73.240.0/22 -103.73.244.0/22 -103.73.248.0/22 -103.74.24.0/22 -103.74.28.0/22 -103.74.32.0/22 -103.74.36.0/22 -103.74.40.0/22 -103.74.44.0/22 -103.74.48.0/22 -103.74.56.0/22 -103.74.60.0/22 -103.74.80.0/22 -103.74.124.0/22 -103.74.148.0/22 -103.74.152.0/22 -103.74.156.0/22 -103.74.204.0/22 -103.74.232.0/22 -103.75.16.0/22 -103.75.88.0/22 -103.75.92.0/22 -103.75.104.0/22 -103.75.108.0/22 -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/22 -103.76.68.0/22 -103.76.72.0/22 -103.76.84.0/22 -103.76.92.0/22 -103.76.104.0/22 -103.76.216.0/22 -103.76.220.0/22 -103.76.224.0/22 -103.77.28.0/22 -103.77.52.0/22 -103.77.56.0/22 -103.77.72.0/22 -103.77.88.0/22 -103.77.92.0/22 -103.77.132.0/22 -103.77.148.0/22 -103.77.220.0/22 -103.78.56.0/22 -103.78.60.0/22 -103.78.64.0/22 -103.78.68.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/22 -103.79.28.0/22 -103.79.36.0/22 -103.79.40.0/22 -103.79.44.0/22 -103.79.52.0/22 -103.79.56.0/22 -103.79.60.0/22 -103.79.64.0/22 -103.79.68.0/22 -103.79.80.0/22 -103.79.84.0/22 -103.79.120.0/22 -103.79.136.0/22 -103.79.188.0/22 -103.79.192.0/22 -103.79.196.0/22 -103.79.200.0/22 -103.79.204.0/22 -103.79.208.0/22 -103.79.212.0/22 -103.79.240.0/22 -103.80.24.0/22 -103.80.28.0/22 -103.80.44.0/22 -103.80.72.0/22 -103.80.176.0/22 -103.80.180.0/22 -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.8.0/22 -103.81.16.0/22 -103.81.20.0/22 -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.168.0/22 -103.81.183.0/24 -103.81.184.0/22 -103.81.200.0/22 -103.81.232.0/22 -103.82.52.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.64.0/22 -103.83.72.0/22 -103.83.112.0/22 -103.83.120.0/22 -103.83.180.0/22 -103.84.0.0/22 -103.84.12.0/22 -103.84.16.0/22 -103.84.20.0/22 -103.84.24.0/22 -103.84.28.0/22 -103.84.48.0/22 -103.84.64.0/22 -103.84.72.0/22 -103.84.92.0/22 -103.84.108.0/22 -103.84.136.0/22 -103.85.20.0/22 -103.85.24.0/22 -103.85.44.0/22 -103.85.48.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/22 -103.85.172.0/22 -103.85.176.0/22 -103.85.224.0/22 -103.86.28.0/22 -103.86.32.0/22 -103.86.44.0/22 -103.86.60.0/22 -103.86.68.0/22 -103.86.80.0/22 -103.86.84.0/22 -103.86.88.0/22 -103.86.204.0/22 -103.86.208.0/22 -103.86.212.0/22 -103.86.216.0/22 -103.86.220.0/22 -103.86.224.0/22 -103.86.228.0/22 -103.86.232.0/22 -103.86.236.0/22 -103.86.240.0/22 -103.86.244.0/22 -103.86.248.0/22 -103.86.252.0/22 -103.87.0.0/22 -103.87.4.0/22 -103.87.20.0/22 -103.87.32.0/22 -103.87.72.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/22 -103.88.12.0/22 -103.88.16.0/22 -103.88.20.0/22 -103.88.32.0/22 -103.88.36.0/22 -103.88.60.0/22 -103.88.64.0/22 -103.88.72.0/22 -103.88.96.0/22 -103.88.100.0/22 -103.88.164.0/22 -103.88.176.0/22 -103.88.184.0/22 -103.88.188.0/22 -103.88.212.0/22 -103.89.28.0/22 -103.89.96.0/22 -103.89.100.0/22 -103.89.104.0/22 -103.89.108.0/22 -103.89.112.0/22 -103.89.116.0/22 -103.89.148.0/22 -103.89.172.0/22 -103.89.184.0/22 -103.89.188.0/22 -103.89.192.0/22 -103.89.196.0/22 -103.89.200.0/22 -103.89.204.0/22 -103.89.208.0/22 -103.89.212.0/22 -103.89.216.0/22 -103.89.220.0/22 -103.89.224.0/22 -103.89.228.0/22 -103.90.52.0/22 -103.90.92.0/22 -103.90.100.0/22 -103.90.104.0/22 -103.90.108.0/22 -103.90.112.0/22 -103.90.116.0/22 -103.90.120.0/22 -103.90.124.0/22 -103.90.128.0/22 -103.90.132.0/22 -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/22 -103.91.212.0/22 -103.91.219.0/24 -103.91.236.0/22 -103.91.252.0/22 -103.92.0.0/22 -103.92.4.0/22 -103.92.8.0/22 -103.92.12.0/22 -103.92.48.0/22 -103.92.52.0/22 -103.92.56.0/22 -103.92.60.0/22 -103.92.64.0/22 -103.92.68.0/22 -103.92.72.0/22 -103.92.76.0/22 -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.128.0/24 -103.92.132.0/22 -103.92.156.0/22 -103.92.164.0/22 -103.92.168.0/22 -103.92.172.0/22 -103.92.176.0/22 -103.92.180.0/22 -103.92.184.0/22 -103.92.188.0/22 -103.92.192.0/22 -103.92.236.0/22 -103.92.240.0/22 -103.92.244.0/22 -103.92.248.0/22 -103.92.252.0/22 -103.93.0.0/22 -103.93.4.0/22 -103.93.28.0/22 -103.93.76.0/22 -103.93.84.0/22 -103.93.121.0/24 -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/22 -103.94.36.0/22 -103.94.40.0/22 -103.94.44.0/22 -103.94.72.0/22 -103.94.88.0/22 -103.94.116.0/22 -103.94.160.0/22 -103.94.180.0/22 -103.94.200.0/22 -103.95.28.0/22 -103.95.52.0/22 -103.95.64.0/22 -103.95.68.0/22 -103.95.88.0/22 -103.95.92.0/22 -103.95.116.0/22 -103.95.128.0/22 -103.95.136.0/22 -103.95.140.0/22 -103.95.144.0/22 -103.95.152.0/22 -103.95.207.0/24 -103.95.216.0/22 -103.95.220.0/22 -103.95.224.0/22 -103.95.236.0/22 -103.95.240.0/22 -103.95.244.0/22 -103.95.248.0/22 -103.95.252.0/22 -103.96.0.0/22 -103.96.8.0/22 -103.96.80.0/22 -103.96.124.0/22 -103.96.136.0/22 -103.96.140.0/24 -103.96.148.0/22 -103.96.152.0/22 -103.96.156.0/22 -103.96.160.0/22 -103.96.164.0/22 -103.96.168.0/22 -103.96.172.0/22 -103.96.176.0/22 -103.96.180.0/22 -103.96.184.0/22 -103.96.188.0/22 -103.96.192.0/22 -103.96.196.0/22 -103.96.200.0/22 -103.96.204.0/22 -103.96.208.0/22 -103.96.212.0/22 -103.96.216.0/22 -103.97.8.0/22 -103.97.12.0/22 -103.97.16.0/22 -103.97.20.0/22 -103.97.24.0/22 -103.97.28.0/22 -103.97.32.0/22 -103.97.36.0/22 -103.97.40.0/22 -103.97.56.0/22 -103.97.60.0/22 -103.97.64.0/22 -103.97.68.0/22 -103.97.72.0/22 -103.97.80.0/22 -103.97.112.0/22 -103.97.116.0/22 -103.97.128.0/22 -103.97.144.0/22 -103.97.148.0/22 -103.97.188.0/22 -103.97.192.0/22 -103.97.224.0/22 -103.97.228.0/23 -103.98.28.0/23 -103.98.40.0/22 -103.98.44.0/22 -103.98.48.0/22 -103.98.56.0/22 -103.98.80.0/22 -103.98.88.0/22 -103.98.92.0/22 -103.98.96.0/22 -103.98.100.0/22 -103.98.124.0/22 -103.98.136.0/22 -103.98.140.0/22 -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/22 -103.98.220.0/22 -103.98.224.0/22 -103.98.228.0/22 -103.98.232.0/22 -103.98.240.0/22 -103.98.244.0/22 -103.98.248.0/22 -103.98.252.0/22 -103.99.40.0/23 -103.99.52.0/22 -103.99.56.0/22 -103.99.60.0/22 -103.99.76.0/22 -103.99.104.0/22 -103.99.116.0/22 -103.99.120.0/22 -103.99.152.0/22 -103.99.220.0/22 -103.99.232.0/22 -103.99.236.0/22 -103.100.0.0/22 -103.100.32.0/22 -103.100.40.0/22 -103.100.48.0/22 -103.100.52.0/22 -103.100.56.0/22 -103.100.60.0/22 -103.100.64.0/22 -103.100.68.0/22 -103.100.88.0/22 -103.100.116.0/22 -103.100.140.0/22 -103.100.144.0/22 -103.100.236.0/22 -103.100.240.0/22 -103.100.248.0/22 -103.100.252.0/22 -103.101.4.0/22 -103.101.8.0/22 -103.101.12.0/22 -103.101.28.0/22 -103.101.60.0/22 -103.101.120.0/22 -103.101.124.0/22 -103.101.144.0/22 -103.101.148.0/22 -103.101.153.0/24 -103.101.180.0/22 -103.101.184.0/22 -103.102.76.0/22 -103.102.80.0/22 -103.102.168.0/22 -103.102.172.0/22 -103.102.180.0/22 -103.102.184.0/22 -103.102.188.0/22 -103.102.192.0/22 -103.102.196.0/22 -103.102.200.0/22 -103.102.208.0/22 -103.102.212.0/22 -103.103.12.0/22 -103.103.16.0/22 -103.103.36.0/22 -103.103.68.0/22 -103.103.72.0/22 -103.103.176.0/22 -103.103.188.0/22 -103.103.200.0/22 -103.103.204.0/22 -103.103.220.0/22 -103.103.224.0/22 -103.103.228.0/22 -103.103.232.0/22 -103.103.248.0/22 -103.103.252.0/22 -103.104.0.0/22 -103.104.4.0/22 -103.104.36.0/22 -103.104.40.0/22 -103.104.64.0/22 -103.104.104.0/22 -103.104.152.0/22 -103.104.168.0/22 -103.104.172.0/22 -103.104.188.0/22 -103.104.198.0/23 -103.104.252.0/22 -103.105.0.0/22 -103.105.4.0/22 -103.105.12.0/22 -103.105.16.0/22 -103.105.23.0/24 -103.105.56.0/22 -103.105.60.0/22 -103.105.116.0/22 -103.105.132.0/22 -103.105.180.0/22 -103.105.184.0/22 -103.105.200.0/22 -103.105.204.0/22 -103.105.220.0/22 -103.106.36.0/22 -103.106.40.0/22 -103.106.44.0/22 -103.106.60.0/22 -103.106.68.0/22 -103.106.96.0/22 -103.106.120.0/22 -103.106.128.0/22 -103.106.132.0/22 -103.106.160.0/22 -103.106.188.0/22 -103.106.196.0/22 -103.106.202.0/23 -103.106.212.0/22 -103.106.244.0/22 -103.106.252.0/22 -103.107.0.0/22 -103.107.8.0/24 -103.107.28.0/22 -103.107.32.0/22 -103.107.44.0/22 -103.107.72.0/22 -103.107.108.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/22 -103.107.212.0/22 -103.107.216.0/22 -103.107.220.0/22 -103.108.52.0/22 -103.108.64.0/22 -103.108.160.0/22 -103.108.164.0/22 -103.108.184.0/23 -103.108.188.0/23 -103.108.192.0/22 -103.108.196.0/22 -103.108.208.0/22 -103.108.212.0/22 -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.80.0/23 -103.110.92.0/22 -103.110.100.0/22 -103.110.116.0/22 -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.152.0/22 -103.110.156.0/22 -103.110.188.0/22 -103.110.204.0/22 -103.111.38.0/23 -103.111.64.0/22 -103.111.172.0/22 -103.111.252.0/22 -103.112.28.0/22 -103.112.68.0/22 -103.112.72.0/22 -103.112.88.0/22 -103.112.92.0/22 -103.112.96.0/22 -103.112.108.0/22 -103.112.112.0/22 -103.112.116.0/22 -103.112.140.0/22 -103.112.172.0/22 -103.112.184.0/22 -103.112.208.0/22 -103.113.4.0/22 -103.113.92.0/22 -103.113.144.0/22 -103.113.220.0/22 -103.113.232.0/22 -103.113.236.0/22 -103.114.4.0/22 -103.114.28.0/22 -103.114.68.0/22 -103.114.72.0/22 -103.114.100.0/22 -103.114.132.0/22 -103.114.148.0/22 -103.114.156.0/22 -103.114.176.0/22 -103.114.212.0/22 -103.114.236.0/22 -103.114.240.0/22 -103.115.16.0/22 -103.115.40.0/22 -103.115.44.0/22 -103.115.48.0/22 -103.115.52.0/22 -103.115.56.0/22 -103.115.60.0/22 -103.115.64.0/22 -103.115.68.0/22 -103.115.92.0/22 -103.115.120.0/22 -103.115.148.0/22 -103.115.204.0/23 -103.115.248.0/22 -103.116.20.0/22 -103.116.40.0/22 -103.116.64.0/22 -103.116.72.0/22 -103.116.76.0/22 -103.116.92.0/22 -103.116.120.0/22 -103.116.128.0/22 -103.116.132.0/23 -103.116.148.0/22 -103.116.184.0/22 -103.116.206.0/23 -103.116.220.0/22 -103.116.224.0/22 -103.116.228.0/22 -103.117.16.0/22 -103.117.72.0/22 -103.117.88.0/22 -103.117.132.0/22 -103.117.136.0/22 -103.117.188.0/22 -103.117.220.0/22 -103.118.19.0/24 -103.118.36.0/22 -103.118.52.0/22 -103.118.56.0/22 -103.118.60.0/22 -103.118.64.0/22 -103.118.68.0/22 -103.118.72.0/22 -103.118.88.0/22 -103.118.173.0/24 -103.118.192.0/22 -103.118.196.0/22 -103.118.200.0/22 -103.118.204.0/22 -103.118.208.0/22 -103.118.212.0/22 -103.118.216.0/22 -103.118.220.0/22 -103.118.240.0/22 -103.118.244.0/22 -103.118.248.0/22 -103.118.252.0/22 -103.119.0.0/22 -103.119.12.0/22 -103.119.16.0/22 -103.119.28.0/22 -103.119.44.0/22 -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.100.0/22 -103.120.140.0/22 -103.120.196.0/22 -103.120.224.0/22 -103.121.52.0/22 -103.121.92.0/22 -103.121.160.0/22 -103.121.164.0/22 -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/22 -103.123.92.0/22 -103.123.116.0/22 -103.123.160.0/22 -103.123.176.0/22 -103.123.200.0/22 -103.123.204.0/22 -103.123.208.0/22 -103.123.212.0/22 -103.124.24.0/22 -103.124.48.0/22 -103.124.64.0/22 -103.124.212.0/22 -103.124.216.0/22 -103.125.20.0/22 -103.125.44.0/22 -103.129.52.0/22 -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.176.0/22 -103.131.224.0/22 -103.131.228.0/22 -103.131.240.0/22 -103.192.0.0/22 -103.192.4.0/22 -103.192.8.0/22 -103.192.12.0/22 -103.192.16.0/22 -103.192.20.0/22 -103.192.24.0/22 -103.192.28.0/22 -103.192.48.0/22 -103.192.52.0/22 -103.192.56.0/22 -103.192.84.0/22 -103.192.88.0/22 -103.192.92.0/22 -103.192.96.0/22 -103.192.100.0/22 -103.192.104.0/22 -103.192.108.0/22 -103.192.112.0/22 -103.192.128.0/22 -103.192.132.0/22 -103.192.136.0/22 -103.192.140.0/22 -103.192.144.0/22 -103.192.164.0/22 -103.192.188.0/22 -103.192.208.0/22 -103.192.212.0/22 -103.192.216.0/22 -103.192.252.0/22 -103.193.40.0/22 -103.193.44.0/22 -103.193.120.0/22 -103.193.124.0/22 -103.193.140.0/22 -103.193.144.0/22 -103.193.148.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/22 -103.193.220.0/22 -103.193.224.0/22 -103.193.228.0/22 -103.193.232.0/22 -103.193.236.0/22 -103.193.240.0/22 -103.194.16.0/22 -103.195.104.0/22 -103.195.112.0/22 -103.195.136.0/22 -103.195.148.0/22 -103.195.152.0/22 -103.195.160.0/22 -103.195.192.0/22 -103.196.60.0/22 -103.196.64.0/22 -103.196.72.0/22 -103.196.88.0/22 -103.196.92.0/22 -103.196.96.0/22 -103.196.168.0/22 -103.196.204.0/22 -103.197.180.0/22 -103.197.228.0/22 -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/22 -103.198.220.0/22 -103.198.224.0/22 -103.198.228.0/22 -103.198.232.0/22 -103.198.236.0/22 -103.198.240.0/22 -103.198.244.0/22 -103.199.164.0/22 -103.199.196.0/22 -103.199.228.0/22 -103.199.248.0/22 -103.199.252.0/22 -103.200.28.0/22 -103.200.32.0/22 -103.200.52.0/22 -103.200.64.0/22 -103.200.68.0/22 -103.200.136.0/22 -103.200.140.0/22 -103.200.144.0/22 -103.200.148.0/22 -103.200.152.0/22 -103.200.156.0/22 -103.200.160.0/22 -103.200.164.0/22 -103.200.168.0/22 -103.200.172.0/22 -103.200.176.0/22 -103.200.180.0/22 -103.200.184.0/22 -103.200.188.0/22 -103.200.192.0/22 -103.200.220.0/22 -103.200.224.0/22 -103.200.228.0/22 -103.200.232.0/22 -103.200.236.0/22 -103.200.240.0/22 -103.200.244.0/22 -103.200.248.0/22 -103.200.252.0/22 -103.201.0.0/22 -103.201.4.0/22 -103.201.8.0/22 -103.201.12.0/22 -103.201.16.0/22 -103.201.20.0/22 -103.201.28.0/22 -103.201.32.0/22 -103.201.36.0/22 -103.201.40.0/22 -103.201.44.0/22 -103.201.48.0/22 -103.201.52.0/22 -103.201.56.0/22 -103.201.60.0/22 -103.201.64.0/22 -103.201.76.0/22 -103.201.80.0/22 -103.201.84.0/22 -103.201.88.0/22 -103.201.92.0/22 -103.201.96.0/22 -103.201.100.0/22 -103.201.104.0/22 -103.201.108.0/22 -103.201.112.0/22 -103.201.116.0/22 -103.201.120.0/22 -103.201.152.0/22 -103.201.156.0/22 -103.201.160.0/22 -103.201.164.0/22 -103.201.168.0/22 -103.201.172.0/22 -103.201.176.0/22 -103.201.180.0/22 -103.201.184.0/22 -103.201.188.0/22 -103.201.192.0/22 -103.201.196.0/22 -103.201.200.0/22 -103.201.204.0/22 -103.201.208.0/22 -103.201.212.0/22 -103.201.216.0/22 -103.201.220.0/22 -103.201.224.0/22 -103.201.228.0/22 -103.201.232.0/22 -103.201.236.0/22 -103.201.240.0/22 -103.201.244.0/22 -103.201.248.0/22 -103.201.252.0/22 -103.202.0.0/22 -103.202.4.0/22 -103.202.8.0/22 -103.202.12.0/22 -103.202.16.0/22 -103.202.20.0/22 -103.202.24.0/22 -103.202.28.0/22 -103.202.32.0/22 -103.202.36.0/22 -103.202.40.0/22 -103.202.44.0/22 -103.202.56.0/22 -103.202.60.0/22 -103.202.64.0/22 -103.202.68.0/22 -103.202.72.0/22 -103.202.76.0/22 -103.202.80.0/22 -103.202.84.0/22 -103.202.88.0/22 -103.202.92.0/22 -103.202.96.0/22 -103.202.100.0/22 -103.202.104.0/22 -103.202.108.0/22 -103.202.112.0/22 -103.202.116.0/22 -103.202.120.0/22 -103.202.124.0/22 -103.202.128.0/22 -103.202.132.0/22 -103.202.136.0/22 -103.202.140.0/22 -103.202.144.0/22 -103.202.152.0/22 -103.202.156.0/22 -103.202.160.0/22 -103.202.164.0/22 -103.202.168.0/22 -103.202.172.0/22 -103.202.176.0/22 -103.202.180.0/22 -103.202.184.0/22 -103.202.188.0/22 -103.202.192.0/22 -103.202.196.0/22 -103.202.200.0/21 -103.202.212.0/22 -103.202.228.0/22 -103.202.236.0/22 -103.202.240.0/22 -103.202.244.0/22 -103.202.248.0/22 -103.202.252.0/22 -103.203.0.0/22 -103.203.4.0/22 -103.203.8.0/22 -103.203.12.0/22 -103.203.16.0/22 -103.203.20.0/22 -103.203.24.0/22 -103.203.28.0/22 -103.203.32.0/22 -103.203.52.0/22 -103.203.56.0/22 -103.203.96.0/22 -103.203.100.0/22 -103.203.104.0/22 -103.203.108.0/22 -103.203.112.0/22 -103.203.116.0/22 -103.203.120.0/22 -103.203.124.0/22 -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.72.0/22 -103.204.88.0/22 -103.204.112.0/22 -103.204.136.0/22 -103.204.140.0/22 -103.204.144.0/22 -103.204.148.0/22 -103.204.152.0/22 -103.204.196.0/22 -103.204.232.0/22 -103.204.236.0/22 -103.205.4.0/22 -103.205.8.0/22 -103.205.40.0/22 -103.205.44.0/22 -103.205.52.0/22 -103.205.108.0/22 -103.205.116.0/22 -103.205.120.0/22 -103.205.136.0/22 -103.205.162.0/24 -103.205.188.0/22 -103.205.192.0/22 -103.205.196.0/22 -103.205.200.0/22 -103.205.236.0/22 -103.205.248.0/22 -103.205.252.0/22 -103.206.0.0/22 -103.206.44.0/22 -103.206.108.0/22 -103.206.148.0/22 -103.207.48.0/22 -103.207.104.0/22 -103.207.164.0/22 -103.207.184.0/22 -103.207.188.0/22 -103.207.192.0/22 -103.207.196.0/22 -103.207.200.0/22 -103.207.204.0/22 -103.207.208.0/22 -103.207.212.0/22 -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.40.0/22 -103.208.44.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.20.0/22 -103.210.96.0/22 -103.210.156.0/22 -103.210.160.0/22 -103.210.164.0/22 -103.210.168.0/22 -103.210.172.0/22 -103.210.176.0/22 -103.210.180.0/22 -103.210.184.0/22 -103.210.188.0/22 -103.210.216.0/22 -103.211.44.0/22 -103.211.96.0/22 -103.211.100.0/22 -103.211.156.0/22 -103.211.164.0/22 -103.211.192.0/22 -103.211.220.0/22 -103.211.224.0/22 -103.211.248.0/22 -103.212.0.0/22 -103.212.4.0/22 -103.212.8.0/22 -103.212.12.0/22 -103.212.32.0/22 -103.212.44.0/22 -103.212.48.0/22 -103.212.84.0/22 -103.212.100.0/22 -103.212.104.0/22 -103.212.108.0/22 -103.212.148.0/22 -103.212.164.0/22 -103.212.196.0/22 -103.212.200.0/22 -103.212.228.0/22 -103.212.252.0/22 -103.213.40.0/22 -103.213.44.0/22 -103.213.48.0/22 -103.213.52.0/22 -103.213.56.0/22 -103.213.60.0/22 -103.213.64.0/22 -103.213.68.0/22 -103.213.72.0/22 -103.213.76.0/22 -103.213.80.0/22 -103.213.84.0/22 -103.213.88.0/22 -103.213.92.0/22 -103.213.96.0/22 -103.213.132.0/22 -103.213.136.0/22 -103.213.140.0/22 -103.213.144.0/22 -103.213.148.0/22 -103.213.152.0/22 -103.213.156.0/22 -103.213.160.0/22 -103.213.164.0/22 -103.213.168.0/22 -103.213.172.0/22 -103.213.176.0/22 -103.213.180.0/22 -103.213.184.0/22 -103.213.188.0/22 -103.213.248.0/22 -103.214.32.0/22 -103.214.48.0/22 -103.214.84.0/22 -103.214.168.0/22 -103.214.212.0/22 -103.214.240.0/22 -103.214.244.0/22 -103.215.28.0/22 -103.215.32.0/22 -103.215.36.0/22 -103.215.44.0/22 -103.215.48.0/22 -103.215.100.0/22 -103.215.104.0/22 -103.215.108.0/22 -103.215.116.0/22 -103.215.120.0/22 -103.215.140.0/22 -103.215.184.0/22 -103.215.228.0/22 -103.216.4.0/22 -103.216.8.0/22 -103.216.12.0/22 -103.216.16.0/22 -103.216.20.0/22 -103.216.24.0/22 -103.216.28.0/22 -103.216.32.0/22 -103.216.36.0/22 -103.216.40.0/22 -103.216.44.0/22 -103.216.64.0/22 -103.216.108.0/22 -103.216.136.0/22 -103.216.152.0/22 -103.216.224.0/22 -103.216.228.0/22 -103.216.240.0/22 -103.216.244.0/22 -103.216.248.0/22 -103.216.252.0/22 -103.217.0.0/22 -103.217.4.0/22 -103.217.8.0/22 -103.217.12.0/22 -103.217.16.0/22 -103.217.20.0/22 -103.217.24.0/22 -103.217.28.0/22 -103.217.32.0/22 -103.217.36.0/22 -103.217.40.0/22 -103.217.44.0/22 -103.217.48.0/22 -103.217.52.0/22 -103.217.56.0/22 -103.217.60.0/22 -103.217.168.0/22 -103.217.180.0/22 -103.217.184.0/22 -103.217.188.0/22 -103.217.192.0/22 -103.217.196.0/22 -103.217.200.0/22 -103.217.204.0/22 -103.218.0.0/22 -103.218.8.0/22 -103.218.12.0/22 -103.218.16.0/22 -103.218.20.0/22 -103.218.28.0/22 -103.218.32.0/22 -103.218.36.0/22 -103.218.40.0/22 -103.218.44.0/22 -103.218.48.0/22 -103.218.52.0/22 -103.218.56.0/22 -103.218.60.0/22 -103.218.64.0/22 -103.218.68.0/22 -103.218.72.0/22 -103.218.76.0/22 -103.218.80.0/22 -103.218.84.0/22 -103.218.88.0/22 -103.218.92.0/22 -103.218.184.0/22 -103.218.192.0/22 -103.218.196.0/22 -103.218.200.0/22 -103.218.204.0/22 -103.218.208.0/22 -103.218.212.0/22 -103.218.216.0/22 -103.219.24.0/22 -103.219.28.0/22 -103.219.32.0/22 -103.219.36.0/22 -103.219.64.0/22 -103.219.84.0/22 -103.219.88.0/22 -103.219.92.0/22 -103.219.96.0/22 -103.219.100.0/22 -103.219.176.0/22 -103.219.184.0/22 -103.220.48.0/22 -103.220.52.0/22 -103.220.56.0/22 -103.220.60.0/22 -103.220.64.0/22 -103.220.92.0/22 -103.220.96.0/22 -103.220.100.0/22 -103.220.104.0/22 -103.220.108.0/22 -103.220.116.0/22 -103.220.120.0/22 -103.220.124.0/22 -103.220.128.0/22 -103.220.132.0/22 -103.220.136.0/22 -103.220.140.0/22 -103.220.144.0/22 -103.220.148.0/22 -103.220.152.0/22 -103.220.160.0/22 -103.220.164.0/22 -103.220.168.0/22 -103.220.172.0/22 -103.220.176.0/22 -103.220.180.0/22 -103.220.184.0/22 -103.220.188.0/22 -103.220.192.0/22 -103.220.196.0/22 -103.220.200.0/22 -103.220.240.0/22 -103.220.244.0/22 -103.220.248.0/22 -103.220.252.0/22 -103.221.0.0/22 -103.221.4.0/22 -103.221.8.0/22 -103.221.12.0/22 -103.221.16.0/22 -103.221.20.0/22 -103.221.24.0/22 -103.221.28.0/22 -103.221.32.0/22 -103.221.36.0/22 -103.221.40.0/22 -103.221.44.0/22 -103.221.48.0/22 -103.221.88.0/22 -103.221.92.0/22 -103.221.96.0/22 -103.221.100.0/22 -103.221.104.0/22 -103.221.108.0/22 -103.221.112.0/22 -103.221.116.0/22 -103.221.120.0/22 -103.221.124.0/22 -103.221.128.0/22 -103.221.132.0/22 -103.221.136.0/22 -103.221.140.0/22 -103.221.144.0/22 -103.221.148.0/22 -103.221.152.0/22 -103.221.156.0/22 -103.221.160.0/22 -103.221.164.0/22 -103.221.168.0/22 -103.221.172.0/22 -103.221.176.0/22 -103.221.180.0/22 -103.221.184.0/22 -103.221.188.0/22 -103.221.192.0/22 -103.221.196.0/22 -103.221.200.0/22 -103.221.204.0/22 -103.222.0.0/22 -103.222.4.0/22 -103.222.8.0/22 -103.222.12.0/22 -103.222.16.0/22 -103.222.24.0/22 -103.222.28.0/22 -103.222.32.0/22 -103.222.36.0/22 -103.222.40.0/22 -103.222.44.0/22 -103.222.48.0/22 -103.222.52.0/22 -103.222.56.0/22 -103.222.60.0/22 -103.222.64.0/22 -103.222.68.0/22 -103.222.72.0/22 -103.222.76.0/22 -103.222.80.0/22 -103.222.84.0/22 -103.222.88.0/22 -103.222.92.0/22 -103.222.96.0/22 -103.222.100.0/22 -103.222.104.0/22 -103.222.108.0/22 -103.222.112.0/22 -103.222.116.0/22 -103.222.120.0/22 -103.222.124.0/22 -103.222.128.0/22 -103.222.132.0/22 -103.222.136.0/22 -103.222.140.0/22 -103.222.144.0/22 -103.222.148.0/22 -103.222.152.0/22 -103.222.156.0/22 -103.222.160.0/22 -103.222.164.0/22 -103.222.168.0/22 -103.222.172.0/22 -103.222.176.0/22 -103.222.180.0/22 -103.222.184.0/22 -103.222.188.0/22 -103.222.192.0/22 -103.222.196.0/22 -103.222.200.0/22 -103.222.204.0/22 -103.222.208.0/22 -103.222.212.0/22 -103.222.216.0/22 -103.222.220.0/22 -103.222.224.0/22 -103.222.228.0/22 -103.222.232.0/22 -103.222.240.0/22 -103.222.244.0/22 -103.223.16.0/22 -103.223.20.0/22 -103.223.24.0/22 -103.223.28.0/22 -103.223.32.0/22 -103.223.36.0/22 -103.223.40.0/22 -103.223.44.0/22 -103.223.48.0/22 -103.223.52.0/22 -103.223.56.0/22 -103.223.60.0/22 -103.223.64.0/22 -103.223.68.0/22 -103.223.72.0/22 -103.223.76.0/22 -103.223.80.0/22 -103.223.84.0/22 -103.223.88.0/22 -103.223.92.0/22 -103.223.96.0/22 -103.223.100.0/22 -103.223.104.0/22 -103.223.108.0/22 -103.223.112.0/22 -103.223.116.0/22 -103.223.120.0/22 -103.223.124.0/22 -103.223.128.0/22 -103.223.132.0/22 -103.223.140.0/22 -103.223.144.0/22 -103.223.148.0/22 -103.223.152.0/22 -103.223.156.0/22 -103.223.160.0/22 -103.223.164.0/22 -103.223.168.0/22 -103.223.172.0/22 -103.223.176.0/22 -103.223.180.0/22 -103.223.188.0/22 -103.223.192.0/22 -103.223.196.0/22 -103.223.200.0/22 -103.223.204.0/22 -103.223.208.0/22 -103.223.212.0/22 -103.223.216.0/22 -103.223.220.0/22 -103.223.224.0/22 -103.223.228.0/22 -103.223.232.0/22 -103.223.236.0/22 -103.223.240.0/22 -103.223.244.0/22 -103.223.248.0/22 -103.223.252.0/22 -103.224.0.0/22 -103.224.40.0/22 -103.224.44.0/22 -103.224.60.0/22 -103.224.80.0/22 -103.224.220.0/22 -103.224.224.0/22 -103.224.228.0/22 -103.224.232.0/22 -103.225.84.0/22 -103.226.16.0/22 -103.226.40.0/22 -103.226.56.0/22 -103.226.60.0/22 -103.226.80.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/22 -103.227.76.0/22 -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/22 -103.227.212.0/22 -103.227.228.0/22 -103.228.12.0/22 -103.228.28.0/22 -103.228.68.0/22 -103.228.88.0/22 -103.228.128.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.228.0/22 -103.228.232.0/22 -103.229.20.0/22 -103.229.60.0/22 -103.229.136.0/22 -103.229.148.0/22 -103.229.172.0/22 -103.229.212.0/22 -103.229.216.0/22 -103.229.220.0/22 -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.44.0/22 -103.230.96.0/22 -103.230.196.0/22 -103.230.200.0/22 -103.230.204.0/22 -103.230.212.0/22 -103.230.236.0/22 -103.231.16.0/22 -103.231.20.0/22 -103.231.64.0/22 -103.231.68.0/22 -103.231.144.0/22 -103.231.180.0/22 -103.231.184.0/22 -103.231.244.0/22 -103.232.4.0/22 -103.232.144.0/22 -103.232.188.0/22 -103.232.212.0/22 -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.128.0/22 -103.234.172.0/22 -103.234.180.0/22 -103.234.244.0/22 -103.235.16.0/22 -103.235.48.0/22 -103.235.56.0/22 -103.235.60.0/22 -103.235.80.0/22 -103.235.84.0/22 -103.235.128.0/22 -103.235.132.0/22 -103.235.136.0/22 -103.235.140.0/22 -103.235.144.0/22 -103.235.148.0/22 -103.235.184.0/22 -103.235.192.0/22 -103.235.200.0/22 -103.235.220.0/22 -103.235.224.0/22 -103.235.228.0/22 -103.235.232.0/22 -103.235.236.0/22 -103.235.240.0/22 -103.235.244.0/22 -103.235.248.0/22 -103.235.252.0/22 -103.236.0.0/22 -103.236.4.0/22 -103.236.8.0/22 -103.236.12.0/22 -103.236.16.0/22 -103.236.20.0/22 -103.236.24.0/22 -103.236.28.0/22 -103.236.32.0/22 -103.236.36.0/22 -103.236.40.0/22 -103.236.44.0/22 -103.236.48.0/22 -103.236.52.0/22 -103.236.56.0/22 -103.236.60.0/22 -103.236.64.0/22 -103.236.68.0/22 -103.236.72.0/22 -103.236.76.0/22 -103.236.80.0/22 -103.236.84.0/22 -103.236.88.0/22 -103.236.92.0/22 -103.236.96.0/22 -103.236.120.0/22 -103.236.184.0/22 -103.236.220.0/22 -103.236.232.0/22 -103.236.240.0/22 -103.236.244.0/22 -103.236.248.0/22 -103.236.252.0/22 -103.237.0.0/22 -103.237.4.0/22 -103.237.8.0/22 -103.237.12.0/22 -103.237.24.0/22 -103.237.28.0/22 -103.237.68.0/22 -103.237.88.0/22 -103.237.152.0/22 -103.237.176.0/22 -103.237.180.0/22 -103.237.184.0/22 -103.237.188.0/22 -103.237.192.0/22 -103.237.196.0/22 -103.237.200.0/22 -103.237.204.0/22 -103.237.208.0/22 -103.237.212.0/22 -103.237.216.0/22 -103.237.220.0/22 -103.237.224.0/22 -103.237.228.0/22 -103.237.232.0/22 -103.237.236.0/22 -103.237.240.0/22 -103.237.244.0/22 -103.237.248.0/22 -103.237.252.0/22 -103.238.0.0/22 -103.238.4.0/22 -103.238.16.0/22 -103.238.20.0/22 -103.238.24.0/22 -103.238.28.0/22 -103.238.32.0/22 -103.238.36.0/22 -103.238.40.0/22 -103.238.44.0/22 -103.238.48.0/22 -103.238.52.0/22 -103.238.56.0/22 -103.238.88.0/22 -103.238.92.0/22 -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.164.0/22 -103.238.168.0/22 -103.238.172.0/22 -103.238.176.0/22 -103.238.180.0/22 -103.238.184.0/22 -103.238.188.0/22 -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.96.0/22 -103.239.152.0/22 -103.239.156.0/22 -103.239.176.0/22 -103.239.180.0/22 -103.239.184.0/22 -103.239.192.0/22 -103.239.196.0/22 -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.156.0/22 -103.240.172.0/22 -103.240.188.0/22 -103.240.244.0/22 -103.241.12.0/22 -103.241.72.0/22 -103.241.92.0/22 -103.241.96.0/22 -103.241.160.0/22 -103.241.184.0/22 -103.241.188.0/22 -103.241.220.0/22 -103.242.64.0/22 -103.242.128.0/22 -103.242.132.0/22 -103.242.160.0/22 -103.242.168.0/22 -103.242.172.0/22 -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/22 -103.244.68.0/22 -103.244.72.0/22 -103.244.76.0/22 -103.244.80.0/22 -103.244.84.0/22 -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/22 -103.246.12.0/22 -103.246.120.0/22 -103.246.124.0/22 -103.246.132.0/22 -103.246.152.0/22 -103.246.156.0/22 -103.247.168.0/22 -103.247.172.0/22 -103.247.176.0/22 -103.247.200.0/22 -103.247.212.0/22 -103.248.0.0/23 -103.248.64.0/22 -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.220.0/22 -103.248.224.0/22 -103.249.8.0/22 -103.249.12.0/22 -103.249.52.0/22 -103.249.104.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/22 -103.249.172.0/22 -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/22 -103.250.252.0/22 -103.251.32.0/22 -103.251.36.0/22 -103.251.84.0/22 -103.251.96.0/22 -103.251.124.0/22 -103.251.128.0/22 -103.251.160.0/22 -103.251.192.0/22 -103.251.204.0/22 -103.251.236.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/22 -103.254.68.0/22 -103.254.72.0/22 -103.254.76.0/22 -103.254.112.0/22 -103.254.176.0/22 -103.254.188.0/22 -103.254.196.0/24 -103.254.220.0/22 -103.255.56.0/22 -103.255.68.0/22 -103.255.88.0/22 -103.255.92.0/22 -103.255.136.0/22 -103.255.140.0/22 -103.255.184.0/22 -103.255.200.0/22 -103.255.212.0/22 -103.255.228.0/22 -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/15 -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/15 -106.50.0.0/16 -106.52.0.0/14 -106.56.0.0/13 -106.74.0.0/16 -106.75.0.0/16 -106.80.0.0/12 -106.108.0.0/14 -106.112.0.0/13 -106.120.0.0/13 -106.224.0.0/12 -109.244.0.0/16 -110.6.0.0/15 -110.16.0.0/14 -110.34.40.0/22 -110.34.44.0/22 -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/17 -110.75.128.0/19 -110.75.160.0/19 -110.75.192.0/18 -110.76.0.0/19 -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.165.32.0/19 -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.96.0/19 -110.173.192.0/19 -110.176.0.0/13 -110.184.0.0/13 -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/22 -111.92.252.0/22 -111.112.0.0/15 -111.114.0.0/15 -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/14 -111.212.0.0/14 -111.221.28.0/24 -111.221.128.0/17 -111.222.0.0/16 -111.223.4.0/22 -111.223.8.0/22 -111.223.12.0/22 -111.223.16.0/22 -111.223.240.0/22 -111.223.248.0/22 -111.224.0.0/14 -111.228.0.0/14 -111.235.96.0/19 -111.235.156.0/22 -111.235.160.0/19 -112.0.0.0/10 -112.64.0.0/15 -112.66.0.0/15 -112.73.0.0/16 -112.74.0.0/15 -112.80.0.0/13 -112.88.0.0/13 -112.96.0.0/15 -112.98.0.0/15 -112.100.0.0/14 -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/22 -113.21.236.0/22 -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/11 -113.96.0.0/12 -113.112.0.0/13 -113.120.0.0/13 -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/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/22 -114.31.68.0/22 -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.0.0/14 -114.116.0.0/16 -114.117.0.0/16 -114.118.0.0/16 -114.119.0.0/17 -114.119.128.0/18 -114.119.192.0/21 -114.119.200.0/22 -114.119.204.0/22 -114.119.208.0/20 -114.119.224.0/19 -114.132.0.0/16 -114.135.0.0/16 -114.138.0.0/15 -114.141.64.0/21 -114.141.80.0/22 -114.141.84.0/22 -114.141.128.0/18 -114.196.0.0/15 -114.198.248.0/21 -114.208.0.0/14 -114.212.0.0/15 -114.214.0.0/16 -114.215.0.0/16 -114.216.0.0/13 -114.224.0.0/12 -114.240.0.0/12 -115.24.0.0/14 -115.28.0.0/15 -115.31.64.0/22 -115.31.68.0/22 -115.31.72.0/22 -115.31.76.0/22 -115.32.0.0/14 -115.42.56.0/22 -115.44.0.0/15 -115.46.0.0/16 -115.47.0.0/16 -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/15 -115.154.0.0/15 -115.156.0.0/15 -115.158.0.0/16 -115.159.0.0/16 -115.166.64.0/19 -115.168.0.0/14 -115.172.0.0/14 -115.180.0.0/15 -115.182.0.0/16 -115.183.0.0/16 -115.187.0.0/22 -115.187.4.0/22 -115.187.8.0/22 -115.187.12.0/22 -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/17 -116.66.176.0/22 -116.68.136.0/22 -116.68.140.0/22 -116.68.176.0/22 -116.68.180.0/22 -116.69.0.0/16 -116.70.0.0/17 -116.76.0.0/15 -116.78.0.0/15 -116.85.0.0/16 -116.89.144.0/20 -116.89.240.0/22 -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.152.0/22 -116.193.164.0/22 -116.193.176.0/21 -116.194.0.0/15 -116.196.0.0/16 -116.197.160.0/22 -116.197.164.0/22 -116.198.0.0/16 -116.199.0.0/17 -116.199.128.0/19 -116.204.0.0/17 -116.204.132.0/22 -116.204.168.0/22 -116.204.216.0/22 -116.205.0.0/16 -116.206.92.0/22 -116.206.100.0/22 -116.206.176.0/22 -116.207.0.0/16 -116.208.0.0/14 -116.212.160.0/20 -116.213.44.0/22 -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/15 -116.246.0.0/15 -116.248.0.0/15 -116.251.64.0/18 -116.252.0.0/15 -116.254.104.0/22 -116.254.108.0/22 -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/14 -117.53.48.0/20 -117.53.176.0/20 -117.57.0.0/16 -117.58.0.0/17 -117.59.0.0/16 -117.60.0.0/14 -117.64.0.0/13 -117.72.0.0/15 -117.74.64.0/20 -117.74.80.0/20 -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/17 -117.121.128.0/18 -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/19 -118.26.32.0/22 -118.26.36.0/22 -118.26.40.0/21 -118.26.48.0/21 -118.26.56.0/21 -118.26.64.0/19 -118.26.96.0/21 -118.26.104.0/21 -118.26.112.0/21 -118.26.120.0/21 -118.26.128.0/17 -118.28.0.0/15 -118.30.0.0/16 -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.91.240.0/20 -118.102.16.0/20 -118.102.32.0/21 -118.103.164.0/22 -118.103.168.0/22 -118.103.172.0/22 -118.103.176.0/22 -118.107.180.0/22 -118.112.0.0/13 -118.120.0.0/14 -118.124.0.0/15 -118.126.0.0/16 -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.0.0/17 -118.184.128.0/17 -118.186.0.0/15 -118.188.0.0/16 -118.190.0.0/16 -118.191.0.0/16 -118.192.0.0/16 -118.193.0.0/21 -118.193.8.0/21 -118.193.32.0/19 -118.193.64.0/20 -118.193.96.0/19 -118.193.128.0/17 -118.194.0.0/17 -118.194.128.0/17 -118.195.0.0/17 -118.195.128.0/17 -118.196.0.0/14 -118.202.0.0/15 -118.204.0.0/14 -118.212.0.0/16 -118.213.0.0/16 -118.215.192.0/18 -118.224.0.0/14 -118.228.0.0/15 -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/20 -119.18.240.0/20 -119.19.0.0/16 -119.20.0.0/14 -119.27.64.0/18 -119.27.128.0/19 -119.27.160.0/19 -119.27.192.0/18 -119.28.0.0/15 -119.30.48.0/20 -119.31.192.0/19 -119.32.0.0/14 -119.36.0.0/16 -119.37.0.0/17 -119.37.128.0/18 -119.37.192.0/18 -119.38.0.0/17 -119.38.128.0/18 -119.38.192.0/20 -119.38.208.0/20 -119.38.224.0/19 -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/21 -119.42.136.0/21 -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/16 -119.61.0.0/16 -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/14 -119.96.0.0/13 -119.108.0.0/15 -119.112.0.0/13 -119.120.0.0/13 -119.128.0.0/12 -119.144.0.0/14 -119.148.160.0/20 -119.148.176.0/20 -119.151.192.0/18 -119.160.200.0/21 -119.161.120.0/22 -119.161.124.0/22 -119.161.128.0/17 -119.162.0.0/15 -119.164.0.0/14 -119.176.0.0/12 -119.232.0.0/15 -119.235.128.0/18 -119.248.0.0/14 -119.252.96.0/21 -119.252.240.0/20 -119.253.0.0/16 -119.254.0.0/15 -120.0.0.0/12 -120.24.0.0/14 -120.30.0.0/16 -120.31.0.0/16 -120.32.0.0/13 -120.40.0.0/14 -120.44.0.0/14 -120.48.0.0/15 -120.52.0.0/16 -120.53.0.0/16 -120.54.0.0/15 -120.64.0.0/14 -120.68.0.0/14 -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/16 -120.95.0.0/16 -120.128.0.0/14 -120.132.0.0/17 -120.132.128.0/17 -120.133.0.0/16 -120.134.0.0/15 -120.136.16.0/22 -120.136.20.0/22 -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/13 -121.24.0.0/14 -121.28.0.0/15 -121.30.0.0/16 -121.31.0.0/16 -121.32.0.0/14 -121.36.0.0/16 -121.37.0.0/16 -121.38.0.0/15 -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.54.188.0/22 -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/16 -121.193.0.0/16 -121.194.0.0/15 -121.196.0.0/14 -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.0.0/16 -122.9.0.0/16 -122.10.128.0/22 -122.10.132.0/23 -122.10.134.0/23 -122.10.136.0/23 -122.10.138.0/23 -122.10.140.0/22 -122.10.144.0/20 -122.10.160.0/19 -122.10.192.0/20 -122.10.208.0/21 -122.10.216.0/22 -122.10.220.0/22 -122.10.224.0/19 -122.11.0.0/17 -122.12.0.0/16 -122.13.0.0/16 -122.14.0.0/17 -122.14.128.0/18 -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.102.0.0/20 -122.102.64.0/20 -122.102.80.0/20 -122.112.0.0/18 -122.112.64.0/18 -122.112.128.0/17 -122.113.0.0/16 -122.114.0.0/16 -122.115.0.0/17 -122.115.128.0/19 -122.115.160.0/19 -122.115.192.0/19 -122.115.224.0/19 -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/22 -122.200.44.0/22 -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/18 -123.4.0.0/14 -123.8.0.0/13 -123.49.128.0/17 -123.50.160.0/19 -123.52.0.0/14 -123.56.0.0/15 -123.58.0.0/20 -123.58.16.0/20 -123.58.32.0/19 -123.58.64.0/19 -123.58.96.0/19 -123.58.128.0/18 -123.58.192.0/19 -123.58.224.0/20 -123.58.240.0/20 -123.59.0.0/16 -123.60.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.101.0.0/16 -123.103.0.0/17 -123.108.128.0/20 -123.108.208.0/20 -123.112.0.0/12 -123.128.0.0/13 -123.136.80.0/20 -123.137.0.0/16 -123.138.0.0/15 -123.144.0.0/14 -123.148.0.0/16 -123.149.0.0/16 -123.150.0.0/15 -123.152.0.0/13 -123.160.0.0/14 -123.164.0.0/14 -123.168.0.0/14 -123.172.0.0/15 -123.174.0.0/15 -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/14 -123.188.0.0/14 -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/22 -123.242.196.0/22 -123.244.0.0/14 -123.249.0.0/16 -123.254.96.0/22 -123.254.100.0/22 -124.6.64.0/18 -124.14.0.0/15 -124.16.0.0/15 -124.20.0.0/16 -124.21.0.0/20 -124.21.16.0/20 -124.21.32.0/19 -124.21.64.0/18 -124.21.128.0/17 -124.22.0.0/15 -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/17 -124.42.128.0/17 -124.47.0.0/18 -124.64.0.0/15 -124.66.0.0/17 -124.67.0.0/16 -124.68.0.0/14 -124.72.0.0/16 -124.73.0.0/16 -124.74.0.0/15 -124.76.0.0/14 -124.88.0.0/16 -124.89.0.0/17 -124.89.128.0/17 -124.90.0.0/15 -124.92.0.0/14 -124.108.8.0/21 -124.108.40.0/21 -124.109.96.0/21 -124.112.0.0/15 -124.114.0.0/15 -124.116.0.0/16 -124.117.0.0/16 -124.118.0.0/15 -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/16 -124.161.0.0/16 -124.162.0.0/16 -124.163.0.0/16 -124.164.0.0/14 -124.172.0.0/15 -124.174.0.0/15 -124.192.0.0/15 -124.196.0.0/16 -124.200.0.0/13 -124.220.0.0/14 -124.224.0.0/16 -124.225.0.0/16 -124.226.0.0/15 -124.228.0.0/14 -124.232.0.0/15 -124.234.0.0/15 -124.236.0.0/14 -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/15 -124.254.0.0/18 -125.31.192.0/18 -125.32.0.0/16 -125.33.0.0/16 -125.34.0.0/16 -125.35.0.0/17 -125.35.128.0/17 -125.36.0.0/14 -125.40.0.0/13 -125.58.128.0/17 -125.61.128.0/17 -125.62.0.0/18 -125.64.0.0/13 -125.72.0.0/16 -125.73.0.0/16 -125.74.0.0/15 -125.76.0.0/17 -125.76.128.0/17 -125.77.0.0/16 -125.78.0.0/15 -125.80.0.0/13 -125.88.0.0/13 -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/18 -125.210.0.0/16 -125.211.0.0/16 -125.213.0.0/17 -125.214.96.0/19 -125.215.0.0/18 -125.216.0.0/15 -125.218.0.0/16 -125.219.0.0/16 -125.220.0.0/15 -125.222.0.0/15 -125.254.128.0/18 -125.254.192.0/18 -128.108.0.0/16 -129.28.0.0/16 -129.204.0.0/16 -129.211.0.0/16 -132.232.0.0/16 -134.175.0.0/16 -137.59.59.0/24 -137.59.88.0/22 -139.5.56.0/22 -139.5.60.0/22 -139.5.80.0/22 -139.5.92.0/22 -139.5.108.0/22 -139.5.128.0/22 -139.5.160.0/22 -139.5.192.0/22 -139.5.204.0/22 -139.5.208.0/22 -139.5.212.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/16 -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/14 -139.200.0.0/13 -139.208.0.0/13 -139.217.0.0/16 -139.219.0.0/16 -139.220.0.0/15 -139.224.0.0/16 -139.226.0.0/15 -140.75.0.0/16 -140.143.0.0/16 -140.179.0.0/16 -140.205.0.0/16 -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.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.48.8.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/22 -144.48.212.0/22 -144.48.220.0/22 -144.48.252.0/22 -144.52.0.0/16 -144.123.0.0/16 -144.255.0.0/16 -146.56.192.0/18 -146.196.56.0/22 -146.196.68.0/22 -146.196.72.0/22 -146.196.92.0/22 -146.196.112.0/22 -146.196.116.0/22 -146.196.124.0/22 -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.216.0/22 -150.129.252.0/22 -150.138.0.0/15 -150.158.0.0/16 -150.223.0.0/16 -150.242.0.0/22 -150.242.4.0/22 -150.242.8.0/22 -150.242.28.0/22 -150.242.44.0/22 -150.242.48.0/22 -150.242.52.0/22 -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/22 -150.242.116.0/22 -150.242.120.0/22 -150.242.152.0/22 -150.242.156.0/22 -150.242.160.0/22 -150.242.164.0/22 -150.242.168.0/22 -150.242.184.0/22 -150.242.188.0/22 -150.242.192.0/22 -150.242.212.0/22 -150.242.224.0/22 -150.242.228.0/22 -150.242.232.0/22 -150.242.236.0/22 -150.242.240.0/22 -150.242.244.0/22 -150.242.248.0/22 -150.255.0.0/16 -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 -157.0.0.0/16 -157.18.0.0/16 -157.61.0.0/16 -157.119.0.0/22 -157.119.8.0/22 -157.119.12.0/22 -157.119.16.0/22 -157.119.28.0/22 -157.119.68.0/22 -157.119.112.0/22 -157.119.132.0/22 -157.119.136.0/22 -157.119.140.0/22 -157.119.144.0/22 -157.119.148.0/22 -157.119.152.0/22 -157.119.156.0/22 -157.119.160.0/22 -157.119.164.0/22 -157.119.172.0/22 -157.119.192.0/22 -157.119.196.0/22 -157.119.240.0/22 -157.119.252.0/22 -157.122.0.0/16 -157.148.0.0/16 -157.156.0.0/16 -157.255.0.0/16 -159.75.0.0/16 -159.226.0.0/16 -160.19.208.0/22 -160.19.212.0/22 -160.19.216.0/22 -160.20.48.0/22 -160.202.60.0/22 -160.202.148.0/22 -160.202.152.0/22 -160.202.168.0/22 -160.202.212.0/22 -160.202.216.0/22 -160.202.220.0/22 -160.202.224.0/22 -160.202.228.0/22 -160.202.232.0/22 -160.202.236.0/22 -160.202.240.0/22 -160.202.244.0/22 -160.202.248.0/22 -160.202.252.0/22 -160.238.64.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/22 -163.53.4.0/22 -163.53.8.0/22 -163.53.12.0/22 -163.53.36.0/22 -163.53.40.0/22 -163.53.44.0/22 -163.53.48.0/22 -163.53.52.0/22 -163.53.56.0/22 -163.53.60.0/22 -163.53.64.0/22 -163.53.88.0/22 -163.53.92.0/22 -163.53.96.0/22 -163.53.100.0/22 -163.53.104.0/22 -163.53.108.0/22 -163.53.112.0/22 -163.53.116.0/22 -163.53.120.0/22 -163.53.124.0/22 -163.53.128.0/22 -163.53.132.0/22 -163.53.136.0/22 -163.53.160.0/22 -163.53.164.0/22 -163.53.168.0/22 -163.53.172.0/22 -163.53.188.0/22 -163.53.220.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 -164.52.0.0/17 -166.111.0.0/16 -167.139.0.0/16 -167.189.0.0/16 -167.220.244.0/22 -168.160.0.0/16 -170.179.0.0/16 -171.8.0.0/13 -171.34.0.0/15 -171.36.0.0/14 -171.40.0.0/13 -171.80.0.0/14 -171.84.0.0/14 -171.88.0.0/13 -171.104.0.0/13 -171.112.0.0/14 -171.116.0.0/14 -171.120.0.0/13 -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.144.0/22 -175.111.148.0/22 -175.111.152.0/22 -175.111.156.0/22 -175.111.160.0/22 -175.111.164.0/22 -175.111.168.0/22 -175.111.172.0/22 -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.176.176.0/22 -175.176.188.0/22 -175.176.192.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.0.0/16 -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/22 -180.94.124.0/22 -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.149.236.0/22 -180.150.160.0/19 -180.152.0.0/13 -180.160.0.0/12 -180.178.112.0/22 -180.178.116.0/22 -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.224.0/19 -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 -180.235.136.0/22 -182.16.144.0/22 -182.16.148.0/22 -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/20 -182.50.112.0/20 -182.51.0.0/16 -182.54.0.0/17 -182.54.244.0/22 -182.61.0.0/16 -182.80.0.0/14 -182.84.0.0/14 -182.88.0.0/14 -182.92.0.0/16 -182.96.0.0/12 -182.112.0.0/12 -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/22 -182.237.28.0/22 -182.238.0.0/16 -182.239.0.0/19 -182.240.0.0/13 -182.254.0.0/16 -182.255.32.0/22 -182.255.36.0/22 -182.255.60.0/22 -183.0.0.0/10 -183.64.0.0/13 -183.78.160.0/22 -183.78.164.0/22 -183.78.180.0/22 -183.81.172.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.182.0.0/19 -183.184.0.0/13 -183.192.0.0/10 -188.131.128.0/17 -192.55.46.0/24 -192.55.68.0/22 -192.102.204.0/23 -192.124.154.0/24 -192.140.128.0/22 -192.140.132.0/22 -192.140.136.0/22 -192.140.156.0/22 -192.140.160.0/22 -192.140.164.0/22 -192.140.168.0/22 -192.140.172.0/22 -192.140.176.0/22 -192.140.180.0/22 -192.140.184.0/22 -192.140.188.0/22 -192.140.192.0/22 -192.140.196.0/22 -192.140.200.0/22 -192.140.204.0/22 -192.140.208.0/22 -192.140.212.0/22 -192.144.128.0/17 -193.112.0.0/16 -198.175.100.0/22 -202.0.100.0/23 -202.0.122.0/23 -202.0.176.0/22 -202.3.128.0/23 -202.4.128.0/19 -202.4.252.0/22 -202.5.208.0/22 -202.5.212.0/22 -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/20 -202.10.112.0/22 -202.10.116.0/22 -202.10.120.0/22 -202.10.124.0/22 -202.12.1.0/24 -202.12.2.0/24 -202.12.17.0/24 -202.12.18.0/24 -202.12.19.0/24 -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/23 -202.14.238.0/24 -202.14.239.0/24 -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/24 -202.20.127.0/24 -202.21.48.0/22 -202.21.52.0/22 -202.21.56.0/22 -202.21.60.0/22 -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.22.248.0/22 -202.22.252.0/22 -202.27.12.0/24 -202.27.14.0/24 -202.27.136.0/23 -202.36.226.0/24 -202.38.0.0/23 -202.38.2.0/23 -202.38.8.0/21 -202.38.48.0/20 -202.38.64.0/19 -202.38.96.0/19 -202.38.128.0/23 -202.38.130.0/23 -202.38.132.0/23 -202.38.134.0/24 -202.38.135.0/24 -202.38.136.0/23 -202.38.138.0/24 -202.38.140.0/23 -202.38.142.0/23 -202.38.146.0/23 -202.38.149.0/24 -202.38.150.0/23 -202.38.152.0/23 -202.38.154.0/23 -202.38.156.0/24 -202.38.158.0/23 -202.38.160.0/23 -202.38.164.0/22 -202.38.168.0/23 -202.38.170.0/24 -202.38.171.0/24 -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.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.32.0/19 -202.46.128.0/24 -202.46.224.0/20 -202.47.82.0/23 -202.47.96.0/22 -202.47.100.0/22 -202.47.104.0/22 -202.47.108.0/22 -202.47.126.0/24 -202.47.128.0/24 -202.47.130.0/23 -202.52.33.0/24 -202.52.34.0/24 -202.52.47.0/24 -202.52.143.0/24 -202.53.140.0/24 -202.53.143.0/24 -202.57.192.0/22 -202.57.196.0/22 -202.57.200.0/22 -202.57.204.0/22 -202.57.212.0/22 -202.57.216.0/22 -202.57.240.0/20 -202.58.0.0/24 -202.58.104.0/22 -202.58.112.0/22 -202.59.0.0/24 -202.59.1.0/24 -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/24 -202.63.81.0/24 -202.63.82.0/23 -202.63.84.0/22 -202.63.88.0/21 -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.65.96.0/22 -202.65.100.0/22 -202.65.104.0/22 -202.65.108.0/22 -202.66.168.0/22 -202.67.0.0/22 -202.69.4.0/22 -202.69.16.0/20 -202.70.0.0/19 -202.70.96.0/20 -202.70.192.0/20 -202.71.32.0/22 -202.71.36.0/22 -202.71.40.0/22 -202.71.44.0/22 -202.72.40.0/21 -202.72.80.0/20 -202.72.112.0/22 -202.72.116.0/22 -202.72.120.0/22 -202.72.124.0/22 -202.73.128.0/22 -202.73.240.0/22 -202.73.244.0/22 -202.73.248.0/22 -202.73.252.0/22 -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.232.0/22 -202.74.254.0/23 -202.75.208.0/20 -202.75.252.0/22 -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/21 -202.80.200.0/21 -202.81.0.0/22 -202.81.176.0/22 -202.81.180.0/22 -202.81.184.0/22 -202.81.188.0/22 -202.83.252.0/22 -202.84.0.0/22 -202.84.4.0/22 -202.84.8.0/21 -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.86.252.0/22 -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/22 -202.90.20.0/22 -202.90.24.0/22 -202.90.28.0/22 -202.90.37.0/24 -202.90.96.0/22 -202.90.100.0/22 -202.90.104.0/22 -202.90.108.0/22 -202.90.112.0/20 -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.36.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.74.0/24 -202.94.81.0/24 -202.94.92.0/22 -202.95.240.0/21 -202.95.252.0/22 -202.96.0.0/18 -202.96.64.0/21 -202.96.72.0/21 -202.96.80.0/20 -202.96.96.0/21 -202.96.104.0/21 -202.96.112.0/20 -202.96.128.0/21 -202.96.136.0/21 -202.96.144.0/20 -202.96.160.0/21 -202.96.168.0/21 -202.96.176.0/20 -202.96.192.0/21 -202.96.200.0/21 -202.96.208.0/20 -202.96.224.0/21 -202.96.232.0/21 -202.96.240.0/20 -202.97.0.0/21 -202.97.8.0/21 -202.97.16.0/20 -202.97.32.0/19 -202.97.64.0/19 -202.97.96.0/20 -202.97.112.0/20 -202.97.128.0/18 -202.97.192.0/19 -202.97.224.0/21 -202.97.232.0/21 -202.97.240.0/20 -202.98.0.0/21 -202.98.8.0/21 -202.98.16.0/20 -202.98.32.0/21 -202.98.40.0/21 -202.98.48.0/20 -202.98.64.0/19 -202.98.96.0/21 -202.98.104.0/21 -202.98.112.0/20 -202.98.128.0/19 -202.98.160.0/21 -202.98.168.0/21 -202.98.176.0/20 -202.98.192.0/21 -202.98.200.0/21 -202.98.208.0/20 -202.98.224.0/21 -202.98.232.0/21 -202.98.240.0/20 -202.99.0.0/18 -202.99.64.0/19 -202.99.96.0/21 -202.99.104.0/21 -202.99.112.0/20 -202.99.128.0/19 -202.99.160.0/21 -202.99.168.0/21 -202.99.176.0/20 -202.99.192.0/21 -202.99.200.0/21 -202.99.208.0/20 -202.99.224.0/21 -202.99.232.0/21 -202.99.240.0/20 -202.100.0.0/21 -202.100.8.0/21 -202.100.16.0/20 -202.100.32.0/19 -202.100.64.0/21 -202.100.72.0/21 -202.100.80.0/20 -202.100.96.0/21 -202.100.104.0/21 -202.100.112.0/20 -202.100.128.0/21 -202.100.136.0/21 -202.100.144.0/20 -202.100.160.0/21 -202.100.168.0/21 -202.100.176.0/20 -202.100.192.0/21 -202.100.200.0/21 -202.100.208.0/20 -202.100.224.0/19 -202.101.0.0/18 -202.101.64.0/19 -202.101.96.0/19 -202.101.128.0/18 -202.101.192.0/19 -202.101.224.0/21 -202.101.232.0/21 -202.101.240.0/20 -202.102.0.0/19 -202.102.32.0/19 -202.102.64.0/18 -202.102.128.0/21 -202.102.136.0/21 -202.102.144.0/20 -202.102.160.0/19 -202.102.192.0/21 -202.102.200.0/21 -202.102.208.0/20 -202.102.224.0/21 -202.102.232.0/21 -202.102.240.0/20 -202.103.0.0/21 -202.103.8.0/21 -202.103.16.0/20 -202.103.32.0/19 -202.103.64.0/19 -202.103.96.0/21 -202.103.104.0/21 -202.103.112.0/20 -202.103.128.0/18 -202.103.192.0/19 -202.103.224.0/21 -202.103.232.0/21 -202.103.240.0/20 -202.104.0.0/15 -202.106.0.0/16 -202.107.0.0/17 -202.107.128.0/17 -202.108.0.0/16 -202.109.0.0/16 -202.110.0.0/18 -202.110.64.0/18 -202.110.128.0/18 -202.110.192.0/18 -202.111.0.0/17 -202.111.128.0/19 -202.111.160.0/19 -202.111.192.0/18 -202.112.0.0/16 -202.113.0.0/20 -202.113.16.0/20 -202.113.32.0/19 -202.113.64.0/18 -202.113.128.0/18 -202.113.192.0/19 -202.113.224.0/20 -202.113.240.0/20 -202.114.0.0/19 -202.114.32.0/19 -202.114.64.0/18 -202.114.128.0/17 -202.115.0.0/19 -202.115.32.0/19 -202.115.64.0/18 -202.115.128.0/17 -202.116.0.0/19 -202.116.32.0/20 -202.116.48.0/20 -202.116.64.0/19 -202.116.96.0/19 -202.116.128.0/17 -202.117.0.0/18 -202.117.64.0/18 -202.117.128.0/17 -202.118.0.0/19 -202.118.32.0/19 -202.118.64.0/18 -202.118.128.0/17 -202.119.0.0/19 -202.119.32.0/19 -202.119.64.0/20 -202.119.80.0/20 -202.119.96.0/19 -202.119.128.0/17 -202.120.0.0/18 -202.120.64.0/18 -202.120.128.0/17 -202.121.0.0/16 -202.122.0.0/21 -202.122.32.0/21 -202.122.64.0/19 -202.122.112.0/21 -202.122.120.0/21 -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/23 -202.127.2.0/24 -202.127.3.0/24 -202.127.4.0/24 -202.127.5.0/24 -202.127.6.0/23 -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/20 -202.127.144.0/20 -202.127.160.0/21 -202.127.192.0/23 -202.127.194.0/23 -202.127.196.0/22 -202.127.200.0/21 -202.127.208.0/24 -202.127.209.0/24 -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.48.0/20 -202.131.208.0/20 -202.133.32.0/20 -202.134.58.0/24 -202.134.128.0/20 -202.134.208.0/22 -202.134.212.0/22 -202.134.216.0/22 -202.134.220.0/22 -202.136.48.0/20 -202.136.208.0/20 -202.136.224.0/20 -202.136.248.0/22 -202.137.231.0/24 -202.140.140.0/22 -202.140.144.0/22 -202.140.148.0/22 -202.140.152.0/22 -202.140.156.0/22 -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.144.196.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/19 -202.148.96.0/19 -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.33.0/24 -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.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/22 -202.168.132.0/22 -202.168.136.0/22 -202.168.140.0/22 -202.168.160.0/20 -202.168.176.0/20 -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/22 -202.179.164.0/22 -202.179.168.0/22 -202.179.172.0/22 -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/13 -202.200.0.0/14 -202.204.0.0/14 -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.24.0/21 -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.88.0/21 -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.200.0/21 -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.80.0/21 -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/24 -203.17.249.0/24 -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.32.0/21 -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.78.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.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.27.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.8.0/21 -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.48.0/21 -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.231.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.76.160.0/22 -203.76.168.0/22 -203.76.208.0/22 -203.76.212.0/22 -203.76.216.0/22 -203.76.240.0/22 -203.76.244.0/22 -203.77.180.0/22 -203.78.48.0/20 -203.78.156.0/22 -203.79.0.0/20 -203.79.32.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.136.0/21 -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/22 -203.82.116.0/22 -203.82.120.0/22 -203.82.124.0/22 -203.82.224.0/22 -203.82.228.0/22 -203.82.232.0/22 -203.82.236.0/22 -203.83.0.0/22 -203.83.8.0/22 -203.83.12.0/22 -203.83.56.0/21 -203.83.224.0/20 -203.86.0.0/19 -203.86.32.0/19 -203.86.64.0/20 -203.86.80.0/20 -203.86.96.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.8.0/21 -203.89.100.0/22 -203.89.133.0/24 -203.89.136.0/22 -203.89.144.0/24 -203.90.0.0/22 -203.90.8.0/22 -203.90.12.0/22 -203.90.128.0/19 -203.90.160.0/19 -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/22 -203.93.4.0/22 -203.93.8.0/24 -203.93.9.0/24 -203.93.10.0/23 -203.93.12.0/22 -203.93.16.0/20 -203.93.32.0/19 -203.93.64.0/18 -203.93.128.0/21 -203.93.136.0/22 -203.93.140.0/24 -203.93.141.0/24 -203.93.142.0/23 -203.93.144.0/20 -203.93.160.0/19 -203.93.192.0/18 -203.94.0.0/22 -203.94.4.0/22 -203.94.8.0/21 -203.94.16.0/20 -203.95.0.0/21 -203.95.96.0/20 -203.95.112.0/20 -203.95.128.0/18 -203.95.200.0/22 -203.95.204.0/22 -203.95.208.0/22 -203.95.224.0/19 -203.99.8.0/21 -203.99.16.0/20 -203.99.80.0/20 -203.100.32.0/20 -203.100.48.0/21 -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/22 -203.114.84.0/22 -203.114.88.0/22 -203.114.92.0/22 -203.114.244.0/22 -203.118.192.0/19 -203.118.241.0/24 -203.118.248.0/22 -203.119.24.0/21 -203.119.32.0/22 -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.224.0/21 -203.129.8.0/21 -203.130.32.0/19 -203.132.32.0/19 -203.134.240.0/21 -203.135.96.0/20 -203.135.112.0/20 -203.135.160.0/20 -203.142.219.0/24 -203.142.224.0/19 -203.144.96.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.52.0/22 -203.160.104.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.7.0/24 -203.174.96.0/19 -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.185.189.0/24 -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.232.0/22 -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.16.0/20 -203.191.64.0/18 -203.191.133.0/24 -203.191.144.0/21 -203.191.152.0/21 -203.192.0.0/19 -203.193.224.0/19 -203.194.120.0/21 -203.195.64.0/19 -203.195.112.0/21 -203.195.128.0/17 -203.196.0.0/21 -203.196.8.0/21 -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.205.128.0/17 -203.207.64.0/20 -203.207.80.0/21 -203.207.88.0/22 -203.207.92.0/22 -203.207.96.0/20 -203.207.112.0/20 -203.207.128.0/18 -203.207.192.0/21 -203.207.200.0/21 -203.207.208.0/20 -203.207.224.0/19 -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.215.232.0/21 -203.217.164.0/22 -203.222.192.0/20 -203.223.0.0/20 -203.223.16.0/21 -210.2.0.0/20 -210.2.16.0/20 -210.5.0.0/19 -210.5.56.0/21 -210.5.128.0/20 -210.5.144.0/20 -210.7.56.0/22 -210.7.60.0/22 -210.12.0.0/18 -210.12.64.0/18 -210.12.128.0/18 -210.12.192.0/18 -210.13.0.0/18 -210.13.64.0/18 -210.13.128.0/17 -210.14.64.0/19 -210.14.112.0/20 -210.14.128.0/19 -210.14.160.0/19 -210.14.192.0/19 -210.14.224.0/19 -210.15.0.0/19 -210.15.32.0/19 -210.15.64.0/19 -210.15.96.0/19 -210.15.128.0/18 -210.16.104.0/22 -210.16.128.0/18 -210.21.0.0/17 -210.21.128.0/17 -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/14 -210.36.0.0/14 -210.40.0.0/13 -210.51.0.0/16 -210.52.0.0/18 -210.52.64.0/18 -210.52.128.0/17 -210.53.0.0/17 -210.53.128.0/17 -210.56.192.0/19 -210.72.0.0/17 -210.72.128.0/19 -210.72.160.0/19 -210.72.192.0/18 -210.73.0.0/19 -210.73.32.0/19 -210.73.64.0/18 -210.73.128.0/17 -210.74.0.0/19 -210.74.32.0/19 -210.74.64.0/19 -210.74.96.0/19 -210.74.128.0/19 -210.74.160.0/19 -210.74.192.0/18 -210.75.0.0/16 -210.76.0.0/19 -210.76.32.0/19 -210.76.64.0/18 -210.76.128.0/17 -210.77.0.0/16 -210.78.0.0/19 -210.78.32.0/19 -210.78.64.0/18 -210.78.128.0/19 -210.78.160.0/19 -210.78.192.0/18 -210.79.64.0/18 -210.79.224.0/19 -210.82.0.0/15 -210.87.128.0/20 -210.87.144.0/20 -210.87.160.0/19 -210.185.192.0/18 -210.192.96.0/19 -211.64.0.0/14 -211.68.0.0/15 -211.70.0.0/15 -211.80.0.0/16 -211.81.0.0/16 -211.82.0.0/16 -211.83.0.0/16 -211.84.0.0/15 -211.86.0.0/15 -211.88.0.0/16 -211.89.0.0/16 -211.90.0.0/15 -211.92.0.0/15 -211.94.0.0/15 -211.96.0.0/15 -211.98.0.0/16 -211.99.0.0/18 -211.99.64.0/19 -211.99.96.0/19 -211.99.128.0/17 -211.100.0.0/16 -211.101.0.0/18 -211.101.64.0/18 -211.101.128.0/17 -211.102.0.0/16 -211.103.0.0/17 -211.103.128.0/17 -211.136.0.0/14 -211.140.0.0/15 -211.142.0.0/17 -211.142.128.0/17 -211.143.0.0/16 -211.144.0.0/15 -211.146.0.0/16 -211.147.0.0/16 -211.148.0.0/14 -211.152.0.0/15 -211.154.0.0/16 -211.155.0.0/18 -211.155.64.0/19 -211.155.96.0/19 -211.155.128.0/17 -211.156.0.0/14 -211.160.0.0/14 -211.164.0.0/14 -212.64.0.0/17 -212.129.128.0/17 -216.250.108.0/22 -218.0.0.0/16 -218.1.0.0/16 -218.2.0.0/15 -218.4.0.0/15 -218.6.0.0/16 -218.7.0.0/16 -218.8.0.0/15 -218.10.0.0/16 -218.11.0.0/16 -218.12.0.0/16 -218.13.0.0/16 -218.14.0.0/15 -218.16.0.0/14 -218.20.0.0/16 -218.21.0.0/17 -218.21.128.0/17 -218.22.0.0/15 -218.24.0.0/15 -218.26.0.0/16 -218.27.0.0/16 -218.28.0.0/15 -218.30.0.0/15 -218.56.0.0/14 -218.60.0.0/15 -218.62.0.0/17 -218.62.128.0/17 -218.63.0.0/16 -218.64.0.0/15 -218.66.0.0/16 -218.67.0.0/17 -218.67.128.0/17 -218.68.0.0/15 -218.70.0.0/15 -218.72.0.0/14 -218.76.0.0/15 -218.78.0.0/15 -218.80.0.0/14 -218.84.0.0/14 -218.88.0.0/13 -218.96.0.0/15 -218.98.0.0/17 -218.98.128.0/18 -218.98.192.0/19 -218.98.224.0/19 -218.99.0.0/16 -218.100.88.0/21 -218.100.96.0/19 -218.100.128.0/17 -218.104.0.0/17 -218.104.128.0/19 -218.104.160.0/19 -218.104.192.0/21 -218.104.200.0/21 -218.104.208.0/20 -218.104.224.0/19 -218.105.0.0/16 -218.106.0.0/15 -218.108.0.0/16 -218.109.0.0/16 -218.185.192.0/19 -218.185.240.0/21 -218.192.0.0/16 -218.193.0.0/16 -218.194.0.0/16 -218.195.0.0/16 -218.196.0.0/14 -218.200.0.0/14 -218.204.0.0/15 -218.206.0.0/15 -218.240.0.0/14 -218.244.0.0/15 -218.246.0.0/15 -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/22 -219.90.76.0/22 -219.128.0.0/12 -219.144.0.0/14 -219.148.0.0/16 -219.149.0.0/17 -219.149.128.0/18 -219.149.192.0/18 -219.150.0.0/19 -219.150.32.0/19 -219.150.64.0/19 -219.150.96.0/20 -219.150.112.0/20 -219.150.128.0/17 -219.151.0.0/19 -219.151.32.0/19 -219.151.64.0/18 -219.151.128.0/17 -219.152.0.0/15 -219.154.0.0/15 -219.156.0.0/15 -219.158.0.0/17 -219.158.128.0/17 -219.159.0.0/18 -219.159.64.0/18 -219.159.128.0/17 -219.216.0.0/15 -219.218.0.0/15 -219.220.0.0/16 -219.221.0.0/16 -219.222.0.0/15 -219.224.0.0/15 -219.226.0.0/16 -219.227.0.0/16 -219.228.0.0/15 -219.230.0.0/15 -219.232.0.0/14 -219.236.0.0/15 -219.238.0.0/15 -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/15 -220.158.240.0/22 -220.160.0.0/11 -220.192.0.0/15 -220.194.0.0/15 -220.196.0.0/14 -220.200.0.0/13 -220.231.0.0/18 -220.231.128.0/17 -220.232.64.0/18 -220.234.0.0/16 -220.242.0.0/15 -220.247.136.0/21 -220.248.0.0/14 -220.252.0.0/16 -221.0.0.0/15 -221.2.0.0/16 -221.3.0.0/17 -221.3.128.0/17 -221.4.0.0/16 -221.5.0.0/17 -221.5.128.0/17 -221.6.0.0/16 -221.7.0.0/19 -221.7.32.0/19 -221.7.64.0/19 -221.7.96.0/19 -221.7.128.0/17 -221.8.0.0/15 -221.10.0.0/16 -221.11.0.0/17 -221.11.128.0/18 -221.11.192.0/19 -221.11.224.0/19 -221.12.0.0/17 -221.12.128.0/18 -221.13.0.0/18 -221.13.64.0/19 -221.13.96.0/19 -221.13.128.0/17 -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/16 -221.137.0.0/16 -221.172.0.0/14 -221.176.0.0/13 -221.192.0.0/15 -221.194.0.0/16 -221.195.0.0/16 -221.196.0.0/15 -221.198.0.0/16 -221.199.0.0/19 -221.199.32.0/20 -221.199.48.0/20 -221.199.64.0/18 -221.199.128.0/18 -221.199.192.0/20 -221.199.224.0/19 -221.200.0.0/14 -221.204.0.0/15 -221.206.0.0/16 -221.207.0.0/18 -221.207.64.0/18 -221.207.128.0/17 -221.208.0.0/14 -221.212.0.0/16 -221.213.0.0/16 -221.214.0.0/15 -221.216.0.0/13 -221.224.0.0/13 -221.232.0.0/14 -221.236.0.0/15 -221.238.0.0/16 -221.239.0.0/17 -221.239.128.0/17 -222.16.0.0/15 -222.18.0.0/15 -222.20.0.0/15 -222.22.0.0/16 -222.23.0.0/16 -222.24.0.0/15 -222.26.0.0/15 -222.28.0.0/14 -222.32.0.0/11 -222.64.0.0/13 -222.72.0.0/15 -222.74.0.0/16 -222.75.0.0/16 -222.76.0.0/14 -222.80.0.0/15 -222.82.0.0/16 -222.83.0.0/17 -222.83.128.0/17 -222.84.0.0/16 -222.85.0.0/17 -222.85.128.0/17 -222.86.0.0/15 -222.88.0.0/15 -222.90.0.0/15 -222.92.0.0/14 -222.125.0.0/16 -222.126.128.0/17 -222.128.0.0/14 -222.132.0.0/14 -222.136.0.0/13 -222.160.0.0/15 -222.162.0.0/16 -222.163.0.0/19 -222.163.32.0/19 -222.163.64.0/18 -222.163.128.0/17 -222.168.0.0/15 -222.170.0.0/15 -222.172.0.0/17 -222.172.128.0/17 -222.173.0.0/16 -222.174.0.0/15 -222.176.0.0/13 -222.184.0.0/13 -222.192.0.0/14 -222.196.0.0/15 -222.198.0.0/16 -222.199.0.0/16 -222.200.0.0/14 -222.204.0.0/15 -222.206.0.0/15 -222.208.0.0/13 -222.216.0.0/15 -222.218.0.0/16 -222.219.0.0/16 -222.220.0.0/15 -222.222.0.0/15 -222.240.0.0/13 -222.248.0.0/16 -222.249.0.0/17 -222.249.128.0/19 -222.249.160.0/20 -222.249.176.0/20 -222.249.192.0/18 -223.0.0.0/15 -223.2.0.0/15 -223.4.0.0/14 -223.8.0.0/13 -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.128.0/17 -223.121.128.0/17 -223.122.0.0/15 -223.124.0.0/14 -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/14 -223.212.0.0/15 -223.214.0.0/15 -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/17 -223.254.0.0/16 -223.255.0.0/17 -223.255.236.0/22 -223.255.252.0/23 diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/black.list b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/black.list deleted file mode 100644 index e60cdc3a10..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/black.list +++ /dev/null @@ -1,58 +0,0 @@ -1dot1dot1dot1.cloudflare-dns.com -91smartyun.pt -adobe.com -amazonaws.com -ampproject.org -apple.news -aws.amazon.com -azureedge.net -backpackers.com.tw -bitfinex.com -buzzfeed.com -clockwise.ee -cloudflare-dns.com -cloudfront.net -coindesk.com -coinsquare.io -cryptocompare.com -dns.google -dns9.quad9.net -doh.opendns.com -dropboxstatic.com -eurecom.fr -gdax.com -github.com -kknews.cc -nutaq.com -openairinterface.org -skype.com -sublimetext.com -textnow.com -textnow.me -trouter.io -uploaded.net -whatsapp.com -whatsapp.net -wsj.net -google.com -google.com.hk -gstatic.com -googleusercontent.com -googlepages.com -googlevideo.com -googlecode.com -googleapis.com -googlesource.com -googledrive.com -ggpht.com -youtube.com -youtu.be -ytimg.com -twitter.com -facebook.com -fastly.net -akamai.net -akamaiedge.net -akamaihd.net -edgesuite.net -edgekey.net diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/gfw.list b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/gfw.list deleted file mode 100644 index 4e9d1cfab4..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/gfw.list +++ /dev/null @@ -1,54 +0,0 @@ -91smartyun.pt -adobe.com -amazonaws.com -ampproject.org -apple.news -aws.amazon.com -azureedge.net -backpackers.com.tw -bitfinex.com -buzzfeed.com -clockwise.ee -cloudfront.net -coindesk.com -coinsquare.io -cryptocompare.com -dropboxstatic.com -eurecom.fr -gdax.com -github.com -kknews.cc -nutaq.com -openairinterface.org -skype.com -sublimetext.com -textnow.com -textnow.me -trouter.io -uploaded.net -whatsapp.com -whatsapp.net -wsj.net -google.com -google.com.hk -gstatic.com -googleusercontent.com -googlepages.com -googlevideo.com -googlecode.com -googleapis.com -googlesource.com -googledrive.com -ggpht.com -youtube.com -youtu.be -ytimg.com -twitter.com -facebook.com -fastly.net -akamai.net -akamaiedge.net -akamaihd.net -edgesuite.net -edgekey.net - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/google_fu_mode b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/google_fu_mode deleted file mode 100644 index aef83c80fa..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/google_fu_mode +++ /dev/null @@ -1 +0,0 @@ -0xDEADBEEF diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/shadowsocksr b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/shadowsocksr deleted file mode 100644 index 1fcef37f6a..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/shadowsocksr +++ /dev/null @@ -1,120 +0,0 @@ - - -config server_config - option type 'ss' - option ipv4_ipv6 '0' - option server_port '8387' - option timeout '60' - option password 'admin' - option encrypt_method 'aes-256-ctr' - option enable '0' - -config server_config - option type 'ssr' - option ipv4_ipv6 '0' - option server_port '8388' - option timeout '60' - option password '222' - option protocol 'origin' - option obfs 'plain' - option encrypt_method 'aes-192-cfb' - option enable '0' - -config server_config - option type 'v2ray' - option ipv4_ipv6 '0' - option server_port '8389' - option timeout '60' - option alter_id '100' - option VMess_level '1' - option vmess_id '576f451f-0d21-44ed-aeaf-9b27a24d7bc9' - option security 'auto' - option transport 'tcp' - option tcp_guise 'none' - option tls '1' - option enable '0' - -config global - option tunnel_address '0.0.0.0' - option monitor_enable '1' - option enable_switch '1' - option switch_timeout '5' - option switch_time '667' - option threads '0' - option bt '0' - option global_server 'nil' - option run_mode 'router' - option pdnsd_enable '1' - option tunnel_forward '8.8.4.4:53' - -config socks5_proxy - option local_port '1080' - option local_address '0.0.0.0' - option http_port '1081' - option bt '0' - option server 'nil' - option http_enable '0' - -config global_haproxy - option admin_enable '1' - option admin_port '1111' - option admin_user 'admin' - option admin_password 'root' - option balancing_enable '0' - -config access_control - option wan_bp_list '/etc/china_ssr.txt' - option lan_ac_mode 'b' - option router_proxy '1' - list wan_fw_ips '149.154.160.0/20' - list wan_fw_ips '67.198.55.0/24' - list wan_fw_ips '91.108.4.0/22' - list wan_fw_ips '91.108.56.0/22' - list wan_fw_ips '109.239.140.0/24' - list wan_fw_ips '1.1.1.1/32' - list wan_fw_ips '1.0.0.1/32' - list wan_fw_ips '8.8.8.8/32' - list wan_fw_ips '8.8.4.4/32' - list wan_fw_ips '9.9.9.9/32' - list wan_fw_ips '146.112.41.2/32' - -config server_global - option enable_server '0' - -config server_subscribe - option proxy '0' - option auto_update_time '2' - option auto_update '0' - option v2ray_update '0' - option edition '4.20.0' - -config domain_white_list - option domain_names 'youdao.com' - -config domain_white_list - option domain_names 'gov.cn' - -config udp2raw - option server '127.0.0.1' - option local_port '400' - option key 'passwd' - option seq_mode '3' - option auth_mode 'simple' - option bt '0' - option udp2raw_enable '1' - option raw_mode 'udp' - option cipher_mode 'aes128cbc' - option server_port '600' - -config udpspeeder - option server '127.0.0.1' - option server_port '400' - option local_port '500' - option key 'passwd' - option speeder_mode '0' - option fec '2:4' - option mtu '1250' - option queue_len '1' - option timeout '8' - option udpspeeder_enable '1' - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/white.list b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/white.list deleted file mode 100644 index 6ccd305dc3..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/config/white.list +++ /dev/null @@ -1,2 +0,0 @@ -apple.com -microsoft.com \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/base_list.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/base_list.conf deleted file mode 100644 index dd3a0ebb77..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/base_list.conf +++ /dev/null @@ -1,3 +0,0 @@ -server=/.3g.music.qq.com/127.0.0.1#5335 -ipset=/3g.music.qq.com/oversea - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/oversea_list.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/oversea_list.conf deleted file mode 100644 index ae50fb90d0..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.oversea/oversea_list.conf +++ /dev/null @@ -1,192 +0,0 @@ -server=/v.youku.com/127.0.0.1#5335 -server=/api.youku.com/127.0.0.1#5335 -server=/v2.tudou.com/127.0.0.1#5335 -server=/www.tudou.com/127.0.0.1#5335 -server=/s.plcloud.music.qq.com/127.0.0.1#5335 -server=/i.y.qq.com/127.0.0.1#5335 -server=/hot.vrs.sohu.com/127.0.0.1#5335 -server=/live.tv.sohu.com/127.0.0.1#5335 -server=/pad.tv.sohu.com/127.0.0.1#5335 -server=/my.tv.sohu.com/127.0.0.1#5335 -server=/hot.vrs.letv.com/127.0.0.1#5335 -server=/data.video.qiyi.com/127.0.0.1#5335 -server=/cache.video.qiyi.com/127.0.0.1#5335 -server=/cache.vip.qiyi.com/127.0.0.1#5335 -server=/vv.video.qq.com/127.0.0.1#5335 -server=/tt.video.qq.com/127.0.0.1#5335 -server=/ice.video.qq.com/127.0.0.1#5335 -server=/tjsa.video.qq.com/127.0.0.1#5335 -server=/a10.video.qq.com/127.0.0.1#5335 -server=/xyy.video.qq.com/127.0.0.1#5335 -server=/vcq.video.qq.com/127.0.0.1#5335 -server=/vsh.video.qq.com/127.0.0.1#5335 -server=/vbj.video.qq.com/127.0.0.1#5335 -server=/bobo.video.qq.com/127.0.0.1#5335 -server=/flvs.video.qq.com/127.0.0.1#5335 -server=/bkvv.video.qq.com/127.0.0.1#5335 -server=/info.zb.qq.com/127.0.0.1#5335 -server=/geo.js.kankan.xunlei.com/127.0.0.1#5335 -server=/web-play.pptv.com/127.0.0.1#5335 -server=/web-play.pplive.cn/127.0.0.1#5335 -server=/dyn.ugc.pps.tv/127.0.0.1#5335 -server=/v.pps.tv/127.0.0.1#5335 -server=/inner.kandian.com/127.0.0.1#5335 -server=/ipservice.163.com/127.0.0.1#5335 -server=/so.open.163.com/127.0.0.1#5335 -server=/zb.s.qq.com/127.0.0.1#5335 -server=/ip.kankan.xunlei.com/127.0.0.1#5335 -server=/vxml.56.com/127.0.0.1#5335 -server=/music.sina.com.cn/127.0.0.1#5335 -server=/play.baidu.com/127.0.0.1#5335 -server=/v.iask.com/127.0.0.1#5335 -server=/tv.weibo.com/127.0.0.1#5335 -server=/wtv.v.iask.com/127.0.0.1#5335 -server=/video.sina.com.cn/127.0.0.1#5335 -server=/www.yinyuetai.com/127.0.0.1#5335 -server=/api.letv.com/127.0.0.1#5335 -server=/live.gslb.letv.com/127.0.0.1#5335 -server=/static.itv.letv.com/127.0.0.1#5335 -server=/ip.apps.cntv.cn/127.0.0.1#5335 -server=/vdn.apps.cntv.cn/127.0.0.1#5335 -server=/vdn.live.cntv.cn/127.0.0.1#5335 -server=/vip.sports.cntv.cn/127.0.0.1#5335 -server=/a.play.api.3g.youku.com/127.0.0.1#5335 -server=/i.play.api.3g.youku.com/127.0.0.1#5335 -server=/api.3g.youku.com/127.0.0.1#5335 -server=/tv.api.3g.youku.com/127.0.0.1#5335 -server=/play.api.3g.youku.com/127.0.0.1#5335 -server=/play.api.3g.tudou.com/127.0.0.1#5335 -server=/tv.api.3g.tudou.com/127.0.0.1#5335 -server=/api.3g.tudou.com/127.0.0.1#5335 -server=/api.tv.sohu.com/127.0.0.1#5335 -server=/access.tv.sohu.com/127.0.0.1#5335 -server=/iface.iqiyi.com/127.0.0.1#5335 -server=/iface2.iqiyi.com/127.0.0.1#5335 -server=/cache.m.iqiyi.com/127.0.0.1#5335 -server=/dynamic.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.meizi.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.search.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.live.app.m.letv.com/127.0.0.1#5335 -server=/listso.m.areainfo.ppstream.com/127.0.0.1#5335 -server=/epg.api.pptv.com/127.0.0.1#5335 -server=/play.api.pptv.com/127.0.0.1#5335 -server=/m.letv.com/127.0.0.1#5335 -server=/interface.bilibili.com/127.0.0.1#5335 -server=/3g.music.qq.com/127.0.0.1#5335 -server=/mqqplayer.3g.qq.com/127.0.0.1#5335 -server=/proxy.music.qq.com/127.0.0.1#5335 -server=/proxymc.qq.com/127.0.0.1#5335 -server=/ip2.kugou.com/127.0.0.1#5335 -server=/ip.kugou.com/127.0.0.1#5335 -server=/client.api.ttpod.com/127.0.0.1#5335 -server=/mobi.kuwo.cn/127.0.0.1#5335 -server=/mobilefeedback.kugou.com/127.0.0.1#5335 -server=/tingapi.ting.baidu.com/127.0.0.1#5335 -server=/music.baidu.com/127.0.0.1#5335 -server=/serviceinfo.sdk.duomi.com/127.0.0.1#5335 -server=/music.163.com/127.0.0.1#5335 -server=/www.xiami.com/127.0.0.1#5335 -server=/spark.api.xiami.com/127.0.0.1#5335 -server=/iplocation.geo.qiyi.com/127.0.0.1#5335 -server=/sns.video.qq.com/127.0.0.1#5335 -server=/v5.pc.duomi.com/127.0.0.1#5335 -server=/tms.is.ysten.com/127.0.0.1#5335 -server=/internal.check.duokanbox.com/127.0.0.1#5335 -server=/openapi.youku.com/127.0.0.1#5335 -server=/y.qq.com/127.0.0.1#5335 -ipset=/v.youku.com/oversea -ipset=/api.youku.com/oversea -ipset=/v2.tudou.com/oversea -ipset=/www.tudou.com/oversea -ipset=/s.plcloud.music.qq.com/oversea -ipset=/i.y.qq.com/oversea -ipset=/hot.vrs.sohu.com/oversea -ipset=/live.tv.sohu.com/oversea -ipset=/pad.tv.sohu.com/oversea -ipset=/my.tv.sohu.com/oversea -ipset=/hot.vrs.letv.com/oversea -ipset=/data.video.qiyi.com/oversea -ipset=/cache.video.qiyi.com/oversea -ipset=/cache.vip.qiyi.com/oversea -ipset=/vv.video.qq.com/oversea -ipset=/tt.video.qq.com/oversea -ipset=/ice.video.qq.com/oversea -ipset=/tjsa.video.qq.com/oversea -ipset=/a10.video.qq.com/oversea -ipset=/xyy.video.qq.com/oversea -ipset=/vcq.video.qq.com/oversea -ipset=/vsh.video.qq.com/oversea -ipset=/vbj.video.qq.com/oversea -ipset=/bobo.video.qq.com/oversea -ipset=/flvs.video.qq.com/oversea -ipset=/bkvv.video.qq.com/oversea -ipset=/info.zb.qq.com/oversea -ipset=/geo.js.kankan.xunlei.com/oversea -ipset=/web-play.pptv.com/oversea -ipset=/web-play.pplive.cn/oversea -ipset=/dyn.ugc.pps.tv/oversea -ipset=/v.pps.tv/oversea -ipset=/inner.kandian.com/oversea -ipset=/ipservice.163.com/oversea -ipset=/so.open.163.com/oversea -ipset=/zb.s.qq.com/oversea -ipset=/ip.kankan.xunlei.com/oversea -ipset=/vxml.56.com/oversea -ipset=/music.sina.com.cn/oversea -ipset=/play.baidu.com/oversea -ipset=/v.iask.com/oversea -ipset=/tv.weibo.com/oversea -ipset=/wtv.v.iask.com/oversea -ipset=/video.sina.com.cn/oversea -ipset=/www.yinyuetai.com/oversea -ipset=/api.letv.com/oversea -ipset=/live.gslb.letv.com/oversea -ipset=/static.itv.letv.com/oversea -ipset=/ip.apps.cntv.cn/oversea -ipset=/vdn.apps.cntv.cn/oversea -ipset=/vdn.live.cntv.cn/oversea -ipset=/vip.sports.cntv.cn/oversea -ipset=/a.play.api.3g.youku.com/oversea -ipset=/i.play.api.3g.youku.com/oversea -ipset=/api.3g.youku.com/oversea -ipset=/tv.api.3g.youku.com/oversea -ipset=/play.api.3g.youku.com/oversea -ipset=/play.api.3g.tudou.com/oversea -ipset=/tv.api.3g.tudou.com/oversea -ipset=/api.3g.tudou.com/oversea -ipset=/api.tv.sohu.com/oversea -ipset=/access.tv.sohu.com/oversea -ipset=/iface.iqiyi.com/oversea -ipset=/iface2.iqiyi.com/oversea -ipset=/cache.m.iqiyi.com/oversea -ipset=/dynamic.app.m.letv.com/oversea -ipset=/dynamic.meizi.app.m.letv.com/oversea -ipset=/dynamic.search.app.m.letv.com/oversea -ipset=/dynamic.live.app.m.letv.com/oversea -ipset=/listso.m.areainfo.ppstream.com/oversea -ipset=/epg.api.pptv.com/oversea -ipset=/play.api.pptv.com/oversea -ipset=/m.letv.com/oversea -ipset=/interface.bilibili.com/oversea -ipset=/3g.music.qq.com/oversea -ipset=/mqqplayer.3g.qq.com/oversea -ipset=/proxy.music.qq.com/oversea -ipset=/proxymc.qq.com/oversea -ipset=/ip2.kugou.com/oversea -ipset=/ip.kugou.com/oversea -ipset=/client.api.ttpod.com/oversea -ipset=/mobi.kuwo.cn/oversea -ipset=/mobilefeedback.kugou.com/oversea -ipset=/tingapi.ting.baidu.com/oversea -ipset=/music.baidu.com/oversea -ipset=/serviceinfo.sdk.duomi.com/oversea -ipset=/music.163.com/oversea -ipset=/www.xiami.com/oversea -ipset=/spark.api.xiami.com/oversea -ipset=/iplocation.geo.qiyi.com/oversea -ipset=/sns.video.qq.com/oversea -ipset=/v5.pc.duomi.com/oversea -ipset=/tms.is.ysten.com/oversea -ipset=/internal.check.duokanbox.com/oversea -ipset=/openapi.youku.com/oversea -ipset=/y.qq.com/oversea diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/ad.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/ad.conf deleted file mode 100644 index 6a2ce39cb6..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/ad.conf +++ /dev/null @@ -1,6273 +0,0 @@ -address=/pufenchuanmu.com/127.0.0.1 -address=/0024aaaa.com/127.0.0.1 -address=/00880808.com/127.0.0.1 -address=/008844.cc/127.0.0.1 -address=/0133hao.net/127.0.0.1 -address=/01fen.com/127.0.0.1 -address=/02123s.com/127.0.0.1 -address=/022aifang.com/127.0.0.1 -address=/023hysj.com/127.0.0.1 -address=/025suyu.com/127.0.0.1 -address=/0313413.com/127.0.0.1 -address=/0351dvd.cn/127.0.0.1 -address=/0451106.com/127.0.0.1 -address=/04zl.cn/127.0.0.1 -address=/0516bm.com/127.0.0.1 -address=/0531kt.com/127.0.0.1 -address=/0571hy.com/127.0.0.1 -address=/0571yy.com/127.0.0.1 -address=/0592weixin.com/127.0.0.1 -address=/0728w.cn/127.0.0.1 -address=/0756sjlm.com.cn/127.0.0.1 -address=/0796gou.com/127.0.0.1 -address=/0798ls.com/127.0.0.1 -address=/080644.com/127.0.0.1 -address=/0937jyg.com/127.0.0.1 -address=/0bc.top/127.0.0.1 -address=/0nin.cn/127.0.0.1 -address=/0qkc.cn/127.0.0.1 -address=/0xxd.com/127.0.0.1 -address=/1000dy.com/127.0.0.1 -address=/100fenlm.com/127.0.0.1 -address=/103.249.254.113/127.0.0.1 -address=/104.195.62.12/127.0.0.1 -address=/104.197.140.120/127.0.0.1 -address=/104.198.198.188/127.0.0.1 -address=/104.203.214.3/127.0.0.1 -address=/104.203.72.254/127.0.0.1 -address=/104.233.203.164/127.0.0.1 -address=/104.237.67.78/127.0.0.1 -address=/106.187.95.251/127.0.0.1 -address=/107.187.255.178/127.0.0.1 -address=/111111qb.com/127.0.0.1 -address=/112.74.95.46/127.0.0.1 -address=/11370090.net/127.0.0.1 -address=/114.95.102.77/127.0.0.1 -address=/115.238.246.181/127.0.0.1 -address=/116.55.227.242/127.0.0.1 -address=/116zhuce.com/127.0.0.1 -address=/117.25.133.209/127.0.0.1 -address=/118.144.88.216/127.0.0.1 -address=/119.29.207.87/127.0.0.1 -address=/119.4.249.166/127.0.0.1 -address=/12086.net/127.0.0.1 -address=/121.40.25.88/127.0.0.1 -address=/122.114.239.160/127.0.0.1 -address=/122.227.254.195/127.0.0.1 -address=/123.59.150.56/127.0.0.1 -address=/12306media.com/127.0.0.1 -address=/12365chia.com/127.0.0.1 -address=/123hala.com/127.0.0.1 -address=/124.232.160.178/127.0.0.1 -address=/134.73.54.252/127.0.0.1 -address=/138138138.top/127.0.0.1 -address=/138lm.com/127.0.0.1 -address=/139.159.32.82/127.0.0.1 -address=/139.196.166.21/127.0.0.1 -address=/13wnjs.com/127.0.0.1 -address=/1515788.net/127.0.0.1 -address=/154.83.113.19/127.0.0.1 -address=/162.209.213.66/127.0.0.1 -address=/164.155.185.254/127.0.0.1 -address=/1680go.com/127.0.0.1 -address=/16k6.com/127.0.0.1 -address=/170yy.com/127.0.0.1 -address=/174.139.53.195/127.0.0.1 -address=/175bar.com/127.0.0.1 -address=/176um.com/127.0.0.1 -address=/178bx.cn/127.0.0.1 -address=/17tuozhai.com/127.0.0.1 -address=/17un.co/127.0.0.1 -address=/180.76.171.28/127.0.0.1 -address=/1818bobo.com/127.0.0.1 -address=/181lm.net/127.0.0.1 -address=/182.92.81.104/127.0.0.1 -address=/18tzx.com/127.0.0.1 -address=/194.36.101.178/127.0.0.1 -address=/1999sg.com/127.0.0.1 -address=/1d1a.com/127.0.0.1 -address=/1d1px.net/127.0.0.1 -address=/1haosuo.com/127.0.0.1 -address=/1i580.com/127.0.0.1 -address=/1kmb.cn/127.0.0.1 -address=/1kzh.com/127.0.0.1 -address=/1l1.cc/127.0.0.1 -address=/1lib.cn/127.0.0.1 -address=/1q8h.cn/127.0.0.1 -address=/1uandun.com/127.0.0.1 -address=/201071.com/127.0.0.1 -address=/2012ui.com/127.0.0.1 -address=/2048hd.space/127.0.0.1 -address=/211.103.159.32/127.0.0.1 -address=/211.149.225.23/127.0.0.1 -address=/211.167.105.131/127.0.0.1 -address=/218.25.246.118/127.0.0.1 -address=/219.234.83.60/127.0.0.1 -address=/21kk.cc/127.0.0.1 -address=/220.115.251.25/127.0.0.1 -address=/221.204.213.222/127.0.0.1 -address=/222im.com/127.0.0.1 -address=/22lm.cc/127.0.0.1 -address=/23.244.43.212/127.0.0.1 -address=/23.89.50.180/127.0.0.1 -address=/23456dj.com/127.0.0.1 -address=/23dsf.top/127.0.0.1 -address=/258pcf.com/127.0.0.1 -address=/268mob.cn/127.0.0.1 -address=/272xb.com/127.0.0.1 -address=/280dp.com/127.0.0.1 -address=/28487.net/127.0.0.1 -address=/28acglz.com/127.0.0.1 -address=/293870.com/127.0.0.1 -address=/29wjns.com/127.0.0.1 -address=/2d-c.cn/127.0.0.1 -address=/2g2h.com/127.0.0.1 -address=/2m2n.com/127.0.0.1 -address=/2zfzly.com/127.0.0.1 -address=/31365y.com/127.0.0.1 -address=/333dm.com/127.0.0.1 -address=/338336.com/127.0.0.1 -address=/33shangyou.com/127.0.0.1 -address=/3400.org/127.0.0.1 -address=/360baidus.com/127.0.0.1 -address=/361315.cc/127.0.0.1 -address=/365bibi.com/127.0.0.1 -address=/365che.cc/127.0.0.1 -address=/365safego.com/127.0.0.1 -address=/366safego.com/127.0.0.1 -address=/36pn.com/127.0.0.1 -address=/376zf.com/127.0.0.1 -address=/38taobao.com/127.0.0.1 -address=/39xc.net/127.0.0.1 -address=/3amall.cn/127.0.0.1 -address=/3g.990.net/127.0.0.1 -address=/3gmtr.com/127.0.0.1 -address=/3htai.com/127.0.0.1 -address=/3lga3.cn/127.0.0.1 -address=/3qmh.com/127.0.0.1 -address=/3qsys.com/127.0.0.1 -address=/3xx.vip/127.0.0.1 -address=/3ygww.com/127.0.0.1 -address=/4006825178.com/127.0.0.1 -address=/41msl.cn/127.0.0.1 -address=/4480dy.net/127.0.0.1 -address=/45.34.240.72/127.0.0.1 -address=/456juhd.com/127.0.0.1 -address=/46cq.cn/127.0.0.1 -address=/47.90.50.177/127.0.0.1 -address=/4ggww.com/127.0.0.1 -address=/50zera.com/127.0.0.1 -address=/5125129.com/127.0.0.1 -address=/5151gj.com/127.0.0.1 -address=/517m.cn/127.0.0.1 -address=/517pass.com/127.0.0.1 -address=/517xx.com/127.0.0.1 -address=/51fuliwang.cn/127.0.0.1 -address=/51jumintong.com/127.0.0.1 -address=/51sxzz.com/127.0.0.1 -address=/51weidashi.com/127.0.0.1 -address=/51xumei.com/127.0.0.1 -address=/5207470.com/127.0.0.1 -address=/520meirenyu.com/127.0.0.1 -address=/5269120.com/127.0.0.1 -address=/52kmk.com/127.0.0.1 -address=/52yugan.com/127.0.0.1 -address=/52zfl.com/127.0.0.1 -address=/550tg.com/127.0.0.1 -address=/5535aibo.com/127.0.0.1 -address=/57union.com/127.0.0.1 -address=/58.215.179.159/127.0.0.1 -address=/592man.com/127.0.0.1 -address=/593pi.cn/127.0.0.1 -address=/59gt.cn/127.0.0.1 -address=/5a8p12.cn/127.0.0.1 -address=/5eln.cn/127.0.0.1 -address=/5imoney.com/127.0.0.1 -address=/5jcom.com.cn/127.0.0.1 -address=/5pub.com/127.0.0.1 -address=/5rxk.cn/127.0.0.1 -address=/60.190.139.164/127.0.0.1 -address=/61.152.223.15/127.0.0.1 -address=/61.174.50.211/127.0.0.1 -address=/626uc.com/127.0.0.1 -address=/643226.com/127.0.0.1 -address=/652748.com/127.0.0.1 -address=/66.212.56.229/127.0.0.1 -address=/6612151.cn/127.0.0.1 -address=/6612152.cn/127.0.0.1 -address=/664gp.com/127.0.0.1 -address=/6666lm.com/127.0.0.1 -address=/66996.top/127.0.0.1 -address=/66997.top/127.0.0.1 -address=/66998.top/127.0.0.1 -address=/66san.com/127.0.0.1 -address=/6728812.com/127.0.0.1 -address=/68665565.com/127.0.0.1 -address=/69duk.com/127.0.0.1 -address=/6avz.com/127.0.0.1 -address=/6cc8cc.xyz/127.0.0.1 -address=/6dvip.com/127.0.0.1 -address=/6huu.com/127.0.0.1 -address=/6ped2nd3yp.com/127.0.0.1 -address=/700ok.net/127.0.0.1 -address=/70lm.com/127.0.0.1 -address=/70yst.cn/127.0.0.1 -address=/711kk.com/127.0.0.1 -address=/71sem.com/127.0.0.1 -address=/766ba.net/127.0.0.1 -address=/77417.cn/127.0.0.1 -address=/77power.com/127.0.0.1 -address=/7891655.cn/127.0.0.1 -address=/7895983.cn/127.0.0.1 -address=/7a096v.cn/127.0.0.1 -address=/7dah8.com/127.0.0.1 -address=/7gg.cc/127.0.0.1 -address=/7jiajiao.com/127.0.0.1 -address=/7wen.cn/127.0.0.1 -address=/7xi9g1.com1.z0.glb.clouddn.com/127.0.0.1 -address=/7xz3.com/127.0.0.1 -address=/80sjw.com/127.0.0.1 -address=/810251.com/127.0.0.1 -address=/813690.top/127.0.0.1 -address=/81c.cn/127.0.0.1 -address=/825145.com/127.0.0.1 -address=/827649.com/127.0.0.1 -address=/8368661.com/127.0.0.1 -address=/8521448.com/127.0.0.1 -address=/85tgw.com/127.0.0.1 -address=/860010.com/127.0.0.1 -address=/8800271.com.cn/127.0.0.1 -address=/88818122.cn/127.0.0.1 -address=/8881919.cc/127.0.0.1 -address=/88rpg.net/127.0.0.1 -address=/892155.com/127.0.0.1 -address=/89h8.com/127.0.0.1 -address=/8ao8ao.com/127.0.0.1 -address=/8hdp.cn/127.0.0.1 -address=/8mfty.com/127.0.0.1 -address=/8ucdn.com/127.0.0.1 -address=/904ad.com/127.0.0.1 -address=/91luopan.com/127.0.0.1 -address=/91xry.com/127.0.0.1 -address=/91ysa.com/127.0.0.1 -address=/91zgm.com/127.0.0.1 -address=/9377aa.com/127.0.0.1 -address=/9377bh.com/127.0.0.1 -address=/9377co.com/127.0.0.1 -address=/9377hi.com/127.0.0.1 -address=/9377if.com/127.0.0.1 -address=/9377ku.com/127.0.0.1 -address=/9377or.com/127.0.0.1 -address=/9377os.com/127.0.0.1 -address=/93manhua.com/127.0.0.1 -address=/94lm.com/127.0.0.1 -address=/94nw.com/127.0.0.1 -address=/95105012.com/127.0.0.1 -address=/95558000.com/127.0.0.1 -address=/96mob.com/127.0.0.1 -address=/9868.online/127.0.0.1 -address=/9898c.com/127.0.0.1 -address=/991pao.com/127.0.0.1 -address=/99909988.com/127.0.0.1 -address=/99dqw.com/127.0.0.1 -address=/99lolo.com/127.0.0.1 -address=/99pps.com/127.0.0.1 -address=/99tuan.com.cn/127.0.0.1 -address=/9dtiny.cn/127.0.0.1 -address=/9h6qq.cn/127.0.0.1 -address=/9kff.com/127.0.0.1 -address=/9nwg9sib9e.com/127.0.0.1 -address=/9uys.co/127.0.0.1 -address=/9wlm.com/127.0.0.1 -address=/9wotuan.com/127.0.0.1 -address=/9xiazaiqi.com/127.0.0.1 -address=/a.youdao.com/127.0.0.1 -address=/a0b11.com/127.0.0.1 -address=/a0b22.com/127.0.0.1 -address=/a0b33.com/127.0.0.1 -address=/a0c66.com/127.0.0.1 -address=/a0c77.com/127.0.0.1 -address=/a0usa.top/127.0.0.1 -address=/a3p4.net/127.0.0.1 -address=/a907907.com/127.0.0.1 -address=/a9377j.com/127.0.0.1 -address=/aazcio.cn/127.0.0.1 -address=/abctcqq.top/127.0.0.1 -address=/acasys88.cn/127.0.0.1 -address=/acwgf.com/127.0.0.1 -address=/ad.52av.tv/127.0.0.1 -address=/ad.muyang888.top/127.0.0.1 -address=/ad000000.com/127.0.0.1 -address=/ad9377.com/127.0.0.1 -address=/adacgov.cn/127.0.0.1 -address=/adbot.tw/127.0.0.1 -address=/address9.com/127.0.0.1 -address=/adget.cn/127.0.0.1 -address=/adidaschile62tracksuit.com/127.0.0.1 -address=/adm-cnzz.net/127.0.0.1 -address=/adnex.tech/127.0.0.1 -address=/adomv.com/127.0.0.1 -address=/adreal.cn/127.0.0.1 -address=/adrs.sdo.com/127.0.0.1 -address=/ads.uc.cn/127.0.0.1 -address=/adsbang.top/127.0.0.1 -address=/adytx.com/127.0.0.1 -address=/aencx.net/127.0.0.1 -address=/aeoprw.cn/127.0.0.1 -address=/afj0.com/127.0.0.1 -address=/afjlb.com/127.0.0.1 -address=/agtsjb.com/127.0.0.1 -address=/agzxj8990.com/127.0.0.1 -address=/ahhuazhen.com/127.0.0.1 -address=/ahjzys.com/127.0.0.1 -address=/ahlxxx.com/127.0.0.1 -address=/ahszgog.com/127.0.0.1 -address=/ahyau.com/127.0.0.1 -address=/ahyuns.com/127.0.0.1 -address=/aigou023.com/127.0.0.1 -address=/aijielang.cn/127.0.0.1 -address=/aishang.bid/127.0.0.1 -address=/aishangcan.com/127.0.0.1 -address=/aishiguolong.com/127.0.0.1 -address=/ajaxcdn.org/127.0.0.1 -address=/ajuhd.com/127.0.0.1 -address=/akrwi.cn/127.0.0.1 -address=/alicmayuns.com/127.0.0.1 -address=/alifixed.cn/127.0.0.1 -address=/alimama.alicdn.com/127.0.0.1 -address=/alimb.top/127.0.0.1 -address=/aliqqjd.cn/127.0.0.1 -address=/alisinak.com/127.0.0.1 -address=/alitianxia168.com/127.0.0.1 -address=/aliyuncss.com/127.0.0.1 -address=/aliyunxin.com/127.0.0.1 -address=/allxin.com/127.0.0.1 -address=/amazingmagics.com/127.0.0.1 -address=/amensh.cn/127.0.0.1 -address=/anastasiaana.com/127.0.0.1 -address=/anioscp.com/127.0.0.1 -address=/anquanzhuomian.cn/127.0.0.1 -address=/anquanzhuomian.com/127.0.0.1 -address=/anreson.net/127.0.0.1 -address=/anzhuocpm.com/127.0.0.1 -address=/apkdo.com/127.0.0.1 -address=/aqgyju.cn/127.0.0.1 -address=/arealx.com/127.0.0.1 -address=/arrows-hitech.com/127.0.0.1 -address=/artedu.pw/127.0.0.1 -address=/as75.info/127.0.0.1 -address=/asir.vip/127.0.0.1 -address=/assigned.cn/127.0.0.1 -address=/aswlx.cn/127.0.0.1 -address=/at98.com/127.0.0.1 -address=/atanx.alicdn.com/127.0.0.1 -address=/audit8.com/127.0.0.1 -address=/auspiciousvp.com/127.0.0.1 -address=/awkjs.com/127.0.0.1 -address=/axhxa.com/127.0.0.1 -address=/axiba66.com/127.0.0.1 -address=/b588866.com/127.0.0.1 -address=/b7nkd.cn/127.0.0.1 -address=/b9377h.com/127.0.0.1 -address=/b99u.top/127.0.0.1 -address=/baiapk.com/127.0.0.1 -address=/baiduace.com/127.0.0.1 -address=/baiduappu.top/127.0.0.1 -address=/baiducom.bj.bcebos.com/127.0.0.1 -address=/baidujavascript.com/127.0.0.1 -address=/baidulao.com/127.0.0.1 -address=/baiduvip.life/127.0.0.1 -address=/baiduyoukualiyun.com/127.0.0.1 -address=/baiduyubaidu.com/127.0.0.1 -address=/baisuijk.com/127.0.0.1 -address=/baiyuandian.cc/127.0.0.1 -address=/bajieyy.cc/127.0.0.1 -address=/bangbang521.com/127.0.0.1 -address=/banjuanmao.com/127.0.0.1 -address=/baolic.com/127.0.0.1 -address=/battmd168a1.xyz/127.0.0.1 -address=/battmd168a2.xyz/127.0.0.1 -address=/bazhigu.com/127.0.0.1 -address=/bbdsdy.com/127.0.0.1 -address=/bccyyc.com/127.0.0.1 -address=/bdpuaw.com/127.0.0.1 -address=/bdtongfei.cn/127.0.0.1 -address=/bdyxzx.com/127.0.0.1 -address=/beatriceeatr.com/127.0.0.1 -address=/bebelait.com/127.0.0.1 -address=/bedhdig.cn/127.0.0.1 -address=/beeho.site/127.0.0.1 -address=/beijinglvyou.net.cn/127.0.0.1 -address=/bejzz.top/127.0.0.1 -address=/bench-life.me/127.0.0.1 -address=/bensezhiye.com/127.0.0.1 -address=/bfgg365.com/127.0.0.1 -address=/biandaosheng.com/127.0.0.1 -address=/biaoshipai.net/127.0.0.1 -address=/bigbos.top/127.0.0.1 -address=/billionfocus.com/127.0.0.1 -address=/bingyinq.com/127.0.0.1 -address=/biochempop.com/127.0.0.1 -address=/bivitr.com/127.0.0.1 -address=/biyibia.com/127.0.0.1 -address=/bj-bytsk.com/127.0.0.1 -address=/bjedpt.com/127.0.0.1 -address=/bjgtsh.com/127.0.0.1 -address=/bjtrld.com/127.0.0.1 -address=/bjyikao.org/127.0.0.1 -address=/bkyhq.cn/127.0.0.1 -address=/bla01.com/127.0.0.1 -address=/bllzgqbyp/127.0.0.1 -address=/blogdaka.cc/127.0.0.1 -address=/blogdaka.xyz/127.0.0.1 -address=/bnq86.com/127.0.0.1 -address=/borsendental.com/127.0.0.1 -address=/bosatria.cn/127.0.0.1 -address=/bosiwangzi.cn/127.0.0.1 -address=/boyueguoji.com/127.0.0.1 -address=/bp776.com/127.0.0.1 -address=/breezily168.com/127.0.0.1 -address=/bskeye.com/127.0.0.1 -address=/bsriedu.cn/127.0.0.1 -address=/btmp4.net/127.0.0.1 -address=/btssy.net/127.0.0.1 -address=/btwan5.com/127.0.0.1 -address=/bv8888.com/127.0.0.1 -address=/bxgmb.com/127.0.0.1 -address=/bxjpl.cn/127.0.0.1 -address=/bxjt518.com/127.0.0.1 -address=/bydonline.com/127.0.0.1 -address=/bypbwm.cn/127.0.0.1 -address=/cachesit.com/127.0.0.1 -address=/cadsips.com/127.0.0.1 -address=/caicool.co/127.0.0.1 -address=/caliyuna.cn/127.0.0.1 -address=/cangnews.com/127.0.0.1 -address=/caob5.info/127.0.0.1 -address=/caolvch.com/127.0.0.1 -address=/caredaily.me/127.0.0.1 -address=/carpenterrprp.com/127.0.0.1 -address=/cayanfang.com/127.0.0.1 -address=/cb.baidu.com/127.0.0.1 -address=/cbjs.baidu.com/127.0.0.1 -address=/cc599.com/127.0.0.1 -address=/ccbaihehq.com/127.0.0.1 -address=/cccccd.com/127.0.0.1 -address=/cctyly.com/127.0.0.1 -address=/cd-best.cn/127.0.0.1 -address=/cdlinli.com/127.0.0.1 -address=/cdnjsp.wang/127.0.0.1 -address=/cdnny.com/127.0.0.1 -address=/cdyqc.com/127.0.0.1 -address=/cfboo.com/127.0.0.1 -address=/cferw.com/127.0.0.1 -address=/cfqpxzx.com/127.0.0.1 -address=/cg2017.com/127.0.0.1 -address=/cgskqg.com/127.0.0.1 -address=/chadegongxiao.com/127.0.0.1 -address=/championmachinery-cn.com/127.0.0.1 -address=/chaoliangyun.com/127.0.0.1 -address=/charlesfc.com/127.0.0.1 -address=/chaxinyong.net/127.0.0.1 -address=/chebse.com/127.0.0.1 -address=/chehuanjie.com/127.0.0.1 -address=/chengzhao95511.com/127.0.0.1 -address=/chenyanjiao.cn/127.0.0.1 -address=/china-pengdu.cn/127.0.0.1 -address=/china-star.cc/127.0.0.1 -address=/chinaheh.com/127.0.0.1 -address=/chinaweichu.net/127.0.0.1 -address=/chiuhua.com.cn/127.0.0.1 -address=/chmae.com/127.0.0.1 -address=/chnhty.com/127.0.0.1 -address=/chongxiaota.top/127.0.0.1 -address=/christinehris.com/127.0.0.1 -address=/chromc.com/127.0.0.1 -address=/chucity.com/127.0.0.1 -address=/chuhanweb.com/127.0.0.1 -address=/chushoushijian.cn/127.0.0.1 -address=/chuzushijian.cn/127.0.0.1 -address=/ci-web.cn/127.0.0.1 -address=/ciajingman.com/127.0.0.1 -address=/cj-cy.com/127.0.0.1 -address=/cjsdtj.com/127.0.0.1 -address=/ckseeknew.com/127.0.0.1 -address=/claz.com.cn/127.0.0.1 -address=/clcassd.com/127.0.0.1 -address=/cmaxisolation.com/127.0.0.1 -address=/cmslayue.com/127.0.0.1 -address=/cnbole.net/127.0.0.1 -address=/cncy8.com/127.0.0.1 -address=/cnfanglei.com/127.0.0.1 -address=/cnhbxx.com/127.0.0.1 -address=/cnkok.com/127.0.0.1 -address=/cnpinzhuo.com/127.0.0.1 -address=/cnscdj.com/127.0.0.1 -address=/cnsjx.net/127.0.0.1 -address=/cnxad.net/127.0.0.1 -address=/cnzz.com.so/127.0.0.1 -address=/cnzzlink.com/127.0.0.1 -address=/code222.com/127.0.0.1 -address=/code668.com/127.0.0.1 -address=/compass-fit.jp/127.0.0.1 -address=/cooolyi.cn/127.0.0.1 -address=/corocksi.com/127.0.0.1 -address=/cosoyoo.com/127.0.0.1 -address=/couqm.com.cn/127.0.0.1 -address=/cpcv.cc/127.0.0.1 -address=/cpms.cc/127.0.0.1 -address=/cpro.baidu.com/127.0.0.1 -address=/cpro.baidustatic.com/127.0.0.1 -address=/cpshwl.cn/127.0.0.1 -address=/cpv6.com/127.0.0.1 -address=/cpva.cc/127.0.0.1 -address=/cqfangduan.com/127.0.0.1 -address=/cqftonline.com/127.0.0.1 -address=/cqhnm.com/127.0.0.1 -address=/cqjjlsy.com/127.0.0.1 -address=/cqyhd.com/127.0.0.1 -address=/cralp.cn/127.0.0.1 -address=/crdrjs.info/127.0.0.1 -address=/cre99.com/127.0.0.1 -address=/crywl.com/127.0.0.1 -address=/csbthyhh.com/127.0.0.1 -address=/csgtfruit.com/127.0.0.1 -address=/csqiulong.com/127.0.0.1 -address=/cssdiv.club/127.0.0.1 -address=/cstoa.com/127.0.0.1 -address=/csxsyp.cn/127.0.0.1 -address=/ct1985.com/127.0.0.1 -address=/ctrhfd.top/127.0.0.1 -address=/ctripatm.cn/127.0.0.1 -address=/ctsywy.com/127.0.0.1 -address=/cweclub.cn/127.0.0.1 -address=/cwmlm.com/127.0.0.1 -address=/cxd-ailegou.com/127.0.0.1 -address=/cxfzw.cn/127.0.0.1 -address=/cy-block.cn/127.0.0.1 -address=/cyacc.com/127.0.0.1 -address=/cylinderlongcheng.com/127.0.0.1 -address=/cytcm.com/127.0.0.1 -address=/czdqhyo1.net/127.0.0.1 -address=/czjiuding.cn/127.0.0.1 -address=/czpush.com/127.0.0.1 -address=/czpwm.com/127.0.0.1 -address=/cztanchao.com/127.0.0.1 -address=/d15cjcet1djbmv.cloudfront.net/127.0.0.1 -address=/d3nh49.com/127.0.0.1 -address=/dadjia.com/127.0.0.1 -address=/dafapai.com/127.0.0.1 -address=/dahanedu.com/127.0.0.1 -address=/daima123.cc/127.0.0.1 -address=/dalianhengtai.com/127.0.0.1 -address=/daliantong.com.cn/127.0.0.1 -address=/dami66.cn/127.0.0.1 -address=/danangmo.cn/127.0.0.1 -address=/dandan11.top/127.0.0.1 -address=/dandan13.top/127.0.0.1 -address=/dandan15.top/127.0.0.1 -address=/danpinwu.com/127.0.0.1 -address=/dante2007.com/127.0.0.1 -address=/dashaowu.com/127.0.0.1 -address=/dashet.com/127.0.0.1 -address=/datafastguru.info/127.0.0.1 -address=/dawwx.com/127.0.0.1 -address=/dazhonghua.cn/127.0.0.1 -address=/dazibenwm.com/127.0.0.1 -address=/dbncp.com/127.0.0.1 -address=/dbojetp.cn/127.0.0.1 -address=/ddhtek.com/127.0.0.1 -address=/ddomm.com/127.0.0.1 -address=/detuns.com/127.0.0.1 -address=/df3n43m.com/127.0.0.1 -address=/df77.com/127.0.0.1 -address=/dgpzx.com/127.0.0.1 -address=/dhlmy.com/127.0.0.1 -address=/dhxyzx.cn/127.0.0.1 -address=/di9qu.com.cn/127.0.0.1 -address=/dianwenwang.com/127.0.0.1 -address=/diaojiaoji168.com/127.0.0.1 -address=/dilcn.net/127.0.0.1 -address=/dingon.com.cn/127.0.0.1 -address=/dingyuanyao.cn/127.0.0.1 -address=/diuling.com/127.0.0.1 -address=/dizhonghaihotel.com/127.0.0.1 -address=/djy518.com/127.0.0.1 -address=/dkqapp.cn/127.0.0.1 -address=/dleke.com/127.0.0.1 -address=/dlhygj.com/127.0.0.1 -address=/dlkjgjmy.com/127.0.0.1 -address=/dlpifu.com/127.0.0.1 -address=/dlrijiaele.com/127.0.0.1 -address=/dlzjdesign.com/127.0.0.1 -address=/dnskuu.com/127.0.0.1 -address=/dnvus.com/127.0.0.1 -address=/door2new.net/127.0.0.1 -address=/dou777.com/127.0.0.1 -address=/doudao.cn/127.0.0.1 -address=/dpc6.cn/127.0.0.1 -address=/dpjszs.com/127.0.0.1 -address=/dqsft.com/127.0.0.1 -address=/dragoncent.com/127.0.0.1 -address=/dreamfull.cn/127.0.0.1 -address=/drjgjngf.com/127.0.0.1 -address=/drlsf.com/127.0.0.1 -address=/drmcmm.baidu.com/127.0.0.1 -address=/drmfslx.cn/127.0.0.1 -address=/drxrc.com/127.0.0.1 -address=/dshrx.com/127.0.0.1 -address=/dszan.com/127.0.0.1 -address=/dtrcw.cc/127.0.0.1 -address=/dugbvb.com/127.0.0.1 -address=/duiwai.baidu.com/127.0.0.1 -address=/duobaoqj.com/127.0.0.1 -address=/duoduo.icu/127.0.0.1 -address=/duoqumanhua.com/127.0.0.1 -address=/duusuu.com/127.0.0.1 -address=/duyihu.net/127.0.0.1 -address=/dvr8.com/127.0.0.1 -address=/dw998.com/127.0.0.1 -address=/dx1200.com/127.0.0.1 -address=/dxssiyi.com/127.0.0.1 -address=/dy886.cn/127.0.0.1 -address=/dy8nb.com/127.0.0.1 -address=/dyssir.com/127.0.0.1 -address=/dzjzg.com/127.0.0.1 -address=/dzletao.com/127.0.0.1 -address=/dzxwnews.com/127.0.0.1 -address=/e-demx.com/127.0.0.1 -address=/e-heater.vip/127.0.0.1 -address=/e7001.com/127.0.0.1 -address=/e7002.com/127.0.0.1 -address=/e7009.com/127.0.0.1 -address=/e701.net/127.0.0.1 -address=/e70123.com/127.0.0.1 -address=/e7015.com/127.0.0.1 -address=/e704.net/127.0.0.1 -address=/e705.net/127.0.0.1 -address=/e706.net/127.0.0.1 -address=/e708.net/127.0.0.1 -address=/e719.net/127.0.0.1 -address=/ecuc123.net/127.0.0.1 -address=/eddjf.com/127.0.0.1 -address=/edncui.net/127.0.0.1 -address=/edo5.com/127.0.0.1 -address=/eduad.baidu.com/127.0.0.1 -address=/eduzzjy.com/127.0.0.1 -address=/eeee500.com/127.0.0.1 -address=/egjq.com.cn/127.0.0.1 -address=/einsuran.com.cn/127.0.0.1 -address=/eiv.baidu.com/127.0.0.1 -address=/ekeide.com/127.0.0.1 -address=/enohb.com/127.0.0.1 -address=/erdsyzb.com/127.0.0.1 -address=/erosyndc.com/127.0.0.1 -address=/erqimall.net/127.0.0.1 -address=/ethic.vip/127.0.0.1 -address=/evefashion.cn/127.0.0.1 -address=/expo123.net/127.0.0.1 -address=/eyd77s.com/127.0.0.1 -address=/ez33.org.cn/127.0.0.1 -address=/ezucods.cn/127.0.0.1 -address=/f1190.com/127.0.0.1 -address=/f2zd.com/127.0.0.1 -address=/f6ce.com/127.0.0.1 -address=/f70123.com/127.0.0.1 -address=/facebookma.cn/127.0.0.1 -address=/family-joy.com/127.0.0.1 -address=/fanli.in/127.0.0.1 -address=/farm-cn.plista.com/127.0.0.1 -address=/fastable.com/127.0.0.1 -address=/fccxgjg.com/127.0.0.1 -address=/fcsass.org.cn/127.0.0.1 -address=/fd7c.com/127.0.0.1 -address=/fdzsmfyy.com/127.0.0.1 -address=/fecjf.cn/127.0.0.1 -address=/feisia1.cn/127.0.0.1 -address=/fenggejiaju.com/127.0.0.1 -address=/fengyelin.net/127.0.0.1 -address=/fexiaen.com/127.0.0.1 -address=/ff112244.com/127.0.0.1 -address=/ffa9.cn/127.0.0.1 -address=/ffhtek.com/127.0.0.1 -address=/fjbzjc.com/127.0.0.1 -address=/fjkst.com/127.0.0.1 -address=/fjmeyer.com/127.0.0.1 -address=/fjsjsj.com/127.0.0.1 -address=/flowcodeapp.com/127.0.0.1 -address=/fnkjj.com/127.0.0.1 -address=/focusprolight.com/127.0.0.1 -address=/foreveryoung.gz01.bdysite.com/127.0.0.1 -address=/forrerri.com/127.0.0.1 -address=/fos123.com/127.0.0.1 -address=/founseezb.cn/127.0.0.1 -address=/fqtra.com/127.0.0.1 -address=/fst360.com/127.0.0.1 -address=/fsyzcs.com/127.0.0.1 -address=/ft76531.com/127.0.0.1 -address=/fthcz.com/127.0.0.1 -address=/fu68.com/127.0.0.1 -address=/fujianryt.com/127.0.0.1 -address=/fuxunb.com/127.0.0.1 -address=/fv99.com/127.0.0.1 -address=/fwqekk.top/127.0.0.1 -address=/fwt0.com/127.0.0.1 -address=/fxmacd.com/127.0.0.1 -address=/fxtducb.cn/127.0.0.1 -address=/fydgold132.com/127.0.0.1 -address=/fytza.cn/127.0.0.1 -address=/fzglqyy.com/127.0.0.1 -address=/g1.tagtic.cn/127.0.0.1 -address=/g1c5.com/127.0.0.1 -address=/g1f5.com/127.0.0.1 -address=/gangtiebang.net/127.0.0.1 -address=/gaoxiaocup.com/127.0.0.1 -address=/garacy.cn/127.0.0.1 -address=/gasxf.com/127.0.0.1 -address=/gaycloud.cn/127.0.0.1 -address=/gdbly.com/127.0.0.1 -address=/gdgy56.com/127.0.0.1 -address=/gdskywings.com/127.0.0.1 -address=/ge95.com/127.0.0.1 -address=/geili.co/127.0.0.1 -address=/geiyujieda.com/127.0.0.1 -address=/geryi.com/127.0.0.1 -address=/gf108.com/127.0.0.1 -address=/gf1352.com/127.0.0.1 -address=/gfd80.com/127.0.0.1 -address=/gg0376.com/127.0.0.1 -address=/gg570.com/127.0.0.1 -address=/ggdoubi.com/127.0.0.1 -address=/ggdydz.com/127.0.0.1 -address=/ggweb.net/127.0.0.1 -address=/ghnmg.top/127.0.0.1 -address=/ghosttty.cn/127.0.0.1 -address=/gjghy.com/127.0.0.1 -address=/glasszz.com/127.0.0.1 -address=/gm682.com/127.0.0.1 -address=/goge365-baidu.com/127.0.0.1 -address=/goodgz.cn/127.0.0.1 -address=/googlealiyun.cn/127.0.0.1 -address=/googletakes.com/127.0.0.1 -address=/gotoniubiurl.pw/127.0.0.1 -address=/gouhei.top/127.0.0.1 -address=/gouzhibao.cn/127.0.0.1 -address=/govgift.com/127.0.0.1 -address=/gowin01.com/127.0.0.1 -address=/gqswg.com/127.0.0.1 -address=/greenbetterkids.com/127.0.0.1 -address=/gshtrl.top/127.0.0.1 -address=/gso0.com/127.0.0.1 -address=/gssxb.com/127.0.0.1 -address=/gsycdb.com/127.0.0.1 -address=/gszbba.cn/127.0.0.1 -address=/gtmucs.cn/127.0.0.1 -address=/guangzizai.com/127.0.0.1 -address=/guduopu.com/127.0.0.1 -address=/gugulonger.cn/127.0.0.1 -address=/guidashu.com/127.0.0.1 -address=/guoshennet.com/127.0.0.1 -address=/guoxintdh.com/127.0.0.1 -address=/gutouwang.net/127.0.0.1 -address=/guzijie.top/127.0.0.1 -address=/gw069.com/127.0.0.1 -address=/gwylm.com/127.0.0.1 -address=/gxejgs.com/127.0.0.1 -address=/gxgzyny.com/127.0.0.1 -address=/gxhxmy88.com/127.0.0.1 -address=/gydag.com/127.0.0.1 -address=/gygdmy.com/127.0.0.1 -address=/gzdhzb.com/127.0.0.1 -address=/gze3.cn/127.0.0.1 -address=/gzktpf.com/127.0.0.1 -address=/gzmjnx.cn/127.0.0.1 -address=/gzqudou.com/127.0.0.1 -address=/gzxiongwa.cn/127.0.0.1 -address=/gzxxty168.com/127.0.0.1 -address=/h0o33.cn/127.0.0.1 -address=/h9377c.com/127.0.0.1 -address=/haitejs.com/127.0.0.1 -address=/haiwengji.net/127.0.0.1 -address=/haiyunimg.com/127.0.0.1 -address=/haiyunpush.com/127.0.0.1 -address=/haizirv.cn/127.0.0.1 -address=/hanju18.net/127.0.0.1 -address=/hanqidq.com/127.0.0.1 -address=/hao123rt.com/127.0.0.1 -address=/hao61.net/127.0.0.1 -address=/haohaowan8.com/127.0.0.1 -address=/haolew.com/127.0.0.1 -address=/harridan.cc/127.0.0.1 -address=/hascosafety.com/127.0.0.1 -address=/hbalx.cn/127.0.0.1 -address=/hbguohua.com/127.0.0.1 -address=/hbhnwy.com/127.0.0.1 -address=/hbhtbn.com/127.0.0.1 -address=/hblinwei.com/127.0.0.1 -address=/hbngfy.com/127.0.0.1 -address=/hbssjd.cn/127.0.0.1 -address=/hbstty.com/127.0.0.1 -address=/hbyingchang.cn/127.0.0.1 -address=/hbzjht.com/127.0.0.1 -address=/hcreditx.com/127.0.0.1 -address=/hcwljy.com/127.0.0.1 -address=/heib10.top/127.0.0.1 -address=/heib12.top/127.0.0.1 -address=/hejingroup.cn/127.0.0.1 -address=/helanpinpai.com/127.0.0.1 -address=/hengshui1.com/127.0.0.1 -address=/hesxz.com/127.0.0.1 -address=/heygugu.com/127.0.0.1 -address=/hezhenzi.com/127.0.0.1 -address=/hfjuki.com/127.0.0.1 -address=/hfsteel.net/127.0.0.1 -address=/hg-labs.com/127.0.0.1 -address=/hhhhbf.com/127.0.0.1 -address=/hhly88.com/127.0.0.1 -address=/hhppyt.com/127.0.0.1 -address=/hi760.com/127.0.0.1 -address=/hiad.myweb.hinet.net/127.0.0.1 -address=/hivecn.cn/127.0.0.1 -address=/hk662.com/127.0.0.1 -address=/hkfuy.com/127.0.0.1 -address=/hktv10.com/127.0.0.1 -address=/hmnjf.com/127.0.0.1 -address=/hmp33.com/127.0.0.1 -address=/hnasd.com/127.0.0.1 -address=/hnctsm.com/127.0.0.1 -address=/hnfpgm.com/127.0.0.1 -address=/hnh-hotel.com/127.0.0.1 -address=/hnhycp.com/127.0.0.1 -address=/hntymg.com/127.0.0.1 -address=/hnyiche3.com/127.0.0.1 -address=/hnyny.com/127.0.0.1 -address=/hongchenzhilu.com/127.0.0.1 -address=/hongtefm.com/127.0.0.1 -address=/hot-eam.com/127.0.0.1 -address=/houdaolj.com/127.0.0.1 -address=/houtanyun.com/127.0.0.1 -address=/hqygz.com/127.0.0.1 -address=/hr41.cn/127.0.0.1 -address=/hr44.com/127.0.0.1 -address=/hrbpay.com/127.0.0.1 -address=/hrcmzp.cn/127.0.0.1 -address=/hskj.net/127.0.0.1 -address=/hslyqs.com/127.0.0.1 -address=/huaerduo.com/127.0.0.1 -address=/huanqiucaizhi.com/127.0.0.1 -address=/huapuzs.com/127.0.0.1 -address=/huashengtai.net/127.0.0.1 -address=/huashuowork.com/127.0.0.1 -address=/hubojd.com/127.0.0.1 -address=/huichenbz.com/127.0.0.1 -address=/huimee.net/127.0.0.1 -address=/humanding.com/127.0.0.1 -address=/hurom365.cn/127.0.0.1 -address=/hw6.com/127.0.0.1 -address=/hxadt.com/127.0.0.1 -address=/hxgccl.cn/127.0.0.1 -address=/hxlif.com/127.0.0.1 -address=/hxnzyy.com/127.0.0.1 -address=/hxscba.com/127.0.0.1 -address=/hxtwl.cn/127.0.0.1 -address=/hxyifu.com/127.0.0.1 -address=/hxyx360.com/127.0.0.1 -address=/hylyl.club/127.0.0.1 -address=/hys4.com/127.0.0.1 -address=/hysjm.cn/127.0.0.1 -address=/hystq.com/127.0.0.1 -address=/hytgj.com/127.0.0.1 -address=/hyz86.com/127.0.0.1 -address=/hzaibi.com/127.0.0.1 -address=/hzmiyou.cn/127.0.0.1 -address=/hzxma.com/127.0.0.1 -address=/i.zhuoyaju.com/127.0.0.1 -address=/i3818.com/127.0.0.1 -address=/i92xue.com/127.0.0.1 -address=/icemf.com/127.0.0.1 -address=/id528.com/127.0.0.1 -address=/idasai.com/127.0.0.1 -address=/idasui.cn/127.0.0.1 -address=/idcqi.com/127.0.0.1 -address=/idianfang.com/127.0.0.1 -address=/idoc58.com/127.0.0.1 -address=/ie8q.cn/127.0.0.1 -address=/ienkdaged.cn/127.0.0.1 -address=/iewad.net/127.0.0.1 -address=/if1512.com/127.0.0.1 -address=/ifufen.com/127.0.0.1 -address=/ihualun.com/127.0.0.1 -address=/il8r.com/127.0.0.1 -address=/ilovechenyuqian.xyz/127.0.0.1 -address=/img1122.com/127.0.0.1 -address=/img80.net/127.0.0.1 -address=/imneinei.com/127.0.0.1 -address=/inpetusgames.com/127.0.0.1 -address=/insuf.cn/127.0.0.1 -address=/iomsew.com/127.0.0.1 -address=/iqiyi.kim/127.0.0.1 -address=/iqiyi.pub/127.0.0.1 -address=/iqu-operation.com/127.0.0.1 -address=/iroby.com/127.0.0.1 -address=/isabelisa.com/127.0.0.1 -address=/ishowbg.com/127.0.0.1 -address=/italy-lottery.com/127.0.0.1 -address=/itemccmod.com/127.0.0.1 -address=/iuuff.com/127.0.0.1 -address=/iwansf.com/127.0.0.1 -address=/iyoowi.com/127.0.0.1 -address=/iyptc.cn/127.0.0.1 -address=/iyygzs.com/127.0.0.1 -address=/j94.cc/127.0.0.1 -address=/ja9377.com/127.0.0.1 -address=/jackaow.com/127.0.0.1 -address=/jbyy010.com/127.0.0.1 -address=/jcdfdhx.top/127.0.0.1 -address=/jczzjx.com/127.0.0.1 -address=/jdlcg.cn/127.0.0.1 -address=/jdlhg.com/127.0.0.1 -address=/jermr.com/127.0.0.1 -address=/jfjsp.com/127.0.0.1 -address=/jfqkj.com/127.0.0.1 -address=/jgchq.com/127.0.0.1 -address=/jghcy.com/127.0.0.1 -address=/jgwsmqx.com/127.0.0.1 -address=/jhakie.com/127.0.0.1 -address=/jhtcdj.com/127.0.0.1 -address=/jhzl001.com/127.0.0.1 -address=/jiaheyonggu.com/127.0.0.1 -address=/jiajv.net/127.0.0.1 -address=/jianbaimei.com/127.0.0.1 -address=/jianbangjiaoyu.com/127.0.0.1 -address=/jianduankm.com/127.0.0.1 -address=/jianglongjie.cn/127.0.0.1 -address=/jiangmg.com/127.0.0.1 -address=/jianjiaovip.vip/127.0.0.1 -address=/jianmei123.com/127.0.0.1 -address=/jianyousj.com/127.0.0.1 -address=/jiasdart.cn/127.0.0.1 -address=/jiehantai.com/127.0.0.1 -address=/jiekc.com/127.0.0.1 -address=/jimeilm.com/127.0.0.1 -address=/jindu179.com/127.0.0.1 -address=/jingezhao.cn/127.0.0.1 -address=/jinglongtang.cn/127.0.0.1 -address=/jinshasi.cn/127.0.0.1 -address=/jiuku.cc/127.0.0.1 -address=/jiupinshan.cn/127.0.0.1 -address=/jiyou2014.com/127.0.0.1 -address=/jjxgly.com/127.0.0.1 -address=/jjz666.cn/127.0.0.1 -address=/jk939.com/127.0.0.1 -address=/jkjjkj.top/127.0.0.1 -address=/jkmxy.com/127.0.0.1 -address=/jktopia.com/127.0.0.1 -address=/jl027.com/127.0.0.1 -address=/jlssbz.com/127.0.0.1 -address=/jlwljym.com/127.0.0.1 -address=/jnxz88.cn/127.0.0.1 -address=/jnyngg.cn/127.0.0.1 -address=/johtzj.com/127.0.0.1 -address=/josipr.com/127.0.0.1 -address=/jossuer.net/127.0.0.1 -address=/joyfuldoors.com/127.0.0.1 -address=/jozee.cn/127.0.0.1 -address=/jqsex.com/127.0.0.1 -address=/jqz9.com/127.0.0.1 -address=/js.xiao7cdn.com/127.0.0.1 -address=/js88895.net/127.0.0.1 -address=/jsadt.com/127.0.0.1 -address=/jschuangnuo.com/127.0.0.1 -address=/jscsd.cn/127.0.0.1 -address=/jsmwd.com/127.0.0.1 -address=/jsyxfdj.com/127.0.0.1 -address=/jsyzw132.com/127.0.0.1 -address=/jtdxz.top/127.0.0.1 -address=/jtkshop.net/127.0.0.1 -address=/jucaishequ.com/127.0.0.1 -address=/junfull.com/127.0.0.1 -address=/junkucm.com/127.0.0.1 -address=/jushikk.com/127.0.0.1 -address=/jutou5.com/127.0.0.1 -address=/juuhe.com/127.0.0.1 -address=/juyiqiche.com.cn/127.0.0.1 -address=/jwqj.net/127.0.0.1 -address=/jx118114.net/127.0.0.1 -address=/jxabp.com.cn/127.0.0.1 -address=/jxbjt.com/127.0.0.1 -address=/jxjzny.com/127.0.0.1 -address=/jxlqgs.com/127.0.0.1 -address=/jxsgxzx.com/127.0.0.1 -address=/jxwlkssb.com/127.0.0.1 -address=/jxxiangchu.com/127.0.0.1 -address=/jystea.com/127.0.0.1 -address=/k12shequ.com/127.0.0.1 -address=/k1815.com/127.0.0.1 -address=/k8yy.tv/127.0.0.1 -address=/ka12138.top/127.0.0.1 -address=/kan8.xyz/127.0.0.1 -address=/kawa11.space/127.0.0.1 -address=/kawinhome.com/127.0.0.1 -address=/kddtri.cn/127.0.0.1 -address=/kdqoehj.top/127.0.0.1 -address=/kehuziliaona.com/127.0.0.1 -address=/kele4.com/127.0.0.1 -address=/keyyou.net/127.0.0.1 -address=/kf3msfm.com/127.0.0.1 -address=/kfd3sm2c.com/127.0.0.1 -address=/kfi8.com/127.0.0.1 -address=/kfluoa.com/127.0.0.1 -address=/kgcj00.cn/127.0.0.1 -address=/kgcjgsa8.net/127.0.0.1 -address=/kguke.com/127.0.0.1 -address=/kh2134.com/127.0.0.1 -address=/khufaw2.com/127.0.0.1 -address=/kicnse.com/127.0.0.1 -address=/kilin.xyz/127.0.0.1 -address=/kingpolo.com.cn/127.0.0.1 -address=/kingwam.com/127.0.0.1 -address=/kitchenfurniture.cc/127.0.0.1 -address=/kjfoqi.cn/127.0.0.1 -address=/kjgen.com/127.0.0.1 -address=/kjwx8.com/127.0.0.1 -address=/kkcaicai.com/127.0.0.1 -address=/kl-toys.com/127.0.0.1 -address=/kld666.com/127.0.0.1 -address=/kldmm.com/127.0.0.1 -address=/klsdmr.com/127.0.0.1 -address=/kltces.com/127.0.0.1 -address=/kmadou.com/127.0.0.1 -address=/kmwqxqh.com/127.0.0.1 -address=/kod4pc293.com/127.0.0.1 -address=/kojwex.top/127.0.0.1 -address=/kokofits.com/127.0.0.1 -address=/kooyum.com/127.0.0.1 -address=/koukou7.com/127.0.0.1 -address=/kouwku.cn/127.0.0.1 -address=/kqy1.com/127.0.0.1 -address=/ksrsy.com/127.0.0.1 -address=/kt220.com/127.0.0.1 -address=/ktunions.com/127.0.0.1 -address=/ktv0311.com/127.0.0.1 -address=/ku9377.com/127.0.0.1 -address=/kuaipai666.cn/127.0.0.1 -address=/kuaizuoffice.com/127.0.0.1 -address=/kuwoyy.com/127.0.0.1 -address=/kwiago.com/127.0.0.1 -address=/kxrxh.com/127.0.0.1 -address=/kyouad.com/127.0.0.1 -address=/ladsblue.com/127.0.0.1 -address=/laifu365.com/127.0.0.1 -address=/lala-my.club/127.0.0.1 -address=/lamwatch.com/127.0.0.1 -address=/langchars.com/127.0.0.1 -address=/lanxiangji.com/127.0.0.1 -address=/laobei.top/127.0.0.1 -address=/laolinow.com/127.0.0.1 -address=/lashou1000.com/127.0.0.1 -address=/lc1b2.cn/127.0.0.1 -address=/lc442.com/127.0.0.1 -address=/ldgjhd.net/127.0.0.1 -address=/le4le.com/127.0.0.1 -address=/leamain.net/127.0.0.1 -address=/leeleo.top/127.0.0.1 -address=/leletuitui.com/127.0.0.1 -address=/leshigov.cn/127.0.0.1 -address=/letaojuan68.com/127.0.0.1 -address=/leztc.com/127.0.0.1 -address=/lfhnkp.com/127.0.0.1 -address=/lflili.com/127.0.0.1 -address=/lflucky.com/127.0.0.1 -address=/lhafy.com/127.0.0.1 -address=/lhengilin.com/127.0.0.1 -address=/lhusy.com/127.0.0.1 -address=/liangziweixg.com/127.0.0.1 -address=/liaoren85.com/127.0.0.1 -address=/librarymanagement.cn/127.0.0.1 -address=/lievr.cc/127.0.0.1 -address=/lifu11.com/127.0.0.1 -address=/liliwoin.top/127.0.0.1 -address=/linjiajia.cn/127.0.0.1 -address=/linkbide.com/127.0.0.1 -address=/linkpage.cn/127.0.0.1 -address=/linkwuliu.com/127.0.0.1 -address=/lintyone.top/127.0.0.1 -address=/lisaiservice.top/127.0.0.1 -address=/lishuanghao.com/127.0.0.1 -address=/litlif.net/127.0.0.1 -address=/livehapp.com/127.0.0.1 -address=/lixuanbaojie.com/127.0.0.1 -address=/ljqnbiogjp.com/127.0.0.1 -address=/llguandongyan.com/127.0.0.1 -address=/llqss.top/127.0.0.1 -address=/lnctc.net/127.0.0.1 -address=/lnfund.org.cn/127.0.0.1 -address=/loandatec.com/127.0.0.1 -address=/log.interest.mix.sina.com.cn/127.0.0.1 -address=/lolmp4.com/127.0.0.1 -address=/long88.app/127.0.0.1 -address=/loveconer.com/127.0.0.1 -address=/lovestyl.com/127.0.0.1 -address=/lovexia.top/127.0.0.1 -address=/lsper.top/127.0.0.1 -address=/lsxmg.com/127.0.0.1 -address=/ltcprtc.com/127.0.0.1 -address=/ltdnc.com/127.0.0.1 -address=/lthxz.cn/127.0.0.1 -address=/lu.sogou.com/127.0.0.1 -address=/lu.sogoucdn.com/127.0.0.1 -address=/lubosheng.cn/127.0.0.1 -address=/lucting.cn/127.0.0.1 -address=/luntan588.space/127.0.0.1 -address=/luoyuanedu.cn/127.0.0.1 -address=/lv55p.cn/127.0.0.1 -address=/lvehaisen.com/127.0.0.1 -address=/lxqcgj.com/127.0.0.1 -address=/lyadu.com/127.0.0.1 -address=/lyaeccn.com/127.0.0.1 -address=/lygshgj.com/127.0.0.1 -address=/lyhdream.com/127.0.0.1 -address=/lymstsc.com/127.0.0.1 -address=/lyraik.cn/127.0.0.1 -address=/lyrymy.com/127.0.0.1 -address=/lytubaobao.com/127.0.0.1 -address=/lyunsd.cn/127.0.0.1 -address=/lyztdz.com/127.0.0.1 -address=/lzmm8.com/127.0.0.1 -address=/lzwla.top/127.0.0.1 -address=/magictreehouse.cn/127.0.0.1 -address=/magiphone.cn/127.0.0.1 -address=/maibahe300cc.com/127.0.0.1 -address=/mainbx.com/127.0.0.1 -address=/maisoncherry.com/127.0.0.1 -address=/maizhenai.cn/127.0.0.1 -address=/mall043.com/127.0.0.1 -address=/manparis.cn/127.0.0.1 -address=/maskbaby.com.cn/127.0.0.1 -address=/maxfull.info/127.0.0.1 -address=/mcdhshlsboom.com/127.0.0.1 -address=/meicubao.cn/127.0.0.1 -address=/meilides.com/127.0.0.1 -address=/meimeidaren.com/127.0.0.1 -address=/meimeiha.com/127.0.0.1 -address=/meiti1.net/127.0.0.1 -address=/mengbingyuan.com/127.0.0.1 -address=/mengheyu.com/127.0.0.1 -address=/menghuanzs.com/127.0.0.1 -address=/mengmengdas.com/127.0.0.1 -address=/mengyuanwei.com/127.0.0.1 -address=/metmt.com/127.0.0.1 -address=/mfcvxw.cn/127.0.0.1 -address=/mglvqian.com/127.0.0.1 -address=/mgwcn.com/127.0.0.1 -address=/mieyisi.com/127.0.0.1 -address=/min1319.com/127.0.0.1 -address=/mindopu.com/127.0.0.1 -address=/mingxianshanghang.cn/127.0.0.1 -address=/mingysh.com/127.0.0.1 -address=/mjx123.com/127.0.0.1 -address=/mkaqh.cn/127.0.0.1 -address=/mlt01.com/127.0.0.1 -address=/mm-cgnews.com/127.0.0.1 -address=/mmpnierhio.com/127.0.0.1 -address=/mnxtu.com/127.0.0.1 -address=/mofun.ltd/127.0.0.1 -address=/moguozhi.com/127.0.0.1 -address=/moodoocrv.com.cn/127.0.0.1 -address=/moonwish.com.cn/127.0.0.1 -address=/motohelpr.com/127.0.0.1 -address=/moutaihotel.cn/127.0.0.1 -address=/mozist.com/127.0.0.1 -address=/mr087.cn/127.0.0.1 -address=/mrksys.com/127.0.0.1 -address=/ms758.com/127.0.0.1 -address=/mscimg.com/127.0.0.1 -address=/mskjf.com/127.0.0.1 -address=/msltzer.cn/127.0.0.1 -address=/mstzym.com/127.0.0.1 -address=/msujd.cn/127.0.0.1 -address=/mtqys.com/127.0.0.1 -address=/mu722.com/127.0.0.1 -address=/mushan.xin/127.0.0.1 -address=/mxdregs.com/127.0.0.1 -address=/mxmrt.com/127.0.0.1 -address=/mygeneclub.com/127.0.0.1 -address=/mytzdhz.cn/127.0.0.1 -address=/myzk1.com/127.0.0.1 -address=/namemek.com/127.0.0.1 -address=/nangong2.com/127.0.0.1 -address=/nbhxgjz.com/127.0.0.1 -address=/nbjjd.com/127.0.0.1 -address=/nbzq.net/127.0.0.1 -address=/ncachear.com/127.0.0.1 -address=/nchte.com/127.0.0.1 -address=/ndtzx.com/127.0.0.1 -address=/ne9377.com/127.0.0.1 -address=/newjulads.com/127.0.0.1 -address=/newsatads.com/127.0.0.1 -address=/newtech-beauty.com/127.0.0.1 -address=/newyiba.top/127.0.0.1 -address=/nextcps.com/127.0.0.1 -address=/ni87.com/127.0.0.1 -address=/nihaomama.monster/127.0.0.1 -address=/nijiua.com/127.0.0.1 -address=/niubiba.com/127.0.0.1 -address=/niuguwang.net.cn/127.0.0.1 -address=/niulail.top/127.0.0.1 -address=/niuxgame77.com/127.0.0.1 -address=/njdijiani.com/127.0.0.1 -address=/njfsk.com/127.0.0.1 -address=/njjrlf.com/127.0.0.1 -address=/njmpacc.com/127.0.0.1 -address=/njq.net/127.0.0.1 -address=/njwxh.com/127.0.0.1 -address=/nkeo.top/127.0.0.1 -address=/nkjwmb.com/127.0.0.1 -address=/nklwgj.com/127.0.0.1 -address=/nkrwxf.com/127.0.0.1 -address=/nkscdn.com/127.0.0.1 -address=/nktcw.cn/127.0.0.1 -address=/nktwpc.com/127.0.0.1 -address=/nmeithybnvik.com/127.0.0.1 -address=/nmkgs.cn/127.0.0.1 -address=/nmpcdn.com/127.0.0.1 -address=/nmqbg.com/127.0.0.1 -address=/nnedbx.com/127.0.0.1 -address=/nngft.com/127.0.0.1 -address=/noberlmall.com/127.0.0.1 -address=/nongsalei.com/127.0.0.1 -address=/notice.uchome.manyou.com/127.0.0.1 -address=/nowskip.com/127.0.0.1 -address=/nr1234.com/127.0.0.1 -address=/nsnmiaomu.cn/127.0.0.1 -address=/nterbx.com/127.0.0.1 -address=/nthtcs.com/127.0.0.1 -address=/ntxiangtai.com/127.0.0.1 -address=/nunc-china.com/127.0.0.1 -address=/nuonuo1.icu/127.0.0.1 -address=/nuxyz.cn/127.0.0.1 -address=/nvshuyun.com/127.0.0.1 -address=/nxrhs.com/127.0.0.1 -address=/nydql.com/127.0.0.1 -address=/nysita.com/127.0.0.1 -address=/nzezn.com/127.0.0.1 -address=/nzydzsw.com/127.0.0.1 -address=/o6uea.cn/127.0.0.1 -address=/oacustom.com/127.0.0.1 -address=/oaer9.cn/127.0.0.1 -address=/officeme.cn/127.0.0.1 -address=/oikxlcv.wang/127.0.0.1 -address=/okm918.com/127.0.0.1 -address=/olmall.vip/127.0.0.1 -address=/olmvkq.cn/127.0.0.1 -address=/olxt.top/127.0.0.1 -address=/omgnjvrjgpeg.com/127.0.0.1 -address=/omztf.cn/127.0.0.1 -address=/onlifjj.net/127.0.0.1 -address=/onsnv.com/127.0.0.1 -address=/openxt.cn/127.0.0.1 -address=/oq68.com/127.0.0.1 -address=/orchidscape.net/127.0.0.1 -address=/oumazg.com/127.0.0.1 -address=/overlordtea.cn/127.0.0.1 -address=/p3tt.com/127.0.0.1 -address=/p74.cc/127.0.0.1 -address=/panel-cn.com/127.0.0.1 -address=/papajia55.com/127.0.0.1 -address=/partner-safe.men/127.0.0.1 -address=/partnerwork.men/127.0.0.1 -address=/pay838.com/127.0.0.1 -address=/pcmzn.com/127.0.0.1 -address=/pdsjycm.com/127.0.0.1 -address=/pedailyu.com/127.0.0.1 -address=/penggua.com.cn/127.0.0.1 -address=/penxiangge.com/127.0.0.1 -address=/picsinfog.com/127.0.0.1 -address=/pjshw.cn/127.0.0.1 -address=/pjtymy.cn/127.0.0.1 -address=/pnhfc.com/127.0.0.1 -address=/pnxs.com/127.0.0.1 -address=/pofang.com/127.0.0.1 -address=/poijugh.top/127.0.0.1 -address=/poke88.com/127.0.0.1 -address=/polkoa.com/127.0.0.1 -address=/popeng.top/127.0.0.1 -address=/pos.baidu.com/127.0.0.1 -address=/powergg.top/127.0.0.1 -address=/poyang.com/127.0.0.1 -address=/pr00001.com/127.0.0.1 -address=/prohibited.cn/127.0.0.1 -address=/ptdrw.com/127.0.0.1 -address=/ptkhy.com/127.0.0.1 -address=/pubbirdf.com/127.0.0.1 -address=/pyzkk.com/127.0.0.1 -address=/pzrj6.top/127.0.0.1 -address=/qarsza.cn/127.0.0.1 -address=/qbyy010.com/127.0.0.1 -address=/qclcdn.cn/127.0.0.1 -address=/qcupup.com/127.0.0.1 -address=/qdchunyu.com/127.0.0.1 -address=/qdsfzz.cn/127.0.0.1 -address=/qevcxo.cn/127.0.0.1 -address=/qfs365.com/127.0.0.1 -address=/qgjapp.com/127.0.0.1 -address=/qgss8.com/127.0.0.1 -address=/qhaif.com/127.0.0.1 -address=/qi-duo.com/127.0.0.1 -address=/qiailm.com/127.0.0.1 -address=/qianfuyin.com/127.0.0.1 -address=/qianmeiby.com/127.0.0.1 -address=/qigemm.com/127.0.0.1 -address=/qilashou.com/127.0.0.1 -address=/qingqu.la/127.0.0.1 -address=/qipskd.cn/127.0.0.1 -address=/qiqivv.com/127.0.0.1 -address=/qiqiww.com/127.0.0.1 -address=/qiqiyii.com/127.0.0.1 -address=/qjjtc.com/127.0.0.1 -address=/qjyzj.cn/127.0.0.1 -address=/qmkdy.com/127.0.0.1 -address=/qmname.com/127.0.0.1 -address=/qnvih8.cn/127.0.0.1 -address=/qo26.com/127.0.0.1 -address=/qoiusky.com/127.0.0.1 -address=/qpokok.com/127.0.0.1 -address=/qqm98.com/127.0.0.1 -address=/qqtx.me/127.0.0.1 -address=/qs01.cn/127.0.0.1 -address=/qsart.cn/127.0.0.1 -address=/qsbz2011.com/127.0.0.1 -address=/qshxc.com/127.0.0.1 -address=/qsj65.com/127.0.0.1 -address=/qsmdeyz.cn/127.0.0.1 -address=/qtch888.com/127.0.0.1 -address=/qtmojo.cn/127.0.0.1 -address=/quadasdata.cn/127.0.0.1 -address=/quandangdang.net/127.0.0.1 -address=/quansj.cn/127.0.0.1 -address=/qucaigg.com/127.0.0.1 -address=/queene.cn/127.0.0.1 -address=/quw18.com/127.0.0.1 -address=/qwedcfv.com/127.0.0.1 -address=/qxfly.com/127.0.0.1 -address=/qxjdlf.com/127.0.0.1 -address=/qxxys.com/127.0.0.1 -address=/qycjrkfzx.com/127.0.0.1 -address=/qyctj.com/127.0.0.1 -address=/qytyf.com/127.0.0.1 -address=/qzdfc.com/127.0.0.1 -address=/qzkxt.com/127.0.0.1 -address=/qzmhnk.com/127.0.0.1 -address=/qzzljx.com/127.0.0.1 -address=/rainfinemalawi.com/127.0.0.1 -address=/rangeblessedness.men/127.0.0.1 -address=/rcaiv.com/127.0.0.1 -address=/rdiqt.cn/127.0.0.1 -address=/re.taotaosou.com/127.0.0.1 -address=/reliancevalve.com/127.0.0.1 -address=/remotedu.cn/127.0.0.1 -address=/rencai56.com/127.0.0.1 -address=/renminben.com/127.0.0.1 -address=/resetgey.com/127.0.0.1 -address=/rgdhct.cn/127.0.0.1 -address=/rhgyg.com/127.0.0.1 -address=/rickysblast.cn/127.0.0.1 -address=/rideraid.net/127.0.0.1 -address=/riqu2015.com/127.0.0.1 -address=/rjk1.com/127.0.0.1 -address=/rmetop.com/127.0.0.1 -address=/roay.cn/127.0.0.1 -address=/rongchengxxw.com/127.0.0.1 -address=/rongdingwl.cn/127.0.0.1 -address=/rpaulfrank.com/127.0.0.1 -address=/rqgsf.com/127.0.0.1 -address=/rrsubway.com/127.0.0.1 -address=/rscxwmj.cn/127.0.0.1 -address=/ruangkayu.cn/127.0.0.1 -address=/runiman.com/127.0.0.1 -address=/ruxianke.com/127.0.0.1 -address=/rwjfs.com/127.0.0.1 -address=/rx616.cn/127.0.0.1 -address=/s400cc.com/127.0.0.1 -address=/s9w.cc/127.0.0.1 -address=/sadobo.com/127.0.0.1 -address=/saf588.com/127.0.0.1 -address=/safe524.xyz/127.0.0.1 -address=/saferwet.com/127.0.0.1 -address=/saitef.cn/127.0.0.1 -address=/sangxi.top/127.0.0.1 -address=/sanjinma.com/127.0.0.1 -address=/sboite.cn/127.0.0.1 -address=/sbrqp.com/127.0.0.1 -address=/scenepass.com/127.0.0.1 -address=/scfatao.com/127.0.0.1 -address=/scfrwo.cn/127.0.0.1 -address=/sciencelolb.com/127.0.0.1 -address=/sclizhong.com/127.0.0.1 -address=/scriptcc.cc/127.0.0.1 -address=/scw0.com/127.0.0.1 -address=/sdagxz.xyz/127.0.0.1 -address=/sdaixz.xyz/127.0.0.1 -address=/sdhzstone.net/127.0.0.1 -address=/sdjjr.com/127.0.0.1 -address=/sdqoi2d.com/127.0.0.1 -address=/sdtbhbyb.com/127.0.0.1 -address=/sdxkdj.cn/127.0.0.1 -address=/sdycd.com/127.0.0.1 -address=/sfloushi.com/127.0.0.1 -address=/sfxl.com.cn/127.0.0.1 -address=/sfz023.com/127.0.0.1 -address=/sgbfjs.info/127.0.0.1 -address=/shama5.com/127.0.0.1 -address=/shandongkuntuo.com/127.0.0.1 -address=/shanglinli.com/127.0.0.1 -address=/sharedaddomain.com/127.0.0.1 -address=/sharrysweb.com/127.0.0.1 -address=/shbywsd.cn/127.0.0.1 -address=/shengdianwang.cc/127.0.0.1 -address=/shenglonghg.net/127.0.0.1 -address=/shentupk85.com/127.0.0.1 -address=/shenyian.net/127.0.0.1 -address=/shiftrro.com/127.0.0.1 -address=/shkywh.com/127.0.0.1 -address=/shouwangba.cn/127.0.0.1 -address=/shouyouyou.com/127.0.0.1 -address=/show.kc.taotaosou.com/127.0.0.1 -address=/shucaihangjia.com/127.0.0.1 -address=/shushijiameng123.com/127.0.0.1 -address=/shuwuzhan.com/127.0.0.1 -address=/shxinjie.cn/127.0.0.1 -address=/shypqc.com/127.0.0.1 -address=/si9377.com/127.0.0.1 -address=/sicentlife.com/127.0.0.1 -address=/sigbusa.com/127.0.0.1 -address=/sigo99.com/127.0.0.1 -address=/sina-img.club/127.0.0.1 -address=/sinaalicdn.com/127.0.0.1 -address=/sinaaliyun.cn/127.0.0.1 -address=/sinawbimg.com/127.0.0.1 -address=/sino-seve.com/127.0.0.1 -address=/sitemobia.com/127.0.0.1 -address=/sjgnskf.com/127.0.0.1 -address=/sjmwkj.cn/127.0.0.1 -address=/sjy-stone.com.cn/127.0.0.1 -address=/skatehot.net/127.0.0.1 -address=/sm077.com/127.0.0.1 -address=/smallmovieapp.com/127.0.0.1 -address=/smf82.cn/127.0.0.1 -address=/smitionsory.co/127.0.0.1 -address=/smucdn.com/127.0.0.1 -address=/smxsg.com/127.0.0.1 -address=/snnnyy.com/127.0.0.1 -address=/so9l.com/127.0.0.1 -address=/socdm.com/127.0.0.1 -address=/sos0easy.com/127.0.0.1 -address=/sp96878.com/127.0.0.1 -address=/spcode.baidu.com/127.0.0.1 -address=/spectram.pro/127.0.0.1 -address=/spxnet.com/127.0.0.1 -address=/sqext.com/127.0.0.1 -address=/sscefsol.com/127.0.0.1 -address=/ssdaili.com/127.0.0.1 -address=/ssjy168.com/127.0.0.1 -address=/ssmuse1314.cn/127.0.0.1 -address=/sstar.vip/127.0.0.1 -address=/sstc360.com/127.0.0.1 -address=/st123.info/127.0.0.1 -address=/staqnet.com/127.0.0.1 -address=/static-cn.plista.com/127.0.0.1 -address=/staticjs.cn/127.0.0.1 -address=/steadfastsystem.com/127.0.0.1 -address=/stn88.com/127.0.0.1 -address=/stocksbsc.com/127.0.0.1 -address=/stsywl.com/127.0.0.1 -address=/sucodb.com/127.0.0.1 -address=/sufficient.cn/127.0.0.1 -address=/superli666.top/127.0.0.1 -address=/suukcn.com/127.0.0.1 -address=/svsatrerbxh.com/127.0.0.1 -address=/swtkc.cn/127.0.0.1 -address=/swzhaohuo.com.cn/127.0.0.1 -address=/sxbhzs.net/127.0.0.1 -address=/sxcol.cn/127.0.0.1 -address=/sxdyrq.com/127.0.0.1 -address=/sxybjjz.cn/127.0.0.1 -address=/sxympy.com/127.0.0.1 -address=/sxz67.com/127.0.0.1 -address=/sxzmj.cn/127.0.0.1 -address=/sykty.com/127.0.0.1 -address=/syofew6o.net/127.0.0.1 -address=/sytcyf.com/127.0.0.1 -address=/sytz1288.com/127.0.0.1 -address=/szapp22.cc/127.0.0.1 -address=/szdzbx.com/127.0.0.1 -address=/szfaq.com/127.0.0.1 -address=/szggdw.com/127.0.0.1 -address=/szjianxin.net/127.0.0.1 -address=/szrk3.com/127.0.0.1 -address=/sztbjs.com/127.0.0.1 -address=/szxiuchang.com/127.0.0.1 -address=/szxpsg.com/127.0.0.1 -address=/szxzytech.com/127.0.0.1 -address=/t415n.cn/127.0.0.1 -address=/t58b.com/127.0.0.1 -address=/t70123.com/127.0.0.1 -address=/taat00889.com/127.0.0.1 -address=/tad.suning.com/127.0.0.1 -address=/tangoutianxia.com/127.0.0.1 -address=/taobaly.cn/127.0.0.1 -address=/taobaoaliyun.cn/127.0.0.1 -address=/taobaojx.com/127.0.0.1 -address=/taobayun.cn/127.0.0.1 -address=/taoguanda.com/127.0.0.1 -address=/taohanpai.com/127.0.0.1 -address=/taoyuay.top/127.0.0.1 -address=/tbaocdn.com/127.0.0.1 -address=/tc600.com/127.0.0.1 -address=/tdayi.com/127.0.0.1 -address=/techantuijian.com/127.0.0.1 -address=/tequanma.com/127.0.0.1 -address=/tg.1155t.cn/127.0.0.1 -address=/th21333.com/127.0.0.1 -address=/thescenseproject.com/127.0.0.1 -address=/thishare.com/127.0.0.1 -address=/thli43.cn/127.0.0.1 -address=/thxnr.com/127.0.0.1 -address=/thyvjboy.com/127.0.0.1 -address=/tiangu99.com/127.0.0.1 -address=/tianjieleather.com/127.0.0.1 -address=/tianjiunion.cn/127.0.0.1 -address=/tianqi777.com/127.0.0.1 -address=/tianyanzs.com/127.0.0.1 -address=/tinglian.com/127.0.0.1 -address=/tj-cmys.com/127.0.0.1 -address=/tjgxzs.com/127.0.0.1 -address=/tjhhr.com/127.0.0.1 -address=/tjqonline.cn/127.0.0.1 -address=/tjys88.com/127.0.0.1 -address=/tkd777.cn/127.0.0.1 -address=/tngmn.com/127.0.0.1 -address=/togo666.com/127.0.0.1 -address=/tongdejiayuan.com/127.0.0.1 -address=/tongqing2015.com/127.0.0.1 -address=/toourbb.com/127.0.0.1 -address=/top267.com/127.0.0.1 -address=/tpe163.com/127.0.0.1 -address=/trackingpro.pro/127.0.0.1 -address=/tradeccl.com/127.0.0.1 -address=/trourted.pro/127.0.0.1 -address=/trzina.com/127.0.0.1 -address=/tsdlp.com/127.0.0.1 -address=/tsyndolls.com/127.0.0.1 -address=/ttbaods.com/127.0.0.1 -address=/ttfgames.cn/127.0.0.1 -address=/ttlowe.com/127.0.0.1 -address=/tukeai.com/127.0.0.1 -address=/tvbyb04.com/127.0.0.1 -address=/twitterzs.com/127.0.0.1 -address=/twldmx.com/127.0.0.1 -address=/twzui6.com/127.0.0.1 -address=/txdwc.cn/127.0.0.1 -address=/txt2017.com/127.0.0.1 -address=/txt2019.cc/127.0.0.1 -address=/ty229.com/127.0.0.1 -address=/tylll.com/127.0.0.1 -address=/u.huoying666.com/127.0.0.1 -address=/uadsaa.com/127.0.0.1 -address=/ubalh.com/127.0.0.1 -address=/ubmcvideo.baidustatic.com/127.0.0.1 -address=/uc610.com/127.0.0.1 -address=/ucaliyun.cn/127.0.0.1 -address=/ucbaba.top/127.0.0.1 -address=/uchaoqiang.top/127.0.0.1 -address=/ucrzgcs.cn/127.0.0.1 -address=/ucstatic.cn/127.0.0.1 -address=/ucxgg.com/127.0.0.1 -address=/ucxxii.com/127.0.0.1 -address=/ugg66.com/127.0.0.1 -address=/uhijmv.cn/127.0.0.1 -address=/ujikdd041o.cn/127.0.0.1 -address=/ukeiae.com/127.0.0.1 -address=/uklyv.cn/127.0.0.1 -address=/umjsik.com/127.0.0.1 -address=/uneede.com/127.0.0.1 -address=/uoyrsd.com/127.0.0.1 -address=/urhu.cn/127.0.0.1 -address=/urlat.cn/127.0.0.1 -address=/uvclick.com/127.0.0.1 -address=/uvsea.cn/127.0.0.1 -address=/uw9377.com/127.0.0.1 -address=/uzpmrbek.com/127.0.0.1 -address=/v707070.com/127.0.0.1 -address=/va88p.cn/127.0.0.1 -address=/vaedan.top/127.0.0.1 -address=/vboo349.com/127.0.0.1 -address=/vdazz.net/127.0.0.1 -address=/ve001nz.com/127.0.0.1 -address=/vedeh.com/127.0.0.1 -address=/vegent.cn/127.0.0.1 -address=/vertivchina.cn/127.0.0.1 -address=/vfdxlt.cn/127.0.0.1 -address=/vhpxa.top/127.0.0.1 -address=/victorjx.com/127.0.0.1 -address=/video231.oss-cn-beijing.aliyuncs.com/127.0.0.1 -address=/videondun.com/127.0.0.1 -address=/vmjjzk.cn/127.0.0.1 -address=/vnnv777.cn/127.0.0.1 -address=/vns3359.com/127.0.0.1 -address=/vs944.cn/127.0.0.1 -address=/vt863.cn/127.0.0.1 -address=/vtale.org/127.0.0.1 -address=/vvvulqn7.com/127.0.0.1 -address=/vwws6.net/127.0.0.1 -address=/vxsnk.com/127.0.0.1 -address=/w3989.com/127.0.0.1 -address=/w4pma.cn/127.0.0.1 -address=/w65p.com/127.0.0.1 -address=/wacc888.com/127.0.0.1 -address=/waihui518.com/127.0.0.1 -address=/wanfukang.cc/127.0.0.1 -address=/wangdaizao.com/127.0.0.1 -address=/wangdddy.com/127.0.0.1 -address=/wangdq.com/127.0.0.1 -address=/wangqipu.com/127.0.0.1 -address=/wangsufast.com/127.0.0.1 -address=/wantaico.com/127.0.0.1 -address=/wantfour.com/127.0.0.1 -address=/wapadv.com/127.0.0.1 -address=/waptime.net/127.0.0.1 -address=/watchsk.com/127.0.0.1 -address=/wazero.online/127.0.0.1 -address=/wcnmd.top/127.0.0.1 -address=/wdymwzz.com/127.0.0.1 -address=/wdzsb.com.cn/127.0.0.1 -address=/webabcd.com/127.0.0.1 -address=/webofxm.cn/127.0.0.1 -address=/weihuiyungou.com/127.0.0.1 -address=/weiqiqu.cn/127.0.0.1 -address=/weixiangzu.cn/127.0.0.1 -address=/wemdsm.com/127.0.0.1 -address=/werpig.com/127.0.0.1 -address=/wf321.com/127.0.0.1 -address=/wffengtai.com.cn/127.0.0.1 -address=/wgnlz.com/127.0.0.1 -address=/wgnmp.com/127.0.0.1 -address=/whafwl.com/127.0.0.1 -address=/whhxnz.com/127.0.0.1 -address=/whpxy.com/127.0.0.1 -address=/whshangsha.com/127.0.0.1 -address=/whytoss.com/127.0.0.1 -address=/wikigifth.com/127.0.0.1 -address=/winvestern.com.cn/127.0.0.1 -address=/wjguc.com/127.0.0.1 -address=/wka8.com/127.0.0.1 -address=/wlkpa.cn/127.0.0.1 -address=/wndlkj.com/127.0.0.1 -address=/wodhid.com/127.0.0.1 -address=/wojiabaoye.com/127.0.0.1 -address=/wole.us/127.0.0.1 -address=/wowips.com/127.0.0.1 -address=/wowoyy.cc/127.0.0.1 -address=/wq42219.com/127.0.0.1 -address=/wqsph.net/127.0.0.1 -address=/wrvdmh.cn/127.0.0.1 -address=/ws341.com/127.0.0.1 -address=/ws7j.com/127.0.0.1 -address=/wsgblw.com/127.0.0.1 -address=/wstztt.com/127.0.0.1 -address=/wu36n.cn/127.0.0.1 -address=/wu65.com/127.0.0.1 -address=/wuhufengze.com.cn/127.0.0.1 -address=/wushuangjiexi.top/127.0.0.1 -address=/wuwaii.com/127.0.0.1 -address=/wuweiqx.com/127.0.0.1 -address=/wuwho.cn/127.0.0.1 -address=/wuyekanba.com/127.0.0.1 -address=/wvstatic.cn/127.0.0.1 -address=/wwlolbs.com/127.0.0.1 -address=/wxbdfm.com/127.0.0.1 -address=/wxs666.cn/127.0.0.1 -address=/wxstatic.cn/127.0.0.1 -address=/wxxfqc.com/127.0.0.1 -address=/wyhzzy.com/127.0.0.1 -address=/wyttech.cn/127.0.0.1 -address=/wywsdx.com/127.0.0.1 -address=/wzaigo.com/127.0.0.1 -address=/wzjijia.com/127.0.0.1 -address=/wzsygdl.com/127.0.0.1 -address=/x6z6.com/127.0.0.1 -address=/x9377a.com/127.0.0.1 -address=/xa9t.com/127.0.0.1 -address=/xabaitai.com/127.0.0.1 -address=/xabmjr.com/127.0.0.1 -address=/xcads.cn/127.0.0.1 -address=/xcclzs.com/127.0.0.1 -address=/xchgx.com/127.0.0.1 -address=/xcjy876.com/127.0.0.1 -address=/xcsaz.com/127.0.0.1 -address=/xcxzxc.cn/127.0.0.1 -address=/xcy8.com/127.0.0.1 -address=/xcyjzs.net/127.0.0.1 -address=/xcyrc.com/127.0.0.1 -address=/xdbwc.com/127.0.0.1 -address=/xdcqcyp.com/127.0.0.1 -address=/xdywlw.cn/127.0.0.1 -address=/xhbqczl.com/127.0.0.1 -address=/xhmrv.com/127.0.0.1 -address=/xhrxb.com/127.0.0.1 -address=/xhsxgmt.cn/127.0.0.1 -address=/xhxnkyy.com/127.0.0.1 -address=/xhydrs.cn/127.0.0.1 -address=/xi0021.com/127.0.0.1 -address=/xiadaxiong.com/127.0.0.1 -address=/xiald.com/127.0.0.1 -address=/xiang7.vip/127.0.0.1 -address=/xiaobiaoucai.cn/127.0.0.1 -address=/xiaoyang.mobi/127.0.0.1 -address=/xiaozhishi852.com/127.0.0.1 -address=/xiaxuanfu.com/127.0.0.1 -address=/xibei70.com/127.0.0.1 -address=/xidexableact.cn/127.0.0.1 -address=/xihashuale.com/127.0.0.1 -address=/xilele.com/127.0.0.1 -address=/xiliweisha.cn/127.0.0.1 -address=/xinasiaj.com/127.0.0.1 -address=/xingjuhe.com/127.0.0.1 -address=/xingyao.doubiy.com/127.0.0.1 -address=/xingyaoapi.com/127.0.0.1 -address=/xinji2.com/127.0.0.1 -address=/xinlongrubber.com/127.0.0.1 -address=/xinyijiasc.cn/127.0.0.1 -address=/xiongdong.com/127.0.0.1 -address=/xiongzhangad.com/127.0.0.1 -address=/xixiashengdian.com/127.0.0.1 -address=/xjidian.com/127.0.0.1 -address=/xjzyq.com/127.0.0.1 -address=/xk2012.com/127.0.0.1 -address=/xkwfao.com/127.0.0.1 -address=/xlwnx.com/127.0.0.1 -address=/xm9178.com/127.0.0.1 -address=/xmcmn.com/127.0.0.1 -address=/xmliw.com/127.0.0.1 -address=/xmrepair.com/127.0.0.1 -address=/xmsqz.com/127.0.0.1 -address=/xmtsyg.com/127.0.0.1 -address=/xmxxwl.com/127.0.0.1 -address=/xn--fjqz50cv5q3so.ltd/127.0.0.1 -address=/xn--fjqz50cv5q3so.online/127.0.0.1 -address=/xn--mtso8sj6menhyil.online/127.0.0.1 -address=/xn--tst552fo5s.xyz/127.0.0.1 -address=/xn--wxt79hbyb675a.online/127.0.0.1 -address=/xn--wxtr9fwyxk9c.site/127.0.0.1 -address=/xn--wxtr9fwyxk9c.top/127.0.0.1 -address=/xn--wxtr9fwyxk9c.xn--io0a7i/127.0.0.1 -address=/xn--xhq9mt12cf5v.ink/127.0.0.1 -address=/xn--xhq9mt12cf5v.ren/127.0.0.1 -address=/xn--xhq9mt12cf5v.shop/127.0.0.1 -address=/xn--xhq9mt12cf5v.site/127.0.0.1 -address=/xn--xhq9mt12cf5v.top/127.0.0.1 -address=/xn--xhq9mt12cf5v.website/127.0.0.1 -address=/xn6ffc.com/127.0.0.1 -address=/xnjpg.com/127.0.0.1 -address=/xpjis.com/127.0.0.1 -address=/xpqfc.com/127.0.0.1 -address=/xq199.com/127.0.0.1 -address=/xt2d.cn/127.0.0.1 -address=/xtianqi.com.cn/127.0.0.1 -address=/xtxa.net/127.0.0.1 -address=/xtyizilaijx.cn/127.0.0.1 -address=/xu7b.com/127.0.0.1 -address=/xuanmeiguoji.com/127.0.0.1 -address=/xuehelei.com/127.0.0.1 -address=/xueyongbao.com/127.0.0.1 -address=/xugsh.cn/127.0.0.1 -address=/xul478.com/127.0.0.1 -address=/xulizui6.com/127.0.0.1 -address=/xunlaile.com/127.0.0.1 -address=/xuqinqi.cn/127.0.0.1 -address=/xvnfyutv.com/127.0.0.1 -address=/xvtpvc.cn/127.0.0.1 -address=/xxad.cc/127.0.0.1 -address=/xxhrd.com/127.0.0.1 -address=/xxlmxsh.com/127.0.0.1 -address=/xxwkjl.com/127.0.0.1 -address=/xxyzwtsylw.com/127.0.0.1 -address=/xycnz.com/127.0.0.1 -address=/xycnzz.com/127.0.0.1 -address=/xyqptm.com/127.0.0.1 -address=/xyqxr.com/127.0.0.1 -address=/xyrhd.com/127.0.0.1 -address=/xyssp.com/127.0.0.1 -address=/xytom.com/127.0.0.1 -address=/xz6d.com/127.0.0.1 -address=/xzyituo.com/127.0.0.1 -address=/xzzyi.com/127.0.0.1 -address=/y0o1g.cn/127.0.0.1 -address=/yageben.com/127.0.0.1 -address=/yalongrope.cn/127.0.0.1 -address=/yamaidei.cn/127.0.0.1 -address=/yangdasen.cn/127.0.0.1 -address=/yanglaopt.net/127.0.0.1 -address=/yaohq.com/127.0.0.1 -address=/yaoxiaoli.com/127.0.0.1 -address=/yaoyl.com/127.0.0.1 -address=/yatemy.cn/127.0.0.1 -address=/ychml.com/127.0.0.1 -address=/ychun03.com/127.0.0.1 -address=/ydlnt.com/127.0.0.1 -address=/ydqzkj.com/127.0.0.1 -address=/yenlm.com/127.0.0.1 -address=/yeyajipp.com/127.0.0.1 -address=/yezijizhang.com/127.0.0.1 -address=/yf898.com/127.0.0.1 -address=/yfycy.com/127.0.0.1 -address=/yhsmk.com/127.0.0.1 -address=/yhtcd.com/127.0.0.1 -address=/yidulive.net/127.0.0.1 -address=/yigyx.com/127.0.0.1 -address=/yijia2009.com/127.0.0.1 -address=/yijikm.com/127.0.0.1 -address=/yingdatuofu.com/127.0.0.1 -address=/yinhaijuan.com/127.0.0.1 -address=/yinyuehu.cn/127.0.0.1 -address=/yinyuncp.com/127.0.0.1 -address=/yiran686.cn/127.0.0.1 -address=/yiranxian.cn/127.0.0.1 -address=/yishuifa.org/127.0.0.1 -address=/yitai001.com/127.0.0.1 -address=/yiwuds.com/127.0.0.1 -address=/yixui.com/127.0.0.1 -address=/yjoiunf.com/127.0.0.1 -address=/yk0712.com/127.0.0.1 -address=/ykjmy.com/127.0.0.1 -address=/ymcqb.com/127.0.0.1 -address=/ynbojie.com/127.0.0.1 -address=/yndianju.com/127.0.0.1 -address=/ynmbz.com/127.0.0.1 -address=/ynwqls.com/127.0.0.1 -address=/yofoto.ltd/127.0.0.1 -address=/yongkang6.com/127.0.0.1 -address=/youfumei.com/127.0.0.1 -address=/yousee.com/127.0.0.1 -address=/youyoumw.com/127.0.0.1 -address=/ypa.focusoftime.com/127.0.0.1 -address=/ypmob.com/127.0.0.1 -address=/yqcy988.com/127.0.0.1 -address=/yqw88.com/127.0.0.1 -address=/yrzyks.cn/127.0.0.1 -address=/ysdhe.com/127.0.0.1 -address=/ysgsq.cn/127.0.0.1 -address=/ysjwj.com/127.0.0.1 -address=/ysnj74ed.com/127.0.0.1 -address=/yuanmengbi.com/127.0.0.1 -address=/yuanyanglw.com/127.0.0.1 -address=/yueyetiyu.com/127.0.0.1 -address=/yuggcd.com/127.0.0.1 -address=/yujiangchu.com/127.0.0.1 -address=/yujyjms.cn/127.0.0.1 -address=/yule8.net/127.0.0.1 -address=/yunmowu.com/127.0.0.1 -address=/yunsoka.com/127.0.0.1 -address=/yuyanbaojie.cn/127.0.0.1 -address=/yuyue008.cn/127.0.0.1 -address=/ywadf.cn/127.0.0.1 -address=/ywjsgc.com/127.0.0.1 -address=/ywjxsp168.cn/127.0.0.1 -address=/ywxi.net/127.0.0.1 -address=/yxgfcj.com/127.0.0.1 -address=/yxjad.com/127.0.0.1 -address=/yxmspx.com/127.0.0.1 -address=/yxszy.com/127.0.0.1 -address=/yxxwyz.com/127.0.0.1 -address=/yy58ju.com/127.0.0.1 -address=/yyp17.com/127.0.0.1 -address=/yyylg.cn/127.0.0.1 -address=/yzaosite.com/127.0.0.1 -address=/yzh360.com/127.0.0.1 -address=/yzwr588.com/127.0.0.1 -address=/yzygo.com/127.0.0.1 -address=/yzytb.com/127.0.0.1 -address=/zantainet.com/127.0.0.1 -address=/zbetter.org/127.0.0.1 -address=/zcrtd.com/127.0.0.1 -address=/zdjby.cn/127.0.0.1 -address=/zencu.com.cn/127.0.0.1 -address=/zfkmw.com/127.0.0.1 -address=/zgc66.com/127.0.0.1 -address=/zgksb.com/127.0.0.1 -address=/zgktxx.com/127.0.0.1 -address=/zgrsq.cn/127.0.0.1 -address=/zgtcar.com/127.0.0.1 -address=/zgunion.cn/127.0.0.1 -address=/zgyemy.com/127.0.0.1 -address=/zgyryt.com/127.0.0.1 -address=/zh1144.com/127.0.0.1 -address=/zhaibei112.top/127.0.0.1 -address=/zhangkc.com/127.0.0.1 -address=/zhao258.com/127.0.0.1 -address=/zhengyejixie.com/127.0.0.1 -address=/zhfosenghtr.com/127.0.0.1 -address=/zhichi08.com/127.0.0.1 -address=/zhihei.com/127.0.0.1 -address=/zhinengap.com/127.0.0.1 -address=/zhiong.net/127.0.0.1 -address=/zhixiuchang.com/127.0.0.1 -address=/zhjfad.com/127.0.0.1 -address=/zhongjiangguoji.org/127.0.0.1 -address=/zhongzk.com/127.0.0.1 -address=/zhuangzhaibancai.cn/127.0.0.1 -address=/zhuba8.com/127.0.0.1 -address=/zhudiaosz.com/127.0.0.1 -address=/zhufushuo.com/127.0.0.1 -address=/zhunishunli.com/127.0.0.1 -address=/zhy333.com/127.0.0.1 -address=/zhybzp.cn/127.0.0.1 -address=/zi63m.cn/127.0.0.1 -address=/ziig.com.cn/127.0.0.1 -address=/zisu.cn.com/127.0.0.1 -address=/zitanmushu.com/127.0.0.1 -address=/ziyuantx.com/127.0.0.1 -address=/zjhim.com/127.0.0.1 -address=/zjhoudao.com/127.0.0.1 -address=/zjrtuhds.top/127.0.0.1 -address=/zl588.com/127.0.0.1 -address=/zmgod.com/127.0.0.1 -address=/zmlled.cn/127.0.0.1 -address=/zp22938576.com/127.0.0.1 -address=/zqworks.com/127.0.0.1 -address=/zrpfk.com/127.0.0.1 -address=/zry8181.com/127.0.0.1 -address=/zsdexun.com.cn/127.0.0.1 -address=/zsedu99.cn/127.0.0.1 -address=/zsjyc.top/127.0.0.1 -address=/ztidu.com/127.0.0.1 -address=/ztvx8.com/127.0.0.1 -address=/zx573.cn/127.0.0.1 -address=/zxb918.com/127.0.0.1 -address=/zxhrq.cn/127.0.0.1 -address=/zxwdw.com/127.0.0.1 -address=/zybpj.com/127.0.0.1 -address=/zydyjzw.cn/127.0.0.1 -address=/zymro.com/127.0.0.1 -address=/zyqp9.com/127.0.0.1 -address=/zyrfanli.com/127.0.0.1 -address=/zyzjpx.cn/127.0.0.1 -address=/zzbaowen.com/127.0.0.1 -address=/zzkoubei.com/127.0.0.1 -address=/zzrcz.com/127.0.0.1 -address=/zzsssy.com/127.0.0.1 -address=/zzwflxs.com/127.0.0.1 -address=/zzyonghao.com/127.0.0.1 -address=/0x013d.website/127.0.0.1 -address=/0x01e7.website/127.0.0.1 -address=/1.hao123.com/127.0.0.1 -address=/100.admin5.com/127.0.0.1 -address=/100.pncdn.cn/127.0.0.1 -address=/107.172.176.197/127.0.0.1 -address=/108.171.248.234/127.0.0.1 -address=/115.29.141.121/127.0.0.1 -address=/119.29.80.185/127.0.0.1 -address=/120.27.34.156/127.0.0.1 -address=/122.228.236.165/127.0.0.1 -address=/20150930.cf/127.0.0.1 -address=/2016.bkill.net/127.0.0.1 -address=/205.209.138.102/127.0.0.1 -address=/23.91.3.114/127.0.0.1 -address=/360safego.com/127.0.0.1 -address=/5y9nfpes.52pk.com/127.0.0.1 -address=/614514.com/127.0.0.1 -address=/69.28.57.245/127.0.0.1 -address=/7mad.7m.cn/127.0.0.1 -address=/7xsf3h.com1.z0.glb.clouddn.com/127.0.0.1 -address=/801.tianyaui.com/127.0.0.1 -address=/8jkx.com/127.0.0.1 -address=/a.baomihua.com/127.0.0.1 -address=/a.nowscore.com/127.0.0.1 -address=/a.xywy.com/127.0.0.1 -address=/a2.b310.com/127.0.0.1 -address=/a2.xinhuanet.com/127.0.0.1 -address=/abc.hkepc.com/127.0.0.1 -address=/abc.hkepc.net/127.0.0.1 -address=/acodes.b2b.cn/127.0.0.1 -address=/acv5e.cn/127.0.0.1 -address=/ad-api.cnblogs.com/127.0.0.1 -address=/ad-img.diyidan.net/127.0.0.1 -address=/ad.52av.one/127.0.0.1 -address=/ad.bobi.tw/127.0.0.1 -address=/ad.cdnjm.cn/127.0.0.1 -address=/ad.walkgame.com/127.0.0.1 -address=/ad.wurangxian.top/127.0.0.1 -address=/adadmin.house365.com/127.0.0.1 -address=/add.freeimg8.com/127.0.0.1 -address=/adf.dahe.cn/127.0.0.1 -address=/adhome.1fangchan.com/127.0.0.1 -address=/adm.265g.com/127.0.0.1 -address=/adm.52swine.com/127.0.0.1 -address=/adm.6park.com/127.0.0.1 -address=/adm.beimg.com/127.0.0.1 -address=/adm.cloud.cnfol.com/127.0.0.1 -address=/adm.xmfish.com/127.0.0.1 -address=/admd.housefun.com.tw/127.0.0.1 -address=/admd.yam.com/127.0.0.1 -address=/admsapi.businessweekly.com.tw/127.0.0.1 -address=/adnetpub.yaolan.com/127.0.0.1 -address=/adp.cnki.net/127.0.0.1 -address=/adp.cnool.net/127.0.0.1 -address=/adpai.thepaper.cn/127.0.0.1 -address=/adpub.yaolan.com/127.0.0.1 -address=/adpubs.yaolan.com/127.0.0.1 -address=/ads-union.jd.com/127.0.0.1 -address=/ads.sohu.com/127.0.0.1 -address=/adsc.wasu.tv/127.0.0.1 -address=/adsclick.yx.js.cn/127.0.0.1 -address=/adshows.21cn.com/127.0.0.1 -address=/adt.xdrig.com/127.0.0.1 -address=/adv-sv-show.focus.cn/127.0.0.1 -address=/afp.chinanews.com/127.0.0.1 -address=/afp.wasu.cn/127.0.0.1 -address=/afpcreative.wasu.cn/127.0.0.1 -address=/ahd.ruten.com.tw/127.0.0.1 -address=/ai.bioon.com/127.0.0.1 -address=/alitui.weibo.com/127.0.0.1 -address=/am.szhome.com/127.0.0.1 -address=/amradmin.5173.com/127.0.0.1 -address=/ams.fx678.com/127.0.0.1 -address=/ann5.net/127.0.0.1 -address=/appimg.0575bbs.com/127.0.0.1 -address=/apple.www.letv.com/127.0.0.1 -address=/ashow.pcpop.com/127.0.0.1 -address=/assp.sohu.com/127.0.0.1 -address=/atiws.aipai.com/127.0.0.1 -address=/atm.youku.com/127.0.0.1 -address=/ax.ifeng.com/127.0.0.1 -address=/b.tukucc.com/127.0.0.1 -address=/badding.oss-ap-southeast-1.aliyuncs.com/127.0.0.1 -address=/baifen.music.baidu.com/127.0.0.1 -address=/besc.baidustatic.com/127.0.0.1 -address=/biz.gexing.com/127.0.0.1 -address=/biz.weibo.com/127.0.0.1 -address=/bk9gun.vpser.net/127.0.0.1 -address=/boardx.huanqiu.com/127.0.0.1 -address=/btn.onlylady.com/127.0.0.1 -address=/btn.pchome.net/127.0.0.1 -address=/business.92wy.com/127.0.0.1 -address=/by8974.com/127.0.0.1 -address=/c-5uwzmx78pmca09x24aiux2euavx2ekwu.g00.msn.com/127.0.0.1 -address=/cacafly.net/127.0.0.1 -address=/cdgfa.ifeng.com/127.0.0.1 -address=/cdn.wuyou.ca/127.0.0.1 -address=/chidir.com/127.0.0.1 -address=/client.88tours.com/127.0.0.1 -address=/cmm.xmfish.com/127.0.0.1 -address=/cms.fx678.com/127.0.0.1 -address=/cms.fx678img.com/127.0.0.1 -address=/cocoawu.b0.upaiyun.com/127.0.0.1 -address=/count.ddooo.com/127.0.0.1 -address=/cp2.eastmoney.com/127.0.0.1 -address=/cpm.cm.kankan.com/127.0.0.1 -address=/d-test.39.net/127.0.0.1 -address=/d0.xcar.com.cn/127.0.0.1 -address=/d1.3158.cn/127.0.0.1 -address=/d13jhr4vol1304.cloudfront.net/127.0.0.1 -address=/da.mgtv.com/127.0.0.1 -address=/de.as.pptv.com/127.0.0.1 -address=/dehua.ixinfan.com/127.0.0.1 -address=/deliver.ifeng.com/127.0.0.1 -address=/delivery.playallvideos.com/127.0.0.1 -address=/delivery.wasu.cn/127.0.0.1 -address=/djs.baomihua.com/127.0.0.1 -address=/doubleclick.ctfile.com/127.0.0.1 -address=/dsp.ali213.net/127.0.0.1 -address=/dup.baidustatic.com/127.0.0.1 -address=/dvs.china.com/127.0.0.1 -address=/dvser.china.com/127.0.0.1 -address=/dydab.com/127.0.0.1 -address=/e.yycqc.com/127.0.0.1 -address=/eap.big5.enorth.com.cn/127.0.0.1 -address=/eap.enorth.com.cn/127.0.0.1 -address=/ebp.renren.com/127.0.0.1 -address=/ecma.bdimg.com/127.0.0.1 -address=/ecmb.bdimg.com/127.0.0.1 -address=/emdcadvertise.eastmoney.com/127.0.0.1 -address=/erebor.douban.com/127.0.0.1 -address=/ermao.sikabeila.com/127.0.0.1 -address=/ff.meikanguo.com/127.0.0.1 -address=/fun.ynet.com/127.0.0.1 -address=/g.hsw.cn/127.0.0.1 -address=/g.lznews.cn/127.0.0.1 -address=/g.mnw.cn/127.0.0.1 -address=/g.ousns.net/127.0.0.1 -address=/g2.ousns.net/127.0.0.1 -address=/ganjituiguang.ganji.com/127.0.0.1 -address=/gdt.qq.com/127.0.0.1 -address=/gg.0598yu.com/127.0.0.1 -address=/gg.4kdy.net/127.0.0.1 -address=/gg.blueidea.com/127.0.0.1 -address=/gg.cs090.com/127.0.0.1 -address=/gg.g9mi6.com/127.0.0.1 -address=/gg.getbs.com/127.0.0.1 -address=/gg.gsdlcn.com/127.0.0.1 -address=/gg.gw032.com/127.0.0.1 -address=/gg.kugou.com/127.0.0.1 -address=/gg.sonhoo.com/127.0.0.1 -address=/gg.uuu9.com/127.0.0.1 -address=/gg.yxdown.com/127.0.0.1 -address=/gg86.pinggu.org/127.0.0.1 -address=/ggcode.2345.com/127.0.0.1 -address=/ggg.zj.com/127.0.0.1 -address=/ggs.myzaker.com/127.0.0.1 -address=/ggtp-1255424916.cos.ap-chengdu.myqcloud.com/127.0.0.1 -address=/ggw.gusuwang.com/127.0.0.1 -address=/ggw.watertu.com/127.0.0.1 -address=/go.hangzhou.com.cn/127.0.0.1 -address=/goto.www.iciba.com/127.0.0.1 -address=/gotourl.xyz/127.0.0.1 -address=/gp.jstv.com/127.0.0.1 -address=/greenhouseglobal.cn/127.0.0.1 -address=/gt.duowan.com/127.0.0.1 -address=/gt.yy.com/127.0.0.1 -address=/guang.lesports.com/127.0.0.1 -address=/guess.h.qhimg.com/127.0.0.1 -address=/hades.qyer.com/127.0.0.1 -address=/hiad.vmall.com/127.0.0.1 -address=/hz.shouyoutv.com/127.0.0.1 -address=/hzhyhm.com/127.0.0.1 -address=/i.syasn.com/127.0.0.1 -address=/iads.xinmin.cn/127.0.0.1 -address=/idcot.com/127.0.0.1 -address=/img.3sjt.com/127.0.0.1 -address=/img.meipic.net/127.0.0.1 -address=/img1.126.net/127.0.0.1 -address=/img2.126.net/127.0.0.1 -address=/img2.titan007.com/127.0.0.1 -address=/img3.126.net/127.0.0.1 -address=/imgadsame.liba.com/127.0.0.1 -address=/inte.sogou.com/127.0.0.1 -address=/ivy.pconline.com.cn/127.0.0.1 -address=/iwanad.baidu.com/127.0.0.1 -address=/j.avz4.com/127.0.0.1 -address=/jmsyzj.com/127.0.0.1 -address=/js.45bubu.com/127.0.0.1 -address=/js.bju888.com/127.0.0.1 -address=/js.bxwns.com/127.0.0.1 -address=/js.duotegame.com/127.0.0.1 -address=/js.hkslg520.com/127.0.0.1 -address=/jxad.jx163.com/127.0.0.1 -address=/knnwdyou.com/127.0.0.1 -address=/libfre.obs.cn-east-3.myhuaweicloud.com/127.0.0.1 -address=/lingdian98.com/127.0.0.1 -address=/ll.gxsky.com/127.0.0.1 -address=/lxting.com/127.0.0.1 -address=/m.aty.sohu.com/127.0.0.1 -address=/m2.lelemh.com/127.0.0.1 -address=/mall0.qiyipic.com/127.0.0.1 -address=/manage.wdfans.cn/127.0.0.1 -address=/market.178.com/127.0.0.1 -address=/market.21cn.com/127.0.0.1 -address=/market.duowan.com/127.0.0.1 -address=/mini.hao123.com/127.0.0.1 -address=/miniye.xjts.cn/127.0.0.1 -address=/money.qz828.com/127.0.0.1 -address=/myad.toocle.com/127.0.0.1 -address=/nirentang.com/127.0.0.1 -address=/ok.432kkk.com/127.0.0.1 -address=/p.7060.la/127.0.0.1 -address=/p.zol-img.com.cn/127.0.0.1 -address=/p4p.sina.com.cn/127.0.0.1 -address=/p8u.hinet.net/127.0.0.1 -address=/panda.kdnet.net/127.0.0.1 -address=/partner.toutiao.com/127.0.0.1 -address=/pekingpk10.com/127.0.0.1 -address=/pg-ad-b1.nosdn.127.net/127.0.0.1 -address=/phpad.cqnews.net/127.0.0.1 -address=/pic.0597kk.com/127.0.0.1 -address=/pic.fengniao.com/127.0.0.1 -address=/pics.xgo-img.com.cn/127.0.0.1 -address=/poster.weather.com.cn/127.0.0.1 -address=/pro.iweihai.cn/127.0.0.1 -address=/pub.funshion.com/127.0.0.1 -address=/publish.ad.youth.cn/127.0.0.1 -address=/qcvf.ifeng.com/127.0.0.1 -address=/qd.wanjuanba.com/127.0.0.1 -address=/qd.x4399.com/127.0.0.1 -address=/qn.bejson.com/127.0.0.1 -address=/qt.biqugezw.com/127.0.0.1 -address=/resource.baomihua.com/127.0.0.1 -address=/rh.qq.com/127.0.0.1 -address=/sa.sina.cn/127.0.0.1 -address=/same.chinadaily.com.cn/127.0.0.1 -address=/same.eastmoney.com/127.0.0.1 -address=/script.vccoo.com/127.0.0.1 -address=/sgg.southcn.com/127.0.0.1 -address=/share.gzdsw.com/127.0.0.1 -address=/ssgg.chazidian.com/127.0.0.1 -address=/ssp.hinet.net/127.0.0.1 -address=/ssp.zf313.com/127.0.0.1 -address=/sss.sege.xxx/127.0.0.1 -address=/sssvd.china.com/127.0.0.1 -address=/static-ssp.yidianzixun.com/127.0.0.1 -address=/sub.powerapple.com/127.0.0.1 -address=/super.cat898.com/127.0.0.1 -address=/super.kdnet.net/127.0.0.1 -address=/synacast.com/127.0.0.1 -address=/tcjy66.cc/127.0.0.1 -address=/tf.360.cn/127.0.0.1 -address=/tk.504pk.com/127.0.0.1 -address=/tp.sgcn.com/127.0.0.1 -address=/tt.biquge.la/127.0.0.1 -address=/u.63kc.com/127.0.0.1 -address=/u.cnzol.com/127.0.0.1 -address=/uc.zhuici.com/127.0.0.1 -address=/union.china.com.cn/127.0.0.1 -address=/union.yihaodian.com/127.0.0.1 -address=/untitled.dwstatic.com/127.0.0.1 -address=/up.hiao.com/127.0.0.1 -address=/vupload.duowan.com/127.0.0.1 -address=/web.900.la/127.0.0.1 -address=/wew.dushiwenxue.net/127.0.0.1 -address=/wowad.wow-classic.com/127.0.0.1 -address=/wpwdf.com/127.0.0.1 -address=/wuliao.epro.sogou.com/127.0.0.1 -address=/xc.macd.cn/127.0.0.1 -address=/xc.mydrivers.com/127.0.0.1 -address=/xdyjt.com/127.0.0.1 -address=/xinzheng8.pw/127.0.0.1 -address=/xs.houyi.baofeng.net/127.0.0.1 -address=/yktj.yzz.cn/127.0.0.1 -address=/yt-adp.nosdn.127.net/127.0.0.1 -address=/yt-adp.ws.126.net/127.0.0.1 -address=/yunbofangbt.com/127.0.0.1 -address=/z.nowscore.com/127.0.0.1 -address=/zkrdy.com/127.0.0.1 -address=/zt2088.com/127.0.0.1 -address=/ztyumn.ifeng.com/127.0.0.1 -address=/immedlinkum.info/127.0.0.1 -address=/xayah.date/127.0.0.1 -address=/003store.com/127.0.0.1 -address=/06362.com/127.0.0.1 -address=/1.01fy.cn/127.0.0.1 -address=/1.1010pic.com/127.0.0.1 -address=/1.11467.com/127.0.0.1 -address=/1.15lu.com/127.0.0.1 -address=/1.201980.com/127.0.0.1 -address=/1.32xp.com/127.0.0.1 -address=/1.51sxue.cn/127.0.0.1 -address=/1.5646.cn/127.0.0.1 -address=/1.66law.cn/127.0.0.1 -address=/1.92caijing.com/127.0.0.1 -address=/1.ajiyuming.com/127.0.0.1 -address=/1.arpun.com/127.0.0.1 -address=/1.bangdan5.com/127.0.0.1 -address=/1.bh5.com.cn/127.0.0.1 -address=/1.cjcp.cn/127.0.0.1 -address=/1.cn716.com/127.0.0.1 -address=/1.codesdq.com/127.0.0.1 -address=/1.codezh.com/127.0.0.1 -address=/1.dwx365.com/127.0.0.1 -address=/1.feihua.com/127.0.0.1 -address=/1.feihua.net.cn/127.0.0.1 -address=/1.glook.cn/127.0.0.1 -address=/1.guyaheng.com/127.0.0.1 -address=/1.hnyouneng.com/127.0.0.1 -address=/1.huilv.cc/127.0.0.1 -address=/1.huobiwang.cc/127.0.0.1 -address=/1.hysou.com/127.0.0.1 -address=/1.i1766.com/127.0.0.1 -address=/1.ideng.com/127.0.0.1 -address=/1.isanxia.com/127.0.0.1 -address=/1.jeasyui.net/127.0.0.1 -address=/1.jiqie.cn/127.0.0.1 -address=/1.kuaidiwo.cn/127.0.0.1 -address=/1.lvshi567.com/127.0.0.1 -address=/1.mgff.com/127.0.0.1 -address=/1.mm100.com/127.0.0.1 -address=/1.pncdn.cn/127.0.0.1 -address=/1.proewildfire.cn/127.0.0.1 -address=/1.qjhm.net/127.0.0.1 -address=/1.qt86.com/127.0.0.1 -address=/1.rr95.com/127.0.0.1 -address=/1.sj33.net/127.0.0.1 -address=/1.snzfj.net/127.0.0.1 -address=/1.soufy.cn/127.0.0.1 -address=/1.tongquee.com/127.0.0.1 -address=/1.ttxs123.net/127.0.0.1 -address=/1.tulaoshi.com/127.0.0.1 -address=/1.tuxi.com.cn/127.0.0.1 -address=/1.uc129.com/127.0.0.1 -address=/1.ufc123.com/127.0.0.1 -address=/1.v-x.com.cn/127.0.0.1 -address=/1.vsimg.com/127.0.0.1 -address=/1.wenzhangba.cn/127.0.0.1 -address=/1.win7china.com/127.0.0.1 -address=/1.wosoni.com/127.0.0.1 -address=/1.xiaopin5.com/127.0.0.1 -address=/1.xilu.com/127.0.0.1 -address=/1.xspic.com/127.0.0.1 -address=/1.xuexi.la/127.0.0.1 -address=/1.yac8.net/127.0.0.1 -address=/1.yuexw.com/127.0.0.1 -address=/1.yxzw.com.cn/127.0.0.1 -address=/1.zhev.com.cn/127.0.0.1 -address=/1.zhuangxiu567.com/127.0.0.1 -address=/1.zou114.com/127.0.0.1 -address=/1.zuowenjun.com/127.0.0.1 -address=/1.zw3e.com/127.0.0.1 -address=/1017.cn/127.0.0.1 -address=/11.96131.com.cn/127.0.0.1 -address=/11.golang8.com/127.0.0.1 -address=/111g.yiqig.cn/127.0.0.1 -address=/11888vip.cn/127.0.0.1 -address=/12.cookcai.com/127.0.0.1 -address=/1224.dxsbb.com/127.0.0.1 -address=/123.39jz.com/127.0.0.1 -address=/123456.asia/127.0.0.1 -address=/17.huanqiu.com/127.0.0.1 -address=/177o.com/127.0.0.1 -address=/1999019.com/127.0.0.1 -address=/2.haoxue360.com/127.0.0.1 -address=/2.heiyange.com/127.0.0.1 -address=/2.rengshu.com/127.0.0.1 -address=/21.cizhibaogao.org/127.0.0.1 -address=/21.fh21static.com/127.0.0.1 -address=/22.qingsongbar.com/127.0.0.1 -address=/283.laobanfa.com/127.0.0.1 -address=/3.chuanyi5.com/127.0.0.1 -address=/3.guidaye.com/127.0.0.1 -address=/3.ssqzj.com/127.0.0.1 -address=/32.huanqiu.com/127.0.0.1 -address=/321.jintang114.org/127.0.0.1 -address=/360640.com/127.0.0.1 -address=/51dengshan.cn/127.0.0.1 -address=/51gxqm.com/127.0.0.1 -address=/52linglei.com/127.0.0.1 -address=/52lubo.cn/127.0.0.1 -address=/52m.xde6.net/127.0.0.1 -address=/5dian.org/127.0.0.1 -address=/5egk.com/127.0.0.1 -address=/644446.com/127.0.0.1 -address=/66.zx1234.com/127.0.0.1 -address=/6669667.com/127.0.0.1 -address=/7011.stia.cn/127.0.0.1 -address=/7631.com/127.0.0.1 -address=/76e.org/127.0.0.1 -address=/7car.com.cn/127.0.0.1 -address=/80juqing.com/127.0.0.1 -address=/8131.qizhihaotian.cn/127.0.0.1 -address=/8dp.net/127.0.0.1 -address=/9wushuo.com/127.0.0.1 -address=/a.4aqq.com/127.0.0.1 -address=/a.52wubi.com/127.0.0.1 -address=/a.52zxw.com/127.0.0.1 -address=/a.armystar.com/127.0.0.1 -address=/a.bake818.cn/127.0.0.1 -address=/a.bizhiku.net/127.0.0.1 -address=/a.booksir.cn/127.0.0.1 -address=/a.diaoyu.cn/127.0.0.1 -address=/a.duanmeiwen.com/127.0.0.1 -address=/a.duduji.com/127.0.0.1 -address=/a.dyjqd.com/127.0.0.1 -address=/a.epinv.com/127.0.0.1 -address=/a.exam58.com/127.0.0.1 -address=/a.fengyx.com/127.0.0.1 -address=/a.fwsir.com/127.0.0.1 -address=/a.hsbianma.com/127.0.0.1 -address=/a.icdol.com/127.0.0.1 -address=/a.ihref.com/127.0.0.1 -address=/a.imgso.cn/127.0.0.1 -address=/a.jing55.com/127.0.0.1 -address=/a.kejixun.com/127.0.0.1 -address=/a.lz13.cn/127.0.0.1 -address=/a.mfcad.net/127.0.0.1 -address=/a.nanhuwang.com/127.0.0.1 -address=/a.oh100.com/127.0.0.1 -address=/a.psxxw.cn/127.0.0.1 -address=/a.qinghua5.com/127.0.0.1 -address=/a.qsjiajiao.com/127.0.0.1 -address=/a.rensheng5.com/127.0.0.1 -address=/a.shenchuang.com/127.0.0.1 -address=/a.thn21.com/127.0.0.1 -address=/a.tiyuxiu.com/127.0.0.1 -address=/a.tvsou.com/127.0.0.1 -address=/a.umilu.com/127.0.0.1 -address=/a.ut8d8.com/127.0.0.1 -address=/a.wanzhuang.com/127.0.0.1 -address=/a.wifi33.com/127.0.0.1 -address=/a.xixiyishu.com/127.0.0.1 -address=/a.xuezizhai.com/127.0.0.1 -address=/a.xxdy8.cn/127.0.0.1 -address=/a.yangshengtang123.com/127.0.0.1 -address=/a.yixie8.com/127.0.0.1 -address=/a.yl-taikang.com/127.0.0.1 -address=/a.yuzhainan.com/127.0.0.1 -address=/a.zuowenxuan.cn/127.0.0.1 -address=/a1.0s.net.cn/127.0.0.1 -address=/a1.7down.com/127.0.0.1 -address=/a1.99933.cn/127.0.0.1 -address=/a1.99966.cn/127.0.0.1 -address=/a1.aluntan.com/127.0.0.1 -address=/a1.bestopview.com/127.0.0.1 -address=/a1.bookapka.com/127.0.0.1 -address=/a1.firefoxchina.cn/127.0.0.1 -address=/a1.firstgw.com/127.0.0.1 -address=/a1.gexing.me/127.0.0.1 -address=/a1.lshou.com/127.0.0.1 -address=/a1.mingyihui.net/127.0.0.1 -address=/a1.q6u.com/127.0.0.1 -address=/a1.qqjay.com/127.0.0.1 -address=/a1.qqtn.com/127.0.0.1 -address=/a1.shusanqi.com/127.0.0.1 -address=/a1.sumiaowang.com/127.0.0.1 -address=/a1.twtym.com/127.0.0.1 -address=/a1.vdolady.com/127.0.0.1 -address=/a1.yuuedu.com/127.0.0.1 -address=/a1.zhanzhang.net/127.0.0.1 -address=/a15d55423.5tps.xyz/127.0.0.1 -address=/a3.ikafan.com/127.0.0.1 -address=/a3.jandan.net/127.0.0.1 -address=/aa.gushiwen.org/127.0.0.1 -address=/aa.xiangxiangmf.com/127.0.0.1 -address=/ab.cnbanbao.com/127.0.0.1 -address=/ab.pincai.com/127.0.0.1 -address=/abc.douguo.com/127.0.0.1 -address=/abcj.dooccn.com/127.0.0.1 -address=/abds.pingpingw.com/127.0.0.1 -address=/ac.86huoche.com/127.0.0.1 -address=/ac.art456.com/127.0.0.1 -address=/ac1.786ip.com/127.0.0.1 -address=/ac1.faxingchina.com/127.0.0.1 -address=/ad123.ynet.com/127.0.0.1 -address=/adbd.liuxue86.com/127.0.0.1 -address=/adccoo.cn/127.0.0.1 -address=/adjb.5nd.com/127.0.0.1 -address=/aiwen.cc/127.0.0.1 -address=/al.newxue.com/127.0.0.1 -address=/as1.m.hao123.com/127.0.0.1 -address=/as1.wenku.baidu.com/127.0.0.1 -address=/b.kouke5.com/127.0.0.1 -address=/b.unjs.com/127.0.0.1 -address=/b1.51scw.net/127.0.0.1 -address=/b1.91jucai.com/127.0.0.1 -address=/b1.b2b168.com/127.0.0.1 -address=/b1.b2b168.net/127.0.0.1 -address=/b1.baomihua.com/127.0.0.1 -address=/b1.c1km4.com/127.0.0.1 -address=/b1.fengdu100.com/127.0.0.1 -address=/b17.8794.cn/127.0.0.1 -address=/b7sw62.pingshu8.xyz/127.0.0.1 -address=/baid1.okooo.com/127.0.0.1 -address=/baidu1.codejie.net/127.0.0.1 -address=/baiduada.babihu.com/127.0.0.1 -address=/baidujs.cnys.com/127.0.0.1 -address=/baiduwapjs1.chinaiiss.com/127.0.0.1 -address=/bas.boshi.tv/127.0.0.1 -address=/bd-s.baixing.net/127.0.0.1 -address=/bd.czxuexi.com/127.0.0.1 -address=/bd.ershenghuo.com/127.0.0.1 -address=/bd.hao224.com/127.0.0.1 -address=/bd.haomagujia.com/127.0.0.1 -address=/bd.scw98.com/127.0.0.1 -address=/bd1-china.6789.com/127.0.0.1 -address=/bd1.365qilu.com/127.0.0.1 -address=/bd1.52che.com/127.0.0.1 -address=/bd1.99danji.com/127.0.0.1 -address=/bd1.dopa.com/127.0.0.1 -address=/bd1.flfgw.cn/127.0.0.1 -address=/bd1.heiguang.cn/127.0.0.1 -address=/bd1.jinbaozy.com/127.0.0.1 -address=/bd1.ningboseo0574.com/127.0.0.1 -address=/bd1.nxing.cn/127.0.0.1 -address=/bd1.pipaw.com/127.0.0.1 -address=/bd1.sosg.net/127.0.0.1 -address=/bd1.szhk.com/127.0.0.1 -address=/bd1.wowoqq.com/127.0.0.1 -address=/bd1.xiby.cn/127.0.0.1 -address=/bd1.yidu.cc/127.0.0.1 -address=/bd11.nipic.com/127.0.0.1 -address=/bd3.chuiyue.com/127.0.0.1 -address=/bdad.gaotie.net/127.0.0.1 -address=/bdasd.chinabig.com.cn/127.0.0.1 -address=/bdasd.wmxa.cn/127.0.0.1 -address=/bdcm.kandianla.com/127.0.0.1 -address=/bdcode.2345.com/127.0.0.1 -address=/bdcode.35d1.com/127.0.0.1 -address=/bdcode.qinglm.com/127.0.0.1 -address=/bdcode.youke.com/127.0.0.1 -address=/bdcode1.haodou.com/127.0.0.1 -address=/bddm.58news.org/127.0.0.1 -address=/bdfpbimg.ifengimg.com/127.0.0.1 -address=/bdgg.qjy168.com/127.0.0.1 -address=/bdgg.youbian.com/127.0.0.1 -address=/bdjb.gai001.com/127.0.0.1 -address=/bdjiaoben.wmxa.cn/127.0.0.1 -address=/bdjj.bzr99.com/127.0.0.1 -address=/bdjj.makepolo.net/127.0.0.1 -address=/bdjs.163lady.com/127.0.0.1 -address=/bdjs.6822.com/127.0.0.1 -address=/bdjs.91zhuti.com/127.0.0.1 -address=/bdjs.guangyuanol.cn/127.0.0.1 -address=/bdjs.ixiumei.com/127.0.0.1 -address=/bdjs.kaixin100.com/127.0.0.1 -address=/bdjs.shangc.net/127.0.0.1 -address=/bdjs.uimg.cn/127.0.0.1 -address=/bdjs.ylq.com/127.0.0.1 -address=/bdlmggcs1.familydoctor.com.cn/127.0.0.1 -address=/bdm.911cha.com/127.0.0.1 -address=/bdmjs.xywy.com/127.0.0.1 -address=/bdu.focus.cn/127.0.0.1 -address=/bdu1.coozhi.cn/127.0.0.1 -address=/bdu1.eol.cn/127.0.0.1 -address=/bdunion1.suxiazai.com/127.0.0.1 -address=/bdwmhz.120askimages.com/127.0.0.1 -address=/bdx.playnext.cn/127.0.0.1 -address=/becode.qiushibaike.com/127.0.0.1 -address=/becode.xiao84.com/127.0.0.1 -address=/beijing.buzhi5.com/127.0.0.1 -address=/bhaoea.cn/127.0.0.1 -address=/boy.fujieace.com/127.0.0.1 -address=/bt1.patexplorer.com/127.0.0.1 -address=/bu1.duba.com/127.0.0.1 -address=/bu1.vvvdj.com/127.0.0.1 -address=/c.booksir.com.cn/127.0.0.1 -address=/c.jjkk.org/127.0.0.1 -address=/c.mnjkw.cn/127.0.0.1 -address=/c.tvsou.com/127.0.0.1 -address=/c.xiaobaipan.com/127.0.0.1 -address=/c1.4qx.net/127.0.0.1 -address=/c1.china.cn/127.0.0.1 -address=/c6.friok.com/127.0.0.1 -address=/ca.cydp5.com/127.0.0.1 -address=/car.qcmrjx.com/127.0.0.1 -address=/cbdm.weathercn.com/127.0.0.1 -address=/cby521.cn/127.0.0.1 -address=/cby521.com/127.0.0.1 -address=/cc.xiaodapei.com/127.0.0.1 -address=/cdn1.tvzhe.com/127.0.0.1 -address=/cee1.iteye.com/127.0.0.1 -address=/cgm.shicimingju.com/127.0.0.1 -address=/chicken18.com/127.0.0.1 -address=/chuangyixi.com/127.0.0.1 -address=/cj1.256.cc/127.0.0.1 -address=/ckg.vipyl.com/127.0.0.1 -address=/classic.39health.com/127.0.0.1 -address=/cm.baidu.com/127.0.0.1 -address=/cn.bidushe.com/127.0.0.1 -address=/cod.southmoney.com/127.0.0.1 -address=/code.ditiezu.net/127.0.0.1 -address=/code.ts166.net/127.0.0.1 -address=/code.tui80.com/127.0.0.1 -address=/codeym.dictall.com/127.0.0.1 -address=/cp.7y7.com/127.0.0.1 -address=/cp.greenxf.cn/127.0.0.1 -address=/cp.jfcdns.com/127.0.0.1 -address=/cp.qbaobei.com/127.0.0.1 -address=/cpro.zol.com.cn/127.0.0.1 -address=/crayon.meishichina.com/127.0.0.1 -address=/cspb1.5w5w.com/127.0.0.1 -address=/css.juqingba.cn/127.0.0.1 -address=/ctc.weather.com.cn/127.0.0.1 -address=/d.ab126.com/127.0.0.1 -address=/d.dgzj.com/127.0.0.1 -address=/d.gz2010.cn/127.0.0.1 -address=/d.gzpinda.com/127.0.0.1 -address=/d.tonghua5.com/127.0.0.1 -address=/d.xaoyo.com/127.0.0.1 -address=/d.xitongtiandi.net/127.0.0.1 -address=/d1.5h.com/127.0.0.1 -address=/d1.handdiy.com/127.0.0.1 -address=/d1.zhuangxiu6.com/127.0.0.1 -address=/d6.mobaders.com/127.0.0.1 -address=/dai.siyuetian.net/127.0.0.1 -address=/dai18.mumu01.com/127.0.0.1 -address=/dai18.shangc.net/127.0.0.1 -address=/dail01.wanmeilr.com/127.0.0.1 -address=/daima.diaoben.net/127.0.0.1 -address=/daima.huoche.net/127.0.0.1 -address=/daima.ijq.tv/127.0.0.1 -address=/daima.jiazhao.com/127.0.0.1 -address=/daima.miercn.com/127.0.0.1 -address=/daima.niubb.net/127.0.0.1 -address=/daima.ysdui.com/127.0.0.1 -address=/daima.yutou123.cn/127.0.0.1 -address=/daiwofei2019.top/127.0.0.1 -address=/data.waptime.cn/127.0.0.1 -address=/datas.tianqistatic.com/127.0.0.1 -address=/daxueshengqiandai.com/127.0.0.1 -address=/dd1.diymianmo.com/127.0.0.1 -address=/df666.pzhttaax.cn/127.0.0.1 -address=/df888.eastday.com/127.0.0.1 -address=/dm.300zi.com/127.0.0.1 -address=/dm.3454.com/127.0.0.1 -address=/dm.51okc.com/127.0.0.1 -address=/dm.66qw.net/127.0.0.1 -address=/dm.66wenshen.com/127.0.0.1 -address=/dm.aizhan.com/127.0.0.1 -address=/dm.cnbanbao.com/127.0.0.1 -address=/dm.cqdxun.cn/127.0.0.1 -address=/dm.gucheng.com/127.0.0.1 -address=/dm.haojuzi.net/127.0.0.1 -address=/dm.huochepiao.com/127.0.0.1 -address=/dm.hxzdhn.com/127.0.0.1 -address=/dm.ishuo.cn/127.0.0.1 -address=/dm.jb51.net/127.0.0.1 -address=/dm.jsyst.cn/127.0.0.1 -address=/dm.pw0.cn/127.0.0.1 -address=/dm.riji.cn/127.0.0.1 -address=/dm.sanwen.net/127.0.0.1 -address=/dm.sanwen8.com/127.0.0.1 -address=/dm.sb580.com/127.0.0.1 -address=/dm.taobaojuhuasuan.cn/127.0.0.1 -address=/dm.wenshenxiu.com/127.0.0.1 -address=/dm.zuowenku.net/127.0.0.1 -address=/dm1.3199.cn/127.0.0.1 -address=/dm1.3328.cn/127.0.0.1 -address=/dm1.yongkao.com/127.0.0.1 -address=/dm1.zjydt.com/127.0.0.1 -address=/dmm.aizhan.com/127.0.0.1 -address=/dmr.cnhoney.com/127.0.0.1 -address=/dmsz.win7sky.com/127.0.0.1 -address=/dmym.aixyy.com/127.0.0.1 -address=/du1.bbdj.com/127.0.0.1 -address=/dudm.qingsj.cn/127.0.0.1 -address=/dzais.com/127.0.0.1 -address=/e.qiaoyuwang.com/127.0.0.1 -address=/ee.shixunwang.net/127.0.0.1 -address=/ejunshi.com/127.0.0.1 -address=/emjs.mkzhan.com/127.0.0.1 -address=/ent1.12584.cn/127.0.0.1 -address=/er.5ykj.com/127.0.0.1 -address=/f.520tingshu.com/127.0.0.1 -address=/f1.06ps.com/127.0.0.1 -address=/f1.ichong123.com/127.0.0.1 -address=/f1.lutouwang.net/127.0.0.1 -address=/f1.pig66.com/127.0.0.1 -address=/f1.zaojv.com/127.0.0.1 -address=/fanyi100.com.cn/127.0.0.1 -address=/fbmjc.39yst.com/127.0.0.1 -address=/feidalu.com/127.0.0.1 -address=/ff.guidaye.com/127.0.0.1 -address=/ff.xue163.net/127.0.0.1 -address=/firefang.cn/127.0.0.1 -address=/fmgoal.com/127.0.0.1 -address=/forad1.weimeicun.com/127.0.0.1 -address=/fotao9.com/127.0.0.1 -address=/fp.jj59.com/127.0.0.1 -address=/fp.nanrenwo.net/127.0.0.1 -address=/fpb.kuhou.com/127.0.0.1 -address=/fpb.sohu.com/127.0.0.1 -address=/fpb1.apple886.com/127.0.0.1 -address=/fpb1.gxfin.com/127.0.0.1 -address=/fpbcode.onlinedown.net/127.0.0.1 -address=/fxjs.2541.com/127.0.0.1 -address=/fzb01.qiushibaike.com/127.0.0.1 -address=/g.3lian.com/127.0.0.1 -address=/g.gegeyingshi.com/127.0.0.1 -address=/g.pgu.cc/127.0.0.1 -address=/g1.pptair.com/127.0.0.1 -address=/g1.taijuba.com/127.0.0.1 -address=/gaoguai.com/127.0.0.1 -address=/gb.it1352.com/127.0.0.1 -address=/gccode.gongchang.com/127.0.0.1 -address=/gg.egouz.com/127.0.0.1 -address=/gg.jkmeishi.com/127.0.0.1 -address=/gg1.jc001.cn/127.0.0.1 -address=/gg1.mengchongzu.com/127.0.0.1 -address=/ggdm1.nhaidu.net/127.0.0.1 -address=/gk1.582582.com/127.0.0.1 -address=/gk1.zjbiz.net/127.0.0.1 -address=/godloveme.cn/127.0.0.1 -address=/gold.szonline.net/127.0.0.1 -address=/gp.zaiyunli.cn/127.0.0.1 -address=/guang.sdsgwy.com/127.0.0.1 -address=/gzcl999.cn/127.0.0.1 -address=/gzcl999.com/127.0.0.1 -address=/gzm.xzbu.com/127.0.0.1 -address=/h1.cfxinxi.cn/127.0.0.1 -address=/h1.kukuw.com/127.0.0.1 -address=/ha.zixuekaoshi.net/127.0.0.1 -address=/hao.315hyw.com/127.0.0.1 -address=/hao.360hyzj.com/127.0.0.1 -address=/hao1.loxue.com/127.0.0.1 -address=/hapic1.zhuangxiu22.com/127.0.0.1 -address=/hccms.com.cn/127.0.0.1 -address=/hdc.maxli.cn/127.0.0.1 -address=/hh.jiankang.com/127.0.0.1 -address=/hi.xiunm.cn/127.0.0.1 -address=/hi.xiunm.com/127.0.0.1 -address=/hiorange1.jobui.com/127.0.0.1 -address=/hu.xbhy.com/127.0.0.1 -address=/huhai.cdwz8.cn/127.0.0.1 -address=/hy.huangye88.com.cn/127.0.0.1 -address=/hy.huangye88.net/127.0.0.1 -address=/iia1.pikacn.com/127.0.0.1 -address=/img.263y.com/127.0.0.1 -address=/img.ferlie.net/127.0.0.1 -address=/img.xuenb.com/127.0.0.1 -address=/img.yangshengtang123.com/127.0.0.1 -address=/img.zuowen8.com/127.0.0.1 -address=/img.zuowenwang.net/127.0.0.1 -address=/img1.biyan8.com/127.0.0.1 -address=/img1.eywdf.com/127.0.0.1 -address=/img1.leyun365.com/127.0.0.1 -address=/img1.yulu99.com/127.0.0.1 -address=/img16.diyifanwen.com/127.0.0.1 -address=/img2.pengfu.net/127.0.0.1 -address=/int.w3tong.com/127.0.0.1 -address=/ios.426g.com/127.0.0.1 -address=/j.baminw.cn/127.0.0.1 -address=/j.diangon.com/127.0.0.1 -address=/j.imdb.cn/127.0.0.1 -address=/j1.piaobing.com/127.0.0.1 -address=/jb.dianshu119.com/127.0.0.1 -address=/jb.ecar168.cn/127.0.0.1 -address=/jc1.dayfund.cn/127.0.0.1 -address=/jddaw.com/127.0.0.1 -address=/jiaoben.eastday.com/127.0.0.1 -address=/jiaoben.ganji.cn/127.0.0.1 -address=/jiaoben.jucanw.com/127.0.0.1 -address=/jiaoben.webkaka.com/127.0.0.1 -address=/jibn12.jintang114.org/127.0.0.1 -address=/jinghuazhijia.com/127.0.0.1 -address=/jinhonghao.cn/127.0.0.1 -address=/jinshui2018.chalook.net/127.0.0.1 -address=/jiyan.net/127.0.0.1 -address=/jke1.jianke.com/127.0.0.1 -address=/jm1.xiao89.com/127.0.0.1 -address=/jnsz.net.cn/127.0.0.1 -address=/js.23yy.com/127.0.0.1 -address=/js.51ir.cn/127.0.0.1 -address=/js.fc090.com/127.0.0.1 -address=/js.gdyjs.com/127.0.0.1 -address=/js.itaiju.com/127.0.0.1 -address=/js.jianbihuadq.com/127.0.0.1 -address=/js.kt250.com/127.0.0.1 -address=/js.ruiwen.com/127.0.0.1 -address=/js.shangxueba.com/127.0.0.1 -address=/js.ubaike.cn/127.0.0.1 -address=/js1.sxptfw.com/127.0.0.1 -address=/js1.xbaixing.com/127.0.0.1 -address=/jsb.qianzhan.com/127.0.0.1 -address=/jscode.acg68.com/127.0.0.1 -address=/jscode.jbzj.com/127.0.0.1 -address=/jsf.cnlinfo.net/127.0.0.1 -address=/jsm.39yst.com/127.0.0.1 -address=/jss.tvzhe.com/127.0.0.1 -address=/jx.renrensousuo.com/127.0.0.1 -address=/jy.zhongxues.com/127.0.0.1 -address=/k1.dancihu.com/127.0.0.1 -address=/k1.wanwenwan.cn/127.0.0.1 -address=/ka5188.com/127.0.0.1 -address=/kc.gouchezj.com/127.0.0.1 -address=/khrtac.xiangha.com/127.0.0.1 -address=/km1.muhoujiemi.com/127.0.0.1 -address=/kpshx.douguo.com/127.0.0.1 -address=/lang.t7114.com/127.0.0.1 -address=/libs.tvmao.cn/127.0.0.1 -address=/linyao.dxsdb.com/127.0.0.1 -address=/lixiangmo.com/127.0.0.1 -address=/ll38.com/127.0.0.1 -address=/lm.ijq.tv/127.0.0.1 -address=/lm1.tuliu.com/127.0.0.1 -address=/lm1.wzpcw.com/127.0.0.1 -address=/lraa.xiaoniutui.com/127.0.0.1 -address=/luoshenbest.cn/127.0.0.1 -address=/lv.myapks.com/127.0.0.1 -address=/lyz.radio366.com/127.0.0.1 -address=/m1.100how.com/127.0.0.1 -address=/m1.27com.com/127.0.0.1 -address=/m1.51kaowang.com/127.0.0.1 -address=/m1.81312.com/127.0.0.1 -address=/m1.darfd.com/127.0.0.1 -address=/m1.dxsbb.com/127.0.0.1 -address=/m1.hapi123.net/127.0.0.1 -address=/m1.jintang114.org/127.0.0.1 -address=/m1.kuanff.com/127.0.0.1 -address=/m1.nn670.com/127.0.0.1 -address=/m1.vodjk.com/127.0.0.1 -address=/m1.we556.com/127.0.0.1 -address=/ma1.meishij.net/127.0.0.1 -address=/mad1.jirou.com/127.0.0.1 -address=/matwbp.iask.sina.com.cn/127.0.0.1 -address=/mb.gulongbbs.com/127.0.0.1 -address=/mbjb1.girl13.com/127.0.0.1 -address=/mc.tvzhe.com/127.0.0.1 -address=/mc.weather.com.cn/127.0.0.1 -address=/md.tvzhe.com/127.0.0.1 -address=/meng.360zuowen.com/127.0.0.1 -address=/mf01.zybang.com/127.0.0.1 -address=/milk.yesky.com.cn/127.0.0.1 -address=/mo-tuo.com/127.0.0.1 -address=/mountain.zhidao.baidu.com/127.0.0.1 -address=/mpb1.iteye.com/127.0.0.1 -address=/mps.yuwenba.cn/127.0.0.1 -address=/mssheng.com/127.0.0.1 -address=/mt.59wz.com/127.0.0.1 -address=/my.gz2010.cn/127.0.0.1 -address=/myunion1.qm120.com/127.0.0.1 -address=/myunion1.tupians.com/127.0.0.1 -address=/nba.emohe.com/127.0.0.1 -address=/new.htcui.com/127.0.0.1 -address=/news.jiukang.org/127.0.0.1 -address=/ns1.chinayms.com/127.0.0.1 -address=/o.jy135.com/127.0.0.1 -address=/o.phb123.com/127.0.0.1 -address=/okkkk.com/127.0.0.1 -address=/p1.zhongyoo.com/127.0.0.1 -address=/p1.zhumengwl.com/127.0.0.1 -address=/pan.keyunzhan.com/127.0.0.1 -address=/pb.okk123.com/127.0.0.1 -address=/pb.shuxigua.com/127.0.0.1 -address=/pic50.pingguolv.com/127.0.0.1 -address=/pingbi.diudou.com/127.0.0.1 -address=/pingshu365.xyz/127.0.0.1 -address=/pkk1.zuimeiniwo.com/127.0.0.1 -address=/pp.wayqq.com/127.0.0.1 -address=/ppt.tianya999.com/127.0.0.1 -address=/pss.meizhejie.com/127.0.0.1 -address=/psywed.com/127.0.0.1 -address=/ptw.la/127.0.0.1 -address=/q1.yyxwzx.com/127.0.0.1 -address=/qcjslm.com/127.0.0.1 -address=/qifake.com/127.0.0.1 -address=/qiji1.jdwx.info/127.0.0.1 -address=/qiyeb.iaskbus.com/127.0.0.1 -address=/qpb.sohu.com/127.0.0.1 -address=/qq167.com/127.0.0.1 -address=/qqhuhu.com/127.0.0.1 -address=/qujishu.com/127.0.0.1 -address=/r.99waiyu.com/127.0.0.1 -address=/rabc1.iteye.com/127.0.0.1 -address=/rbmry.com/127.0.0.1 -address=/rdbd.xsread.com/127.0.0.1 -address=/rmcxw.cn/127.0.0.1 -address=/rmcxw.net/127.0.0.1 -address=/ruan88.com/127.0.0.1 -address=/s.yaozui.com/127.0.0.1 -address=/s.zixuntop.com/127.0.0.1 -address=/s1.dapenti.com/127.0.0.1 -address=/s1.dugoogle.com/127.0.0.1 -address=/s1.hualaoye.com/127.0.0.1 -address=/s1.qiqutt.cn/127.0.0.1 -address=/s1.qiqutt.com/127.0.0.1 -address=/s1.tuzhaozhao.com/127.0.0.1 -address=/s1.wan1979.com/127.0.0.1 -address=/s1.wesiedu.com/127.0.0.1 -address=/salary.xiao84.com/127.0.0.1 -address=/sbbd1.qulishi.com/127.0.0.1 -address=/sc.csai.cn/127.0.0.1 -address=/script-bd.baixing.net/127.0.0.1 -address=/sdd.dzsc.com/127.0.0.1 -address=/sdd.hi1718.com/127.0.0.1 -address=/sh996.dftoutiao.com/127.0.0.1 -address=/shicao.icantv.cn/127.0.0.1 -address=/shili.downxia.com/127.0.0.1 -address=/shili.wanyx.com/127.0.0.1 -address=/shop265.com/127.0.0.1 -address=/show.9zwang.com/127.0.0.1 -address=/sjbaiduadv1.redou.com/127.0.0.1 -address=/sjzqu.com/127.0.0.1 -address=/sp.dnqc.com/127.0.0.1 -address=/ss.shicimingju.com/127.0.0.1 -address=/ss.ting55.com/127.0.0.1 -address=/ssb.ah499.com/127.0.0.1 -address=/static.ichehome.com/127.0.0.1 -address=/static.jiaquyi.com/127.0.0.1 -address=/t.cnscore.com/127.0.0.1 -address=/t.douyaobuy.com/127.0.0.1 -address=/t1.612.com/127.0.0.1 -address=/thetestpage.39.net/127.0.0.1 -address=/ticcdn.com/127.0.0.1 -address=/tongj.xilu.com/127.0.0.1 -address=/tt123.eastday.com/127.0.0.1 -address=/tt123.hao0202.com/127.0.0.1 -address=/tu.zx110.org/127.0.0.1 -address=/tui98.cn/127.0.0.1 -address=/u1.2048sj.com/127.0.0.1 -address=/u1.20q.cn/127.0.0.1 -address=/u1.shuaiku.com/127.0.0.1 -address=/ub1.job592.com/127.0.0.1 -address=/un1.takefoto.cn/127.0.0.1 -address=/undm.qibulo.com/127.0.0.1 -address=/union1.cnbetacdn.com/127.0.0.1 -address=/uniondm.cz88.net/127.0.0.1 -address=/usejj.wangkl.com/127.0.0.1 -address=/uu1.3gu.com/127.0.0.1 -address=/uuu.pctowap.com/127.0.0.1 -address=/v1.kwpewga.cn/127.0.0.1 -address=/v1.phb123.com/127.0.0.1 -address=/v1.taksh.cn/127.0.0.1 -address=/ve.kj-cy.cn/127.0.0.1 -address=/vi1.souid.com/127.0.0.1 -address=/vv1.pyhfxdm.cn/127.0.0.1 -address=/vvv.ieduw.com/127.0.0.1 -address=/vyule.com/127.0.0.1 -address=/w.xiaopiaoyou.com/127.0.0.1 -address=/w1.diaoyou.com/127.0.0.1 -address=/w1.wayqq.com/127.0.0.1 -address=/w11.zhongkaohelp.com/127.0.0.1 -address=/w18.9939.com/127.0.0.1 -address=/wap001.bytravel.cn/127.0.0.1 -address=/wda.ydt.com.cn/127.0.0.1 -address=/whfpbc.99.com.cn/127.0.0.1 -address=/wj.jiancai365.cn/127.0.0.1 -address=/wm.mipcdn.com/127.0.0.1 -address=/wneia.iaskhot.com/127.0.0.1 -address=/ws.wenshenxiu.com/127.0.0.1 -address=/wuliao.chzsport.cn/127.0.0.1 -address=/wuliao.juqingba.cn/127.0.0.1 -address=/wyzq.rehuwang.com/127.0.0.1 -address=/x.mtrend.cn/127.0.0.1 -address=/x1.kantu.com/127.0.0.1 -address=/xbtw.com/127.0.0.1 -address=/xc.gouchezj.com/127.0.0.1 -address=/xcf-bd-js.chuimg.com/127.0.0.1 -address=/xiaopangtao.com/127.0.0.1 -address=/xiaoyutiao.com/127.0.0.1 -address=/xinju.cc/127.0.0.1 -address=/xinkuaiyu.com/127.0.0.1 -address=/xitongku.cc/127.0.0.1 -address=/xne1ocient87zxz.360doc.cn/127.0.0.1 -address=/xue.zbyw.cn/127.0.0.1 -address=/xuexi.hydcd.com/127.0.0.1 -address=/y1.spreton.com/127.0.0.1 -address=/y66xvgo5i.chuimg.com/127.0.0.1 -address=/yhzm.cc/127.0.0.1 -address=/yi.ximizi.com/127.0.0.1 -address=/yijiuningyia.gushiwen.org/127.0.0.1 -address=/yin1.zgpingshu.com/127.0.0.1 -address=/ykxwn.com/127.0.0.1 -address=/ynzhby.com/127.0.0.1 -address=/yong.chazidian.com/127.0.0.1 -address=/ys.muhoujiemi.com/127.0.0.1 -address=/ysx8.vip/127.0.0.1 -address=/ysxywj.com/127.0.0.1 -address=/yulzs.com/127.0.0.1 -address=/yx1.managershare.com/127.0.0.1 -address=/yy1.fwccw.com/127.0.0.1 -address=/yy2018.jintonghua.com/127.0.0.1 -address=/z1.chezhuzhinan.com/127.0.0.1 -address=/z1.cyla.cn/127.0.0.1 -address=/z1hihu.xmcimg.com/127.0.0.1 -address=/z888.izhufu.net/127.0.0.1 -address=/zfds1.tianya999.com/127.0.0.1 -address=/zg.mmyuer.com/127.0.0.1 -address=/zhaoshang8.com/127.0.0.1 -address=/zhgg.dre8.com/127.0.0.1 -address=/zhihu.xmcimg.com/127.0.0.1 -address=/zk.91post.com/127.0.0.1 -address=/zoom.zshu.net/127.0.0.1 -address=/zq84.com/127.0.0.1 -address=/0377shujuhuifu.top/127.0.0.1 -address=/0531mnk.net/127.0.0.1 -address=/1711811.com/127.0.0.1 -address=/18dusun.com/127.0.0.1 -address=/2013sh.com/127.0.0.1 -address=/210189.com/127.0.0.1 -address=/258pct.com/127.0.0.1 -address=/258ydh.com/127.0.0.1 -address=/265958.com/127.0.0.1 -address=/2pmob.com/127.0.0.1 -address=/360shopping.com.cn/127.0.0.1 -address=/3dqiang.com/127.0.0.1 -address=/60608787.com/127.0.0.1 -address=/711983.com/127.0.0.1 -address=/77rog.com/127.0.0.1 -address=/910weixin.com/127.0.0.1 -address=/913vt.com/127.0.0.1 -address=/93vitui.com/127.0.0.1 -address=/ailiyou1999.com/127.0.0.1 -address=/aliguojw.com/127.0.0.1 -address=/anhuilitian.net/127.0.0.1 -address=/aodongjiaosu.com/127.0.0.1 -address=/autoyou1678.com/127.0.0.1 -address=/bihutg.com/127.0.0.1 -address=/bjwwfx001.org.cn/127.0.0.1 -address=/blossommo.com/127.0.0.1 -address=/bycxsh.com/127.0.0.1 -address=/ccbccb.cn/127.0.0.1 -address=/cdxyb.cn/127.0.0.1 -address=/chinahdcm.com/127.0.0.1 -address=/dakawm.cc/127.0.0.1 -address=/dfcwg.com/127.0.0.1 -address=/dsgy521.com/127.0.0.1 -address=/dupinpu.com/127.0.0.1 -address=/enyayinxiang.com/127.0.0.1 -address=/etg98.com/127.0.0.1 -address=/fate-xy.com/127.0.0.1 -address=/feihongjiaoyu.com/127.0.0.1 -address=/fenvm.com/127.0.0.1 -address=/fjmailia.com/127.0.0.1 -address=/fm6w.com/127.0.0.1 -address=/front99.com/127.0.0.1 -address=/fuyigo.top/127.0.0.1 -address=/gogolm.xyz/127.0.0.1 -address=/gotourls.bid/127.0.0.1 -address=/guangtui1999.com/127.0.0.1 -address=/gzhctryy.com/127.0.0.1 -address=/gzmsm.cn/127.0.0.1 -address=/h01ce.cn/127.0.0.1 -address=/harbinbaojia.net/127.0.0.1 -address=/hdjxmf.com/127.0.0.1 -address=/hechaocheng.cn/127.0.0.1 -address=/henanfs.com/127.0.0.1 -address=/hfxs01il.com/127.0.0.1 -address=/hgo7r.cn/127.0.0.1 -address=/hulemedia.com/127.0.0.1 -address=/ip.hivps.xyz/127.0.0.1 -address=/jhwj88.com/127.0.0.1 -address=/jjqyk.com/127.0.0.1 -address=/jlhygy.com/127.0.0.1 -address=/juren0.com/127.0.0.1 -address=/kkdsdlc.com/127.0.0.1 -address=/kuangtuiguoo18888.com/127.0.0.1 -address=/kuuad.com/127.0.0.1 -address=/kyad88.com/127.0.0.1 -address=/la61d.cn/127.0.0.1 -address=/lucktui.com/127.0.0.1 -address=/meizhuzhuangshi.com.cn/127.0.0.1 -address=/mengchengbao.com/127.0.0.1 -address=/miaobeichina.com/127.0.0.1 -address=/mightiger.net/127.0.0.1 -address=/mlangw.net/127.0.0.1 -address=/nettsl.com/127.0.0.1 -address=/np176.com/127.0.0.1 -address=/pp9kk.com/127.0.0.1 -address=/pr33.cn/127.0.0.1 -address=/shanghuitianxia.cn/127.0.0.1 -address=/shanxiyizhao.com/127.0.0.1 -address=/shijiezhidao.com/127.0.0.1 -address=/shongcheng.com/127.0.0.1 -address=/shunlige.com/127.0.0.1 -address=/smsksx.com/127.0.0.1 -address=/somode.net/127.0.0.1 -address=/soonyou123.com/127.0.0.1 -address=/sssgao999.com/127.0.0.1 -address=/starstar19999.com/127.0.0.1 -address=/start1999.com/127.0.0.1 -address=/startui19999.com/127.0.0.1 -address=/sy123888.com/127.0.0.1 -address=/tangeb.com/127.0.0.1 -address=/tdtsd.com/127.0.0.1 -address=/tjshuimu.com/127.0.0.1 -address=/tkssw.com/127.0.0.1 -address=/tuituiyoo999.com/127.0.0.1 -address=/tuoguang1111.com/127.0.0.1 -address=/wangketuan.com/127.0.0.1 -address=/weduoke.com/127.0.0.1 -address=/weekslw.com/127.0.0.1 -address=/weixingshexiangji.net/127.0.0.1 -address=/wjdjcjcm444.cn/127.0.0.1 -address=/wxktv.cn/127.0.0.1 -address=/xiaohui2.cn/127.0.0.1 -address=/xlsschina15.net/127.0.0.1 -address=/xueyanshan.com/127.0.0.1 -address=/xvyljkr.com/127.0.0.1 -address=/xzqxz.net/127.0.0.1 -address=/ydeprint.com/127.0.0.1 -address=/ynjkkj.com/127.0.0.1 -address=/yootui19999.com/127.0.0.1 -address=/youhm.cn/127.0.0.1 -address=/youhuomeishi.com/127.0.0.1 -address=/yttz113.com/127.0.0.1 -address=/yunpifu.cn/127.0.0.1 -address=/yuxiangrc.com/127.0.0.1 -address=/yzjlsb.com/127.0.0.1 -address=/zgdmsj.cn/127.0.0.1 -address=/zhuyuanp.club/127.0.0.1 -address=/zhybw88.com/127.0.0.1 -address=/zrwhartongroup.com/127.0.0.1 -address=/ggtg8.com/127.0.0.1 -address=/liyueao.top/127.0.0.1 -address=/lpsgc.cn/127.0.0.1 -address=/yi71.com.cn/127.0.0.1 -address=/okx7.site/127.0.0.1 -address=/runkao.net/127.0.0.1 -address=/stunninglover.com/127.0.0.1 -address=/cryptaloot.pro/127.0.0.1 -address=/01w47q.cn/127.0.0.1 -address=/0217qpineuxbcdhopswkvf.xyz/127.0.0.1 -address=/0234408.cn/127.0.0.1 -address=/02m5j.cn/127.0.0.1 -address=/03196688.com/127.0.0.1 -address=/0532ci.com.cn/127.0.0.1 -address=/0551zgz.com/127.0.0.1 -address=/05q9n.cn/127.0.0.1 -address=/0755man.cn/127.0.0.1 -address=/07kfh.cn/127.0.0.1 -address=/0851ok.com/127.0.0.1 -address=/0923csfsteibv12.xyz/127.0.0.1 -address=/0b6h.cn/127.0.0.1 -address=/0fwg.cn/127.0.0.1 -address=/0n6h.cn/127.0.0.1 -address=/0ozo.cn/127.0.0.1 -address=/0pj1f.cn/127.0.0.1 -address=/0uk9e.cn/127.0.0.1 -address=/0z5jn.cn/127.0.0.1 -address=/1115potmgabfvixqwi.top/127.0.0.1 -address=/114com.cc/127.0.0.1 -address=/118ex.cn/127.0.0.1 -address=/119cgpt.com/127.0.0.1 -address=/12381236.com/127.0.0.1 -address=/12jf3.cn/127.0.0.1 -address=/12rge.xyz/127.0.0.1 -address=/12rng.cn/127.0.0.1 -address=/1314sss.top/127.0.0.1 -address=/1494.top/127.0.0.1 -address=/168xiazai.com/127.0.0.1 -address=/17bqg.top/127.0.0.1 -address=/17zheng.cn/127.0.0.1 -address=/183pu.cn/127.0.0.1 -address=/1fv3b.cn/127.0.0.1 -address=/1h4ig.cn/127.0.0.1 -address=/1j2h31.cn/127.0.0.1 -address=/1k4vd.cn/127.0.0.1 -address=/1mb034.cn/127.0.0.1 -address=/1r49n.cn/127.0.0.1 -address=/1x26q3.cn/127.0.0.1 -address=/215to.cn/127.0.0.1 -address=/216pu.cn/127.0.0.1 -address=/21u8f.cn/127.0.0.1 -address=/21xsk.com/127.0.0.1 -address=/228pu.cn/127.0.0.1 -address=/24haitao.net/127.0.0.1 -address=/258580w.cn/127.0.0.1 -address=/282l1.cn/127.0.0.1 -address=/28mcw1.cn/127.0.0.1 -address=/2fnrc.cn/127.0.0.1 -address=/2hqd0b.cn/127.0.0.1 -address=/2ktd0.cn/127.0.0.1 -address=/2p1ih.cn/127.0.0.1 -address=/2r3485.cn/127.0.0.1 -address=/2scjbg.com/127.0.0.1 -address=/2shoushi.com/127.0.0.1 -address=/2st5ne.cn/127.0.0.1 -address=/2txt.cc:8862/127.0.0.1 -address=/2v0ni.cn/127.0.0.1 -address=/2v9ml.cn/127.0.0.1 -address=/2wxb5.cn/127.0.0.1 -address=/2zm4.cn/127.0.0.1 -address=/365syt.cn/127.0.0.1 -address=/365yigou.cn/127.0.0.1 -address=/38ursg.cn/127.0.0.1 -address=/3ql1pb.cn/127.0.0.1 -address=/3s1xk.cn/127.0.0.1 -address=/3vn52l.cn/127.0.0.1 -address=/42rca.cn/127.0.0.1 -address=/47dx0c.cn/127.0.0.1 -address=/47n209.com/127.0.0.1 -address=/482hb.cn/127.0.0.1 -address=/49lkc.cn/127.0.0.1 -address=/4a3zf.cn/127.0.0.1 -address=/4df5ef.xyz/127.0.0.1 -address=/4ekx.cn/127.0.0.1 -address=/4excel.cn/127.0.0.1 -address=/4py3oe.cn/127.0.0.1 -address=/4qn1k.cn/127.0.0.1 -address=/4x9te.cn/127.0.0.1 -address=/4z5o27.cn/127.0.0.1 -address=/519397.com/127.0.0.1 -address=/51fishplace.com/127.0.0.1 -address=/51gpt.com/127.0.0.1 -address=/51posuiji.org.cn/127.0.0.1 -address=/51xvc.cn/127.0.0.1 -address=/52homie.cn/127.0.0.1 -address=/52tushuo.com/127.0.0.1 -address=/555b2b.com/127.0.0.1 -address=/57m1j.cn/127.0.0.1 -address=/58scx.com/127.0.0.1 -address=/58xmgys.com/127.0.0.1 -address=/5dydk.com/127.0.0.1 -address=/5kmm.top/127.0.0.1 -address=/5mbd2.com/127.0.0.1 -address=/5pb266.com/127.0.0.1 -address=/5q80n.cn/127.0.0.1 -address=/5tbiec.cn/127.0.0.1 -address=/5x0f.cn/127.0.0.1 -address=/5yv2e.cn/127.0.0.1 -address=/5yw4n.cn/127.0.0.1 -address=/605296.com/127.0.0.1 -address=/606w.cn/127.0.0.1 -address=/609623.com/127.0.0.1 -address=/63xs.com:8016/127.0.0.1 -address=/64si.com/127.0.0.1 -address=/678sky.com/127.0.0.1 -address=/688ct.com/127.0.0.1 -address=/6945k6.cn/127.0.0.1 -address=/69u0t.cn/127.0.0.1 -address=/69yll.cn/127.0.0.1 -address=/6c4t5.cn/127.0.0.1 -address=/6fai2.cn/127.0.0.1 -address=/6l1967.cn/127.0.0.1 -address=/6nzev.cn/127.0.0.1 -address=/6o87d.cn/127.0.0.1 -address=/6ou47b.cn/127.0.0.1 -address=/6shuge.com/127.0.0.1 -address=/6yush.cn/127.0.0.1 -address=/6yw7j.cn/127.0.0.1 -address=/70e.me/127.0.0.1 -address=/71mxc6.cn/127.0.0.1 -address=/71zrh.cn/127.0.0.1 -address=/73cm.com/127.0.0.1 -address=/74p030.cn/127.0.0.1 -address=/757g7g.cn/127.0.0.1 -address=/7ef4d.cn/127.0.0.1 -address=/7ez4.cn/127.0.0.1 -address=/7gbca.cn/127.0.0.1 -address=/7ia9h.cn/127.0.0.1 -address=/7m307.cn/127.0.0.1 -address=/7n3e8o.com/127.0.0.1 -address=/7x3mh.cn/127.0.0.1 -address=/805zx.cn/127.0.0.1 -address=/80f31.cn/127.0.0.1 -address=/81ngn1.cn/127.0.0.1 -address=/85rvq.cn/127.0.0.1 -address=/85wa.cn/127.0.0.1 -address=/88android.com/127.0.0.1 -address=/88k73d.cn/127.0.0.1 -address=/89tyge.top/127.0.0.1 -address=/8byu.cn/127.0.0.1 -address=/8fiv9a.cn/127.0.0.1 -address=/8hpay.cn/127.0.0.1 -address=/8i1xc.cn/127.0.0.1 -address=/8j24h.cn/127.0.0.1 -address=/8ls3n.cn/127.0.0.1 -address=/8p30k.cn/127.0.0.1 -address=/8t5vd.cn/127.0.0.1 -address=/8v61j.cn/127.0.0.1 -address=/8v7wg.com/127.0.0.1 -address=/91byy.cn/127.0.0.1 -address=/922x7c.cn/127.0.0.1 -address=/958so.cn/127.0.0.1 -address=/979067.com/127.0.0.1 -address=/97kuaixiu.com/127.0.0.1 -address=/97paa.com/127.0.0.1 -address=/996f3d.cn/127.0.0.1 -address=/99hg.wang/127.0.0.1 -address=/9a6wb.cn/127.0.0.1 -address=/9d7in.cn/127.0.0.1 -address=/9pb0h.cn/127.0.0.1 -address=/9x6lr.cn/127.0.0.1 -address=/9y88.com/127.0.0.1 -address=/9yyg.cn/127.0.0.1 -address=/a9v8.cn/127.0.0.1 -address=/aa.wenxue6.com/127.0.0.1 -address=/aaan.xyz/127.0.0.1 -address=/aaaw.xyz/127.0.0.1 -address=/aabbccddeeffgg.cn/127.0.0.1 -address=/aabku.cn/127.0.0.1 -address=/aauisg64017.cn/127.0.0.1 -address=/abc656.today/127.0.0.1 -address=/abckzo.cn/127.0.0.1 -address=/abeij.com/127.0.0.1 -address=/abfirst.cn/127.0.0.1 -address=/abuse8.com/127.0.0.1 -address=/acaog.com/127.0.0.1 -address=/acaox.com/127.0.0.1 -address=/acaoz.com/127.0.0.1 -address=/achig.com/127.0.0.1 -address=/actingidekex.cn/127.0.0.1 -address=/adaog.com/127.0.0.1 -address=/admddc.com/127.0.0.1 -address=/aduic.com/127.0.0.1 -address=/aercxy.com/127.0.0.1 -address=/afefw.com/127.0.0.1 -address=/affiliate6.com/127.0.0.1 -address=/afoux.com/127.0.0.1 -address=/aganj.com/127.0.0.1 -address=/agurl.top/127.0.0.1 -address=/ahuac.com/127.0.0.1 -address=/ahw3.com/127.0.0.1 -address=/aibangzs.com/127.0.0.1 -address=/aicydb.com/127.0.0.1 -address=/aikan6.com/127.0.0.1 -address=/ailezhai.cn/127.0.0.1 -address=/ailiby.cn/127.0.0.1 -address=/aimiyz.com/127.0.0.1 -address=/aiode.cn/127.0.0.1 -address=/aishake.cn/127.0.0.1 -address=/aishowbger.com/127.0.0.1 -address=/aiyyu.com/127.0.0.1 -address=/ajiez.com/127.0.0.1 -address=/ajkdg3.xyz/127.0.0.1 -address=/alksdh.com/127.0.0.1 -address=/allluck.cn/127.0.0.1 -address=/alryo.cn/127.0.0.1 -address=/anmeilai.net/127.0.0.1 -address=/anyysz.com/127.0.0.1 -address=/aomde.com/127.0.0.1 -address=/apjiangte.com/127.0.0.1 -address=/apmengxin.com/127.0.0.1 -address=/applequan.com/127.0.0.1 -address=/apxyz.com/127.0.0.1 -address=/archrug.com/127.0.0.1 -address=/autobedo.com.cn/127.0.0.1 -address=/avsmt.cn/127.0.0.1 -address=/awqsaged.cn/127.0.0.1 -address=/awtks.com/127.0.0.1 -address=/awyys.com/127.0.0.1 -address=/axizb.cn/127.0.0.1 -address=/axkxy.com/127.0.0.1 -address=/axsrq.cn/127.0.0.1 -address=/axuns.com/127.0.0.1 -address=/aykcic.com/127.0.0.1 -address=/ayues.com/127.0.0.1 -address=/b0lc.cn/127.0.0.1 -address=/b25ku.cn/127.0.0.1 -address=/b54ah.cn/127.0.0.1 -address=/baful.net/127.0.0.1 -address=/baidu.cmxsw.com/127.0.0.1 -address=/baiduspider1.cn/127.0.0.1 -address=/baitaoidc.com/127.0.0.1 -address=/baiyangzs.com/127.0.0.1 -address=/baolutongwuye.cn/127.0.0.1 -address=/bapkt.com/127.0.0.1 -address=/barnfps.com/127.0.0.1 -address=/bbbr8.com/127.0.0.1 -address=/bbbx.xyz/127.0.0.1 -address=/bbeyay41026.cn/127.0.0.1 -address=/bbvjs.com/127.0.0.1 -address=/bchur.com/127.0.0.1 -address=/bcunr.com/127.0.0.1 -address=/bdaor.com/127.0.0.1 -address=/bdiae.com/127.0.0.1 -address=/beifmu.com/127.0.0.1 -address=/bentengcn.com/127.0.0.1 -address=/berfd.xyz/127.0.0.1 -address=/bgcse.cn/127.0.0.1 -address=/bgj216.cn/127.0.0.1 -address=/bgtrtv.top/127.0.0.1 -address=/bhuak.com/127.0.0.1 -address=/bianxianwu.com/127.0.0.1 -address=/biboi.cn/127.0.0.1 -address=/biluzhang.cn/127.0.0.1 -address=/bingdiantao.com/127.0.0.1 -address=/bixuyao.com.cn/127.0.0.1 -address=/bjbrtc.com/127.0.0.1 -address=/bjdianyue.com/127.0.0.1 -address=/bjeai.com/127.0.0.1 -address=/bjhengdiao.com/127.0.0.1 -address=/bjqftcty.com/127.0.0.1 -address=/bjygfd.com/127.0.0.1 -address=/bjzcbx.com/127.0.0.1 -address=/blfyquz.cn/127.0.0.1 -address=/bmfwwz.top/127.0.0.1 -address=/bmgan.com/127.0.0.1 -address=/bmuju.com/127.0.0.1 -address=/bninc2.cn/127.0.0.1 -address=/bnzxc.xyz/127.0.0.1 -address=/bobotune.com/127.0.0.1 -address=/bodapet.com/127.0.0.1 -address=/bokanedu.net/127.0.0.1 -address=/boomgamescloud-cdn.cn/127.0.0.1 -address=/boweineng.cn/127.0.0.1 -address=/bpdffh.cn/127.0.0.1 -address=/bqhnj.cn/127.0.0.1 -address=/bqqsdv73724.cn/127.0.0.1 -address=/bslmw.com/127.0.0.1 -address=/bsmakeup.com.cn/127.0.0.1 -address=/bueson.com/127.0.0.1 -address=/bugcreator.cn/127.0.0.1 -address=/bulkeach.com/127.0.0.1 -address=/bvoer.com/127.0.0.1 -address=/bvosv.com/127.0.0.1 -address=/bx9000.top/127.0.0.1 -address=/bym03.cn/127.0.0.1 -address=/byujf.cn/127.0.0.1 -address=/c19f2.cn/127.0.0.1 -address=/c6z85.cn/127.0.0.1 -address=/c82d5.cn/127.0.0.1 -address=/ca88b.cn/127.0.0.1 -address=/caduka.cn/127.0.0.1 -address=/caichenguang.cn/127.0.0.1 -address=/caiji.wiki/127.0.0.1 -address=/cailawyer.cn/127.0.0.1 -address=/caiwanhui.top/127.0.0.1 -address=/calculated.cn/127.0.0.1 -address=/car156.net/127.0.0.1 -address=/casbanlly.com/127.0.0.1 -address=/cbvjddh.23txt.com/127.0.0.1 -address=/cccab.club/127.0.0.1 -address=/cchfjz.com/127.0.0.1 -address=/ccjxybj.cn/127.0.0.1 -address=/ccmdgg.com/127.0.0.1 -address=/ccouv.com/127.0.0.1 -address=/ccunf.com/127.0.0.1 -address=/cdfzcz.com/127.0.0.1 -address=/cdgxq.com/127.0.0.1 -address=/cdhenfan.com/127.0.0.1 -address=/cdiah.com/127.0.0.1 -address=/cdjkngs.cn/127.0.0.1 -address=/cdn.m.okdd.net/127.0.0.1 -address=/cdntlz.cn/127.0.0.1 -address=/cdouj.com/127.0.0.1 -address=/cdqjmc.com/127.0.0.1 -address=/ceiyo.com/127.0.0.1 -address=/cepegas.com/127.0.0.1 -address=/ceyiuy.com/127.0.0.1 -address=/cezezo.top/127.0.0.1 -address=/cfdanet.com/127.0.0.1 -address=/cfenl.com/127.0.0.1 -address=/cfhijdsb.cn/127.0.0.1 -address=/cgaij.com/127.0.0.1 -address=/cgoiiq.com/127.0.0.1 -address=/cgoul.com/127.0.0.1 -address=/cgxxmy.com/127.0.0.1 -address=/changhehengqi.com/127.0.0.1 -address=/chaojilamei.cn/127.0.0.1 -address=/chendjiangxing.cn/127.0.0.1 -address=/chengboke.cn/127.0.0.1 -address=/chenxiangqian.cn/127.0.0.1 -address=/chersc.com/127.0.0.1 -address=/chexiw.com/127.0.0.1 -address=/chfuw.com/127.0.0.1 -address=/chgdf.cn/127.0.0.1 -address=/china-waters.com.cn/127.0.0.1 -address=/chinaairs.cn/127.0.0.1 -address=/chinaqirun.cn/127.0.0.1 -address=/chinaweian.com/127.0.0.1 -address=/chinawms.cn/127.0.0.1 -address=/chrommotor.com/127.0.0.1 -address=/chuangxinfa.cn/127.0.0.1 -address=/chuhul.cn/127.0.0.1 -address=/chutangpu.cn/127.0.0.1 -address=/cike666.com/127.0.0.1 -address=/cindy17club.com/127.0.0.1 -address=/city009.com/127.0.0.1 -address=/cjh9.cn/127.0.0.1 -address=/cjieh.com/127.0.0.1 -address=/ckaiv.com/127.0.0.1 -address=/ckikq.com/127.0.0.1 -address=/claiks.com/127.0.0.1 -address=/clandia.cn/127.0.0.1 -address=/classicgir.cn/127.0.0.1 -address=/clmmw.com/127.0.0.1 -address=/cn-3drp.com/127.0.0.1 -address=/cni58.com/127.0.0.1 -address=/cniuv.com/127.0.0.1 -address=/cnlhg.cn/127.0.0.1 -address=/cnshef.com/127.0.0.1 -address=/cnxmyb.cn/127.0.0.1 -address=/cnyibs.com/127.0.0.1 -address=/cnzhqs.com/127.0.0.1 -address=/coccccc.cc/127.0.0.1 -address=/codejumps.com/127.0.0.1 -address=/codlw.com/127.0.0.1 -address=/coenr.com/127.0.0.1 -address=/cojia.net/127.0.0.1 -address=/comberry.cn/127.0.0.1 -address=/comesgo.com/127.0.0.1 -address=/continuedsys.cn/127.0.0.1 -address=/coolpadrom.cn/127.0.0.1 -address=/cornplus.cn/127.0.0.1 -address=/couas.com/127.0.0.1 -address=/countersys.cn/127.0.0.1 -address=/coveredsys.cn/127.0.0.1 -address=/cpxkvc.com/127.0.0.1 -address=/cqbaitong.cn/127.0.0.1 -address=/cqgya.com/127.0.0.1 -address=/cqhhct.com/127.0.0.1 -address=/cqlxscdc.top/127.0.0.1 -address=/cqytjzgc.com/127.0.0.1 -address=/crzytm.com/127.0.0.1 -address=/cs12d.com/127.0.0.1 -address=/cshwhy.cn/127.0.0.1 -address=/ctiev.com/127.0.0.1 -address=/cuoas.com/127.0.0.1 -address=/cuoss.com/127.0.0.1 -address=/cwj2h.cn/127.0.0.1 -address=/cwpush.com/127.0.0.1 -address=/cxaerp.com/127.0.0.1 -address=/cxb4.cn/127.0.0.1 -address=/cxcxt.com/127.0.0.1 -address=/cxrjl.cn/127.0.0.1 -address=/cxslchkb.cn/127.0.0.1 -address=/cyboke.cn/127.0.0.1 -address=/cyto-biotherapy.com/127.0.0.1 -address=/cyylove.com/127.0.0.1 -address=/cz345.cn/127.0.0.1 -address=/czhcloud.cn/127.0.0.1 -address=/czlhgz.com/127.0.0.1 -address=/czxjx.cn/127.0.0.1 -address=/czyiming.club/127.0.0.1 -address=/czzdf.com/127.0.0.1 -address=/d08kfa.cn/127.0.0.1 -address=/d5a5a.xyz/127.0.0.1 -address=/d72l4.com/127.0.0.1 -address=/d93nzb.cn/127.0.0.1 -address=/dachadu.cn/127.0.0.1 -address=/dadawm.cc/127.0.0.1 -address=/dailiq.cn/127.0.0.1 -address=/daishuxy.com/127.0.0.1 -address=/daizhankj.cn/127.0.0.1 -address=/dajean.com/127.0.0.1 -address=/dake.net.cn/127.0.0.1 -address=/damiren.com/127.0.0.1 -address=/daokejs.com/127.0.0.1 -address=/dasheducation.cn/127.0.0.1 -address=/daskm.com/127.0.0.1 -address=/dawanjiahn.com/127.0.0.1 -address=/dbaij.com/127.0.0.1 -address=/dbaof.com/127.0.0.1 -address=/dbeii.com/127.0.0.1 -address=/dbeij.com/127.0.0.1 -address=/dbiej.com/127.0.0.1 -address=/dbwmjj.com/127.0.0.1 -address=/dcaij.com/127.0.0.1 -address=/dceni.com/127.0.0.1 -address=/dcuom.com/127.0.0.1 -address=/ddanq.com/127.0.0.1 -address=/ddg1277.com/127.0.0.1 -address=/ddhuangchao.com/127.0.0.1 -address=/ddpxhq.cn/127.0.0.1 -address=/de093o.cn/127.0.0.1 -address=/dengfenzhang.cn/127.0.0.1 -address=/dependablewood.com/127.0.0.1 -address=/deyidesign.com/127.0.0.1 -address=/dezfu.com/127.0.0.1 -address=/dgaoz.com/127.0.0.1 -address=/dglscm.cn/127.0.0.1 -address=/dgxzwj.com/127.0.0.1 -address=/dhaof.com/127.0.0.1 -address=/dhbo4t.cn/127.0.0.1 -address=/dhgdp.cn/127.0.0.1 -address=/dhuhui.cn/127.0.0.1 -address=/dierqingchun.com/127.0.0.1 -address=/dinglixuan.cn/127.0.0.1 -address=/djhbxz.com/127.0.0.1 -address=/djhhy.com/127.0.0.1 -address=/dkdlsj.com/127.0.0.1 -address=/dkmnn.top/127.0.0.1 -address=/dldsrs.com/127.0.0.1 -address=/dlouf.com/127.0.0.1 -address=/dlvnxf.cn/127.0.0.1 -address=/dmouy.cn/127.0.0.1 -address=/dmpsj.cn/127.0.0.1 -address=/dn189.com/127.0.0.1 -address=/dnfeu.com/127.0.0.1 -address=/doowe.cn/127.0.0.1 -address=/doryhome.com/127.0.0.1 -address=/dqgpb.com/127.0.0.1 -address=/drc6i.cn/127.0.0.1 -address=/dreamrecord.cn/127.0.0.1 -address=/drevozone.com.cn/127.0.0.1 -address=/drgykb.cn/127.0.0.1 -address=/dscry.com/127.0.0.1 -address=/dsjcfw.com/127.0.0.1 -address=/dsjre.com/127.0.0.1 -address=/dsjyjj.cn/127.0.0.1 -address=/dssdr.top/127.0.0.1 -address=/dtzysm.com/127.0.0.1 -address=/duoyidd.com/127.0.0.1 -address=/dxcssc.cn/127.0.0.1 -address=/dxmci.com/127.0.0.1 -address=/dydyhg.com/127.0.0.1 -address=/dyfzyg.com/127.0.0.1 -address=/dzisou.com/127.0.0.1 -address=/dzrenju2.cn/127.0.0.1 -address=/e647ob.cn/127.0.0.1 -address=/e9emh.cn/127.0.0.1 -address=/ecuwa.cn/127.0.0.1 -address=/ediun.com/127.0.0.1 -address=/edumsys.com/127.0.0.1 -address=/edysn.cn/127.0.0.1 -address=/egqiyw.com/127.0.0.1 -address=/ehxyz.com/127.0.0.1 -address=/ei4f.cn/127.0.0.1 -address=/ejeenews.com/127.0.0.1 -address=/ejiur.com/127.0.0.1 -address=/ejwmc.cn/127.0.0.1 -address=/eloer.cn/127.0.0.1 -address=/elvx.top/127.0.0.1 -address=/emgwq.com/127.0.0.1 -address=/emshx.cn/127.0.0.1 -address=/enjuk.com/127.0.0.1 -address=/enjuw.com/127.0.0.1 -address=/eou01a.cn/127.0.0.1 -address=/epanr.com/127.0.0.1 -address=/eqiuy.com/127.0.0.1 -address=/erocw.com/127.0.0.1 -address=/eshuy.com/127.0.0.1 -address=/esuzm.cn/127.0.0.1 -address=/esyzdb.com/127.0.0.1 -address=/ew740.cn/127.0.0.1 -address=/ewphm.cn/127.0.0.1 -address=/exusr.com/127.0.0.1 -address=/eyaor.com/127.0.0.1 -address=/eysmaa.pw/127.0.0.1 -address=/ezfashion.com.cn/127.0.0.1 -address=/ezuon.com/127.0.0.1 -address=/fangdalaw.gd.cn/127.0.0.1 -address=/fangjslc.com/127.0.0.1 -address=/fanglinwang.cn/127.0.0.1 -address=/fangzhanla.cn/127.0.0.1 -address=/fangzi2.top/127.0.0.1 -address=/fanzhuang.net.cn/127.0.0.1 -address=/fbaot.com/127.0.0.1 -address=/fbieq.com/127.0.0.1 -address=/fcaot.com/127.0.0.1 -address=/fccay.cn/127.0.0.1 -address=/fchio.com/127.0.0.1 -address=/fcrdb.com/127.0.0.1 -address=/fcuit.com/127.0.0.1 -address=/fcunq.com/127.0.0.1 -address=/fdaoo.com/127.0.0.1 -address=/fdoun.com/127.0.0.1 -address=/feifish66.com/127.0.0.1 -address=/feipaihehuoren.cn/127.0.0.1 -address=/fenbengpan.cn/127.0.0.1 -address=/ffanq.com/127.0.0.1 -address=/ffychb.com/127.0.0.1 -address=/fgaon.com/127.0.0.1 -address=/fgzba.com/127.0.0.1 -address=/fhbv.cn/127.0.0.1 -address=/fipipo.cn/127.0.0.1 -address=/fj95560.com/127.0.0.1 -address=/fjhanmei.com/127.0.0.1 -address=/fjmrxys.com/127.0.0.1 -address=/fjshxzyyxgs.cn/127.0.0.1 -address=/fjtzjy.com/127.0.0.1 -address=/fjxyo.com/127.0.0.1 -address=/fkikij.cn/127.0.0.1 -address=/fkkse.com/127.0.0.1 -address=/fkogs.com/127.0.0.1 -address=/fninin.cn/127.0.0.1 -address=/fnxmyx.cn/127.0.0.1 -address=/focuscat.com/127.0.0.1 -address=/foshou.pw/127.0.0.1 -address=/fouas.com/127.0.0.1 -address=/foumm.com/127.0.0.1 -address=/fowpq.top/127.0.0.1 -address=/fqzds.com/127.0.0.1 -address=/friend17.net/127.0.0.1 -address=/frjxdv.cn/127.0.0.1 -address=/fshet.com/127.0.0.1 -address=/fstaw.com/127.0.0.1 -address=/fszhxd.com/127.0.0.1 -address=/ftrp4.cn/127.0.0.1 -address=/fuhuikang360.com/127.0.0.1 -address=/futengbao.com.cn/127.0.0.1 -address=/fuwosi.cn/127.0.0.1 -address=/fuxin-tech.com/127.0.0.1 -address=/fw.zhuaji.org/127.0.0.1 -address=/fwjoi.com/127.0.0.1 -address=/fwyang.com/127.0.0.1 -address=/fx6j3.cn/127.0.0.1 -address=/fxfhjs.com/127.0.0.1 -address=/fxunn.com/127.0.0.1 -address=/fy4zb.cn/127.0.0.1 -address=/fyehare.com/127.0.0.1 -address=/fyjyhm.com/127.0.0.1 -address=/fzdfwy.com/127.0.0.1 -address=/fzxrjx.com/127.0.0.1 -address=/fzyda.com/127.0.0.1 -address=/g3ao2q.cn/127.0.0.1 -address=/g4rre.xyz/127.0.0.1 -address=/gadhx.cn/127.0.0.1 -address=/gadwhy.com/127.0.0.1 -address=/gagkf.top/127.0.0.1 -address=/gaihunuo.cn/127.0.0.1 -address=/galaxyns.com/127.0.0.1 -address=/gameriew.com/127.0.0.1 -address=/ganggao123456.com/127.0.0.1 -address=/gaochaolian.cn/127.0.0.1 -address=/gaohuduo.cn/127.0.0.1 -address=/gaykes.com/127.0.0.1 -address=/gazoeft.cn/127.0.0.1 -address=/gb686.cn/127.0.0.1 -address=/gbeik.com/127.0.0.1 -address=/gbieg.com/127.0.0.1 -address=/gc8fjz.cn/127.0.0.1 -address=/gcaij.com/127.0.0.1 -address=/gcaog.com/127.0.0.1 -address=/gcfx777.com/127.0.0.1 -address=/gcheg.com/127.0.0.1 -address=/gcouh.com/127.0.0.1 -address=/gdaii.com/127.0.0.1 -address=/gdeih.com/127.0.0.1 -address=/gdfc0563.com/127.0.0.1 -address=/gdhdfs.com/127.0.0.1 -address=/gdlbdzkj.com/127.0.0.1 -address=/gdlvbiaokeji.cn/127.0.0.1 -address=/gdsqwy.org/127.0.0.1 -address=/gdunt.com/127.0.0.1 -address=/gedus.cn/127.0.0.1 -address=/gelinboer.cn/127.0.0.1 -address=/georgias.cn/127.0.0.1 -address=/gerunsenbo.cn/127.0.0.1 -address=/gghh486.cn/127.0.0.1 -address=/gghh493.cn/127.0.0.1 -address=/ggouh.com/127.0.0.1 -address=/ggz55268.com/127.0.0.1 -address=/giroud.top/127.0.0.1 -address=/gj632.cn/127.0.0.1 -address=/gjiai.com/127.0.0.1 -address=/gjiak.com/127.0.0.1 -address=/gjkpo.com/127.0.0.1 -address=/gjuet.com/127.0.0.1 -address=/gk277.cn/127.0.0.1 -address=/gky73.cn/127.0.0.1 -address=/globbiz.cn/127.0.0.1 -address=/glpen08.com/127.0.0.1 -address=/glvej.com/127.0.0.1 -address=/gmxyorg.cn/127.0.0.1 -address=/gnmbd.top/127.0.0.1 -address=/gobali.cn/127.0.0.1 -address=/gongfanglong.cn/127.0.0.1 -address=/googlespider1.cn/127.0.0.1 -address=/gou1zhe.com/127.0.0.1 -address=/goulanmeng.cn/127.0.0.1 -address=/gringrin.cn/127.0.0.1 -address=/grjs02.com/127.0.0.1 -address=/gtaih.com/127.0.0.1 -address=/gtchong.com/127.0.0.1 -address=/gtifund.cn/127.0.0.1 -address=/gtiou.com/127.0.0.1 -address=/gtnde.com/127.0.0.1 -address=/guaas.com/127.0.0.1 -address=/guangsss1999.com/127.0.0.1 -address=/guannin.com/127.0.0.1 -address=/guanqinjie.cn/127.0.0.1 -address=/guansenff.cn/127.0.0.1 -address=/guanzistory.com/127.0.0.1 -address=/guxiaom.cn/127.0.0.1 -address=/gwdqp.com/127.0.0.1 -address=/gxklsftz.cn/127.0.0.1 -address=/gxkyl.com/127.0.0.1 -address=/gxssjz.com/127.0.0.1 -address=/gxunj.com/127.0.0.1 -address=/gybdtg.com/127.0.0.1 -address=/gyeet.com/127.0.0.1 -address=/gyhzr.com/127.0.0.1 -address=/gyrtg.com/127.0.0.1 -address=/gyt168.com.cn/127.0.0.1 -address=/gz-bz.cn/127.0.0.1 -address=/gzjingm.cn/127.0.0.1 -address=/gzmxybg.com/127.0.0.1 -address=/gzmzts.com/127.0.0.1 -address=/gznsyh.com/127.0.0.1 -address=/gzrljx.cn/127.0.0.1 -address=/gzzena.com/127.0.0.1 -address=/h2pzh.cn/127.0.0.1 -address=/h5e6d5.xyz/127.0.0.1 -address=/hainufamliy.top/127.0.0.1 -address=/hajuwang.cn/127.0.0.1 -address=/hanmiyong.com/127.0.0.1 -address=/haoxianyangrouye.com/127.0.0.1 -address=/haoxinq.top/127.0.0.1 -address=/hawbfa.com/127.0.0.1 -address=/hbaog.com/127.0.0.1 -address=/hbbww.com/127.0.0.1 -address=/hbhxqcw.com/127.0.0.1 -address=/hblanghun.cn/127.0.0.1 -address=/hbnygj.com/127.0.0.1 -address=/hbttcc.com/127.0.0.1 -address=/hbyyzm.com/127.0.0.1 -address=/hc29x.cn/127.0.0.1 -address=/hcaig.com/127.0.0.1 -address=/hcenc.com/127.0.0.1 -address=/hchig.com/127.0.0.1 -address=/hchik.com/127.0.0.1 -address=/hdfdm.com/127.0.0.1 -address=/hdminfeng.com/127.0.0.1 -address=/hdswgc.com/127.0.0.1 -address=/hduic.com/127.0.0.1 -address=/headwell.cn/127.0.0.1 -address=/heavenwil.top/127.0.0.1 -address=/hebhec.cn/127.0.0.1 -address=/hebzycw.com/127.0.0.1 -address=/hehmy.cn/127.0.0.1 -address=/hehongmei.top/127.0.0.1 -address=/heib2.top/127.0.0.1 -address=/heizundg.cn/127.0.0.1 -address=/hellogalaxy.cn/127.0.0.1 -address=/helpinfo.cn/127.0.0.1 -address=/henanlinyu.cn/127.0.0.1 -address=/henduoqian.com/127.0.0.1 -address=/heylookhere.top/127.0.0.1 -address=/hfyxdl.com/127.0.0.1 -address=/hgdanbas.cn/127.0.0.1 -address=/hgrqp.com/127.0.0.1 -address=/hguac.com/127.0.0.1 -address=/hguas.com/127.0.0.1 -address=/hhslbz.cn/127.0.0.1 -address=/hiffyl.com/127.0.0.1 -address=/higoo4.com/127.0.0.1 -address=/hihifenxiang.com/127.0.0.1 -address=/hihufu.cn/127.0.0.1 -address=/hissq.com/127.0.0.1 -address=/hixili.top/127.0.0.1 -address=/hjiec.com/127.0.0.1 -address=/hjjnpx.com/127.0.0.1 -address=/hjkrlc.cn/127.0.0.1 -address=/hjryl.com/127.0.0.1 -address=/hjues.com/127.0.0.1 -address=/hjyll.top/127.0.0.1 -address=/hjzndq.com/127.0.0.1 -address=/hk7799.net/127.0.0.1 -address=/hk9600.com/127.0.0.1 -address=/hkdyys.cn/127.0.0.1 -address=/hkmqp.com/127.0.0.1 -address=/hldwmly.com/127.0.0.1 -address=/hlhulu.com/127.0.0.1 -address=/hljhufengling.cn/127.0.0.1 -address=/hmhqp.com/127.0.0.1 -address=/hmttoly.com/127.0.0.1 -address=/hmyangshengji.com/127.0.0.1 -address=/hnfxty.cn/127.0.0.1 -address=/hnhgw.cn/127.0.0.1 -address=/hnkuangshan.cn/127.0.0.1 -address=/hnwjlhg.cn/127.0.0.1 -address=/hnzyfs.com/127.0.0.1 -address=/hogyp.com/127.0.0.1 -address=/hondajd.cn/127.0.0.1 -address=/hongshikai.com/127.0.0.1 -address=/hongyangbg.com/127.0.0.1 -address=/how5.cn/127.0.0.1 -address=/hp-china.biz/127.0.0.1 -address=/hpzyl.com/127.0.0.1 -address=/hqgjcm.com/127.0.0.1 -address=/hqsjc.com/127.0.0.1 -address=/hs1s1.cn/127.0.0.1 -address=/hsbkr.com/127.0.0.1 -address=/htfmbt.com/127.0.0.1 -address=/htjsk.com/127.0.0.1 -address=/huayange.com/127.0.0.1 -address=/huayi65.com/127.0.0.1 -address=/huician.cn/127.0.0.1 -address=/huigoushop.com/127.0.0.1 -address=/huixingcheng.cn/127.0.0.1 -address=/hunpp.com/127.0.0.1 -address=/huoyiad1.cn/127.0.0.1 -address=/huzhanbin.cn/127.0.0.1 -address=/hwertd.xyz/127.0.0.1 -address=/hxiak.com/127.0.0.1 -address=/hycfxdc.com/127.0.0.1 -address=/hyjyjc.com/127.0.0.1 -address=/hypzv.com/127.0.0.1 -address=/hytcsh.cn/127.0.0.1 -address=/hyxca.top/127.0.0.1 -address=/hzht666.com/127.0.0.1 -address=/hzuok.com/127.0.0.1 -address=/hzuvw.com/127.0.0.1 -address=/hzxfmc.com/127.0.0.1 -address=/hzzfan.com/127.0.0.1 -address=/i-components.net/127.0.0.1 -address=/i05h.cn/127.0.0.1 -address=/i36mf.cn/127.0.0.1 -address=/ia22.com/127.0.0.1 -address=/iamqqo85467.cn/127.0.0.1 -address=/iangp.com/127.0.0.1 -address=/iangs.com/127.0.0.1 -address=/iauqwe.com/127.0.0.1 -address=/iavfta8090.com/127.0.0.1 -address=/ibaop.com/127.0.0.1 -address=/ibeiling.cn/127.0.0.1 -address=/ibeip.com/127.0.0.1 -address=/ibinp.com/127.0.0.1 -address=/icebeatuy.com/127.0.0.1 -address=/icyrd.com/127.0.0.1 -address=/idanmei.cn/127.0.0.1 -address=/identified.cn/127.0.0.1 -address=/ienkdaccessible.cn/127.0.0.1 -address=/ienkdago.cn/127.0.0.1 -address=/ieqmeq.com/127.0.0.1 -address=/ifeib.com/127.0.0.1 -address=/ihais.com/127.0.0.1 -address=/ihear123.com/127.0.0.1 -address=/ihhii.xyz/127.0.0.1 -address=/iigushi.com/127.0.0.1 -address=/ijieo.com/127.0.0.1 -address=/ijo5g.cn/127.0.0.1 -address=/ijuns.com/127.0.0.1 -address=/ijuny.com/127.0.0.1 -address=/imanchu.cn/127.0.0.1 -address=/imiek.com/127.0.0.1 -address=/imykgs.com/127.0.0.1 -address=/inccnd.com/127.0.0.1 -address=/increased.cn/127.0.0.1 -address=/infvb.com/127.0.0.1 -address=/internerl.com/127.0.0.1 -address=/intxt.cn/127.0.0.1 -address=/iq24ne.cn/127.0.0.1 -address=/iqiyi.space/127.0.0.1 -address=/irauz.com/127.0.0.1 -address=/irkuj.com/127.0.0.1 -address=/iruad.com/127.0.0.1 -address=/isgow.com/127.0.0.1 -address=/ishowms.com/127.0.0.1 -address=/itcoder.top/127.0.0.1 -address=/iyaos.com/127.0.0.1 -address=/iyouhu.cn/127.0.0.1 -address=/iyuey.com/127.0.0.1 -address=/izouo.com/127.0.0.1 -address=/izuis.com/127.0.0.1 -address=/j200d3.cn/127.0.0.1 -address=/j6y54.xyz/127.0.0.1 -address=/j6yh5.xyz/127.0.0.1 -address=/jaat3ax.site/127.0.0.1 -address=/jajattt.com/127.0.0.1 -address=/jbanb.com/127.0.0.1 -address=/jbbath.cn/127.0.0.1 -address=/jcaik.com/127.0.0.1 -address=/jcaip.com/127.0.0.1 -address=/jcboloni.cn/127.0.0.1 -address=/jcdb88.com/127.0.0.1 -address=/jcwwxn.com/127.0.0.1 -address=/jdaot.com/127.0.0.1 -address=/jdf494.cn/127.0.0.1 -address=/jdflower.cn/127.0.0.1 -address=/jdgsgl.com/127.0.0.1 -address=/jduiv.com/127.0.0.1 -address=/jdzlxtc.com/127.0.0.1 -address=/jgkto.com/127.0.0.1 -address=/jh99s.cn/127.0.0.1 -address=/jhbrc.xyz/127.0.0.1 -address=/jhf2e.cn/127.0.0.1 -address=/jia-huan.cn/127.0.0.1 -address=/jiangchunli.cn/127.0.0.1 -address=/jiaofulin.cn/127.0.0.1 -address=/jiaqingli.cn/127.0.0.1 -address=/jieyixiu.com/127.0.0.1 -address=/jifeidandar.com/127.0.0.1 -address=/jiguangyi.com.cn/127.0.0.1 -address=/jiirz.com/127.0.0.1 -address=/jim86d.cn/127.0.0.1 -address=/jinchaoyu.com/127.0.0.1 -address=/jingdayiyuan.com/127.0.0.1 -address=/jingoulong.cn/127.0.0.1 -address=/jingxiangyalvji.cn/127.0.0.1 -address=/jioeg.com/127.0.0.1 -address=/jiumishow.com/127.0.0.1 -address=/jixiby.cn/127.0.0.1 -address=/jiyuanzixun.com/127.0.0.1 -address=/jkert.com/127.0.0.1 -address=/jlkja.com/127.0.0.1 -address=/jlvskg.cn/127.0.0.1 -address=/jlxzt.com/127.0.0.1 -address=/jmxlaser.com/127.0.0.1 -address=/jndczg.com/127.0.0.1 -address=/jnmqym4.cn/127.0.0.1 -address=/jnsdkjzs.com/127.0.0.1 -address=/jollyspring.com/127.0.0.1 -address=/jotrening.com/127.0.0.1 -address=/jpenk.com/127.0.0.1 -address=/jpg1.oss-cn-beijing.aliyuncs.com/127.0.0.1 -address=/jrdkc.com/127.0.0.1 -address=/jsaik.com/127.0.0.1 -address=/jskang.cn/127.0.0.1 -address=/jssumei.cn/127.0.0.1 -address=/jstdjq.com/127.0.0.1 -address=/jsth999.com/127.0.0.1 -address=/jsyjwj.com/127.0.0.1 -address=/jullycn.com/127.0.0.1 -address=/jundazulin.com/127.0.0.1 -address=/just9229.cn/127.0.0.1 -address=/justincao84.cn/127.0.0.1 -address=/juyzr.com/127.0.0.1 -address=/jwhfn.cn/127.0.0.1 -address=/jwiyr.com/127.0.0.1 -address=/jxhcyc.com/127.0.0.1 -address=/jxinyue.top/127.0.0.1 -address=/jxnrfx.com/127.0.0.1 -address=/jxxcfd.com/127.0.0.1 -address=/jxyufa.com/127.0.0.1 -address=/jyhwt.cn/127.0.0.1 -address=/jyjhkz.com/127.0.0.1 -address=/jzntxs.com/127.0.0.1 -address=/k2n0f.cn/127.0.0.1 -address=/k5ai3c.cn/127.0.0.1 -address=/k7tju.xyz/127.0.0.1 -address=/k859n.cn/127.0.0.1 -address=/k9wi2d.cn/127.0.0.1 -address=/kafka8.com/127.0.0.1 -address=/kaihutai.cn/127.0.0.1 -address=/kakappp.com/127.0.0.1 -address=/kanghuaixin.cn/127.0.0.1 -address=/kanjiaqun.cn/127.0.0.1 -address=/kbstyn.com/127.0.0.1 -address=/kcenu.com/127.0.0.1 -address=/kchaq.com/127.0.0.1 -address=/kcooy.com/127.0.0.1 -address=/kdieu.com/127.0.0.1 -address=/kdzbg.xyz/127.0.0.1 -address=/ketaoke.com/127.0.0.1 -address=/kexigia.com/127.0.0.1 -address=/kfand.com/127.0.0.1 -address=/kfeiu.com/127.0.0.1 -address=/kfuih.cn/127.0.0.1 -address=/kg962.cn/127.0.0.1 -address=/kguaq.com/127.0.0.1 -address=/khuoy.com/127.0.0.1 -address=/kjdw.com.cn/127.0.0.1 -address=/kjfhe.com/127.0.0.1 -address=/kjhfy.com/127.0.0.1 -address=/kl6636.net/127.0.0.1 -address=/klgzzs.cn/127.0.0.1 -address=/klorn.cn/127.0.0.1 -address=/klsadm.com/127.0.0.1 -address=/kltent.cn/127.0.0.1 -address=/kmfnkj.com/127.0.0.1 -address=/kofcq5.cn/127.0.0.1 -address=/kongssew.com/127.0.0.1 -address=/koudaichaoshi.cn/127.0.0.1 -address=/kqiaq.com/127.0.0.1 -address=/ks67.com/127.0.0.1 -address=/ksdsuzhou.com/127.0.0.1 -address=/kshks5.site/127.0.0.1 -address=/ksylsh.cn/127.0.0.1 -address=/kteyz.com/127.0.0.1 -address=/ktzte.cn/127.0.0.1 -address=/kuaipaobiaoju.com/127.0.0.1 -address=/kuaituisss.com/127.0.0.1 -address=/kueofwt.cn/127.0.0.1 -address=/kuptmf.cn/127.0.0.1 -address=/kwjkd.com/127.0.0.1 -address=/kwp79i.cn/127.0.0.1 -address=/kxhie.com/127.0.0.1 -address=/kyxnz.cn/127.0.0.1 -address=/kz8tr2.cn/127.0.0.1 -address=/l30od.cn/127.0.0.1 -address=/l4elb.cn/127.0.0.1 -address=/l7g4e.cn/127.0.0.1 -address=/l93stb.cn/127.0.0.1 -address=/l9c4s.cn/127.0.0.1 -address=/la71f.cn/127.0.0.1 -address=/laiye315.top/127.0.0.1 -address=/laksdn.com/127.0.0.1 -address=/lanhouhou.cn/127.0.0.1 -address=/laojiayoufang.com/127.0.0.1 -address=/lawumi.cn/127.0.0.1 -address=/layyi.com/127.0.0.1 -address=/lbaij.com/127.0.0.1 -address=/lbaoj.com/127.0.0.1 -address=/lchar.com/127.0.0.1 -address=/lcrmm.top/127.0.0.1 -address=/legozu.com/127.0.0.1 -address=/lerenzx.cn/127.0.0.1 -address=/lesanmo.top/127.0.0.1 -address=/let83.cn/127.0.0.1 -address=/lfdydk.com/127.0.0.1 -address=/lfouz.com/127.0.0.1 -address=/lfzxcp.com/127.0.0.1 -address=/lgjygg.com/127.0.0.1 -address=/lglady.cn/127.0.0.1 -address=/lglkqm.cn/127.0.0.1 -address=/lguir.com/127.0.0.1 -address=/lhcyii.cn/127.0.0.1 -address=/lhhxlj.com/127.0.0.1 -address=/lianfuhuang.cn/127.0.0.1 -address=/lianyicq.cn/127.0.0.1 -address=/liaoruochen.cn/127.0.0.1 -address=/liaotian4.com/127.0.0.1 -address=/lifuzhubao.com/127.0.0.1 -address=/lihongdou.cn/127.0.0.1 -address=/lijie1010.top/127.0.0.1 -address=/linghangshouji.com/127.0.0.1 -address=/linwukui.cn/127.0.0.1 -address=/linyankm.cn/127.0.0.1 -address=/listenother.com/127.0.0.1 -address=/liufang1994.top/127.0.0.1 -address=/liujiaqi.top/127.0.0.1 -address=/lixianze.top/127.0.0.1 -address=/liyelaowu.cn/127.0.0.1 -address=/ljuer.com/127.0.0.1 -address=/lletd.cn/127.0.0.1 -address=/llvez.com/127.0.0.1 -address=/lnenz.com/127.0.0.1 -address=/lolvsdota.cn/127.0.0.1 -address=/longkoupeanut.cn/127.0.0.1 -address=/louisan.cn/127.0.0.1 -address=/lousivency.com.cn/127.0.0.1 -address=/lpaoz.com/127.0.0.1 -address=/lr96.top/127.0.0.1 -address=/lsiwd.cn/127.0.0.1 -address=/lusrg.cn/127.0.0.1 -address=/luxoshopde.com/127.0.0.1 -address=/luyouxi.cn/127.0.0.1 -address=/lvyishengtai.com/127.0.0.1 -address=/lwhsdfc.cn/127.0.0.1 -address=/lxind.cn/127.0.0.1 -address=/ly5200.cn/127.0.0.1 -address=/lybczlsb.com/127.0.0.1 -address=/lychangxu.cn/127.0.0.1 -address=/lyczhb.com/127.0.0.1 -address=/lyjz001.com/127.0.0.1 -address=/lyshengtu.cn/127.0.0.1 -address=/lzida.com/127.0.0.1 -address=/lzjycy.com/127.0.0.1 -address=/lzkjsj.com/127.0.0.1 -address=/lzytt.com/127.0.0.1 -address=/m19ud.cn/127.0.0.1 -address=/m216j.cn/127.0.0.1 -address=/m4ztka.cn/127.0.0.1 -address=/m652a.cn/127.0.0.1 -address=/m72r.cn/127.0.0.1 -address=/mammina.cn/127.0.0.1 -address=/mao1.jsnovel.com/127.0.0.1 -address=/maoyumao.net/127.0.0.1 -address=/matchjia.cn/127.0.0.1 -address=/maxoi.cn/127.0.0.1 -address=/mbaik.com/127.0.0.1 -address=/mbiek.com/127.0.0.1 -address=/mbusdw.cn/127.0.0.1 -address=/mcaik.com/127.0.0.1 -address=/md0z4dh.com/127.0.0.1 -address=/mdous.com/127.0.0.1 -address=/mdsfzh.cn/127.0.0.1 -address=/medprofile.cn/127.0.0.1 -address=/meizhuli365.cn/127.0.0.1 -address=/mendoc.cn/127.0.0.1 -address=/mengpr.com/127.0.0.1 -address=/meooe.com/127.0.0.1 -address=/mgldzcls.com/127.0.0.1 -address=/mgsue.cn/127.0.0.1 -address=/mhuos.com/127.0.0.1 -address=/miaiche.cn/127.0.0.1 -address=/miaos11.com/127.0.0.1 -address=/micreative-china.cn/127.0.0.1 -address=/mid5in.top/127.0.0.1 -address=/miiuv.com/127.0.0.1 -address=/mindrook.com/127.0.0.1 -address=/mingbangzichan.com/127.0.0.1 -address=/mjita.cn/127.0.0.1 -address=/ml44.cn/127.0.0.1 -address=/mlion.cn/127.0.0.1 -address=/mmfusheng.com/127.0.0.1 -address=/mmhhjt.com/127.0.0.1 -address=/mmkvi.com/127.0.0.1 -address=/mmpuh.cn/127.0.0.1 -address=/mmwdwg.cn/127.0.0.1 -address=/mnptinibfbv.com/127.0.0.1 -address=/mobiorg8.com/127.0.0.1 -address=/morningpiggy.com/127.0.0.1 -address=/moshangflower.cn/127.0.0.1 -address=/mouaa.com/127.0.0.1 -address=/movii-loft.cn/127.0.0.1 -address=/moxiaoyang.top/127.0.0.1 -address=/mqcwr.cn/127.0.0.1 -address=/mqgpo.com/127.0.0.1 -address=/mqies.com/127.0.0.1 -address=/mreod.cn/127.0.0.1 -address=/msdfd.cn/127.0.0.1 -address=/msuik.cn/127.0.0.1 -address=/mtcat.cn/127.0.0.1 -address=/mubite.cn/127.0.0.1 -address=/mujiangdashi.cn/127.0.0.1 -address=/mukkkoi.cn/127.0.0.1 -address=/mukqeq.cn/127.0.0.1 -address=/muqsad.xyz/127.0.0.1 -address=/muusn.cn/127.0.0.1 -address=/mwjpk.com/127.0.0.1 -address=/mx.biquge.info/127.0.0.1 -address=/mxtailor.com/127.0.0.1 -address=/mysty.com.cn/127.0.0.1 -address=/myuf6.xyz/127.0.0.1 -address=/myycrw.com/127.0.0.1 -address=/mzclass.club/127.0.0.1 -address=/n0h8g.cn/127.0.0.1 -address=/nabeghlavi.com.cn/127.0.0.1 -address=/nanyangqiaoxiang.cn/127.0.0.1 -address=/nashlin.top/127.0.0.1 -address=/nbaob.com/127.0.0.1 -address=/nbhotpo.com/127.0.0.1 -address=/ncoyqc.com/127.0.0.1 -address=/nd59w.cn/127.0.0.1 -address=/nduop.com/127.0.0.1 -address=/ndusa.cn/127.0.0.1 -address=/neijh.com/127.0.0.1 -address=/nernv.com/127.0.0.1 -address=/netko0o.com/127.0.0.1 -address=/newknowledge.cn/127.0.0.1 -address=/nfkos.com/127.0.0.1 -address=/ngceq.cn/127.0.0.1 -address=/ngsaang.top/127.0.0.1 -address=/nickarini.com/127.0.0.1 -address=/niegg.com/127.0.0.1 -address=/nihao987654.top/127.0.0.1 -address=/ningbojipiao.com/127.0.0.1 -address=/ningxiayy.com/127.0.0.1 -address=/nixiclothing.com/127.0.0.1 -address=/njguluyu.cn/127.0.0.1 -address=/njhuashidai.cn/127.0.0.1 -address=/njjmp.com/127.0.0.1 -address=/njxczy.com/127.0.0.1 -address=/njyyk.com/127.0.0.1 -address=/nk295.cn/127.0.0.1 -address=/nkwwbg.com/127.0.0.1 -address=/nkyyls.cn/127.0.0.1 -address=/nmmdzq.cn/127.0.0.1 -address=/nmqdnykj.com/127.0.0.1 -address=/nmtouzi.com/127.0.0.1 -address=/nnfiy.com/127.0.0.1 -address=/nongshengyi.cn/127.0.0.1 -address=/nq37f.cn/127.0.0.1 -address=/nqfwx.cn/127.0.0.1 -address=/nsjpu.com/127.0.0.1 -address=/nsxtob.cn/127.0.0.1 -address=/nthfds.xyz/127.0.0.1 -address=/ntpddq.com/127.0.0.1 -address=/nv43.com/127.0.0.1 -address=/nwwap.com/127.0.0.1 -address=/nwxzs.com/127.0.0.1 -address=/nxh2h.cn/127.0.0.1 -address=/nxkycx.com/127.0.0.1 -address=/nxwly.com/127.0.0.1 -address=/nxypz.com/127.0.0.1 -address=/nydjsm.cn/127.0.0.1 -address=/nyhnx.com/127.0.0.1 -address=/nykps.com/127.0.0.1 -address=/nyyxyx.com.cn/127.0.0.1 -address=/oangm.com/127.0.0.1 -address=/obeip.com/127.0.0.1 -address=/obj9.cn/127.0.0.1 -address=/octopuszyw.cn/127.0.0.1 -address=/oende.cn/127.0.0.1 -address=/oeocriaq.cn/127.0.0.1 -address=/oesnw.com/127.0.0.1 -address=/ohuam.com/127.0.0.1 -address=/oir85.cn/127.0.0.1 -address=/ojues.com/127.0.0.1 -address=/okshishi.com/127.0.0.1 -address=/okuis.com/127.0.0.1 -address=/okwan.cn/127.0.0.1 -address=/okx6.site/127.0.0.1 -address=/olc0.cn/127.0.0.1 -address=/on68xf.cn/127.0.0.1 -address=/once88.cn/127.0.0.1 -address=/onlyshow.top/127.0.0.1 -address=/oomyv.com/127.0.0.1 -address=/opengam.com/127.0.0.1 -address=/opqsr.com/127.0.0.1 -address=/orlandomp.com/127.0.0.1 -address=/osaws.com/127.0.0.1 -address=/osidf.xyz/127.0.0.1 -address=/osimym.com/127.0.0.1 -address=/osndy.com/127.0.0.1 -address=/osvp2.cn/127.0.0.1 -address=/ou15r.cn/127.0.0.1 -address=/oul78c.cn/127.0.0.1 -address=/oulvtrip.com/127.0.0.1 -address=/panwenjun.top/127.0.0.1 -address=/paochala.net/127.0.0.1 -address=/passwz.com/127.0.0.1 -address=/pbino.com/127.0.0.1 -address=/pcaoo.com/127.0.0.1 -address=/pd3a.cn/127.0.0.1 -address=/pdfbs.com/127.0.0.1 -address=/pdkuai.com/127.0.0.1 -address=/petsfairy.com/127.0.0.1 -address=/petsheying.com/127.0.0.1 -address=/phpape.com/127.0.0.1 -address=/pi920.com/127.0.0.1 -address=/pianyi95.top/127.0.0.1 -address=/piaogj.com/127.0.0.1 -address=/picbr.com/127.0.0.1 -address=/pieaa.com/127.0.0.1 -address=/piliangzhuce.cn/127.0.0.1 -address=/pincidao.cn/127.0.0.1 -address=/pinkmore.cn/127.0.0.1 -address=/pipysoft.cn/127.0.0.1 -address=/pitena.top/127.0.0.1 -address=/pjbjzf.com/127.0.0.1 -address=/pjxna.xyz/127.0.0.1 -address=/pkbook.com.cn/127.0.0.1 -address=/pkbrxja.cn/127.0.0.1 -address=/pkesports.cn/127.0.0.1 -address=/plerv.com/127.0.0.1 -address=/plokr.com/127.0.0.1 -address=/pmshy.cn/127.0.0.1 -address=/pochengweiyuan.com/127.0.0.1 -address=/pomhz.com/127.0.0.1 -address=/pomkl.com/127.0.0.1 -address=/pos68.cn/127.0.0.1 -address=/pougg.com/127.0.0.1 -address=/pptte.com/127.0.0.1 -address=/pqnlorg.cn/127.0.0.1 -address=/pqwtrq.xyz/127.0.0.1 -address=/prazpf.cn/127.0.0.1 -address=/psgch.xyz/127.0.0.1 -address=/pstarv.cn/127.0.0.1 -address=/ptgezc.com/127.0.0.1 -address=/ptummn.cn/127.0.0.1 -address=/ptuoa.com/127.0.0.1 -address=/puzwb.cn/127.0.0.1 -address=/pwjhg.com/127.0.0.1 -address=/px69z.cn/127.0.0.1 -address=/pxyvb.cn/127.0.0.1 -address=/pyerc.com/127.0.0.1 -address=/pyhuiyu.com/127.0.0.1 -address=/pzhygu.cn/127.0.0.1 -address=/pzuth.cn/127.0.0.1 -address=/pzvlnh.cn/127.0.0.1 -address=/q0uz4c.cn/127.0.0.1 -address=/q671e.cn/127.0.0.1 -address=/q7ms.cn/127.0.0.1 -address=/qaqact.cn/127.0.0.1 -address=/qcgkd322.vip/127.0.0.1 -address=/qd836.cn/127.0.0.1 -address=/qdiut.com/127.0.0.1 -address=/qdyazc.com/127.0.0.1 -address=/qflwh.cn/127.0.0.1 -address=/qgana.com/127.0.0.1 -address=/qgaot.com/127.0.0.1 -address=/qhdmqzc.cn/127.0.0.1 -address=/qhdop.com/127.0.0.1 -address=/qhuik.com/127.0.0.1 -address=/qhxcdmfj.cn/127.0.0.1 -address=/qi-shi.top/127.0.0.1 -address=/qiaopiguniang.com/127.0.0.1 -address=/qilungroup.cn/127.0.0.1 -address=/qinchugudao.com/127.0.0.1 -address=/qingzhencai.net/127.0.0.1 -address=/qiruidea.com/127.0.0.1 -address=/qjueu.com/127.0.0.1 -address=/qkptx.com/127.0.0.1 -address=/qlaot.com/127.0.0.1 -address=/qldua.cn/127.0.0.1 -address=/qloer.com/127.0.0.1 -address=/qlonglong.com/127.0.0.1 -address=/qlssbq.cn/127.0.0.1 -address=/qneit.com/127.0.0.1 -address=/qq0au.cn/127.0.0.1 -address=/qqdashabi.top/127.0.0.1 -address=/qqiat.com/127.0.0.1 -address=/qrdqbe.cn/127.0.0.1 -address=/qsove.com/127.0.0.1 -address=/qtpngov.cn/127.0.0.1 -address=/quanjiapp.cn/127.0.0.1 -address=/quldu.com/127.0.0.1 -address=/quyejianzhan.tech/127.0.0.1 -address=/qxyu.top/127.0.0.1 -address=/qyttl.cn/127.0.0.1 -address=/qzbxfs.com/127.0.0.1 -address=/qzdag.com/127.0.0.1 -address=/qzdaren.com/127.0.0.1 -address=/qzyiming.cn/127.0.0.1 -address=/raeqqe.cn/127.0.0.1 -address=/rbign.cn/127.0.0.1 -address=/rbywg.com/127.0.0.1 -address=/rcaiu.com/127.0.0.1 -address=/rcynoe.cn/127.0.0.1 -address=/rdtylx.cn/127.0.0.1 -address=/rdxhrd.com/127.0.0.1 -address=/relaxspace.com.cn/127.0.0.1 -address=/renshengyiyi.com/127.0.0.1 -address=/represented.cn/127.0.0.1 -address=/requested.cn/127.0.0.1 -address=/rerwe.cn/127.0.0.1 -address=/rfese.com/127.0.0.1 -address=/ricqo.com/127.0.0.1 -address=/rishenglaw.cn/127.0.0.1 -address=/rjiau.com/127.0.0.1 -address=/rl972.cn/127.0.0.1 -address=/rmwdn.com/127.0.0.1 -address=/romgv.com/127.0.0.1 -address=/rongnews.com/127.0.0.1 -address=/rrkykn.cn/127.0.0.1 -address=/rrrwwwa.com/127.0.0.1 -address=/rtslgov.cn/127.0.0.1 -address=/ruiyufangchan.cn/127.0.0.1 -address=/ruxmc.cn/127.0.0.1 -address=/ruyidk.com/127.0.0.1 -address=/ruyiqufu.com/127.0.0.1 -address=/rxxdq.cn/127.0.0.1 -address=/s06th.cn/127.0.0.1 -address=/s2mvd.cn/127.0.0.1 -address=/sanitwealth.com/127.0.0.1 -address=/sbenx.com/127.0.0.1 -address=/sbiim.com/127.0.0.1 -address=/sbinx.com/127.0.0.1 -address=/sceyv.com/127.0.0.1 -address=/scouc.com/127.0.0.1 -address=/scoue.com/127.0.0.1 -address=/scqajt.cn/127.0.0.1 -address=/sczhilong.cn/127.0.0.1 -address=/sdabfw.cn/127.0.0.1 -address=/sdahxz.xyz/127.0.0.1 -address=/sdaiv.com/127.0.0.1 -address=/sdakxz.xyz/127.0.0.1 -address=/sdgdtz.cn/127.0.0.1 -address=/sdkdm.com/127.0.0.1 -address=/sdsqyyc.com/127.0.0.1 -address=/sdytsh.com/127.0.0.1 -address=/seawayz.com.cn/127.0.0.1 -address=/sec-cloud.cn/127.0.0.1 -address=/seerpiu002.com/127.0.0.1 -address=/self-study-service.com.cn/127.0.0.1 -address=/sezvc.com/127.0.0.1 -address=/sfanf.com/127.0.0.1 -address=/sguac.com/127.0.0.1 -address=/sgzs999.com/127.0.0.1 -address=/she-ke.cn/127.0.0.1 -address=/shenbimall.com/127.0.0.1 -address=/shengchaopiao.cn/127.0.0.1 -address=/shenhao258.top/127.0.0.1 -address=/shenyunkeji.com/127.0.0.1 -address=/shffcy.cn/127.0.0.1 -address=/shidailw.com/127.0.0.1 -address=/shjsxx.com/127.0.0.1 -address=/shsnjj.top/127.0.0.1 -address=/shuaixu.site/127.0.0.1 -address=/signstu.top/127.0.0.1 -address=/siguatv.cn/127.0.0.1 -address=/simon184.cn/127.0.0.1 -address=/sincetrade.com/127.0.0.1 -address=/sixgen.cn/127.0.0.1 -address=/sjaidu.com/127.0.0.1 -address=/sjczsc.com/127.0.0.1 -address=/sjuqc.com/127.0.0.1 -address=/slivercommander.cn/127.0.0.1 -address=/slvtx.com/127.0.0.1 -address=/slygzsc.cn/127.0.0.1 -address=/smckii.cn/127.0.0.1 -address=/smdhek58726.cn/127.0.0.1 -address=/smpdth.cn/127.0.0.1 -address=/smvip8.cn/127.0.0.1 -address=/smxay.com/127.0.0.1 -address=/sokoyo-fq.com/127.0.0.1 -address=/sonomoyo.com/127.0.0.1 -address=/sonsang.cn/127.0.0.1 -address=/sosjyx.com/127.0.0.1 -address=/soso.ws/127.0.0.1 -address=/spahelani.com/127.0.0.1 -address=/sqa4e.xyz/127.0.0.1 -address=/sqwscy.com/127.0.0.1 -address=/srrux.com/127.0.0.1 -address=/ssdoi.com/127.0.0.1 -address=/starlizard.com.cn/127.0.0.1 -address=/statstat888.com/127.0.0.1 -address=/stdst.cn/127.0.0.1 -address=/stevenblue.cn/127.0.0.1 -address=/stuoe.com/127.0.0.1 -address=/subshall.cn/127.0.0.1 -address=/suehy.com/127.0.0.1 -address=/sugajo.cn/127.0.0.1 -address=/suitmatters.cn/127.0.0.1 -address=/suolaka.23txt.com/127.0.0.1 -address=/suoooi.cn/127.0.0.1 -address=/suwo0n.com/127.0.0.1 -address=/svfwer.top/127.0.0.1 -address=/swhgd.com/127.0.0.1 -address=/swq48b.cn/127.0.0.1 -address=/sxjkc.cn/127.0.0.1 -address=/sxjxhg.com/127.0.0.1 -address=/sxlczj.cn/127.0.0.1 -address=/sxmdxy.com/127.0.0.1 -address=/sxmutan.com/127.0.0.1 -address=/sxtyhl.top/127.0.0.1 -address=/sxxca.com/127.0.0.1 -address=/sxying.top/127.0.0.1 -address=/sxzzhj.com/127.0.0.1 -address=/sycbbs.com/127.0.0.1 -address=/symaa.cn/127.0.0.1 -address=/symab.cn/127.0.0.1 -address=/symad.cn/127.0.0.1 -address=/symae.cn/127.0.0.1 -address=/symag.cn/127.0.0.1 -address=/symah.cn/127.0.0.1 -address=/sysadult.cn/127.0.0.1 -address=/sysal.cn/127.0.0.1 -address=/sytsr.com/127.0.0.1 -address=/syxchj.cn/127.0.0.1 -address=/syxsa.cn/127.0.0.1 -address=/szqifu.com/127.0.0.1 -address=/szshouzhai.com/127.0.0.1 -address=/szwzjk.cn/127.0.0.1 -address=/szyuke.cn/127.0.0.1 -address=/tabwl.com/127.0.0.1 -address=/tajxgs.com/127.0.0.1 -address=/tatahn.com/127.0.0.1 -address=/tbaia.com/127.0.0.1 -address=/tbenq.com/127.0.0.1 -address=/tbieq.com/127.0.0.1 -address=/tbinq.com/127.0.0.1 -address=/tchep.com/127.0.0.1 -address=/tcnmf.com/127.0.0.1 -address=/tctakoh.com/127.0.0.1 -address=/tdain.com/127.0.0.1 -address=/tdoup.com/127.0.0.1 -address=/tenh2.cn/127.0.0.1 -address=/testself.vip/127.0.0.1 -address=/tgbrfv.cn/127.0.0.1 -address=/themecat.cn/127.0.0.1 -address=/themee.cn/127.0.0.1 -address=/thuyki.cn/127.0.0.1 -address=/tianhelife.com/127.0.0.1 -address=/tianhuafund.cn/127.0.0.1 -address=/tiankongzudui.com/127.0.0.1 -address=/tianxiazhenji.com/127.0.0.1 -address=/tiaopimiao.net/127.0.0.1 -address=/tiaoweiyou.cn/127.0.0.1 -address=/tick0.com/127.0.0.1 -address=/tinwong.cn/127.0.0.1 -address=/tiojk.com/127.0.0.1 -address=/tiwom.com/127.0.0.1 -address=/tjiaa.com/127.0.0.1 -address=/tk59n.cn/127.0.0.1 -address=/tkshyp.com/127.0.0.1 -address=/tl875f.cn/127.0.0.1 -address=/tmmjgcp.cn/127.0.0.1 -address=/tmrmixer.cn/127.0.0.1 -address=/tochgw.com/127.0.0.1 -address=/toissue.cn/127.0.0.1 -address=/tongjiwo.com/127.0.0.1 -address=/tp74ym.cn/127.0.0.1 -address=/travel-together.cn/127.0.0.1 -address=/travlcen.com/127.0.0.1 -address=/tsgyg.cn/127.0.0.1 -address=/tsrc8.com/127.0.0.1 -address=/tuadong.com/127.0.0.1 -address=/tukexiu.com/127.0.0.1 -address=/tuoxintrade.cn/127.0.0.1 -address=/txstatic.cn/127.0.0.1 -address=/txtxr.com/127.0.0.1 -address=/txwhds.com.cn/127.0.0.1 -address=/tymsyx.com/127.0.0.1 -address=/tyrghj.cn/127.0.0.1 -address=/tyyjzs.cn/127.0.0.1 -address=/u372q.cn/127.0.0.1 -address=/u7qy3e.cn/127.0.0.1 -address=/ubaii.com/127.0.0.1 -address=/uc4a.cn/127.0.0.1 -address=/ucaii.com/127.0.0.1 -address=/uchij.com/127.0.0.1 -address=/ucsmqq.site/127.0.0.1 -address=/udbyv8918.com/127.0.0.1 -address=/ueaeqqi.cn/127.0.0.1 -address=/uhor8.cn/127.0.0.1 -address=/uissm.com/127.0.0.1 -address=/uksnyf.cn/127.0.0.1 -address=/umbbs.cn/127.0.0.1 -address=/umm6.cn/127.0.0.1 -address=/umyai.com/127.0.0.1 -address=/unilz588.com/127.0.0.1 -address=/uo12.com/127.0.0.1 -address=/uqpfh.cn/127.0.0.1 -address=/urlet.cn/127.0.0.1 -address=/usty357a.site/127.0.0.1 -address=/uuopp.com/127.0.0.1 -address=/uxyrl.cn/127.0.0.1 -address=/uzhaj.com/127.0.0.1 -address=/uzyid.cn/127.0.0.1 -address=/v3iy0h.cn/127.0.0.1 -address=/v44i.cn/127.0.0.1 -address=/v5b99.cn/127.0.0.1 -address=/vb4rvq.cn/127.0.0.1 -address=/vbaiu.com/127.0.0.1 -address=/vbanm.com/127.0.0.1 -address=/vbaof.com/127.0.0.1 -address=/vbaou.com/127.0.0.1 -address=/vbieu.com/127.0.0.1 -address=/vbinu.com/127.0.0.1 -address=/vcaif.com/127.0.0.1 -address=/vchim.com/127.0.0.1 -address=/vchiy.com/127.0.0.1 -address=/vcuor.com/127.0.0.1 -address=/vdlha.cn/127.0.0.1 -address=/ve6j.cn/127.0.0.1 -address=/vers80.com/127.0.0.1 -address=/vf5yb4.cn/127.0.0.1 -address=/vgaom.com/127.0.0.1 -address=/vhuay.com/127.0.0.1 -address=/vichc.com/127.0.0.1 -address=/viiqx.com/127.0.0.1 -address=/viptv91.cn/127.0.0.1 -address=/vjuer.com/127.0.0.1 -address=/vkjnd.com/127.0.0.1 -address=/vkuay.com/127.0.0.1 -address=/vmiua.com/127.0.0.1 -address=/vnanf.com/127.0.0.1 -address=/vouky.com/127.0.0.1 -address=/vsxet.com/127.0.0.1 -address=/vvnna.com/127.0.0.1 -address=/vvocm.com/127.0.0.1 -address=/vwb4p.cn/127.0.0.1 -address=/vweit.com/127.0.0.1 -address=/vy74i.cn/127.0.0.1 -address=/vz71j.cn/127.0.0.1 -address=/w13qh.cn/127.0.0.1 -address=/w859u.cn/127.0.0.1 -address=/waby66.cn/127.0.0.1 -address=/wagenlux.cn/127.0.0.1 -address=/wanfcc.com/127.0.0.1 -address=/wangliqin.top/127.0.0.1 -address=/wangqing7.top/127.0.0.1 -address=/wanrenshe.com/127.0.0.1 -address=/wao24.com/127.0.0.1 -address=/warron.cn/127.0.0.1 -address=/wbanz.com/127.0.0.1 -address=/wbaor.com/127.0.0.1 -address=/wbies.com/127.0.0.1 -address=/wbiev.com/127.0.0.1 -address=/wcail.com/127.0.0.1 -address=/wcaos.com/127.0.0.1 -address=/wcjup.com/127.0.0.1 -address=/wdeie.com/127.0.0.1 -address=/wdiur.com/127.0.0.1 -address=/webenginner.com/127.0.0.1 -address=/webkooo.com/127.0.0.1 -address=/weboser.com/127.0.0.1 -address=/wechatpu.com/127.0.0.1 -address=/weikefanli.com/127.0.0.1 -address=/weimeicar.cn/127.0.0.1 -address=/weiziqiang.top/127.0.0.1 -address=/wenbangsh.com.cn/127.0.0.1 -address=/wenzhougy.cn/127.0.0.1 -address=/wervp.com/127.0.0.1 -address=/wfxoi.xyz/127.0.0.1 -address=/wfyqc.com/127.0.0.1 -address=/wgaoe.com/127.0.0.1 -address=/wghjq.cn/127.0.0.1 -address=/whrles.com/127.0.0.1 -address=/whsjg.cn/127.0.0.1 -address=/whxhhjx.com/127.0.0.1 -address=/wjdfv.com/127.0.0.1 -address=/wjier.com/127.0.0.1 -address=/wjyljl.cn/127.0.0.1 -address=/wkjava.top/127.0.0.1 -address=/wkjhd.com/127.0.0.1 -address=/wksrx.cn/127.0.0.1 -address=/wl963.com/127.0.0.1 -address=/wlshotel.cn/127.0.0.1 -address=/wnbfw.com/127.0.0.1 -address=/wo-x.cn/127.0.0.1 -address=/wokekk.com/127.0.0.1 -address=/wonwg.com/127.0.0.1 -address=/workbizs.com/127.0.0.1 -address=/woshiyunying.com/127.0.0.1 -address=/wotto.cn/127.0.0.1 -address=/woyvk.cn/127.0.0.1 -address=/wq19w.cn/127.0.0.1 -address=/wsoue.com/127.0.0.1 -address=/wsxxu.com/127.0.0.1 -address=/wuwuhh.top/127.0.0.1 -address=/wuyanauto.com/127.0.0.1 -address=/wuylp.com/127.0.0.1 -address=/wvcdn.cn/127.0.0.1 -address=/wvver.com/127.0.0.1 -address=/wwetjy.com/127.0.0.1 -address=/wxhdwy.com/127.0.0.1 -address=/wxhh678.com/127.0.0.1 -address=/wxhltd.com/127.0.0.1 -address=/wxmg2016.com/127.0.0.1 -address=/wxvsj.com.cn/127.0.0.1 -address=/wywna.cn/127.0.0.1 -address=/wzn4.cn/127.0.0.1 -address=/wzxw7.com/127.0.0.1 -address=/x3e2c.cn/127.0.0.1 -address=/x5cc5z.cn/127.0.0.1 -address=/xabtx.com/127.0.0.1 -address=/xacqp.com/127.0.0.1 -address=/xafxs.cn/127.0.0.1 -address=/xamaky.top/127.0.0.1 -address=/xamiqi.top/127.0.0.1 -address=/xavingtsun.com/127.0.0.1 -address=/xb29h.cn/127.0.0.1 -address=/xbaiv.com/127.0.0.1 -address=/xberu.com/127.0.0.1 -address=/xcbmwx.com/127.0.0.1 -address=/xcdzsw.com/127.0.0.1 -address=/xdkje.com/127.0.0.1 -address=/xdunv.com/127.0.0.1 -address=/xdyszx.com/127.0.0.1 -address=/xeihy.com/127.0.0.1 -address=/xfytjx.cn/127.0.0.1 -address=/xhaiu.com/127.0.0.1 -address=/xhct66.com/127.0.0.1 -address=/xhera.cn/127.0.0.1 -address=/xiakelea.com/127.0.0.1 -address=/xiangchim0.com/127.0.0.1 -address=/xiangshiw.net/127.0.0.1 -address=/xiansenmeng.cn/127.0.0.1 -address=/xieyanmin.com.cn/127.0.0.1 -address=/xindelin.cn/127.0.0.1 -address=/xinghao89.com/127.0.0.1 -address=/xingsky.cn/127.0.0.1 -address=/xingtai0.com/127.0.0.1 -address=/xingtaiju.cn/127.0.0.1 -address=/xinterface.cn/127.0.0.1 -address=/xinuocp666.com/127.0.0.1 -address=/xjtxcj.com/127.0.0.1 -address=/xk0x.cn/127.0.0.1 -address=/xkanf.com/127.0.0.1 -address=/xkena.com/127.0.0.1 -address=/xkqpco.com/127.0.0.1 -address=/xkunn.com/127.0.0.1 -address=/xmcxz.com/127.0.0.1 -address=/xmgdfb.cn/127.0.0.1 -address=/xmgysweb.com/127.0.0.1 -address=/xmljx.cn/127.0.0.1 -address=/xmndrx.cn/127.0.0.1 -address=/xn--2qux23confgml.club/127.0.0.1 -address=/xn--mtsr39cnql.video/127.0.0.1 -address=/xn--wxtr44c.video/127.0.0.1 -address=/xncgroup.cn/127.0.0.1 -address=/xnghmc.com/127.0.0.1 -address=/xnjzsn.com/127.0.0.1 -address=/xrain.net/127.0.0.1 -address=/xroun.com/127.0.0.1 -address=/xrpva.cn/127.0.0.1 -address=/xsyouwei.cn/127.0.0.1 -address=/xt725.cn/127.0.0.1 -address=/xtzxmy.com/127.0.0.1 -address=/xuehongxs.com:8862/127.0.0.1 -address=/xujx8.com/127.0.0.1 -address=/xunhuaji.cn/127.0.0.1 -address=/xurizhongguo.cn/127.0.0.1 -address=/xxkio.com/127.0.0.1 -address=/xxlywl.cn/127.0.0.1 -address=/xznykf.org/127.0.0.1 -address=/xztms.com/127.0.0.1 -address=/y05zw.cn/127.0.0.1 -address=/y12f.com/127.0.0.1 -address=/yajiuwz.xyz/127.0.0.1 -address=/yanbenji.cn/127.0.0.1 -address=/yangzhenpeng.top/127.0.0.1 -address=/yanjunbo.com/127.0.0.1 -address=/yantairuide.com/127.0.0.1 -address=/ybaih.com/127.0.0.1 -address=/ybaiu.com/127.0.0.1 -address=/ybanj.com/127.0.0.1 -address=/ybaoh.com/127.0.0.1 -address=/ybeih.com/127.0.0.1 -address=/ybfwmm.cn/127.0.0.1 -address=/ybhypt.com/127.0.0.1 -address=/ybrex.cn/127.0.0.1 -address=/ybtianxi.com/127.0.0.1 -address=/ychap.com/127.0.0.1 -address=/ycypzx.cn/127.0.0.1 -address=/ydfz.org/127.0.0.1 -address=/ydouu.com/127.0.0.1 -address=/yetaiguang.cn/127.0.0.1 -address=/yexfes.com/127.0.0.1 -address=/yfano.com/127.0.0.1 -address=/ygblogtag.cn/127.0.0.1 -address=/ygqczh.com/127.0.0.1 -address=/yguap.com/127.0.0.1 -address=/yicang8.com/127.0.0.1 -address=/yicixingjinkou.com/127.0.0.1 -address=/yicuntian.cn/127.0.0.1 -address=/yierheng.top/127.0.0.1 -address=/yijieweizf.com/127.0.0.1 -address=/yijuxie.com/127.0.0.1 -address=/yikuaiqian.com.cn/127.0.0.1 -address=/yimai51.cn/127.0.0.1 -address=/yimeize.cn/127.0.0.1 -address=/yingkepj.cn/127.0.0.1 -address=/yinlt.com/127.0.0.1 -address=/yinzantouzi.com/127.0.0.1 -address=/yiqima.xyz/127.0.0.1 -address=/yisloda.com/127.0.0.1 -address=/yitiaoyu.top/127.0.0.1 -address=/yiyuantian.com/127.0.0.1 -address=/yizhijin.cn/127.0.0.1 -address=/yjiaj.com/127.0.0.1 -address=/ymmdpk.cn/127.0.0.1 -address=/ynbzxh.com/127.0.0.1 -address=/yndushi.cn/127.0.0.1 -address=/ynizdm.cn/127.0.0.1 -address=/ynjczy.net/127.0.0.1 -address=/ynjyhm.com/127.0.0.1 -address=/ynmhg.cn/127.0.0.1 -address=/ynnke.com/127.0.0.1 -address=/ynp0h.cn/127.0.0.1 -address=/ynzby.cn/127.0.0.1 -address=/yo34b.cn/127.0.0.1 -address=/yoiur.com/127.0.0.1 -address=/youtui456.com/127.0.0.1 -address=/youweiprint.com/127.0.0.1 -address=/youyoukou.cn/127.0.0.1 -address=/yoxus.cn/127.0.0.1 -address=/ypzhwf.cn/127.0.0.1 -address=/yr29r.cn/127.0.0.1 -address=/ys6ot.cn/127.0.0.1 -address=/ysjweb.com/127.0.0.1 -address=/yssbi.net/127.0.0.1 -address=/ytbnm.cn/127.0.0.1 -address=/ytdksb.com/127.0.0.1 -address=/ytmaitian.com/127.0.0.1 -address=/ytmaksim.cn/127.0.0.1 -address=/yuanhangpiju.cn/127.0.0.1 -address=/yueduyy.com/127.0.0.1 -address=/yueyelive.com/127.0.0.1 -address=/yunanfuwuqi.com/127.0.0.1 -address=/yunxiufang.net/127.0.0.1 -address=/yuxiny.com/127.0.0.1 -address=/yuxyz.com/127.0.0.1 -address=/ywbwsm.com/127.0.0.1 -address=/ywqum.cn/127.0.0.1 -address=/ywrjgzs.com/127.0.0.1 -address=/yxhxs.com/127.0.0.1 -address=/yxsnf.cn/127.0.0.1 -address=/yybos.com.cn/127.0.0.1 -address=/yyeks.com/127.0.0.1 -address=/yyhqch.com/127.0.0.1 -address=/yyjhf.com/127.0.0.1 -address=/yymmsd.cn/127.0.0.1 -address=/z3uk6.cn/127.0.0.1 -address=/z41vm.cn/127.0.0.1 -address=/zabxb.com/127.0.0.1 -address=/zbeic.com/127.0.0.1 -address=/zbieo.com/127.0.0.1 -address=/zcand.com/127.0.0.1 -address=/zcaod.com/127.0.0.1 -address=/zcdor.com/127.0.0.1 -address=/zcpap.cn/127.0.0.1 -address=/zcpnq.cn/127.0.0.1 -address=/zenffs.cn/127.0.0.1 -address=/zenwq.com/127.0.0.1 -address=/zesod.cn/127.0.0.1 -address=/zfanc.com/127.0.0.1 -address=/zfood029.com/127.0.0.1 -address=/zfrgkm.cn/127.0.0.1 -address=/zgbsny.com/127.0.0.1 -address=/zgclmw.cn/127.0.0.1 -address=/zgfszs.com/127.0.0.1 -address=/zgjjkk.com/127.0.0.1 -address=/zgjkv.com/127.0.0.1 -address=/zgncpjyw.cn/127.0.0.1 -address=/zgsxhx.com/127.0.0.1 -address=/zhamm.cn/127.0.0.1 -address=/zhfyws.com/127.0.0.1 -address=/zhivalley.cn/127.0.0.1 -address=/zhiyaowan.cn/127.0.0.1 -address=/zhongchengzp.com/127.0.0.1 -address=/zhongfujiaoyu.cn/127.0.0.1 -address=/zhongwangmy.cn/127.0.0.1 -address=/zhouqin520.top/127.0.0.1 -address=/zhuanyule.cn/127.0.0.1 -address=/zhuifood.top/127.0.0.1 -address=/zhujiafangchan.cn/127.0.0.1 -address=/zhuyuanp.shop/127.0.0.1 -address=/zhuyuanp.top/127.0.0.1 -address=/zhywyl.cn/127.0.0.1 -address=/zizcy.com/127.0.0.1 -address=/zjhrondo.cn/127.0.0.1 -address=/zjkdaikuan.com/127.0.0.1 -address=/zjksgl.com/127.0.0.1 -address=/zjuwjdc.com/127.0.0.1 -address=/zjxrg.top/127.0.0.1 -address=/zkba9.cn/127.0.0.1 -address=/zkfborg.cn/127.0.0.1 -address=/zkwsdf.com/127.0.0.1 -address=/zlauk.cn/127.0.0.1 -address=/zm-bulu.cn/127.0.0.1 -address=/zmlfk.com/127.0.0.1 -address=/zmyuer.com/127.0.0.1 -address=/zougg.com/127.0.0.1 -address=/zpoder.com/127.0.0.1 -address=/zpyfsj.cn/127.0.0.1 -address=/zreder.com/127.0.0.1 -address=/zstjy.com/127.0.0.1 -address=/zsxpx.com/127.0.0.1 -address=/ztxbd.com/127.0.0.1 -address=/zu08e.cn/127.0.0.1 -address=/zunss.com/127.0.0.1 -address=/zuopp.com/127.0.0.1 -address=/zutodu.cn/127.0.0.1 -address=/zwkssb.com/127.0.0.1 -address=/zwsteel.cn/127.0.0.1 -address=/zwychain.cn/127.0.0.1 -address=/zx-jsp.com/127.0.0.1 -address=/zxhymh.com/127.0.0.1 -address=/zxin131.cn/127.0.0.1 -address=/zxjjzx.com/127.0.0.1 -address=/zywhjd.com/127.0.0.1 -address=/zyxwpj.com/127.0.0.1 -address=/zzalkk.com/127.0.0.1 -address=/zzhszj.com/127.0.0.1 -address=/zzkfs.xyz/127.0.0.1 -address=/zzmmkj.com/127.0.0.1 -address=/zzmtfz.com/127.0.0.1 -address=/zzqqhb.com/127.0.0.1 -address=/zzsdjq.com/127.0.0.1 -address=/zzsno1.com/127.0.0.1 -address=/corechina.net/127.0.0.1 -address=/diogv.com/127.0.0.1 -address=/iierq.com/127.0.0.1 -address=/jbflil.cn/127.0.0.1 -address=/shyanche.net/127.0.0.1 -address=/yljiaoluo.com/127.0.0.1 -address=/yqjxzw.com/127.0.0.1 -address=/assume8.com/127.0.0.1 -address=/kfdqwo.top/127.0.0.1 -address=/tianjin4.com/127.0.0.1 -address=/hy-dy.cn/127.0.0.1 -address=/liveappgirl.net/127.0.0.1 -address=/69lm.com.cn/127.0.0.1 -address=/qhdfxkj.com/127.0.0.1 -address=/shxqeps.com/127.0.0.1 -address=/hnpjshop.com/127.0.0.1 -address=/lopostone.com/127.0.0.1 -address=/qyqc4s.com/127.0.0.1 -address=/vuahb.com/127.0.0.1 -address=/103.49.209.27/127.0.0.1 -address=/146.148.85.61/127.0.0.1 -address=/172.81.246.180/127.0.0.1 -address=/212.64.34.17/127.0.0.1 -address=/45.126.123.80/127.0.0.1 -address=/815ff.com/127.0.0.1 -address=/chaogej.com/127.0.0.1 -address=/hdapp1003-a.akamaihd.net/127.0.0.1 -address=/hdapp1008-a.akamaihd.net/127.0.0.1 -address=/hdsrc-a.akamaihd.net/127.0.0.1 -address=/journalforum.org/127.0.0.1 -address=/nvsea.com/127.0.0.1 -address=/qhdbfjx.com/127.0.0.1 -address=/sohu999.com/127.0.0.1 -address=/tcmdz.com/127.0.0.1 -address=/withad.cn/127.0.0.1 -address=/1getbestf1le3.xyz/127.0.0.1 -address=/4t6u1amm3t3n.com/127.0.0.1 -address=/9t5.me/127.0.0.1 -address=/abgligarchan.com/127.0.0.1 -address=/acmsg.online/127.0.0.1 -address=/acticgreasonsc.info/127.0.0.1 -address=/adfrastingathles.info/127.0.0.1 -address=/adsrv.me/127.0.0.1 -address=/adziondin.club/127.0.0.1 -address=/aggravedgaree.info/127.0.0.1 -address=/agrammemarg.info/127.0.0.1 -address=/agreenikeru.site/127.0.0.1 -address=/aickeeho.com/127.0.0.1 -address=/ailaskarc.club/127.0.0.1 -address=/ailwayssteverin.info/127.0.0.1 -address=/aimassare.club/127.0.0.1 -address=/aimrawwas.site/127.0.0.1 -address=/airsanguages.info/127.0.0.1 -address=/airstossiplarge.info/127.0.0.1 -address=/albalbant.com/127.0.0.1 -address=/alealebag.site/127.0.0.1 -address=/aleapeact.club/127.0.0.1 -address=/alhistoriousg.info/127.0.0.1 -address=/aliticalpassister.info/127.0.0.1 -address=/alldeveldefinite.info/127.0.0.1 -address=/allycollegedstrie.info/127.0.0.1 -address=/ampallall.site/127.0.0.1 -address=/aniashboy.club/127.0.0.1 -address=/anybagant.club/127.0.0.1 -address=/anycadark.site/127.0.0.1 -address=/armashair.site/127.0.0.1 -address=/artantash.club/127.0.0.1 -address=/arthwhilearthu.info/127.0.0.1 -address=/artneesrparkete.info/127.0.0.1 -address=/ashaidart.site/127.0.0.1 -address=/ashamparm.site/127.0.0.1 -address=/askaspalb.online/127.0.0.1 -address=/atelovesinothic.info/127.0.0.1 -address=/atesbrothereso.info/127.0.0.1 -address=/atoultou.com/127.0.0.1 -address=/augnuxun.net/127.0.0.1 -address=/aujaujoa.net/127.0.0.1 -address=/aurdeert.net/127.0.0.1 -address=/authornernsa.pro/127.0.0.1 -address=/auxml.com/127.0.0.1 -address=/avwincall.info/127.0.0.1 -address=/awehobrasp.live/127.0.0.1 -address=/aweinkbum.com/127.0.0.1 -address=/awhootoa.net/127.0.0.1 -address=/awhoufob.com/127.0.0.1 -address=/ayrovalcontain.info/127.0.0.1 -address=/bathibsa.com/127.0.0.1 -address=/bauthair.net/127.0.0.1 -address=/bebreloomr.com/127.0.0.1 -address=/beewanuk.net/127.0.0.1 -address=/beiven.pw/127.0.0.1 -address=/bestvideo2019.xyz/127.0.0.1 -address=/bidiology.com/127.0.0.1 -address=/binsatbee.club/127.0.0.1 -address=/bityah-sym.com/127.0.0.1 -address=/bloglife24.com/127.0.0.1 -address=/boratestfishke.info/127.0.0.1 -address=/boubeeth.com/127.0.0.1 -address=/boursnormaticm.info/127.0.0.1 -address=/bupserge.com/127.0.0.1 -address=/cadslimz.com/127.0.0.1 -address=/camantasp.club/127.0.0.1 -address=/canonch.pro/127.0.0.1 -address=/casinohacksforyou.com/127.0.0.1 -address=/cauthuny.net/127.0.0.1 -address=/cdnads.com/127.0.0.1 -address=/ceincreatedaughtcha.info/127.0.0.1 -address=/ceparateauab.info/127.0.0.1 -address=/certakesime.site/127.0.0.1 -address=/cespousseluniv.info/127.0.0.1 -address=/changement.pro/127.0.0.1 -address=/chengaib.net/127.0.0.1 -address=/choorgiw.net/127.0.0.1 -address=/chugagre.com/127.0.0.1 -address=/ckardwithinktab.info/127.0.0.1 -address=/clickathere.com/127.0.0.1 -address=/clickcdn.co/127.0.0.1 -address=/collectpush.com/127.0.0.1 -address=/compensions.pro/127.0.0.1 -address=/counevan.pro/127.0.0.1 -address=/countertrck.com/127.0.0.1 -address=/cpalabtracking.com/127.0.0.1 -address=/cpcmart.com/127.0.0.1 -address=/criminglynuk.pro/127.0.0.1 -address=/cryartarm.online/127.0.0.1 -address=/cssimplicanab.info/127.0.0.1 -address=/ctsjackupspete.info/127.0.0.1 -address=/culreelt.com/127.0.0.1 -address=/cupallask.site/127.0.0.1 -address=/cutopportings.info/127.0.0.1 -address=/cyneburg-yam.com/127.0.0.1 -address=/dacoloment.pro/127.0.0.1 -address=/dainaith.net/127.0.0.1 -address=/dardwebertoha.info/127.0.0.1 -address=/dating2cloud.org/127.0.0.1 -address=/dcontonalscho.info/127.0.0.1 -address=/dddomainccc.com/127.0.0.1 -address=/decisionediv.site/127.0.0.1 -address=/delainlygoverhe.info/127.0.0.1 -address=/denotatorum.site/127.0.0.1 -address=/desigactinific.pro/127.0.0.1 -address=/dgafgadsgkjg.top/127.0.0.1 -address=/diantcummiere.info/127.0.0.1 -address=/dimessing-parker.com/127.0.0.1 -address=/dingsincernett.info/127.0.0.1 -address=/discoverapp.xyz/127.0.0.1 -address=/ditookry.com/127.0.0.1 -address=/dmastescaugh.info/127.0.0.1 -address=/dolsoste.com/127.0.0.1 -address=/domisesvivin.info/127.0.0.1 -address=/dooptoug.net/127.0.0.1 -address=/dorthuredwardles.info/127.0.0.1 -address=/dortoolr.com/127.0.0.1 -address=/duchoono.com/127.0.0.1 -address=/duhochid.net/127.0.0.1 -address=/duxumpou.com/127.0.0.1 -address=/e2ertt.com/127.0.0.1 -address=/echoazou.com/127.0.0.1 -address=/edcritessuspi.info/127.0.0.1 -address=/edencourtbrita.info/127.0.0.1 -address=/edoutoam.net/127.0.0.1 -address=/edvforeveretest.info/127.0.0.1 -address=/eeltaung.com/127.0.0.1 -address=/eengaums.com/127.0.0.1 -address=/eergurty.net/127.0.0.1 -address=/eforeantheirma.info/127.0.0.1 -address=/egroacho.com/127.0.0.1 -address=/elastinabuker.site/127.0.0.1 -address=/eleasuredfas.info/127.0.0.1 -address=/ememoricane.info/127.0.0.1 -address=/encountryf.pro/127.0.0.1 -address=/enormitteen.pro/127.0.0.1 -address=/enseptedsome.info/127.0.0.1 -address=/entstronicsform.info/127.0.0.1 -address=/entualagreetsd.info/127.0.0.1 -address=/epresententifi.info/127.0.0.1 -address=/eralsstroying.info/127.0.0.1 -address=/eraltradiansid.info/127.0.0.1 -address=/erkhxw.com/127.0.0.1 -address=/erversarycompa.info/127.0.0.1 -address=/esauwoan.com/127.0.0.1 -address=/estionexperime.info/127.0.0.1 -address=/eunformeranothe.info/127.0.0.1 -address=/eyhempsedinte.info/127.0.0.1 -address=/fadsans.com/127.0.0.1 -address=/fadsanz.com/127.0.0.1 -address=/fadsecs.com/127.0.0.1 -address=/fadsims.com/127.0.0.1 -address=/fadsips.com/127.0.0.1 -address=/fadslims.com/127.0.0.1 -address=/fadsoks.com/127.0.0.1 -address=/fadspmz.com/127.0.0.1 -address=/fagmomqua.site/127.0.0.1 -address=/fazoumee.net/127.0.0.1 -address=/feed.r-tb.com/127.0.0.1 -address=/feed777.me/127.0.0.1 -address=/feelineweatyeng.info/127.0.0.1 -address=/ffortyimagist.info/127.0.0.1 -address=/fishkekcamp.info/127.0.0.1 -address=/fixsirrod.site/127.0.0.1 -address=/flowwiththetide.xyz/127.0.0.1 -address=/fufoatch.com/127.0.0.1 -address=/fuyuap.xyz/127.0.0.1 -address=/g2afse.com/127.0.0.1 -address=/gadsans.com/127.0.0.1 -address=/gadsanz.com/127.0.0.1 -address=/gadsats.com/127.0.0.1 -address=/gadsecz.com/127.0.0.1 -address=/gadsimz.com/127.0.0.1 -address=/gadsipz.com/127.0.0.1 -address=/gadskis.com/127.0.0.1 -address=/gadsokz.com/127.0.0.1 -address=/gapsfartrely.best/127.0.0.1 -address=/gardoult.com/127.0.0.1 -address=/gdmconvtrck.com/127.0.0.1 -address=/gebralefukim.site/127.0.0.1 -address=/gedspecificano.info/127.0.0.1 -address=/gleergie.net/127.0.0.1 -address=/global-surveys.co/127.0.0.1 -address=/globwo.online/127.0.0.1 -address=/glomseci.com/127.0.0.1 -address=/gludraus.com/127.0.0.1 -address=/go2.global/127.0.0.1 -address=/gobovoul.net/127.0.0.1 -address=/gongeeta.net/127.0.0.1 -address=/gragliapastri.info/127.0.0.1 -address=/grampouz.net/127.0.0.1 -address=/graunada.com/127.0.0.1 -address=/grementessenti.info/127.0.0.1 -address=/grexoacu.com/127.0.0.1 -address=/groackam.com/127.0.0.1 -address=/grubsoan.com/127.0.0.1 -address=/h3btqpy2abc3.com/127.0.0.1 -address=/haftobso.net/127.0.0.1 -address=/hamadotax.site/127.0.0.1 -address=/haypaydig.club/127.0.0.1 -address=/heckagny.com/127.0.0.1 -address=/himselvepostly.site/127.0.0.1 -address=/hoosorie.com/127.0.0.1 -address=/hounicuy.com/127.0.0.1 -address=/housandady.site/127.0.0.1 -address=/housopsi.net/127.0.0.1 -address=/huckauhy.com/127.0.0.1 -address=/hwhiffonprotect.info/127.0.0.1 -address=/ideliv.net/127.0.0.1 -address=/iglaique.net/127.0.0.1 -address=/imounsos.com/127.0.0.1 -address=/ingdaughtexam.info/127.0.0.1 -address=/ingprographyt.info/127.0.0.1 -address=/inpagepush.com/127.0.0.1 -address=/instantresp.com/127.0.0.1 -address=/inwig3aqg9xq.com/127.0.0.1 -address=/ionrefreshotsev.info/127.0.0.1 -address=/ipsoorel.com/127.0.0.1 -address=/iulianus-mon.com/127.0.0.1 -address=/jahediretictho.info/127.0.0.1 -address=/jamestop.xyz/127.0.0.1 -address=/jaugloup.com/127.0.0.1 -address=/jechesmacaltont.info/127.0.0.1 -address=/jicmutse.com/127.0.0.1 -address=/jinsoopt.net/127.0.0.1 -address=/joawapti.net/127.0.0.1 -address=/justookr.net/127.0.0.1 -address=/katerigordas.pro/127.0.0.1 -address=/kaukoany.net/127.0.0.1 -address=/kcampairsang.info/127.0.0.1 -address=/keepaira.net/127.0.0.1 -address=/kegpoihat.club/127.0.0.1 -address=/ketstheralinver.info/127.0.0.1 -address=/kitferdog.site/127.0.0.1 -address=/knottishhuntilc.info/127.0.0.1 -address=/koocaucy.com/127.0.0.1 -address=/koutobey.net/127.0.0.1 -address=/kudzuphloemgunk.tech/127.0.0.1 -address=/kumanaun.net/127.0.0.1 -address=/labortiontrifee.info/127.0.0.1 -address=/ladsdown.com/127.0.0.1 -address=/laichaim.net/127.0.0.1 -address=/lassistslegisten.info/127.0.0.1 -address=/ldevillaechildren.info/127.0.0.1 -address=/leathtexactlycin.info/127.0.0.1 -address=/lebkeresxa.ml/127.0.0.1 -address=/leontius-eli.com/127.0.0.1 -address=/lessite.pro/127.0.0.1 -address=/linkev.com/127.0.0.1 -address=/loaphour.com/127.0.0.1 -address=/locothet.com/127.0.0.1 -address=/loobusir.com/127.0.0.1 -address=/lutachechu.pro/127.0.0.1 -address=/lynormationpas.info/127.0.0.1 -address=/lyzenoti.pro/127.0.0.1 -address=/madplypie.club/127.0.0.1 -address=/madsans.com/127.0.0.1 -address=/maihaimo.com/127.0.0.1 -address=/maipoted.com/127.0.0.1 -address=/mauzobou.net/127.0.0.1 -address=/mbethnarrowe.info/127.0.0.1 -address=/mbledeparatea.info/127.0.0.1 -address=/meehaina.net/127.0.0.1 -address=/megmobpoi.club/127.0.0.1 -address=/melo.space/127.0.0.1 -address=/metricfast.com/127.0.0.1 -address=/mewnetwag.site/127.0.0.1 -address=/mibsooks.net/127.0.0.1 -address=/mikrairs.com/127.0.0.1 -address=/mirafaren.pw/127.0.0.1 -address=/moapteeg.net/127.0.0.1 -address=/mob1ledev1ces.com/127.0.0.1 -address=/moderningvigil.pro/127.0.0.1 -address=/monadplug.com/127.0.0.1 -address=/mopushy.com/127.0.0.1 -address=/mozgvya.com/127.0.0.1 -address=/mprisedluxemb.info/127.0.0.1 -address=/mptedcazdep.info/127.0.0.1 -address=/nadjustifygas.info/127.0.0.1 -address=/nailowhe.net/127.0.0.1 -address=/nbasicalbuffere.info/127.0.0.1 -address=/nbf9b5aurl.com/127.0.0.1 -address=/ncefoundanges.info/127.0.0.1 -address=/ncylegiatede.info/127.0.0.1 -address=/nelsdecademi.info/127.0.0.1 -address=/neltoole.net/127.0.0.1 -address=/nesoaghu.net/127.0.0.1 -address=/nessendencec.info/127.0.0.1 -address=/netcatx.com/127.0.0.1 -address=/netpatas.com/127.0.0.1 -address=/newvideos.xyz/127.0.0.1 -address=/nfarmerlycompa.info/127.0.0.1 -address=/ngholishingsm.info/127.0.0.1 -address=/niebrundveepursuede.info/127.0.0.1 -address=/nishathlessharr.info/127.0.0.1 -address=/nishfarmerlypas.info/127.0.0.1 -address=/nlzz7a3md4sx.com/127.0.0.1 -address=/noagloot.net/127.0.0.1 -address=/noaloheb.com/127.0.0.1 -address=/noclef.com/127.0.0.1 -address=/noglolra.com/127.0.0.1 -address=/norakseemlyntr.info/127.0.0.1 -address=/notification-centar.com/127.0.0.1 -address=/notifysrv.com/127.0.0.1 -address=/noutstancerewe.info/127.0.0.1 -address=/ntsartingaccura.info/127.0.0.1 -address=/ntsimprovide.info/127.0.0.1 -address=/oajujirg.net/127.0.0.1 -address=/obaukads.com/127.0.0.1 -address=/obefjbb4mykw.com/127.0.0.1 -address=/od0gddq27wkk.com/127.0.0.1 -address=/officultpolicit.pro/127.0.0.1 -address=/ohmchoicechi.online/127.0.0.1 -address=/olicyconsendsi.info/127.0.0.1 -address=/ommodatesjoin.info/127.0.0.1 -address=/omoaxaus.net/127.0.0.1 -address=/onalentressionw.info/127.0.0.1 -address=/onindexicowillio.info/127.0.0.1 -address=/onscribedpastrong.info/127.0.0.1 -address=/ooxoatse.com/127.0.0.1 -address=/ophoahik.net/127.0.0.1 -address=/optvx.com/127.0.0.1 -address=/oratedencourse.info/127.0.0.1 -address=/oratorsresente.info/127.0.0.1 -address=/orcjagpox.com/127.0.0.1 -address=/ortantchangem.info/127.0.0.1 -address=/oselyprepartie.info/127.0.0.1 -address=/osmondards.pro/127.0.0.1 -address=/otsurvedchange.info/127.0.0.1 -address=/oughgoalityabo.info/127.0.0.1 -address=/ountapaveralle.info/127.0.0.1 -address=/ouzoadru.net/127.0.0.1 -address=/overribleintena.info/127.0.0.1 -address=/oweverycanvas.info/127.0.0.1 -address=/padsabz.com/127.0.0.1 -address=/padsatz.com/127.0.0.1 -address=/padsecs.com/127.0.0.1 -address=/pagiwp.com/127.0.0.1 -address=/pagnookr.net/127.0.0.1 -address=/parketbedde.info/127.0.0.1 -address=/pasaigul.com/127.0.0.1 -address=/paula-secundinus.com/127.0.0.1 -address=/paveralleycoun.info/127.0.0.1 -address=/peethobo.com/127.0.0.1 -address=/performanceonclick.com/127.0.0.1 -address=/petchesa.net/127.0.0.1 -address=/pgradualirelev.info/127.0.0.1 -address=/phabsoun.net/127.0.0.1 -address=/pharougn.com/127.0.0.1 -address=/pheekrie.com/127.0.0.1 -address=/pheevoug.com/127.0.0.1 -address=/phookree.com/127.0.0.1 -address=/plyvitablesagree.info/127.0.0.1 -address=/poleonaryprac.info/127.0.0.1 -address=/portedlysarcatc.info/127.0.0.1 -address=/possipationd.info/127.0.0.1 -address=/poubotem.com/127.0.0.1 -address=/poudeeri.com/127.0.0.1 -address=/powerapp.download/127.0.0.1 -address=/poxeemso.com/127.0.0.1 -address=/prevealhealth.info/127.0.0.1 -address=/productorbash.info/127.0.0.1 -address=/productorsy.pro/127.0.0.1 -address=/provisituske.site/127.0.0.1 -address=/pryrhoohs.site/127.0.0.1 -address=/psoaksoo.com/127.0.0.1 -address=/psoanouy.net/127.0.0.1 -address=/ptaivain.net/127.0.0.1 -address=/ptiftoud.com/127.0.0.1 -address=/ptogheeb.net/127.0.0.1 -address=/ptoulsey.com/127.0.0.1 -address=/puntoenun.site/127.0.0.1 -address=/push.house/127.0.0.1 -address=/pushpush.net/127.0.0.1 -address=/pushworldtool.com/127.0.0.1 -address=/rdsb2.club/127.0.0.1 -address=/realsrv.com/127.0.0.1 -address=/realtime-bid.com/127.0.0.1 -address=/reasonalattracke.info/127.0.0.1 -address=/redads.biz/127.0.0.1 -address=/redappeneticfr.info/127.0.0.1 -address=/redewdit.pro/127.0.0.1 -address=/redirect2719.ws/127.0.0.1 -address=/refunsiy.net/127.0.0.1 -address=/replentcautiful.info/127.0.0.1 -address=/resbargarettybe.info/127.0.0.1 -address=/returnessety.site/127.0.0.1 -address=/revolutelyplan.info/127.0.0.1 -address=/rexadvert.xyz/127.0.0.1 -address=/rgvqcsxqge.com/127.0.0.1 -address=/rheaddelainlyco.info/127.0.0.1 -address=/riahungardedig.info/127.0.0.1 -address=/ridgelorridorsag.info/127.0.0.1 -address=/rinedcountilconsiden.info/127.0.0.1 -address=/rintellsfundrew.info/127.0.0.1 -address=/ripslifestassoci.info/127.0.0.1 -address=/riptukri.net/127.0.0.1 -address=/rizeintellingente.info/127.0.0.1 -address=/robjamguy.club/127.0.0.1 -address=/ronoutom.net/127.0.0.1 -address=/roustast.net/127.0.0.1 -address=/routeme.one/127.0.0.1 -address=/routeserve.info/127.0.0.1 -address=/rsleaderingmu.info/127.0.0.1 -address=/runmeethoomes.info/127.0.0.1 -address=/rydresa.info/127.0.0.1 -address=/sadorsagreeng.info/127.0.0.1 -address=/sadsecz.com/127.0.0.1 -address=/santrateduk.site/127.0.0.1 -address=/sapsixysho.pro/127.0.0.1 -address=/searchmulty.com/127.0.0.1 -address=/securecloud-dt.com/127.0.0.1 -address=/seepsocu.net/127.0.0.1 -address=/sexagogal.site/127.0.0.1 -address=/sgftrrs.com/127.0.0.1 -address=/shenouth.com/127.0.0.1 -address=/shiptoud.com/127.0.0.1 -address=/shoawhom.com/127.0.0.1 -address=/silsfrastinggove.info/127.0.0.1 -address=/singthouthappi.info/127.0.0.1 -address=/sisewepod.com/127.0.0.1 -address=/sisterncoalitical.info/127.0.0.1 -address=/smenqskfmpfxnb.bid/127.0.0.1 -address=/soagrist.net/127.0.0.1 -address=/soofeest.net/127.0.0.1 -address=/sousaira.com/127.0.0.1 -address=/spentalwithinga.info/127.0.0.1 -address=/ssqualismother.info/127.0.0.1 -address=/stargoug.com/127.0.0.1 -address=/stoassod.com/127.0.0.1 -address=/stonseeb.net/127.0.0.1 -address=/streamclub.best/127.0.0.1 -address=/streamclub.fun/127.0.0.1 -address=/styheremo.site/127.0.0.1 -address=/supertrackingz.com/127.0.0.1 -address=/surfacecharo.info/127.0.0.1 -address=/taifouwo.com/127.0.0.1 -address=/tamechangekn.info/127.0.0.1 -address=/tarawerap.com/127.0.0.1 -address=/tartoals.net/127.0.0.1 -address=/taryarguestio.info/127.0.0.1 -address=/televeniesuc.pro/127.0.0.1 -address=/tentdinationgab.info/127.0.0.1 -address=/terialnevitiesini.info/127.0.0.1 -address=/thamsais.com/127.0.0.1 -address=/theeburs.com/127.0.0.1 -address=/thefastpush.com/127.0.0.1 -address=/thefuncoolstuff.com/127.0.0.1 -address=/themselvebu.site/127.0.0.1 -address=/thigeeph.com/127.0.0.1 -address=/thighiny.com/127.0.0.1 -address=/thimoaph.net/127.0.0.1 -address=/thitegnu.net/127.0.0.1 -address=/thodsserentlya.info/127.0.0.1 -address=/thomagejut.site/127.0.0.1 -address=/tifybecausingp.info/127.0.0.1 -address=/tionpronomyim.info/127.0.0.1 -address=/tiveacquisitsprett.info/127.0.0.1 -address=/toapsira.net/127.0.0.1 -address=/tonewithough.info/127.0.0.1 -address=/totogetica.com/127.0.0.1 -address=/trackingzen.com/127.0.0.1 -address=/trackspeeder.com/127.0.0.1 -address=/trkunited.com/127.0.0.1 -address=/tujestimater.pro/127.0.0.1 -address=/uagesspecifica.info/127.0.0.1 -address=/ufoukolt.com/127.0.0.1 -address=/ugoupams.com/127.0.0.1 -address=/uinelypresse.info/127.0.0.1 -address=/ukcomparends.pro/127.0.0.1 -address=/ummerciseha.info/127.0.0.1 -address=/untridrisa.cf/127.0.0.1 -address=/upush.co/127.0.0.1 -address=/uremechangec.info/127.0.0.1 -address=/urgwritishimpos.info/127.0.0.1 -address=/ushooque.net/127.0.0.1 -address=/uthworkreaseu.info/127.0.0.1 -address=/utpenedwritted.info/127.0.0.1 -address=/utstancecaricit.info/127.0.0.1 -address=/veewakim.net/127.0.0.1 -address=/veremund-hon.com/127.0.0.1 -address=/viatepigan.com/127.0.0.1 -address=/viebitgreasy.email/127.0.0.1 -address=/vimdiebid.club/127.0.0.1 -address=/virashux.net/127.0.0.1 -address=/vixirtab.com/127.0.0.1 -address=/vknrfwwxhxaxupqp.pro/127.0.0.1 -address=/voluumtracker.com/127.0.0.1 -address=/wacucmiy.net/127.0.0.1 -address=/wadsotch.com/127.0.0.1 -address=/wagoapse.com/127.0.0.1 -address=/wahamtou.net/127.0.0.1 -address=/waitingpresen.info/127.0.0.1 -address=/warsalsintrol.site/127.0.0.1 -address=/watchingssui.info/127.0.0.1 -address=/waugeboa.net/127.0.0.1 -address=/weegebul.net/127.0.0.1 -address=/weethery.com/127.0.0.1 -address=/whadaupo.net/127.0.0.1 -address=/whaustou.net/127.0.0.1 -address=/wheessoo.com/127.0.0.1 -address=/whoshood.com/127.0.0.1 -address=/wimsocou.com/127.0.0.1 -address=/wizwarsum.site/127.0.0.1 -address=/woogoust.com/127.0.0.1 -address=/woovooza.net/127.0.0.1 -address=/wrongerababan.info/127.0.0.1 -address=/xmlppcbuzz.com/127.0.0.1 -address=/yeprimlax.club/127.0.0.1 -address=/yinsterkneeline.info/127.0.0.1 -address=/z501lpfg9x8v.com/127.0.0.1 -address=/zaivikuk.com/127.0.0.1 -address=/zaugroaw.net/127.0.0.1 -address=/zaushegi.net/127.0.0.1 -address=/zrnedsainsteady.info/127.0.0.1 -address=/zudrurta.com/127.0.0.1 -address=/46.165.197.153/127.0.0.1 -address=/46.165.197.231/127.0.0.1 -address=/74.117.182.77/127.0.0.1 -address=/78.140.131.214/127.0.0.1 -address=/apopgo.com/127.0.0.1 -address=/arrowbucket.co/127.0.0.1 -address=/burporess.pro/127.0.0.1 -address=/clearadnetwork.com/127.0.0.1 -address=/clkrev.com/127.0.0.1 -address=/shillivee.pro/127.0.0.1 -address=/steepto.com/127.0.0.1 -address=/adminpromotion.com/127.0.0.1 -address=/adsalesforce.com/127.0.0.1 -address=/amazingfunnvideos.com/127.0.0.1 -address=/automationeventually.com/127.0.0.1 -address=/blissfulonline.com/127.0.0.1 -address=/capsuledaily.com/127.0.0.1 -address=/chanelets-aurning.com/127.0.0.1 -address=/clickercollections.com/127.0.0.1 -address=/clubpenguinclub.com/127.0.0.1 -address=/commercedirections.com/127.0.0.1 -address=/dialgold.com/127.0.0.1 -address=/effectivelyreport.com/127.0.0.1 -address=/gangidance.com/127.0.0.1 -address=/gladiatorbugs.com/127.0.0.1 -address=/greenmentioned.com/127.0.0.1 -address=/gunnersalmighty.com/127.0.0.1 -address=/happylifebab.com/127.0.0.1 -address=/hilltopgo.com/127.0.0.1 -address=/hugexdeal.com/127.0.0.1 -address=/includeinthebox.com/127.0.0.1 -address=/jasonsvid.com/127.0.0.1 -address=/libreriamedina.com/127.0.0.1 -address=/magararepublic.com/127.0.0.1 -address=/manorparty.com/127.0.0.1 -address=/menuexamples.com/127.0.0.1 -address=/myaarzoo.com/127.0.0.1 -address=/naughtyxparty.com/127.0.0.1 -address=/pennyotcstock.com/127.0.0.1 -address=/requestingreview.com/127.0.0.1 -address=/robovoiz.com/127.0.0.1 -address=/romeoforum.com/127.0.0.1 -address=/safeonlinesites.com/127.0.0.1 -address=/salemyticket.com/127.0.0.1 -address=/softxbutt.com/127.0.0.1 -address=/taodropship.com/127.0.0.1 -address=/thegreenzoneblog.com/127.0.0.1 -address=/ticktockhealth.com/127.0.0.1 -address=/topgreatxoffers.com/127.0.0.1 -address=/trackmackweldon.com/127.0.0.1 -address=/trafficshirts.com/127.0.0.1 -address=/travelstool.com/127.0.0.1 -address=/upcum.com/127.0.0.1 -address=/wallpapersfacts.com/127.0.0.1 -address=/wholesomehealthshop.com/127.0.0.1 -address=/167.206.10.148/127.0.0.1 -address=/acrabakasaka.com/127.0.0.1 -address=/ajkelra.com/127.0.0.1 -address=/akailoparzapi.com/127.0.0.1 -address=/akrazappi.com/127.0.0.1 -address=/alabardak.com/127.0.0.1 -address=/albertonne.com/127.0.0.1 -address=/arganostrella.com/127.0.0.1 -address=/atarshaboor.com/127.0.0.1 -address=/avalhukof.com/127.0.0.1 -address=/badokal.com/127.0.0.1 -address=/banomago.com/127.0.0.1 -address=/bapalolo.com/127.0.0.1 -address=/bapaquac.com/127.0.0.1 -address=/beglorena.com/127.0.0.1 -address=/bidoraln.com/127.0.0.1 -address=/bobarilla.com/127.0.0.1 -address=/boerilav.com/127.0.0.1 -address=/boiceta.com/127.0.0.1 -address=/bokilora.com/127.0.0.1 -address=/bolkazoopa.com/127.0.0.1 -address=/bondinra.com/127.0.0.1 -address=/borazita.com/127.0.0.1 -address=/bulbazoa.com/127.0.0.1 -address=/camtinolc.com/127.0.0.1 -address=/carutinv.com/127.0.0.1 -address=/chukalapopi.com/127.0.0.1 -address=/chukalorqa.com/127.0.0.1 -address=/ciridola.com/127.0.0.1 -address=/civitik.com/127.0.0.1 -address=/dagasaka.com/127.0.0.1 -address=/daghashmal.com/127.0.0.1 -address=/dbvault.net/127.0.0.1 -address=/dinovala.com/127.0.0.1 -address=/dodatova.com/127.0.0.1 -address=/dokaboka.com/127.0.0.1 -address=/dorapodorasham.com/127.0.0.1 -address=/dragolosa.com/127.0.0.1 -address=/drogomet.com/127.0.0.1 -address=/durazopa.com/127.0.0.1 -address=/egolina.com/127.0.0.1 -address=/erogaliv.com/127.0.0.1 -address=/foditgoz.com/127.0.0.1 -address=/forkitz.com/127.0.0.1 -address=/forkizata.com/127.0.0.1 -address=/forkmola.com/127.0.0.1 -address=/fulhudhoo.com/127.0.0.1 -address=/gamzetov.com/127.0.0.1 -address=/godibarl.com/127.0.0.1 -address=/golizoli.com/127.0.0.1 -address=/golokavi.com/127.0.0.1 -address=/haklopar.com/127.0.0.1 -address=/hariqavi.com/127.0.0.1 -address=/hirovivi.com/127.0.0.1 -address=/horheloopo.com/127.0.0.1 -address=/jerotidv.com/127.0.0.1 -address=/jilabukurlabu.com/127.0.0.1 -address=/jingavot.com/127.0.0.1 -address=/jojilabola.com/127.0.0.1 -address=/joribobo.com/127.0.0.1 -address=/jorjodika.com/127.0.0.1 -address=/kaidop.com/127.0.0.1 -address=/kalmloda.com/127.0.0.1 -address=/kilomansa.com/127.0.0.1 -address=/kilorama.com/127.0.0.1 -address=/kirilaboola.com/127.0.0.1 -address=/kofpag.com/127.0.0.1 -address=/kokilopi.com/127.0.0.1 -address=/kolimanq.com/127.0.0.1 -address=/koltruah.com/127.0.0.1 -address=/kompilukabalazooka.com/127.0.0.1 -address=/korketople.com/127.0.0.1 -address=/korkilazoopi.com/127.0.0.1 -address=/krakeshlaja.com/127.0.0.1 -address=/ktoloto.com/127.0.0.1 -address=/kuchebraska.com/127.0.0.1 -address=/kulkaridoopi.com/127.0.0.1 -address=/kulkerbolda.com/127.0.0.1 -address=/kulkulta.com/127.0.0.1 -address=/kullalabulla.com/127.0.0.1 -address=/kurkizraka.com/127.0.0.1 -address=/kurlikburlik.com/127.0.0.1 -address=/kuzalooza.com/127.0.0.1 -address=/liktirov.com/127.0.0.1 -address=/lokipodi.com/127.0.0.1 -address=/lokspeedarma.com/127.0.0.1 -address=/lulpolopolo.com/127.0.0.1 -address=/majosita.com/127.0.0.1 -address=/maokdata.com/127.0.0.1 -address=/measurementaz.com/127.0.0.1 -address=/megahrepsh.com/127.0.0.1 -address=/melahorgani.com/127.0.0.1 -address=/milparota.com/127.0.0.1 -address=/mitotach.com/127.0.0.1 -address=/mojigaga.com/127.0.0.1 -address=/monijorb.com/127.0.0.1 -address=/moninosa.com/127.0.0.1 -address=/morbitempus.com/127.0.0.1 -address=/moritava.com/127.0.0.1 -address=/mujilora.com/127.0.0.1 -address=/namitol.com/127.0.0.1 -address=/nanuyalailai.com/127.0.0.1 -address=/nepohita.com/127.0.0.1 -address=/nidorivo.com/127.0.0.1 -address=/niholaev.com/127.0.0.1 -address=/nimdinb.com/127.0.0.1 -address=/nitigoly.com/127.0.0.1 -address=/oddomane.com/127.0.0.1 -address=/opaalopaa.com/127.0.0.1 -address=/opjalajamak.com/127.0.0.1 -address=/paholita.com/127.0.0.1 -address=/perahbashmama.com/127.0.0.1 -address=/pipilazipi.com/127.0.0.1 -address=/pipilida.com/127.0.0.1 -address=/pitatagata.com/127.0.0.1 -address=/pompazilla.com/127.0.0.1 -address=/poratav.com/127.0.0.1 -address=/prikolizdesa.com/127.0.0.1 -address=/pukrazopchatka.com/127.0.0.1 -address=/pypozeqi.com/127.0.0.1 -address=/qaquzakalaka.com/127.0.0.1 -address=/qawiman.com/127.0.0.1 -address=/qewisoti.com/127.0.0.1 -address=/quavomi.com/127.0.0.1 -address=/rapizoda.com/127.0.0.1 -address=/ratkalol.com/127.0.0.1 -address=/reqpostanza.com/127.0.0.1 -address=/rewapala.com/127.0.0.1 -address=/rezilopompa.com/127.0.0.1 -address=/ripalazc.com/127.0.0.1 -address=/rodirola.com/127.0.0.1 -address=/rolkakuksa.com/127.0.0.1 -address=/scrappykoko.com/127.0.0.1 -address=/senolati.com/127.0.0.1 -address=/shmonekisot.com/127.0.0.1 -address=/shokala.com/127.0.0.1 -address=/shoxyloxi.com/127.0.0.1 -address=/tantella.com/127.0.0.1 -address=/tenlokif.com/127.0.0.1 -address=/tijorari.com/127.0.0.1 -address=/tikrailijorj.com/127.0.0.1 -address=/tilosman.com/127.0.0.1 -address=/tinkerta.com/127.0.0.1 -address=/tokaripupsi.com/127.0.0.1 -address=/tollibolli.com/127.0.0.1 -address=/totachrl.com/127.0.0.1 -address=/trasholita.com/127.0.0.1 -address=/trikroacha.com/127.0.0.1 -address=/udorik.com/127.0.0.1 -address=/ufraton.com/127.0.0.1 -address=/ukatoe.com/127.0.0.1 -address=/ulajilala.com/127.0.0.1 -address=/upnorma.com/127.0.0.1 -address=/uralap.com/127.0.0.1 -address=/utazwa.com/127.0.0.1 -address=/utorido.com/127.0.0.1 -address=/uzekrs.com/127.0.0.1 -address=/uzotarak.com/127.0.0.1 -address=/venonita.com/127.0.0.1 -address=/wakapita.com/127.0.0.1 -address=/wodipaca.com/127.0.0.1 -address=/wodizapt.com/127.0.0.1 -address=/xeozir.com/127.0.0.1 -address=/yaboshadi.com/127.0.0.1 -address=/yallboen.com/127.0.0.1 -address=/yeshhaod.com/127.0.0.1 -address=/yuituityula.com/127.0.0.1 -address=/zarazazapolaza.com/127.0.0.1 -address=/zepozipo.com/127.0.0.1 -address=/zilzolachi.com/127.0.0.1 -address=/zinovila.com/127.0.0.1 -address=/zipovoma.com/127.0.0.1 -address=/zirobata.com/127.0.0.1 -address=/zogzogolla.com/127.0.0.1 -address=/zonolali.com/127.0.0.1 -address=/zorbikala.com/127.0.0.1 -address=/zortinah.com/127.0.0.1 -address=/zozolilla.com/127.0.0.1 -address=/zukabota.com/127.0.0.1 -address=/arana.pw/127.0.0.1 -address=/beiren.xyz/127.0.0.1 -address=/daecan.xyz/127.0.0.1 -address=/daero.pw/127.0.0.1 -address=/daethana.pw/127.0.0.1 -address=/elabalar.pw/127.0.0.1 -address=/elmenor.xyz/127.0.0.1 -address=/farpeiros.pw/127.0.0.1 -address=/galiowen.com/127.0.0.1 -address=/gilzana.pw/127.0.0.1 -address=/glynzumin.pw/127.0.0.1 -address=/grebanise.pw/127.0.0.1 -address=/ianhice.pw/127.0.0.1 -address=/ianxalim.pw/127.0.0.1 -address=/iarfina.pw/127.0.0.1 -address=/iarvyre.pw/127.0.0.1 -address=/ilinan.xyz/127.0.0.1 -address=/inaharice.pw/127.0.0.1 -address=/inastina.pw/127.0.0.1 -address=/jomys.xyz/127.0.0.1 -address=/keaven.pw/127.0.0.1 -address=/kelris.pw/127.0.0.1 -address=/keymaris.com/127.0.0.1 -address=/liacyne.pw/127.0.0.1 -address=/miakalyn.pw/127.0.0.1 -address=/miastina.pw/127.0.0.1 -address=/miracan.pw/127.0.0.1 -address=/naetoris.pw/127.0.0.1 -address=/nornelis.pw/127.0.0.1 -address=/ololen.pw/127.0.0.1 -address=/omaceran.pw/127.0.0.1 -address=/omafaren.pw/127.0.0.1 -address=/omaris.pw/127.0.0.1 -address=/perkas.pw/127.0.0.1 -address=/ralozorwyn.pw/127.0.0.1 -address=/sarjor.pw/127.0.0.1 -address=/thefaren.pw/127.0.0.1 -address=/thenelis.pw/127.0.0.1 -address=/urifiel.pw/127.0.0.1 -address=/valkrana.xyz/127.0.0.1 -address=/wysara.pw/127.0.0.1 -address=/yinmyar.xyz/127.0.0.1 -address=/yllanala.pw/127.0.0.1 -address=/yllasatra.xyz/127.0.0.1 -address=/zinlar.pw/127.0.0.1 -address=/zumhice.pw/127.0.0.1 -address=/459517eb349739b.com/127.0.0.1 -address=/551f044b1a3f4ef.com/127.0.0.1 -address=/ae7c783736eb2ff.com/127.0.0.1 -address=/abrsamar.com/127.0.0.1 -address=/aclickads.com/127.0.0.1 -address=/adbidgo.com/127.0.0.1 -address=/adplexo.com/127.0.0.1 -address=/adservi.com/127.0.0.1 -address=/aebadu.com/127.0.0.1 -address=/bebadu.com/127.0.0.1 -address=/billionpops.com/127.0.0.1 -address=/cebadu.com/127.0.0.1 -address=/clcknpop.com/127.0.0.1 -address=/clickadin.com/127.0.0.1 -address=/clickbigo.com/127.0.0.1 -address=/clmcom.com/127.0.0.1 -address=/coocopop.com/127.0.0.1 -address=/crptgate.com/127.0.0.1 -address=/debadu.com/127.0.0.1 -address=/dlsear.com/127.0.0.1 -address=/doubledeepclick.com/127.0.0.1 -address=/doublelimpup.com/127.0.0.1 -address=/dsp.wtf/127.0.0.1 -address=/earnbigo.com/127.0.0.1 -address=/eoredi.com/127.0.0.1 -address=/fastpopclick.com/127.0.0.1 -address=/fastpopunder.com/127.0.0.1 -address=/febadu.com/127.0.0.1 -address=/fedsit.com/127.0.0.1 -address=/foxypp.com/127.0.0.1 -address=/fsitel.com/127.0.0.1 -address=/furmnas.com/127.0.0.1 -address=/gebadu.com/127.0.0.1 -address=/goredi.com/127.0.0.1 -address=/hebadu.com/127.0.0.1 -address=/hiblcom.com/127.0.0.1 -address=/horedi.com/127.0.0.1 -address=/hypoot.com/127.0.0.1 -address=/iddpop.com/127.0.0.1 -address=/iendoo.com/127.0.0.1 -address=/ioredi.com/127.0.0.1 -address=/isupopc.com/127.0.0.1 -address=/iupot.com/127.0.0.1 -address=/jebadu.com/127.0.0.1 -address=/joredi.com/127.0.0.1 -address=/joredii.com/127.0.0.1 -address=/koncbabae.com/127.0.0.1 -address=/koradu.com/127.0.0.1 -address=/lupoot.com/127.0.0.1 -address=/mdlsite.com/127.0.0.1 -address=/moomoopop.com/127.0.0.1 -address=/moradu.com/127.0.0.1 -address=/nebadu.com/127.0.0.1 -address=/nkmsite.com/127.0.0.1 -address=/nupoot.com/127.0.0.1 -address=/oebadu.com/127.0.0.1 -address=/oktpage.com/127.0.0.1 -address=/ooredi.com/127.0.0.1 -address=/pebadu.com/127.0.0.1 -address=/platado.com/127.0.0.1 -address=/popcain.com/127.0.0.1 -address=/popuexo.com/127.0.0.1 -address=/poredii.com/127.0.0.1 -address=/ppcashpop.com/127.0.0.1 -address=/profbigo.com/127.0.0.1 -address=/propbigo.com/127.0.0.1 -address=/pttsite.com/127.0.0.1 -address=/qebodu.com/127.0.0.1 -address=/qoredi.com/127.0.0.1 -address=/revbigo.com/127.0.0.1 -address=/roredi.com/127.0.0.1 -address=/sebadu.com/127.0.0.1 -address=/shareitpp.com/127.0.0.1 -address=/sitegoto.com/127.0.0.1 -address=/sitemnk.com/127.0.0.1 -address=/siterdm.com/127.0.0.1 -address=/sitetoway.com/127.0.0.1 -address=/soonbigo.com/127.0.0.1 -address=/sscashpop.com/127.0.0.1 -address=/svsub.com/127.0.0.1 -address=/syndicpop.com/127.0.0.1 -address=/syndopop.com/127.0.0.1 -address=/tebadu.com/127.0.0.1 -address=/terroppop.com/127.0.0.1 -address=/thterras.com/127.0.0.1 -address=/tosfeed.com/127.0.0.1 -address=/tplpages.com/127.0.0.1 -address=/trmnsite.com/127.0.0.1 -address=/tsandycateup.com/127.0.0.1 -address=/uebadu.com/127.0.0.1 -address=/uoredi.com/127.0.0.1 -address=/vebadu.com/127.0.0.1 -address=/voradu.com/127.0.0.1 -address=/voredi.com/127.0.0.1 -address=/vvcashpop.com/127.0.0.1 -address=/webodu.com/127.0.0.1 -address=/whalepp.com/127.0.0.1 -address=/woredi.com/127.0.0.1 -address=/xebadu.com/127.0.0.1 -address=/xoredi.com/127.0.0.1 -address=/xxladu.com/127.0.0.1 -address=/xxlargepop.com/127.0.0.1 -address=/xxssyndic.com/127.0.0.1 -address=/xxxadu.com/127.0.0.1 -address=/yebadu.com/127.0.0.1 -address=/yoredi.com/127.0.0.1 -address=/zavrotfro.com/127.0.0.1 -address=/abbp1.space./127.0.0.1 -address=/a.livesportmedia.eu/127.0.0.1 -address=/a.ucoz.net/127.0.0.1 -address=/a04296f070c0146f314d-0dcad72565cb350972beb3666a86f246.r50.cf5.rackcdn.com/127.0.0.1 -address=/ad.about.co.kr/127.0.0.1 -address=/ad.bitmedia.io/127.0.0.1 -address=/ad.edugram.com/127.0.0.1 -address=/ad.flux.com/127.0.0.1 -address=/ad.foxnetworks.com/127.0.0.1 -address=/ad.jamba.net/127.0.0.1 -address=/ad.livere.co.kr/127.0.0.1 -address=/ad.mesomorphosis.com/127.0.0.1 -address=/ad.netmedia.hu/127.0.0.1 -address=/ad.openmultimedia.biz/127.0.0.1 -address=/ad.outsidehub.com/127.0.0.1 -address=/ad.pickple.net/127.0.0.1 -address=/ad.proxy.sh/127.0.0.1 -address=/ad.rambler.ru/127.0.0.1 -address=/ad.reklamport.com/127.0.0.1 -address=/ad.sensismediasmart.com.au/127.0.0.1 -address=/ad.smartclip.net/127.0.0.1 -address=/ad.winningpartner.com/127.0.0.1 -address=/adingo.jp.eimg.jp/127.0.0.1 -address=/adn.ebay.com/127.0.0.1 -address=/ads.mp.mydas.mobi/127.0.0.1 -address=/ads.servebom.com/127.0.0.1 -address=/ads.tremorhub.com/127.0.0.1 -address=/adss.dotdo.net/127.0.0.1 -address=/advice-ads-cdn.vice.com/127.0.0.1 -address=/adz.zwee.ly/127.0.0.1 -address=/aff.eteachergroup.com/127.0.0.1 -address=/aff.marathonbet.com/127.0.0.1 -address=/aff.svjump.com/127.0.0.1 -address=/affiliate.heureka.cz/127.0.0.1 -address=/affiliateprogram.keywordspy.com/127.0.0.1 -address=/affiliates.allposters.com/127.0.0.1 -address=/affiliatesmedia.sbobet.com/127.0.0.1 -address=/affiliation.fotovista.com/127.0.0.1 -address=/affiliationjs.s3.amazonaws.com/127.0.0.1 -address=/airpushmarketing.s3.amazonaws.com/127.0.0.1 -address=/analytics.disneyinternational.com/127.0.0.1 -address=/ao-freegeoip.herokuapp.com/127.0.0.1 -address=/appnext-a.akamaihd.net/127.0.0.1 -address=/ard.ihookup.com/127.0.0.1 -address=/award.sitekeuring.net/127.0.0.1 -address=/b.babylon.com/127.0.0.1 -address=/banner.101xp.com/127.0.0.1 -address=/banner.3ddownloads.com/127.0.0.1 -address=/banner.europacasino.com/127.0.0.1 -address=/banner.titancasino.com/127.0.0.1 -address=/bl.wavecdn.de/127.0.0.1 -address=/blamads-assets.s3.amazonaws.com/127.0.0.1 -address=/bluhostedbanners.blucigs.com/127.0.0.1 -address=/btr.domywife.com/127.0.0.1 -address=/c.netu.tv/127.0.0.1 -address=/cas.clickability.com/127.0.0.1 -address=/cash.neweramediaworks.com/127.0.0.1 -address=/clarity.abacast.com/127.0.0.1 -address=/click.eyk.net/127.0.0.1 -address=/connect.summit.co.uk/127.0.0.1 -address=/content.livesportmedia.eu/127.0.0.1 -address=/cpm.amateurcommunity.de/127.0.0.1 -address=/creatives.inmotionhosting.com/127.0.0.1 -address=/ct.verticalhealth.net/127.0.0.1 -address=/d10lv7w3g0jvk9.cloudfront.net/127.0.0.1 -address=/d11tybz5ul8vel.cloudfront.net/127.0.0.1 -address=/d140sbu1b1m3h0.cloudfront.net/127.0.0.1 -address=/d144jmuhz9kvbq.cloudfront.net/127.0.0.1 -address=/d158nafix8anfs.cloudfront.net/127.0.0.1 -address=/d15gt9gwxw5wu0.cloudfront.net/127.0.0.1 -address=/d15kdpgjg3unno.cloudfront.net/127.0.0.1 -address=/d162nnmwf9bggr.cloudfront.net/127.0.0.1 -address=/d18xeipe1243h6.cloudfront.net/127.0.0.1 -address=/d1aezk8tun0dhm.cloudfront.net/127.0.0.1 -address=/d1aqvw7cn4ydzo.cloudfront.net/127.0.0.1 -address=/d1crt12zco2cvf.cloudfront.net/127.0.0.1 -address=/d1ebha2k07asm5.cloudfront.net/127.0.0.1 -address=/d1grtyyel8f1mh.cloudfront.net/127.0.0.1 -address=/d1i9kr6k34lyp.cloudfront.net/127.0.0.1 -address=/d1il9t8pu4dsoj.cloudfront.net/127.0.0.1 -address=/d1mbgf0ge24riu.cloudfront.net/127.0.0.1 -address=/d1n3tk65esqc4k.cloudfront.net/127.0.0.1 -address=/d1nmxiiewlx627.cloudfront.net/127.0.0.1 -address=/d1pdpbxj733bb1.cloudfront.net/127.0.0.1 -address=/d1qc76gneygidm.cloudfront.net/127.0.0.1 -address=/d1qggq1at2gusn.cloudfront.net/127.0.0.1 -address=/d1qk9ujrmkucbl.cloudfront.net/127.0.0.1 -address=/d1r90st78epsag.cloudfront.net/127.0.0.1 -address=/d1rguclfwp7nc8.cloudfront.net/127.0.0.1 -address=/d1rkf0bq85yx06.cloudfront.net/127.0.0.1 -address=/d1v99qnc7usc0g.cloudfront.net/127.0.0.1 -address=/d1wjz6mrey9f5v.cloudfront.net/127.0.0.1 -address=/d1zgderxoe1a.cloudfront.net/127.0.0.1 -address=/d21j20wsoewvjq.cloudfront.net/127.0.0.1 -address=/d22lo5bcpq2fif.cloudfront.net/127.0.0.1 -address=/d23guct4biwna6.cloudfront.net/127.0.0.1 -address=/d25dfknw9ghxs6.cloudfront.net/127.0.0.1 -address=/d25xkbr68qqtcn.cloudfront.net/127.0.0.1 -address=/d26c6kzavi5zwd.cloudfront.net/127.0.0.1 -address=/d29dbajta0the9.cloudfront.net/127.0.0.1 -address=/d29i6o40xcgdai.cloudfront.net/127.0.0.1 -address=/d2b560qq58menv.cloudfront.net/127.0.0.1 -address=/d2bgg7rjywcwsy.cloudfront.net/127.0.0.1 -address=/d2c4ylitp1qu24.cloudfront.net/127.0.0.1 -address=/d2cgumzzqhgmdu.cloudfront.net/127.0.0.1 -address=/d2d8qsxiai9qwj.cloudfront.net/127.0.0.1 -address=/d2edfzx4ay42og.cloudfront.net/127.0.0.1 -address=/d2focgxak1cn74.cloudfront.net/127.0.0.1 -address=/d2g9nmtuil60cb.cloudfront.net/127.0.0.1 -address=/d2ghscazvn398x.cloudfront.net/127.0.0.1 -address=/d2hvwfg7vv4mhf.cloudfront.net/127.0.0.1 -address=/d2izls9pm2f64q.cloudfront.net/127.0.0.1 -address=/d2kr2fnkbj2h4c.cloudfront.net/127.0.0.1 -address=/d2mic0r0bo3i6z.cloudfront.net/127.0.0.1 -address=/d2muzdhs7lpmo0.cloudfront.net/127.0.0.1 -address=/d2nlytvx51ywh9.cloudfront.net/127.0.0.1 -address=/d2nz8k4xyoudsx.cloudfront.net/127.0.0.1 -address=/d2o307dm5mqftz.cloudfront.net/127.0.0.1 -address=/d2oa97wrxvxm7y.cloudfront.net/127.0.0.1 -address=/d2pxbld8wrqyrk.cloudfront.net/127.0.0.1 -address=/d2qz7ofajpstv5.cloudfront.net/127.0.0.1 -address=/d2szg1g41jt3pq.cloudfront.net/127.0.0.1 -address=/d2taktuuo4oqx.cloudfront.net/127.0.0.1 -address=/d2va1d0hpla18n.cloudfront.net/127.0.0.1 -address=/d31vxm9ubutrmw.cloudfront.net/127.0.0.1 -address=/d32r9jwgeu9dzx.cloudfront.net/127.0.0.1 -address=/d33otidwg56k90.cloudfront.net/127.0.0.1 -address=/d34rdvn2ky3gnm.cloudfront.net/127.0.0.1 -address=/d355vwft2pa8h6.cloudfront.net/127.0.0.1 -address=/d359wjs9dpy12d.cloudfront.net/127.0.0.1 -address=/d3a42c7xs4vn3.cloudfront.net/127.0.0.1 -address=/d3ahinqqx1dy5v.cloudfront.net/127.0.0.1 -address=/d3aiy6aqoa3ykz.cloudfront.net/127.0.0.1 -address=/d3al52d8cojds7.cloudfront.net/127.0.0.1 -address=/d3dytsf4vrjn5x.cloudfront.net/127.0.0.1 -address=/d3hitamb7drqut.cloudfront.net/127.0.0.1 -address=/d3hs51abvkuanv.cloudfront.net/127.0.0.1 -address=/d3l320urli0p1u.cloudfront.net/127.0.0.1 -address=/d3lvr7yuk4uaui.cloudfront.net/127.0.0.1 -address=/d3nvrqlo8rj1kw.cloudfront.net/127.0.0.1 -address=/d3pe8wzpurrzss.cloudfront.net/127.0.0.1 -address=/d3pkae9owd2lcf.cloudfront.net/127.0.0.1 -address=/d3q33rbmdkxzj.cloudfront.net/127.0.0.1 -address=/d3uqm14ppr8tkw.cloudfront.net/127.0.0.1 -address=/d3vpf6i51y286p.cloudfront.net/127.0.0.1 -address=/d4ngwggzm3w7j.cloudfront.net/127.0.0.1 -address=/d5pb47xzjz3fc.cloudfront.net/127.0.0.1 -address=/d63a3au5lqmtu.cloudfront.net/127.0.0.1 -address=/d6sav80kktzcx.cloudfront.net/127.0.0.1 -address=/da3uf5ucdz00u.cloudfront.net/127.0.0.1 -address=/dal9hkyfi0m0n.cloudfront.net/127.0.0.1 -address=/dart.clearchannel.com/127.0.0.1 -address=/dasfdasfasdf.no-ip.info/127.0.0.1 -address=/data.neuroxmedia.com/127.0.0.1 -address=/dbam.dashbida.com/127.0.0.1 -address=/dbcdqp72lzmvj.cloudfront.net/127.0.0.1 -address=/ddvfoj5yrl2oi.cloudfront.net/127.0.0.1 -address=/deacon.ghfkk.com/127.0.0.1 -address=/delivery-dev.thebloggernetwork.com/127.0.0.1 -address=/delivery.thebloggernetwork.com/127.0.0.1 -address=/dew9ckzjyt2gn.cloudfront.net/127.0.0.1 -address=/display.digitalriver.com/127.0.0.1 -address=/djr4k68f8n55o.cloudfront.net/127.0.0.1 -address=/djz9es32qen64.cloudfront.net/127.0.0.1 -address=/dm0acvguygm9h.cloudfront.net/127.0.0.1 -address=/dmkdtkad2jyb9.cloudfront.net/127.0.0.1 -address=/dojx47ab4dyxi.cloudfront.net/127.0.0.1 -address=/dpsq2uzakdgqz.cloudfront.net/127.0.0.1 -address=/dqhi3ea93ztgv.cloudfront.net/127.0.0.1 -address=/dr3k6qonw2kee.cloudfront.net/127.0.0.1 -address=/dr8pk6ovub897.cloudfront.net/127.0.0.1 -address=/drf8e429z5jzt.cloudfront.net/127.0.0.1 -address=/ds02gfqy6io6i.cloudfront.net/127.0.0.1 -address=/dsh7ky7308k4b.cloudfront.net/127.0.0.1 -address=/dsie7h4lo9wxu.cloudfront.net/127.0.0.1 -address=/dtakdb1z5gq7e.cloudfront.net/127.0.0.1 -address=/dtrk.slimcdn.com/127.0.0.1 -address=/dtto8zfzskfoa.cloudfront.net/127.0.0.1 -address=/du2uh7rq0r0d3.cloudfront.net/127.0.0.1 -address=/duzt6rhr7wo8p.cloudfront.net/127.0.0.1 -address=/dv7t7qyvgyrt5.cloudfront.net/127.0.0.1 -address=/dvc8653ec6uyk.cloudfront.net/127.0.0.1 -address=/dvnafl0qtqz9k.cloudfront.net/127.0.0.1 -address=/dvt4pepo9om3r.cloudfront.net/127.0.0.1 -address=/dxprljqoay4rt.cloudfront.net/127.0.0.1 -address=/dybxezbel1g44.cloudfront.net/127.0.0.1 -address=/epowernetworktrackerimages.s3.amazonaws.com/127.0.0.1 -address=/euwidget.imshopping.com/127.0.0.1 -address=/events.kalooga.com/127.0.0.1 -address=/ff.doubleclick.net/127.0.0.1 -address=/gateway.fortunelounge.com/127.0.0.1 -address=/gateways.s3.amazonaws.com/127.0.0.1 -address=/geo.connexionsecure.com/127.0.0.1 -address=/geobanner.passion.com/127.0.0.1 -address=/gfaf-banners.s3.amazonaws.com/127.0.0.1 -address=/gg.caixin.com/127.0.0.1 -address=/homad-global-configs.schneevonmorgen.com/127.0.0.1 -address=/im.ov.yahoo.co.jp/127.0.0.1 -address=/indieclick.3janecdn.com/127.0.0.1 -address=/karma.mdpcdn.com/127.0.0.1 -address=/kbnetworkz.s3.amazonaws.com/127.0.0.1 -address=/leaddyno-client-images.s3.amazonaws.com/127.0.0.1 -address=/marketing.888.com/127.0.0.1 -address=/mb.zam.com/127.0.0.1 -address=/mbid.marfeelrev.com/127.0.0.1 -address=/medrx.telstra.com.au/127.0.0.1 -address=/network.aufeminin.com/127.0.0.1 -address=/network.business.com/127.0.0.1 -address=/ntvcld-a.akamaihd.net/127.0.0.1 -address=/oas.luxweb.com/127.0.0.1 -address=/odin.goo.mx/127.0.0.1 -address=/on.maxspeedcdn.com/127.0.0.1 -address=/ox-i.cordillera.tv/127.0.0.1 -address=/partner.bargaindomains.com/127.0.0.1 -address=/partner.catchy.com/127.0.0.1 -address=/partner.premiumdomains.com/127.0.0.1 -address=/partners.fshealth.com/127.0.0.1 -address=/partners.optiontide.com/127.0.0.1 -address=/partners.rochen.com/127.0.0.1 -address=/partners.sportingbet.com.au/127.0.0.1 -address=/partners.vouchedfor.co.uk/127.0.0.1 -address=/partners.xpertmarket.com/127.0.0.1 -address=/pb.s3wfg.com/127.0.0.1 -address=/priceinfo.comuv.com/127.0.0.1 -address=/promos.fling.com/127.0.0.1 -address=/promote.pair.com/127.0.0.1 -address=/promotions.iasbet.com/127.0.0.1 -address=/pub.admedia.io/127.0.0.1 -address=/pub.betclick.com/127.0.0.1 -address=/pubportal.brkmd.com/127.0.0.1 -address=/pubs.hiddennetwork.com/127.0.0.1 -address=/rack.bauermedia.co.uk/127.0.0.1 -address=/res3.feedsportal.com/127.0.0.1 -address=/rotabanner.kulichki.net/127.0.0.1 -address=/rotator.tradetracker.net/127.0.0.1 -address=/s-yoolk-banner-assets.yoolk.com/127.0.0.1 -address=/s-yoolk-billboard-assets.yoolk.com/127.0.0.1 -address=/secretmedia.s3.amazonaws.com/127.0.0.1 -address=/servedby.keygamesnetwork.com/127.0.0.1 -address=/sitescout-video-cdn.edgesuite.net/127.0.0.1 -address=/slot.union.ucweb.com/127.0.0.1 -address=/smart.styria-digital.com/127.0.0.1 -address=/smblock.s3.amazonaws.com/127.0.0.1 -address=/squarespace.evyy.net/127.0.0.1 -address=/stats.hosting24.com/127.0.0.1 -address=/stats.sitesuite.org/127.0.0.1 -address=/streaming.rtbiddingplatform.com/127.0.0.1 -address=/stuff-nzwhistleout.s3.amazonaws.com/127.0.0.1 -address=/survey.g.doubleclick.net/127.0.0.1 -address=/syndication.jsadapi.com/127.0.0.1 -address=/syndication1.viraladnetwork.net/127.0.0.1 -address=/tags.sprizzy.com/127.0.0.1 -address=/tags2.adshell.net/127.0.0.1 -address=/tap.more-results.net/127.0.0.1 -address=/ti.tradetracker.net/127.0.0.1 -address=/track.bcvcmedia.com/127.0.0.1 -address=/twinplan.com/127.0.0.1 -address=/utility.rogersmedia.com/127.0.0.1 -address=/vice-publishers-cdn.vice.com/127.0.0.1 -address=/web-jp.ad-v.jp/127.0.0.1 -address=/whistleout.s3.amazonaws.com/127.0.0.1 -address=/widget.crowdignite.com/127.0.0.1 -address=/widget.kelkoo.com/127.0.0.1 -address=/widget.raaze.com/127.0.0.1 -address=/widget.searchschoolsnetwork.com/127.0.0.1 -address=/widget.shopstyle.com.au/127.0.0.1 -address=/widget.solarquotes.com.au/127.0.0.1 -address=/widgets.fie-data.co.uk/127.0.0.1 -address=/widgets.realestate.com.au/127.0.0.1 -address=/wlpinnaclesports.eacdn.com/127.0.0.1 -address=/wtpn.twenga.co.uk/127.0.0.1 -address=/wtpn.twenga.de/127.0.0.1 -address=/yb.torchbrowser.com/127.0.0.1 -address=/yeas.yahoo.co.jp/127.0.0.1 -address=/yield-op-idsync.live.streamtheworld.com/127.0.0.1 -address=/zapads.zapak.com/127.0.0.1 -address=/d141wsrw9m4as6.cloudfront.net/127.0.0.1 -address=/d1bxkgbbc428vi.cloudfront.net/127.0.0.1 -address=/d1ilwohzbe4ao6.cloudfront.net/127.0.0.1 -address=/d1jnvfp2m6fzvq.cloudfront.net/127.0.0.1 -address=/d1ks8roequxbwa.cloudfront.net/127.0.0.1 -address=/d1n1ppeppre6d4.cloudfront.net/127.0.0.1 -address=/d1nkvehlw5hmj4.cloudfront.net/127.0.0.1 -address=/d1rjzrtsxlzawf.cloudfront.net/127.0.0.1 -address=/d1w24oanovvxvg.cloudfront.net/127.0.0.1 -address=/d22z575k8abudv.cloudfront.net/127.0.0.1 -address=/d2e30rravz97d4.cloudfront.net/127.0.0.1 -address=/d2glav2919q4cw.cloudfront.net/127.0.0.1 -address=/d31mxuhvwrofft.cloudfront.net/127.0.0.1 -address=/d347nuc6bd1dvs.cloudfront.net/127.0.0.1 -address=/d3a49eam5ump99.cloudfront.net/127.0.0.1 -address=/d3b2hhehkqd158.cloudfront.net/127.0.0.1 -address=/d3hj4iyx6t1waz.cloudfront.net/127.0.0.1 -address=/d3kpkrgd3aj4o7.cloudfront.net/127.0.0.1 -address=/d3qu0b872n4q3x.cloudfront.net/127.0.0.1 -address=/d3t3lxfqz2g5hs.cloudfront.net/127.0.0.1 -address=/d3vnm1492fpnm2.cloudfront.net/127.0.0.1 -address=/dc5k8fg5ioc8s.cloudfront.net/127.0.0.1 -address=/dn3uy6cx65ujf.cloudfront.net/127.0.0.1 -address=/dpd9yiocsyy6p.cloudfront.net/127.0.0.1 -address=/du01z5hhojprz.cloudfront.net/127.0.0.1 -address=/dw9uc6c6b8nwx.cloudfront.net/127.0.0.1 -address=/dxkkb5tytkivf.cloudfront.net/127.0.0.1 -address=/iadc.qwapi.com/127.0.0.1 -address=/d3jgr4uve1d188.cloudfront.net/127.0.0.1 -address=/d3ujids68p6xmq.cloudfront.net/127.0.0.1 -address=/ad.duga.jp/127.0.0.1 -address=/ad.iloveinterracial.com/127.0.0.1 -address=/ads.videosz.com/127.0.0.1 -address=/affiliates.thrixxx.com/127.0.0.1 -address=/ard.sweetdiscreet.com/127.0.0.1 -address=/bannershotlink.perfectgonzo.com/127.0.0.1 -address=/blaaaa12.googlecode.com/127.0.0.1 -address=/br.blackfling.com/127.0.0.1 -address=/br.fling.com/127.0.0.1 -address=/br.realitykings.com/127.0.0.1 -address=/core-queerclick.netdna-ssl.com/127.0.0.1 -address=/cpm.amateurcommunity.com/127.0.0.1 -address=/d1mib12jcgwmnv.cloudfront.net/127.0.0.1 -address=/d3ud741uvs727m.cloudfront.net/127.0.0.1 -address=/dailyvideo.securejoin.com/127.0.0.1 -address=/desk.cmix.org/127.0.0.1 -address=/feeds.videosz.com/127.0.0.1 -address=/freexxxvideoclip.aebn.net/127.0.0.1 -address=/gashot.yurivideos.com/127.0.0.1 -address=/geo.cliphunter.com/127.0.0.1 -address=/geo.frtya.com/127.0.0.1 -address=/geo.frtyd.com/127.0.0.1 -address=/geobanner.adultfriendfinder.com/127.0.0.1 -address=/geobanner.alt.com/127.0.0.1 -address=/geobanner.socialflirt.com/127.0.0.1 -address=/in.zog.link/127.0.0.1 -address=/partners.pornerbros.com/127.0.0.1 -address=/pub.nakedreel.com/127.0.0.1 -address=/s1magnettvcom.maynemyltf.netdna-cdn.com/127.0.0.1 -address=/surv.xbizmedia.com/127.0.0.1 -address=/sweet.game-rust.ru/127.0.0.1 -address=/tm-offers.gamingadult.com/127.0.0.1 -address=/tool.acces-vod.com/127.0.0.1 -address=/widgets.comcontent.net/127.0.0.1 -address=/widgetssec.cam-content.com/127.0.0.1 -address=/wt.adtrue24.com/127.0.0.1 -address=/a.w3techs.com/127.0.0.1 -address=/ad.9animes.ru/127.0.0.1 -address=/ad.digitimes.com.tw/127.0.0.1 -address=/ad.itweb.co.za/127.0.0.1 -address=/ad.khan.co.kr/127.0.0.1 -address=/ad.kisscartoon.is/127.0.0.1 -address=/ad.search.ch/127.0.0.1 -address=/ad.spreaker.com/127.0.0.1 -address=/addirector.vindicosuite.com/127.0.0.1 -address=/ads.yahoo.com/127.0.0.1 -address=/ads.zynga.com/127.0.0.1 -address=/adserver.pandora.com/127.0.0.1 -address=/adss.yahoo.com/127.0.0.1 -address=/aggnr.groovesharks.org/127.0.0.1 -address=/as.inbox.com/127.0.0.1 -address=/ban.seriesonlinex.org/127.0.0.1 -address=/beap.gemini.yahoo.com/127.0.0.1 -address=/cad.donga.com/127.0.0.1 -address=/click.livedoor.com/127.0.0.1 -address=/collector.viki.io/127.0.0.1 -address=/content.streamplay.to/127.0.0.1 -address=/creatives.livejasmin.com/127.0.0.1 -address=/d10lumateci472.cloudfront.net/127.0.0.1 -address=/d2fbkzyicji7c4.cloudfront.net/127.0.0.1 -address=/d2na2p72vtqyok.cloudfront.net/127.0.0.1 -address=/d2uepos3ef6db0.cloudfront.net/127.0.0.1 -address=/d3asksgk2foh5m.cloudfront.net/127.0.0.1 -address=/dash.tmearn.com/127.0.0.1 -address=/dbs.autolatest.ro/127.0.0.1 -address=/delivery.smashing.services/127.0.0.1 -address=/djv99sxoqpv11.cloudfront.net/127.0.0.1 -address=/dkm6b5q0h53z4.cloudfront.net/127.0.0.1 -address=/fontent.streamp1ay.me/127.0.0.1 -address=/fun.wormania.io/127.0.0.1 -address=/fun1.arcadeprehacks.com/127.0.0.1 -address=/gen.etherscan.io/127.0.0.1 -address=/hawk.pcgamer.com/127.0.0.1 -address=/imgcache.sythe.org/127.0.0.1 -address=/iurhxzmr.ga.gfycat.com/127.0.0.1 -address=/mail-ads.google.com/127.0.0.1 -address=/mms.graziadaily.co.uk/127.0.0.1 -address=/nas1.flashx.net/127.0.0.1 -address=/nicoad.nicovideo.jp/127.0.0.1 -address=/pmm.people.com.cn/127.0.0.1 -address=/ssa.1337x.to/127.0.0.1 -address=/tag.vlitag.com/127.0.0.1 -address=/tradecraft.s.llnwi.net/127.0.0.1 -address=/urs.zdnet.com/127.0.0.1 -address=/wall.vgr.com/127.0.0.1 -address=/web.tmearn.com/127.0.0.1 -address=/ww2.gestyy.com/127.0.0.1 -address=/x.castanet.net/127.0.0.1 -address=/gontent.steamplay.me/127.0.0.1 -address=/hontent.steamplay.me/127.0.0.1 -address=/vontent.powvideo.net/127.0.0.1 -address=/wontent.powvideo.net/127.0.0.1 -address=/yontent.powvideo.net/127.0.0.1 -address=/meta.streamcloud.eu/127.0.0.1 -address=/pub1.cope.es/127.0.0.1 -address=/a.eporner.com/127.0.0.1 -address=/a.heavy-r.com/127.0.0.1 -address=/a3.hotpornfile.org/127.0.0.1 -address=/ad.eporner.com/127.0.0.1 -address=/ad.thisav.com/127.0.0.1 -address=/affiliates.goodvibes.com/127.0.0.1 -address=/ashot.txxx.com/127.0.0.1 -address=/b.boyfriendtv.com/127.0.0.1 -address=/b.pornoxo.com/127.0.0.1 -address=/b.xcafe.com/127.0.0.1 -address=/banner1.pornhost.com/127.0.0.1 -address=/banners.cams.com/127.0.0.1 -address=/bnnr.pornpics.com/127.0.0.1 -address=/brcache.madthumbs.com/127.0.0.1 -address=/cf1c0.thisav.com/127.0.0.1 -address=/creatives.cliphunter.com/127.0.0.1 -address=/creatives.pichunter.com/127.0.0.1 -address=/d1wi563t0137vz.cloudfront.net/127.0.0.1 -address=/d2q52i8yx3j68p.cloudfront.net/127.0.0.1 -address=/d39hdzmeufnl50.cloudfront.net/127.0.0.1 -address=/delivery.porn.com/127.0.0.1 -address=/dildo.tnaflix.com/127.0.0.1 -address=/dot.eporner.com/127.0.0.1 -address=/dot2.eporner.com/127.0.0.1 -address=/dyn.empflix.com/127.0.0.1 -address=/dyn.tnaflix.com/127.0.0.1 -address=/exit.macandbumble.com/127.0.0.1 -address=/go.pornav.net/127.0.0.1 -address=/go.sexu.tv/127.0.0.1 -address=/go.strpjmp.com/127.0.0.1 -address=/lw1.cdmediaworld.com/127.0.0.1 -address=/madmen.alastonsuomi.com/127.0.0.1 -address=/myashot.txxx.com/127.0.0.1 -address=/partners.keezmovies.com/127.0.0.1 -address=/plx.porndig.com/127.0.0.1 -address=/pr-static.empflix.com/127.0.0.1 -address=/pr-static.tnaflix.com/127.0.0.1 -address=/px.boundhub.com/127.0.0.1 -address=/r.radikal.ru/127.0.0.1 -address=/rev.fapdu.com/127.0.0.1 -address=/site.img.4tube.com/127.0.0.1 -address=/static.kinghost.com/127.0.0.1 -address=/sub.avgle.com/127.0.0.1 -address=/tkn.4tube.com/127.0.0.1 -address=/tkn.fux.com/127.0.0.1 -address=/tkn.pornerbros.com/127.0.0.1 -address=/tkn.porntube.com/127.0.0.1 -address=/uuvm.pornpics.com/127.0.0.1 -address=/x.eroticity.net/127.0.0.1 -address=/x.vipergirls.to/127.0.0.1 diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/appoint_list.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/appoint_list.conf deleted file mode 100644 index ead84b1efd..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/appoint_list.conf +++ /dev/null @@ -1,143 +0,0 @@ -server=/.1test.cn/119.29.29.29#53 -server=/.360wzb.cn/119.29.29.29#53 -server=/.51cdn.com/119.29.29.29#53 -server=/.5test.cn/119.29.29.29#53 -server=/.aicdn.com/119.29.29.29#53 -server=/.alikunlun.com/119.29.29.29#53 -server=/.alikunlun.net/119.29.29.29#53 -server=/.b2r.com.cn/119.29.29.29#53 -server=/.baiduyundns.cn/119.29.29.29#53 -server=/.baiduyundns.com/119.29.29.29#53 -server=/.baiduyundns.net/119.29.29.29#53 -server=/.bcedns.cn/119.29.29.29#53 -server=/.bcedns.com/119.29.29.29#53 -server=/.bcedns.net/119.29.29.29#53 -server=/.bdydns.cn/119.29.29.29#53 -server=/.bdydns.com/119.29.29.29#53 -server=/.bdydns.net/119.29.29.29#53 -server=/.blueit.com/119.29.29.29#53 -server=/.blueit.org.cn/119.29.29.29#53 -server=/.cachecn.com/119.29.29.29#53 -server=/.cachecn.net/119.29.29.29#53 -server=/.cc-1.com/119.29.29.29#53 -server=/.cc-cps.cn/119.29.29.29#53 -server=/.cc-cps.com.cn/119.29.29.29#53 -server=/.cc-cps.com/119.29.29.29#53 -server=/.cc-cps.mobi/119.29.29.29#53 -server=/.cc-cps.net/119.29.29.29#53 -server=/.ccbench.com/119.29.29.29#53 -server=/.ccgslb.cn/119.29.29.29#53 -server=/.ccgslb.com.cn/119.29.29.29#53 -server=/.ccgslb.com/119.29.29.29#53 -server=/.ccgslb.net.cn/119.29.29.29#53 -server=/.ccgslb.net/119.29.29.29#53 -server=/.ccindex.cn/119.29.29.29#53 -server=/.ccindex.com.cn/119.29.29.29#53 -server=/.ccmplus.cn/119.29.29.29#53 -server=/.ccmplus.com.cn/119.29.29.29#53 -server=/.ccmplus.net/119.29.29.29#53 -server=/.cdn2cdn.net/119.29.29.29#53 -server=/.cdnetworks.net/119.29.29.29#53 -server=/.cdngc.net/119.29.29.29#53 -server=/.cdnsvc.cn/119.29.29.29#53 -server=/.cdnsvc.com.cn/119.29.29.29#53 -server=/.cdnsvc.com/119.29.29.29#53 -server=/.cdnsvc.net.cn/119.29.29.29#53 -server=/.cdnsvc.net/119.29.29.29#53 -server=/.cdntip.com/119.29.29.29#53 -server=/.cdnudns.com/119.29.29.29#53 -server=/.chinacache.com.cn/119.29.29.29#53 -server=/.chinacache.com/119.29.29.29#53 -server=/.chinacache.net/119.29.29.29#53 -server=/.chinacache.org/119.29.29.29#53 -server=/.chinanetcenter.com/119.29.29.29#53 -server=/.cloudcdn.cn/119.29.29.29#53 -server=/.cloudcdn.net/119.29.29.29#53 -server=/.clouddn.com/119.29.29.29#53 -server=/.cloudglb.com/119.29.29.29#53 -server=/.cloudglb.net/119.29.29.29#53 -server=/.cloudtcp.net/119.29.29.29#53 -server=/.cloudxns.com/119.29.29.29#53 -server=/.cloudxns.net/119.29.29.29#53 -server=/.dnspao.com/119.29.29.29#53 -server=/.fastcdn.com /119.29.29.29#53 -server=/.fastweb.com.cn/119.29.29.29#53 -server=/.fastwebcdn.com/119.29.29.29#53 -server=/.ffdns.net/119.29.29.29#53 -server=/.fsspace.cn/119.29.29.29#53 -server=/.fsspace.com.cn/119.29.29.29#53 -server=/.fsspace.com/119.29.29.29#53 -server=/.fwcdn.com/119.29.29.29#53 -server=/.fwcdn.net/119.29.29.29#53 -server=/.fwdns.net/119.29.29.29#53 -server=/.fwmob.com/119.29.29.29#53 -server=/.gccdn.net/119.29.29.29#53 -server=/.gslbsvc.cn/119.29.29.29#53 -server=/.gslbsvc.com.cn/119.29.29.29#53 -server=/.gslbsvc.com/119.29.29.29#53 -server=/.gslbsvc.net.cn/119.29.29.29#53 -server=/.gslbsvc.net/119.29.29.29#53 -server=/.hacdn.com/119.29.29.29#53 -server=/.hacdn.net/119.29.29.29#53 -server=/.hadns.net/119.29.29.29#53 -server=/.hdslb.com/119.29.29.29#53 -server=/.hdslb.net/119.29.29.29#53 -server=/.hd-cdn.com/119.29.29.29#53 -server=/.igslb.net/119.29.29.29#53 -server=/.kunlunaq.com/119.29.29.29#53 -server=/.kunlunar.com/119.29.29.29#53 -server=/.kunlunca.com/119.29.29.29#53 -server=/.kunluncan.com/119.29.29.29#53 -server=/.kunlunea.com/119.29.29.29#53 -server=/.kunlungem.com/119.29.29.29#53 -server=/.kunlungr.com/119.29.29.29#53 -server=/.kunlunhuf.com/119.29.29.29#53 -server=/.kunlunle.com/119.29.29.29#53 -server=/.kunlunli.com/119.29.29.29#53 -server=/.kunlunno.com/119.29.29.29#53 -server=/.kunlunpi.com/119.29.29.29#53 -server=/.kunlunra.com/119.29.29.29#53 -server=/.kunlunsa.com/119.29.29.29#53 -server=/.kunlunsc.com/119.29.29.29#53 -server=/.kunlunsl.com/119.29.29.29#53 -server=/.kunlunso.com/119.29.29.29#53 -server=/.kunlunta.com/119.29.29.29#53 -server=/.kunlunvi.com/119.29.29.29#53 -server=/.kunlunwe.com/119.29.29.29#53 -server=/.lxdns.com/119.29.29.29#53 -server=/.lxdns.net/119.29.29.29#53 -server=/.lxsvc.cn /119.29.29.29#53 -server=/.lxsvc.cn/119.29.29.29#53 -server=/.lxsvc.net/119.29.29.29#53 -server=/.myqcloud.com/119.29.29.29#53 -server=/.myxns.cn/119.29.29.29#53 -server=/.myxns.com.cn/119.29.29.29#53 -server=/.myxns.net.cn/119.29.29.29#53 -server=/.myxns.org/119.29.29.29#53 -server=/.netcenter.com.cn/119.29.29.29#53 -server=/.newdefend.cn/119.29.29.29#53 -server=/.newdefend.com.cn/119.29.29.29#53 -server=/.newdefend.com/119.29.29.29#53 -server=/.newdefend.net.cn/119.29.29.29#53 -server=/.newdefend.net/119.29.29.29#53 -server=/.newdefend.org.cn/119.29.29.29#53 -server=/.newdefend.org/119.29.29.29#53 -server=/.ourglb0.com/119.29.29.29#53 -server=/.ourwebat.com/119.29.29.29#53 -server=/.ourwebcdn.com/119.29.29.29#53 -server=/.qbox.me/119.29.29.29#53 -server=/.qcloud.com/119.29.29.29#53 -server=/.qingcdn.com/119.29.29.29#53 -server=/.qiniudn.com/119.29.29.29#53 -server=/.qiniudns.com/119.29.29.29#53 -server=/.speedupchina.com/119.29.29.29#53 -server=/.speedupchina.net/119.29.29.29#53 -server=/.sz-dns.net/119.29.29.29#53 -server=/.tcdn.qq.com/119.29.29.29#53 -server=/.tlgslb.com /119.29.29.29#53 -server=/.wangsu.com/119.29.29.29#53 -server=/.webluker.com/119.29.29.29#53 -server=/.wscdns.com/119.29.29.29#53 -server=/.wsngb.com/119.29.29.29#53 -server=/.xgslb.net/119.29.29.29#53 -server=/.yunjiasu-cdn.net/119.29.29.29#53 \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/custom_forward.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/custom_forward.conf deleted file mode 100644 index a283733e0d..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/custom_forward.conf +++ /dev/null @@ -1,106 +0,0 @@ -ipset=/.91smartyun.pt/gfwlist -ipset=/.adobe.com/gfwlist -ipset=/.amazonaws.com/gfwlist -ipset=/.ampproject.org/gfwlist -ipset=/.apple.news/gfwlist -ipset=/.aws.amazon.com/gfwlist -ipset=/.azureedge.net/gfwlist -ipset=/.backpackers.com.tw/gfwlist -ipset=/.bitfinex.com/gfwlist -ipset=/.buzzfeed.com/gfwlist -ipset=/.clockwise.ee/gfwlist -ipset=/.cloudfront.net/gfwlist -ipset=/.coindesk.com/gfwlist -ipset=/.coinsquare.io/gfwlist -ipset=/.cryptocompare.com/gfwlist -ipset=/.dropboxstatic.com/gfwlist -ipset=/.eurecom.fr/gfwlist -ipset=/.gdax.com/gfwlist -ipset=/.github.com/gfwlist -ipset=/.kknews.cc/gfwlist -ipset=/.nutaq.com/gfwlist -ipset=/.openairinterface.org/gfwlist -ipset=/.skype.com/gfwlist -ipset=/.sublimetext.com/gfwlist -ipset=/.textnow.com/gfwlist -ipset=/.textnow.me/gfwlist -ipset=/.trouter.io/gfwlist -ipset=/.uploaded.net/gfwlist -ipset=/.whatsapp.com/gfwlist -ipset=/.whatsapp.net/gfwlist -ipset=/.wsj.net/gfwlist -ipset=/.google.com/gfwlist -ipset=/.google.com.hk/gfwlist -ipset=/.gstatic.com/gfwlist -ipset=/.googleusercontent.com/gfwlist -ipset=/.googlepages.com/gfwlist -ipset=/.googlevideo.com/gfwlist -ipset=/.googlecode.com/gfwlist -ipset=/.googleapis.com/gfwlist -ipset=/.googlesource.com/gfwlist -ipset=/.googledrive.com/gfwlist -ipset=/.ggpht.com/gfwlist -ipset=/.youtube.com/gfwlist -ipset=/.youtu.be/gfwlist -ipset=/.ytimg.com/gfwlist -ipset=/.twitter.com/gfwlist -ipset=/.facebook.com/gfwlist -ipset=/.fastly.net/gfwlist -ipset=/.akamai.net/gfwlist -ipset=/.akamaiedge.net/gfwlist -ipset=/.akamaihd.net/gfwlist -ipset=/.edgesuite.net/gfwlist -ipset=/.edgekey.net/gfwlist -server=/.91smartyun.pt/127.0.0.1#5335 -server=/.adobe.com/127.0.0.1#5335 -server=/.amazonaws.com/127.0.0.1#5335 -server=/.ampproject.org/127.0.0.1#5335 -server=/.apple.news/127.0.0.1#5335 -server=/.aws.amazon.com/127.0.0.1#5335 -server=/.azureedge.net/127.0.0.1#5335 -server=/.backpackers.com.tw/127.0.0.1#5335 -server=/.bitfinex.com/127.0.0.1#5335 -server=/.buzzfeed.com/127.0.0.1#5335 -server=/.clockwise.ee/127.0.0.1#5335 -server=/.cloudfront.net/127.0.0.1#5335 -server=/.coindesk.com/127.0.0.1#5335 -server=/.coinsquare.io/127.0.0.1#5335 -server=/.cryptocompare.com/127.0.0.1#5335 -server=/.dropboxstatic.com/127.0.0.1#5335 -server=/.eurecom.fr/127.0.0.1#5335 -server=/.gdax.com/127.0.0.1#5335 -server=/.github.com/127.0.0.1#5335 -server=/.kknews.cc/127.0.0.1#5335 -server=/.nutaq.com/127.0.0.1#5335 -server=/.openairinterface.org/127.0.0.1#5335 -server=/.skype.com/127.0.0.1#5335 -server=/.sublimetext.com/127.0.0.1#5335 -server=/.textnow.com/127.0.0.1#5335 -server=/.textnow.me/127.0.0.1#5335 -server=/.trouter.io/127.0.0.1#5335 -server=/.uploaded.net/127.0.0.1#5335 -server=/.whatsapp.com/127.0.0.1#5335 -server=/.whatsapp.net/127.0.0.1#5335 -server=/.wsj.net/127.0.0.1#5335 -server=/.google.com/127.0.0.1#5335 -server=/.google.com.hk/127.0.0.1#5335 -server=/.gstatic.com/127.0.0.1#5335 -server=/.googleusercontent.com/127.0.0.1#5335 -server=/.googlepages.com/127.0.0.1#5335 -server=/.googlevideo.com/127.0.0.1#5335 -server=/.googlecode.com/127.0.0.1#5335 -server=/.googleapis.com/127.0.0.1#5335 -server=/.googlesource.com/127.0.0.1#5335 -server=/.googledrive.com/127.0.0.1#5335 -server=/.ggpht.com/127.0.0.1#5335 -server=/.youtube.com/127.0.0.1#5335 -server=/.youtu.be/127.0.0.1#5335 -server=/.ytimg.com/127.0.0.1#5335 -server=/.twitter.com/127.0.0.1#5335 -server=/.facebook.com/127.0.0.1#5335 -server=/.fastly.net/127.0.0.1#5335 -server=/.akamai.net/127.0.0.1#5335 -server=/.akamaiedge.net/127.0.0.1#5335 -server=/.akamaihd.net/127.0.0.1#5335 -server=/.edgesuite.net/127.0.0.1#5335 -server=/.edgekey.net/127.0.0.1#5335 diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_base.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_base.conf deleted file mode 100644 index c447881bd5..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_base.conf +++ /dev/null @@ -1,5880 +0,0 @@ -ipset=/.h12.io/gfwlist -ipset=/.starlark.net/gfwlist -ipset=/.golang.org/gfwlist -ipset=/.honnef.co/gfwlist -ipset=/.0rz.tw/gfwlist -ipset=/.0to255.com/gfwlist -ipset=/.10musume.com/gfwlist -ipset=/.123rf.com/gfwlist -ipset=/.12bet.com/gfwlist -ipset=/.12vpn.com/gfwlist -ipset=/.141hongkong.com/gfwlist -ipset=/.173ng.com/gfwlist -ipset=/.1984bbs.com/gfwlist -ipset=/.1984bbs.org/gfwlist -ipset=/.1-apple.com.tw/gfwlist -ipset=/.1bao.org/gfwlist -ipset=/.1eew.com/gfwlist -ipset=/.1pondo.tv/gfwlist -ipset=/.2000fun.com/gfwlist -ipset=/.2008xianzhang.info/gfwlist -ipset=/.21andy.com/gfwlist -ipset=/.247realmedia.com/gfwlist -ipset=/.24smile.org/gfwlist -ipset=/.2-hand.info/gfwlist -ipset=/.2mdn.net/gfwlist -ipset=/.2shared.com/gfwlist -ipset=/.301works.org/gfwlist -ipset=/.315lz.com/gfwlist -ipset=/.32red.com/gfwlist -ipset=/.365singles.com.ar/gfwlist -ipset=/.36rain.com/gfwlist -ipset=/.4bluestones.biz/gfwlist -ipset=/.4chan.org/gfwlist -ipset=/.4pppc.gov.tw/gfwlist -ipset=/.4shared.com/gfwlist -ipset=/.4sq.com/gfwlist -ipset=/.51.ca/gfwlist -ipset=/.5i01.com/gfwlist -ipset=/.5maodang.com/gfwlist -ipset=/.64tianwang.com/gfwlist -ipset=/.64wiki.com/gfwlist -ipset=/.666kb.com/gfwlist -ipset=/.6park.com/gfwlist -ipset=/.7capture.com/gfwlist -ipset=/.881903.com/gfwlist -ipset=/.888.com/gfwlist -ipset=/.89-64.org/gfwlist -ipset=/.9001700.com/gfwlist -ipset=/.91porn.com/gfwlist -ipset=/.921.gov.tw/gfwlist -ipset=/.92ccav.com/gfwlist -ipset=/.9bis.com/gfwlist -ipset=/.9bis.net/gfwlist -ipset=/.9city.me/gfwlist -ipset=/.a5.com.ru/gfwlist -ipset=/.abc.pp.ru/gfwlist -ipset=/.abitno.linpie.com/gfwlist -ipset=/.ablwang.com/gfwlist -ipset=/.aboluowang.com/gfwlist -ipset=/.aboutgfw.com/gfwlist -ipset=/.acgkj.com/gfwlist -ipset=/.ac.jiruan.net/gfwlist -ipset=/.ac.playstation.net/gfwlist -ipset=/.actimes.com.au/gfwlist -ipset=/.aculo.us/gfwlist -ipset=/.ad1.nownews.com/gfwlist -ipset=/.addictedtocoffee.de/gfwlist -ipset=/.ads.backchina.com/gfwlist -ipset=/.adultfriendfinder.com/gfwlist -ipset=/.adultkeep.net/gfwlist -ipset=/.advanscene.com/gfwlist -ipset=/.advertfan.com/gfwlist -ipset=/.aec.gov.tw/gfwlist -ipset=/.aenhancers.com/gfwlist -ipset=/.af.mil/gfwlist -ipset=/.aftygh.gov.tw/gfwlist -ipset=/.aide.gov.tw/gfwlist -ipset=/.aiph.net/gfwlist -ipset=/.aisex.com/gfwlist -ipset=/.ait.org.tw/gfwlist -ipset=/.aiweiweiblog.com/gfwlist -ipset=/.aiweiwei.com/gfwlist -ipset=/.ajaxplorer.info/gfwlist -ipset=/.akamaihd.net/gfwlist -ipset=/.akiba-online.com/gfwlist -ipset=/.alabout.com/gfwlist -ipset=/.alasbarricadas.org/gfwlist -ipset=/.alexlur.org/gfwlist -ipset=/.aliengu.com/gfwlist -ipset=/.alkasir.com/gfwlist -ipset=/.allaboutalpha.com/gfwlist -ipset=/.allgirlsallowed.org/gfwlist -ipset=/.alliance.org.hk/gfwlist -ipset=/.allinfa.com/gfwlist -ipset=/.allinfo.com/gfwlist -ipset=/.allmovie.com/gfwlist -ipset=/.allonlinux.free.fr/gfwlist -ipset=/.all-that-is-interesting.com/gfwlist -ipset=/.al-qimmah.net/gfwlist -ipset=/.alternate-tools.com/gfwlist -ipset=/.altrec.com/gfwlist -ipset=/.alvinalexander.com/gfwlist -ipset=/.alwaysdata.com/gfwlist -ipset=/.alwaysdata.net/gfwlist -ipset=/.am730.com.hk/gfwlist -ipset=/.amazonaws.com/gfwlist -ipset=/.ameblo.jp/gfwlist -ipset=/.americangreencard.com/gfwlist -ipset=/.amiblockedornot.com/gfwlist -ipset=/.amnesty.org/gfwlist -ipset=/.amnestyusa.org/gfwlist -ipset=/.amoiist.com/gfwlist -ipset=/.amzs.me/gfwlist -ipset=/.analyze-v.com/gfwlist -ipset=/.anchorfree.com/gfwlist -ipset=/.andfaraway.net/gfwlist -ipset=/.android.com/gfwlist -ipset=/.angularjs.org/gfwlist -ipset=/.animecrazy.net/gfwlist -ipset=/.anobii.com/gfwlist -ipset=/.anontext.com/gfwlist -ipset=/.anonymizer.com/gfwlist -ipset=/.a-normal-day.com/gfwlist -ipset=/.answering-islam.org/gfwlist -ipset=/.anthonycalzadilla.com/gfwlist -ipset=/.anti.anti.cnn.googlepages.com/gfwlist -ipset=/.antidrm.hpg.ig.com.br/gfwlist -ipset=/.antiwave.net/gfwlist -ipset=/.aobo.com.au/gfwlist -ipset=/.aolchannels.aol.com/gfwlist -ipset=/.aomiwang.com/gfwlist -ipset=/.apetube.com/gfwlist -ipset=/.apiary.io/gfwlist -ipset=/.apidocs.linksalpha.com/gfwlist -ipset=/.apigee.com/gfwlist -ipset=/.api.linksalpha.com/gfwlist -ipset=/.api.proxlet.com/gfwlist -ipset=/.api.supertweet.net/gfwlist -ipset=/.app.heywire.com/gfwlist -ipset=/.app.hkatvnews.com/gfwlist -ipset=/.appledaily.com/gfwlist -ipset=/.appledaily.com.tw/gfwlist -ipset=/.apps.hloli.net/gfwlist -ipset=/.appspot.com/gfwlist -ipset=/.archive.is/gfwlist -ipset=/.archive.org/gfwlist -ipset=/.arctosia.com/gfwlist -ipset=/.areca-backup.org/gfwlist -ipset=/.army.mil/gfwlist -ipset=/.arte.gov.tw/gfwlist -ipset=/.art-or-porn.com/gfwlist -ipset=/.artsy.net/gfwlist -ipset=/.asahichinese.com/gfwlist -ipset=/.asdfg.jp/gfwlist -ipset=/.asiafriendfinder.com/gfwlist -ipset=/.asiaharvest.org/gfwlist -ipset=/.asianews.it/gfwlist -ipset=/.asianwomensfilm.de/gfwlist -ipset=/.askstudent.com/gfwlist -ipset=/.askynz.net/gfwlist -ipset=/.assembla.com/gfwlist -ipset=/.astonmartinnews.com/gfwlist -ipset=/.atchinese.com/gfwlist -ipset=/.atc.org.au/gfwlist -ipset=/.atgfw.org/gfwlist -ipset=/.atj.org.tw/gfwlist -ipset=/.atlaspost.com/gfwlist -ipset=/.atnext.com/gfwlist -ipset=/.autoproxy.org/gfwlist -ipset=/.avaaz.org/gfwlist -ipset=/.avdb.in/gfwlist -ipset=/.avidemux.org/gfwlist -ipset=/.avoision.com/gfwlist -ipset=/.awardwinningfjords.com/gfwlist -ipset=/.axureformac.com/gfwlist -ipset=/.babynet.com.hk/gfwlist -ipset=/.backchina.com/gfwlist -ipset=/.backpackers.com.tw/gfwlist -ipset=/.badassjs.com/gfwlist -ipset=/.badoo.com/gfwlist -ipset=/.baidu.jp/gfwlist -ipset=/.baixing.me/gfwlist -ipset=/.bannedbook.org/gfwlist -ipset=/.barnabu.co.uk/gfwlist -ipset=/.basetimesheightdividedby2.com/gfwlist -ipset=/.bayvoice.net/gfwlist -ipset=/.bbcchinese.com/gfwlist -ipset=/.bbc.com/gfwlist -ipset=/.bbc.co.uk/gfwlist -ipset=/.bbci.co.uk/gfwlist -ipset=/.bbcimg.co.uk/gfwlist -ipset=/.bbc.in/gfwlist -ipset=/.bbg.gov/gfwlist -ipset=/.bbs2.newsgroup.la/gfwlist -ipset=/.bbs.ecstart.com/gfwlist -ipset=/.bbsfeed.com/gfwlist -ipset=/.bbs.kimy.com.tw/gfwlist -ipset=/.bbsland.com/gfwlist -ipset=/.bbs.morbell.com/gfwlist -ipset=/.bbs.mychat.to/gfwlist -ipset=/.bbs.newsgroup.la/gfwlist -ipset=/.bbs.ozchinese.com/gfwlist -ipset=/.bbs.qmzdd.com/gfwlist -ipset=/.bbs.sina.com/gfwlist -ipset=/.bbs.skykiwi.com/gfwlist -ipset=/.bbs.tuitui.info/gfwlist -ipset=/.bb.ttv.com.tw/gfwlist -ipset=/.bcc.com.tw/gfwlist -ipset=/.bcchinese.net/gfwlist -ipset=/.bdhr.gov.tw/gfwlist -ipset=/.bd.zhe.la/gfwlist -ipset=/.bebo.com/gfwlist -ipset=/.beeg.com/gfwlist -ipset=/.beijing1989.com/gfwlist -ipset=/.beijingspring.com/gfwlist -ipset=/.benjaminste.in/gfwlist -ipset=/.berlintwitterwall.com/gfwlist -ipset=/.bestforchina.org/gfwlist -ipset=/.bestvpnservice.com/gfwlist -ipset=/.bet365.com/gfwlist -ipset=/.beta.iset.com.tw/gfwlist -ipset=/.beta.usejump.com/gfwlist -ipset=/.betfair.com/gfwlist -ipset=/.bettween.com/gfwlist -ipset=/.betvictor.com/gfwlist -ipset=/.bewww.net/gfwlist -ipset=/.beyondfirewall.com/gfwlist -ipset=/.bfnn.org/gfwlist -ipset=/.biantailajiao.com/gfwlist -ipset=/.biantailajiao.in/gfwlist -ipset=/.bigfools.com/gfwlist -ipset=/.bignews.org/gfwlist -ipset=/.bigsound.org/gfwlist -ipset=/.bill2-software.com/gfwlist -ipset=/.billywr.com/gfwlist -ipset=/.bill.zhong.pp.ru/gfwlist -ipset=/.bipic.net/gfwlist -ipset=/.bitcointalk.org/gfwlist -ipset=/.bit.ly/gfwlist -ipset=/.bitly.com/gfwlist -ipset=/.bitshare.com/gfwlist -ipset=/.bjzc.org/gfwlist -ipset=/.blinkx.com/gfwlist -ipset=/.blinw.com/gfwlist -ipset=/.blip.tv/gfwlist -ipset=/.blockcn.com/gfwlist -ipset=/.blog.birdhouseapp.com/gfwlist -ipset=/.blog.bitly.com/gfwlist -ipset=/.blogblog.com/gfwlist -ipset=/.blog.boxcar.io/gfwlist -ipset=/.blogcatalog.com/gfwlist -ipset=/.blog.davidziegler.net/gfwlist -ipset=/.blog.dayoneapp.com/gfwlist -ipset=/.blog.de/gfwlist -ipset=/.blog.dribbble.com/gfwlist -ipset=/.blog.exblog.co.jp/gfwlist -ipset=/.blog.expofutures.com/gfwlist -ipset=/.blog.fizzik.com/gfwlist -ipset=/.blog.foolsmountain.com/gfwlist -ipset=/.blogger.com/gfwlist -ipset=/.blog.gowalla.com/gfwlist -ipset=/.blog.hotpotato.com/gfwlist -ipset=/.blog.ifttt.com/gfwlist -ipset=/.blogimg.jp/gfwlist -ipset=/.blog.instagram.com/gfwlist -ipset=/.blog.instapaper.com/gfwlist -ipset=/.blog.iphone-dev.org/gfwlist -ipset=/.blog.istef.info/gfwlist -ipset=/.blog.jackjia.com/gfwlist -ipset=/.blog.joeyrobert.org/gfwlist -ipset=/.blog.kangye.org/gfwlist -ipset=/.blog.kickstarter.com/gfwlist -ipset=/.blog.kl.am/gfwlist -ipset=/.blog.klip.me/gfwlist -ipset=/.blog.lester850.info/gfwlist -ipset=/.blog.lightbox.com/gfwlist -ipset=/.bloglines.com/gfwlist -ipset=/.bloglovin.com/gfwlist -ipset=/.blog.mongodb.org/gfwlist -ipset=/.blog.openinkpot.org/gfwlist -ipset=/.blog.palm.com/gfwlist -ipset=/.blog.path.com/gfwlist -ipset=/.blog.pathtosharepoint.com/gfwlist -ipset=/.blog.pchome.com.tw/gfwlist -ipset=/.blog.pentalogic.net/gfwlist -ipset=/.blog.pikchur.com/gfwlist -ipset=/.blog.pilotmoon.com/gfwlist -ipset=/.blog.redren.com/gfwlist -ipset=/.blog.rockmelt.com/gfwlist -ipset=/.blog.romanandreg.com/gfwlist -ipset=/.blog.s135.com/gfwlist -ipset=/.blogs.icerocket.com/gfwlist -ipset=/.blog.sina.com.tw/gfwlist -ipset=/.blog.sogoo.org/gfwlist -ipset=/.blog.sparrowmailapp.com/gfwlist -ipset=/.blogspot.com/gfwlist -ipset=/.blogspot.co.uk/gfwlist -ipset=/.blogspot.de/gfwlist -ipset=/.blogspot.fr/gfwlist -ipset=/.blogspot.in/gfwlist -ipset=/.blogspot.jp/gfwlist -ipset=/.blogs.tampabay.com/gfwlist -ipset=/.blog.summify.com/gfwlist -ipset=/.blogs.yahoo.co.jp/gfwlist -ipset=/.blog.syx86.cn/gfwlist -ipset=/.blog.syx86.com/gfwlist -ipset=/.blog.taragana.com/gfwlist -ipset=/.blogtd.net/gfwlist -ipset=/.blogtd.org/gfwlist -ipset=/.blog.tiney.com/gfwlist -ipset=/.blog.topify.com/gfwlist -ipset=/.blog.usa.gov/gfwlist -ipset=/.blog.xuite.net/gfwlist -ipset=/.blog.youthwant.com.tw/gfwlist -ipset=/.blog.youxu.info/gfwlist -ipset=/.bloodshed.net/gfwlist -ipset=/.bloomberg.cn/gfwlist -ipset=/.bloomberg.com/gfwlist -ipset=/.bloomberg.de/gfwlist -ipset=/.bloomfortune.com/gfwlist -ipset=/.bmediaasia.com/gfwlist -ipset=/.bnrmetal.com/gfwlist -ipset=/.boardreader.com/gfwlist -ipset=/.bobulate.com/gfwlist -ipset=/.bolin.netfirms.com/gfwlist -ipset=/.bonbonme.com/gfwlist -ipset=/.bonjourlesgeeks.com/gfwlist -ipset=/.boobstagram.com/gfwlist -ipset=/.books.com.tw/gfwlist -ipset=/.bookshelfporn.com/gfwlist -ipset=/.botanwang.com/gfwlist -ipset=/.bot.nu/gfwlist -ipset=/.bowenpress.com/gfwlist -ipset=/.boxunblog.com/gfwlist -ipset=/.boxunclub.com/gfwlist -ipset=/.boxun.com/gfwlist -ipset=/.boxun.tv/gfwlist -ipset=/.bralio.com/gfwlist -ipset=/.branch.com/gfwlist -ipset=/.brandonhutchinson.com/gfwlist -ipset=/.braumeister.org/gfwlist -ipset=/.break.com/gfwlist -ipset=/.breakingtweets.com/gfwlist -ipset=/.briefdream.com/gfwlist -ipset=/.brightcove.com/gfwlist -ipset=/.brightkite.com/gfwlist -ipset=/.brizzly.com/gfwlist -ipset=/.broadbook.com/gfwlist -ipset=/.br.st/gfwlist -ipset=/.brucewang.net/gfwlist -ipset=/.bt95.com/gfwlist -ipset=/.btdigg.org/gfwlist -ipset=/.btrd.net/gfwlist -ipset=/.budaedu.org/gfwlist -ipset=/.bugclub.org/gfwlist -ipset=/.builtwithbootstrap.com/gfwlist -ipset=/.bullogger.com/gfwlist -ipset=/.bullog.org/gfwlist -ipset=/.businesstimes.com.cn/gfwlist -ipset=/.businessweek.com/gfwlist -ipset=/.buugaa.com/gfwlist -ipset=/.buy.yahoo.com.tw/gfwlist -ipset=/.buzzurl.jp/gfwlist -ipset=/.bwbx.io/gfwlist -ipset=/.bwsj.hk/gfwlist -ipset=/.bx.tl/gfwlist -ipset=/.c1522.mooo.com/gfwlist -ipset=/.cacnw.com/gfwlist -ipset=/.cactusvpn.com/gfwlist -ipset=/.cafepress.com/gfwlist -ipset=/.cahr.org.tw/gfwlist -ipset=/.calameo.com/gfwlist -ipset=/.calebelston.com/gfwlist -ipset=/.cams.com/gfwlist -ipset=/.cams.org.sg/gfwlist -ipset=/.canadameet.com/gfwlist -ipset=/.canyu.org/gfwlist -ipset=/.caobian.info/gfwlist -ipset=/.caochangqing.com/gfwlist -ipset=/.cao.im/gfwlist -ipset=/.cari.com.my/gfwlist -ipset=/.catch22.net/gfwlist -ipset=/.catfightpayperview.xxx/gfwlist -ipset=/.catholic.org.hk/gfwlist -ipset=/.catholic.org.tw/gfwlist -ipset=/.cbs.ntu.edu.tw/gfwlist -ipset=/.cc9007.spaces.live.com/gfwlist -ipset=/.ccavtop10.com/gfwlist -ipset=/.ccdtr.org/gfwlist -ipset=/.ccim.org/gfwlist -ipset=/.cclife.org/gfwlist -ipset=/.ccthere.com/gfwlist -ipset=/.cctongbao.com/gfwlist -ipset=/.ccue.ca/gfwlist -ipset=/.ccue.com/gfwlist -ipset=/.cdig.info/gfwlist -ipset=/.cdjp.org/gfwlist -ipset=/.cdnews.com.tw/gfwlist -ipset=/.cdn.printfriendly.com/gfwlist -ipset=/.cdp1998.org/gfwlist -ipset=/.cdp2006.org/gfwlist -ipset=/.cdp.sinica.edu.tw/gfwlist -ipset=/.cdpusa.org/gfwlist -ipset=/.cdpweb.org/gfwlist -ipset=/.cdpwu.org/gfwlist -ipset=/.cdw.com/gfwlist -ipset=/.cecc.gov/gfwlist -ipset=/.cellulo.info/gfwlist -ipset=/.cenci.tk/gfwlist -ipset=/.cenews.eu/gfwlist -ipset=/.centralnation.com/gfwlist -ipset=/.centurys.net/gfwlist -ipset=/.c-est-simple.com/gfwlist -ipset=/.cfhks.org.hk/gfwlist -ipset=/.cftfc.com/gfwlist -ipset=/.cgdepot.org/gfwlist -ipset=/.chandoo.org/gfwlist -ipset=/.change.org/gfwlist -ipset=/.changp.com/gfwlist -ipset=/.chaos.e-spacy.com/gfwlist -ipset=/.chapm25.com/gfwlist -ipset=/.chartbeat.net/gfwlist -ipset=/.chaturbate.com/gfwlist -ipset=/.chccc.gov.tw/gfwlist -ipset=/.chengmingmag.com/gfwlist -ipset=/.chenguangcheng.com/gfwlist -ipset=/.chenpokong.com/gfwlist -ipset=/.chenyehao.spaces.live.com/gfwlist -ipset=/.cherrysave.com/gfwlist -ipset=/.chevronwp7.com/gfwlist -ipset=/.chicagoncmtv.com/gfwlist -ipset=/.china101.com/gfwlist -ipset=/.china21.com/gfwlist -ipset=/.china21.org/gfwlist -ipset=/.china5000.us/gfwlist -ipset=/.chinaaffairs.org/gfwlist -ipset=/.chinaaid.me/gfwlist -ipset=/.chinaaid.net/gfwlist -ipset=/.chinaaid.org/gfwlist -ipset=/.chinaaid.us/gfwlist -ipset=/.chinachange.org/gfwlist -ipset=/.chinachannel.hk/gfwlist -ipset=/.chinacomments.org/gfwlist -ipset=/.chinadigitaltimes.net/gfwlist -ipset=/.chinaeweekly.com/gfwlist -ipset=/.chinafreepress.org/gfwlist -ipset=/.chinagate.com/gfwlist -ipset=/.chinageeks.org/gfwlist -ipset=/.chinagfw.org/gfwlist -ipset=/.chinagreenparty.org/gfwlist -ipset=/.china-green-party.spaces.live.com/gfwlist -ipset=/.chinahush.com/gfwlist -ipset=/.chinainperspective.com/gfwlist -ipset=/.chinainperspective.net/gfwlist -ipset=/.chinainperspective.org/gfwlist -ipset=/.chinainterimgov.org/gfwlist -ipset=/.chinalawandpolicy.com/gfwlist -ipset=/.chinalawtranslate.com/gfwlist -ipset=/.chinamule.com/gfwlist -ipset=/.chinamz.org/gfwlist -ipset=/.chinarightsia.org/gfwlist -ipset=/.chinasocialdemocraticparty.com/gfwlist -ipset=/.chinasoul.org/gfwlist -ipset=/.chinatimes.com/gfwlist -ipset=/.chinatweeps.com/gfwlist -ipset=/.chinaway.org/gfwlist -ipset=/.china-week.com/gfwlist -ipset=/.chinaworker.info/gfwlist -ipset=/.chinaxchina.com/gfwlist -ipset=/.chinayouth.org.hk/gfwlist -ipset=/.chinayuanmin.org/gfwlist -ipset=/.chinesedailynews.com/gfwlist -ipset=/.chinese.engadget.com/gfwlist -ipset=/.chinese-hermit.net/gfwlist -ipset=/.chinese-memorial.org/gfwlist -ipset=/.chinesen.de/gfwlist -ipset=/.chinesenewsnet.com/gfwlist -ipset=/.chinesepen.org/gfwlist -ipset=/.chinese.rnw.nl/gfwlist -ipset=/.chinese.soifind.com/gfwlist -ipset=/.chinesetalks.net/gfwlist -ipset=/.chinese.wsj.com/gfwlist -ipset=/.chingcheong.com/gfwlist -ipset=/.chn.chosun.com/gfwlist -ipset=/.chrispederick.com/gfwlist -ipset=/.chrispederick.net/gfwlist -ipset=/.christianstudy.com/gfwlist -ipset=/.christiantimes.org.hk/gfwlist -ipset=/.christusrex.org/gfwlist -ipset=/.chrlawyers.hk/gfwlist -ipset=/.chrlcg-hk.org/gfwlist -ipset=/.chromeadblock.com/gfwlist -ipset=/.chrome.com/gfwlist -ipset=/.ch.shvoong.com/gfwlist -ipset=/.chubun.com/gfwlist -ipset=/.chuizi.net/gfwlist -ipset=/.chukuang.gov.tw/gfwlist -ipset=/.circlethebayfortibet.org/gfwlist -ipset=/.citizenlab.org/gfwlist -ipset=/.citizensradio.org/gfwlist -ipset=/.city9x.com/gfwlist -ipset=/.civicparty.hk/gfwlist -ipset=/.civilhrfront.org/gfwlist -ipset=/.civilmedia.tw/gfwlist -ipset=/.cjb.net/gfwlist -ipset=/.ck101.com/gfwlist -ipset=/.classicalguitarblog.net/gfwlist -ipset=/.clb.org.hk/gfwlist -ipset=/.cl.d0z.net/gfwlist -ipset=/.clientsfromhell.net/gfwlist -ipset=/.clipfish.de/gfwlist -ipset=/.cl.ly/gfwlist -ipset=/.cloudfront.net/gfwlist -ipset=/.club.backchina.com/gfwlist -ipset=/.cms.gov/gfwlist -ipset=/.cmule.com/gfwlist -ipset=/.cn2.streetvoice.com/gfwlist -ipset=/.cna.com.tw/gfwlist -ipset=/.cnavista.com.tw/gfwlist -ipset=/.cn.calameo.com/gfwlist -ipset=/.cn.dayabook.com/gfwlist -ipset=/.cnd.org/gfwlist -ipset=/.cn.fmnnow.com/gfwlist -ipset=/.cn.ibtimes.com/gfwlist -ipset=/.cnn.com/gfwlist -ipset=/.cn.news.cnyes.com/gfwlist -ipset=/.cn.streetvoice.com/gfwlist -ipset=/.cn.uncyclopedia.wikia.com/gfwlist -ipset=/.cn.voa.mobi/gfwlist -ipset=/.cochina.org/gfwlist -ipset=/.cocoapods.org/gfwlist -ipset=/.cocoa.zonble.net/gfwlist -ipset=/.code1984.com/gfwlist -ipset=/.codeboxapp.com/gfwlist -ipset=/.codeshare.io/gfwlist -ipset=/.collateralmurder.com/gfwlist -ipset=/.collateralmurder.org/gfwlist -ipset=/.comefromchina.com/gfwlist -ipset=/.comnews.gio.gov.tw/gfwlist -ipset=/.compileheart.com/gfwlist -ipset=/.connectedchina.reuters.com/gfwlist -ipset=/.connect.facebook.net/gfwlist -ipset=/.conoyo.com/gfwlist -ipset=/.contactmagazine.net/gfwlist -ipset=/.contests.twilio.com/gfwlist -ipset=/.conviva.com/gfwlist -ipset=/.cookingtothegoodlife.com/gfwlist -ipset=/.coolaler.com/gfwlist -ipset=/.coolder.com/gfwlist -ipset=/.coolloud.org.tw/gfwlist -ipset=/.corpus4u.org/gfwlist -ipset=/.corumcollege.com/gfwlist -ipset=/.cotweet.com/gfwlist -ipset=/.couchdbwiki.com/gfwlist -ipset=/.coveringweb.com/gfwlist -ipset=/.cp-house.gov.tw/gfwlist -ipset=/.cpj.org/gfwlist -ipset=/.crackle.com/gfwlist -ipset=/.crd-net.org/gfwlist -ipset=/.creaders.net/gfwlist -ipset=/.cromotc.nat.gov.tw/gfwlist -ipset=/.crossthewall.net/gfwlist -ipset=/.csdparty.com/gfwlist -ipset=/.c-spanvideo.org/gfwlist -ipset=/.css.pixnet.in/gfwlist -ipset=/.csuchen.de/gfwlist -ipset=/.cts.com.tw/gfwlist -ipset=/.cubicle17.com/gfwlist -ipset=/.cuhkacs.org/gfwlist -ipset=/.cuihua.org/gfwlist -ipset=/.cuiweiping.net/gfwlist -ipset=/.culture.tw/gfwlist -ipset=/.curvefish.com/gfwlist -ipset=/.cwb.gov.tw/gfwlist -ipset=/.cyanogenmod.org/gfwlist -ipset=/.cyberghost.natado.com/gfwlist -ipset=/.cyberghostvpn.com/gfwlist -ipset=/.cycab.gov.tw/gfwlist -ipset=/.cydia.ifuckgfw.com/gfwlist -ipset=/.cynscribe.com/gfwlist -ipset=/.cytode.us/gfwlist -ipset=/.dabr.co.uk/gfwlist -ipset=/.dabr.me/gfwlist -ipset=/.dabr.mobi/gfwlist -ipset=/.dadazim.com/gfwlist -ipset=/.dadi360.com/gfwlist -ipset=/.dafagood.com/gfwlist -ipset=/.dafahao.com/gfwlist -ipset=/.dailidaili.com/gfwlist -ipset=/.dailymotion.com/gfwlist -ipset=/.dailynews.sina.com/gfwlist -ipset=/.dajiyuan.com/gfwlist -ipset=/.dajiyuan.eu/gfwlist -ipset=/.dajusha.baywords.com/gfwlist -ipset=/.dalailama.com/gfwlist -ipset=/.dalailama.ru/gfwlist -ipset=/.dalailamaworld.com/gfwlist -ipset=/.dalianmeng.org/gfwlist -ipset=/.danke4china.net/gfwlist -ipset=/.danwei.org/gfwlist -ipset=/.daolan.net/gfwlist -ipset=/.dapu-house.gov.tw/gfwlist -ipset=/.darpa.mil/gfwlist -ipset=/.date.fm/gfwlist -ipset=/.davidslog.com/gfwlist -ipset=/.daxa.cn/gfwlist -ipset=/.dayaarmongol.ning.com/gfwlist -ipset=/.daylife.com/gfwlist -ipset=/.ddc.com.tw/gfwlist -ipset=/.deck.ly/gfwlist -ipset=/.default.secureserver.net/gfwlist -ipset=/.delcamp.net/gfwlist -ipset=/.delicious.com/gfwlist -ipset=/.democrats.org/gfwlist -ipset=/.demo.opera-mini.net/gfwlist -ipset=/.derekhsu.homeip.net/gfwlist -ipset=/.de-sci.org/gfwlist -ipset=/.designerol.com/gfwlist -ipset=/.destiny.xfiles.to/gfwlist -ipset=/.deutsche-welle.de/gfwlist -ipset=/.dev102.com/gfwlist -ipset=/.developers.box.net/gfwlist -ipset=/.deviantart.com/gfwlist -ipset=/.deviantart.net/gfwlist -ipset=/.devio.us/gfwlist -ipset=/.devpn.com/gfwlist -ipset=/.dfas.mil/gfwlist -ipset=/.df.gov.tw/gfwlist -ipset=/.diaoyuislands.org/gfwlist -ipset=/.digitalnomadsproject.org/gfwlist -ipset=/.diigo.com/gfwlist -ipset=/.dimitrik.free.fr/gfwlist -ipset=/.dipity.com/gfwlist -ipset=/.directcreative.com/gfwlist -ipset=/.discuss.com.hk/gfwlist -ipset=/.disp.cc/gfwlist -ipset=/.dit-inc.us/gfwlist -ipset=/.dizhidizhi.com/gfwlist -ipset=/.djangosnippets.org/gfwlist -ipset=/.dl.box.net/gfwlist -ipset=/.dl-laby.jp/gfwlist -ipset=/.dl.playstation.net/gfwlist -ipset=/.dlsite.com/gfwlist -ipset=/.dmcdn.net/gfwlist -ipset=/.dmtip.gov.tw/gfwlist -ipset=/.dns2go.com/gfwlist -ipset=/.dnscrypt.org/gfwlist -ipset=/.docstoc.com/gfwlist -ipset=/.dojin.com/gfwlist -ipset=/.dok-forum.net/gfwlist -ipset=/.dolc.de/gfwlist -ipset=/.dollf.com/gfwlist -ipset=/.domain.club.tw/gfwlist -ipset=/.domainhelp.search.com/gfwlist -ipset=/.dongde.com/gfwlist -ipset=/.dongtaiwang.com/gfwlist -ipset=/.dongtaiwang.net/gfwlist -ipset=/.dongyangjing.com/gfwlist -ipset=/.dontfilter.us/gfwlist -ipset=/.dontmovetochina.com/gfwlist -ipset=/.dotheyfolloweachother.com/gfwlist -ipset=/.dotplane.com/gfwlist -ipset=/.dotsub.com/gfwlist -ipset=/.doubleaf.com/gfwlist -ipset=/.doubleclick.net/gfwlist -ipset=/.dougscripts.com/gfwlist -ipset=/.dowei.org/gfwlist -ipset=/.download.syniumsoftware.com/gfwlist -ipset=/.doxygen.org/gfwlist -ipset=/.dphk.org/gfwlist -ipset=/.dpp.org.tw/gfwlist -ipset=/.drewolanoff.com/gfwlist -ipset=/.drgan.net/gfwlist -ipset=/.dropbox.com/gfwlist -ipset=/.dropboxusercontent.com/gfwlist -ipset=/.drsunacademy.com/gfwlist -ipset=/.drtuber.com/gfwlist -ipset=/.dscn.info/gfwlist -ipset=/.dtiblog.com/gfwlist -ipset=/.dtic.mil/gfwlist -ipset=/.dtiserv2.com/gfwlist -ipset=/.duckduckgo.com/gfwlist -ipset=/.duckload.com/gfwlist -ipset=/.duckmylife.com/gfwlist -ipset=/.duihuahrjournal.org/gfwlist -ipset=/.duihua.org/gfwlist -ipset=/.duoweitimes.com/gfwlist -ipset=/.duping.net/gfwlist -ipset=/.duplicati.com/gfwlist -ipset=/.dupola.com/gfwlist -ipset=/.dupola.net/gfwlist -ipset=/.dvorak.org/gfwlist -ipset=/.dw.de/gfwlist -ipset=/.dwnews.com/gfwlist -ipset=/.dwnews.net/gfwlist -ipset=/.dw-world.com/gfwlist -ipset=/.dw-world.de/gfwlist -ipset=/.dy24k.info/gfwlist -ipset=/.dynawebinc.com/gfwlist -ipset=/.dyndns.org/gfwlist -ipset=/.dzze.com/gfwlist -ipset=/.e123.hk/gfwlist -ipset=/.eamonnbrennan.com/gfwlist -ipset=/.earthquake.usgs.gov/gfwlist -ipset=/.easy-share.com/gfwlist -ipset=/.ebookbrowse.com/gfwlist -ipset=/.ebookee.com/gfwlist -ipset=/.echofon.com/gfwlist -ipset=/.ecministry.net/gfwlist -ipset=/.edicypages.com/gfwlist -ipset=/.edoors.com/gfwlist -ipset=/.edubridge.com/gfwlist -ipset=/.eevpn.com/gfwlist -ipset=/.efcc.org.hk/gfwlist -ipset=/.efksoft.com/gfwlist -ipset=/.efmoe.com/gfwlist -ipset=/.e-gold.com/gfwlist -ipset=/.eic-av.com/gfwlist -ipset=/.e-info.org.tw/gfwlist -ipset=/.electionsmeter.com/gfwlist -ipset=/.elpais.com/gfwlist -ipset=/.eltondisney.com/gfwlist -ipset=/.emacsblog.org/gfwlist -ipset=/.embr.in/gfwlist -ipset=/.emory.edu/gfwlist -ipset=/.emule-ed2k.com/gfwlist -ipset=/.emuparadise.me/gfwlist -ipset=/.enewstree.com/gfwlist -ipset=/.en.favotter.net/gfwlist -ipset=/.englishfromengland.co.uk/gfwlist -ipset=/.entermap.com/gfwlist -ipset=/.en.wikipedia.org/gfwlist -ipset=/.epochtimes-bg.com/gfwlist -ipset=/.epochtimes.co.il/gfwlist -ipset=/.epochtimes.co.kr/gfwlist -ipset=/.epochtimes.com/gfwlist -ipset=/.epochtimes.de/gfwlist -ipset=/.epochtimes.fr/gfwlist -ipset=/.epochtimes.ie/gfwlist -ipset=/.epochtimes.jp/gfwlist -ipset=/.epochtimes-romania.com/gfwlist -ipset=/.epochtimes.ru/gfwlist -ipset=/.epochtimes.se/gfwlist -ipset=/.epochtimestr.com/gfwlist -ipset=/.epochweekly.com/gfwlist -ipset=/.erabaru.net/gfwlist -ipset=/.erepublik.com/gfwlist -ipset=/.erepublik.net/gfwlist -ipset=/.erights.net/gfwlist -ipset=/.eriversoft.com/gfwlist -ipset=/.ernestmandel.org/gfwlist -ipset=/.etaiwannews.com/gfwlist -ipset=/.etizer.org/gfwlist -ipset=/.etools.ncol.com/gfwlist -ipset=/.e-traderland.net/gfwlist -ipset=/.etraining.gov.tw/gfwlist -ipset=/.ettoday.net/gfwlist -ipset=/.evchk.wikia.com/gfwlist -ipset=/.eventful.com/gfwlist -ipset=/.everyday-carry.com/gfwlist -ipset=/.exblog.jp/gfwlist -ipset=/.expatshield.com/gfwlist -ipset=/.exploader.net/gfwlist -ipset=/.extremetube.com/gfwlist -ipset=/.eyespirit.info/gfwlist -ipset=/.eyevio.jp/gfwlist -ipset=/.eyny.com/gfwlist -ipset=/.ezpc.tk/gfwlist -ipset=/.ezpeer.com/gfwlist -ipset=/.facebook.com/gfwlist -ipset=/.facebook.net/gfwlist -ipset=/.facesofnyfw.com/gfwlist -ipset=/.fail.hk/gfwlist -ipset=/.faiththedog.info/gfwlist -ipset=/.fakku.net/gfwlist -ipset=/.falsefire.com/gfwlist -ipset=/.falunart.org/gfwlist -ipset=/.falundafamuseum.org/gfwlist -ipset=/.falundafa.org/gfwlist -ipset=/.falunhr.org/gfwlist -ipset=/.famunion.com/gfwlist -ipset=/.fangbinxing.com/gfwlist -ipset=/.fangeming.com/gfwlist -ipset=/.fanglizhi.info/gfwlist -ipset=/.fangongheike.com/gfwlist -ipset=/.fangong.org/gfwlist -ipset=/.fan-qiang.com/gfwlist -ipset=/.fanqianghou.com/gfwlist -ipset=/.fanqiangyakexi.net/gfwlist -ipset=/.fanswong.com/gfwlist -ipset=/.fanyue.info/gfwlist -ipset=/.fapdu.com/gfwlist -ipset=/.farwestchina.com/gfwlist -ipset=/.farxian.com/gfwlist -ipset=/.fastpic.ru/gfwlist -ipset=/.faststone.org/gfwlist -ipset=/.favorious.com/gfwlist -ipset=/.favstar.fm/gfwlist -ipset=/.fawanghuihui.org/gfwlist -ipset=/.faydao.com/gfwlist -ipset=/.fbcdn.net/gfwlist -ipset=/.fb.com/gfwlist -ipset=/.fb.me/gfwlist -ipset=/.fbsbx.com/gfwlist -ipset=/.fc2china.com/gfwlist -ipset=/.fc2.com/gfwlist -ipset=/.f.cl.ly/gfwlist -ipset=/.fdc89.jp/gfwlist -ipset=/.feedbooks.mobi/gfwlist -ipset=/.feedburner.com/gfwlist -ipset=/.feeds2.feedburner.com/gfwlist -ipset=/.feeds.feedburner.com/gfwlist -ipset=/.feedzshare.com/gfwlist -ipset=/.feelssh.com/gfwlist -ipset=/.feer.com/gfwlist -ipset=/.felixcat.net/gfwlist -ipset=/.feministteacher.com/gfwlist -ipset=/.fengzhenghu.com/gfwlist -ipset=/.fetchvideo.com/gfwlist -ipset=/.ff.im/gfwlist -ipset=/.fflick.com/gfwlist -ipset=/.fgmtv.net/gfwlist -ipset=/.fgmtv.org/gfwlist -ipset=/.filefactory.com/gfwlist -ipset=/.files2me.com/gfwlist -ipset=/.fileserve.com/gfwlist -ipset=/.fillthesquare.org/gfwlist -ipset=/.finalion.jp/gfwlist -ipset=/.findbook.tw/gfwlist -ipset=/.finler.net/gfwlist -ipset=/.fireofliberty.org/gfwlist -ipset=/.firstfivefollowers.com/gfwlist -ipset=/.flecheinthepeche.fr/gfwlist -ipset=/.fleshbot.com/gfwlist -ipset=/.flickr.com/gfwlist -ipset=/.flickrhivemind.net/gfwlist -ipset=/.flightcaster.com/gfwlist -ipset=/.flowerofhappiness.spaces.live.com/gfwlist -ipset=/.focustaiwan.tw/gfwlist -ipset=/.focusvpn.com/gfwlist -ipset=/.fofg.org/gfwlist -ipset=/.fooooo.com/gfwlist -ipset=/.footwiball.com/gfwlist -ipset=/.forum.baby-kingdom.com/gfwlist -ipset=/.forum.cyberctm.com/gfwlist -ipset=/.forum.idsam.com/gfwlist -ipset=/.forum.iset.com.tw/gfwlist -ipset=/.forum.my903.com/gfwlist -ipset=/.forum.mymaji.com/gfwlist -ipset=/.forum.newsgroup.la/gfwlist -ipset=/.forum.nownews.com/gfwlist -ipset=/.forum.omy.sg/gfwlist -ipset=/.forum.palmislife.com/gfwlist -ipset=/.forum.pchome.com.tw/gfwlist -ipset=/.forum.setty.com.tw/gfwlist -ipset=/.forum.sina.com.hk/gfwlist -ipset=/.forum.slime.com.tw/gfwlist -ipset=/.forum.tvb.com/gfwlist -ipset=/.forum.yorkbbs.ca/gfwlist -ipset=/.fotop.net/gfwlist -ipset=/.fourface.nodesnoop.com/gfwlist -ipset=/.fourthinternational.org/gfwlist -ipset=/.foxdie.us/gfwlist -ipset=/.foxsub.com/gfwlist -ipset=/.foxtang.com/gfwlist -ipset=/.fqrouter.com/gfwlist -ipset=/.franklc.com/gfwlist -ipset=/.freakshare.com/gfwlist -ipset=/.fredwilson.vc/gfwlist -ipset=/.free4u.com.ar/gfwlist -ipset=/.freealim.com/gfwlist -ipset=/.freechal.com/gfwlist -ipset=/.freedomhouse.org/gfwlist -ipset=/.free.fr/gfwlist -ipset=/.freegao.com/gfwlist -ipset=/.freegateget.googlepages.com/gfwlist -ipset=/.free-gate.org/gfwlist -ipset=/.free-hada-now.org/gfwlist -ipset=/.freelotto.com/gfwlist -ipset=/.freeman2.com/gfwlist -ipset=/.freemoren.com/gfwlist -ipset=/.freemorenews.com/gfwlist -ipset=/.freenet-china.org/gfwlist -ipset=/.freenetproject.org/gfwlist -ipset=/.freenewscn.com/gfwlist -ipset=/.freeopenvpn.com/gfwlist -ipset=/.freeoz.org/gfwlist -ipset=/.free-ssh.com/gfwlist -ipset=/.freessh.us/gfwlist -ipset=/.freetibet.org/gfwlist -ipset=/.freevpn.nl/gfwlist -ipset=/.freewallpaper4.me/gfwlist -ipset=/.freewebs.com/gfwlist -ipset=/.freeweibo.com/gfwlist -ipset=/.freexinwen.com/gfwlist -ipset=/.freeyoutubeproxy.net/gfwlist -ipset=/.friendfeed.com/gfwlist -ipset=/.friendfeed-media.com/gfwlist -ipset=/.fring.com/gfwlist -ipset=/.fringenetwork.com/gfwlist -ipset=/.frommel.net/gfwlist -ipset=/.frontlinedefenders.org/gfwlist -ipset=/.fscked.org/gfwlist -ipset=/.fsurf.com/gfwlist -ipset=/.ftchinese.com/gfwlist -ipset=/.fuckcnnic.net/gfwlist -ipset=/.fuckgfw.com/gfwlist -ipset=/.fuckgfw.org/gfwlist -ipset=/.fulue.com/gfwlist -ipset=/.funf.tw/gfwlist -ipset=/.funp.com/gfwlist -ipset=/.furinkan.com/gfwlist -ipset=/.furl.net/gfwlist -ipset=/.futurechinaforum.org/gfwlist -ipset=/.futureme.org/gfwlist -ipset=/.futuremessage.org/gfwlist -ipset=/.fuyin.net/gfwlist -ipset=/.fw.cm/gfwlist -ipset=/.fxnetworks.com/gfwlist -ipset=/.fzh999.com/gfwlist -ipset=/.fzh999.net/gfwlist -ipset=/.gabocorp.com/gfwlist -ipset=/.gaeproxy.com/gfwlist -ipset=/.gaeproxy.googlecode.com/gfwlist -ipset=/.galenwu.com/gfwlist -ipset=/.game735.com/gfwlist -ipset=/.gamebase.com.tw/gfwlist -ipset=/.gamer.com.tw/gfwlist -ipset=/.gamez.com.tw/gfwlist -ipset=/.ganges.com/gfwlist -ipset=/.gaoming.net/gfwlist -ipset=/.gaopi.net/gfwlist -ipset=/.gaozhisheng.net/gfwlist -ipset=/.gaozhisheng.org/gfwlist -ipset=/.gardennetworks.com/gfwlist -ipset=/.gardennetworks.org/gfwlist -ipset=/.gartlive.com/gfwlist -ipset=/.gather.com/gfwlist -ipset=/.gaymap.cc/gfwlist -ipset=/.gazotube.com/gfwlist -ipset=/.gcc.org.hk/gfwlist -ipset=/.gclooney.com/gfwlist -ipset=/.g.co/gfwlist -ipset=/.gcpnews.com/gfwlist -ipset=/.gdbt.net/gfwlist -ipset=/.gdzf.org/gfwlist -ipset=/.geek-art.net/gfwlist -ipset=/.geekerhome.com/gfwlist -ipset=/.geekmade.co.uk/gfwlist -ipset=/.geekmanuals.com/gfwlist -ipset=/.generesis.com/gfwlist -ipset=/.genuitec.com/gfwlist -ipset=/.geocities.co.jp/gfwlist -ipset=/.geocities.com/gfwlist -ipset=/.geocities.jp/gfwlist -ipset=/.geohot.com/gfwlist -ipset=/.geometrictools.com/gfwlist -ipset=/.getchu.com/gfwlist -ipset=/.getcloudapp.com/gfwlist -ipset=/.get-digital-help.com/gfwlist -ipset=/.getfoxyproxy.org/gfwlist -ipset=/.getfreedur.com/gfwlist -ipset=/.getiton.com/gfwlist -ipset=/.getjetso.com/gfwlist -ipset=/.getlantern.org/gfwlist -ipset=/.getsmartlinks.com/gfwlist -ipset=/.getsocialscope.com/gfwlist -ipset=/.gfwinterceptor.googlecode.com/gfwlist -ipset=/.gfw.org.ua/gfwlist -ipset=/.ggpht.com/gfwlist -ipset=/.ggssl.com/gfwlist -ipset=/.ghost.org/gfwlist -ipset=/.ghut.org/gfwlist -ipset=/.giga-web.jp/gfwlist -ipset=/.gigporno.ru/gfwlist -ipset=/.gimpshop.com/gfwlist -ipset=/.girlbanker.com/gfwlist -ipset=/.github.com/gfwlist -ipset=/.git-scm.com/gfwlist -ipset=/.givemesomethingtoread.com/gfwlist -ipset=/.glennhilton.com/gfwlist -ipset=/.globaljihad.net/gfwlist -ipset=/.globalmuseumoncommunism.org/gfwlist -ipset=/.globalrescue.net/gfwlist -ipset=/.globalvoicesonline.org/gfwlist -ipset=/.gmail.com/gfwlist -ipset=/.gmbd.cn/gfwlist -ipset=/.gmhz.org/gfwlist -ipset=/.gmodules.com/gfwlist -ipset=/.gmozomg.izihost.org/gfwlist -ipset=/.gnci.org.hk/gfwlist -ipset=/.goagent.biz/gfwlist -ipset=/.goagent.googlecode.com/gfwlist -ipset=/.goagentplus.com/gfwlist -ipset=/.godfootsteps.org/gfwlist -ipset=/.golang.org/gfwlist -ipset=/.goldbetsports.com/gfwlist -ipset=/.goldwave.com/gfwlist -ipset=/.gongmeng.info/gfwlist -ipset=/.gongm.in/gfwlist -ipset=/.gongminliliang.com/gfwlist -ipset=/.gongwt.com/gfwlist -ipset=/.goodreaders.com/gfwlist -ipset=/.goodreads.com/gfwlist -ipset=/.goofind.com/gfwlist -ipset=/.goo.gl/gfwlist -ipset=/.googleadservices.com/gfwlist -ipset=/.google-analytics.com/gfwlist -ipset=/.googleapis.com/gfwlist -ipset=/.googlecode.com/gfwlist -ipset=/.google.co.jp/gfwlist -ipset=/.google.com/gfwlist -ipset=/.google.com.hk/gfwlist -ipset=/.google.com.sg/gfwlist -ipset=/.google.com.tw/gfwlist -ipset=/.google.com.uk/gfwlist -ipset=/.googledomains.com/gfwlist -ipset=/.googledrive.com/gfwlist -ipset=/.googleearth.com/gfwlist -ipset=/.googlehosted.com/gfwlist -ipset=/.googlelabs.com/gfwlist -ipset=/.googlemail.com/gfwlist -ipset=/.googleplus.com/gfwlist -ipset=/.googlesile.com/gfwlist -ipset=/.googlesource.com/gfwlist -ipset=/.googlesyndication.com/gfwlist -ipset=/.googletagmanager.com/gfwlist -ipset=/.googletagservices.com/gfwlist -ipset=/.googleusercontent.com/gfwlist -ipset=/.googlevideo.com/gfwlist -ipset=/.gopetition.com/gfwlist -ipset=/.gospelherald.com/gfwlist -ipset=/.gov.tw/gfwlist -ipset=/.gpass1.com/gfwlist -ipset=/.grandtrial.org/gfwlist -ipset=/.graphis.ne.jp/gfwlist -ipset=/.gravatar.com/gfwlist -ipset=/.graylog2.org/gfwlist -ipset=/.grb.gov.tw/gfwlist -ipset=/.greatfire.org/gfwlist -ipset=/.greatfirewall.biz/gfwlist -ipset=/.great-firewall.com/gfwlist -ipset=/.greatfirewallofchina.net/gfwlist -ipset=/.greatfirewallofchina.org/gfwlist -ipset=/.great-roc.org/gfwlist -ipset=/.greatroc.org/gfwlist -ipset=/.greatroc.tw/gfwlist -ipset=/.greatzhonghua.org/gfwlist -ipset=/.greenparty.org.tw/gfwlist -ipset=/.greenvpn.net/gfwlist -ipset=/.gs-discuss.com/gfwlist -ipset=/.gseeker.com/gfwlist -ipset=/.gsn-cert.nat.gov.tw/gfwlist -ipset=/.gstatic.com/gfwlist -ipset=/.gtap.googlecode.com/gfwlist -ipset=/.gtricks.com/gfwlist -ipset=/.guancha.org/gfwlist -ipset=/.gufeng521.spaces.live.com/gfwlist -ipset=/.guishan.org/gfwlist -ipset=/.gunsamerica.com/gfwlist -ipset=/.gun-world.net/gfwlist -ipset=/.guomin.us/gfwlist -ipset=/.gutteruncensored.com/gfwlist -ipset=/.gvm.com.tw/gfwlist -ipset=/.gyalwarinpoche.com/gfwlist -ipset=/.gysd.nyc.gov.tw/gfwlist -ipset=/.gzm.tv/gfwlist -ipset=/.gzone-anime.info/gfwlist -ipset=/.h1n1china.org/gfwlist -ipset=/.hacken.cc/gfwlist -ipset=/.hackthatphone.net/gfwlist -ipset=/.hahlo.com/gfwlist -ipset=/.hakkatv.org.tw/gfwlist -ipset=/.hanunyi.com/gfwlist -ipset=/.hardsextube.com/gfwlist -ipset=/.hasaowall.com/gfwlist -ipset=/.have8.com/gfwlist -ipset=/.haygo.com/gfwlist -ipset=/.hcc.gov.tw/gfwlist -ipset=/.hchcc.gov.tw/gfwlist -ipset=/.h-china.org/gfwlist -ipset=/.hdtvb.net/gfwlist -ipset=/.heartyit.com/gfwlist -ipset=/.hecaitou.net/gfwlist -ipset=/.hechaji.com/gfwlist -ipset=/.heix.pp.ru/gfwlist -ipset=/.heiyo.info/gfwlist -ipset=/.helloandroid.com/gfwlist -ipset=/.hellonewyork.us/gfwlist -ipset=/.helloqueer.com/gfwlist -ipset=/.hellotxt.com/gfwlist -ipset=/.hellouk.org/gfwlist -ipset=/.helpeachpeople.com/gfwlist -ipset=/.helplinfen.com/gfwlist -ipset=/.help.linksalpha.com/gfwlist -ipset=/.help.opera.com/gfwlist -ipset=/.helpzhuling.org/gfwlist -ipset=/.hen.bao.li/gfwlist -ipset=/.hengchuen.gov.tw/gfwlist -ipset=/.heqinglian.net/gfwlist -ipset=/.here4news.com/gfwlist -ipset=/.heungkongdiscuss.com/gfwlist -ipset=/.hgseav.com/gfwlist -ipset=/.hidden-advent.org/gfwlist -ipset=/.hidecloud.com/gfwlist -ipset=/.hideipvpn.com/gfwlist -ipset=/.hidemyass.com/gfwlist -ipset=/.higfw.com/gfwlist -ipset=/.highrockmedia.com/gfwlist -ipset=/.hihiforum.com/gfwlist -ipset=/.hihistory.net/gfwlist -ipset=/.hiitch.com/gfwlist -ipset=/.hikinggfw.org/gfwlist -ipset=/.himemix.com/gfwlist -ipset=/.himemix.net/gfwlist -ipset=/.hjclub.info/gfwlist -ipset=/.hk32168.com/gfwlist -ipset=/.hkbc.net/gfwlist -ipset=/.hkbf.org/gfwlist -ipset=/.hkchurch.org/gfwlist -ipset=/.hkdailynews.com.hk/gfwlist -ipset=/.hkday.net/gfwlist -ipset=/.hkej.com/gfwlist -ipset=/.hkepc.com/gfwlist -ipset=/.hkfront.org/gfwlist -ipset=/.hk.geocities.com/gfwlist -ipset=/.hkgolden.com/gfwlist -ipset=/.hkgreenradio.org/gfwlist -ipset=/.hkg.westkit.net/gfwlist -ipset=/.hkheadline.com/gfwlist -ipset=/.hkhkhk.com/gfwlist -ipset=/.hkjc.com/gfwlist -ipset=/.hk.jiepang.com/gfwlist -ipset=/.hkjp.easyweb.hk/gfwlist -ipset=/.hkjp.org/gfwlist -ipset=/.hk.knowledge.yahoo.com/gfwlist -ipset=/.hk.myblog.yahoo.com/gfwlist -ipset=/.hk.news.yahoo.com/gfwlist -ipset=/.hkptu.org/gfwlist -ipset=/.hk-pub.com/gfwlist -ipset=/.hk.rd.yahoo.com/gfwlist -ipset=/.hkreporter.com/gfwlist -ipset=/.hkreporter.loved.hk/gfwlist -ipset=/.hk.search.yahoo.com/gfwlist -ipset=/.hk.video.news.yahoo.com/gfwlist -ipset=/.hkwcc.org.hk/gfwlist -ipset=/.hk.yahoo.com/gfwlist -ipset=/.hkzone.org/gfwlist -ipset=/.hnjhj.com/gfwlist -ipset=/.hola.com/gfwlist -ipset=/.holyspiritspeaks.org/gfwlist -ipset=/.holz.byethost8.com/gfwlist -ipset=/.homeservershow.com/gfwlist -ipset=/.home.sina.com/gfwlist -ipset=/.home.so-net.net.tw/gfwlist -ipset=/.honeonet.spaces.live.com/gfwlist -ipset=/.hongmeimei.com/gfwlist -ipset=/.hongzhi.li/gfwlist -ipset=/.hootsuite.com/gfwlist -ipset=/.hotpot.hk/gfwlist -ipset=/.hotshame.com/gfwlist -ipset=/.hotspotshield.com/gfwlist -ipset=/.hougaige.com/gfwlist -ipset=/.howtoforge.com/gfwlist -ipset=/.hqcdp.org/gfwlist -ipset=/.hrcir.com/gfwlist -ipset=/.hrichina.org/gfwlist -ipset=/.hrw.org/gfwlist -ipset=/.hsinchu-cc.gov.tw/gfwlist -ipset=/.hsjp.net/gfwlist -ipset=/.hsselite.com/gfwlist -ipset=/.htkou.net/gfwlist -ipset=/.htl.li/gfwlist -ipset=/.ht.ly/gfwlist -ipset=/.htmldog.com/gfwlist -ipset=/.huaglad.com/gfwlist -ipset=/.huajiadi.spaces.live.com/gfwlist -ipset=/.huanghuagang.org/gfwlist -ipset=/.huaren.us/gfwlist -ipset=/.huaxia-news.com/gfwlist -ipset=/.huaxin.ph/gfwlist -ipset=/.hua-yue.net/gfwlist -ipset=/.hudatoriq.web.id/gfwlist -ipset=/.hugoroy.eu/gfwlist -ipset=/.huhamhire.com/gfwlist -ipset=/.hujiachina.spaces.live.com/gfwlist -ipset=/.hulu.com/gfwlist -ipset=/.huluim.com/gfwlist -ipset=/.humanities.uchicago.edu/gfwlist -ipset=/.hungerstrikeforaids.org/gfwlist -ipset=/.hung-ya.com/gfwlist -ipset=/.huping.net/gfwlist -ipset=/.hutianyi.net/gfwlist -ipset=/.hutong9.net/gfwlist -ipset=/.hwinfo.com/gfwlist -ipset=/.hyperrate.com/gfwlist -ipset=/.hypeshell.com/gfwlist -ipset=/.i1.hk/gfwlist -ipset=/.i2runner.com/gfwlist -ipset=/.ialmostlaugh.com/gfwlist -ipset=/.iask.bz/gfwlist -ipset=/.iask.ca/gfwlist -ipset=/.ibiblio.org/gfwlist -ipset=/.iblogserv-f.net/gfwlist -ipset=/.ibros.org/gfwlist -ipset=/.icij.org/gfwlist -ipset=/.icl-fi.org/gfwlist -ipset=/.iconpaper.org/gfwlist -ipset=/.icu-project.org/gfwlist -ipset=/.idemocracy.asia/gfwlist -ipset=/.identi.ca/gfwlist -ipset=/.idiomconnection.com/gfwlist -ipset=/.idouga.com/gfwlist -ipset=/.idv.tw/gfwlist -ipset=/.ieasynews.net/gfwlist -ipset=/.ied2k.net/gfwlist -ipset=/.ieemdai.spaces.live.com/gfwlist -ipset=/.ifan.cz.cc/gfwlist -ipset=/.ifanqiang.com/gfwlist -ipset=/.ifanr.com/gfwlist -ipset=/.ifcss.org/gfwlist -ipset=/.ifjc.org/gfwlist -ipset=/.igfw.net/gfwlist -ipset=/.ignitedetroit.net/gfwlist -ipset=/.igvita.com/gfwlist -ipset=/.ihakka.net/gfwlist -ipset=/.iicns.com/gfwlist -ipset=/.illusionfactory.com/gfwlist -ipset=/.ilove80.be/gfwlist -ipset=/.im88.tw/gfwlist -ipset=/.imageflea.com/gfwlist -ipset=/.imagesblog.gio.gov.tw/gfwlist -ipset=/.imageshack.us/gfwlist -ipset=/.imagevenue.com/gfwlist -ipset=/.imagezilla.net/gfwlist -ipset=/.ime.baidu.jp/gfwlist -ipset=/.img.ly/gfwlist -ipset=/.imkev.com/gfwlist -ipset=/.imlive.com/gfwlist -ipset=/.immigration.gov.tw/gfwlist -ipset=/.imrworldwide.com/gfwlist -ipset=/.im.tv/gfwlist -ipset=/.incredibox.fr/gfwlist -ipset=/.iner.gov.tw/gfwlist -ipset=/.initiativesforchina.org/gfwlist -ipset=/.inmediahk.net/gfwlist -ipset=/.innermongolia.org/gfwlist -ipset=/.instagram.com/gfwlist -ipset=/.interestinglaugh.com/gfwlist -ipset=/.interfaceaddiction.com/gfwlist -ipset=/.internationalrivers.org/gfwlist -ipset=/.internetdefenseleague.org/gfwlist -ipset=/.internetfreedom.org/gfwlist -ipset=/.internetpopculture.com/gfwlist -ipset=/.inxian.com/gfwlist -ipset=/.iphone4hongkong.com/gfwlist -ipset=/.iphonehacks.com/gfwlist -ipset=/.iphonix.fr/gfwlist -ipset=/.ipicture.ru/gfwlist -ipset=/.ipobar.com/gfwlist -ipset=/.ippotv.com/gfwlist -ipset=/.iptorrents.com/gfwlist -ipset=/.ipvanish.com/gfwlist -ipset=/.iredmail.org/gfwlist -ipset=/.ironbigfools.compython.net/gfwlist -ipset=/.ironicsoftware.com/gfwlist -ipset=/.ironpython.net/gfwlist -ipset=/.isaacmao.com/gfwlist -ipset=/.isgreat.org/gfwlist -ipset=/.islamicity.com/gfwlist -ipset=/.islam.org.hk/gfwlist -ipset=/.ismprofessional.net/gfwlist -ipset=/.isohunt.com/gfwlist -ipset=/.israbox.com/gfwlist -ipset=/.istockphoto.com/gfwlist -ipset=/.isunaffairs.com/gfwlist -ipset=/.isuntv.com/gfwlist -ipset=/.itaboo.info/gfwlist -ipset=/.ithelp.ithome.com.tw/gfwlist -ipset=/.itrc.gov.tw/gfwlist -ipset=/.itshidden.com/gfwlist -ipset=/.itweet.net/gfwlist -ipset=/.iu45.com/gfwlist -ipset=/.iverycd.com/gfwlist -ipset=/.ixquick.com/gfwlist -ipset=/.izaobao.us/gfwlist -ipset=/.izles.net/gfwlist -ipset=/.japan-whores.com/gfwlist -ipset=/.jayparkinsonmd.com/gfwlist -ipset=/.jbtalks.cc/gfwlist -ipset=/.jbtalks.com/gfwlist -ipset=/.jbtalks.my/gfwlist -ipset=/.jeanyim.com/gfwlist -ipset=/.jgoodies.com/gfwlist -ipset=/.jiaoyou8.com/gfwlist -ipset=/.jiehua.cz/gfwlist -ipset=/.jieshibaobao.com/gfwlist -ipset=/.jike.com/gfwlist -ipset=/.jimoparty.com/gfwlist -ipset=/.jinbushe.org/gfwlist -ipset=/.jingpin.org/gfwlist -ipset=/.jitouch.com/gfwlist -ipset=/.jkforum.net/gfwlist -ipset=/.j.mp/gfwlist -ipset=/.joachims.org/gfwlist -ipset=/.jobso.tv/gfwlist -ipset=/.joeedelman.com/gfwlist -ipset=/.journalofdemocracy.org/gfwlist -ipset=/.jpopforum.net/gfwlist -ipset=/.juliereyc.com/gfwlist -ipset=/.junauza.com/gfwlist -ipset=/.junefourth-20.net/gfwlist -ipset=/.justfreevpn.com/gfwlist -ipset=/.justtristan.com/gfwlist -ipset=/.juziyue.com/gfwlist -ipset=/.jwmusic.org/gfwlist -ipset=/.jyxf.net/gfwlist -ipset=/.jyzj.waqn.com/gfwlist -ipset=/.k2.xrea.com/gfwlist -ipset=/.kagyuoffice.org.tw/gfwlist -ipset=/.kaiyuan.de/gfwlist -ipset=/.kakao.com/gfwlist -ipset=/.kanzhongguo.com/gfwlist -ipset=/.kanzhongguo.eu/gfwlist -ipset=/.karayou.com/gfwlist -ipset=/.ka-wai.com/gfwlist -ipset=/.kcsoftwares.com/gfwlist -ipset=/.kechara.com/gfwlist -ipset=/.keepandshare.com/gfwlist -ipset=/.kendincos.net/gfwlist -ipset=/.kenengba.com/gfwlist -ipset=/.keontech.net/gfwlist -ipset=/.khcc.gov.tw/gfwlist -ipset=/.khms.gov.tw/gfwlist -ipset=/.khmusic.com.tw/gfwlist -ipset=/.killwall.com/gfwlist -ipset=/.kineox.free.fr/gfwlist -ipset=/.kingdomsalvation.org/gfwlist -ipset=/.kinghost.com/gfwlist -ipset=/.kingstone.com.tw/gfwlist -ipset=/.kissbbao.cn/gfwlist -ipset=/.kissyoutube.com/gfwlist -ipset=/.kk.gov.tw/gfwlist -ipset=/.klccab.gov.tw/gfwlist -ipset=/.klra.gov.tw/gfwlist -ipset=/.klsio.gov.tw/gfwlist -ipset=/.kmh.gov.tw/gfwlist -ipset=/.kmseh.gov.tw/gfwlist -ipset=/.knowledgerush.com/gfwlist -ipset=/.kodingen.com/gfwlist -ipset=/.kompozer.net/gfwlist -ipset=/.koolsolutions.com/gfwlist -ipset=/.koornk.com/gfwlist -ipset=/.kt.kcome.org/gfwlist -ipset=/.kui.name/gfwlist -ipset=/.kun.im/gfwlist -ipset=/.kurtmunger.com/gfwlist -ipset=/.kusocity.com/gfwlist -ipset=/.kwongwah.com.my/gfwlist -ipset=/.kyohk.net/gfwlist -ipset=/.kzeng.info/gfwlist -ipset=/.labiennale.org/gfwlist -ipset=/.ladbrokes.com/gfwlist -ipset=/.la-forum.org/gfwlist -ipset=/.lagranepoca.com/gfwlist -ipset=/.lalulalu.com/gfwlist -ipset=/.laogai.org/gfwlist -ipset=/.laomiu.com/gfwlist -ipset=/.laoyang.info/gfwlist -ipset=/.laptoplockdown.com/gfwlist -ipset=/.laqingdan.net/gfwlist -ipset=/.larsgeorge.com/gfwlist -ipset=/.lastfm.es/gfwlist -ipset=/.latelinenews.com/gfwlist -ipset=/.latimesblogs.latimes.com/gfwlist -ipset=/.lazarsearlymusic.com/gfwlist -ipset=/.leecheukyan.org/gfwlist -ipset=/.legaltech.law.com/gfwlist -ipset=/.lematin.ch/gfwlist -ipset=/.lemonde.fr/gfwlist -ipset=/.lenwhite.com/gfwlist -ipset=/.lerosua.org/gfwlist -ipset=/.lesoir.be/gfwlist -ipset=/.lesscss.org/gfwlist -ipset=/.letscorp.net/gfwlist -ipset=/.liansi.org/gfwlist -ipset=/.lianyue.net/gfwlist -ipset=/.liaowangxizang.net/gfwlist -ipset=/.liberal.org.hk/gfwlist -ipset=/.libertytimes.com.tw/gfwlist -ipset=/.lich355.megabyet.net/gfwlist -ipset=/.lidecheng.com/gfwlist -ipset=/.life.fly4ever.me/gfwlist -ipset=/.limiao.net/gfwlist -ipset=/.line.me/gfwlist -ipset=/.linglingfa.com/gfwlist -ipset=/.lingvodics.com/gfwlist -ipset=/.linkideo.com/gfwlist -ipset=/.linuxconfig.org/gfwlist -ipset=/.linux-engineer.net/gfwlist -ipset=/.linuxreviews.org/gfwlist -ipset=/.linuxtoy.org/gfwlist -ipset=/.lipuman.com/gfwlist -ipset=/.listentoyoutube.com/gfwlist -ipset=/.list.ly/gfwlist -ipset=/.listorious.com/gfwlist -ipset=/.lists.debian.org/gfwlist -ipset=/.lists.w3.org/gfwlist -ipset=/.littlebigdetails.com/gfwlist -ipset=/.liudejun.com/gfwlist -ipset=/.liuhanyu.com/gfwlist -ipset=/.liujianshu.com/gfwlist -ipset=/.liu.lu/gfwlist -ipset=/.liuxiaotong.com/gfwlist -ipset=/.liveleak.com/gfwlist -ipset=/.livestation.com/gfwlist -ipset=/.livestream.com/gfwlist -ipset=/.livevideo.com/gfwlist -ipset=/.livingonline.us/gfwlist -ipset=/.livingstream.com/gfwlist -ipset=/.lizhizhuangbi.com/gfwlist -ipset=/.lkcn.net/gfwlist -ipset=/.localpresshk.com/gfwlist -ipset=/.lockdown.com/gfwlist -ipset=/.lockestek.com/gfwlist -ipset=/.logbot.net/gfwlist -ipset=/.logiqx.com/gfwlist -ipset=/.logmike.com/gfwlist -ipset=/.log.riku.me/gfwlist -ipset=/.london.neighborhoodr.com/gfwlist -ipset=/.longhair.hk/gfwlist -ipset=/.longtermly.net/gfwlist -ipset=/.lookatgame.com/gfwlist -ipset=/.lookingglasstheatre.org/gfwlist -ipset=/.lookpic.com/gfwlist -ipset=/.lotuslight.org.tw/gfwlist -ipset=/.lovequicksilver.com/gfwlist -ipset=/.lovesphinx.tk/gfwlist -ipset=/.lrfz.com/gfwlist -ipset=/.lsd.org.hk/gfwlist -ipset=/.lsforum.net/gfwlist -ipset=/.lsmchinese.org/gfwlist -ipset=/.lsmkorean.org/gfwlist -ipset=/.lsm.org/gfwlist -ipset=/.lsxszzg.com/gfwlist -ipset=/.lua.org/gfwlist -ipset=/.lua-users.org/gfwlist -ipset=/.lungtanhr.gov.tw/gfwlist -ipset=/.luntan.zaobao.com/gfwlist -ipset=/.lupm.org/gfwlist -ipset=/.lushstories.com/gfwlist -ipset=/.lvhai.org/gfwlist -ipset=/.lyricsquote.com/gfwlist -ipset=/.mad-ar.ch/gfwlist -ipset=/.madmenunbuttoned.com/gfwlist -ipset=/.magazines.sina.com.tw/gfwlist -ipset=/.maiio.net/gfwlist -ipset=/.mail-archive.com/gfwlist -ipset=/.maiplus.com/gfwlist -ipset=/.makemymood.com/gfwlist -ipset=/.makzhou.warehouse333.com/gfwlist -ipset=/.malaysiakini.com/gfwlist -ipset=/.marc.info/gfwlist -ipset=/.marco.org/gfwlist -ipset=/.marguerite.su/gfwlist -ipset=/.marines.mil/gfwlist -ipset=/.markmilian.com/gfwlist -ipset=/.martau.com/gfwlist -ipset=/.martincartoons.com/gfwlist -ipset=/.maruta.be/gfwlist -ipset=/.marxist.com/gfwlist -ipset=/.marxist.net/gfwlist -ipset=/.marxists.org/gfwlist -ipset=/.mashable.com/gfwlist -ipset=/.mash.to/gfwlist -ipset=/.matainja.com/gfwlist -ipset=/.mathiew-badimon.com/gfwlist -ipset=/.matsu-news.gov.tw/gfwlist -ipset=/.matsushimakaede.com/gfwlist -ipset=/.maxgif.com/gfwlist -ipset=/.mayimayi.com/gfwlist -ipset=/.mcadforums.com/gfwlist -ipset=/.mcfog.com/gfwlist -ipset=/.md-t.org/gfwlist -ipset=/.mediafire.com/gfwlist -ipset=/.meetup.com/gfwlist -ipset=/.mefeedia.com/gfwlist -ipset=/.megaporn.com/gfwlist -ipset=/.megarotic.com/gfwlist -ipset=/.megavideo.com/gfwlist -ipset=/.megurineluka.com/gfwlist -ipset=/.meirixiaochao.com/gfwlist -ipset=/.melon-peach.com/gfwlist -ipset=/.memedia.cn/gfwlist -ipset=/.meme.yahoo.com/gfwlist -ipset=/.memrijttm.org/gfwlist -ipset=/.merit-times.com.tw/gfwlist -ipset=/.mesotw.com/gfwlist -ipset=/.metacafe.com/gfwlist -ipset=/.meteorshowersonline.com/gfwlist -ipset=/.metrolife.ca/gfwlist -ipset=/.mgoon.com/gfwlist -ipset=/.mgstage.com/gfwlist -ipset=/.mh4u.org/gfwlist -ipset=/.mhradio.org/gfwlist -ipset=/.michaelanti.com/gfwlist -ipset=/.michaelmarketl.com/gfwlist -ipset=/.middle-way.net/gfwlist -ipset=/.mihk.hk/gfwlist -ipset=/.mihua.org/gfwlist -ipset=/.mike.cz.cc/gfwlist -ipset=/.mimivip.com/gfwlist -ipset=/.minghui.org/gfwlist -ipset=/.minghui-school.org/gfwlist -ipset=/.mingjinglishi.com/gfwlist -ipset=/.mingjingnews.com/gfwlist -ipset=/.mingpaocanada.com/gfwlist -ipset=/.mingpao.com/gfwlist -ipset=/.mingpaomonthly.com/gfwlist -ipset=/.mingpaonews.com/gfwlist -ipset=/.mingpaony.com/gfwlist -ipset=/.mingpaosf.com/gfwlist -ipset=/.mingpaotor.com/gfwlist -ipset=/.mingpaovan.com/gfwlist -ipset=/.minimalmac.com/gfwlist -ipset=/.mininova.org/gfwlist -ipset=/.minzhuhua.net/gfwlist -ipset=/.minzhuzhongguo.org/gfwlist -ipset=/.miroguide.com/gfwlist -ipset=/.mirrorbooks.com/gfwlist -ipset=/.mitbbs.com/gfwlist -ipset=/.mixedmedialabs.com/gfwlist -ipset=/.mixero.com/gfwlist -ipset=/.mixpod.com/gfwlist -ipset=/.mixx.com/gfwlist -ipset=/.mizzmona.com/gfwlist -ipset=/.mk5000.com/gfwlist -ipset=/.mlcool.com/gfwlist -ipset=/.mmaaxx.com/gfwlist -ipset=/.mmmca.com/gfwlist -ipset=/.mobatek.net/gfwlist -ipset=/.mobile01.com/gfwlist -ipset=/.mobileways.de/gfwlist -ipset=/.mobypicture.com/gfwlist -ipset=/.moby.to/gfwlist -ipset=/.modfetish.com/gfwlist -ipset=/.moe.gov.tw/gfwlist -ipset=/.mog.com/gfwlist -ipset=/.molihua.org/gfwlist -ipset=/.mondex.org/gfwlist -ipset=/.monitorchina.org/gfwlist -ipset=/.moonriver7.files.wordpress.com/gfwlist -ipset=/.morningsun.org/gfwlist -ipset=/.m.oulove.org/gfwlist -ipset=/.movabletype.com/gfwlist -ipset=/.moviefap.com/gfwlist -ipset=/.mp3ye.eu/gfwlist -ipset=/.mpettis.com/gfwlist -ipset=/.mpfinance.com/gfwlist -ipset=/.mpinews.com/gfwlist -ipset=/.m.plixi.com/gfwlist -ipset=/.mrdoob.com/gfwlist -ipset=/.mrtweet.com/gfwlist -ipset=/.msguancha.com/gfwlist -ipset=/.m.slandr.net/gfwlist -ipset=/.mthruf.com/gfwlist -ipset=/.m.tweete.net/gfwlist -ipset=/.mtw.tl/gfwlist -ipset=/.multiply.com/gfwlist -ipset=/.multiproxy.org/gfwlist -ipset=/.multiupload.com/gfwlist -ipset=/.muouju.com/gfwlist -ipset=/.muselinks.co.jp/gfwlist -ipset=/.music.jwmusic.org/gfwlist -ipset=/.muzi.com/gfwlist -ipset=/.muzi.net/gfwlist -ipset=/.muzu.tv/gfwlist -ipset=/.mvdis.gov.tw/gfwlist -ipset=/.mx981.com/gfwlist -ipset=/.myactimes.com/gfwlist -ipset=/.my-addr.com/gfwlist -ipset=/.myaudiocast.com/gfwlist -ipset=/.myav.com.tw/gfwlist -ipset=/.my.backchina.com/gfwlist -ipset=/.myboooks.googlepages.com/gfwlist -ipset=/.mychinamyhome.com/gfwlist -ipset=/.myeclipseide.com/gfwlist -ipset=/.myforum.com.hk/gfwlist -ipset=/.myforum.com.uk/gfwlist -ipset=/.myfreshnet.com/gfwlist -ipset=/.my.keso.cn/gfwlist -ipset=/.myopenid.com/gfwlist -ipset=/.my.opera.com/gfwlist -ipset=/.mypaper.pchome.com.tw/gfwlist -ipset=/.myparagliding.com/gfwlist -ipset=/.mypopescu.com/gfwlist -ipset=/.my-proxy.com/gfwlist -ipset=/.myshare.url.com.tw/gfwlist -ipset=/.mysinablog.com/gfwlist -ipset=/.myspace.com/gfwlist -ipset=/.myvlog.im.tv/gfwlist -ipset=/.naacoalition.org/gfwlist -ipset=/.naitik.net/gfwlist -ipset=/.nakido.com/gfwlist -ipset=/.namsisi.com/gfwlist -ipset=/.nanyang.com/gfwlist -ipset=/.nanyangpost.com/gfwlist -ipset=/.nanzao.com/gfwlist -ipset=/.naol.ca/gfwlist -ipset=/.national-lottery.co.uk/gfwlist -ipset=/.navicat.com/gfwlist -ipset=/.navigeaters.com/gfwlist -ipset=/.navy.mil/gfwlist -ipset=/.nccwatch.org.tw/gfwlist -ipset=/.ncdr.nat.gov.tw/gfwlist -ipset=/.nch.com.tw/gfwlist -ipset=/.ncn.org/gfwlist -ipset=/.ncree.gov.tw/gfwlist -ipset=/.nde.de/gfwlist -ipset=/.ndr.de/gfwlist -ipset=/.nekoslovakia.net/gfwlist -ipset=/.nerch.gov.tw/gfwlist -ipset=/.ner.gov.tw/gfwlist -ipset=/.nerhl.gov.tw/gfwlist -ipset=/.nertt.gov.tw/gfwlist -ipset=/.netcolony.com/gfwlist -ipset=/.netflix.com/gfwlist -ipset=/.netme.cc/gfwlist -ipset=/.networkedblogs.com/gfwlist -ipset=/.neverforget8964.org/gfwlist -ipset=/.new-3lunch.net/gfwlist -ipset=/.new-akiba.com/gfwlist -ipset=/.newcenturymc.com/gfwlist -ipset=/.newcenturynews.com/gfwlist -ipset=/.newchen.com/gfwlist -ipset=/.newgrounds.com/gfwlist -ipset=/.newlandmagazine.com.au/gfwlist -ipset=/.news100.com.tw/gfwlist -ipset=/.newsancai.com/gfwlist -ipset=/.news.atebits.com/gfwlist -ipset=/.news.backchina.com/gfwlist -ipset=/.news.bbc.co.uk/gfwlist -ipset=/.newscn.org/gfwlist -ipset=/.news.cnyes.com/gfwlist -ipset=/.newsforums.bbc.co.uk/gfwlist -ipset=/.news.ghostery.com/gfwlist -ipset=/.news.google.com.hk/gfwlist -ipset=/.newsminer.com/gfwlist -ipset=/.news.msn.com.tw/gfwlist -ipset=/.news.omy.sg/gfwlist -ipset=/.news.pchome.com.tw/gfwlist -ipset=/.newspeak.cc/gfwlist -ipset=/.newspp.org/gfwlist -ipset=/.news.sina.com.hk/gfwlist -ipset=/.news.sina.com.tw/gfwlist -ipset=/.news.singtao.ca/gfwlist -ipset=/.newstapa.org/gfwlist -ipset=/.newtaiwan.com.tw/gfwlist -ipset=/.newtalk.tw/gfwlist -ipset=/.newyorktimes.com/gfwlist -ipset=/.nexton-net.jp/gfwlist -ipset=/.nexttv.com.tw/gfwlist -ipset=/.nf.id.au/gfwlist -ipset=/.nga.mil/gfwlist -ipset=/.ngensis.com/gfwlist -ipset=/.nhri.gov.tw/gfwlist -ipset=/.nic.cz.cc/gfwlist -ipset=/.nici.nat.gov.tw/gfwlist -ipset=/.nicovideo.tw/gfwlist -ipset=/.nict.gov.tw/gfwlist -ipset=/.nighost.org/gfwlist -ipset=/.nintendium.com/gfwlist -ipset=/.nintendowifi.net/gfwlist -ipset=/.njactb.org/gfwlist -ipset=/.njuice.com/gfwlist -ipset=/.nlfreevpn.com/gfwlist -ipset=/.nmh.gov.tw/gfwlist -ipset=/.nmmba.gov.tw/gfwlist -ipset=/.nmp.gov.tw/gfwlist -ipset=/.nmtl.gov.tw/gfwlist -ipset=/.nmvttc.gov.tw/gfwlist -ipset=/.nobelprize.org/gfwlist -ipset=/.nobel.se/gfwlist -ipset=/.nobodycanstop.us/gfwlist -ipset=/.nokogiri.org/gfwlist -ipset=/.nokola.com/gfwlist -ipset=/.noobbox.com/gfwlist -ipset=/.notes.alexdong.com/gfwlist -ipset=/.novelasia.com/gfwlist -ipset=/.nownews.com/gfwlist -ipset=/.nowtorrents.com/gfwlist -ipset=/.noypf.com/gfwlist -ipset=/.npa.go.jp/gfwlist -ipset=/.npm.gov.tw/gfwlist -ipset=/.nps.gov/gfwlist -ipset=/.nrk.no/gfwlist -ipset=/.nsc.gov.tw/gfwlist -ipset=/.nspo.gov.tw/gfwlist -ipset=/.nstm.gov.tw/gfwlist -ipset=/.ntdmh.gov.tw/gfwlist -ipset=/.ntdtv.ca/gfwlist -ipset=/.ntdtv.co/gfwlist -ipset=/.ntdtv.com/gfwlist -ipset=/.ntdtv.org/gfwlist -ipset=/.ntdtv.ru/gfwlist -ipset=/.ntl.gov.tw/gfwlist -ipset=/.ntsec.gov.tw/gfwlist -ipset=/.ntuh.gov.tw/gfwlist -ipset=/.nuexpo.com/gfwlist -ipset=/.nurgo-software.com/gfwlist -ipset=/.nuvid.com/gfwlist -ipset=/.nuzcom.com/gfwlist -ipset=/.nvquan.org/gfwlist -ipset=/.nvri.gov.tw/gfwlist -ipset=/.nydus.ca/gfwlist -ipset=/.nysingtao.com/gfwlist -ipset=/.nytco.com/gfwlist -ipset=/.nyt.com/gfwlist -ipset=/.nytimes.com/gfwlist -ipset=/.nytimg.com/gfwlist -ipset=/.nzchinese.net.nz/gfwlist -ipset=/.observechina.net/gfwlist -ipset=/.oclp.hk/gfwlist -ipset=/.october-review.org/gfwlist -ipset=/.offbeatchina.com/gfwlist -ipset=/.ogaoga.org/gfwlist -ipset=/.oikos.com.tw/gfwlist -ipset=/.oiktv.com/gfwlist -ipset=/.oizoblog.com/gfwlist -ipset=/.okayfreedom.com/gfwlist -ipset=/.old-cat.net/gfwlist -ipset=/.old.nabble.com/gfwlist -ipset=/.olumpo.com/gfwlist -ipset=/.olympicwatch.org/gfwlist -ipset=/.omgili.com/gfwlist -ipset=/.omnitalk.com/gfwlist -ipset=/.on.cc/gfwlist -ipset=/.one.xthost.info/gfwlist -ipset=/.onlylady.cn/gfwlist -ipset=/.onmoon.com/gfwlist -ipset=/.onmoon.net/gfwlist -ipset=/.oopsforum.com/gfwlist -ipset=/.ooyala.com/gfwlist -ipset=/.open.com.hk/gfwlist -ipset=/.opendemocracy.net/gfwlist -ipset=/.openid.net/gfwlist -ipset=/.openleaks.org/gfwlist -ipset=/.openvpn.net/gfwlist -ipset=/.openvpn.org/gfwlist -ipset=/.openwebster.com/gfwlist -ipset=/.opml.radiotime.com/gfwlist -ipset=/.opnir.com/gfwlist -ipset=/.orientaldaily.com.my/gfwlist -ipset=/.orient-doll.com/gfwlist -ipset=/.orn.jp/gfwlist -ipset=/.orzistic.org/gfwlist -ipset=/.osfoora.com/gfwlist -ipset=/.ourdearamy.com/gfwlist -ipset=/.oursogo.com/gfwlist -ipset=/.oursteps.com.au/gfwlist -ipset=/.overlapr.com/gfwlist -ipset=/.owl.li/gfwlist -ipset=/.ow.ly/gfwlist -ipset=/.oyax.com/gfwlist -ipset=/.ozchinese.com/gfwlist -ipset=/.ozyoyo.com/gfwlist -ipset=/.pabp.gov.tw/gfwlist -ipset=/.pacificpoker.com/gfwlist -ipset=/.packages.debian.org/gfwlist -ipset=/.packetix.net/gfwlist -ipset=/.page2rss.com/gfwlist -ipset=/.page.bid.yahoo.com/gfwlist -ipset=/.pagodabox.com/gfwlist -ipset=/.paint.net/gfwlist -ipset=/.palacemoon.com/gfwlist -ipset=/.pandora.com/gfwlist -ipset=/.pandora.tv/gfwlist -ipset=/.panluan.net/gfwlist -ipset=/.panoramio.com/gfwlist -ipset=/.pao-pao.net/gfwlist -ipset=/.paperb.us/gfwlist -ipset=/.paper.li/gfwlist -ipset=/.paper-replika.com/gfwlist -ipset=/.parade.com/gfwlist -ipset=/.parislemon.com/gfwlist -ipset=/.pastebin.com/gfwlist -ipset=/.pastie.org/gfwlist -ipset=/.patehr.gov.tw/gfwlist -ipset=/.pbs.org/gfwlist -ipset=/.pbwiki.com/gfwlist -ipset=/.pbworks.com/gfwlist -ipset=/.pbxes.com/gfwlist -ipset=/.pbxes.org/gfwlist -ipset=/.pcdiscuss.com/gfwlist -ipset=/.pcdvd.com.tw/gfwlist -ipset=/.pchome.com.tw/gfwlist -ipset=/.pct.org.tw/gfwlist -ipset=/.pcworld.com/gfwlist -ipset=/.pdetails.com/gfwlist -ipset=/.pdproxy.com/gfwlist -ipset=/.peacefire.org/gfwlist -ipset=/.peacehall.com/gfwlist -ipset=/.peeasian.com/gfwlist -ipset=/.peerpong.com/gfwlist -ipset=/.pekingduck.org/gfwlist -ipset=/.penchinese.com/gfwlist -ipset=/.penchinese.net/gfwlist -ipset=/.pengyulong.com/gfwlist -ipset=/.penthouse.com/gfwlist -ipset=/.peopo.org/gfwlist -ipset=/.percy.in/gfwlist -ipset=/.perfectgirls.net/gfwlist -ipset=/.perfectvpn.net/gfwlist -ipset=/.perfspot.com/gfwlist -ipset=/.perlhowto.com/gfwlist -ipset=/.pet.gov.tw/gfwlist -ipset=/.philly.com/gfwlist -ipset=/.photofocus.com/gfwlist -ipset=/.photos.dailyme.com/gfwlist -ipset=/.photo.utom.us/gfwlist -ipset=/.phuquocservices.com/gfwlist -ipset=/.picasaweb.google.com/gfwlist -ipset=/.picidae.net/gfwlist -ipset=/.picturesocial.com/gfwlist -ipset=/.pictures.playboy.com/gfwlist -ipset=/.pidown.com/gfwlist -ipset=/.pign.net/gfwlist -ipset=/.pimg.tw/gfwlist -ipset=/.pin6.com/gfwlist -ipset=/.ping.fm/gfwlist -ipset=/.pinoy-n.com/gfwlist -ipset=/.pioneer-worker.forums-free.com/gfwlist -ipset=/.piring.com/gfwlist -ipset=/.pixanalytics.com/gfwlist -ipset=/.pixelqi.com/gfwlist -ipset=/.pixfs.net/gfwlist -ipset=/.pixnet.cc/gfwlist -ipset=/.pixnet.net/gfwlist -ipset=/.pixplug.in/gfwlist -ipset=/.pk.com/gfwlist -ipset=/.placemix.com/gfwlist -ipset=/.planetsuzy.org/gfwlist -ipset=/.playboy.com/gfwlist -ipset=/.plays.com.tw/gfwlist -ipset=/.plm.org.hk/gfwlist -ipset=/.plunder.com/gfwlist -ipset=/.plurk.com/gfwlist -ipset=/.plurktop.mmdays.com/gfwlist -ipset=/.plus28.com/gfwlist -ipset=/.plusbb.com/gfwlist -ipset=/.pmates.com/gfwlist -ipset=/.po2b.com/gfwlist -ipset=/.podictionary.com/gfwlist -ipset=/.pokerstars.com/gfwlist -ipset=/.politicalchina.org/gfwlist -ipset=/.popvote.hk/gfwlist -ipset=/.popyard.com/gfwlist -ipset=/.popyard.org/gfwlist -ipset=/.porn2.com/gfwlist -ipset=/.pornbase.org/gfwlist -ipset=/.porn.com/gfwlist -ipset=/.pornhub.com/gfwlist -ipset=/.pornmm.net/gfwlist -ipset=/.pornoxo.com/gfwlist -ipset=/.pornrapidshare.com/gfwlist -ipset=/.pornstarclub.com/gfwlist -ipset=/.porntube.com/gfwlist -ipset=/.pornvisit.com/gfwlist -ipset=/.portis21.spaces.live.com/gfwlist -ipset=/.pose.com/gfwlist -ipset=/.postadult.com/gfwlist -ipset=/.post.anyu.org/gfwlist -ipset=/.posterous.com/gfwlist -ipset=/.post.ly/gfwlist -ipset=/.powerapple.com/gfwlist -ipset=/.power.com/gfwlist -ipset=/.powercx.com/gfwlist -ipset=/.prayforchina.net/gfwlist -ipset=/.premeforwindows7.com/gfwlist -ipset=/.presentationzen.com/gfwlist -ipset=/.president.gov.tw/gfwlist -ipset=/.prestige-av.com/gfwlist -ipset=/.previewshots.com/gfwlist -ipset=/.privacybox.de/gfwlist -ipset=/.privateinternetaccess.com/gfwlist -ipset=/.privatepaste.com/gfwlist -ipset=/.privatetunnel.com/gfwlist -ipset=/.procopytips.com/gfwlist -ipset=/.program-think.spaces.live.com/gfwlist -ipset=/.prosiben.de/gfwlist -ipset=/.provideocoalition.com/gfwlist -ipset=/.proxifier.com/gfwlist -ipset=/.proxomitron.info/gfwlist -ipset=/.proxy.org/gfwlist -ipset=/.proxypy.net/gfwlist -ipset=/.proxyroad.com/gfwlist -ipset=/.prozz.net/gfwlist -ipset=/.psblog.name/gfwlist -ipset=/.psiphon.ca/gfwlist -ipset=/.psiphon.civisec.org/gfwlist -ipset=/.pts.org.tw/gfwlist -ipset=/.ptt.cc/gfwlist -ipset=/.pubu.com.tw/gfwlist -ipset=/.puffinbrowser.com/gfwlist -ipset=/.puffstore.com/gfwlist -ipset=/.pullfolio.com/gfwlist -ipset=/.pulse.yahoo.com/gfwlist -ipset=/.pure18.com/gfwlist -ipset=/.pureconcepts.net/gfwlist -ipset=/.purepdf.com/gfwlist -ipset=/.purevpn.com/gfwlist -ipset=/.putlocker.com/gfwlist -ipset=/.puttycm.free.fr/gfwlist -ipset=/.pwned.com/gfwlist -ipset=/.python.com/gfwlist -ipset=/.python.com.tw/gfwlist -ipset=/.qanote.com/gfwlist -ipset=/.qidian.ca/gfwlist -ipset=/.qienkuen.org/gfwlist -ipset=/.qi-gong.me/gfwlist -ipset=/.qiwen.lu/gfwlist -ipset=/.qixianglu.cn/gfwlist -ipset=/.qkshare.com/gfwlist -ipset=/.qoos.com/gfwlist -ipset=/.qq.co.za/gfwlist -ipset=/.qstatus.com/gfwlist -ipset=/.qtrac.eu/gfwlist -ipset=/.qtweeter.com/gfwlist -ipset=/.quadedge.com/gfwlist -ipset=/.qusi8.net/gfwlist -ipset=/.qvodzy.org/gfwlist -ipset=/.qxbbs.org/gfwlist -ipset=/.radicalparty.org/gfwlist -ipset=/.radioaustralia.net.au/gfwlist -ipset=/.radiovaticana.org/gfwlist -ipset=/.radiovncr.com/gfwlist -ipset=/.raidcall.com.tw/gfwlist -ipset=/.rangzen.org/gfwlist -ipset=/.ranyunfei.com/gfwlist -ipset=/.rapbull.net/gfwlist -ipset=/.rapidshare8.com/gfwlist -ipset=/.rapidsharedata.com/gfwlist -ipset=/.rayfme.com/gfwlist -ipset=/.rcinet.ca/gfwlist -ipset=/.rconversation.blogs.com/gfwlist -ipset=/.rdio.com/gfwlist -ipset=/.read100.com/gfwlist -ipset=/.readingtimes.com.tw/gfwlist -ipset=/.readmoo.com/gfwlist -ipset=/.realraptalk.com/gfwlist -ipset=/.recordhistory.org/gfwlist -ipset=/.redchinacn.org/gfwlist -ipset=/.redtube.com/gfwlist -ipset=/.referer.us/gfwlist -ipset=/.reflectivecode.com/gfwlist -ipset=/.relaxbbs.com/gfwlist -ipset=/.renminbao.com/gfwlist -ipset=/.renyurenquan.org/gfwlist -ipset=/.retweeteffect.com/gfwlist -ipset=/.retweetist.com/gfwlist -ipset=/.retweetrank.com/gfwlist -ipset=/.revleft.com/gfwlist -ipset=/.revsci.net/gfwlist -ipset=/.revver.com/gfwlist -ipset=/.rfachina.com/gfwlist -ipset=/.rfamobile.org/gfwlist -ipset=/.rfa.org/gfwlist -ipset=/.rferl.org/gfwlist -ipset=/.rfi.fr/gfwlist -ipset=/.rhcloud.com/gfwlist -ipset=/.riku.me/gfwlist -ipset=/.rileyguide.com/gfwlist -ipset=/.rlwlw.com/gfwlist -ipset=/.rmjdw.com/gfwlist -ipset=/.rnw.nl/gfwlist -ipset=/.robtex.com/gfwlist -ipset=/.robustnessiskey.com/gfwlist -ipset=/.rocmp.org/gfwlist -ipset=/.rojo.com/gfwlist -ipset=/.ronjoneswriter.com/gfwlist -ipset=/.roodo.com/gfwlist -ipset=/.rotten.com/gfwlist -ipset=/.rsf-chinese.org/gfwlist -ipset=/.rsf.org/gfwlist -ipset=/.rssmeme.com/gfwlist -ipset=/.rthk.hk/gfwlist -ipset=/.rthk.org.hk/gfwlist -ipset=/.rti.org.tw/gfwlist -ipset=/.ruanyifeng.com/gfwlist -ipset=/.rushbee.com/gfwlist -ipset=/.rutube.ru/gfwlist -ipset=/.ruyiseek.com/gfwlist -ipset=/.rxhj.net/gfwlist -ipset=/.s1heng.com/gfwlist -ipset=/.s8forum.com/gfwlist -ipset=/.sacom.hk/gfwlist -ipset=/.sadpanda.us/gfwlist -ipset=/.saiq.me/gfwlist -ipset=/.salvation.org.hk/gfwlist -ipset=/.samair.ru/gfwlist -ipset=/.sammyjs.org/gfwlist -ipset=/.samsoff.es/gfwlist -ipset=/.sandnoble.com/gfwlist -ipset=/.sankaizok.com/gfwlist -ipset=/.sanmin.com.tw/gfwlist -ipset=/.sapikachu.net/gfwlist -ipset=/.savemedia.com/gfwlist -ipset=/.savetibet.de/gfwlist -ipset=/.savetibet.fr/gfwlist -ipset=/.savetibet.nl/gfwlist -ipset=/.savetibet.org/gfwlist -ipset=/.savetibet.ru/gfwlist -ipset=/.savevid.com/gfwlist -ipset=/.say2.info/gfwlist -ipset=/.scanscout.com/gfwlist -ipset=/.scmpchinese.com/gfwlist -ipset=/.scmp.com/gfwlist -ipset=/.scorecardresearch.com/gfwlist -ipset=/.scribd.com/gfwlist -ipset=/.scriptspot.com/gfwlist -ipset=/.seapuff.com/gfwlist -ipset=/.secretchina.com/gfwlist -ipset=/.secretgarden.no/gfwlist -ipset=/.secure.wikimedia.org/gfwlist -ipset=/.securitykiss.com/gfwlist -ipset=/.seesmic.com/gfwlist -ipset=/.seevpn.com/gfwlist -ipset=/.seezone.net/gfwlist -ipset=/.sejie.com/gfwlist -ipset=/.sendoid.com/gfwlist -ipset=/.sendspace.com/gfwlist -ipset=/.sesawe.net/gfwlist -ipset=/.sesawe.org/gfwlist -ipset=/.sethwklein.net/gfwlist -ipset=/.sevenload.com/gfwlist -ipset=/.sex-11.com/gfwlist -ipset=/.sex3.com/gfwlist -ipset=/.sex8.cc/gfwlist -ipset=/.sexandsubmission.com/gfwlist -ipset=/.sex.com/gfwlist -ipset=/.sexhuang.com/gfwlist -ipset=/.sexhu.com/gfwlist -ipset=/.sexinsex.net/gfwlist -ipset=/.sfileydy.com/gfwlist -ipset=/.shadow.ma/gfwlist -ipset=/.shadowsocks.org/gfwlist -ipset=/.shahamat-english.com/gfwlist -ipset=/.shangfang.org/gfwlist -ipset=/.shapeservices.com/gfwlist -ipset=/.sharebee.com/gfwlist -ipset=/.sharecool.org/gfwlist -ipset=/.share.ovi.com/gfwlist -ipset=/.share.skype.com/gfwlist -ipset=/.share.youthwant.com.tw/gfwlist -ipset=/.sharkdolphin.com/gfwlist -ipset=/.sharpdaily.com.hk/gfwlist -ipset=/.sharpdaily.hk/gfwlist -ipset=/.shaunthesheep.com/gfwlist -ipset=/.sheikyermami.com/gfwlist -ipset=/.shellmix.com/gfwlist -ipset=/.shenshou.org/gfwlist -ipset=/.shenyunperformingarts.org/gfwlist -ipset=/.shenzhoufilm.com/gfwlist -ipset=/.shifeike.blog125.fc2blog.net/gfwlist -ipset=/.shinychan.com/gfwlist -ipset=/.shitaotv.org/gfwlist -ipset=/.shixiao.org/gfwlist -ipset=/.shizhao.org/gfwlist -ipset=/.shkspr.mobi/gfwlist -ipset=/.shodanhq.com/gfwlist -ipset=/.shopping.com/gfwlist -ipset=/.showbiz.omy.sg/gfwlist -ipset=/.showtime.jp/gfwlist -ipset=/.shwchurch3.com/gfwlist -ipset=/.sidelinesnews.com/gfwlist -ipset=/.sidelinessportseatery.com/gfwlist -ipset=/.simplecd.me/gfwlist -ipset=/.simplecd.org/gfwlist -ipset=/.simpleproductivityblog.com/gfwlist -ipset=/.sina.com.tw/gfwlist -ipset=/.singtao.com/gfwlist -ipset=/.singularitys.spaces.live.com/gfwlist -ipset=/.sinoants.com/gfwlist -ipset=/.sinocast.com/gfwlist -ipset=/.sinocism.com/gfwlist -ipset=/.sino-monthly.com/gfwlist -ipset=/.sinomontreal.ca/gfwlist -ipset=/.sinonet.ca/gfwlist -ipset=/.sinopitt.info/gfwlist -ipset=/.sinoquebec.com/gfwlist -ipset=/.sis001.com/gfwlist -ipset=/.sis001.us/gfwlist -ipset=/.sis.xxx/gfwlist -ipset=/.site90.net/gfwlist -ipset=/.sitebro.tw/gfwlist -ipset=/.siteks.uk.to/gfwlist -ipset=/.site.locql.com/gfwlist -ipset=/.sitemaps.org/gfwlist -ipset=/.sites.google.com/gfwlist -ipset=/.sitetag.us/gfwlist -ipset=/.siyi123123123.spaces.live.com/gfwlist -ipset=/.skimtube.com/gfwlist -ipset=/.skybet.com/gfwlist -ipset=/.skyvegas.com/gfwlist -ipset=/.slacker.com/gfwlist -ipset=/.slavasoft.com/gfwlist -ipset=/.slheng.com/gfwlist -ipset=/.slickvpn.com/gfwlist -ipset=/.slideshare.net/gfwlist -ipset=/.slinkset.com/gfwlist -ipset=/.slutload.com/gfwlist -ipset=/.smhric.org/gfwlist -ipset=/.snapchat.com/gfwlist -ipset=/.snaptu.com/gfwlist -ipset=/.sndcdn.com/gfwlist -ipset=/.sneakme.net/gfwlist -ipset=/.snooper.co.uk/gfwlist -ipset=/.sobees.com/gfwlist -ipset=/.socialwhale.com/gfwlist -ipset=/.sockslist.net/gfwlist -ipset=/.sod.co.jp/gfwlist -ipset=/.softether.co.jp/gfwlist -ipset=/.softether-download.com/gfwlist -ipset=/.softether.org/gfwlist -ipset=/.softwarebychuck.com/gfwlist -ipset=/.so-ga.net/gfwlist -ipset=/.sogclub.com/gfwlist -ipset=/.sogou.com/gfwlist -ipset=/.sogrady.me/gfwlist -ipset=/.sohcradio.com/gfwlist -ipset=/.sohfrance.org/gfwlist -ipset=/.soh.tw/gfwlist -ipset=/.sokamonline.com/gfwlist -ipset=/.solozorro.tk/gfwlist -ipset=/.somee.com/gfwlist -ipset=/.so-news.com/gfwlist -ipset=/.songjianjun.com/gfwlist -ipset=/.sonidodelaesperanza.org/gfwlist -ipset=/.sopcast.com/gfwlist -ipset=/.sopcast.org/gfwlist -ipset=/.sorting-algorithms.com/gfwlist -ipset=/.soumo.info/gfwlist -ipset=/.soundcloud.com/gfwlist -ipset=/.soundofhope.kr/gfwlist -ipset=/.soundofhope.org/gfwlist -ipset=/.soupofmedia.com/gfwlist -ipset=/.sourceforge.net/gfwlist -ipset=/.southnews.com.tw/gfwlist -ipset=/.sowers.org.hk/gfwlist -ipset=/.space-scape.com/gfwlist -ipset=/.spankwire.com/gfwlist -ipset=/.spb.com/gfwlist -ipset=/.speckleapp.com/gfwlist -ipset=/.speedpluss.org/gfwlist -ipset=/.spencertipping.com/gfwlist -ipset=/.spinejs.com/gfwlist -ipset=/.sports.williamhill.com/gfwlist -ipset=/.spotify.com/gfwlist -ipset=/.sproutcore.com/gfwlist -ipset=/.squarespace.com/gfwlist -ipset=/.srcf.ucam.org/gfwlist -ipset=/.ssh91.com/gfwlist -ipset=/.sshtunnel.googlecode.com/gfwlist -ipset=/.sstatic.net/gfwlist -ipset=/.stag.gov.tw/gfwlist -ipset=/.standupfortibet.org/gfwlist -ipset=/.starp2p.com/gfwlist -ipset=/.startpage.com/gfwlist -ipset=/.statcounter.com/gfwlist -ipset=/.state168.com/gfwlist -ipset=/.static.apple.nextmedia.com/gfwlist -ipset=/.static.digg.com/gfwlist -ipset=/.staticflickr.com/gfwlist -ipset=/.static.nownews.com/gfwlist -ipset=/.static.soup.io/gfwlist -ipset=/.static.typepad.com/gfwlist -ipset=/.status.twhirl.org/gfwlist -ipset=/.stdtime.gov.tw/gfwlist -ipset=/.steel-storm.com/gfwlist -ipset=/.sthoo.com/gfwlist -ipset=/.stickam.com/gfwlist -ipset=/.stickeraction.com/gfwlist -ipset=/.stonegames.net/gfwlist -ipset=/.stoneip.info/gfwlist -ipset=/.stoptibetcrisis.net/gfwlist -ipset=/.storagenewsletter.com/gfwlist -ipset=/.stoweboyd.com/gfwlist -ipset=/.streamingthe.net/gfwlist -ipset=/.strongvpn.com/gfwlist -ipset=/.student.tw/gfwlist -ipset=/.stuffimreading.com/gfwlist -ipset=/.stuffimreading.net/gfwlist -ipset=/.stupidvideos.com/gfwlist -ipset=/.subacme.rerouted.org/gfwlist -ipset=/.sublexical.spaces.live.com/gfwlist -ipset=/.sufeng.org/gfwlist -ipset=/.sugarsync.com/gfwlist -ipset=/.summify.com/gfwlist -ipset=/.sun1911.com/gfwlist -ipset=/.suoluo.org/gfwlist -ipset=/.surfeasy.com.au/gfwlist -ipset=/.svwind.com/gfwlist -ipset=/.sweux.com/gfwlist -ipset=/.swift-tools.net/gfwlist -ipset=/.s.xiaod.in/gfwlist -ipset=/.sydneytoday.com/gfwlist -ipset=/.sylfoundation.org/gfwlist -ipset=/.syncback.com/gfwlist -ipset=/.sysadmin1138.net/gfwlist -ipset=/.sysresccd.org/gfwlist -ipset=/.sytes.net/gfwlist -ipset=/.szbbs.net/gfwlist -ipset=/.szetowah.org.hk/gfwlist -ipset=/.t35.com/gfwlist -ipset=/.t66y.com/gfwlist -ipset=/.taa-usa.org/gfwlist -ipset=/.tabtter.jp/gfwlist -ipset=/.tacem.org/gfwlist -ipset=/.tafaward.com/gfwlist -ipset=/.tagwalk.com/gfwlist -ipset=/.taipei.gov.tw/gfwlist -ipset=/.taipeisociety.org/gfwlist -ipset=/.taitung-house.gov.tw/gfwlist -ipset=/.taiwandaily.net/gfwlist -ipset=/.taiwankiss.com/gfwlist -ipset=/.taiwannation.50webs.com/gfwlist -ipset=/.taiwannation.com/gfwlist -ipset=/.taiwannation.com.tw/gfwlist -ipset=/.taiwannews.com.tw/gfwlist -ipset=/.taiwan-sex.com/gfwlist -ipset=/.taiwantt.org.tw/gfwlist -ipset=/.taiwanus.net/gfwlist -ipset=/.taiwanyes.com/gfwlist -ipset=/.taiwanyes.ning.com/gfwlist -ipset=/.tamiaode.tk/gfwlist -ipset=/.tanc.org/gfwlist -ipset=/.tangben.com/gfwlist -ipset=/.taolun.info/gfwlist -ipset=/.taoyuan.gov.tw/gfwlist -ipset=/.tap11.com/gfwlist -ipset=/.target.com/gfwlist -ipset=/.taweet.com/gfwlist -ipset=/.tax.nat.gov.tw/gfwlist -ipset=/.tbpic.info/gfwlist -ipset=/.tbsec.org/gfwlist -ipset=/.tbsn.org/gfwlist -ipset=/.tbsseattle.org/gfwlist -ipset=/.tchb.gov.tw/gfwlist -ipset=/.tchrd.org/gfwlist -ipset=/.t.co/gfwlist -ipset=/.tcsac.gov.tw/gfwlist -ipset=/.teamseesmic.com/gfwlist -ipset=/.teashark.com/gfwlist -ipset=/.techlifeweb.com/gfwlist -ipset=/.techparaiso.com/gfwlist -ipset=/.telecomspace.com/gfwlist -ipset=/.telegraph.co.uk/gfwlist -ipset=/.tenacy.com/gfwlist -ipset=/.thbstc.gov.tw/gfwlist -ipset=/.theampfactory.com/gfwlist -ipset=/.theappleblog.com/gfwlist -ipset=/.theatrum-belli.com/gfwlist -ipset=/.thebcomplex.com/gfwlist -ipset=/.theblemish.com/gfwlist -ipset=/.thebodyshop-usa.com/gfwlist -ipset=/.thechinabeat.org/gfwlist -ipset=/.thedailywh.at/gfwlist -ipset=/.thedieline.com/gfwlist -ipset=/.thedw.us/gfwlist -ipset=/.thegatesnotes.com/gfwlist -ipset=/.thehots.info/gfwlist -ipset=/.thehousenews.com/gfwlist -ipset=/.thehungrydudes.com/gfwlist -ipset=/.thehun.net/gfwlist -ipset=/.theinternetwishlist.com/gfwlist -ipset=/.thelifeyoucansave.com/gfwlist -ipset=/.thelius.org/gfwlist -ipset=/.thepiratebay.org/gfwlist -ipset=/.thepiratebay.se/gfwlist -ipset=/.theqii.info/gfwlist -ipset=/.thereallove.kr/gfwlist -ipset=/.thesartorialist.com/gfwlist -ipset=/.thespeeder.com/gfwlist -ipset=/.the-sun.on.cc/gfwlist -ipset=/.thetibetpost.com/gfwlist -ipset=/.thetrotskymovie.com/gfwlist -ipset=/.thevivekspot.com/gfwlist -ipset=/.thewgo.org/gfwlist -ipset=/.thisav.com/gfwlist -ipset=/.thisiswhyyouarefat.com/gfwlist -ipset=/.thkphoto.com/gfwlist -ipset=/.thomasbernhard.org/gfwlist -ipset=/.threatchaos.com/gfwlist -ipset=/.throughnightsfire.com/gfwlist -ipset=/.t.huhaitai.com/gfwlist -ipset=/.thumbzilla.com/gfwlist -ipset=/.thywords.com/gfwlist -ipset=/.tiananmenmother.org/gfwlist -ipset=/.tiananmenuniv.com/gfwlist -ipset=/.tiananmenuniv.net/gfwlist -ipset=/.tiandixing.org/gfwlist -ipset=/.tianhuayuan.com/gfwlist -ipset=/.tiantibooks.org/gfwlist -ipset=/.tianzhu.org/gfwlist -ipset=/.tibetalk.com/gfwlist -ipset=/.tibetanyouthcongress.org/gfwlist -ipset=/.tibet.at/gfwlist -ipset=/.tibet.com/gfwlist -ipset=/.tibetcorps.org/gfwlist -ipset=/.tibetfund.org/gfwlist -ipset=/.tibetjustice.org/gfwlist -ipset=/.tibet.net/gfwlist -ipset=/.tibetoffice.org/gfwlist -ipset=/.tibetonline.com/gfwlist -ipset=/.tibetonline.tv/gfwlist -ipset=/.tibet.org.tw/gfwlist -ipset=/.tibetsun.com/gfwlist -ipset=/.tibetwrites.org/gfwlist -ipset=/.tidyread.com/gfwlist -ipset=/.time.com/gfwlist -ipset=/.times.hinet.net/gfwlist -ipset=/.tinychat.com/gfwlist -ipset=/.tinypaste.com/gfwlist -ipset=/.tinypng.com/gfwlist -ipset=/.tistory.com/gfwlist -ipset=/.tjholowaychuk.com/gfwlist -ipset=/.tkcs-collins.com/gfwlist -ipset=/.tkforum.tk/gfwlist -ipset=/.t.kun.im/gfwlist -ipset=/.tmagazine.com/gfwlist -ipset=/.tmi.me/gfwlist -ipset=/.tnaflix.com/gfwlist -ipset=/.tncsec.gov.tw/gfwlist -ipset=/.t.neolee.cn/gfwlist -ipset=/.togetter.com/gfwlist -ipset=/.tokyo-247.com/gfwlist -ipset=/.tokyocn.com/gfwlist -ipset=/.tokyo-hot.com/gfwlist -ipset=/.tomayko.com/gfwlist -ipset=/.tomsc.com/gfwlist -ipset=/.tono-oka.jp/gfwlist -ipset=/.tonyyan.net/gfwlist -ipset=/.toodoc.com/gfwlist -ipset=/.toonel.net/gfwlist -ipset=/.topic.youthwant.com.tw/gfwlist -ipset=/.topnews.in/gfwlist -ipset=/.topshare.us/gfwlist -ipset=/.topshareware.com/gfwlist -ipset=/.topstyle4.com/gfwlist -ipset=/.topsy.com/gfwlist -ipset=/.tora.to/gfwlist -ipset=/.tor.blingblingsquad.net/gfwlist -ipset=/.torproject.org/gfwlist -ipset=/.torrentcrazy.com/gfwlist -ipset=/.torrentproject.se/gfwlist -ipset=/.tor.updatestar.com/gfwlist -ipset=/.torvpn.com/gfwlist -ipset=/.t.orzdream.com/gfwlist -ipset=/.tosh.comedycentral.com/gfwlist -ipset=/.touch99.com/gfwlist -ipset=/.toutfr.com/gfwlist -ipset=/.tpde.aide.gov.tw/gfwlist -ipset=/.tphcc.gov.tw/gfwlist -ipset=/.tpi.org.tw/gfwlist -ipset=/.transgressionism.org/gfwlist -ipset=/.transparency.org/gfwlist -ipset=/.travelinlocal.com/gfwlist -ipset=/.trendsmap.com/gfwlist -ipset=/.trialofccp.org/gfwlist -ipset=/.tripod.com/gfwlist -ipset=/.trouw.nl/gfwlist -ipset=/.trtc.com.tw/gfwlist -ipset=/.trt.net.tr/gfwlist -ipset=/.trulyergonomic.com/gfwlist -ipset=/.trustedbi.com/gfwlist -ipset=/.truth101.co.tv/gfwlist -ipset=/.truthcn.com/gfwlist -ipset=/.truveo.com/gfwlist -ipset=/.tsctv.net/gfwlist -ipset=/.tsemtulku.com/gfwlist -ipset=/.tsquare.tv/gfwlist -ipset=/.tsunagarumon.com/gfwlist -ipset=/.tt1069.com/gfwlist -ipset=/.tttan.com/gfwlist -ipset=/.tuanzt.com/gfwlist -ipset=/.tube8.com/gfwlist -ipset=/.tubecao.com/gfwlist -ipset=/.tube.com/gfwlist -ipset=/.tubewolf.com/gfwlist -ipset=/.tuidang.net/gfwlist -ipset=/.tuidang.org/gfwlist -ipset=/.tui.orzdream.com/gfwlist -ipset=/.tuite.googlecode.com/gfwlist -ipset=/.tumblr.awflasher.com/gfwlist -ipset=/.tumblweed.org/gfwlist -ipset=/.tumutanzi.com/gfwlist -ipset=/.tunein.com/gfwlist -ipset=/.tunnelbear.com/gfwlist -ipset=/.turbobit.net/gfwlist -ipset=/.turbotwitter.com/gfwlist -ipset=/.turningtorso.com/gfwlist -ipset=/.turntable.fm/gfwlist -ipset=/.tuxtraining.com/gfwlist -ipset=/.tvants.com/gfwlist -ipset=/.tvboxnow.com/gfwlist -ipset=/.tv.com/gfwlist -ipset=/.tvider.com/gfwlist -ipset=/.tv-intros.com/gfwlist -ipset=/.tv.on.cc/gfwlist -ipset=/.tvunetworks.com/gfwlist -ipset=/.twapperkeeper.com/gfwlist -ipset=/.twa.sh/gfwlist -ipset=/.twaud.io/gfwlist -ipset=/.twbbs.net.tw/gfwlist -ipset=/.twbbs.org/gfwlist -ipset=/.twbbs.tw/gfwlist -ipset=/.twblogger.com/gfwlist -ipset=/.tweepguide.com/gfwlist -ipset=/.tweeplike.me/gfwlist -ipset=/.tweepmag.com/gfwlist -ipset=/.tweepml.org/gfwlist -ipset=/.tweetbackup.com/gfwlist -ipset=/.tweetboard.com/gfwlist -ipset=/.tweetboner.biz/gfwlist -ipset=/.tweetdeck.com/gfwlist -ipset=/.tweetedtimes.com/gfwlist -ipset=/.tweetmeme.com/gfwlist -ipset=/.tweetmylast.fm/gfwlist -ipset=/.tweetphoto.com/gfwlist -ipset=/.tweetrans.com/gfwlist -ipset=/.tweetree.com/gfwlist -ipset=/.tweetwally.com/gfwlist -ipset=/.tweetymail.com/gfwlist -ipset=/.twftp.org/gfwlist -ipset=/.twibase.com/gfwlist -ipset=/.twibble.de/gfwlist -ipset=/.twibbon.com/gfwlist -ipset=/.twibs.com/gfwlist -ipset=/.twicsy.com/gfwlist -ipset=/.twifan.com/gfwlist -ipset=/.twiffo.com/gfwlist -ipset=/.twiggit.org/gfwlist -ipset=/.twilog.org/gfwlist -ipset=/.twimbow.com/gfwlist -ipset=/.twimg.com/gfwlist -ipset=/.twimg.edgesuite.net/gfwlist -ipset=/.tw.img.nextmedia.com/gfwlist -ipset=/.twindexx.com/gfwlist -ipset=/.twipple.jp/gfwlist -ipset=/.twistar.cc/gfwlist -ipset=/.twisternow.com/gfwlist -ipset=/.twistory.net/gfwlist -ipset=/.twit2d.com/gfwlist -ipset=/.twitbrowser.net/gfwlist -ipset=/.twitcause.com/gfwlist -ipset=/.twitese.spaces.live.com/gfwlist -ipset=/.twitgether.com/gfwlist -ipset=/.twitgoo.com/gfwlist -ipset=/.twitiq.com/gfwlist -ipset=/.twitlonger.com/gfwlist -ipset=/.twitoaster.com/gfwlist -ipset=/.twitonmsn.com/gfwlist -ipset=/.twitpic.com/gfwlist -ipset=/.twitreferral.com/gfwlist -ipset=/.twitstat.com/gfwlist -ipset=/.twittbot.net/gfwlist -ipset=/.twitter4j.org/gfwlist -ipset=/.twitter.com/gfwlist -ipset=/.twittercounter.com/gfwlist -ipset=/.twitterfeed.com/gfwlist -ipset=/.twittergadget.com/gfwlist -ipset=/.twitter.jp/gfwlist -ipset=/.twitterkr.com/gfwlist -ipset=/.twittermail.com/gfwlist -ipset=/.twittertim.es/gfwlist -ipset=/.twitthat.com/gfwlist -ipset=/.twitturk.com/gfwlist -ipset=/.twitturly.com/gfwlist -ipset=/.twitvid.com/gfwlist -ipset=/.twitzap.com/gfwlist -ipset=/.twiyia.com/gfwlist -ipset=/.tw.jiepang.com/gfwlist -ipset=/.tw.myblog.yahoo.com/gfwlist -ipset=/.tw.news.yahoo.com/gfwlist -ipset=/.tw-npo.org/gfwlist -ipset=/.tw.rd.yahoo.com/gfwlist -ipset=/.twreg.info/gfwlist -ipset=/.twstar.net/gfwlist -ipset=/.tw.streetvoice.com/gfwlist -ipset=/.twt.fm/gfwlist -ipset=/.twtkr.com/gfwlist -ipset=/.twtr2src.ogaoga.org/gfwlist -ipset=/.twtrland.com/gfwlist -ipset=/.twt.tl/gfwlist -ipset=/.twttr.com/gfwlist -ipset=/.twurl.nl/gfwlist -ipset=/.tw.voa.mobi/gfwlist -ipset=/.twyac.org/gfwlist -ipset=/.tw.yahoo.com/gfwlist -ipset=/.tycool.com/gfwlist -ipset=/.tynsoe.org/gfwlist -ipset=/.typepad.com/gfwlist -ipset=/.tzangms.com/gfwlist -ipset=/.ub0.cc/gfwlist -ipset=/.uberproxy.net/gfwlist -ipset=/.ucdc1998.org/gfwlist -ipset=/.uderzo.it/gfwlist -ipset=/.udn.com/gfwlist -ipset=/.ufreevpn.com/gfwlist -ipset=/.ugo.com/gfwlist -ipset=/.uhrp.org/gfwlist -ipset=/.uighurbiz.net/gfwlist -ipset=/.ukliferadio.co.uk/gfwlist -ipset=/.ulike.net/gfwlist -ipset=/.ultravpn.fr/gfwlist -ipset=/.ultraxs.com/gfwlist -ipset=/.unblock.cn.com/gfwlist -ipset=/.unblocksit.es/gfwlist -ipset=/.uncyclomedia.org/gfwlist -ipset=/.uncyclopedia.info/gfwlist -ipset=/.uncyclopedia.tw/gfwlist -ipset=/.unholyknight.com/gfwlist -ipset=/.uni.cc/gfwlist -ipset=/.unicode.org/gfwlist -ipset=/.uniteddaily.com.my/gfwlist -ipset=/.unix100.com/gfwlist -ipset=/.unknownspace.org/gfwlist -ipset=/.unpo.org/gfwlist -ipset=/.uocn.org/gfwlist -ipset=/.upcoming.yahoo.com/gfwlist -ipset=/.update.playstation.net/gfwlist -ipset=/.upload4u.info/gfwlist -ipset=/.upload.backchina.com/gfwlist -ipset=/.uploaded.to/gfwlist -ipset=/.uploadstation.com/gfwlist -ipset=/.upload.wikimedia.org/gfwlist -ipset=/.urlborg.com/gfwlist -ipset=/.urlparser.com/gfwlist -ipset=/.usacn.com/gfwlist -ipset=/.usfk.mil/gfwlist -ipset=/.usinfo.state.gov/gfwlist -ipset=/.usmc.mil/gfwlist -ipset=/.us.to/gfwlist -ipset=/.ustream.tv/gfwlist -ipset=/.usus.cc/gfwlist -ipset=/.uushare.com/gfwlist -ipset=/.uwants.com/gfwlist -ipset=/.uwants.net/gfwlist -ipset=/.uyghurcongress.org/gfwlist -ipset=/.uygur.org/gfwlist -ipset=/.v70.us/gfwlist -ipset=/.vaayoo.com/gfwlist -ipset=/.value-domain.com/gfwlist -ipset=/.van698.com/gfwlist -ipset=/.vanemu.cn/gfwlist -ipset=/.vanilla-jp.com/gfwlist -ipset=/.vansky.com/gfwlist -ipset=/.vapurl.com/gfwlist -ipset=/.vatn.org/gfwlist -ipset=/.vcfbuilder.org/gfwlist -ipset=/.vcf-online.org/gfwlist -ipset=/.veempiire.com/gfwlist -ipset=/.velkaepocha.sk/gfwlist -ipset=/.venbbs.com/gfwlist -ipset=/.venchina.com/gfwlist -ipset=/.ventureswell.com/gfwlist -ipset=/.veoh.com/gfwlist -ipset=/.verizon.net/gfwlist -ipset=/.verybs.com/gfwlist -ipset=/.vevo.com/gfwlist -ipset=/.vft.com.tw/gfwlist -ipset=/.vghks.gov.tw/gfwlist -ipset=/.vghtc.gov.tw/gfwlist -ipset=/.vghtpe.gov.tw/gfwlist -ipset=/.video.aol.ca/gfwlist -ipset=/.video.aol.com/gfwlist -ipset=/.video.aol.co.uk/gfwlist -ipset=/.video.ap.org/gfwlist -ipset=/.videobam.com/gfwlist -ipset=/.video.fdbox.com/gfwlist -ipset=/.video.foxbusiness.com/gfwlist -ipset=/.videomo.com/gfwlist -ipset=/.video.tiscali.it/gfwlist -ipset=/.video.yahoo.com/gfwlist -ipset=/.vidoemo.com/gfwlist -ipset=/.views.fm/gfwlist -ipset=/.viki.com/gfwlist -ipset=/.vimeocdn.com/gfwlist -ipset=/.vimeo.com/gfwlist -ipset=/.vimgolf.com/gfwlist -ipset=/.vimperator.org/gfwlist -ipset=/.vincnd.com/gfwlist -ipset=/.vinniev.com/gfwlist -ipset=/.vllcs.org/gfwlist -ipset=/.vlog.xuite.net/gfwlist -ipset=/.vmixcore.com/gfwlist -ipset=/.voacantonese.com/gfwlist -ipset=/.voachineseblog.com/gfwlist -ipset=/.voachinese.com/gfwlist -ipset=/.voagd.com/gfwlist -ipset=/.voanews.com/gfwlist -ipset=/.voatibetan.com/gfwlist -ipset=/.vocn.tv/gfwlist -ipset=/.vot.org/gfwlist -ipset=/.vpnbook.com/gfwlist -ipset=/.vpnfire.com/gfwlist -ipset=/.vpngate.jp/gfwlist -ipset=/.vpngate.net/gfwlist -ipset=/.vpnpop.com/gfwlist -ipset=/.vpnpronet.com/gfwlist -ipset=/.v-state.org/gfwlist -ipset=/.vtunnel.com/gfwlist -ipset=/.w3schools.com/gfwlist -ipset=/.waffle1999.com/gfwlist -ipset=/.wahas.com/gfwlist -ipset=/.waigaobu.com/gfwlist -ipset=/.waikeung.org/gfwlist -ipset=/.waiwaier.com/gfwlist -ipset=/.wallornot.org/gfwlist -ipset=/.wallpapercasa.com/gfwlist -ipset=/.wanderinghorse.net/gfwlist -ipset=/.wanfang.gov.tw/gfwlist -ipset=/.wangafu.net/gfwlist -ipset=/.wangjinbo.org/gfwlist -ipset=/.wanglixiong.com/gfwlist -ipset=/.wangruoshui.net/gfwlist -ipset=/.wangyi64.spaces.live.com/gfwlist -ipset=/.want-daily.com/gfwlist -ipset=/.wapedia.mobi/gfwlist -ipset=/.washeng.net/gfwlist -ipset=/.watchmygf.net/gfwlist -ipset=/.wattpad.com/gfwlist -ipset=/.wdf5.com/gfwlist -ipset=/.wearn.com/gfwlist -ipset=/.web2project.net/gfwlist -ipset=/.webbang.net/gfwlist -ipset=/.webfee.tk/gfwlist -ipset=/.weblagu.com/gfwlist -ipset=/.webmproject.org/gfwlist -ipset=/.webshots.com/gfwlist -ipset=/.websitepulse.com/gfwlist -ipset=/.webs-tv.net/gfwlist -ipset=/.webworkerdaily.com/gfwlist -ipset=/.weeewooo.net/gfwlist -ipset=/.weekmag.info/gfwlist -ipset=/.wefong.com/gfwlist -ipset=/.weiboleak.com/gfwlist -ipset=/.weigegebyc.dreamhosters.com/gfwlist -ipset=/.weijingsheng.org/gfwlist -ipset=/.weiming.info/gfwlist -ipset=/.weiquanwang.org/gfwlist -ipset=/.weisuo.ws/gfwlist -ipset=/.wellplacedpixels.com/gfwlist -ipset=/.wengewang.com/gfwlist -ipset=/.wengewang.org/gfwlist -ipset=/.wenhui.ch/gfwlist -ipset=/.wenku.com/gfwlist -ipset=/.wenxuecity.com/gfwlist -ipset=/.wenyunchao.com/gfwlist -ipset=/.wenyunchao.spaces.live.com/gfwlist -ipset=/.wepn.info/gfwlist -ipset=/.westca.com/gfwlist -ipset=/.westernwolves.com/gfwlist -ipset=/.wetplace.com/gfwlist -ipset=/.wetpussygames.com/gfwlist -ipset=/.wexiaobo.org/gfwlist -ipset=/.wezhiyong.org/gfwlist -ipset=/.wezone.net/gfwlist -ipset=/.wforum.com/gfwlist -ipset=/.whatblocked.com/gfwlist -ipset=/.whereiswerner.com/gfwlist -ipset=/.whippedass.com/gfwlist -ipset=/.whitebear.freebearblog.org/gfwlist -ipset=/.whydidyoubuymethat.com/gfwlist -ipset=/.whylover.com/gfwlist -ipset=/.whyx.org/gfwlist -ipset=/.w.idaiwan.com/gfwlist -ipset=/.wiki.cnitter.com/gfwlist -ipset=/.wiki.jqueryui.com/gfwlist -ipset=/.wiki.keso.cn/gfwlist -ipset=/.wikileaks.ch/gfwlist -ipset=/.wikileaks.de/gfwlist -ipset=/.wikileaks.eu/gfwlist -ipset=/.wikileaks.lu/gfwlist -ipset=/.wikileaks.org/gfwlist -ipset=/.wikileaks.pl/gfwlist -ipset=/.wikilivres.info/gfwlist -ipset=/.wikimapia.org/gfwlist -ipset=/.wikimedia.org.mo/gfwlist -ipset=/.wiki.moegirl.org/gfwlist -ipset=/.wikinet.org/gfwlist -ipset=/.wiki.oauth.net/gfwlist -ipset=/.wikipedia.org/gfwlist -ipset=/.wiki.phonegap.com/gfwlist -ipset=/.wikiwiki.jp/gfwlist -ipset=/.wikkii.com/gfwlist -ipset=/.williamlong.spaces.live.com/gfwlist -ipset=/.willw.net/gfwlist -ipset=/.windowsphoneme.com/gfwlist -ipset=/.winwhispers.info/gfwlist -ipset=/.wiredbytes.com/gfwlist -ipset=/.wiredpen.com/gfwlist -ipset=/.wireshark.org/gfwlist -ipset=/.wisevid.com/gfwlist -ipset=/.witnessleeteaching.com/gfwlist -ipset=/.witopia.net/gfwlist -ipset=/.wlx.sowiki.net/gfwlist -ipset=/.woeser.com/gfwlist -ipset=/.wolfax.com/gfwlist -ipset=/.womenbusiness.nyc.gov.tw/gfwlist -ipset=/.womensrightsofchina.org/gfwlist -ipset=/.woopie.jp/gfwlist -ipset=/.woopie.tv/gfwlist -ipset=/.wordboner.com/gfwlist -ipset=/.wordpress.com/gfwlist -ipset=/.wordsandturds.com/gfwlist -ipset=/.w.org/gfwlist -ipset=/.workatruna.com/gfwlist -ipset=/.worldcat.org/gfwlist -ipset=/.worldjournal.com/gfwlist -ipset=/.worstthingieverate.com/gfwlist -ipset=/.wo.tc/gfwlist -ipset=/.wowlegacy.ml/gfwlist -ipset=/.wow-life.net/gfwlist -ipset=/.woxinghuiguo.com/gfwlist -ipset=/.wozy.in/gfwlist -ipset=/.wp.com/gfwlist -ipset=/.wpoforum.com/gfwlist -ipset=/.wqlhw.com/gfwlist -ipset=/.wqyd.org/gfwlist -ipset=/.wrchina.org/gfwlist -ipset=/.wretch.cc/gfwlist -ipset=/.writer.zoho.com/gfwlist -ipset=/.wsj.com/gfwlist -ipset=/.wsj.net/gfwlist -ipset=/.wtfpeople.com/gfwlist -ipset=/.wuala.com/gfwlist -ipset=/.wuerkaixi.com/gfwlist -ipset=/.wufi.org.tw/gfwlist -ipset=/.wuguoguang.com/gfwlist -ipset=/.wujieliulan.com/gfwlist -ipset=/.wujie.net/gfwlist -ipset=/.wukangrui.net/gfwlist -ipset=/.wwitv.com/gfwlist -ipset=/.www.6v6dota.com/gfwlist -ipset=/.www.ajsands.com/gfwlist -ipset=/.www.antd.org/gfwlist -ipset=/.www.aolnews.com/gfwlist -ipset=/.www.bulbous.freeserve.co.uk/gfwlist -ipset=/.www.cmoinc.org/gfwlist -ipset=/.www.dfanning.com/gfwlist -ipset=/.www.dwheeler.com/gfwlist -ipset=/.www.eulam.com/gfwlist -ipset=/.www.exblog.jp/gfwlist -ipset=/.www.forum4hk.com/gfwlist -ipset=/.www.freetibet.org/gfwlist -ipset=/.www.getyouram.com/gfwlist -ipset=/.www.goldenmelody.com.tw/gfwlist -ipset=/.www.idlcoyote.com/gfwlist -ipset=/.www.immigration.gov.tw/gfwlist -ipset=/.www.klip.me/gfwlist -ipset=/.www.kodingen.com/gfwlist -ipset=/.www.linksalpha.com/gfwlist -ipset=/.www.loiclemeur.com/gfwlist -ipset=/.www.macrovpn.com/gfwlist -ipset=/.www.monlamit.org/gfwlist -ipset=/.www.moztw.org/gfwlist -ipset=/.www.mycould.com/gfwlist -ipset=/.www.ned.org/gfwlist -ipset=/.www.nownews.com/gfwlist -ipset=/.www.orchidbbs.com/gfwlist -ipset=/.www.owind.com/gfwlist -ipset=/.www.oxid.it/gfwlist -ipset=/.www.parkansky.com/gfwlist -ipset=/.www.powerpointninja.com/gfwlist -ipset=/.www.rnw.nl/gfwlist -ipset=/.www.somee.com/gfwlist -ipset=/.www.stackfile.com/gfwlist -ipset=/.www.supertweet.net/gfwlist -ipset=/.www.tiffanyarment.com/gfwlist -ipset=/.www.tripod.com/gfwlist -ipset=/.www.tv.com/gfwlist -ipset=/.www.twtrland.com/gfwlist -ipset=/.www.typepad.com/gfwlist -ipset=/.www.urbanoutfitters.com/gfwlist -ipset=/.www.vegorpedersen.com/gfwlist -ipset=/.www.voy.com/gfwlist -ipset=/.www.vpncup.com/gfwlist -ipset=/.www.wangruowang.org/gfwlist -ipset=/.www.wan-press.org/gfwlist -ipset=/.www.wet123.com/gfwlist -ipset=/.www.zaurus.org.uk/gfwlist -ipset=/.wzyboy.im/gfwlist -ipset=/.x1949x.com/gfwlist -ipset=/.x365x.com/gfwlist -ipset=/.xanga.com/gfwlist -ipset=/.x-art.com/gfwlist -ipset=/.xa.yimg.com/gfwlist -ipset=/.xbabe.com/gfwlist -ipset=/.xbookcn.com/gfwlist -ipset=/.xcafe.in/gfwlist -ipset=/.xcritic.com/gfwlist -ipset=/.xfm.pp.ru/gfwlist -ipset=/.xgmyd.com/gfwlist -ipset=/.xh4n.cn/gfwlist -ipset=/.xhamster.com/gfwlist -ipset=/.xiaochuncnjp.com/gfwlist -ipset=/.xiaohexie.com/gfwlist -ipset=/.xiaoma.org/gfwlist -ipset=/.xiezhua.com/gfwlist -ipset=/.xing.com/gfwlist -ipset=/.xinhuanet.org/gfwlist -ipset=/.xinmiao.com.hk/gfwlist -ipset=/.xinqimeng.over-blog.com/gfwlist -ipset=/.xinsheng.net/gfwlist -ipset=/.xinshijue.com/gfwlist -ipset=/.xinyubbs.net/gfwlist -ipset=/.xizang-zhiye.org/gfwlist -ipset=/.xjp.cc/gfwlist -ipset=/.xml-training-guide.com/gfwlist -ipset=/.xmovies.com/gfwlist -ipset=/.xmusic.fm/gfwlist -ipset=/.xnxx.com/gfwlist -ipset=/.xpdo.net/gfwlist -ipset=/.xpud.org/gfwlist -ipset=/.xskywalker.com/gfwlist -ipset=/.xtube.com/gfwlist -ipset=/.xuchao.net/gfwlist -ipset=/.xuchao.org/gfwlist -ipset=/.xuzhiyong.net/gfwlist -ipset=/.xuzhuoer.com/gfwlist -ipset=/.xvedios.com/gfwlist -ipset=/.xvideos.com/gfwlist -ipset=/.x-wall.org/gfwlist -ipset=/.xxbbx.com/gfwlist -ipset=/.x.xcity.jp/gfwlist -ipset=/.xxxx.com.au/gfwlist -ipset=/.xysblogs.org/gfwlist -ipset=/.xys.dxiong.com/gfwlist -ipset=/.xys.org/gfwlist -ipset=/.xyy69.com/gfwlist -ipset=/.xyy69.info/gfwlist -ipset=/.yahoo.cn/gfwlist -ipset=/.yahoo.com.hk/gfwlist -ipset=/.yam.com/gfwlist -ipset=/.yanghengjun.spaces.live.com/gfwlist -ipset=/.yasni.co.uk/gfwlist -ipset=/.yasukuni.or.jp/gfwlist -ipset=/.yatsen.gov.tw/gfwlist -ipset=/.ydy.com/gfwlist -ipset=/.yeelou.com/gfwlist -ipset=/.yeeyi.com/gfwlist -ipset=/.yegle.net/gfwlist -ipset=/.yezimary.spaces.live.com/gfwlist -ipset=/.yfrog.com/gfwlist -ipset=/.yhcw.net/gfwlist -ipset=/.yidio.com/gfwlist -ipset=/.yilubbs.com/gfwlist -ipset=/.yi.org/gfwlist -ipset=/.yipub.com/gfwlist -ipset=/.ym.backchina.com/gfwlist -ipset=/.yogichen.org/gfwlist -ipset=/.yong.hu/gfwlist -ipset=/.yorkbbs.ca/gfwlist -ipset=/.youdao.com/gfwlist -ipset=/.youjizz.com/gfwlist -ipset=/.youmaker.com/gfwlist -ipset=/.youpai.org/gfwlist -ipset=/.youporn.com/gfwlist -ipset=/.your-freedom.net/gfwlist -ipset=/.yousendit.com/gfwlist -ipset=/.youthbao.com/gfwlist -ipset=/.youthnetradio.org/gfwlist -ipset=/.youtu.be/gfwlist -ipset=/.youtubecn.com/gfwlist -ipset=/.youtube.com/gfwlist -ipset=/.youtube-nocookie.com/gfwlist -ipset=/.youversion.com/gfwlist -ipset=/.youxu.info/gfwlist -ipset=/.ytht.net/gfwlist -ipset=/.ytimg.com/gfwlist -ipset=/.yuanming.net/gfwlist -ipset=/.yuming.flnet.org/gfwlist -ipset=/.yunchao.net/gfwlist -ipset=/.yvesgeleyn.com/gfwlist -ipset=/.yvtc.gov.tw/gfwlist -ipset=/.yx51.net/gfwlist -ipset=/.yyii.org/gfwlist -ipset=/.yymaya.com/gfwlist -ipset=/.yzzk.com/gfwlist -ipset=/.zacebook.com/gfwlist -ipset=/.zannel.com/gfwlist -ipset=/.zaobao.com/gfwlist -ipset=/.zaobao.com.sg/gfwlist -ipset=/.zaozon.com/gfwlist -ipset=/.zarias.com/gfwlist -ipset=/.zattoo.com/gfwlist -ipset=/.zdnet.com.tw/gfwlist -ipset=/.zengjinyan.org/gfwlist -ipset=/.zengjinyan.spaces.live.com/gfwlist -ipset=/.zeutch.com/gfwlist -ipset=/.zgzcjj.net/gfwlist -ipset=/.zhanbin.net/gfwlist -ipset=/.zhao.jinhai.de/gfwlist -ipset=/.zhenghui.org/gfwlist -ipset=/.zhenlibu.info/gfwlist -ipset=/.zhinengluyou.com/gfwlist -ipset=/.zhllg.spaces.live.com/gfwlist -ipset=/.zh.m.wikipedia.org/gfwlist -ipset=/.zh.netlog.com/gfwlist -ipset=/.zhonggtuotese.net/gfwlist -ipset=/.zhongguotese.net/gfwlist -ipset=/.zhongmeng.org/gfwlist -ipset=/.zhongsou.com/gfwlist -ipset=/.zh.pokerstrategy.com/gfwlist -ipset=/.zhreader.com/gfwlist -ipset=/.zh-tw.justin.tv/gfwlist -ipset=/.zhuichaguoji.org/gfwlist -ipset=/.zh.uncyclopedia.wikia.com/gfwlist -ipset=/.zh.wikinews.org/gfwlist -ipset=/.zh.wikipedia.org/gfwlist -ipset=/.zh.wikisource.org/gfwlist -ipset=/.ziddu.com/gfwlist -ipset=/.zillionk.com/gfwlist -ipset=/.zinio.com/gfwlist -ipset=/.ziplib.com/gfwlist -ipset=/.zkaip.com/gfwlist -ipset=/.zmw.cn/gfwlist -ipset=/.zomobo.net/gfwlist -ipset=/.zonaeuropa.com/gfwlist -ipset=/.zootool.com/gfwlist -ipset=/.zoozle.net/gfwlist -ipset=/.zozotown.com/gfwlist -ipset=/.zshare.net/gfwlist -ipset=/.zsrhao.com/gfwlist -ipset=/.zuo.la/gfwlist -ipset=/.zuola.com/gfwlist -ipset=/.zvereff.com/gfwlist -ipset=/.zyzc9.com/gfwlist -ipset=/.zyzg.us/gfwlist -server=/.h12.io/127.0.0.1#5335 -server=/.starlark.net/127.0.0.1#5335 -server=/.golang.org/127.0.0.1#5335 -server=/.honnef.co/127.0.0.1#5335 -server=/.0rz.tw/127.0.0.1#5335 -server=/.0to255.com/127.0.0.1#5335 -server=/.10musume.com/127.0.0.1#5335 -server=/.123rf.com/127.0.0.1#5335 -server=/.12bet.com/127.0.0.1#5335 -server=/.12vpn.com/127.0.0.1#5335 -server=/.141hongkong.com/127.0.0.1#5335 -server=/.173ng.com/127.0.0.1#5335 -server=/.1984bbs.com/127.0.0.1#5335 -server=/.1984bbs.org/127.0.0.1#5335 -server=/.1-apple.com.tw/127.0.0.1#5335 -server=/.1bao.org/127.0.0.1#5335 -server=/.1eew.com/127.0.0.1#5335 -server=/.1pondo.tv/127.0.0.1#5335 -server=/.2000fun.com/127.0.0.1#5335 -server=/.2008xianzhang.info/127.0.0.1#5335 -server=/.21andy.com/127.0.0.1#5335 -server=/.247realmedia.com/127.0.0.1#5335 -server=/.24smile.org/127.0.0.1#5335 -server=/.2-hand.info/127.0.0.1#5335 -server=/.2mdn.net/127.0.0.1#5335 -server=/.2shared.com/127.0.0.1#5335 -server=/.301works.org/127.0.0.1#5335 -server=/.315lz.com/127.0.0.1#5335 -server=/.32red.com/127.0.0.1#5335 -server=/.365singles.com.ar/127.0.0.1#5335 -server=/.36rain.com/127.0.0.1#5335 -server=/.4bluestones.biz/127.0.0.1#5335 -server=/.4chan.org/127.0.0.1#5335 -server=/.4pppc.gov.tw/127.0.0.1#5335 -server=/.4shared.com/127.0.0.1#5335 -server=/.4sq.com/127.0.0.1#5335 -server=/.51.ca/127.0.0.1#5335 -server=/.5i01.com/127.0.0.1#5335 -server=/.5maodang.com/127.0.0.1#5335 -server=/.64tianwang.com/127.0.0.1#5335 -server=/.64wiki.com/127.0.0.1#5335 -server=/.666kb.com/127.0.0.1#5335 -server=/.6park.com/127.0.0.1#5335 -server=/.7capture.com/127.0.0.1#5335 -server=/.881903.com/127.0.0.1#5335 -server=/.888.com/127.0.0.1#5335 -server=/.89-64.org/127.0.0.1#5335 -server=/.9001700.com/127.0.0.1#5335 -server=/.91porn.com/127.0.0.1#5335 -server=/.921.gov.tw/127.0.0.1#5335 -server=/.92ccav.com/127.0.0.1#5335 -server=/.9bis.com/127.0.0.1#5335 -server=/.9bis.net/127.0.0.1#5335 -server=/.9city.me/127.0.0.1#5335 -server=/.a5.com.ru/127.0.0.1#5335 -server=/.abc.pp.ru/127.0.0.1#5335 -server=/.abitno.linpie.com/127.0.0.1#5335 -server=/.ablwang.com/127.0.0.1#5335 -server=/.aboluowang.com/127.0.0.1#5335 -server=/.aboutgfw.com/127.0.0.1#5335 -server=/.acgkj.com/127.0.0.1#5335 -server=/.ac.jiruan.net/127.0.0.1#5335 -server=/.ac.playstation.net/127.0.0.1#5335 -server=/.actimes.com.au/127.0.0.1#5335 -server=/.aculo.us/127.0.0.1#5335 -server=/.ad1.nownews.com/127.0.0.1#5335 -server=/.addictedtocoffee.de/127.0.0.1#5335 -server=/.ads.backchina.com/127.0.0.1#5335 -server=/.adultfriendfinder.com/127.0.0.1#5335 -server=/.adultkeep.net/127.0.0.1#5335 -server=/.advanscene.com/127.0.0.1#5335 -server=/.advertfan.com/127.0.0.1#5335 -server=/.aec.gov.tw/127.0.0.1#5335 -server=/.aenhancers.com/127.0.0.1#5335 -server=/.af.mil/127.0.0.1#5335 -server=/.aftygh.gov.tw/127.0.0.1#5335 -server=/.aide.gov.tw/127.0.0.1#5335 -server=/.aiph.net/127.0.0.1#5335 -server=/.aisex.com/127.0.0.1#5335 -server=/.ait.org.tw/127.0.0.1#5335 -server=/.aiweiweiblog.com/127.0.0.1#5335 -server=/.aiweiwei.com/127.0.0.1#5335 -server=/.ajaxplorer.info/127.0.0.1#5335 -server=/.akamaihd.net/127.0.0.1#5335 -server=/.akiba-online.com/127.0.0.1#5335 -server=/.alabout.com/127.0.0.1#5335 -server=/.alasbarricadas.org/127.0.0.1#5335 -server=/.alexlur.org/127.0.0.1#5335 -server=/.aliengu.com/127.0.0.1#5335 -server=/.alkasir.com/127.0.0.1#5335 -server=/.allaboutalpha.com/127.0.0.1#5335 -server=/.allgirlsallowed.org/127.0.0.1#5335 -server=/.alliance.org.hk/127.0.0.1#5335 -server=/.allinfa.com/127.0.0.1#5335 -server=/.allinfo.com/127.0.0.1#5335 -server=/.allmovie.com/127.0.0.1#5335 -server=/.allonlinux.free.fr/127.0.0.1#5335 -server=/.all-that-is-interesting.com/127.0.0.1#5335 -server=/.al-qimmah.net/127.0.0.1#5335 -server=/.alternate-tools.com/127.0.0.1#5335 -server=/.altrec.com/127.0.0.1#5335 -server=/.alvinalexander.com/127.0.0.1#5335 -server=/.alwaysdata.com/127.0.0.1#5335 -server=/.alwaysdata.net/127.0.0.1#5335 -server=/.am730.com.hk/127.0.0.1#5335 -server=/.amazonaws.com/127.0.0.1#5335 -server=/.ameblo.jp/127.0.0.1#5335 -server=/.americangreencard.com/127.0.0.1#5335 -server=/.amiblockedornot.com/127.0.0.1#5335 -server=/.amnesty.org/127.0.0.1#5335 -server=/.amnestyusa.org/127.0.0.1#5335 -server=/.amoiist.com/127.0.0.1#5335 -server=/.amzs.me/127.0.0.1#5335 -server=/.analyze-v.com/127.0.0.1#5335 -server=/.anchorfree.com/127.0.0.1#5335 -server=/.andfaraway.net/127.0.0.1#5335 -server=/.android.com/127.0.0.1#5335 -server=/.angularjs.org/127.0.0.1#5335 -server=/.animecrazy.net/127.0.0.1#5335 -server=/.anobii.com/127.0.0.1#5335 -server=/.anontext.com/127.0.0.1#5335 -server=/.anonymizer.com/127.0.0.1#5335 -server=/.a-normal-day.com/127.0.0.1#5335 -server=/.answering-islam.org/127.0.0.1#5335 -server=/.anthonycalzadilla.com/127.0.0.1#5335 -server=/.anti.anti.cnn.googlepages.com/127.0.0.1#5335 -server=/.antidrm.hpg.ig.com.br/127.0.0.1#5335 -server=/.antiwave.net/127.0.0.1#5335 -server=/.aobo.com.au/127.0.0.1#5335 -server=/.aolchannels.aol.com/127.0.0.1#5335 -server=/.aomiwang.com/127.0.0.1#5335 -server=/.apetube.com/127.0.0.1#5335 -server=/.apiary.io/127.0.0.1#5335 -server=/.apidocs.linksalpha.com/127.0.0.1#5335 -server=/.apigee.com/127.0.0.1#5335 -server=/.api.linksalpha.com/127.0.0.1#5335 -server=/.api.proxlet.com/127.0.0.1#5335 -server=/.api.supertweet.net/127.0.0.1#5335 -server=/.app.heywire.com/127.0.0.1#5335 -server=/.app.hkatvnews.com/127.0.0.1#5335 -server=/.appledaily.com/127.0.0.1#5335 -server=/.appledaily.com.tw/127.0.0.1#5335 -server=/.apps.hloli.net/127.0.0.1#5335 -server=/.appspot.com/127.0.0.1#5335 -server=/.archive.is/127.0.0.1#5335 -server=/.archive.org/127.0.0.1#5335 -server=/.arctosia.com/127.0.0.1#5335 -server=/.areca-backup.org/127.0.0.1#5335 -server=/.army.mil/127.0.0.1#5335 -server=/.arte.gov.tw/127.0.0.1#5335 -server=/.art-or-porn.com/127.0.0.1#5335 -server=/.artsy.net/127.0.0.1#5335 -server=/.asahichinese.com/127.0.0.1#5335 -server=/.asdfg.jp/127.0.0.1#5335 -server=/.asiafriendfinder.com/127.0.0.1#5335 -server=/.asiaharvest.org/127.0.0.1#5335 -server=/.asianews.it/127.0.0.1#5335 -server=/.asianwomensfilm.de/127.0.0.1#5335 -server=/.askstudent.com/127.0.0.1#5335 -server=/.askynz.net/127.0.0.1#5335 -server=/.assembla.com/127.0.0.1#5335 -server=/.astonmartinnews.com/127.0.0.1#5335 -server=/.atchinese.com/127.0.0.1#5335 -server=/.atc.org.au/127.0.0.1#5335 -server=/.atgfw.org/127.0.0.1#5335 -server=/.atj.org.tw/127.0.0.1#5335 -server=/.atlaspost.com/127.0.0.1#5335 -server=/.atnext.com/127.0.0.1#5335 -server=/.autoproxy.org/127.0.0.1#5335 -server=/.avaaz.org/127.0.0.1#5335 -server=/.avdb.in/127.0.0.1#5335 -server=/.avidemux.org/127.0.0.1#5335 -server=/.avoision.com/127.0.0.1#5335 -server=/.awardwinningfjords.com/127.0.0.1#5335 -server=/.axureformac.com/127.0.0.1#5335 -server=/.babynet.com.hk/127.0.0.1#5335 -server=/.backchina.com/127.0.0.1#5335 -server=/.backpackers.com.tw/127.0.0.1#5335 -server=/.badassjs.com/127.0.0.1#5335 -server=/.badoo.com/127.0.0.1#5335 -server=/.baidu.jp/127.0.0.1#5335 -server=/.baixing.me/127.0.0.1#5335 -server=/.bannedbook.org/127.0.0.1#5335 -server=/.barnabu.co.uk/127.0.0.1#5335 -server=/.basetimesheightdividedby2.com/127.0.0.1#5335 -server=/.bayvoice.net/127.0.0.1#5335 -server=/.bbcchinese.com/127.0.0.1#5335 -server=/.bbc.com/127.0.0.1#5335 -server=/.bbc.co.uk/127.0.0.1#5335 -server=/.bbci.co.uk/127.0.0.1#5335 -server=/.bbcimg.co.uk/127.0.0.1#5335 -server=/.bbc.in/127.0.0.1#5335 -server=/.bbg.gov/127.0.0.1#5335 -server=/.bbs2.newsgroup.la/127.0.0.1#5335 -server=/.bbs.ecstart.com/127.0.0.1#5335 -server=/.bbsfeed.com/127.0.0.1#5335 -server=/.bbs.kimy.com.tw/127.0.0.1#5335 -server=/.bbsland.com/127.0.0.1#5335 -server=/.bbs.morbell.com/127.0.0.1#5335 -server=/.bbs.mychat.to/127.0.0.1#5335 -server=/.bbs.newsgroup.la/127.0.0.1#5335 -server=/.bbs.ozchinese.com/127.0.0.1#5335 -server=/.bbs.qmzdd.com/127.0.0.1#5335 -server=/.bbs.sina.com/127.0.0.1#5335 -server=/.bbs.skykiwi.com/127.0.0.1#5335 -server=/.bbs.tuitui.info/127.0.0.1#5335 -server=/.bb.ttv.com.tw/127.0.0.1#5335 -server=/.bcc.com.tw/127.0.0.1#5335 -server=/.bcchinese.net/127.0.0.1#5335 -server=/.bdhr.gov.tw/127.0.0.1#5335 -server=/.bd.zhe.la/127.0.0.1#5335 -server=/.bebo.com/127.0.0.1#5335 -server=/.beeg.com/127.0.0.1#5335 -server=/.beijing1989.com/127.0.0.1#5335 -server=/.beijingspring.com/127.0.0.1#5335 -server=/.benjaminste.in/127.0.0.1#5335 -server=/.berlintwitterwall.com/127.0.0.1#5335 -server=/.bestforchina.org/127.0.0.1#5335 -server=/.bestvpnservice.com/127.0.0.1#5335 -server=/.bet365.com/127.0.0.1#5335 -server=/.beta.iset.com.tw/127.0.0.1#5335 -server=/.beta.usejump.com/127.0.0.1#5335 -server=/.betfair.com/127.0.0.1#5335 -server=/.bettween.com/127.0.0.1#5335 -server=/.betvictor.com/127.0.0.1#5335 -server=/.bewww.net/127.0.0.1#5335 -server=/.beyondfirewall.com/127.0.0.1#5335 -server=/.bfnn.org/127.0.0.1#5335 -server=/.biantailajiao.com/127.0.0.1#5335 -server=/.biantailajiao.in/127.0.0.1#5335 -server=/.bigfools.com/127.0.0.1#5335 -server=/.bignews.org/127.0.0.1#5335 -server=/.bigsound.org/127.0.0.1#5335 -server=/.bill2-software.com/127.0.0.1#5335 -server=/.billywr.com/127.0.0.1#5335 -server=/.bill.zhong.pp.ru/127.0.0.1#5335 -server=/.bipic.net/127.0.0.1#5335 -server=/.bitcointalk.org/127.0.0.1#5335 -server=/.bit.ly/127.0.0.1#5335 -server=/.bitly.com/127.0.0.1#5335 -server=/.bitshare.com/127.0.0.1#5335 -server=/.bjzc.org/127.0.0.1#5335 -server=/.blinkx.com/127.0.0.1#5335 -server=/.blinw.com/127.0.0.1#5335 -server=/.blip.tv/127.0.0.1#5335 -server=/.blockcn.com/127.0.0.1#5335 -server=/.blog.birdhouseapp.com/127.0.0.1#5335 -server=/.blog.bitly.com/127.0.0.1#5335 -server=/.blogblog.com/127.0.0.1#5335 -server=/.blog.boxcar.io/127.0.0.1#5335 -server=/.blogcatalog.com/127.0.0.1#5335 -server=/.blog.davidziegler.net/127.0.0.1#5335 -server=/.blog.dayoneapp.com/127.0.0.1#5335 -server=/.blog.de/127.0.0.1#5335 -server=/.blog.dribbble.com/127.0.0.1#5335 -server=/.blog.exblog.co.jp/127.0.0.1#5335 -server=/.blog.expofutures.com/127.0.0.1#5335 -server=/.blog.fizzik.com/127.0.0.1#5335 -server=/.blog.foolsmountain.com/127.0.0.1#5335 -server=/.blogger.com/127.0.0.1#5335 -server=/.blog.gowalla.com/127.0.0.1#5335 -server=/.blog.hotpotato.com/127.0.0.1#5335 -server=/.blog.ifttt.com/127.0.0.1#5335 -server=/.blogimg.jp/127.0.0.1#5335 -server=/.blog.instagram.com/127.0.0.1#5335 -server=/.blog.instapaper.com/127.0.0.1#5335 -server=/.blog.iphone-dev.org/127.0.0.1#5335 -server=/.blog.istef.info/127.0.0.1#5335 -server=/.blog.jackjia.com/127.0.0.1#5335 -server=/.blog.joeyrobert.org/127.0.0.1#5335 -server=/.blog.kangye.org/127.0.0.1#5335 -server=/.blog.kickstarter.com/127.0.0.1#5335 -server=/.blog.kl.am/127.0.0.1#5335 -server=/.blog.klip.me/127.0.0.1#5335 -server=/.blog.lester850.info/127.0.0.1#5335 -server=/.blog.lightbox.com/127.0.0.1#5335 -server=/.bloglines.com/127.0.0.1#5335 -server=/.bloglovin.com/127.0.0.1#5335 -server=/.blog.mongodb.org/127.0.0.1#5335 -server=/.blog.openinkpot.org/127.0.0.1#5335 -server=/.blog.palm.com/127.0.0.1#5335 -server=/.blog.path.com/127.0.0.1#5335 -server=/.blog.pathtosharepoint.com/127.0.0.1#5335 -server=/.blog.pchome.com.tw/127.0.0.1#5335 -server=/.blog.pentalogic.net/127.0.0.1#5335 -server=/.blog.pikchur.com/127.0.0.1#5335 -server=/.blog.pilotmoon.com/127.0.0.1#5335 -server=/.blog.redren.com/127.0.0.1#5335 -server=/.blog.rockmelt.com/127.0.0.1#5335 -server=/.blog.romanandreg.com/127.0.0.1#5335 -server=/.blog.s135.com/127.0.0.1#5335 -server=/.blogs.icerocket.com/127.0.0.1#5335 -server=/.blog.sina.com.tw/127.0.0.1#5335 -server=/.blog.sogoo.org/127.0.0.1#5335 -server=/.blog.sparrowmailapp.com/127.0.0.1#5335 -server=/.blogspot.com/127.0.0.1#5335 -server=/.blogspot.co.uk/127.0.0.1#5335 -server=/.blogspot.de/127.0.0.1#5335 -server=/.blogspot.fr/127.0.0.1#5335 -server=/.blogspot.in/127.0.0.1#5335 -server=/.blogspot.jp/127.0.0.1#5335 -server=/.blogs.tampabay.com/127.0.0.1#5335 -server=/.blog.summify.com/127.0.0.1#5335 -server=/.blogs.yahoo.co.jp/127.0.0.1#5335 -server=/.blog.syx86.cn/127.0.0.1#5335 -server=/.blog.syx86.com/127.0.0.1#5335 -server=/.blog.taragana.com/127.0.0.1#5335 -server=/.blogtd.net/127.0.0.1#5335 -server=/.blogtd.org/127.0.0.1#5335 -server=/.blog.tiney.com/127.0.0.1#5335 -server=/.blog.topify.com/127.0.0.1#5335 -server=/.blog.usa.gov/127.0.0.1#5335 -server=/.blog.xuite.net/127.0.0.1#5335 -server=/.blog.youthwant.com.tw/127.0.0.1#5335 -server=/.blog.youxu.info/127.0.0.1#5335 -server=/.bloodshed.net/127.0.0.1#5335 -server=/.bloomberg.cn/127.0.0.1#5335 -server=/.bloomberg.com/127.0.0.1#5335 -server=/.bloomberg.de/127.0.0.1#5335 -server=/.bloomfortune.com/127.0.0.1#5335 -server=/.bmediaasia.com/127.0.0.1#5335 -server=/.bnrmetal.com/127.0.0.1#5335 -server=/.boardreader.com/127.0.0.1#5335 -server=/.bobulate.com/127.0.0.1#5335 -server=/.bolin.netfirms.com/127.0.0.1#5335 -server=/.bonbonme.com/127.0.0.1#5335 -server=/.bonjourlesgeeks.com/127.0.0.1#5335 -server=/.boobstagram.com/127.0.0.1#5335 -server=/.books.com.tw/127.0.0.1#5335 -server=/.bookshelfporn.com/127.0.0.1#5335 -server=/.botanwang.com/127.0.0.1#5335 -server=/.bot.nu/127.0.0.1#5335 -server=/.bowenpress.com/127.0.0.1#5335 -server=/.boxunblog.com/127.0.0.1#5335 -server=/.boxunclub.com/127.0.0.1#5335 -server=/.boxun.com/127.0.0.1#5335 -server=/.boxun.tv/127.0.0.1#5335 -server=/.bralio.com/127.0.0.1#5335 -server=/.branch.com/127.0.0.1#5335 -server=/.brandonhutchinson.com/127.0.0.1#5335 -server=/.braumeister.org/127.0.0.1#5335 -server=/.break.com/127.0.0.1#5335 -server=/.breakingtweets.com/127.0.0.1#5335 -server=/.briefdream.com/127.0.0.1#5335 -server=/.brightcove.com/127.0.0.1#5335 -server=/.brightkite.com/127.0.0.1#5335 -server=/.brizzly.com/127.0.0.1#5335 -server=/.broadbook.com/127.0.0.1#5335 -server=/.br.st/127.0.0.1#5335 -server=/.brucewang.net/127.0.0.1#5335 -server=/.bt95.com/127.0.0.1#5335 -server=/.btdigg.org/127.0.0.1#5335 -server=/.btrd.net/127.0.0.1#5335 -server=/.budaedu.org/127.0.0.1#5335 -server=/.bugclub.org/127.0.0.1#5335 -server=/.builtwithbootstrap.com/127.0.0.1#5335 -server=/.bullogger.com/127.0.0.1#5335 -server=/.bullog.org/127.0.0.1#5335 -server=/.businesstimes.com.cn/127.0.0.1#5335 -server=/.businessweek.com/127.0.0.1#5335 -server=/.buugaa.com/127.0.0.1#5335 -server=/.buy.yahoo.com.tw/127.0.0.1#5335 -server=/.buzzurl.jp/127.0.0.1#5335 -server=/.bwbx.io/127.0.0.1#5335 -server=/.bwsj.hk/127.0.0.1#5335 -server=/.bx.tl/127.0.0.1#5335 -server=/.c1522.mooo.com/127.0.0.1#5335 -server=/.cacnw.com/127.0.0.1#5335 -server=/.cactusvpn.com/127.0.0.1#5335 -server=/.cafepress.com/127.0.0.1#5335 -server=/.cahr.org.tw/127.0.0.1#5335 -server=/.calameo.com/127.0.0.1#5335 -server=/.calebelston.com/127.0.0.1#5335 -server=/.cams.com/127.0.0.1#5335 -server=/.cams.org.sg/127.0.0.1#5335 -server=/.canadameet.com/127.0.0.1#5335 -server=/.canyu.org/127.0.0.1#5335 -server=/.caobian.info/127.0.0.1#5335 -server=/.caochangqing.com/127.0.0.1#5335 -server=/.cao.im/127.0.0.1#5335 -server=/.cari.com.my/127.0.0.1#5335 -server=/.catch22.net/127.0.0.1#5335 -server=/.catfightpayperview.xxx/127.0.0.1#5335 -server=/.catholic.org.hk/127.0.0.1#5335 -server=/.catholic.org.tw/127.0.0.1#5335 -server=/.cbs.ntu.edu.tw/127.0.0.1#5335 -server=/.cc9007.spaces.live.com/127.0.0.1#5335 -server=/.ccavtop10.com/127.0.0.1#5335 -server=/.ccdtr.org/127.0.0.1#5335 -server=/.ccim.org/127.0.0.1#5335 -server=/.cclife.org/127.0.0.1#5335 -server=/.ccthere.com/127.0.0.1#5335 -server=/.cctongbao.com/127.0.0.1#5335 -server=/.ccue.ca/127.0.0.1#5335 -server=/.ccue.com/127.0.0.1#5335 -server=/.cdig.info/127.0.0.1#5335 -server=/.cdjp.org/127.0.0.1#5335 -server=/.cdnews.com.tw/127.0.0.1#5335 -server=/.cdn.printfriendly.com/127.0.0.1#5335 -server=/.cdp1998.org/127.0.0.1#5335 -server=/.cdp2006.org/127.0.0.1#5335 -server=/.cdp.sinica.edu.tw/127.0.0.1#5335 -server=/.cdpusa.org/127.0.0.1#5335 -server=/.cdpweb.org/127.0.0.1#5335 -server=/.cdpwu.org/127.0.0.1#5335 -server=/.cdw.com/127.0.0.1#5335 -server=/.cecc.gov/127.0.0.1#5335 -server=/.cellulo.info/127.0.0.1#5335 -server=/.cenci.tk/127.0.0.1#5335 -server=/.cenews.eu/127.0.0.1#5335 -server=/.centralnation.com/127.0.0.1#5335 -server=/.centurys.net/127.0.0.1#5335 -server=/.c-est-simple.com/127.0.0.1#5335 -server=/.cfhks.org.hk/127.0.0.1#5335 -server=/.cftfc.com/127.0.0.1#5335 -server=/.cgdepot.org/127.0.0.1#5335 -server=/.chandoo.org/127.0.0.1#5335 -server=/.change.org/127.0.0.1#5335 -server=/.changp.com/127.0.0.1#5335 -server=/.chaos.e-spacy.com/127.0.0.1#5335 -server=/.chapm25.com/127.0.0.1#5335 -server=/.chartbeat.net/127.0.0.1#5335 -server=/.chaturbate.com/127.0.0.1#5335 -server=/.chccc.gov.tw/127.0.0.1#5335 -server=/.chengmingmag.com/127.0.0.1#5335 -server=/.chenguangcheng.com/127.0.0.1#5335 -server=/.chenpokong.com/127.0.0.1#5335 -server=/.chenyehao.spaces.live.com/127.0.0.1#5335 -server=/.cherrysave.com/127.0.0.1#5335 -server=/.chevronwp7.com/127.0.0.1#5335 -server=/.chicagoncmtv.com/127.0.0.1#5335 -server=/.china101.com/127.0.0.1#5335 -server=/.china21.com/127.0.0.1#5335 -server=/.china21.org/127.0.0.1#5335 -server=/.china5000.us/127.0.0.1#5335 -server=/.chinaaffairs.org/127.0.0.1#5335 -server=/.chinaaid.me/127.0.0.1#5335 -server=/.chinaaid.net/127.0.0.1#5335 -server=/.chinaaid.org/127.0.0.1#5335 -server=/.chinaaid.us/127.0.0.1#5335 -server=/.chinachange.org/127.0.0.1#5335 -server=/.chinachannel.hk/127.0.0.1#5335 -server=/.chinacomments.org/127.0.0.1#5335 -server=/.chinadigitaltimes.net/127.0.0.1#5335 -server=/.chinaeweekly.com/127.0.0.1#5335 -server=/.chinafreepress.org/127.0.0.1#5335 -server=/.chinagate.com/127.0.0.1#5335 -server=/.chinageeks.org/127.0.0.1#5335 -server=/.chinagfw.org/127.0.0.1#5335 -server=/.chinagreenparty.org/127.0.0.1#5335 -server=/.china-green-party.spaces.live.com/127.0.0.1#5335 -server=/.chinahush.com/127.0.0.1#5335 -server=/.chinainperspective.com/127.0.0.1#5335 -server=/.chinainperspective.net/127.0.0.1#5335 -server=/.chinainperspective.org/127.0.0.1#5335 -server=/.chinainterimgov.org/127.0.0.1#5335 -server=/.chinalawandpolicy.com/127.0.0.1#5335 -server=/.chinalawtranslate.com/127.0.0.1#5335 -server=/.chinamule.com/127.0.0.1#5335 -server=/.chinamz.org/127.0.0.1#5335 -server=/.chinarightsia.org/127.0.0.1#5335 -server=/.chinasocialdemocraticparty.com/127.0.0.1#5335 -server=/.chinasoul.org/127.0.0.1#5335 -server=/.chinatimes.com/127.0.0.1#5335 -server=/.chinatweeps.com/127.0.0.1#5335 -server=/.chinaway.org/127.0.0.1#5335 -server=/.china-week.com/127.0.0.1#5335 -server=/.chinaworker.info/127.0.0.1#5335 -server=/.chinaxchina.com/127.0.0.1#5335 -server=/.chinayouth.org.hk/127.0.0.1#5335 -server=/.chinayuanmin.org/127.0.0.1#5335 -server=/.chinesedailynews.com/127.0.0.1#5335 -server=/.chinese.engadget.com/127.0.0.1#5335 -server=/.chinese-hermit.net/127.0.0.1#5335 -server=/.chinese-memorial.org/127.0.0.1#5335 -server=/.chinesen.de/127.0.0.1#5335 -server=/.chinesenewsnet.com/127.0.0.1#5335 -server=/.chinesepen.org/127.0.0.1#5335 -server=/.chinese.rnw.nl/127.0.0.1#5335 -server=/.chinese.soifind.com/127.0.0.1#5335 -server=/.chinesetalks.net/127.0.0.1#5335 -server=/.chinese.wsj.com/127.0.0.1#5335 -server=/.chingcheong.com/127.0.0.1#5335 -server=/.chn.chosun.com/127.0.0.1#5335 -server=/.chrispederick.com/127.0.0.1#5335 -server=/.chrispederick.net/127.0.0.1#5335 -server=/.christianstudy.com/127.0.0.1#5335 -server=/.christiantimes.org.hk/127.0.0.1#5335 -server=/.christusrex.org/127.0.0.1#5335 -server=/.chrlawyers.hk/127.0.0.1#5335 -server=/.chrlcg-hk.org/127.0.0.1#5335 -server=/.chromeadblock.com/127.0.0.1#5335 -server=/.chrome.com/127.0.0.1#5335 -server=/.ch.shvoong.com/127.0.0.1#5335 -server=/.chubun.com/127.0.0.1#5335 -server=/.chuizi.net/127.0.0.1#5335 -server=/.chukuang.gov.tw/127.0.0.1#5335 -server=/.circlethebayfortibet.org/127.0.0.1#5335 -server=/.citizenlab.org/127.0.0.1#5335 -server=/.citizensradio.org/127.0.0.1#5335 -server=/.city9x.com/127.0.0.1#5335 -server=/.civicparty.hk/127.0.0.1#5335 -server=/.civilhrfront.org/127.0.0.1#5335 -server=/.civilmedia.tw/127.0.0.1#5335 -server=/.cjb.net/127.0.0.1#5335 -server=/.ck101.com/127.0.0.1#5335 -server=/.classicalguitarblog.net/127.0.0.1#5335 -server=/.clb.org.hk/127.0.0.1#5335 -server=/.cl.d0z.net/127.0.0.1#5335 -server=/.clientsfromhell.net/127.0.0.1#5335 -server=/.clipfish.de/127.0.0.1#5335 -server=/.cl.ly/127.0.0.1#5335 -server=/.cloudfront.net/127.0.0.1#5335 -server=/.club.backchina.com/127.0.0.1#5335 -server=/.cms.gov/127.0.0.1#5335 -server=/.cmule.com/127.0.0.1#5335 -server=/.cn2.streetvoice.com/127.0.0.1#5335 -server=/.cna.com.tw/127.0.0.1#5335 -server=/.cnavista.com.tw/127.0.0.1#5335 -server=/.cn.calameo.com/127.0.0.1#5335 -server=/.cn.dayabook.com/127.0.0.1#5335 -server=/.cnd.org/127.0.0.1#5335 -server=/.cn.fmnnow.com/127.0.0.1#5335 -server=/.cn.ibtimes.com/127.0.0.1#5335 -server=/.cnn.com/127.0.0.1#5335 -server=/.cn.news.cnyes.com/127.0.0.1#5335 -server=/.cn.streetvoice.com/127.0.0.1#5335 -server=/.cn.uncyclopedia.wikia.com/127.0.0.1#5335 -server=/.cn.voa.mobi/127.0.0.1#5335 -server=/.cochina.org/127.0.0.1#5335 -server=/.cocoapods.org/127.0.0.1#5335 -server=/.cocoa.zonble.net/127.0.0.1#5335 -server=/.code1984.com/127.0.0.1#5335 -server=/.codeboxapp.com/127.0.0.1#5335 -server=/.codeshare.io/127.0.0.1#5335 -server=/.collateralmurder.com/127.0.0.1#5335 -server=/.collateralmurder.org/127.0.0.1#5335 -server=/.comefromchina.com/127.0.0.1#5335 -server=/.comnews.gio.gov.tw/127.0.0.1#5335 -server=/.compileheart.com/127.0.0.1#5335 -server=/.connectedchina.reuters.com/127.0.0.1#5335 -server=/.connect.facebook.net/127.0.0.1#5335 -server=/.conoyo.com/127.0.0.1#5335 -server=/.contactmagazine.net/127.0.0.1#5335 -server=/.contests.twilio.com/127.0.0.1#5335 -server=/.conviva.com/127.0.0.1#5335 -server=/.cookingtothegoodlife.com/127.0.0.1#5335 -server=/.coolaler.com/127.0.0.1#5335 -server=/.coolder.com/127.0.0.1#5335 -server=/.coolloud.org.tw/127.0.0.1#5335 -server=/.corpus4u.org/127.0.0.1#5335 -server=/.corumcollege.com/127.0.0.1#5335 -server=/.cotweet.com/127.0.0.1#5335 -server=/.couchdbwiki.com/127.0.0.1#5335 -server=/.coveringweb.com/127.0.0.1#5335 -server=/.cp-house.gov.tw/127.0.0.1#5335 -server=/.cpj.org/127.0.0.1#5335 -server=/.crackle.com/127.0.0.1#5335 -server=/.crd-net.org/127.0.0.1#5335 -server=/.creaders.net/127.0.0.1#5335 -server=/.cromotc.nat.gov.tw/127.0.0.1#5335 -server=/.crossthewall.net/127.0.0.1#5335 -server=/.csdparty.com/127.0.0.1#5335 -server=/.c-spanvideo.org/127.0.0.1#5335 -server=/.css.pixnet.in/127.0.0.1#5335 -server=/.csuchen.de/127.0.0.1#5335 -server=/.cts.com.tw/127.0.0.1#5335 -server=/.cubicle17.com/127.0.0.1#5335 -server=/.cuhkacs.org/127.0.0.1#5335 -server=/.cuihua.org/127.0.0.1#5335 -server=/.cuiweiping.net/127.0.0.1#5335 -server=/.culture.tw/127.0.0.1#5335 -server=/.curvefish.com/127.0.0.1#5335 -server=/.cwb.gov.tw/127.0.0.1#5335 -server=/.cyanogenmod.org/127.0.0.1#5335 -server=/.cyberghost.natado.com/127.0.0.1#5335 -server=/.cyberghostvpn.com/127.0.0.1#5335 -server=/.cycab.gov.tw/127.0.0.1#5335 -server=/.cydia.ifuckgfw.com/127.0.0.1#5335 -server=/.cynscribe.com/127.0.0.1#5335 -server=/.cytode.us/127.0.0.1#5335 -server=/.dabr.co.uk/127.0.0.1#5335 -server=/.dabr.me/127.0.0.1#5335 -server=/.dabr.mobi/127.0.0.1#5335 -server=/.dadazim.com/127.0.0.1#5335 -server=/.dadi360.com/127.0.0.1#5335 -server=/.dafagood.com/127.0.0.1#5335 -server=/.dafahao.com/127.0.0.1#5335 -server=/.dailidaili.com/127.0.0.1#5335 -server=/.dailymotion.com/127.0.0.1#5335 -server=/.dailynews.sina.com/127.0.0.1#5335 -server=/.dajiyuan.com/127.0.0.1#5335 -server=/.dajiyuan.eu/127.0.0.1#5335 -server=/.dajusha.baywords.com/127.0.0.1#5335 -server=/.dalailama.com/127.0.0.1#5335 -server=/.dalailama.ru/127.0.0.1#5335 -server=/.dalailamaworld.com/127.0.0.1#5335 -server=/.dalianmeng.org/127.0.0.1#5335 -server=/.danke4china.net/127.0.0.1#5335 -server=/.danwei.org/127.0.0.1#5335 -server=/.daolan.net/127.0.0.1#5335 -server=/.dapu-house.gov.tw/127.0.0.1#5335 -server=/.darpa.mil/127.0.0.1#5335 -server=/.date.fm/127.0.0.1#5335 -server=/.davidslog.com/127.0.0.1#5335 -server=/.daxa.cn/127.0.0.1#5335 -server=/.dayaarmongol.ning.com/127.0.0.1#5335 -server=/.daylife.com/127.0.0.1#5335 -server=/.ddc.com.tw/127.0.0.1#5335 -server=/.deck.ly/127.0.0.1#5335 -server=/.default.secureserver.net/127.0.0.1#5335 -server=/.delcamp.net/127.0.0.1#5335 -server=/.delicious.com/127.0.0.1#5335 -server=/.democrats.org/127.0.0.1#5335 -server=/.demo.opera-mini.net/127.0.0.1#5335 -server=/.derekhsu.homeip.net/127.0.0.1#5335 -server=/.de-sci.org/127.0.0.1#5335 -server=/.designerol.com/127.0.0.1#5335 -server=/.destiny.xfiles.to/127.0.0.1#5335 -server=/.deutsche-welle.de/127.0.0.1#5335 -server=/.dev102.com/127.0.0.1#5335 -server=/.developers.box.net/127.0.0.1#5335 -server=/.deviantart.com/127.0.0.1#5335 -server=/.deviantart.net/127.0.0.1#5335 -server=/.devio.us/127.0.0.1#5335 -server=/.devpn.com/127.0.0.1#5335 -server=/.dfas.mil/127.0.0.1#5335 -server=/.df.gov.tw/127.0.0.1#5335 -server=/.diaoyuislands.org/127.0.0.1#5335 -server=/.digitalnomadsproject.org/127.0.0.1#5335 -server=/.diigo.com/127.0.0.1#5335 -server=/.dimitrik.free.fr/127.0.0.1#5335 -server=/.dipity.com/127.0.0.1#5335 -server=/.directcreative.com/127.0.0.1#5335 -server=/.discuss.com.hk/127.0.0.1#5335 -server=/.disp.cc/127.0.0.1#5335 -server=/.dit-inc.us/127.0.0.1#5335 -server=/.dizhidizhi.com/127.0.0.1#5335 -server=/.djangosnippets.org/127.0.0.1#5335 -server=/.dl.box.net/127.0.0.1#5335 -server=/.dl-laby.jp/127.0.0.1#5335 -server=/.dl.playstation.net/127.0.0.1#5335 -server=/.dlsite.com/127.0.0.1#5335 -server=/.dmcdn.net/127.0.0.1#5335 -server=/.dmtip.gov.tw/127.0.0.1#5335 -server=/.dns2go.com/127.0.0.1#5335 -server=/.dnscrypt.org/127.0.0.1#5335 -server=/.docstoc.com/127.0.0.1#5335 -server=/.dojin.com/127.0.0.1#5335 -server=/.dok-forum.net/127.0.0.1#5335 -server=/.dolc.de/127.0.0.1#5335 -server=/.dollf.com/127.0.0.1#5335 -server=/.domain.club.tw/127.0.0.1#5335 -server=/.domainhelp.search.com/127.0.0.1#5335 -server=/.dongde.com/127.0.0.1#5335 -server=/.dongtaiwang.com/127.0.0.1#5335 -server=/.dongtaiwang.net/127.0.0.1#5335 -server=/.dongyangjing.com/127.0.0.1#5335 -server=/.dontfilter.us/127.0.0.1#5335 -server=/.dontmovetochina.com/127.0.0.1#5335 -server=/.dotheyfolloweachother.com/127.0.0.1#5335 -server=/.dotplane.com/127.0.0.1#5335 -server=/.dotsub.com/127.0.0.1#5335 -server=/.doubleaf.com/127.0.0.1#5335 -server=/.doubleclick.net/127.0.0.1#5335 -server=/.dougscripts.com/127.0.0.1#5335 -server=/.dowei.org/127.0.0.1#5335 -server=/.download.syniumsoftware.com/127.0.0.1#5335 -server=/.doxygen.org/127.0.0.1#5335 -server=/.dphk.org/127.0.0.1#5335 -server=/.dpp.org.tw/127.0.0.1#5335 -server=/.drewolanoff.com/127.0.0.1#5335 -server=/.drgan.net/127.0.0.1#5335 -server=/.dropbox.com/127.0.0.1#5335 -server=/.dropboxusercontent.com/127.0.0.1#5335 -server=/.drsunacademy.com/127.0.0.1#5335 -server=/.drtuber.com/127.0.0.1#5335 -server=/.dscn.info/127.0.0.1#5335 -server=/.dtiblog.com/127.0.0.1#5335 -server=/.dtic.mil/127.0.0.1#5335 -server=/.dtiserv2.com/127.0.0.1#5335 -server=/.duckduckgo.com/127.0.0.1#5335 -server=/.duckload.com/127.0.0.1#5335 -server=/.duckmylife.com/127.0.0.1#5335 -server=/.duihuahrjournal.org/127.0.0.1#5335 -server=/.duihua.org/127.0.0.1#5335 -server=/.duoweitimes.com/127.0.0.1#5335 -server=/.duping.net/127.0.0.1#5335 -server=/.duplicati.com/127.0.0.1#5335 -server=/.dupola.com/127.0.0.1#5335 -server=/.dupola.net/127.0.0.1#5335 -server=/.dvorak.org/127.0.0.1#5335 -server=/.dw.de/127.0.0.1#5335 -server=/.dwnews.com/127.0.0.1#5335 -server=/.dwnews.net/127.0.0.1#5335 -server=/.dw-world.com/127.0.0.1#5335 -server=/.dw-world.de/127.0.0.1#5335 -server=/.dy24k.info/127.0.0.1#5335 -server=/.dynawebinc.com/127.0.0.1#5335 -server=/.dyndns.org/127.0.0.1#5335 -server=/.dzze.com/127.0.0.1#5335 -server=/.e123.hk/127.0.0.1#5335 -server=/.eamonnbrennan.com/127.0.0.1#5335 -server=/.earthquake.usgs.gov/127.0.0.1#5335 -server=/.easy-share.com/127.0.0.1#5335 -server=/.ebookbrowse.com/127.0.0.1#5335 -server=/.ebookee.com/127.0.0.1#5335 -server=/.echofon.com/127.0.0.1#5335 -server=/.ecministry.net/127.0.0.1#5335 -server=/.edicypages.com/127.0.0.1#5335 -server=/.edoors.com/127.0.0.1#5335 -server=/.edubridge.com/127.0.0.1#5335 -server=/.eevpn.com/127.0.0.1#5335 -server=/.efcc.org.hk/127.0.0.1#5335 -server=/.efksoft.com/127.0.0.1#5335 -server=/.efmoe.com/127.0.0.1#5335 -server=/.e-gold.com/127.0.0.1#5335 -server=/.eic-av.com/127.0.0.1#5335 -server=/.e-info.org.tw/127.0.0.1#5335 -server=/.electionsmeter.com/127.0.0.1#5335 -server=/.elpais.com/127.0.0.1#5335 -server=/.eltondisney.com/127.0.0.1#5335 -server=/.emacsblog.org/127.0.0.1#5335 -server=/.embr.in/127.0.0.1#5335 -server=/.emory.edu/127.0.0.1#5335 -server=/.emule-ed2k.com/127.0.0.1#5335 -server=/.emuparadise.me/127.0.0.1#5335 -server=/.enewstree.com/127.0.0.1#5335 -server=/.en.favotter.net/127.0.0.1#5335 -server=/.englishfromengland.co.uk/127.0.0.1#5335 -server=/.entermap.com/127.0.0.1#5335 -server=/.en.wikipedia.org/127.0.0.1#5335 -server=/.epochtimes-bg.com/127.0.0.1#5335 -server=/.epochtimes.co.il/127.0.0.1#5335 -server=/.epochtimes.co.kr/127.0.0.1#5335 -server=/.epochtimes.com/127.0.0.1#5335 -server=/.epochtimes.de/127.0.0.1#5335 -server=/.epochtimes.fr/127.0.0.1#5335 -server=/.epochtimes.ie/127.0.0.1#5335 -server=/.epochtimes.jp/127.0.0.1#5335 -server=/.epochtimes-romania.com/127.0.0.1#5335 -server=/.epochtimes.ru/127.0.0.1#5335 -server=/.epochtimes.se/127.0.0.1#5335 -server=/.epochtimestr.com/127.0.0.1#5335 -server=/.epochweekly.com/127.0.0.1#5335 -server=/.erabaru.net/127.0.0.1#5335 -server=/.erepublik.com/127.0.0.1#5335 -server=/.erepublik.net/127.0.0.1#5335 -server=/.erights.net/127.0.0.1#5335 -server=/.eriversoft.com/127.0.0.1#5335 -server=/.ernestmandel.org/127.0.0.1#5335 -server=/.etaiwannews.com/127.0.0.1#5335 -server=/.etizer.org/127.0.0.1#5335 -server=/.etools.ncol.com/127.0.0.1#5335 -server=/.e-traderland.net/127.0.0.1#5335 -server=/.etraining.gov.tw/127.0.0.1#5335 -server=/.ettoday.net/127.0.0.1#5335 -server=/.evchk.wikia.com/127.0.0.1#5335 -server=/.eventful.com/127.0.0.1#5335 -server=/.everyday-carry.com/127.0.0.1#5335 -server=/.exblog.jp/127.0.0.1#5335 -server=/.expatshield.com/127.0.0.1#5335 -server=/.exploader.net/127.0.0.1#5335 -server=/.extremetube.com/127.0.0.1#5335 -server=/.eyespirit.info/127.0.0.1#5335 -server=/.eyevio.jp/127.0.0.1#5335 -server=/.eyny.com/127.0.0.1#5335 -server=/.ezpc.tk/127.0.0.1#5335 -server=/.ezpeer.com/127.0.0.1#5335 -server=/.facebook.com/127.0.0.1#5335 -server=/.facebook.net/127.0.0.1#5335 -server=/.facesofnyfw.com/127.0.0.1#5335 -server=/.fail.hk/127.0.0.1#5335 -server=/.faiththedog.info/127.0.0.1#5335 -server=/.fakku.net/127.0.0.1#5335 -server=/.falsefire.com/127.0.0.1#5335 -server=/.falunart.org/127.0.0.1#5335 -server=/.falundafamuseum.org/127.0.0.1#5335 -server=/.falundafa.org/127.0.0.1#5335 -server=/.falunhr.org/127.0.0.1#5335 -server=/.famunion.com/127.0.0.1#5335 -server=/.fangbinxing.com/127.0.0.1#5335 -server=/.fangeming.com/127.0.0.1#5335 -server=/.fanglizhi.info/127.0.0.1#5335 -server=/.fangongheike.com/127.0.0.1#5335 -server=/.fangong.org/127.0.0.1#5335 -server=/.fan-qiang.com/127.0.0.1#5335 -server=/.fanqianghou.com/127.0.0.1#5335 -server=/.fanqiangyakexi.net/127.0.0.1#5335 -server=/.fanswong.com/127.0.0.1#5335 -server=/.fanyue.info/127.0.0.1#5335 -server=/.fapdu.com/127.0.0.1#5335 -server=/.farwestchina.com/127.0.0.1#5335 -server=/.farxian.com/127.0.0.1#5335 -server=/.fastpic.ru/127.0.0.1#5335 -server=/.faststone.org/127.0.0.1#5335 -server=/.favorious.com/127.0.0.1#5335 -server=/.favstar.fm/127.0.0.1#5335 -server=/.fawanghuihui.org/127.0.0.1#5335 -server=/.faydao.com/127.0.0.1#5335 -server=/.fbcdn.net/127.0.0.1#5335 -server=/.fb.com/127.0.0.1#5335 -server=/.fb.me/127.0.0.1#5335 -server=/.fbsbx.com/127.0.0.1#5335 -server=/.fc2china.com/127.0.0.1#5335 -server=/.fc2.com/127.0.0.1#5335 -server=/.f.cl.ly/127.0.0.1#5335 -server=/.fdc89.jp/127.0.0.1#5335 -server=/.feedbooks.mobi/127.0.0.1#5335 -server=/.feedburner.com/127.0.0.1#5335 -server=/.feeds2.feedburner.com/127.0.0.1#5335 -server=/.feeds.feedburner.com/127.0.0.1#5335 -server=/.feedzshare.com/127.0.0.1#5335 -server=/.feelssh.com/127.0.0.1#5335 -server=/.feer.com/127.0.0.1#5335 -server=/.felixcat.net/127.0.0.1#5335 -server=/.feministteacher.com/127.0.0.1#5335 -server=/.fengzhenghu.com/127.0.0.1#5335 -server=/.fetchvideo.com/127.0.0.1#5335 -server=/.ff.im/127.0.0.1#5335 -server=/.fflick.com/127.0.0.1#5335 -server=/.fgmtv.net/127.0.0.1#5335 -server=/.fgmtv.org/127.0.0.1#5335 -server=/.filefactory.com/127.0.0.1#5335 -server=/.files2me.com/127.0.0.1#5335 -server=/.fileserve.com/127.0.0.1#5335 -server=/.fillthesquare.org/127.0.0.1#5335 -server=/.finalion.jp/127.0.0.1#5335 -server=/.findbook.tw/127.0.0.1#5335 -server=/.finler.net/127.0.0.1#5335 -server=/.fireofliberty.org/127.0.0.1#5335 -server=/.firstfivefollowers.com/127.0.0.1#5335 -server=/.flecheinthepeche.fr/127.0.0.1#5335 -server=/.fleshbot.com/127.0.0.1#5335 -server=/.flickr.com/127.0.0.1#5335 -server=/.flickrhivemind.net/127.0.0.1#5335 -server=/.flightcaster.com/127.0.0.1#5335 -server=/.flowerofhappiness.spaces.live.com/127.0.0.1#5335 -server=/.focustaiwan.tw/127.0.0.1#5335 -server=/.focusvpn.com/127.0.0.1#5335 -server=/.fofg.org/127.0.0.1#5335 -server=/.fooooo.com/127.0.0.1#5335 -server=/.footwiball.com/127.0.0.1#5335 -server=/.forum.baby-kingdom.com/127.0.0.1#5335 -server=/.forum.cyberctm.com/127.0.0.1#5335 -server=/.forum.idsam.com/127.0.0.1#5335 -server=/.forum.iset.com.tw/127.0.0.1#5335 -server=/.forum.my903.com/127.0.0.1#5335 -server=/.forum.mymaji.com/127.0.0.1#5335 -server=/.forum.newsgroup.la/127.0.0.1#5335 -server=/.forum.nownews.com/127.0.0.1#5335 -server=/.forum.omy.sg/127.0.0.1#5335 -server=/.forum.palmislife.com/127.0.0.1#5335 -server=/.forum.pchome.com.tw/127.0.0.1#5335 -server=/.forum.setty.com.tw/127.0.0.1#5335 -server=/.forum.sina.com.hk/127.0.0.1#5335 -server=/.forum.slime.com.tw/127.0.0.1#5335 -server=/.forum.tvb.com/127.0.0.1#5335 -server=/.forum.yorkbbs.ca/127.0.0.1#5335 -server=/.fotop.net/127.0.0.1#5335 -server=/.fourface.nodesnoop.com/127.0.0.1#5335 -server=/.fourthinternational.org/127.0.0.1#5335 -server=/.foxdie.us/127.0.0.1#5335 -server=/.foxsub.com/127.0.0.1#5335 -server=/.foxtang.com/127.0.0.1#5335 -server=/.fqrouter.com/127.0.0.1#5335 -server=/.franklc.com/127.0.0.1#5335 -server=/.freakshare.com/127.0.0.1#5335 -server=/.fredwilson.vc/127.0.0.1#5335 -server=/.free4u.com.ar/127.0.0.1#5335 -server=/.freealim.com/127.0.0.1#5335 -server=/.freechal.com/127.0.0.1#5335 -server=/.freedomhouse.org/127.0.0.1#5335 -server=/.free.fr/127.0.0.1#5335 -server=/.freegao.com/127.0.0.1#5335 -server=/.freegateget.googlepages.com/127.0.0.1#5335 -server=/.free-gate.org/127.0.0.1#5335 -server=/.free-hada-now.org/127.0.0.1#5335 -server=/.freelotto.com/127.0.0.1#5335 -server=/.freeman2.com/127.0.0.1#5335 -server=/.freemoren.com/127.0.0.1#5335 -server=/.freemorenews.com/127.0.0.1#5335 -server=/.freenet-china.org/127.0.0.1#5335 -server=/.freenetproject.org/127.0.0.1#5335 -server=/.freenewscn.com/127.0.0.1#5335 -server=/.freeopenvpn.com/127.0.0.1#5335 -server=/.freeoz.org/127.0.0.1#5335 -server=/.free-ssh.com/127.0.0.1#5335 -server=/.freessh.us/127.0.0.1#5335 -server=/.freetibet.org/127.0.0.1#5335 -server=/.freevpn.nl/127.0.0.1#5335 -server=/.freewallpaper4.me/127.0.0.1#5335 -server=/.freewebs.com/127.0.0.1#5335 -server=/.freeweibo.com/127.0.0.1#5335 -server=/.freexinwen.com/127.0.0.1#5335 -server=/.freeyoutubeproxy.net/127.0.0.1#5335 -server=/.friendfeed.com/127.0.0.1#5335 -server=/.friendfeed-media.com/127.0.0.1#5335 -server=/.fring.com/127.0.0.1#5335 -server=/.fringenetwork.com/127.0.0.1#5335 -server=/.frommel.net/127.0.0.1#5335 -server=/.frontlinedefenders.org/127.0.0.1#5335 -server=/.fscked.org/127.0.0.1#5335 -server=/.fsurf.com/127.0.0.1#5335 -server=/.ftchinese.com/127.0.0.1#5335 -server=/.fuckcnnic.net/127.0.0.1#5335 -server=/.fuckgfw.com/127.0.0.1#5335 -server=/.fuckgfw.org/127.0.0.1#5335 -server=/.fulue.com/127.0.0.1#5335 -server=/.funf.tw/127.0.0.1#5335 -server=/.funp.com/127.0.0.1#5335 -server=/.furinkan.com/127.0.0.1#5335 -server=/.furl.net/127.0.0.1#5335 -server=/.futurechinaforum.org/127.0.0.1#5335 -server=/.futureme.org/127.0.0.1#5335 -server=/.futuremessage.org/127.0.0.1#5335 -server=/.fuyin.net/127.0.0.1#5335 -server=/.fw.cm/127.0.0.1#5335 -server=/.fxnetworks.com/127.0.0.1#5335 -server=/.fzh999.com/127.0.0.1#5335 -server=/.fzh999.net/127.0.0.1#5335 -server=/.gabocorp.com/127.0.0.1#5335 -server=/.gaeproxy.com/127.0.0.1#5335 -server=/.gaeproxy.googlecode.com/127.0.0.1#5335 -server=/.galenwu.com/127.0.0.1#5335 -server=/.game735.com/127.0.0.1#5335 -server=/.gamebase.com.tw/127.0.0.1#5335 -server=/.gamer.com.tw/127.0.0.1#5335 -server=/.gamez.com.tw/127.0.0.1#5335 -server=/.ganges.com/127.0.0.1#5335 -server=/.gaoming.net/127.0.0.1#5335 -server=/.gaopi.net/127.0.0.1#5335 -server=/.gaozhisheng.net/127.0.0.1#5335 -server=/.gaozhisheng.org/127.0.0.1#5335 -server=/.gardennetworks.com/127.0.0.1#5335 -server=/.gardennetworks.org/127.0.0.1#5335 -server=/.gartlive.com/127.0.0.1#5335 -server=/.gather.com/127.0.0.1#5335 -server=/.gaymap.cc/127.0.0.1#5335 -server=/.gazotube.com/127.0.0.1#5335 -server=/.gcc.org.hk/127.0.0.1#5335 -server=/.gclooney.com/127.0.0.1#5335 -server=/.g.co/127.0.0.1#5335 -server=/.gcpnews.com/127.0.0.1#5335 -server=/.gdbt.net/127.0.0.1#5335 -server=/.gdzf.org/127.0.0.1#5335 -server=/.geek-art.net/127.0.0.1#5335 -server=/.geekerhome.com/127.0.0.1#5335 -server=/.geekmade.co.uk/127.0.0.1#5335 -server=/.geekmanuals.com/127.0.0.1#5335 -server=/.generesis.com/127.0.0.1#5335 -server=/.genuitec.com/127.0.0.1#5335 -server=/.geocities.co.jp/127.0.0.1#5335 -server=/.geocities.com/127.0.0.1#5335 -server=/.geocities.jp/127.0.0.1#5335 -server=/.geohot.com/127.0.0.1#5335 -server=/.geometrictools.com/127.0.0.1#5335 -server=/.getchu.com/127.0.0.1#5335 -server=/.getcloudapp.com/127.0.0.1#5335 -server=/.get-digital-help.com/127.0.0.1#5335 -server=/.getfoxyproxy.org/127.0.0.1#5335 -server=/.getfreedur.com/127.0.0.1#5335 -server=/.getiton.com/127.0.0.1#5335 -server=/.getjetso.com/127.0.0.1#5335 -server=/.getlantern.org/127.0.0.1#5335 -server=/.getsmartlinks.com/127.0.0.1#5335 -server=/.getsocialscope.com/127.0.0.1#5335 -server=/.gfwinterceptor.googlecode.com/127.0.0.1#5335 -server=/.gfw.org.ua/127.0.0.1#5335 -server=/.ggpht.com/127.0.0.1#5335 -server=/.ggssl.com/127.0.0.1#5335 -server=/.ghost.org/127.0.0.1#5335 -server=/.ghut.org/127.0.0.1#5335 -server=/.giga-web.jp/127.0.0.1#5335 -server=/.gigporno.ru/127.0.0.1#5335 -server=/.gimpshop.com/127.0.0.1#5335 -server=/.girlbanker.com/127.0.0.1#5335 -server=/.github.com/127.0.0.1#5335 -server=/.git-scm.com/127.0.0.1#5335 -server=/.givemesomethingtoread.com/127.0.0.1#5335 -server=/.glennhilton.com/127.0.0.1#5335 -server=/.globaljihad.net/127.0.0.1#5335 -server=/.globalmuseumoncommunism.org/127.0.0.1#5335 -server=/.globalrescue.net/127.0.0.1#5335 -server=/.globalvoicesonline.org/127.0.0.1#5335 -server=/.gmail.com/127.0.0.1#5335 -server=/.gmbd.cn/127.0.0.1#5335 -server=/.gmhz.org/127.0.0.1#5335 -server=/.gmodules.com/127.0.0.1#5335 -server=/.gmozomg.izihost.org/127.0.0.1#5335 -server=/.gnci.org.hk/127.0.0.1#5335 -server=/.goagent.biz/127.0.0.1#5335 -server=/.goagent.googlecode.com/127.0.0.1#5335 -server=/.goagentplus.com/127.0.0.1#5335 -server=/.godfootsteps.org/127.0.0.1#5335 -server=/.golang.org/127.0.0.1#5335 -server=/.goldbetsports.com/127.0.0.1#5335 -server=/.goldwave.com/127.0.0.1#5335 -server=/.gongmeng.info/127.0.0.1#5335 -server=/.gongm.in/127.0.0.1#5335 -server=/.gongminliliang.com/127.0.0.1#5335 -server=/.gongwt.com/127.0.0.1#5335 -server=/.goodreaders.com/127.0.0.1#5335 -server=/.goodreads.com/127.0.0.1#5335 -server=/.goofind.com/127.0.0.1#5335 -server=/.goo.gl/127.0.0.1#5335 -server=/.googleadservices.com/127.0.0.1#5335 -server=/.google-analytics.com/127.0.0.1#5335 -server=/.googleapis.com/127.0.0.1#5335 -server=/.googlecode.com/127.0.0.1#5335 -server=/.google.co.jp/127.0.0.1#5335 -server=/.google.com/127.0.0.1#5335 -server=/.google.com.hk/127.0.0.1#5335 -server=/.google.com.sg/127.0.0.1#5335 -server=/.google.com.tw/127.0.0.1#5335 -server=/.google.com.uk/127.0.0.1#5335 -server=/.googledomains.com/127.0.0.1#5335 -server=/.googledrive.com/127.0.0.1#5335 -server=/.googleearth.com/127.0.0.1#5335 -server=/.googlehosted.com/127.0.0.1#5335 -server=/.googlelabs.com/127.0.0.1#5335 -server=/.googlemail.com/127.0.0.1#5335 -server=/.googleplus.com/127.0.0.1#5335 -server=/.googlesile.com/127.0.0.1#5335 -server=/.googlesource.com/127.0.0.1#5335 -server=/.googlesyndication.com/127.0.0.1#5335 -server=/.googletagmanager.com/127.0.0.1#5335 -server=/.googletagservices.com/127.0.0.1#5335 -server=/.googleusercontent.com/127.0.0.1#5335 -server=/.googlevideo.com/127.0.0.1#5335 -server=/.gopetition.com/127.0.0.1#5335 -server=/.gospelherald.com/127.0.0.1#5335 -server=/.gov.tw/127.0.0.1#5335 -server=/.gpass1.com/127.0.0.1#5335 -server=/.grandtrial.org/127.0.0.1#5335 -server=/.graphis.ne.jp/127.0.0.1#5335 -server=/.gravatar.com/127.0.0.1#5335 -server=/.graylog2.org/127.0.0.1#5335 -server=/.grb.gov.tw/127.0.0.1#5335 -server=/.greatfire.org/127.0.0.1#5335 -server=/.greatfirewall.biz/127.0.0.1#5335 -server=/.great-firewall.com/127.0.0.1#5335 -server=/.greatfirewallofchina.net/127.0.0.1#5335 -server=/.greatfirewallofchina.org/127.0.0.1#5335 -server=/.great-roc.org/127.0.0.1#5335 -server=/.greatroc.org/127.0.0.1#5335 -server=/.greatroc.tw/127.0.0.1#5335 -server=/.greatzhonghua.org/127.0.0.1#5335 -server=/.greenparty.org.tw/127.0.0.1#5335 -server=/.greenvpn.net/127.0.0.1#5335 -server=/.gs-discuss.com/127.0.0.1#5335 -server=/.gseeker.com/127.0.0.1#5335 -server=/.gsn-cert.nat.gov.tw/127.0.0.1#5335 -server=/.gstatic.com/127.0.0.1#5335 -server=/.gtap.googlecode.com/127.0.0.1#5335 -server=/.gtricks.com/127.0.0.1#5335 -server=/.guancha.org/127.0.0.1#5335 -server=/.gufeng521.spaces.live.com/127.0.0.1#5335 -server=/.guishan.org/127.0.0.1#5335 -server=/.gunsamerica.com/127.0.0.1#5335 -server=/.gun-world.net/127.0.0.1#5335 -server=/.guomin.us/127.0.0.1#5335 -server=/.gutteruncensored.com/127.0.0.1#5335 -server=/.gvm.com.tw/127.0.0.1#5335 -server=/.gyalwarinpoche.com/127.0.0.1#5335 -server=/.gysd.nyc.gov.tw/127.0.0.1#5335 -server=/.gzm.tv/127.0.0.1#5335 -server=/.gzone-anime.info/127.0.0.1#5335 -server=/.h1n1china.org/127.0.0.1#5335 -server=/.hacken.cc/127.0.0.1#5335 -server=/.hackthatphone.net/127.0.0.1#5335 -server=/.hahlo.com/127.0.0.1#5335 -server=/.hakkatv.org.tw/127.0.0.1#5335 -server=/.hanunyi.com/127.0.0.1#5335 -server=/.hardsextube.com/127.0.0.1#5335 -server=/.hasaowall.com/127.0.0.1#5335 -server=/.have8.com/127.0.0.1#5335 -server=/.haygo.com/127.0.0.1#5335 -server=/.hcc.gov.tw/127.0.0.1#5335 -server=/.hchcc.gov.tw/127.0.0.1#5335 -server=/.h-china.org/127.0.0.1#5335 -server=/.hdtvb.net/127.0.0.1#5335 -server=/.heartyit.com/127.0.0.1#5335 -server=/.hecaitou.net/127.0.0.1#5335 -server=/.hechaji.com/127.0.0.1#5335 -server=/.heix.pp.ru/127.0.0.1#5335 -server=/.heiyo.info/127.0.0.1#5335 -server=/.helloandroid.com/127.0.0.1#5335 -server=/.hellonewyork.us/127.0.0.1#5335 -server=/.helloqueer.com/127.0.0.1#5335 -server=/.hellotxt.com/127.0.0.1#5335 -server=/.hellouk.org/127.0.0.1#5335 -server=/.helpeachpeople.com/127.0.0.1#5335 -server=/.helplinfen.com/127.0.0.1#5335 -server=/.help.linksalpha.com/127.0.0.1#5335 -server=/.help.opera.com/127.0.0.1#5335 -server=/.helpzhuling.org/127.0.0.1#5335 -server=/.hen.bao.li/127.0.0.1#5335 -server=/.hengchuen.gov.tw/127.0.0.1#5335 -server=/.heqinglian.net/127.0.0.1#5335 -server=/.here4news.com/127.0.0.1#5335 -server=/.heungkongdiscuss.com/127.0.0.1#5335 -server=/.hgseav.com/127.0.0.1#5335 -server=/.hidden-advent.org/127.0.0.1#5335 -server=/.hidecloud.com/127.0.0.1#5335 -server=/.hideipvpn.com/127.0.0.1#5335 -server=/.hidemyass.com/127.0.0.1#5335 -server=/.higfw.com/127.0.0.1#5335 -server=/.highrockmedia.com/127.0.0.1#5335 -server=/.hihiforum.com/127.0.0.1#5335 -server=/.hihistory.net/127.0.0.1#5335 -server=/.hiitch.com/127.0.0.1#5335 -server=/.hikinggfw.org/127.0.0.1#5335 -server=/.himemix.com/127.0.0.1#5335 -server=/.himemix.net/127.0.0.1#5335 -server=/.hjclub.info/127.0.0.1#5335 -server=/.hk32168.com/127.0.0.1#5335 -server=/.hkbc.net/127.0.0.1#5335 -server=/.hkbf.org/127.0.0.1#5335 -server=/.hkchurch.org/127.0.0.1#5335 -server=/.hkdailynews.com.hk/127.0.0.1#5335 -server=/.hkday.net/127.0.0.1#5335 -server=/.hkej.com/127.0.0.1#5335 -server=/.hkepc.com/127.0.0.1#5335 -server=/.hkfront.org/127.0.0.1#5335 -server=/.hk.geocities.com/127.0.0.1#5335 -server=/.hkgolden.com/127.0.0.1#5335 -server=/.hkgreenradio.org/127.0.0.1#5335 -server=/.hkg.westkit.net/127.0.0.1#5335 -server=/.hkheadline.com/127.0.0.1#5335 -server=/.hkhkhk.com/127.0.0.1#5335 -server=/.hkjc.com/127.0.0.1#5335 -server=/.hk.jiepang.com/127.0.0.1#5335 -server=/.hkjp.easyweb.hk/127.0.0.1#5335 -server=/.hkjp.org/127.0.0.1#5335 -server=/.hk.knowledge.yahoo.com/127.0.0.1#5335 -server=/.hk.myblog.yahoo.com/127.0.0.1#5335 -server=/.hk.news.yahoo.com/127.0.0.1#5335 -server=/.hkptu.org/127.0.0.1#5335 -server=/.hk-pub.com/127.0.0.1#5335 -server=/.hk.rd.yahoo.com/127.0.0.1#5335 -server=/.hkreporter.com/127.0.0.1#5335 -server=/.hkreporter.loved.hk/127.0.0.1#5335 -server=/.hk.search.yahoo.com/127.0.0.1#5335 -server=/.hk.video.news.yahoo.com/127.0.0.1#5335 -server=/.hkwcc.org.hk/127.0.0.1#5335 -server=/.hk.yahoo.com/127.0.0.1#5335 -server=/.hkzone.org/127.0.0.1#5335 -server=/.hnjhj.com/127.0.0.1#5335 -server=/.hola.com/127.0.0.1#5335 -server=/.holyspiritspeaks.org/127.0.0.1#5335 -server=/.holz.byethost8.com/127.0.0.1#5335 -server=/.homeservershow.com/127.0.0.1#5335 -server=/.home.sina.com/127.0.0.1#5335 -server=/.home.so-net.net.tw/127.0.0.1#5335 -server=/.honeonet.spaces.live.com/127.0.0.1#5335 -server=/.hongmeimei.com/127.0.0.1#5335 -server=/.hongzhi.li/127.0.0.1#5335 -server=/.hootsuite.com/127.0.0.1#5335 -server=/.hotpot.hk/127.0.0.1#5335 -server=/.hotshame.com/127.0.0.1#5335 -server=/.hotspotshield.com/127.0.0.1#5335 -server=/.hougaige.com/127.0.0.1#5335 -server=/.howtoforge.com/127.0.0.1#5335 -server=/.hqcdp.org/127.0.0.1#5335 -server=/.hrcir.com/127.0.0.1#5335 -server=/.hrichina.org/127.0.0.1#5335 -server=/.hrw.org/127.0.0.1#5335 -server=/.hsinchu-cc.gov.tw/127.0.0.1#5335 -server=/.hsjp.net/127.0.0.1#5335 -server=/.hsselite.com/127.0.0.1#5335 -server=/.htkou.net/127.0.0.1#5335 -server=/.htl.li/127.0.0.1#5335 -server=/.ht.ly/127.0.0.1#5335 -server=/.htmldog.com/127.0.0.1#5335 -server=/.huaglad.com/127.0.0.1#5335 -server=/.huajiadi.spaces.live.com/127.0.0.1#5335 -server=/.huanghuagang.org/127.0.0.1#5335 -server=/.huaren.us/127.0.0.1#5335 -server=/.huaxia-news.com/127.0.0.1#5335 -server=/.huaxin.ph/127.0.0.1#5335 -server=/.hua-yue.net/127.0.0.1#5335 -server=/.hudatoriq.web.id/127.0.0.1#5335 -server=/.hugoroy.eu/127.0.0.1#5335 -server=/.huhamhire.com/127.0.0.1#5335 -server=/.hujiachina.spaces.live.com/127.0.0.1#5335 -server=/.hulu.com/127.0.0.1#5335 -server=/.huluim.com/127.0.0.1#5335 -server=/.humanities.uchicago.edu/127.0.0.1#5335 -server=/.hungerstrikeforaids.org/127.0.0.1#5335 -server=/.hung-ya.com/127.0.0.1#5335 -server=/.huping.net/127.0.0.1#5335 -server=/.hutianyi.net/127.0.0.1#5335 -server=/.hutong9.net/127.0.0.1#5335 -server=/.hwinfo.com/127.0.0.1#5335 -server=/.hyperrate.com/127.0.0.1#5335 -server=/.hypeshell.com/127.0.0.1#5335 -server=/.i1.hk/127.0.0.1#5335 -server=/.i2runner.com/127.0.0.1#5335 -server=/.ialmostlaugh.com/127.0.0.1#5335 -server=/.iask.bz/127.0.0.1#5335 -server=/.iask.ca/127.0.0.1#5335 -server=/.ibiblio.org/127.0.0.1#5335 -server=/.iblogserv-f.net/127.0.0.1#5335 -server=/.ibros.org/127.0.0.1#5335 -server=/.icij.org/127.0.0.1#5335 -server=/.icl-fi.org/127.0.0.1#5335 -server=/.iconpaper.org/127.0.0.1#5335 -server=/.icu-project.org/127.0.0.1#5335 -server=/.idemocracy.asia/127.0.0.1#5335 -server=/.identi.ca/127.0.0.1#5335 -server=/.idiomconnection.com/127.0.0.1#5335 -server=/.idouga.com/127.0.0.1#5335 -server=/.idv.tw/127.0.0.1#5335 -server=/.ieasynews.net/127.0.0.1#5335 -server=/.ied2k.net/127.0.0.1#5335 -server=/.ieemdai.spaces.live.com/127.0.0.1#5335 -server=/.ifan.cz.cc/127.0.0.1#5335 -server=/.ifanqiang.com/127.0.0.1#5335 -server=/.ifanr.com/127.0.0.1#5335 -server=/.ifcss.org/127.0.0.1#5335 -server=/.ifjc.org/127.0.0.1#5335 -server=/.igfw.net/127.0.0.1#5335 -server=/.ignitedetroit.net/127.0.0.1#5335 -server=/.igvita.com/127.0.0.1#5335 -server=/.ihakka.net/127.0.0.1#5335 -server=/.iicns.com/127.0.0.1#5335 -server=/.illusionfactory.com/127.0.0.1#5335 -server=/.ilove80.be/127.0.0.1#5335 -server=/.im88.tw/127.0.0.1#5335 -server=/.imageflea.com/127.0.0.1#5335 -server=/.imagesblog.gio.gov.tw/127.0.0.1#5335 -server=/.imageshack.us/127.0.0.1#5335 -server=/.imagevenue.com/127.0.0.1#5335 -server=/.imagezilla.net/127.0.0.1#5335 -server=/.ime.baidu.jp/127.0.0.1#5335 -server=/.img.ly/127.0.0.1#5335 -server=/.imkev.com/127.0.0.1#5335 -server=/.imlive.com/127.0.0.1#5335 -server=/.immigration.gov.tw/127.0.0.1#5335 -server=/.imrworldwide.com/127.0.0.1#5335 -server=/.im.tv/127.0.0.1#5335 -server=/.incredibox.fr/127.0.0.1#5335 -server=/.iner.gov.tw/127.0.0.1#5335 -server=/.initiativesforchina.org/127.0.0.1#5335 -server=/.inmediahk.net/127.0.0.1#5335 -server=/.innermongolia.org/127.0.0.1#5335 -server=/.instagram.com/127.0.0.1#5335 -server=/.interestinglaugh.com/127.0.0.1#5335 -server=/.interfaceaddiction.com/127.0.0.1#5335 -server=/.internationalrivers.org/127.0.0.1#5335 -server=/.internetdefenseleague.org/127.0.0.1#5335 -server=/.internetfreedom.org/127.0.0.1#5335 -server=/.internetpopculture.com/127.0.0.1#5335 -server=/.inxian.com/127.0.0.1#5335 -server=/.iphone4hongkong.com/127.0.0.1#5335 -server=/.iphonehacks.com/127.0.0.1#5335 -server=/.iphonix.fr/127.0.0.1#5335 -server=/.ipicture.ru/127.0.0.1#5335 -server=/.ipobar.com/127.0.0.1#5335 -server=/.ippotv.com/127.0.0.1#5335 -server=/.iptorrents.com/127.0.0.1#5335 -server=/.ipvanish.com/127.0.0.1#5335 -server=/.iredmail.org/127.0.0.1#5335 -server=/.ironbigfools.compython.net/127.0.0.1#5335 -server=/.ironicsoftware.com/127.0.0.1#5335 -server=/.ironpython.net/127.0.0.1#5335 -server=/.isaacmao.com/127.0.0.1#5335 -server=/.isgreat.org/127.0.0.1#5335 -server=/.islamicity.com/127.0.0.1#5335 -server=/.islam.org.hk/127.0.0.1#5335 -server=/.ismprofessional.net/127.0.0.1#5335 -server=/.isohunt.com/127.0.0.1#5335 -server=/.israbox.com/127.0.0.1#5335 -server=/.istockphoto.com/127.0.0.1#5335 -server=/.isunaffairs.com/127.0.0.1#5335 -server=/.isuntv.com/127.0.0.1#5335 -server=/.itaboo.info/127.0.0.1#5335 -server=/.ithelp.ithome.com.tw/127.0.0.1#5335 -server=/.itrc.gov.tw/127.0.0.1#5335 -server=/.itshidden.com/127.0.0.1#5335 -server=/.itweet.net/127.0.0.1#5335 -server=/.iu45.com/127.0.0.1#5335 -server=/.iverycd.com/127.0.0.1#5335 -server=/.ixquick.com/127.0.0.1#5335 -server=/.izaobao.us/127.0.0.1#5335 -server=/.izles.net/127.0.0.1#5335 -server=/.japan-whores.com/127.0.0.1#5335 -server=/.jayparkinsonmd.com/127.0.0.1#5335 -server=/.jbtalks.cc/127.0.0.1#5335 -server=/.jbtalks.com/127.0.0.1#5335 -server=/.jbtalks.my/127.0.0.1#5335 -server=/.jeanyim.com/127.0.0.1#5335 -server=/.jgoodies.com/127.0.0.1#5335 -server=/.jiaoyou8.com/127.0.0.1#5335 -server=/.jiehua.cz/127.0.0.1#5335 -server=/.jieshibaobao.com/127.0.0.1#5335 -server=/.jike.com/127.0.0.1#5335 -server=/.jimoparty.com/127.0.0.1#5335 -server=/.jinbushe.org/127.0.0.1#5335 -server=/.jingpin.org/127.0.0.1#5335 -server=/.jitouch.com/127.0.0.1#5335 -server=/.jkforum.net/127.0.0.1#5335 -server=/.j.mp/127.0.0.1#5335 -server=/.joachims.org/127.0.0.1#5335 -server=/.jobso.tv/127.0.0.1#5335 -server=/.joeedelman.com/127.0.0.1#5335 -server=/.journalofdemocracy.org/127.0.0.1#5335 -server=/.jpopforum.net/127.0.0.1#5335 -server=/.juliereyc.com/127.0.0.1#5335 -server=/.junauza.com/127.0.0.1#5335 -server=/.junefourth-20.net/127.0.0.1#5335 -server=/.justfreevpn.com/127.0.0.1#5335 -server=/.justtristan.com/127.0.0.1#5335 -server=/.juziyue.com/127.0.0.1#5335 -server=/.jwmusic.org/127.0.0.1#5335 -server=/.jyxf.net/127.0.0.1#5335 -server=/.jyzj.waqn.com/127.0.0.1#5335 -server=/.k2.xrea.com/127.0.0.1#5335 -server=/.kagyuoffice.org.tw/127.0.0.1#5335 -server=/.kaiyuan.de/127.0.0.1#5335 -server=/.kakao.com/127.0.0.1#5335 -server=/.kanzhongguo.com/127.0.0.1#5335 -server=/.kanzhongguo.eu/127.0.0.1#5335 -server=/.karayou.com/127.0.0.1#5335 -server=/.ka-wai.com/127.0.0.1#5335 -server=/.kcsoftwares.com/127.0.0.1#5335 -server=/.kechara.com/127.0.0.1#5335 -server=/.keepandshare.com/127.0.0.1#5335 -server=/.kendincos.net/127.0.0.1#5335 -server=/.kenengba.com/127.0.0.1#5335 -server=/.keontech.net/127.0.0.1#5335 -server=/.khcc.gov.tw/127.0.0.1#5335 -server=/.khms.gov.tw/127.0.0.1#5335 -server=/.khmusic.com.tw/127.0.0.1#5335 -server=/.killwall.com/127.0.0.1#5335 -server=/.kineox.free.fr/127.0.0.1#5335 -server=/.kingdomsalvation.org/127.0.0.1#5335 -server=/.kinghost.com/127.0.0.1#5335 -server=/.kingstone.com.tw/127.0.0.1#5335 -server=/.kissbbao.cn/127.0.0.1#5335 -server=/.kissyoutube.com/127.0.0.1#5335 -server=/.kk.gov.tw/127.0.0.1#5335 -server=/.klccab.gov.tw/127.0.0.1#5335 -server=/.klra.gov.tw/127.0.0.1#5335 -server=/.klsio.gov.tw/127.0.0.1#5335 -server=/.kmh.gov.tw/127.0.0.1#5335 -server=/.kmseh.gov.tw/127.0.0.1#5335 -server=/.knowledgerush.com/127.0.0.1#5335 -server=/.kodingen.com/127.0.0.1#5335 -server=/.kompozer.net/127.0.0.1#5335 -server=/.koolsolutions.com/127.0.0.1#5335 -server=/.koornk.com/127.0.0.1#5335 -server=/.kt.kcome.org/127.0.0.1#5335 -server=/.kui.name/127.0.0.1#5335 -server=/.kun.im/127.0.0.1#5335 -server=/.kurtmunger.com/127.0.0.1#5335 -server=/.kusocity.com/127.0.0.1#5335 -server=/.kwongwah.com.my/127.0.0.1#5335 -server=/.kyohk.net/127.0.0.1#5335 -server=/.kzeng.info/127.0.0.1#5335 -server=/.labiennale.org/127.0.0.1#5335 -server=/.ladbrokes.com/127.0.0.1#5335 -server=/.la-forum.org/127.0.0.1#5335 -server=/.lagranepoca.com/127.0.0.1#5335 -server=/.lalulalu.com/127.0.0.1#5335 -server=/.laogai.org/127.0.0.1#5335 -server=/.laomiu.com/127.0.0.1#5335 -server=/.laoyang.info/127.0.0.1#5335 -server=/.laptoplockdown.com/127.0.0.1#5335 -server=/.laqingdan.net/127.0.0.1#5335 -server=/.larsgeorge.com/127.0.0.1#5335 -server=/.lastfm.es/127.0.0.1#5335 -server=/.latelinenews.com/127.0.0.1#5335 -server=/.latimesblogs.latimes.com/127.0.0.1#5335 -server=/.lazarsearlymusic.com/127.0.0.1#5335 -server=/.leecheukyan.org/127.0.0.1#5335 -server=/.legaltech.law.com/127.0.0.1#5335 -server=/.lematin.ch/127.0.0.1#5335 -server=/.lemonde.fr/127.0.0.1#5335 -server=/.lenwhite.com/127.0.0.1#5335 -server=/.lerosua.org/127.0.0.1#5335 -server=/.lesoir.be/127.0.0.1#5335 -server=/.lesscss.org/127.0.0.1#5335 -server=/.letscorp.net/127.0.0.1#5335 -server=/.liansi.org/127.0.0.1#5335 -server=/.lianyue.net/127.0.0.1#5335 -server=/.liaowangxizang.net/127.0.0.1#5335 -server=/.liberal.org.hk/127.0.0.1#5335 -server=/.libertytimes.com.tw/127.0.0.1#5335 -server=/.lich355.megabyet.net/127.0.0.1#5335 -server=/.lidecheng.com/127.0.0.1#5335 -server=/.life.fly4ever.me/127.0.0.1#5335 -server=/.limiao.net/127.0.0.1#5335 -server=/.line.me/127.0.0.1#5335 -server=/.linglingfa.com/127.0.0.1#5335 -server=/.lingvodics.com/127.0.0.1#5335 -server=/.linkideo.com/127.0.0.1#5335 -server=/.linuxconfig.org/127.0.0.1#5335 -server=/.linux-engineer.net/127.0.0.1#5335 -server=/.linuxreviews.org/127.0.0.1#5335 -server=/.linuxtoy.org/127.0.0.1#5335 -server=/.lipuman.com/127.0.0.1#5335 -server=/.listentoyoutube.com/127.0.0.1#5335 -server=/.list.ly/127.0.0.1#5335 -server=/.listorious.com/127.0.0.1#5335 -server=/.lists.debian.org/127.0.0.1#5335 -server=/.lists.w3.org/127.0.0.1#5335 -server=/.littlebigdetails.com/127.0.0.1#5335 -server=/.liudejun.com/127.0.0.1#5335 -server=/.liuhanyu.com/127.0.0.1#5335 -server=/.liujianshu.com/127.0.0.1#5335 -server=/.liu.lu/127.0.0.1#5335 -server=/.liuxiaotong.com/127.0.0.1#5335 -server=/.liveleak.com/127.0.0.1#5335 -server=/.livestation.com/127.0.0.1#5335 -server=/.livestream.com/127.0.0.1#5335 -server=/.livevideo.com/127.0.0.1#5335 -server=/.livingonline.us/127.0.0.1#5335 -server=/.livingstream.com/127.0.0.1#5335 -server=/.lizhizhuangbi.com/127.0.0.1#5335 -server=/.lkcn.net/127.0.0.1#5335 -server=/.localpresshk.com/127.0.0.1#5335 -server=/.lockdown.com/127.0.0.1#5335 -server=/.lockestek.com/127.0.0.1#5335 -server=/.logbot.net/127.0.0.1#5335 -server=/.logiqx.com/127.0.0.1#5335 -server=/.logmike.com/127.0.0.1#5335 -server=/.log.riku.me/127.0.0.1#5335 -server=/.london.neighborhoodr.com/127.0.0.1#5335 -server=/.longhair.hk/127.0.0.1#5335 -server=/.longtermly.net/127.0.0.1#5335 -server=/.lookatgame.com/127.0.0.1#5335 -server=/.lookingglasstheatre.org/127.0.0.1#5335 -server=/.lookpic.com/127.0.0.1#5335 -server=/.lotuslight.org.tw/127.0.0.1#5335 -server=/.lovequicksilver.com/127.0.0.1#5335 -server=/.lovesphinx.tk/127.0.0.1#5335 -server=/.lrfz.com/127.0.0.1#5335 -server=/.lsd.org.hk/127.0.0.1#5335 -server=/.lsforum.net/127.0.0.1#5335 -server=/.lsmchinese.org/127.0.0.1#5335 -server=/.lsmkorean.org/127.0.0.1#5335 -server=/.lsm.org/127.0.0.1#5335 -server=/.lsxszzg.com/127.0.0.1#5335 -server=/.lua.org/127.0.0.1#5335 -server=/.lua-users.org/127.0.0.1#5335 -server=/.lungtanhr.gov.tw/127.0.0.1#5335 -server=/.luntan.zaobao.com/127.0.0.1#5335 -server=/.lupm.org/127.0.0.1#5335 -server=/.lushstories.com/127.0.0.1#5335 -server=/.lvhai.org/127.0.0.1#5335 -server=/.lyricsquote.com/127.0.0.1#5335 -server=/.mad-ar.ch/127.0.0.1#5335 -server=/.madmenunbuttoned.com/127.0.0.1#5335 -server=/.magazines.sina.com.tw/127.0.0.1#5335 -server=/.maiio.net/127.0.0.1#5335 -server=/.mail-archive.com/127.0.0.1#5335 -server=/.maiplus.com/127.0.0.1#5335 -server=/.makemymood.com/127.0.0.1#5335 -server=/.makzhou.warehouse333.com/127.0.0.1#5335 -server=/.malaysiakini.com/127.0.0.1#5335 -server=/.marc.info/127.0.0.1#5335 -server=/.marco.org/127.0.0.1#5335 -server=/.marguerite.su/127.0.0.1#5335 -server=/.marines.mil/127.0.0.1#5335 -server=/.markmilian.com/127.0.0.1#5335 -server=/.martau.com/127.0.0.1#5335 -server=/.martincartoons.com/127.0.0.1#5335 -server=/.maruta.be/127.0.0.1#5335 -server=/.marxist.com/127.0.0.1#5335 -server=/.marxist.net/127.0.0.1#5335 -server=/.marxists.org/127.0.0.1#5335 -server=/.mashable.com/127.0.0.1#5335 -server=/.mash.to/127.0.0.1#5335 -server=/.matainja.com/127.0.0.1#5335 -server=/.mathiew-badimon.com/127.0.0.1#5335 -server=/.matsu-news.gov.tw/127.0.0.1#5335 -server=/.matsushimakaede.com/127.0.0.1#5335 -server=/.maxgif.com/127.0.0.1#5335 -server=/.mayimayi.com/127.0.0.1#5335 -server=/.mcadforums.com/127.0.0.1#5335 -server=/.mcfog.com/127.0.0.1#5335 -server=/.md-t.org/127.0.0.1#5335 -server=/.mediafire.com/127.0.0.1#5335 -server=/.meetup.com/127.0.0.1#5335 -server=/.mefeedia.com/127.0.0.1#5335 -server=/.megaporn.com/127.0.0.1#5335 -server=/.megarotic.com/127.0.0.1#5335 -server=/.megavideo.com/127.0.0.1#5335 -server=/.megurineluka.com/127.0.0.1#5335 -server=/.meirixiaochao.com/127.0.0.1#5335 -server=/.melon-peach.com/127.0.0.1#5335 -server=/.memedia.cn/127.0.0.1#5335 -server=/.meme.yahoo.com/127.0.0.1#5335 -server=/.memrijttm.org/127.0.0.1#5335 -server=/.merit-times.com.tw/127.0.0.1#5335 -server=/.mesotw.com/127.0.0.1#5335 -server=/.metacafe.com/127.0.0.1#5335 -server=/.meteorshowersonline.com/127.0.0.1#5335 -server=/.metrolife.ca/127.0.0.1#5335 -server=/.mgoon.com/127.0.0.1#5335 -server=/.mgstage.com/127.0.0.1#5335 -server=/.mh4u.org/127.0.0.1#5335 -server=/.mhradio.org/127.0.0.1#5335 -server=/.michaelanti.com/127.0.0.1#5335 -server=/.michaelmarketl.com/127.0.0.1#5335 -server=/.middle-way.net/127.0.0.1#5335 -server=/.mihk.hk/127.0.0.1#5335 -server=/.mihua.org/127.0.0.1#5335 -server=/.mike.cz.cc/127.0.0.1#5335 -server=/.mimivip.com/127.0.0.1#5335 -server=/.minghui.org/127.0.0.1#5335 -server=/.minghui-school.org/127.0.0.1#5335 -server=/.mingjinglishi.com/127.0.0.1#5335 -server=/.mingjingnews.com/127.0.0.1#5335 -server=/.mingpaocanada.com/127.0.0.1#5335 -server=/.mingpao.com/127.0.0.1#5335 -server=/.mingpaomonthly.com/127.0.0.1#5335 -server=/.mingpaonews.com/127.0.0.1#5335 -server=/.mingpaony.com/127.0.0.1#5335 -server=/.mingpaosf.com/127.0.0.1#5335 -server=/.mingpaotor.com/127.0.0.1#5335 -server=/.mingpaovan.com/127.0.0.1#5335 -server=/.minimalmac.com/127.0.0.1#5335 -server=/.mininova.org/127.0.0.1#5335 -server=/.minzhuhua.net/127.0.0.1#5335 -server=/.minzhuzhongguo.org/127.0.0.1#5335 -server=/.miroguide.com/127.0.0.1#5335 -server=/.mirrorbooks.com/127.0.0.1#5335 -server=/.mitbbs.com/127.0.0.1#5335 -server=/.mixedmedialabs.com/127.0.0.1#5335 -server=/.mixero.com/127.0.0.1#5335 -server=/.mixpod.com/127.0.0.1#5335 -server=/.mixx.com/127.0.0.1#5335 -server=/.mizzmona.com/127.0.0.1#5335 -server=/.mk5000.com/127.0.0.1#5335 -server=/.mlcool.com/127.0.0.1#5335 -server=/.mmaaxx.com/127.0.0.1#5335 -server=/.mmmca.com/127.0.0.1#5335 -server=/.mobatek.net/127.0.0.1#5335 -server=/.mobile01.com/127.0.0.1#5335 -server=/.mobileways.de/127.0.0.1#5335 -server=/.mobypicture.com/127.0.0.1#5335 -server=/.moby.to/127.0.0.1#5335 -server=/.modfetish.com/127.0.0.1#5335 -server=/.moe.gov.tw/127.0.0.1#5335 -server=/.mog.com/127.0.0.1#5335 -server=/.molihua.org/127.0.0.1#5335 -server=/.mondex.org/127.0.0.1#5335 -server=/.monitorchina.org/127.0.0.1#5335 -server=/.moonriver7.files.wordpress.com/127.0.0.1#5335 -server=/.morningsun.org/127.0.0.1#5335 -server=/.m.oulove.org/127.0.0.1#5335 -server=/.movabletype.com/127.0.0.1#5335 -server=/.moviefap.com/127.0.0.1#5335 -server=/.mp3ye.eu/127.0.0.1#5335 -server=/.mpettis.com/127.0.0.1#5335 -server=/.mpfinance.com/127.0.0.1#5335 -server=/.mpinews.com/127.0.0.1#5335 -server=/.m.plixi.com/127.0.0.1#5335 -server=/.mrdoob.com/127.0.0.1#5335 -server=/.mrtweet.com/127.0.0.1#5335 -server=/.msguancha.com/127.0.0.1#5335 -server=/.m.slandr.net/127.0.0.1#5335 -server=/.mthruf.com/127.0.0.1#5335 -server=/.m.tweete.net/127.0.0.1#5335 -server=/.mtw.tl/127.0.0.1#5335 -server=/.multiply.com/127.0.0.1#5335 -server=/.multiproxy.org/127.0.0.1#5335 -server=/.multiupload.com/127.0.0.1#5335 -server=/.muouju.com/127.0.0.1#5335 -server=/.muselinks.co.jp/127.0.0.1#5335 -server=/.music.jwmusic.org/127.0.0.1#5335 -server=/.muzi.com/127.0.0.1#5335 -server=/.muzi.net/127.0.0.1#5335 -server=/.muzu.tv/127.0.0.1#5335 -server=/.mvdis.gov.tw/127.0.0.1#5335 -server=/.mx981.com/127.0.0.1#5335 -server=/.myactimes.com/127.0.0.1#5335 -server=/.my-addr.com/127.0.0.1#5335 -server=/.myaudiocast.com/127.0.0.1#5335 -server=/.myav.com.tw/127.0.0.1#5335 -server=/.my.backchina.com/127.0.0.1#5335 -server=/.myboooks.googlepages.com/127.0.0.1#5335 -server=/.mychinamyhome.com/127.0.0.1#5335 -server=/.myeclipseide.com/127.0.0.1#5335 -server=/.myforum.com.hk/127.0.0.1#5335 -server=/.myforum.com.uk/127.0.0.1#5335 -server=/.myfreshnet.com/127.0.0.1#5335 -server=/.my.keso.cn/127.0.0.1#5335 -server=/.myopenid.com/127.0.0.1#5335 -server=/.my.opera.com/127.0.0.1#5335 -server=/.mypaper.pchome.com.tw/127.0.0.1#5335 -server=/.myparagliding.com/127.0.0.1#5335 -server=/.mypopescu.com/127.0.0.1#5335 -server=/.my-proxy.com/127.0.0.1#5335 -server=/.myshare.url.com.tw/127.0.0.1#5335 -server=/.mysinablog.com/127.0.0.1#5335 -server=/.myspace.com/127.0.0.1#5335 -server=/.myvlog.im.tv/127.0.0.1#5335 -server=/.naacoalition.org/127.0.0.1#5335 -server=/.naitik.net/127.0.0.1#5335 -server=/.nakido.com/127.0.0.1#5335 -server=/.namsisi.com/127.0.0.1#5335 -server=/.nanyang.com/127.0.0.1#5335 -server=/.nanyangpost.com/127.0.0.1#5335 -server=/.nanzao.com/127.0.0.1#5335 -server=/.naol.ca/127.0.0.1#5335 -server=/.national-lottery.co.uk/127.0.0.1#5335 -server=/.navicat.com/127.0.0.1#5335 -server=/.navigeaters.com/127.0.0.1#5335 -server=/.navy.mil/127.0.0.1#5335 -server=/.nccwatch.org.tw/127.0.0.1#5335 -server=/.ncdr.nat.gov.tw/127.0.0.1#5335 -server=/.nch.com.tw/127.0.0.1#5335 -server=/.ncn.org/127.0.0.1#5335 -server=/.ncree.gov.tw/127.0.0.1#5335 -server=/.nde.de/127.0.0.1#5335 -server=/.ndr.de/127.0.0.1#5335 -server=/.nekoslovakia.net/127.0.0.1#5335 -server=/.nerch.gov.tw/127.0.0.1#5335 -server=/.ner.gov.tw/127.0.0.1#5335 -server=/.nerhl.gov.tw/127.0.0.1#5335 -server=/.nertt.gov.tw/127.0.0.1#5335 -server=/.netcolony.com/127.0.0.1#5335 -server=/.netflix.com/127.0.0.1#5335 -server=/.netme.cc/127.0.0.1#5335 -server=/.networkedblogs.com/127.0.0.1#5335 -server=/.neverforget8964.org/127.0.0.1#5335 -server=/.new-3lunch.net/127.0.0.1#5335 -server=/.new-akiba.com/127.0.0.1#5335 -server=/.newcenturymc.com/127.0.0.1#5335 -server=/.newcenturynews.com/127.0.0.1#5335 -server=/.newchen.com/127.0.0.1#5335 -server=/.newgrounds.com/127.0.0.1#5335 -server=/.newlandmagazine.com.au/127.0.0.1#5335 -server=/.news100.com.tw/127.0.0.1#5335 -server=/.newsancai.com/127.0.0.1#5335 -server=/.news.atebits.com/127.0.0.1#5335 -server=/.news.backchina.com/127.0.0.1#5335 -server=/.news.bbc.co.uk/127.0.0.1#5335 -server=/.newscn.org/127.0.0.1#5335 -server=/.news.cnyes.com/127.0.0.1#5335 -server=/.newsforums.bbc.co.uk/127.0.0.1#5335 -server=/.news.ghostery.com/127.0.0.1#5335 -server=/.news.google.com.hk/127.0.0.1#5335 -server=/.newsminer.com/127.0.0.1#5335 -server=/.news.msn.com.tw/127.0.0.1#5335 -server=/.news.omy.sg/127.0.0.1#5335 -server=/.news.pchome.com.tw/127.0.0.1#5335 -server=/.newspeak.cc/127.0.0.1#5335 -server=/.newspp.org/127.0.0.1#5335 -server=/.news.sina.com.hk/127.0.0.1#5335 -server=/.news.sina.com.tw/127.0.0.1#5335 -server=/.news.singtao.ca/127.0.0.1#5335 -server=/.newstapa.org/127.0.0.1#5335 -server=/.newtaiwan.com.tw/127.0.0.1#5335 -server=/.newtalk.tw/127.0.0.1#5335 -server=/.newyorktimes.com/127.0.0.1#5335 -server=/.nexton-net.jp/127.0.0.1#5335 -server=/.nexttv.com.tw/127.0.0.1#5335 -server=/.nf.id.au/127.0.0.1#5335 -server=/.nga.mil/127.0.0.1#5335 -server=/.ngensis.com/127.0.0.1#5335 -server=/.nhri.gov.tw/127.0.0.1#5335 -server=/.nic.cz.cc/127.0.0.1#5335 -server=/.nici.nat.gov.tw/127.0.0.1#5335 -server=/.nicovideo.tw/127.0.0.1#5335 -server=/.nict.gov.tw/127.0.0.1#5335 -server=/.nighost.org/127.0.0.1#5335 -server=/.nintendium.com/127.0.0.1#5335 -server=/.nintendowifi.net/127.0.0.1#5335 -server=/.njactb.org/127.0.0.1#5335 -server=/.njuice.com/127.0.0.1#5335 -server=/.nlfreevpn.com/127.0.0.1#5335 -server=/.nmh.gov.tw/127.0.0.1#5335 -server=/.nmmba.gov.tw/127.0.0.1#5335 -server=/.nmp.gov.tw/127.0.0.1#5335 -server=/.nmtl.gov.tw/127.0.0.1#5335 -server=/.nmvttc.gov.tw/127.0.0.1#5335 -server=/.nobelprize.org/127.0.0.1#5335 -server=/.nobel.se/127.0.0.1#5335 -server=/.nobodycanstop.us/127.0.0.1#5335 -server=/.nokogiri.org/127.0.0.1#5335 -server=/.nokola.com/127.0.0.1#5335 -server=/.noobbox.com/127.0.0.1#5335 -server=/.notes.alexdong.com/127.0.0.1#5335 -server=/.novelasia.com/127.0.0.1#5335 -server=/.nownews.com/127.0.0.1#5335 -server=/.nowtorrents.com/127.0.0.1#5335 -server=/.noypf.com/127.0.0.1#5335 -server=/.npa.go.jp/127.0.0.1#5335 -server=/.npm.gov.tw/127.0.0.1#5335 -server=/.nps.gov/127.0.0.1#5335 -server=/.nrk.no/127.0.0.1#5335 -server=/.nsc.gov.tw/127.0.0.1#5335 -server=/.nspo.gov.tw/127.0.0.1#5335 -server=/.nstm.gov.tw/127.0.0.1#5335 -server=/.ntdmh.gov.tw/127.0.0.1#5335 -server=/.ntdtv.ca/127.0.0.1#5335 -server=/.ntdtv.co/127.0.0.1#5335 -server=/.ntdtv.com/127.0.0.1#5335 -server=/.ntdtv.org/127.0.0.1#5335 -server=/.ntdtv.ru/127.0.0.1#5335 -server=/.ntl.gov.tw/127.0.0.1#5335 -server=/.ntsec.gov.tw/127.0.0.1#5335 -server=/.ntuh.gov.tw/127.0.0.1#5335 -server=/.nuexpo.com/127.0.0.1#5335 -server=/.nurgo-software.com/127.0.0.1#5335 -server=/.nuvid.com/127.0.0.1#5335 -server=/.nuzcom.com/127.0.0.1#5335 -server=/.nvquan.org/127.0.0.1#5335 -server=/.nvri.gov.tw/127.0.0.1#5335 -server=/.nydus.ca/127.0.0.1#5335 -server=/.nysingtao.com/127.0.0.1#5335 -server=/.nytco.com/127.0.0.1#5335 -server=/.nyt.com/127.0.0.1#5335 -server=/.nytimes.com/127.0.0.1#5335 -server=/.nytimg.com/127.0.0.1#5335 -server=/.nzchinese.net.nz/127.0.0.1#5335 -server=/.observechina.net/127.0.0.1#5335 -server=/.oclp.hk/127.0.0.1#5335 -server=/.october-review.org/127.0.0.1#5335 -server=/.offbeatchina.com/127.0.0.1#5335 -server=/.ogaoga.org/127.0.0.1#5335 -server=/.oikos.com.tw/127.0.0.1#5335 -server=/.oiktv.com/127.0.0.1#5335 -server=/.oizoblog.com/127.0.0.1#5335 -server=/.okayfreedom.com/127.0.0.1#5335 -server=/.old-cat.net/127.0.0.1#5335 -server=/.old.nabble.com/127.0.0.1#5335 -server=/.olumpo.com/127.0.0.1#5335 -server=/.olympicwatch.org/127.0.0.1#5335 -server=/.omgili.com/127.0.0.1#5335 -server=/.omnitalk.com/127.0.0.1#5335 -server=/.on.cc/127.0.0.1#5335 -server=/.one.xthost.info/127.0.0.1#5335 -server=/.onlylady.cn/127.0.0.1#5335 -server=/.onmoon.com/127.0.0.1#5335 -server=/.onmoon.net/127.0.0.1#5335 -server=/.oopsforum.com/127.0.0.1#5335 -server=/.ooyala.com/127.0.0.1#5335 -server=/.open.com.hk/127.0.0.1#5335 -server=/.opendemocracy.net/127.0.0.1#5335 -server=/.openid.net/127.0.0.1#5335 -server=/.openleaks.org/127.0.0.1#5335 -server=/.openvpn.net/127.0.0.1#5335 -server=/.openvpn.org/127.0.0.1#5335 -server=/.openwebster.com/127.0.0.1#5335 -server=/.opml.radiotime.com/127.0.0.1#5335 -server=/.opnir.com/127.0.0.1#5335 -server=/.orientaldaily.com.my/127.0.0.1#5335 -server=/.orient-doll.com/127.0.0.1#5335 -server=/.orn.jp/127.0.0.1#5335 -server=/.orzistic.org/127.0.0.1#5335 -server=/.osfoora.com/127.0.0.1#5335 -server=/.ourdearamy.com/127.0.0.1#5335 -server=/.oursogo.com/127.0.0.1#5335 -server=/.oursteps.com.au/127.0.0.1#5335 -server=/.overlapr.com/127.0.0.1#5335 -server=/.owl.li/127.0.0.1#5335 -server=/.ow.ly/127.0.0.1#5335 -server=/.oyax.com/127.0.0.1#5335 -server=/.ozchinese.com/127.0.0.1#5335 -server=/.ozyoyo.com/127.0.0.1#5335 -server=/.pabp.gov.tw/127.0.0.1#5335 -server=/.pacificpoker.com/127.0.0.1#5335 -server=/.packages.debian.org/127.0.0.1#5335 -server=/.packetix.net/127.0.0.1#5335 -server=/.page2rss.com/127.0.0.1#5335 -server=/.page.bid.yahoo.com/127.0.0.1#5335 -server=/.pagodabox.com/127.0.0.1#5335 -server=/.paint.net/127.0.0.1#5335 -server=/.palacemoon.com/127.0.0.1#5335 -server=/.pandora.com/127.0.0.1#5335 -server=/.pandora.tv/127.0.0.1#5335 -server=/.panluan.net/127.0.0.1#5335 -server=/.panoramio.com/127.0.0.1#5335 -server=/.pao-pao.net/127.0.0.1#5335 -server=/.paperb.us/127.0.0.1#5335 -server=/.paper.li/127.0.0.1#5335 -server=/.paper-replika.com/127.0.0.1#5335 -server=/.parade.com/127.0.0.1#5335 -server=/.parislemon.com/127.0.0.1#5335 -server=/.pastebin.com/127.0.0.1#5335 -server=/.pastie.org/127.0.0.1#5335 -server=/.patehr.gov.tw/127.0.0.1#5335 -server=/.pbs.org/127.0.0.1#5335 -server=/.pbwiki.com/127.0.0.1#5335 -server=/.pbworks.com/127.0.0.1#5335 -server=/.pbxes.com/127.0.0.1#5335 -server=/.pbxes.org/127.0.0.1#5335 -server=/.pcdiscuss.com/127.0.0.1#5335 -server=/.pcdvd.com.tw/127.0.0.1#5335 -server=/.pchome.com.tw/127.0.0.1#5335 -server=/.pct.org.tw/127.0.0.1#5335 -server=/.pcworld.com/127.0.0.1#5335 -server=/.pdetails.com/127.0.0.1#5335 -server=/.pdproxy.com/127.0.0.1#5335 -server=/.peacefire.org/127.0.0.1#5335 -server=/.peacehall.com/127.0.0.1#5335 -server=/.peeasian.com/127.0.0.1#5335 -server=/.peerpong.com/127.0.0.1#5335 -server=/.pekingduck.org/127.0.0.1#5335 -server=/.penchinese.com/127.0.0.1#5335 -server=/.penchinese.net/127.0.0.1#5335 -server=/.pengyulong.com/127.0.0.1#5335 -server=/.penthouse.com/127.0.0.1#5335 -server=/.peopo.org/127.0.0.1#5335 -server=/.percy.in/127.0.0.1#5335 -server=/.perfectgirls.net/127.0.0.1#5335 -server=/.perfectvpn.net/127.0.0.1#5335 -server=/.perfspot.com/127.0.0.1#5335 -server=/.perlhowto.com/127.0.0.1#5335 -server=/.pet.gov.tw/127.0.0.1#5335 -server=/.philly.com/127.0.0.1#5335 -server=/.photofocus.com/127.0.0.1#5335 -server=/.photos.dailyme.com/127.0.0.1#5335 -server=/.photo.utom.us/127.0.0.1#5335 -server=/.phuquocservices.com/127.0.0.1#5335 -server=/.picasaweb.google.com/127.0.0.1#5335 -server=/.picidae.net/127.0.0.1#5335 -server=/.picturesocial.com/127.0.0.1#5335 -server=/.pictures.playboy.com/127.0.0.1#5335 -server=/.pidown.com/127.0.0.1#5335 -server=/.pign.net/127.0.0.1#5335 -server=/.pimg.tw/127.0.0.1#5335 -server=/.pin6.com/127.0.0.1#5335 -server=/.ping.fm/127.0.0.1#5335 -server=/.pinoy-n.com/127.0.0.1#5335 -server=/.pioneer-worker.forums-free.com/127.0.0.1#5335 -server=/.piring.com/127.0.0.1#5335 -server=/.pixanalytics.com/127.0.0.1#5335 -server=/.pixelqi.com/127.0.0.1#5335 -server=/.pixfs.net/127.0.0.1#5335 -server=/.pixnet.cc/127.0.0.1#5335 -server=/.pixnet.net/127.0.0.1#5335 -server=/.pixplug.in/127.0.0.1#5335 -server=/.pk.com/127.0.0.1#5335 -server=/.placemix.com/127.0.0.1#5335 -server=/.planetsuzy.org/127.0.0.1#5335 -server=/.playboy.com/127.0.0.1#5335 -server=/.plays.com.tw/127.0.0.1#5335 -server=/.plm.org.hk/127.0.0.1#5335 -server=/.plunder.com/127.0.0.1#5335 -server=/.plurk.com/127.0.0.1#5335 -server=/.plurktop.mmdays.com/127.0.0.1#5335 -server=/.plus28.com/127.0.0.1#5335 -server=/.plusbb.com/127.0.0.1#5335 -server=/.pmates.com/127.0.0.1#5335 -server=/.po2b.com/127.0.0.1#5335 -server=/.podictionary.com/127.0.0.1#5335 -server=/.pokerstars.com/127.0.0.1#5335 -server=/.politicalchina.org/127.0.0.1#5335 -server=/.popvote.hk/127.0.0.1#5335 -server=/.popyard.com/127.0.0.1#5335 -server=/.popyard.org/127.0.0.1#5335 -server=/.porn2.com/127.0.0.1#5335 -server=/.pornbase.org/127.0.0.1#5335 -server=/.porn.com/127.0.0.1#5335 -server=/.pornhub.com/127.0.0.1#5335 -server=/.pornmm.net/127.0.0.1#5335 -server=/.pornoxo.com/127.0.0.1#5335 -server=/.pornrapidshare.com/127.0.0.1#5335 -server=/.pornstarclub.com/127.0.0.1#5335 -server=/.porntube.com/127.0.0.1#5335 -server=/.pornvisit.com/127.0.0.1#5335 -server=/.portis21.spaces.live.com/127.0.0.1#5335 -server=/.pose.com/127.0.0.1#5335 -server=/.postadult.com/127.0.0.1#5335 -server=/.post.anyu.org/127.0.0.1#5335 -server=/.posterous.com/127.0.0.1#5335 -server=/.post.ly/127.0.0.1#5335 -server=/.powerapple.com/127.0.0.1#5335 -server=/.power.com/127.0.0.1#5335 -server=/.powercx.com/127.0.0.1#5335 -server=/.prayforchina.net/127.0.0.1#5335 -server=/.premeforwindows7.com/127.0.0.1#5335 -server=/.presentationzen.com/127.0.0.1#5335 -server=/.president.gov.tw/127.0.0.1#5335 -server=/.prestige-av.com/127.0.0.1#5335 -server=/.previewshots.com/127.0.0.1#5335 -server=/.privacybox.de/127.0.0.1#5335 -server=/.privateinternetaccess.com/127.0.0.1#5335 -server=/.privatepaste.com/127.0.0.1#5335 -server=/.privatetunnel.com/127.0.0.1#5335 -server=/.procopytips.com/127.0.0.1#5335 -server=/.program-think.spaces.live.com/127.0.0.1#5335 -server=/.prosiben.de/127.0.0.1#5335 -server=/.provideocoalition.com/127.0.0.1#5335 -server=/.proxifier.com/127.0.0.1#5335 -server=/.proxomitron.info/127.0.0.1#5335 -server=/.proxy.org/127.0.0.1#5335 -server=/.proxypy.net/127.0.0.1#5335 -server=/.proxyroad.com/127.0.0.1#5335 -server=/.prozz.net/127.0.0.1#5335 -server=/.psblog.name/127.0.0.1#5335 -server=/.psiphon.ca/127.0.0.1#5335 -server=/.psiphon.civisec.org/127.0.0.1#5335 -server=/.pts.org.tw/127.0.0.1#5335 -server=/.ptt.cc/127.0.0.1#5335 -server=/.pubu.com.tw/127.0.0.1#5335 -server=/.puffinbrowser.com/127.0.0.1#5335 -server=/.puffstore.com/127.0.0.1#5335 -server=/.pullfolio.com/127.0.0.1#5335 -server=/.pulse.yahoo.com/127.0.0.1#5335 -server=/.pure18.com/127.0.0.1#5335 -server=/.pureconcepts.net/127.0.0.1#5335 -server=/.purepdf.com/127.0.0.1#5335 -server=/.purevpn.com/127.0.0.1#5335 -server=/.putlocker.com/127.0.0.1#5335 -server=/.puttycm.free.fr/127.0.0.1#5335 -server=/.pwned.com/127.0.0.1#5335 -server=/.python.com/127.0.0.1#5335 -server=/.python.com.tw/127.0.0.1#5335 -server=/.qanote.com/127.0.0.1#5335 -server=/.qidian.ca/127.0.0.1#5335 -server=/.qienkuen.org/127.0.0.1#5335 -server=/.qi-gong.me/127.0.0.1#5335 -server=/.qiwen.lu/127.0.0.1#5335 -server=/.qixianglu.cn/127.0.0.1#5335 -server=/.qkshare.com/127.0.0.1#5335 -server=/.qoos.com/127.0.0.1#5335 -server=/.qq.co.za/127.0.0.1#5335 -server=/.qstatus.com/127.0.0.1#5335 -server=/.qtrac.eu/127.0.0.1#5335 -server=/.qtweeter.com/127.0.0.1#5335 -server=/.quadedge.com/127.0.0.1#5335 -server=/.qusi8.net/127.0.0.1#5335 -server=/.qvodzy.org/127.0.0.1#5335 -server=/.qxbbs.org/127.0.0.1#5335 -server=/.radicalparty.org/127.0.0.1#5335 -server=/.radioaustralia.net.au/127.0.0.1#5335 -server=/.radiovaticana.org/127.0.0.1#5335 -server=/.radiovncr.com/127.0.0.1#5335 -server=/.raidcall.com.tw/127.0.0.1#5335 -server=/.rangzen.org/127.0.0.1#5335 -server=/.ranyunfei.com/127.0.0.1#5335 -server=/.rapbull.net/127.0.0.1#5335 -server=/.rapidshare8.com/127.0.0.1#5335 -server=/.rapidsharedata.com/127.0.0.1#5335 -server=/.rayfme.com/127.0.0.1#5335 -server=/.rcinet.ca/127.0.0.1#5335 -server=/.rconversation.blogs.com/127.0.0.1#5335 -server=/.rdio.com/127.0.0.1#5335 -server=/.read100.com/127.0.0.1#5335 -server=/.readingtimes.com.tw/127.0.0.1#5335 -server=/.readmoo.com/127.0.0.1#5335 -server=/.realraptalk.com/127.0.0.1#5335 -server=/.recordhistory.org/127.0.0.1#5335 -server=/.redchinacn.org/127.0.0.1#5335 -server=/.redtube.com/127.0.0.1#5335 -server=/.referer.us/127.0.0.1#5335 -server=/.reflectivecode.com/127.0.0.1#5335 -server=/.relaxbbs.com/127.0.0.1#5335 -server=/.renminbao.com/127.0.0.1#5335 -server=/.renyurenquan.org/127.0.0.1#5335 -server=/.retweeteffect.com/127.0.0.1#5335 -server=/.retweetist.com/127.0.0.1#5335 -server=/.retweetrank.com/127.0.0.1#5335 -server=/.revleft.com/127.0.0.1#5335 -server=/.revsci.net/127.0.0.1#5335 -server=/.revver.com/127.0.0.1#5335 -server=/.rfachina.com/127.0.0.1#5335 -server=/.rfamobile.org/127.0.0.1#5335 -server=/.rfa.org/127.0.0.1#5335 -server=/.rferl.org/127.0.0.1#5335 -server=/.rfi.fr/127.0.0.1#5335 -server=/.rhcloud.com/127.0.0.1#5335 -server=/.riku.me/127.0.0.1#5335 -server=/.rileyguide.com/127.0.0.1#5335 -server=/.rlwlw.com/127.0.0.1#5335 -server=/.rmjdw.com/127.0.0.1#5335 -server=/.rnw.nl/127.0.0.1#5335 -server=/.robtex.com/127.0.0.1#5335 -server=/.robustnessiskey.com/127.0.0.1#5335 -server=/.rocmp.org/127.0.0.1#5335 -server=/.rojo.com/127.0.0.1#5335 -server=/.ronjoneswriter.com/127.0.0.1#5335 -server=/.roodo.com/127.0.0.1#5335 -server=/.rotten.com/127.0.0.1#5335 -server=/.rsf-chinese.org/127.0.0.1#5335 -server=/.rsf.org/127.0.0.1#5335 -server=/.rssmeme.com/127.0.0.1#5335 -server=/.rthk.hk/127.0.0.1#5335 -server=/.rthk.org.hk/127.0.0.1#5335 -server=/.rti.org.tw/127.0.0.1#5335 -server=/.ruanyifeng.com/127.0.0.1#5335 -server=/.rushbee.com/127.0.0.1#5335 -server=/.rutube.ru/127.0.0.1#5335 -server=/.ruyiseek.com/127.0.0.1#5335 -server=/.rxhj.net/127.0.0.1#5335 -server=/.s1heng.com/127.0.0.1#5335 -server=/.s8forum.com/127.0.0.1#5335 -server=/.sacom.hk/127.0.0.1#5335 -server=/.sadpanda.us/127.0.0.1#5335 -server=/.saiq.me/127.0.0.1#5335 -server=/.salvation.org.hk/127.0.0.1#5335 -server=/.samair.ru/127.0.0.1#5335 -server=/.sammyjs.org/127.0.0.1#5335 -server=/.samsoff.es/127.0.0.1#5335 -server=/.sandnoble.com/127.0.0.1#5335 -server=/.sankaizok.com/127.0.0.1#5335 -server=/.sanmin.com.tw/127.0.0.1#5335 -server=/.sapikachu.net/127.0.0.1#5335 -server=/.savemedia.com/127.0.0.1#5335 -server=/.savetibet.de/127.0.0.1#5335 -server=/.savetibet.fr/127.0.0.1#5335 -server=/.savetibet.nl/127.0.0.1#5335 -server=/.savetibet.org/127.0.0.1#5335 -server=/.savetibet.ru/127.0.0.1#5335 -server=/.savevid.com/127.0.0.1#5335 -server=/.say2.info/127.0.0.1#5335 -server=/.scanscout.com/127.0.0.1#5335 -server=/.scmpchinese.com/127.0.0.1#5335 -server=/.scmp.com/127.0.0.1#5335 -server=/.scorecardresearch.com/127.0.0.1#5335 -server=/.scribd.com/127.0.0.1#5335 -server=/.scriptspot.com/127.0.0.1#5335 -server=/.seapuff.com/127.0.0.1#5335 -server=/.secretchina.com/127.0.0.1#5335 -server=/.secretgarden.no/127.0.0.1#5335 -server=/.secure.wikimedia.org/127.0.0.1#5335 -server=/.securitykiss.com/127.0.0.1#5335 -server=/.seesmic.com/127.0.0.1#5335 -server=/.seevpn.com/127.0.0.1#5335 -server=/.seezone.net/127.0.0.1#5335 -server=/.sejie.com/127.0.0.1#5335 -server=/.sendoid.com/127.0.0.1#5335 -server=/.sendspace.com/127.0.0.1#5335 -server=/.sesawe.net/127.0.0.1#5335 -server=/.sesawe.org/127.0.0.1#5335 -server=/.sethwklein.net/127.0.0.1#5335 -server=/.sevenload.com/127.0.0.1#5335 -server=/.sex-11.com/127.0.0.1#5335 -server=/.sex3.com/127.0.0.1#5335 -server=/.sex8.cc/127.0.0.1#5335 -server=/.sexandsubmission.com/127.0.0.1#5335 -server=/.sex.com/127.0.0.1#5335 -server=/.sexhuang.com/127.0.0.1#5335 -server=/.sexhu.com/127.0.0.1#5335 -server=/.sexinsex.net/127.0.0.1#5335 -server=/.sfileydy.com/127.0.0.1#5335 -server=/.shadow.ma/127.0.0.1#5335 -server=/.shadowsocks.org/127.0.0.1#5335 -server=/.shahamat-english.com/127.0.0.1#5335 -server=/.shangfang.org/127.0.0.1#5335 -server=/.shapeservices.com/127.0.0.1#5335 -server=/.sharebee.com/127.0.0.1#5335 -server=/.sharecool.org/127.0.0.1#5335 -server=/.share.ovi.com/127.0.0.1#5335 -server=/.share.skype.com/127.0.0.1#5335 -server=/.share.youthwant.com.tw/127.0.0.1#5335 -server=/.sharkdolphin.com/127.0.0.1#5335 -server=/.sharpdaily.com.hk/127.0.0.1#5335 -server=/.sharpdaily.hk/127.0.0.1#5335 -server=/.shaunthesheep.com/127.0.0.1#5335 -server=/.sheikyermami.com/127.0.0.1#5335 -server=/.shellmix.com/127.0.0.1#5335 -server=/.shenshou.org/127.0.0.1#5335 -server=/.shenyunperformingarts.org/127.0.0.1#5335 -server=/.shenzhoufilm.com/127.0.0.1#5335 -server=/.shifeike.blog125.fc2blog.net/127.0.0.1#5335 -server=/.shinychan.com/127.0.0.1#5335 -server=/.shitaotv.org/127.0.0.1#5335 -server=/.shixiao.org/127.0.0.1#5335 -server=/.shizhao.org/127.0.0.1#5335 -server=/.shkspr.mobi/127.0.0.1#5335 -server=/.shodanhq.com/127.0.0.1#5335 -server=/.shopping.com/127.0.0.1#5335 -server=/.showbiz.omy.sg/127.0.0.1#5335 -server=/.showtime.jp/127.0.0.1#5335 -server=/.shwchurch3.com/127.0.0.1#5335 -server=/.sidelinesnews.com/127.0.0.1#5335 -server=/.sidelinessportseatery.com/127.0.0.1#5335 -server=/.simplecd.me/127.0.0.1#5335 -server=/.simplecd.org/127.0.0.1#5335 -server=/.simpleproductivityblog.com/127.0.0.1#5335 -server=/.sina.com.tw/127.0.0.1#5335 -server=/.singtao.com/127.0.0.1#5335 -server=/.singularitys.spaces.live.com/127.0.0.1#5335 -server=/.sinoants.com/127.0.0.1#5335 -server=/.sinocast.com/127.0.0.1#5335 -server=/.sinocism.com/127.0.0.1#5335 -server=/.sino-monthly.com/127.0.0.1#5335 -server=/.sinomontreal.ca/127.0.0.1#5335 -server=/.sinonet.ca/127.0.0.1#5335 -server=/.sinopitt.info/127.0.0.1#5335 -server=/.sinoquebec.com/127.0.0.1#5335 -server=/.sis001.com/127.0.0.1#5335 -server=/.sis001.us/127.0.0.1#5335 -server=/.sis.xxx/127.0.0.1#5335 -server=/.site90.net/127.0.0.1#5335 -server=/.sitebro.tw/127.0.0.1#5335 -server=/.siteks.uk.to/127.0.0.1#5335 -server=/.site.locql.com/127.0.0.1#5335 -server=/.sitemaps.org/127.0.0.1#5335 -server=/.sites.google.com/127.0.0.1#5335 -server=/.sitetag.us/127.0.0.1#5335 -server=/.siyi123123123.spaces.live.com/127.0.0.1#5335 -server=/.skimtube.com/127.0.0.1#5335 -server=/.skybet.com/127.0.0.1#5335 -server=/.skyvegas.com/127.0.0.1#5335 -server=/.slacker.com/127.0.0.1#5335 -server=/.slavasoft.com/127.0.0.1#5335 -server=/.slheng.com/127.0.0.1#5335 -server=/.slickvpn.com/127.0.0.1#5335 -server=/.slideshare.net/127.0.0.1#5335 -server=/.slinkset.com/127.0.0.1#5335 -server=/.slutload.com/127.0.0.1#5335 -server=/.smhric.org/127.0.0.1#5335 -server=/.snapchat.com/127.0.0.1#5335 -server=/.snaptu.com/127.0.0.1#5335 -server=/.sndcdn.com/127.0.0.1#5335 -server=/.sneakme.net/127.0.0.1#5335 -server=/.snooper.co.uk/127.0.0.1#5335 -server=/.sobees.com/127.0.0.1#5335 -server=/.socialwhale.com/127.0.0.1#5335 -server=/.sockslist.net/127.0.0.1#5335 -server=/.sod.co.jp/127.0.0.1#5335 -server=/.softether.co.jp/127.0.0.1#5335 -server=/.softether-download.com/127.0.0.1#5335 -server=/.softether.org/127.0.0.1#5335 -server=/.softwarebychuck.com/127.0.0.1#5335 -server=/.so-ga.net/127.0.0.1#5335 -server=/.sogclub.com/127.0.0.1#5335 -server=/.sogou.com/127.0.0.1#5335 -server=/.sogrady.me/127.0.0.1#5335 -server=/.sohcradio.com/127.0.0.1#5335 -server=/.sohfrance.org/127.0.0.1#5335 -server=/.soh.tw/127.0.0.1#5335 -server=/.sokamonline.com/127.0.0.1#5335 -server=/.solozorro.tk/127.0.0.1#5335 -server=/.somee.com/127.0.0.1#5335 -server=/.so-news.com/127.0.0.1#5335 -server=/.songjianjun.com/127.0.0.1#5335 -server=/.sonidodelaesperanza.org/127.0.0.1#5335 -server=/.sopcast.com/127.0.0.1#5335 -server=/.sopcast.org/127.0.0.1#5335 -server=/.sorting-algorithms.com/127.0.0.1#5335 -server=/.soumo.info/127.0.0.1#5335 -server=/.soundcloud.com/127.0.0.1#5335 -server=/.soundofhope.kr/127.0.0.1#5335 -server=/.soundofhope.org/127.0.0.1#5335 -server=/.soupofmedia.com/127.0.0.1#5335 -server=/.sourceforge.net/127.0.0.1#5335 -server=/.southnews.com.tw/127.0.0.1#5335 -server=/.sowers.org.hk/127.0.0.1#5335 -server=/.space-scape.com/127.0.0.1#5335 -server=/.spankwire.com/127.0.0.1#5335 -server=/.spb.com/127.0.0.1#5335 -server=/.speckleapp.com/127.0.0.1#5335 -server=/.speedpluss.org/127.0.0.1#5335 -server=/.spencertipping.com/127.0.0.1#5335 -server=/.spinejs.com/127.0.0.1#5335 -server=/.sports.williamhill.com/127.0.0.1#5335 -server=/.spotify.com/127.0.0.1#5335 -server=/.sproutcore.com/127.0.0.1#5335 -server=/.squarespace.com/127.0.0.1#5335 -server=/.srcf.ucam.org/127.0.0.1#5335 -server=/.ssh91.com/127.0.0.1#5335 -server=/.sshtunnel.googlecode.com/127.0.0.1#5335 -server=/.sstatic.net/127.0.0.1#5335 -server=/.stag.gov.tw/127.0.0.1#5335 -server=/.standupfortibet.org/127.0.0.1#5335 -server=/.starp2p.com/127.0.0.1#5335 -server=/.startpage.com/127.0.0.1#5335 -server=/.statcounter.com/127.0.0.1#5335 -server=/.state168.com/127.0.0.1#5335 -server=/.static.apple.nextmedia.com/127.0.0.1#5335 -server=/.static.digg.com/127.0.0.1#5335 -server=/.staticflickr.com/127.0.0.1#5335 -server=/.static.nownews.com/127.0.0.1#5335 -server=/.static.soup.io/127.0.0.1#5335 -server=/.static.typepad.com/127.0.0.1#5335 -server=/.status.twhirl.org/127.0.0.1#5335 -server=/.stdtime.gov.tw/127.0.0.1#5335 -server=/.steel-storm.com/127.0.0.1#5335 -server=/.sthoo.com/127.0.0.1#5335 -server=/.stickam.com/127.0.0.1#5335 -server=/.stickeraction.com/127.0.0.1#5335 -server=/.stonegames.net/127.0.0.1#5335 -server=/.stoneip.info/127.0.0.1#5335 -server=/.stoptibetcrisis.net/127.0.0.1#5335 -server=/.storagenewsletter.com/127.0.0.1#5335 -server=/.stoweboyd.com/127.0.0.1#5335 -server=/.streamingthe.net/127.0.0.1#5335 -server=/.strongvpn.com/127.0.0.1#5335 -server=/.student.tw/127.0.0.1#5335 -server=/.stuffimreading.com/127.0.0.1#5335 -server=/.stuffimreading.net/127.0.0.1#5335 -server=/.stupidvideos.com/127.0.0.1#5335 -server=/.subacme.rerouted.org/127.0.0.1#5335 -server=/.sublexical.spaces.live.com/127.0.0.1#5335 -server=/.sufeng.org/127.0.0.1#5335 -server=/.sugarsync.com/127.0.0.1#5335 -server=/.summify.com/127.0.0.1#5335 -server=/.sun1911.com/127.0.0.1#5335 -server=/.suoluo.org/127.0.0.1#5335 -server=/.surfeasy.com.au/127.0.0.1#5335 -server=/.svwind.com/127.0.0.1#5335 -server=/.sweux.com/127.0.0.1#5335 -server=/.swift-tools.net/127.0.0.1#5335 -server=/.s.xiaod.in/127.0.0.1#5335 -server=/.sydneytoday.com/127.0.0.1#5335 -server=/.sylfoundation.org/127.0.0.1#5335 -server=/.syncback.com/127.0.0.1#5335 -server=/.sysadmin1138.net/127.0.0.1#5335 -server=/.sysresccd.org/127.0.0.1#5335 -server=/.sytes.net/127.0.0.1#5335 -server=/.szbbs.net/127.0.0.1#5335 -server=/.szetowah.org.hk/127.0.0.1#5335 -server=/.t35.com/127.0.0.1#5335 -server=/.t66y.com/127.0.0.1#5335 -server=/.taa-usa.org/127.0.0.1#5335 -server=/.tabtter.jp/127.0.0.1#5335 -server=/.tacem.org/127.0.0.1#5335 -server=/.tafaward.com/127.0.0.1#5335 -server=/.tagwalk.com/127.0.0.1#5335 -server=/.taipei.gov.tw/127.0.0.1#5335 -server=/.taipeisociety.org/127.0.0.1#5335 -server=/.taitung-house.gov.tw/127.0.0.1#5335 -server=/.taiwandaily.net/127.0.0.1#5335 -server=/.taiwankiss.com/127.0.0.1#5335 -server=/.taiwannation.50webs.com/127.0.0.1#5335 -server=/.taiwannation.com/127.0.0.1#5335 -server=/.taiwannation.com.tw/127.0.0.1#5335 -server=/.taiwannews.com.tw/127.0.0.1#5335 -server=/.taiwan-sex.com/127.0.0.1#5335 -server=/.taiwantt.org.tw/127.0.0.1#5335 -server=/.taiwanus.net/127.0.0.1#5335 -server=/.taiwanyes.com/127.0.0.1#5335 -server=/.taiwanyes.ning.com/127.0.0.1#5335 -server=/.tamiaode.tk/127.0.0.1#5335 -server=/.tanc.org/127.0.0.1#5335 -server=/.tangben.com/127.0.0.1#5335 -server=/.taolun.info/127.0.0.1#5335 -server=/.taoyuan.gov.tw/127.0.0.1#5335 -server=/.tap11.com/127.0.0.1#5335 -server=/.target.com/127.0.0.1#5335 -server=/.taweet.com/127.0.0.1#5335 -server=/.tax.nat.gov.tw/127.0.0.1#5335 -server=/.tbpic.info/127.0.0.1#5335 -server=/.tbsec.org/127.0.0.1#5335 -server=/.tbsn.org/127.0.0.1#5335 -server=/.tbsseattle.org/127.0.0.1#5335 -server=/.tchb.gov.tw/127.0.0.1#5335 -server=/.tchrd.org/127.0.0.1#5335 -server=/.t.co/127.0.0.1#5335 -server=/.tcsac.gov.tw/127.0.0.1#5335 -server=/.teamseesmic.com/127.0.0.1#5335 -server=/.teashark.com/127.0.0.1#5335 -server=/.techlifeweb.com/127.0.0.1#5335 -server=/.techparaiso.com/127.0.0.1#5335 -server=/.telecomspace.com/127.0.0.1#5335 -server=/.telegraph.co.uk/127.0.0.1#5335 -server=/.tenacy.com/127.0.0.1#5335 -server=/.thbstc.gov.tw/127.0.0.1#5335 -server=/.theampfactory.com/127.0.0.1#5335 -server=/.theappleblog.com/127.0.0.1#5335 -server=/.theatrum-belli.com/127.0.0.1#5335 -server=/.thebcomplex.com/127.0.0.1#5335 -server=/.theblemish.com/127.0.0.1#5335 -server=/.thebodyshop-usa.com/127.0.0.1#5335 -server=/.thechinabeat.org/127.0.0.1#5335 -server=/.thedailywh.at/127.0.0.1#5335 -server=/.thedieline.com/127.0.0.1#5335 -server=/.thedw.us/127.0.0.1#5335 -server=/.thegatesnotes.com/127.0.0.1#5335 -server=/.thehots.info/127.0.0.1#5335 -server=/.thehousenews.com/127.0.0.1#5335 -server=/.thehungrydudes.com/127.0.0.1#5335 -server=/.thehun.net/127.0.0.1#5335 -server=/.theinternetwishlist.com/127.0.0.1#5335 -server=/.thelifeyoucansave.com/127.0.0.1#5335 -server=/.thelius.org/127.0.0.1#5335 -server=/.thepiratebay.org/127.0.0.1#5335 -server=/.thepiratebay.se/127.0.0.1#5335 -server=/.theqii.info/127.0.0.1#5335 -server=/.thereallove.kr/127.0.0.1#5335 -server=/.thesartorialist.com/127.0.0.1#5335 -server=/.thespeeder.com/127.0.0.1#5335 -server=/.the-sun.on.cc/127.0.0.1#5335 -server=/.thetibetpost.com/127.0.0.1#5335 -server=/.thetrotskymovie.com/127.0.0.1#5335 -server=/.thevivekspot.com/127.0.0.1#5335 -server=/.thewgo.org/127.0.0.1#5335 -server=/.thisav.com/127.0.0.1#5335 -server=/.thisiswhyyouarefat.com/127.0.0.1#5335 -server=/.thkphoto.com/127.0.0.1#5335 -server=/.thomasbernhard.org/127.0.0.1#5335 -server=/.threatchaos.com/127.0.0.1#5335 -server=/.throughnightsfire.com/127.0.0.1#5335 -server=/.t.huhaitai.com/127.0.0.1#5335 -server=/.thumbzilla.com/127.0.0.1#5335 -server=/.thywords.com/127.0.0.1#5335 -server=/.tiananmenmother.org/127.0.0.1#5335 -server=/.tiananmenuniv.com/127.0.0.1#5335 -server=/.tiananmenuniv.net/127.0.0.1#5335 -server=/.tiandixing.org/127.0.0.1#5335 -server=/.tianhuayuan.com/127.0.0.1#5335 -server=/.tiantibooks.org/127.0.0.1#5335 -server=/.tianzhu.org/127.0.0.1#5335 -server=/.tibetalk.com/127.0.0.1#5335 -server=/.tibetanyouthcongress.org/127.0.0.1#5335 -server=/.tibet.at/127.0.0.1#5335 -server=/.tibet.com/127.0.0.1#5335 -server=/.tibetcorps.org/127.0.0.1#5335 -server=/.tibetfund.org/127.0.0.1#5335 -server=/.tibetjustice.org/127.0.0.1#5335 -server=/.tibet.net/127.0.0.1#5335 -server=/.tibetoffice.org/127.0.0.1#5335 -server=/.tibetonline.com/127.0.0.1#5335 -server=/.tibetonline.tv/127.0.0.1#5335 -server=/.tibet.org.tw/127.0.0.1#5335 -server=/.tibetsun.com/127.0.0.1#5335 -server=/.tibetwrites.org/127.0.0.1#5335 -server=/.tidyread.com/127.0.0.1#5335 -server=/.time.com/127.0.0.1#5335 -server=/.times.hinet.net/127.0.0.1#5335 -server=/.tinychat.com/127.0.0.1#5335 -server=/.tinypaste.com/127.0.0.1#5335 -server=/.tinypng.com/127.0.0.1#5335 -server=/.tistory.com/127.0.0.1#5335 -server=/.tjholowaychuk.com/127.0.0.1#5335 -server=/.tkcs-collins.com/127.0.0.1#5335 -server=/.tkforum.tk/127.0.0.1#5335 -server=/.t.kun.im/127.0.0.1#5335 -server=/.tmagazine.com/127.0.0.1#5335 -server=/.tmi.me/127.0.0.1#5335 -server=/.tnaflix.com/127.0.0.1#5335 -server=/.tncsec.gov.tw/127.0.0.1#5335 -server=/.t.neolee.cn/127.0.0.1#5335 -server=/.togetter.com/127.0.0.1#5335 -server=/.tokyo-247.com/127.0.0.1#5335 -server=/.tokyocn.com/127.0.0.1#5335 -server=/.tokyo-hot.com/127.0.0.1#5335 -server=/.tomayko.com/127.0.0.1#5335 -server=/.tomsc.com/127.0.0.1#5335 -server=/.tono-oka.jp/127.0.0.1#5335 -server=/.tonyyan.net/127.0.0.1#5335 -server=/.toodoc.com/127.0.0.1#5335 -server=/.toonel.net/127.0.0.1#5335 -server=/.topic.youthwant.com.tw/127.0.0.1#5335 -server=/.topnews.in/127.0.0.1#5335 -server=/.topshare.us/127.0.0.1#5335 -server=/.topshareware.com/127.0.0.1#5335 -server=/.topstyle4.com/127.0.0.1#5335 -server=/.topsy.com/127.0.0.1#5335 -server=/.tora.to/127.0.0.1#5335 -server=/.tor.blingblingsquad.net/127.0.0.1#5335 -server=/.torproject.org/127.0.0.1#5335 -server=/.torrentcrazy.com/127.0.0.1#5335 -server=/.torrentproject.se/127.0.0.1#5335 -server=/.tor.updatestar.com/127.0.0.1#5335 -server=/.torvpn.com/127.0.0.1#5335 -server=/.t.orzdream.com/127.0.0.1#5335 -server=/.tosh.comedycentral.com/127.0.0.1#5335 -server=/.touch99.com/127.0.0.1#5335 -server=/.toutfr.com/127.0.0.1#5335 -server=/.tpde.aide.gov.tw/127.0.0.1#5335 -server=/.tphcc.gov.tw/127.0.0.1#5335 -server=/.tpi.org.tw/127.0.0.1#5335 -server=/.transgressionism.org/127.0.0.1#5335 -server=/.transparency.org/127.0.0.1#5335 -server=/.travelinlocal.com/127.0.0.1#5335 -server=/.trendsmap.com/127.0.0.1#5335 -server=/.trialofccp.org/127.0.0.1#5335 -server=/.tripod.com/127.0.0.1#5335 -server=/.trouw.nl/127.0.0.1#5335 -server=/.trtc.com.tw/127.0.0.1#5335 -server=/.trt.net.tr/127.0.0.1#5335 -server=/.trulyergonomic.com/127.0.0.1#5335 -server=/.trustedbi.com/127.0.0.1#5335 -server=/.truth101.co.tv/127.0.0.1#5335 -server=/.truthcn.com/127.0.0.1#5335 -server=/.truveo.com/127.0.0.1#5335 -server=/.tsctv.net/127.0.0.1#5335 -server=/.tsemtulku.com/127.0.0.1#5335 -server=/.tsquare.tv/127.0.0.1#5335 -server=/.tsunagarumon.com/127.0.0.1#5335 -server=/.tt1069.com/127.0.0.1#5335 -server=/.tttan.com/127.0.0.1#5335 -server=/.tuanzt.com/127.0.0.1#5335 -server=/.tube8.com/127.0.0.1#5335 -server=/.tubecao.com/127.0.0.1#5335 -server=/.tube.com/127.0.0.1#5335 -server=/.tubewolf.com/127.0.0.1#5335 -server=/.tuidang.net/127.0.0.1#5335 -server=/.tuidang.org/127.0.0.1#5335 -server=/.tui.orzdream.com/127.0.0.1#5335 -server=/.tuite.googlecode.com/127.0.0.1#5335 -server=/.tumblr.awflasher.com/127.0.0.1#5335 -server=/.tumblweed.org/127.0.0.1#5335 -server=/.tumutanzi.com/127.0.0.1#5335 -server=/.tunein.com/127.0.0.1#5335 -server=/.tunnelbear.com/127.0.0.1#5335 -server=/.turbobit.net/127.0.0.1#5335 -server=/.turbotwitter.com/127.0.0.1#5335 -server=/.turningtorso.com/127.0.0.1#5335 -server=/.turntable.fm/127.0.0.1#5335 -server=/.tuxtraining.com/127.0.0.1#5335 -server=/.tvants.com/127.0.0.1#5335 -server=/.tvboxnow.com/127.0.0.1#5335 -server=/.tv.com/127.0.0.1#5335 -server=/.tvider.com/127.0.0.1#5335 -server=/.tv-intros.com/127.0.0.1#5335 -server=/.tv.on.cc/127.0.0.1#5335 -server=/.tvunetworks.com/127.0.0.1#5335 -server=/.twapperkeeper.com/127.0.0.1#5335 -server=/.twa.sh/127.0.0.1#5335 -server=/.twaud.io/127.0.0.1#5335 -server=/.twbbs.net.tw/127.0.0.1#5335 -server=/.twbbs.org/127.0.0.1#5335 -server=/.twbbs.tw/127.0.0.1#5335 -server=/.twblogger.com/127.0.0.1#5335 -server=/.tweepguide.com/127.0.0.1#5335 -server=/.tweeplike.me/127.0.0.1#5335 -server=/.tweepmag.com/127.0.0.1#5335 -server=/.tweepml.org/127.0.0.1#5335 -server=/.tweetbackup.com/127.0.0.1#5335 -server=/.tweetboard.com/127.0.0.1#5335 -server=/.tweetboner.biz/127.0.0.1#5335 -server=/.tweetdeck.com/127.0.0.1#5335 -server=/.tweetedtimes.com/127.0.0.1#5335 -server=/.tweetmeme.com/127.0.0.1#5335 -server=/.tweetmylast.fm/127.0.0.1#5335 -server=/.tweetphoto.com/127.0.0.1#5335 -server=/.tweetrans.com/127.0.0.1#5335 -server=/.tweetree.com/127.0.0.1#5335 -server=/.tweetwally.com/127.0.0.1#5335 -server=/.tweetymail.com/127.0.0.1#5335 -server=/.twftp.org/127.0.0.1#5335 -server=/.twibase.com/127.0.0.1#5335 -server=/.twibble.de/127.0.0.1#5335 -server=/.twibbon.com/127.0.0.1#5335 -server=/.twibs.com/127.0.0.1#5335 -server=/.twicsy.com/127.0.0.1#5335 -server=/.twifan.com/127.0.0.1#5335 -server=/.twiffo.com/127.0.0.1#5335 -server=/.twiggit.org/127.0.0.1#5335 -server=/.twilog.org/127.0.0.1#5335 -server=/.twimbow.com/127.0.0.1#5335 -server=/.twimg.com/127.0.0.1#5335 -server=/.twimg.edgesuite.net/127.0.0.1#5335 -server=/.tw.img.nextmedia.com/127.0.0.1#5335 -server=/.twindexx.com/127.0.0.1#5335 -server=/.twipple.jp/127.0.0.1#5335 -server=/.twistar.cc/127.0.0.1#5335 -server=/.twisternow.com/127.0.0.1#5335 -server=/.twistory.net/127.0.0.1#5335 -server=/.twit2d.com/127.0.0.1#5335 -server=/.twitbrowser.net/127.0.0.1#5335 -server=/.twitcause.com/127.0.0.1#5335 -server=/.twitese.spaces.live.com/127.0.0.1#5335 -server=/.twitgether.com/127.0.0.1#5335 -server=/.twitgoo.com/127.0.0.1#5335 -server=/.twitiq.com/127.0.0.1#5335 -server=/.twitlonger.com/127.0.0.1#5335 -server=/.twitoaster.com/127.0.0.1#5335 -server=/.twitonmsn.com/127.0.0.1#5335 -server=/.twitpic.com/127.0.0.1#5335 -server=/.twitreferral.com/127.0.0.1#5335 -server=/.twitstat.com/127.0.0.1#5335 -server=/.twittbot.net/127.0.0.1#5335 -server=/.twitter4j.org/127.0.0.1#5335 -server=/.twitter.com/127.0.0.1#5335 -server=/.twittercounter.com/127.0.0.1#5335 -server=/.twitterfeed.com/127.0.0.1#5335 -server=/.twittergadget.com/127.0.0.1#5335 -server=/.twitter.jp/127.0.0.1#5335 -server=/.twitterkr.com/127.0.0.1#5335 -server=/.twittermail.com/127.0.0.1#5335 -server=/.twittertim.es/127.0.0.1#5335 -server=/.twitthat.com/127.0.0.1#5335 -server=/.twitturk.com/127.0.0.1#5335 -server=/.twitturly.com/127.0.0.1#5335 -server=/.twitvid.com/127.0.0.1#5335 -server=/.twitzap.com/127.0.0.1#5335 -server=/.twiyia.com/127.0.0.1#5335 -server=/.tw.jiepang.com/127.0.0.1#5335 -server=/.tw.myblog.yahoo.com/127.0.0.1#5335 -server=/.tw.news.yahoo.com/127.0.0.1#5335 -server=/.tw-npo.org/127.0.0.1#5335 -server=/.tw.rd.yahoo.com/127.0.0.1#5335 -server=/.twreg.info/127.0.0.1#5335 -server=/.twstar.net/127.0.0.1#5335 -server=/.tw.streetvoice.com/127.0.0.1#5335 -server=/.twt.fm/127.0.0.1#5335 -server=/.twtkr.com/127.0.0.1#5335 -server=/.twtr2src.ogaoga.org/127.0.0.1#5335 -server=/.twtrland.com/127.0.0.1#5335 -server=/.twt.tl/127.0.0.1#5335 -server=/.twttr.com/127.0.0.1#5335 -server=/.twurl.nl/127.0.0.1#5335 -server=/.tw.voa.mobi/127.0.0.1#5335 -server=/.twyac.org/127.0.0.1#5335 -server=/.tw.yahoo.com/127.0.0.1#5335 -server=/.tycool.com/127.0.0.1#5335 -server=/.tynsoe.org/127.0.0.1#5335 -server=/.typepad.com/127.0.0.1#5335 -server=/.tzangms.com/127.0.0.1#5335 -server=/.ub0.cc/127.0.0.1#5335 -server=/.uberproxy.net/127.0.0.1#5335 -server=/.ucdc1998.org/127.0.0.1#5335 -server=/.uderzo.it/127.0.0.1#5335 -server=/.udn.com/127.0.0.1#5335 -server=/.ufreevpn.com/127.0.0.1#5335 -server=/.ugo.com/127.0.0.1#5335 -server=/.uhrp.org/127.0.0.1#5335 -server=/.uighurbiz.net/127.0.0.1#5335 -server=/.ukliferadio.co.uk/127.0.0.1#5335 -server=/.ulike.net/127.0.0.1#5335 -server=/.ultravpn.fr/127.0.0.1#5335 -server=/.ultraxs.com/127.0.0.1#5335 -server=/.unblock.cn.com/127.0.0.1#5335 -server=/.unblocksit.es/127.0.0.1#5335 -server=/.uncyclomedia.org/127.0.0.1#5335 -server=/.uncyclopedia.info/127.0.0.1#5335 -server=/.uncyclopedia.tw/127.0.0.1#5335 -server=/.unholyknight.com/127.0.0.1#5335 -server=/.uni.cc/127.0.0.1#5335 -server=/.unicode.org/127.0.0.1#5335 -server=/.uniteddaily.com.my/127.0.0.1#5335 -server=/.unix100.com/127.0.0.1#5335 -server=/.unknownspace.org/127.0.0.1#5335 -server=/.unpo.org/127.0.0.1#5335 -server=/.uocn.org/127.0.0.1#5335 -server=/.upcoming.yahoo.com/127.0.0.1#5335 -server=/.update.playstation.net/127.0.0.1#5335 -server=/.upload4u.info/127.0.0.1#5335 -server=/.upload.backchina.com/127.0.0.1#5335 -server=/.uploaded.to/127.0.0.1#5335 -server=/.uploadstation.com/127.0.0.1#5335 -server=/.upload.wikimedia.org/127.0.0.1#5335 -server=/.urlborg.com/127.0.0.1#5335 -server=/.urlparser.com/127.0.0.1#5335 -server=/.usacn.com/127.0.0.1#5335 -server=/.usfk.mil/127.0.0.1#5335 -server=/.usinfo.state.gov/127.0.0.1#5335 -server=/.usmc.mil/127.0.0.1#5335 -server=/.us.to/127.0.0.1#5335 -server=/.ustream.tv/127.0.0.1#5335 -server=/.usus.cc/127.0.0.1#5335 -server=/.uushare.com/127.0.0.1#5335 -server=/.uwants.com/127.0.0.1#5335 -server=/.uwants.net/127.0.0.1#5335 -server=/.uyghurcongress.org/127.0.0.1#5335 -server=/.uygur.org/127.0.0.1#5335 -server=/.v70.us/127.0.0.1#5335 -server=/.vaayoo.com/127.0.0.1#5335 -server=/.value-domain.com/127.0.0.1#5335 -server=/.van698.com/127.0.0.1#5335 -server=/.vanemu.cn/127.0.0.1#5335 -server=/.vanilla-jp.com/127.0.0.1#5335 -server=/.vansky.com/127.0.0.1#5335 -server=/.vapurl.com/127.0.0.1#5335 -server=/.vatn.org/127.0.0.1#5335 -server=/.vcfbuilder.org/127.0.0.1#5335 -server=/.vcf-online.org/127.0.0.1#5335 -server=/.veempiire.com/127.0.0.1#5335 -server=/.velkaepocha.sk/127.0.0.1#5335 -server=/.venbbs.com/127.0.0.1#5335 -server=/.venchina.com/127.0.0.1#5335 -server=/.ventureswell.com/127.0.0.1#5335 -server=/.veoh.com/127.0.0.1#5335 -server=/.verizon.net/127.0.0.1#5335 -server=/.verybs.com/127.0.0.1#5335 -server=/.vevo.com/127.0.0.1#5335 -server=/.vft.com.tw/127.0.0.1#5335 -server=/.vghks.gov.tw/127.0.0.1#5335 -server=/.vghtc.gov.tw/127.0.0.1#5335 -server=/.vghtpe.gov.tw/127.0.0.1#5335 -server=/.video.aol.ca/127.0.0.1#5335 -server=/.video.aol.com/127.0.0.1#5335 -server=/.video.aol.co.uk/127.0.0.1#5335 -server=/.video.ap.org/127.0.0.1#5335 -server=/.videobam.com/127.0.0.1#5335 -server=/.video.fdbox.com/127.0.0.1#5335 -server=/.video.foxbusiness.com/127.0.0.1#5335 -server=/.videomo.com/127.0.0.1#5335 -server=/.video.tiscali.it/127.0.0.1#5335 -server=/.video.yahoo.com/127.0.0.1#5335 -server=/.vidoemo.com/127.0.0.1#5335 -server=/.views.fm/127.0.0.1#5335 -server=/.viki.com/127.0.0.1#5335 -server=/.vimeocdn.com/127.0.0.1#5335 -server=/.vimeo.com/127.0.0.1#5335 -server=/.vimgolf.com/127.0.0.1#5335 -server=/.vimperator.org/127.0.0.1#5335 -server=/.vincnd.com/127.0.0.1#5335 -server=/.vinniev.com/127.0.0.1#5335 -server=/.vllcs.org/127.0.0.1#5335 -server=/.vlog.xuite.net/127.0.0.1#5335 -server=/.vmixcore.com/127.0.0.1#5335 -server=/.voacantonese.com/127.0.0.1#5335 -server=/.voachineseblog.com/127.0.0.1#5335 -server=/.voachinese.com/127.0.0.1#5335 -server=/.voagd.com/127.0.0.1#5335 -server=/.voanews.com/127.0.0.1#5335 -server=/.voatibetan.com/127.0.0.1#5335 -server=/.vocn.tv/127.0.0.1#5335 -server=/.vot.org/127.0.0.1#5335 -server=/.vpnbook.com/127.0.0.1#5335 -server=/.vpnfire.com/127.0.0.1#5335 -server=/.vpngate.jp/127.0.0.1#5335 -server=/.vpngate.net/127.0.0.1#5335 -server=/.vpnpop.com/127.0.0.1#5335 -server=/.vpnpronet.com/127.0.0.1#5335 -server=/.v-state.org/127.0.0.1#5335 -server=/.vtunnel.com/127.0.0.1#5335 -server=/.w3schools.com/127.0.0.1#5335 -server=/.waffle1999.com/127.0.0.1#5335 -server=/.wahas.com/127.0.0.1#5335 -server=/.waigaobu.com/127.0.0.1#5335 -server=/.waikeung.org/127.0.0.1#5335 -server=/.waiwaier.com/127.0.0.1#5335 -server=/.wallornot.org/127.0.0.1#5335 -server=/.wallpapercasa.com/127.0.0.1#5335 -server=/.wanderinghorse.net/127.0.0.1#5335 -server=/.wanfang.gov.tw/127.0.0.1#5335 -server=/.wangafu.net/127.0.0.1#5335 -server=/.wangjinbo.org/127.0.0.1#5335 -server=/.wanglixiong.com/127.0.0.1#5335 -server=/.wangruoshui.net/127.0.0.1#5335 -server=/.wangyi64.spaces.live.com/127.0.0.1#5335 -server=/.want-daily.com/127.0.0.1#5335 -server=/.wapedia.mobi/127.0.0.1#5335 -server=/.washeng.net/127.0.0.1#5335 -server=/.watchmygf.net/127.0.0.1#5335 -server=/.wattpad.com/127.0.0.1#5335 -server=/.wdf5.com/127.0.0.1#5335 -server=/.wearn.com/127.0.0.1#5335 -server=/.web2project.net/127.0.0.1#5335 -server=/.webbang.net/127.0.0.1#5335 -server=/.webfee.tk/127.0.0.1#5335 -server=/.weblagu.com/127.0.0.1#5335 -server=/.webmproject.org/127.0.0.1#5335 -server=/.webshots.com/127.0.0.1#5335 -server=/.websitepulse.com/127.0.0.1#5335 -server=/.webs-tv.net/127.0.0.1#5335 -server=/.webworkerdaily.com/127.0.0.1#5335 -server=/.weeewooo.net/127.0.0.1#5335 -server=/.weekmag.info/127.0.0.1#5335 -server=/.wefong.com/127.0.0.1#5335 -server=/.weiboleak.com/127.0.0.1#5335 -server=/.weigegebyc.dreamhosters.com/127.0.0.1#5335 -server=/.weijingsheng.org/127.0.0.1#5335 -server=/.weiming.info/127.0.0.1#5335 -server=/.weiquanwang.org/127.0.0.1#5335 -server=/.weisuo.ws/127.0.0.1#5335 -server=/.wellplacedpixels.com/127.0.0.1#5335 -server=/.wengewang.com/127.0.0.1#5335 -server=/.wengewang.org/127.0.0.1#5335 -server=/.wenhui.ch/127.0.0.1#5335 -server=/.wenku.com/127.0.0.1#5335 -server=/.wenxuecity.com/127.0.0.1#5335 -server=/.wenyunchao.com/127.0.0.1#5335 -server=/.wenyunchao.spaces.live.com/127.0.0.1#5335 -server=/.wepn.info/127.0.0.1#5335 -server=/.westca.com/127.0.0.1#5335 -server=/.westernwolves.com/127.0.0.1#5335 -server=/.wetplace.com/127.0.0.1#5335 -server=/.wetpussygames.com/127.0.0.1#5335 -server=/.wexiaobo.org/127.0.0.1#5335 -server=/.wezhiyong.org/127.0.0.1#5335 -server=/.wezone.net/127.0.0.1#5335 -server=/.wforum.com/127.0.0.1#5335 -server=/.whatblocked.com/127.0.0.1#5335 -server=/.whereiswerner.com/127.0.0.1#5335 -server=/.whippedass.com/127.0.0.1#5335 -server=/.whitebear.freebearblog.org/127.0.0.1#5335 -server=/.whydidyoubuymethat.com/127.0.0.1#5335 -server=/.whylover.com/127.0.0.1#5335 -server=/.whyx.org/127.0.0.1#5335 -server=/.w.idaiwan.com/127.0.0.1#5335 -server=/.wiki.cnitter.com/127.0.0.1#5335 -server=/.wiki.jqueryui.com/127.0.0.1#5335 -server=/.wiki.keso.cn/127.0.0.1#5335 -server=/.wikileaks.ch/127.0.0.1#5335 -server=/.wikileaks.de/127.0.0.1#5335 -server=/.wikileaks.eu/127.0.0.1#5335 -server=/.wikileaks.lu/127.0.0.1#5335 -server=/.wikileaks.org/127.0.0.1#5335 -server=/.wikileaks.pl/127.0.0.1#5335 -server=/.wikilivres.info/127.0.0.1#5335 -server=/.wikimapia.org/127.0.0.1#5335 -server=/.wikimedia.org.mo/127.0.0.1#5335 -server=/.wiki.moegirl.org/127.0.0.1#5335 -server=/.wikinet.org/127.0.0.1#5335 -server=/.wiki.oauth.net/127.0.0.1#5335 -server=/.wikipedia.org/127.0.0.1#5335 -server=/.wiki.phonegap.com/127.0.0.1#5335 -server=/.wikiwiki.jp/127.0.0.1#5335 -server=/.wikkii.com/127.0.0.1#5335 -server=/.williamlong.spaces.live.com/127.0.0.1#5335 -server=/.willw.net/127.0.0.1#5335 -server=/.windowsphoneme.com/127.0.0.1#5335 -server=/.winwhispers.info/127.0.0.1#5335 -server=/.wiredbytes.com/127.0.0.1#5335 -server=/.wiredpen.com/127.0.0.1#5335 -server=/.wireshark.org/127.0.0.1#5335 -server=/.wisevid.com/127.0.0.1#5335 -server=/.witnessleeteaching.com/127.0.0.1#5335 -server=/.witopia.net/127.0.0.1#5335 -server=/.wlx.sowiki.net/127.0.0.1#5335 -server=/.woeser.com/127.0.0.1#5335 -server=/.wolfax.com/127.0.0.1#5335 -server=/.womenbusiness.nyc.gov.tw/127.0.0.1#5335 -server=/.womensrightsofchina.org/127.0.0.1#5335 -server=/.woopie.jp/127.0.0.1#5335 -server=/.woopie.tv/127.0.0.1#5335 -server=/.wordboner.com/127.0.0.1#5335 -server=/.wordpress.com/127.0.0.1#5335 -server=/.wordsandturds.com/127.0.0.1#5335 -server=/.w.org/127.0.0.1#5335 -server=/.workatruna.com/127.0.0.1#5335 -server=/.worldcat.org/127.0.0.1#5335 -server=/.worldjournal.com/127.0.0.1#5335 -server=/.worstthingieverate.com/127.0.0.1#5335 -server=/.wo.tc/127.0.0.1#5335 -server=/.wowlegacy.ml/127.0.0.1#5335 -server=/.wow-life.net/127.0.0.1#5335 -server=/.woxinghuiguo.com/127.0.0.1#5335 -server=/.wozy.in/127.0.0.1#5335 -server=/.wp.com/127.0.0.1#5335 -server=/.wpoforum.com/127.0.0.1#5335 -server=/.wqlhw.com/127.0.0.1#5335 -server=/.wqyd.org/127.0.0.1#5335 -server=/.wrchina.org/127.0.0.1#5335 -server=/.wretch.cc/127.0.0.1#5335 -server=/.writer.zoho.com/127.0.0.1#5335 -server=/.wsj.com/127.0.0.1#5335 -server=/.wsj.net/127.0.0.1#5335 -server=/.wtfpeople.com/127.0.0.1#5335 -server=/.wuala.com/127.0.0.1#5335 -server=/.wuerkaixi.com/127.0.0.1#5335 -server=/.wufi.org.tw/127.0.0.1#5335 -server=/.wuguoguang.com/127.0.0.1#5335 -server=/.wujieliulan.com/127.0.0.1#5335 -server=/.wujie.net/127.0.0.1#5335 -server=/.wukangrui.net/127.0.0.1#5335 -server=/.wwitv.com/127.0.0.1#5335 -server=/.www.6v6dota.com/127.0.0.1#5335 -server=/.www.ajsands.com/127.0.0.1#5335 -server=/.www.antd.org/127.0.0.1#5335 -server=/.www.aolnews.com/127.0.0.1#5335 -server=/.www.bulbous.freeserve.co.uk/127.0.0.1#5335 -server=/.www.cmoinc.org/127.0.0.1#5335 -server=/.www.dfanning.com/127.0.0.1#5335 -server=/.www.dwheeler.com/127.0.0.1#5335 -server=/.www.eulam.com/127.0.0.1#5335 -server=/.www.exblog.jp/127.0.0.1#5335 -server=/.www.forum4hk.com/127.0.0.1#5335 -server=/.www.freetibet.org/127.0.0.1#5335 -server=/.www.getyouram.com/127.0.0.1#5335 -server=/.www.goldenmelody.com.tw/127.0.0.1#5335 -server=/.www.idlcoyote.com/127.0.0.1#5335 -server=/.www.immigration.gov.tw/127.0.0.1#5335 -server=/.www.klip.me/127.0.0.1#5335 -server=/.www.kodingen.com/127.0.0.1#5335 -server=/.www.linksalpha.com/127.0.0.1#5335 -server=/.www.loiclemeur.com/127.0.0.1#5335 -server=/.www.macrovpn.com/127.0.0.1#5335 -server=/.www.monlamit.org/127.0.0.1#5335 -server=/.www.moztw.org/127.0.0.1#5335 -server=/.www.mycould.com/127.0.0.1#5335 -server=/.www.ned.org/127.0.0.1#5335 -server=/.www.nownews.com/127.0.0.1#5335 -server=/.www.orchidbbs.com/127.0.0.1#5335 -server=/.www.owind.com/127.0.0.1#5335 -server=/.www.oxid.it/127.0.0.1#5335 -server=/.www.parkansky.com/127.0.0.1#5335 -server=/.www.powerpointninja.com/127.0.0.1#5335 -server=/.www.rnw.nl/127.0.0.1#5335 -server=/.www.somee.com/127.0.0.1#5335 -server=/.www.stackfile.com/127.0.0.1#5335 -server=/.www.supertweet.net/127.0.0.1#5335 -server=/.www.tiffanyarment.com/127.0.0.1#5335 -server=/.www.tripod.com/127.0.0.1#5335 -server=/.www.tv.com/127.0.0.1#5335 -server=/.www.twtrland.com/127.0.0.1#5335 -server=/.www.typepad.com/127.0.0.1#5335 -server=/.www.urbanoutfitters.com/127.0.0.1#5335 -server=/.www.vegorpedersen.com/127.0.0.1#5335 -server=/.www.voy.com/127.0.0.1#5335 -server=/.www.vpncup.com/127.0.0.1#5335 -server=/.www.wangruowang.org/127.0.0.1#5335 -server=/.www.wan-press.org/127.0.0.1#5335 -server=/.www.wet123.com/127.0.0.1#5335 -server=/.www.zaurus.org.uk/127.0.0.1#5335 -server=/.wzyboy.im/127.0.0.1#5335 -server=/.x1949x.com/127.0.0.1#5335 -server=/.x365x.com/127.0.0.1#5335 -server=/.xanga.com/127.0.0.1#5335 -server=/.x-art.com/127.0.0.1#5335 -server=/.xa.yimg.com/127.0.0.1#5335 -server=/.xbabe.com/127.0.0.1#5335 -server=/.xbookcn.com/127.0.0.1#5335 -server=/.xcafe.in/127.0.0.1#5335 -server=/.xcritic.com/127.0.0.1#5335 -server=/.xfm.pp.ru/127.0.0.1#5335 -server=/.xgmyd.com/127.0.0.1#5335 -server=/.xh4n.cn/127.0.0.1#5335 -server=/.xhamster.com/127.0.0.1#5335 -server=/.xiaochuncnjp.com/127.0.0.1#5335 -server=/.xiaohexie.com/127.0.0.1#5335 -server=/.xiaoma.org/127.0.0.1#5335 -server=/.xiezhua.com/127.0.0.1#5335 -server=/.xing.com/127.0.0.1#5335 -server=/.xinhuanet.org/127.0.0.1#5335 -server=/.xinmiao.com.hk/127.0.0.1#5335 -server=/.xinqimeng.over-blog.com/127.0.0.1#5335 -server=/.xinsheng.net/127.0.0.1#5335 -server=/.xinshijue.com/127.0.0.1#5335 -server=/.xinyubbs.net/127.0.0.1#5335 -server=/.xizang-zhiye.org/127.0.0.1#5335 -server=/.xjp.cc/127.0.0.1#5335 -server=/.xml-training-guide.com/127.0.0.1#5335 -server=/.xmovies.com/127.0.0.1#5335 -server=/.xmusic.fm/127.0.0.1#5335 -server=/.xnxx.com/127.0.0.1#5335 -server=/.xpdo.net/127.0.0.1#5335 -server=/.xpud.org/127.0.0.1#5335 -server=/.xskywalker.com/127.0.0.1#5335 -server=/.xtube.com/127.0.0.1#5335 -server=/.xuchao.net/127.0.0.1#5335 -server=/.xuchao.org/127.0.0.1#5335 -server=/.xuzhiyong.net/127.0.0.1#5335 -server=/.xuzhuoer.com/127.0.0.1#5335 -server=/.xvedios.com/127.0.0.1#5335 -server=/.xvideos.com/127.0.0.1#5335 -server=/.x-wall.org/127.0.0.1#5335 -server=/.xxbbx.com/127.0.0.1#5335 -server=/.x.xcity.jp/127.0.0.1#5335 -server=/.xxxx.com.au/127.0.0.1#5335 -server=/.xysblogs.org/127.0.0.1#5335 -server=/.xys.dxiong.com/127.0.0.1#5335 -server=/.xys.org/127.0.0.1#5335 -server=/.xyy69.com/127.0.0.1#5335 -server=/.xyy69.info/127.0.0.1#5335 -server=/.yahoo.cn/127.0.0.1#5335 -server=/.yahoo.com.hk/127.0.0.1#5335 -server=/.yam.com/127.0.0.1#5335 -server=/.yanghengjun.spaces.live.com/127.0.0.1#5335 -server=/.yasni.co.uk/127.0.0.1#5335 -server=/.yasukuni.or.jp/127.0.0.1#5335 -server=/.yatsen.gov.tw/127.0.0.1#5335 -server=/.ydy.com/127.0.0.1#5335 -server=/.yeelou.com/127.0.0.1#5335 -server=/.yeeyi.com/127.0.0.1#5335 -server=/.yegle.net/127.0.0.1#5335 -server=/.yezimary.spaces.live.com/127.0.0.1#5335 -server=/.yfrog.com/127.0.0.1#5335 -server=/.yhcw.net/127.0.0.1#5335 -server=/.yidio.com/127.0.0.1#5335 -server=/.yilubbs.com/127.0.0.1#5335 -server=/.yi.org/127.0.0.1#5335 -server=/.yipub.com/127.0.0.1#5335 -server=/.ym.backchina.com/127.0.0.1#5335 -server=/.yogichen.org/127.0.0.1#5335 -server=/.yong.hu/127.0.0.1#5335 -server=/.yorkbbs.ca/127.0.0.1#5335 -server=/.youdao.com/127.0.0.1#5335 -server=/.youjizz.com/127.0.0.1#5335 -server=/.youmaker.com/127.0.0.1#5335 -server=/.youpai.org/127.0.0.1#5335 -server=/.youporn.com/127.0.0.1#5335 -server=/.your-freedom.net/127.0.0.1#5335 -server=/.yousendit.com/127.0.0.1#5335 -server=/.youthbao.com/127.0.0.1#5335 -server=/.youthnetradio.org/127.0.0.1#5335 -server=/.youtu.be/127.0.0.1#5335 -server=/.youtubecn.com/127.0.0.1#5335 -server=/.youtube.com/127.0.0.1#5335 -server=/.youtube-nocookie.com/127.0.0.1#5335 -server=/.youversion.com/127.0.0.1#5335 -server=/.youxu.info/127.0.0.1#5335 -server=/.ytht.net/127.0.0.1#5335 -server=/.ytimg.com/127.0.0.1#5335 -server=/.yuanming.net/127.0.0.1#5335 -server=/.yuming.flnet.org/127.0.0.1#5335 -server=/.yunchao.net/127.0.0.1#5335 -server=/.yvesgeleyn.com/127.0.0.1#5335 -server=/.yvtc.gov.tw/127.0.0.1#5335 -server=/.yx51.net/127.0.0.1#5335 -server=/.yyii.org/127.0.0.1#5335 -server=/.yymaya.com/127.0.0.1#5335 -server=/.yzzk.com/127.0.0.1#5335 -server=/.zacebook.com/127.0.0.1#5335 -server=/.zannel.com/127.0.0.1#5335 -server=/.zaobao.com/127.0.0.1#5335 -server=/.zaobao.com.sg/127.0.0.1#5335 -server=/.zaozon.com/127.0.0.1#5335 -server=/.zarias.com/127.0.0.1#5335 -server=/.zattoo.com/127.0.0.1#5335 -server=/.zdnet.com.tw/127.0.0.1#5335 -server=/.zengjinyan.org/127.0.0.1#5335 -server=/.zengjinyan.spaces.live.com/127.0.0.1#5335 -server=/.zeutch.com/127.0.0.1#5335 -server=/.zgzcjj.net/127.0.0.1#5335 -server=/.zhanbin.net/127.0.0.1#5335 -server=/.zhao.jinhai.de/127.0.0.1#5335 -server=/.zhenghui.org/127.0.0.1#5335 -server=/.zhenlibu.info/127.0.0.1#5335 -server=/.zhinengluyou.com/127.0.0.1#5335 -server=/.zhllg.spaces.live.com/127.0.0.1#5335 -server=/.zh.m.wikipedia.org/127.0.0.1#5335 -server=/.zh.netlog.com/127.0.0.1#5335 -server=/.zhonggtuotese.net/127.0.0.1#5335 -server=/.zhongguotese.net/127.0.0.1#5335 -server=/.zhongmeng.org/127.0.0.1#5335 -server=/.zhongsou.com/127.0.0.1#5335 -server=/.zh.pokerstrategy.com/127.0.0.1#5335 -server=/.zhreader.com/127.0.0.1#5335 -server=/.zh-tw.justin.tv/127.0.0.1#5335 -server=/.zhuichaguoji.org/127.0.0.1#5335 -server=/.zh.uncyclopedia.wikia.com/127.0.0.1#5335 -server=/.zh.wikinews.org/127.0.0.1#5335 -server=/.zh.wikipedia.org/127.0.0.1#5335 -server=/.zh.wikisource.org/127.0.0.1#5335 -server=/.ziddu.com/127.0.0.1#5335 -server=/.zillionk.com/127.0.0.1#5335 -server=/.zinio.com/127.0.0.1#5335 -server=/.ziplib.com/127.0.0.1#5335 -server=/.zkaip.com/127.0.0.1#5335 -server=/.zmw.cn/127.0.0.1#5335 -server=/.zomobo.net/127.0.0.1#5335 -server=/.zonaeuropa.com/127.0.0.1#5335 -server=/.zootool.com/127.0.0.1#5335 -server=/.zoozle.net/127.0.0.1#5335 -server=/.zozotown.com/127.0.0.1#5335 -server=/.zshare.net/127.0.0.1#5335 -server=/.zsrhao.com/127.0.0.1#5335 -server=/.zuo.la/127.0.0.1#5335 -server=/.zuola.com/127.0.0.1#5335 -server=/.zvereff.com/127.0.0.1#5335 -server=/.zyzc9.com/127.0.0.1#5335 -server=/.zyzg.us/127.0.0.1#5335 \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_list.conf b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_list.conf deleted file mode 100644 index 39a84f08e9..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/dnsmasq.ssr/gfw_list.conf +++ /dev/null @@ -1,10414 +0,0 @@ -server=/.030buy.com/127.0.0.1#5335 -ipset=/.030buy.com/gfwlist -server=/.0rz.tw/127.0.0.1#5335 -ipset=/.0rz.tw/gfwlist -server=/.10.tt/127.0.0.1#5335 -ipset=/.10.tt/gfwlist -server=/.1000giri.net/127.0.0.1#5335 -ipset=/.1000giri.net/gfwlist -server=/.100ke.org/127.0.0.1#5335 -ipset=/.100ke.org/gfwlist -server=/.10conditionsoflove.com/127.0.0.1#5335 -ipset=/.10conditionsoflove.com/gfwlist -server=/.10musume.com/127.0.0.1#5335 -ipset=/.10musume.com/gfwlist -server=/.123rf.com/127.0.0.1#5335 -ipset=/.123rf.com/gfwlist -server=/.12bet.com/127.0.0.1#5335 -ipset=/.12bet.com/gfwlist -server=/.12vpn.com/127.0.0.1#5335 -ipset=/.12vpn.com/gfwlist -server=/.12vpn.net/127.0.0.1#5335 -ipset=/.12vpn.net/gfwlist -server=/.138.com/127.0.0.1#5335 -ipset=/.138.com/gfwlist -server=/.141jj.com/127.0.0.1#5335 -ipset=/.141jj.com/gfwlist -server=/.141tube.com/127.0.0.1#5335 -ipset=/.141tube.com/gfwlist -server=/.1688.com.au/127.0.0.1#5335 -ipset=/.1688.com.au/gfwlist -server=/.173ng.com/127.0.0.1#5335 -ipset=/.173ng.com/gfwlist -server=/.177pic.info/127.0.0.1#5335 -ipset=/.177pic.info/gfwlist -server=/.17t17p.com/127.0.0.1#5335 -ipset=/.17t17p.com/gfwlist -server=/.18board.com/127.0.0.1#5335 -ipset=/.18board.com/gfwlist -server=/.18board.info/127.0.0.1#5335 -ipset=/.18board.info/gfwlist -server=/.18onlygirls.com/127.0.0.1#5335 -ipset=/.18onlygirls.com/gfwlist -server=/.18p2p.com/127.0.0.1#5335 -ipset=/.18p2p.com/gfwlist -server=/.18virginsex.com/127.0.0.1#5335 -ipset=/.18virginsex.com/gfwlist -server=/.1949er.org/127.0.0.1#5335 -ipset=/.1949er.org/gfwlist -server=/.1984bbs.com/127.0.0.1#5335 -ipset=/.1984bbs.com/gfwlist -server=/.1984bbs.org/127.0.0.1#5335 -ipset=/.1984bbs.org/gfwlist -server=/.1989report.hkja.org.hk/127.0.0.1#5335 -ipset=/.1989report.hkja.org.hk/gfwlist -server=/.1991way.com/127.0.0.1#5335 -ipset=/.1991way.com/gfwlist -server=/.1998cdp.org/127.0.0.1#5335 -ipset=/.1998cdp.org/gfwlist -server=/.1bao.org/127.0.0.1#5335 -ipset=/.1bao.org/gfwlist -server=/.1dumb.com/127.0.0.1#5335 -ipset=/.1dumb.com/gfwlist -server=/.1e100.net/127.0.0.1#5335 -ipset=/.1e100.net/gfwlist -server=/.1eew.com/127.0.0.1#5335 -ipset=/.1eew.com/gfwlist -server=/.1mobile.com/127.0.0.1#5335 -ipset=/.1mobile.com/gfwlist -server=/.1pondo.tv/127.0.0.1#5335 -ipset=/.1pondo.tv/gfwlist -server=/.2-hand.info/127.0.0.1#5335 -ipset=/.2-hand.info/gfwlist -server=/.2008xianzhang.info/127.0.0.1#5335 -ipset=/.2008xianzhang.info/gfwlist -server=/.2017.hk/127.0.0.1#5335 -ipset=/.2017.hk/gfwlist -server=/.21join.com/127.0.0.1#5335 -ipset=/.21join.com/gfwlist -server=/.21pron.com/127.0.0.1#5335 -ipset=/.21pron.com/gfwlist -server=/.21sextury.com/127.0.0.1#5335 -ipset=/.21sextury.com/gfwlist -server=/.228.net.tw/127.0.0.1#5335 -ipset=/.228.net.tw/gfwlist -server=/.233abc.com/127.0.0.1#5335 -ipset=/.233abc.com/gfwlist -server=/.24hrs.ca/127.0.0.1#5335 -ipset=/.24hrs.ca/gfwlist -server=/.24smile.org/127.0.0.1#5335 -ipset=/.24smile.org/gfwlist -server=/.25u.com/127.0.0.1#5335 -ipset=/.25u.com/gfwlist -server=/.2lipstube.com/127.0.0.1#5335 -ipset=/.2lipstube.com/gfwlist -server=/.2shared.com/127.0.0.1#5335 -ipset=/.2shared.com/gfwlist -server=/.2waky.com/127.0.0.1#5335 -ipset=/.2waky.com/gfwlist -server=/.3-a.net/127.0.0.1#5335 -ipset=/.3-a.net/gfwlist -server=/.30boxes.com/127.0.0.1#5335 -ipset=/.30boxes.com/gfwlist -server=/.315lz.com/127.0.0.1#5335 -ipset=/.315lz.com/gfwlist -server=/.32red.com/127.0.0.1#5335 -ipset=/.32red.com/gfwlist -server=/.36rain.com/127.0.0.1#5335 -ipset=/.36rain.com/gfwlist -server=/.3a5a.com/127.0.0.1#5335 -ipset=/.3a5a.com/gfwlist -server=/.3arabtv.com/127.0.0.1#5335 -ipset=/.3arabtv.com/gfwlist -server=/.3boys2girls.com/127.0.0.1#5335 -ipset=/.3boys2girls.com/gfwlist -server=/.3d-game.com/127.0.0.1#5335 -ipset=/.3d-game.com/gfwlist -server=/.3proxy.ru/127.0.0.1#5335 -ipset=/.3proxy.ru/gfwlist -server=/.3ren.ca/127.0.0.1#5335 -ipset=/.3ren.ca/gfwlist -server=/.3tui.net/127.0.0.1#5335 -ipset=/.3tui.net/gfwlist -server=/.43110.cf/127.0.0.1#5335 -ipset=/.43110.cf/gfwlist -server=/.466453.com/127.0.0.1#5335 -ipset=/.466453.com/gfwlist -server=/.4bluestones.biz/127.0.0.1#5335 -ipset=/.4bluestones.biz/gfwlist -server=/.4chan.com/127.0.0.1#5335 -ipset=/.4chan.com/gfwlist -server=/.4dq.com/127.0.0.1#5335 -ipset=/.4dq.com/gfwlist -server=/.4everproxy.com/127.0.0.1#5335 -ipset=/.4everproxy.com/gfwlist -server=/.4irc.com/127.0.0.1#5335 -ipset=/.4irc.com/gfwlist -server=/.4mydomain.com/127.0.0.1#5335 -ipset=/.4mydomain.com/gfwlist -server=/.4pu.com/127.0.0.1#5335 -ipset=/.4pu.com/gfwlist -server=/.4rbtv.com/127.0.0.1#5335 -ipset=/.4rbtv.com/gfwlist -server=/.4shared.com/127.0.0.1#5335 -ipset=/.4shared.com/gfwlist -server=/.51.ca/127.0.0.1#5335 -ipset=/.51.ca/gfwlist -server=/.51jav.org/127.0.0.1#5335 -ipset=/.51jav.org/gfwlist -server=/.51luoben.com/127.0.0.1#5335 -ipset=/.51luoben.com/gfwlist -server=/.5278.cc/127.0.0.1#5335 -ipset=/.5278.cc/gfwlist -server=/.5299.tv/127.0.0.1#5335 -ipset=/.5299.tv/gfwlist -server=/.56cun04.jigsy.com/127.0.0.1#5335 -ipset=/.56cun04.jigsy.com/gfwlist -server=/.5aimiku.com/127.0.0.1#5335 -ipset=/.5aimiku.com/gfwlist -server=/.5i01.com/127.0.0.1#5335 -ipset=/.5i01.com/gfwlist -server=/.5isotoi5.org/127.0.0.1#5335 -ipset=/.5isotoi5.org/gfwlist -server=/.5maodang.com/127.0.0.1#5335 -ipset=/.5maodang.com/gfwlist -server=/.63i.com/127.0.0.1#5335 -ipset=/.63i.com/gfwlist -server=/.64museum.org/127.0.0.1#5335 -ipset=/.64museum.org/gfwlist -server=/.64tianwang.com/127.0.0.1#5335 -ipset=/.64tianwang.com/gfwlist -server=/.64wiki.com/127.0.0.1#5335 -ipset=/.64wiki.com/gfwlist -server=/.66.ca/127.0.0.1#5335 -ipset=/.66.ca/gfwlist -server=/.666kb.com/127.0.0.1#5335 -ipset=/.666kb.com/gfwlist -server=/.6park.com/127.0.0.1#5335 -ipset=/.6park.com/gfwlist -server=/.6parker.com/127.0.0.1#5335 -ipset=/.6parker.com/gfwlist -server=/.6parknews.com/127.0.0.1#5335 -ipset=/.6parknews.com/gfwlist -server=/.7capture.com/127.0.0.1#5335 -ipset=/.7capture.com/gfwlist -server=/.7cow.com/127.0.0.1#5335 -ipset=/.7cow.com/gfwlist -server=/.8-d.com/127.0.0.1#5335 -ipset=/.8-d.com/gfwlist -server=/.85cc.net/127.0.0.1#5335 -ipset=/.85cc.net/gfwlist -server=/.85cc.us/127.0.0.1#5335 -ipset=/.85cc.us/gfwlist -server=/.85st.com/127.0.0.1#5335 -ipset=/.85st.com/gfwlist -server=/.881903.com/127.0.0.1#5335 -ipset=/.881903.com/gfwlist -server=/.888.com/127.0.0.1#5335 -ipset=/.888.com/gfwlist -server=/.888poker.com/127.0.0.1#5335 -ipset=/.888poker.com/gfwlist -server=/.89-64.org/127.0.0.1#5335 -ipset=/.89-64.org/gfwlist -server=/.89.64.charter.constitutionalism.solutions/127.0.0.1#5335 -ipset=/.89.64.charter.constitutionalism.solutions/gfwlist -server=/.8news.com.tw/127.0.0.1#5335 -ipset=/.8news.com.tw/gfwlist -server=/.8z1.net/127.0.0.1#5335 -ipset=/.8z1.net/gfwlist -server=/.9001700.com/127.0.0.1#5335 -ipset=/.9001700.com/gfwlist -server=/.91porn.com/127.0.0.1#5335 -ipset=/.91porn.com/gfwlist -server=/.91vps.club/127.0.0.1#5335 -ipset=/.91vps.club/gfwlist -server=/.92ccav.com/127.0.0.1#5335 -ipset=/.92ccav.com/gfwlist -server=/.991.com/127.0.0.1#5335 -ipset=/.991.com/gfwlist -server=/.99btgc01.com/127.0.0.1#5335 -ipset=/.99btgc01.com/gfwlist -server=/.99cn.info/127.0.0.1#5335 -ipset=/.99cn.info/gfwlist -server=/.9bis.com/127.0.0.1#5335 -ipset=/.9bis.com/gfwlist -server=/.9bis.net/127.0.0.1#5335 -ipset=/.9bis.net/gfwlist -server=/.9gag.com/127.0.0.1#5335 -ipset=/.9gag.com/gfwlist -server=/.a-normal-day.com/127.0.0.1#5335 -ipset=/.a-normal-day.com/gfwlist -server=/.a248.e.akamai.net/127.0.0.1#5335 -ipset=/.a248.e.akamai.net/gfwlist -server=/.a5.com.ru/127.0.0.1#5335 -ipset=/.a5.com.ru/gfwlist -server=/.aamacau.com/127.0.0.1#5335 -ipset=/.aamacau.com/gfwlist -server=/.abc.com/127.0.0.1#5335 -ipset=/.abc.com/gfwlist -server=/.abc.net.au/127.0.0.1#5335 -ipset=/.abc.net.au/gfwlist -server=/.abc.pp.ru/127.0.0.1#5335 -ipset=/.abc.pp.ru/gfwlist -server=/.abc.xyz/127.0.0.1#5335 -ipset=/.abc.xyz/gfwlist -server=/.abchinese.com/127.0.0.1#5335 -ipset=/.abchinese.com/gfwlist -server=/.abclite.net/127.0.0.1#5335 -ipset=/.abclite.net/gfwlist -server=/.abebooks.com/127.0.0.1#5335 -ipset=/.abebooks.com/gfwlist -server=/.abematv.akamaized.net/127.0.0.1#5335 -ipset=/.abematv.akamaized.net/gfwlist -server=/.ablwang.com/127.0.0.1#5335 -ipset=/.ablwang.com/gfwlist -server=/.aboluowang.com/127.0.0.1#5335 -ipset=/.aboluowang.com/gfwlist -server=/.about.google/127.0.0.1#5335 -ipset=/.about.google/gfwlist -server=/.aboutgfw.com/127.0.0.1#5335 -ipset=/.aboutgfw.com/gfwlist -server=/.abs.edu/127.0.0.1#5335 -ipset=/.abs.edu/gfwlist -server=/.ac.jiruan.net/127.0.0.1#5335 -ipset=/.ac.jiruan.net/gfwlist -server=/.accim.org/127.0.0.1#5335 -ipset=/.accim.org/gfwlist -server=/.aceros-de-hispania.com/127.0.0.1#5335 -ipset=/.aceros-de-hispania.com/gfwlist -server=/.acevpn.com/127.0.0.1#5335 -ipset=/.acevpn.com/gfwlist -server=/.acg18.me/127.0.0.1#5335 -ipset=/.acg18.me/gfwlist -server=/.acgkj.com/127.0.0.1#5335 -ipset=/.acgkj.com/gfwlist -server=/.acmedia365.com/127.0.0.1#5335 -ipset=/.acmedia365.com/gfwlist -server=/.acmetoy.com/127.0.0.1#5335 -ipset=/.acmetoy.com/gfwlist -server=/.acnw.com.au/127.0.0.1#5335 -ipset=/.acnw.com.au/gfwlist -server=/.actfortibet.org/127.0.0.1#5335 -ipset=/.actfortibet.org/gfwlist -server=/.actimes.com.au/127.0.0.1#5335 -ipset=/.actimes.com.au/gfwlist -server=/.activpn.com/127.0.0.1#5335 -ipset=/.activpn.com/gfwlist -server=/.aculo.us/127.0.0.1#5335 -ipset=/.aculo.us/gfwlist -server=/.adcex.com/127.0.0.1#5335 -ipset=/.adcex.com/gfwlist -server=/.addictedtocoffee.de/127.0.0.1#5335 -ipset=/.addictedtocoffee.de/gfwlist -server=/.admin.recaptcha.net/127.0.0.1#5335 -ipset=/.admin.recaptcha.net/gfwlist -server=/.admob.com/127.0.0.1#5335 -ipset=/.admob.com/gfwlist -server=/.adpl.org.hk/127.0.0.1#5335 -ipset=/.adpl.org.hk/gfwlist -server=/.ads-twitter.com/127.0.0.1#5335 -ipset=/.ads-twitter.com/gfwlist -server=/.adsense.com/127.0.0.1#5335 -ipset=/.adsense.com/gfwlist -server=/.adult-sex-games.com/127.0.0.1#5335 -ipset=/.adult-sex-games.com/gfwlist -server=/.adultfriendfinder.com/127.0.0.1#5335 -ipset=/.adultfriendfinder.com/gfwlist -server=/.advanscene.com/127.0.0.1#5335 -ipset=/.advanscene.com/gfwlist -server=/.advertfan.com/127.0.0.1#5335 -ipset=/.advertfan.com/gfwlist -server=/.ae.hao123.com/127.0.0.1#5335 -ipset=/.ae.hao123.com/gfwlist -server=/.ae.org/127.0.0.1#5335 -ipset=/.ae.org/gfwlist -server=/.aenhancers.com/127.0.0.1#5335 -ipset=/.aenhancers.com/gfwlist -server=/.aex.com/127.0.0.1#5335 -ipset=/.aex.com/gfwlist -server=/.af.mil/127.0.0.1#5335 -ipset=/.af.mil/gfwlist -server=/.afantibbs.com/127.0.0.1#5335 -ipset=/.afantibbs.com/gfwlist -server=/.agnesb.fr/127.0.0.1#5335 -ipset=/.agnesb.fr/gfwlist -server=/.agoogleaday.com/127.0.0.1#5335 -ipset=/.agoogleaday.com/gfwlist -server=/.agro.hk/127.0.0.1#5335 -ipset=/.agro.hk/gfwlist -server=/.ai-kan.net/127.0.0.1#5335 -ipset=/.ai-kan.net/gfwlist -server=/.ai-wen.net/127.0.0.1#5335 -ipset=/.ai-wen.net/gfwlist -server=/.ai.google/127.0.0.1#5335 -ipset=/.ai.google/gfwlist -server=/.aiph.net/127.0.0.1#5335 -ipset=/.aiph.net/gfwlist -server=/.airasia.com/127.0.0.1#5335 -ipset=/.airasia.com/gfwlist -server=/.airconsole.com/127.0.0.1#5335 -ipset=/.airconsole.com/gfwlist -server=/.airvpn.org/127.0.0.1#5335 -ipset=/.airvpn.org/gfwlist -server=/.aisex.com/127.0.0.1#5335 -ipset=/.aisex.com/gfwlist -server=/.aiss.anws.gov.tw/127.0.0.1#5335 -ipset=/.aiss.anws.gov.tw/gfwlist -server=/.ait.org.tw/127.0.0.1#5335 -ipset=/.ait.org.tw/gfwlist -server=/.aiweiwei.com/127.0.0.1#5335 -ipset=/.aiweiwei.com/gfwlist -server=/.aiweiweiblog.com/127.0.0.1#5335 -ipset=/.aiweiweiblog.com/gfwlist -server=/.akiba-online.com/127.0.0.1#5335 -ipset=/.akiba-online.com/gfwlist -server=/.akiba-web.com/127.0.0.1#5335 -ipset=/.akiba-web.com/gfwlist -server=/.akow.org/127.0.0.1#5335 -ipset=/.akow.org/gfwlist -server=/.al-islam.com/127.0.0.1#5335 -ipset=/.al-islam.com/gfwlist -server=/.al-qimmah.net/127.0.0.1#5335 -ipset=/.al-qimmah.net/gfwlist -server=/.alabout.com/127.0.0.1#5335 -ipset=/.alabout.com/gfwlist -server=/.alanhou.com/127.0.0.1#5335 -ipset=/.alanhou.com/gfwlist -server=/.alarab.qa/127.0.0.1#5335 -ipset=/.alarab.qa/gfwlist -server=/.alasbarricadas.org/127.0.0.1#5335 -ipset=/.alasbarricadas.org/gfwlist -server=/.alexlur.org/127.0.0.1#5335 -ipset=/.alexlur.org/gfwlist -server=/.alforattv.net/127.0.0.1#5335 -ipset=/.alforattv.net/gfwlist -server=/.alhayat.com/127.0.0.1#5335 -ipset=/.alhayat.com/gfwlist -server=/.alicejapan.co.jp/127.0.0.1#5335 -ipset=/.alicejapan.co.jp/gfwlist -server=/.aliengu.com/127.0.0.1#5335 -ipset=/.aliengu.com/gfwlist -server=/.alkasir.com/127.0.0.1#5335 -ipset=/.alkasir.com/gfwlist -server=/.allcoin.com/127.0.0.1#5335 -ipset=/.allcoin.com/gfwlist -server=/.allconnected.co/127.0.0.1#5335 -ipset=/.allconnected.co/gfwlist -server=/.alldrawnsex.com/127.0.0.1#5335 -ipset=/.alldrawnsex.com/gfwlist -server=/.allervpn.com/127.0.0.1#5335 -ipset=/.allervpn.com/gfwlist -server=/.allfinegirls.com/127.0.0.1#5335 -ipset=/.allfinegirls.com/gfwlist -server=/.allgirlmassage.com/127.0.0.1#5335 -ipset=/.allgirlmassage.com/gfwlist -server=/.allgirlsallowed.org/127.0.0.1#5335 -ipset=/.allgirlsallowed.org/gfwlist -server=/.allgravure.com/127.0.0.1#5335 -ipset=/.allgravure.com/gfwlist -server=/.alliance.org.hk/127.0.0.1#5335 -ipset=/.alliance.org.hk/gfwlist -server=/.allinfa.com/127.0.0.1#5335 -ipset=/.allinfa.com/gfwlist -server=/.alljackpotscasino.com/127.0.0.1#5335 -ipset=/.alljackpotscasino.com/gfwlist -server=/.allmovie.com/127.0.0.1#5335 -ipset=/.allmovie.com/gfwlist -server=/.allowed.org/127.0.0.1#5335 -ipset=/.allowed.org/gfwlist -server=/.almasdarnews.com/127.0.0.1#5335 -ipset=/.almasdarnews.com/gfwlist -server=/.almostmy.com/127.0.0.1#5335 -ipset=/.almostmy.com/gfwlist -server=/.alphaporno.com/127.0.0.1#5335 -ipset=/.alphaporno.com/gfwlist -server=/.alternate-tools.com/127.0.0.1#5335 -ipset=/.alternate-tools.com/gfwlist -server=/.altrec.com/127.0.0.1#5335 -ipset=/.altrec.com/gfwlist -server=/.alvinalexander.com/127.0.0.1#5335 -ipset=/.alvinalexander.com/gfwlist -server=/.alwaysdata.com/127.0.0.1#5335 -ipset=/.alwaysdata.com/gfwlist -server=/.alwaysdata.net/127.0.0.1#5335 -ipset=/.alwaysdata.net/gfwlist -server=/.alwaysvpn.com/127.0.0.1#5335 -ipset=/.alwaysvpn.com/gfwlist -server=/.am730.com.hk/127.0.0.1#5335 -ipset=/.am730.com.hk/gfwlist -server=/.amazon.co.jp/127.0.0.1#5335 -ipset=/.amazon.co.jp/gfwlist -server=/.ameblo.jp/127.0.0.1#5335 -ipset=/.ameblo.jp/gfwlist -server=/.americangreencard.com/127.0.0.1#5335 -ipset=/.americangreencard.com/gfwlist -server=/.americanunfinished.com/127.0.0.1#5335 -ipset=/.americanunfinished.com/gfwlist -server=/.amiblockedornot.com/127.0.0.1#5335 -ipset=/.amiblockedornot.com/gfwlist -server=/.amigobbs.net/127.0.0.1#5335 -ipset=/.amigobbs.net/gfwlist -server=/.amitabhafoundation.us/127.0.0.1#5335 -ipset=/.amitabhafoundation.us/gfwlist -server=/.amnesty.org/127.0.0.1#5335 -ipset=/.amnesty.org/gfwlist -server=/.amnesty.tw/127.0.0.1#5335 -ipset=/.amnesty.tw/gfwlist -server=/.amnestyusa.org/127.0.0.1#5335 -ipset=/.amnestyusa.org/gfwlist -server=/.amnyemachen.org/127.0.0.1#5335 -ipset=/.amnyemachen.org/gfwlist -server=/.amoiist.com/127.0.0.1#5335 -ipset=/.amoiist.com/gfwlist -server=/.ampproject.org/127.0.0.1#5335 -ipset=/.ampproject.org/gfwlist -server=/.amtb-taipei.org/127.0.0.1#5335 -ipset=/.amtb-taipei.org/gfwlist -server=/.anchorfree.com/127.0.0.1#5335 -ipset=/.anchorfree.com/gfwlist -server=/.ancsconf.org/127.0.0.1#5335 -ipset=/.ancsconf.org/gfwlist -server=/.andfaraway.net/127.0.0.1#5335 -ipset=/.andfaraway.net/gfwlist -server=/.android-x86.org/127.0.0.1#5335 -ipset=/.android-x86.org/gfwlist -server=/.android.com/127.0.0.1#5335 -ipset=/.android.com/gfwlist -server=/.androidify.com/127.0.0.1#5335 -ipset=/.androidify.com/gfwlist -server=/.androidtv.com/127.0.0.1#5335 -ipset=/.androidtv.com/gfwlist -server=/.andygod.com/127.0.0.1#5335 -ipset=/.andygod.com/gfwlist -server=/.angela-merkel.de/127.0.0.1#5335 -ipset=/.angela-merkel.de/gfwlist -server=/.angola.org/127.0.0.1#5335 -ipset=/.angola.org/gfwlist -server=/.angularjs.org/127.0.0.1#5335 -ipset=/.angularjs.org/gfwlist -server=/.animecrazy.net/127.0.0.1#5335 -ipset=/.animecrazy.net/gfwlist -server=/.animeshippuuden.com/127.0.0.1#5335 -ipset=/.animeshippuuden.com/gfwlist -server=/.aniscartujo.com/127.0.0.1#5335 -ipset=/.aniscartujo.com/gfwlist -server=/.anobii.com/127.0.0.1#5335 -ipset=/.anobii.com/gfwlist -server=/.anontext.com/127.0.0.1#5335 -ipset=/.anontext.com/gfwlist -server=/.anonymise.us/127.0.0.1#5335 -ipset=/.anonymise.us/gfwlist -server=/.anonymitynetwork.com/127.0.0.1#5335 -ipset=/.anonymitynetwork.com/gfwlist -server=/.anonymizer.com/127.0.0.1#5335 -ipset=/.anonymizer.com/gfwlist -server=/.anonymouse.org/127.0.0.1#5335 -ipset=/.anonymouse.org/gfwlist -server=/.anpopo.com/127.0.0.1#5335 -ipset=/.anpopo.com/gfwlist -server=/.answering-islam.org/127.0.0.1#5335 -ipset=/.answering-islam.org/gfwlist -server=/.anthonycalzadilla.com/127.0.0.1#5335 -ipset=/.anthonycalzadilla.com/gfwlist -server=/.anti1984.com/127.0.0.1#5335 -ipset=/.anti1984.com/gfwlist -server=/.antichristendom.com/127.0.0.1#5335 -ipset=/.antichristendom.com/gfwlist -server=/.antiwave.net/127.0.0.1#5335 -ipset=/.antiwave.net/gfwlist -server=/.anyporn.com/127.0.0.1#5335 -ipset=/.anyporn.com/gfwlist -server=/.anysex.com/127.0.0.1#5335 -ipset=/.anysex.com/gfwlist -server=/.aobo.com.au/127.0.0.1#5335 -ipset=/.aobo.com.au/gfwlist -server=/.aofriend.com/127.0.0.1#5335 -ipset=/.aofriend.com/gfwlist -server=/.aojiao.org/127.0.0.1#5335 -ipset=/.aojiao.org/gfwlist -server=/.aolchannels.aol.com/127.0.0.1#5335 -ipset=/.aolchannels.aol.com/gfwlist -server=/.aomiwang.com/127.0.0.1#5335 -ipset=/.aomiwang.com/gfwlist -server=/.apartmentratings.com/127.0.0.1#5335 -ipset=/.apartmentratings.com/gfwlist -server=/.apartments.com/127.0.0.1#5335 -ipset=/.apartments.com/gfwlist -server=/.apetube.com/127.0.0.1#5335 -ipset=/.apetube.com/gfwlist -server=/.api-secure.recaptcha.net/127.0.0.1#5335 -ipset=/.api-secure.recaptcha.net/gfwlist -server=/.api-verify.recaptcha.net/127.0.0.1#5335 -ipset=/.api-verify.recaptcha.net/gfwlist -server=/.api.ai/127.0.0.1#5335 -ipset=/.api.ai/gfwlist -server=/.api.dropboxapi.com/127.0.0.1#5335 -ipset=/.api.dropboxapi.com/gfwlist -server=/.api.linksalpha.com/127.0.0.1#5335 -ipset=/.api.linksalpha.com/gfwlist -server=/.api.proxlet.com/127.0.0.1#5335 -ipset=/.api.proxlet.com/gfwlist -server=/.api.pureapk.com/127.0.0.1#5335 -ipset=/.api.pureapk.com/gfwlist -server=/.api.recaptcha.net/127.0.0.1#5335 -ipset=/.api.recaptcha.net/gfwlist -server=/.apiary.io/127.0.0.1#5335 -ipset=/.apiary.io/gfwlist -server=/.apidocs.linksalpha.com/127.0.0.1#5335 -ipset=/.apidocs.linksalpha.com/gfwlist -server=/.apigee.com/127.0.0.1#5335 -ipset=/.apigee.com/gfwlist -server=/.apk-dl.com/127.0.0.1#5335 -ipset=/.apk-dl.com/gfwlist -server=/.apkmirror.com/127.0.0.1#5335 -ipset=/.apkmirror.com/gfwlist -server=/.apkplz.com/127.0.0.1#5335 -ipset=/.apkplz.com/gfwlist -server=/.apkpure.com/127.0.0.1#5335 -ipset=/.apkpure.com/gfwlist -server=/.aplusvpn.com/127.0.0.1#5335 -ipset=/.aplusvpn.com/gfwlist -server=/.app.box.com/127.0.0.1#5335 -ipset=/.app.box.com/gfwlist -server=/.app.heywire.com/127.0.0.1#5335 -ipset=/.app.heywire.com/gfwlist -server=/.app.smartmailcloud.com/127.0.0.1#5335 -ipset=/.app.smartmailcloud.com/gfwlist -server=/.app.tutanota.com/127.0.0.1#5335 -ipset=/.app.tutanota.com/gfwlist -server=/.appledaily.com/127.0.0.1#5335 -ipset=/.appledaily.com/gfwlist -server=/.appshopper.com/127.0.0.1#5335 -ipset=/.appshopper.com/gfwlist -server=/.appsocks.net/127.0.0.1#5335 -ipset=/.appsocks.net/gfwlist -server=/.appspot.com/127.0.0.1#5335 -ipset=/.appspot.com/gfwlist -server=/.appsto.re/127.0.0.1#5335 -ipset=/.appsto.re/gfwlist -server=/.aptoide.com/127.0.0.1#5335 -ipset=/.aptoide.com/gfwlist -server=/.ar.hao123.com/127.0.0.1#5335 -ipset=/.ar.hao123.com/gfwlist -server=/.archive.fo/127.0.0.1#5335 -ipset=/.archive.fo/gfwlist -server=/.archive.is/127.0.0.1#5335 -ipset=/.archive.is/gfwlist -server=/.archive.li/127.0.0.1#5335 -ipset=/.archive.li/gfwlist -server=/.archive.org/127.0.0.1#5335 -ipset=/.archive.org/gfwlist -server=/.archive.today/127.0.0.1#5335 -ipset=/.archive.today/gfwlist -server=/.archives.gov/127.0.0.1#5335 -ipset=/.archives.gov/gfwlist -server=/.arctosia.com/127.0.0.1#5335 -ipset=/.arctosia.com/gfwlist -server=/.areca-backup.org/127.0.0.1#5335 -ipset=/.areca-backup.org/gfwlist -server=/.arena.taipei/127.0.0.1#5335 -ipset=/.arena.taipei/gfwlist -server=/.arethusa.su/127.0.0.1#5335 -ipset=/.arethusa.su/gfwlist -server=/.arlingtoncemetery.mil/127.0.0.1#5335 -ipset=/.arlingtoncemetery.mil/gfwlist -server=/.army.mil/127.0.0.1#5335 -ipset=/.army.mil/gfwlist -server=/.art4tibet1998.org/127.0.0.1#5335 -ipset=/.art4tibet1998.org/gfwlist -server=/.arte.tv/127.0.0.1#5335 -ipset=/.arte.tv/gfwlist -server=/.artofpeacefoundation.org/127.0.0.1#5335 -ipset=/.artofpeacefoundation.org/gfwlist -server=/.artstation.com/127.0.0.1#5335 -ipset=/.artstation.com/gfwlist -server=/.artsy.net/127.0.0.1#5335 -ipset=/.artsy.net/gfwlist -server=/.asacp.org/127.0.0.1#5335 -ipset=/.asacp.org/gfwlist -server=/.asg.to/127.0.0.1#5335 -ipset=/.asg.to/gfwlist -server=/.asia-gaming.com/127.0.0.1#5335 -ipset=/.asia-gaming.com/gfwlist -server=/.asiaharvest.org/127.0.0.1#5335 -ipset=/.asiaharvest.org/gfwlist -server=/.asianews.it/127.0.0.1#5335 -ipset=/.asianews.it/gfwlist -server=/.asiansexdiary.com/127.0.0.1#5335 -ipset=/.asiansexdiary.com/gfwlist -server=/.asianspiss.com/127.0.0.1#5335 -ipset=/.asianspiss.com/gfwlist -server=/.asianwomensfilm.de/127.0.0.1#5335 -ipset=/.asianwomensfilm.de/gfwlist -server=/.asiatgp.com/127.0.0.1#5335 -ipset=/.asiatgp.com/gfwlist -server=/.asiatoday.us/127.0.0.1#5335 -ipset=/.asiatoday.us/gfwlist -server=/.askstudent.com/127.0.0.1#5335 -ipset=/.askstudent.com/gfwlist -server=/.askynz.net/127.0.0.1#5335 -ipset=/.askynz.net/gfwlist -server=/.assembla.com/127.0.0.1#5335 -ipset=/.assembla.com/gfwlist -server=/.assets.bwbx.io/127.0.0.1#5335 -ipset=/.assets.bwbx.io/gfwlist -server=/.assimp.org/127.0.0.1#5335 -ipset=/.assimp.org/gfwlist -server=/.astrill.com/127.0.0.1#5335 -ipset=/.astrill.com/gfwlist -server=/.atc.org.au/127.0.0.1#5335 -ipset=/.atc.org.au/gfwlist -server=/.atchinese.com/127.0.0.1#5335 -ipset=/.atchinese.com/gfwlist -server=/.atdmt.com/127.0.0.1#5335 -ipset=/.atdmt.com/gfwlist -server=/.atgfw.org/127.0.0.1#5335 -ipset=/.atgfw.org/gfwlist -server=/.athenaeizou.com/127.0.0.1#5335 -ipset=/.athenaeizou.com/gfwlist -server=/.atlaspost.com/127.0.0.1#5335 -ipset=/.atlaspost.com/gfwlist -server=/.atnext.com/127.0.0.1#5335 -ipset=/.atnext.com/gfwlist -server=/.authorizeddns.net/127.0.0.1#5335 -ipset=/.authorizeddns.net/gfwlist -server=/.authorizeddns.org/127.0.0.1#5335 -ipset=/.authorizeddns.org/gfwlist -server=/.authorizeddns.us/127.0.0.1#5335 -ipset=/.authorizeddns.us/gfwlist -server=/.autodraw.com/127.0.0.1#5335 -ipset=/.autodraw.com/gfwlist -server=/.av-e-body.com/127.0.0.1#5335 -ipset=/.av-e-body.com/gfwlist -server=/.av.com/127.0.0.1#5335 -ipset=/.av.com/gfwlist -server=/.av.movie/127.0.0.1#5335 -ipset=/.av.movie/gfwlist -server=/.av.nightlife141.com/127.0.0.1#5335 -ipset=/.av.nightlife141.com/gfwlist -server=/.avaaz.org/127.0.0.1#5335 -ipset=/.avaaz.org/gfwlist -server=/.avbody.tv/127.0.0.1#5335 -ipset=/.avbody.tv/gfwlist -server=/.avcity.tv/127.0.0.1#5335 -ipset=/.avcity.tv/gfwlist -server=/.avcool.com/127.0.0.1#5335 -ipset=/.avcool.com/gfwlist -server=/.avdb.in/127.0.0.1#5335 -ipset=/.avdb.in/gfwlist -server=/.avdb.tv/127.0.0.1#5335 -ipset=/.avdb.tv/gfwlist -server=/.avfantasy.com/127.0.0.1#5335 -ipset=/.avfantasy.com/gfwlist -server=/.avg.com/127.0.0.1#5335 -ipset=/.avg.com/gfwlist -server=/.avgle.com/127.0.0.1#5335 -ipset=/.avgle.com/gfwlist -server=/.avidemux.org/127.0.0.1#5335 -ipset=/.avidemux.org/gfwlist -server=/.avmo.pw/127.0.0.1#5335 -ipset=/.avmo.pw/gfwlist -server=/.avmoo.com/127.0.0.1#5335 -ipset=/.avmoo.com/gfwlist -server=/.avmoo.net/127.0.0.1#5335 -ipset=/.avmoo.net/gfwlist -server=/.avmoo.pw/127.0.0.1#5335 -ipset=/.avmoo.pw/gfwlist -server=/.avoision.com/127.0.0.1#5335 -ipset=/.avoision.com/gfwlist -server=/.avyahoo.com/127.0.0.1#5335 -ipset=/.avyahoo.com/gfwlist -server=/.axureformac.com/127.0.0.1#5335 -ipset=/.axureformac.com/gfwlist -server=/.azerbaycan.tv/127.0.0.1#5335 -ipset=/.azerbaycan.tv/gfwlist -server=/.azerimix.com/127.0.0.1#5335 -ipset=/.azerimix.com/gfwlist -server=/.azubu.tv/127.0.0.1#5335 -ipset=/.azubu.tv/gfwlist -server=/.b0ne.com/127.0.0.1#5335 -ipset=/.b0ne.com/gfwlist -server=/.babynet.com.hk/127.0.0.1#5335 -ipset=/.babynet.com.hk/gfwlist -server=/.backchina.com/127.0.0.1#5335 -ipset=/.backchina.com/gfwlist -server=/.backtotiananmen.com/127.0.0.1#5335 -ipset=/.backtotiananmen.com/gfwlist -server=/.badiucao.com/127.0.0.1#5335 -ipset=/.badiucao.com/gfwlist -server=/.badjojo.com/127.0.0.1#5335 -ipset=/.badjojo.com/gfwlist -server=/.badoo.com/127.0.0.1#5335 -ipset=/.badoo.com/gfwlist -server=/.baidu.jp/127.0.0.1#5335 -ipset=/.baidu.jp/gfwlist -server=/.baijie.org/127.0.0.1#5335 -ipset=/.baijie.org/gfwlist -server=/.bailandaily.com/127.0.0.1#5335 -ipset=/.bailandaily.com/gfwlist -server=/.baixing.me/127.0.0.1#5335 -ipset=/.baixing.me/gfwlist -server=/.bakgeekhome.tk/127.0.0.1#5335 -ipset=/.bakgeekhome.tk/gfwlist -server=/.banana-vpn.com/127.0.0.1#5335 -ipset=/.banana-vpn.com/gfwlist -server=/.band.us/127.0.0.1#5335 -ipset=/.band.us/gfwlist -server=/.bandwagonhost.com/127.0.0.1#5335 -ipset=/.bandwagonhost.com/gfwlist -server=/.bangbrosnetwork.com/127.0.0.1#5335 -ipset=/.bangbrosnetwork.com/gfwlist -server=/.bangchen.net/127.0.0.1#5335 -ipset=/.bangchen.net/gfwlist -server=/.bangdream.space/127.0.0.1#5335 -ipset=/.bangdream.space/gfwlist -server=/.bangyoulater.com/127.0.0.1#5335 -ipset=/.bangyoulater.com/gfwlist -server=/.bankmobilevibe.com/127.0.0.1#5335 -ipset=/.bankmobilevibe.com/gfwlist -server=/.bannedbook.org/127.0.0.1#5335 -ipset=/.bannedbook.org/gfwlist -server=/.bannednews.org/127.0.0.1#5335 -ipset=/.bannednews.org/gfwlist -server=/.banorte.com/127.0.0.1#5335 -ipset=/.banorte.com/gfwlist -server=/.baramangaonline.com/127.0.0.1#5335 -ipset=/.baramangaonline.com/gfwlist -server=/.barenakedislam.com/127.0.0.1#5335 -ipset=/.barenakedislam.com/gfwlist -server=/.barnabu.co.uk/127.0.0.1#5335 -ipset=/.barnabu.co.uk/gfwlist -server=/.barton.de/127.0.0.1#5335 -ipset=/.barton.de/gfwlist -server=/.bartvpn.com/127.0.0.1#5335 -ipset=/.bartvpn.com/gfwlist -server=/.bash-hackers.org/127.0.0.1#5335 -ipset=/.bash-hackers.org/gfwlist -server=/.bastillepost.com/127.0.0.1#5335 -ipset=/.bastillepost.com/gfwlist -server=/.bayvoice.net/127.0.0.1#5335 -ipset=/.bayvoice.net/gfwlist -server=/.bb-chat.tv/127.0.0.1#5335 -ipset=/.bb-chat.tv/gfwlist -server=/.bbc.co.uk/127.0.0.1#5335 -ipset=/.bbc.co.uk/gfwlist -server=/.bbc.com/127.0.0.1#5335 -ipset=/.bbc.com/gfwlist -server=/.bbc.in/127.0.0.1#5335 -ipset=/.bbc.in/gfwlist -server=/.bbcchinese.com/127.0.0.1#5335 -ipset=/.bbcchinese.com/gfwlist -server=/.bbchat.tv/127.0.0.1#5335 -ipset=/.bbchat.tv/gfwlist -server=/.bbci.co.uk/127.0.0.1#5335 -ipset=/.bbci.co.uk/gfwlist -server=/.bbg.gov/127.0.0.1#5335 -ipset=/.bbg.gov/gfwlist -server=/.bbnradio.org/127.0.0.1#5335 -ipset=/.bbnradio.org/gfwlist -server=/.bbs-tw.com/127.0.0.1#5335 -ipset=/.bbs-tw.com/gfwlist -server=/.bbs.brockbbs.com/127.0.0.1#5335 -ipset=/.bbs.brockbbs.com/gfwlist -server=/.bbs.ecstart.com/127.0.0.1#5335 -ipset=/.bbs.ecstart.com/gfwlist -server=/.bbs.hasi.wang/127.0.0.1#5335 -ipset=/.bbs.hasi.wang/gfwlist -server=/.bbs.huasing.org/127.0.0.1#5335 -ipset=/.bbs.huasing.org/gfwlist -server=/.bbs.junglobal.net/127.0.0.1#5335 -ipset=/.bbs.junglobal.net/gfwlist -server=/.bbs.kimy.com.tw/127.0.0.1#5335 -ipset=/.bbs.kimy.com.tw/gfwlist -server=/.bbs.mikocon.com/127.0.0.1#5335 -ipset=/.bbs.mikocon.com/gfwlist -server=/.bbs.morbell.com/127.0.0.1#5335 -ipset=/.bbs.morbell.com/gfwlist -server=/.bbs.mychat.to/127.0.0.1#5335 -ipset=/.bbs.mychat.to/gfwlist -server=/.bbs.netbig.com/127.0.0.1#5335 -ipset=/.bbs.netbig.com/gfwlist -server=/.bbs.ozchinese.com/127.0.0.1#5335 -ipset=/.bbs.ozchinese.com/gfwlist -server=/.bbs.qmzdd.com/127.0.0.1#5335 -ipset=/.bbs.qmzdd.com/gfwlist -server=/.bbs.skykiwi.com/127.0.0.1#5335 -ipset=/.bbs.skykiwi.com/gfwlist -server=/.bbs.sou-tong.org/127.0.0.1#5335 -ipset=/.bbs.sou-tong.org/gfwlist -server=/.bbs.tuitui.info/127.0.0.1#5335 -ipset=/.bbs.tuitui.info/gfwlist -server=/.bbsfeed.com/127.0.0.1#5335 -ipset=/.bbsfeed.com/gfwlist -server=/.bbsland.com/127.0.0.1#5335 -ipset=/.bbsland.com/gfwlist -server=/.bbsmo.com/127.0.0.1#5335 -ipset=/.bbsmo.com/gfwlist -server=/.bbsone.com/127.0.0.1#5335 -ipset=/.bbsone.com/gfwlist -server=/.bbtoystore.com/127.0.0.1#5335 -ipset=/.bbtoystore.com/gfwlist -server=/.bcast.co.nz/127.0.0.1#5335 -ipset=/.bcast.co.nz/gfwlist -server=/.bcchinese.net/127.0.0.1#5335 -ipset=/.bcchinese.net/gfwlist -server=/.bcex.ca/127.0.0.1#5335 -ipset=/.bcex.ca/gfwlist -server=/.bcmorning.com/127.0.0.1#5335 -ipset=/.bcmorning.com/gfwlist -server=/.bdsmvideos.net/127.0.0.1#5335 -ipset=/.bdsmvideos.net/gfwlist -server=/.beaconevents.com/127.0.0.1#5335 -ipset=/.beaconevents.com/gfwlist -server=/.bebo.com/127.0.0.1#5335 -ipset=/.bebo.com/gfwlist -server=/.beeg.com/127.0.0.1#5335 -ipset=/.beeg.com/gfwlist -server=/.beevpn.com/127.0.0.1#5335 -ipset=/.beevpn.com/gfwlist -server=/.behance.net/127.0.0.1#5335 -ipset=/.behance.net/gfwlist -server=/.behindkink.com/127.0.0.1#5335 -ipset=/.behindkink.com/gfwlist -server=/.beijing1989.com/127.0.0.1#5335 -ipset=/.beijing1989.com/gfwlist -server=/.beijingspring.com/127.0.0.1#5335 -ipset=/.beijingspring.com/gfwlist -server=/.beijingzx.org/127.0.0.1#5335 -ipset=/.beijingzx.org/gfwlist -server=/.belamionline.com/127.0.0.1#5335 -ipset=/.belamionline.com/gfwlist -server=/.bell.wiki/127.0.0.1#5335 -ipset=/.bell.wiki/gfwlist -server=/.bemywife.cc/127.0.0.1#5335 -ipset=/.bemywife.cc/gfwlist -server=/.beric.me/127.0.0.1#5335 -ipset=/.beric.me/gfwlist -server=/.berlintwitterwall.com/127.0.0.1#5335 -ipset=/.berlintwitterwall.com/gfwlist -server=/.berm.co.nz/127.0.0.1#5335 -ipset=/.berm.co.nz/gfwlist -server=/.bestforchina.org/127.0.0.1#5335 -ipset=/.bestforchina.org/gfwlist -server=/.bestgore.com/127.0.0.1#5335 -ipset=/.bestgore.com/gfwlist -server=/.bestpornstardb.com/127.0.0.1#5335 -ipset=/.bestpornstardb.com/gfwlist -server=/.bestvpn.com/127.0.0.1#5335 -ipset=/.bestvpn.com/gfwlist -server=/.bestvpnanalysis.com/127.0.0.1#5335 -ipset=/.bestvpnanalysis.com/gfwlist -server=/.bestvpnserver.com/127.0.0.1#5335 -ipset=/.bestvpnserver.com/gfwlist -server=/.bestvpnservice.com/127.0.0.1#5335 -ipset=/.bestvpnservice.com/gfwlist -server=/.bestvpnusa.com/127.0.0.1#5335 -ipset=/.bestvpnusa.com/gfwlist -server=/.bet365.com/127.0.0.1#5335 -ipset=/.bet365.com/gfwlist -server=/.betfair.com/127.0.0.1#5335 -ipset=/.betfair.com/gfwlist -server=/.betternet.co/127.0.0.1#5335 -ipset=/.betternet.co/gfwlist -server=/.bettervpn.com/127.0.0.1#5335 -ipset=/.bettervpn.com/gfwlist -server=/.bettween.com/127.0.0.1#5335 -ipset=/.bettween.com/gfwlist -server=/.betvictor.com/127.0.0.1#5335 -ipset=/.betvictor.com/gfwlist -server=/.bewww.net/127.0.0.1#5335 -ipset=/.bewww.net/gfwlist -server=/.beyondfirewall.com/127.0.0.1#5335 -ipset=/.beyondfirewall.com/gfwlist -server=/.bfnn.org/127.0.0.1#5335 -ipset=/.bfnn.org/gfwlist -server=/.bfsh.hk/127.0.0.1#5335 -ipset=/.bfsh.hk/gfwlist -server=/.bgvpn.com/127.0.0.1#5335 -ipset=/.bgvpn.com/gfwlist -server=/.bianlei.com/127.0.0.1#5335 -ipset=/.bianlei.com/gfwlist -server=/.biantailajiao.com/127.0.0.1#5335 -ipset=/.biantailajiao.com/gfwlist -server=/.biantailajiao.in/127.0.0.1#5335 -ipset=/.biantailajiao.in/gfwlist -server=/.biblesforamerica.org/127.0.0.1#5335 -ipset=/.biblesforamerica.org/gfwlist -server=/.bibox.com/127.0.0.1#5335 -ipset=/.bibox.com/gfwlist -server=/.bic2011.org/127.0.0.1#5335 -ipset=/.bic2011.org/gfwlist -server=/.big.one/127.0.0.1#5335 -ipset=/.big.one/gfwlist -server=/.bigfools.com/127.0.0.1#5335 -ipset=/.bigfools.com/gfwlist -server=/.bigjapanesesex.com/127.0.0.1#5335 -ipset=/.bigjapanesesex.com/gfwlist -server=/.bigmoney.biz/127.0.0.1#5335 -ipset=/.bigmoney.biz/gfwlist -server=/.bignews.org/127.0.0.1#5335 -ipset=/.bignews.org/gfwlist -server=/.bigsound.org/127.0.0.1#5335 -ipset=/.bigsound.org/gfwlist -server=/.biliworld.com/127.0.0.1#5335 -ipset=/.biliworld.com/gfwlist -server=/.binance.com/127.0.0.1#5335 -ipset=/.binance.com/gfwlist -server=/.binux.me/127.0.0.1#5335 -ipset=/.binux.me/gfwlist -server=/.bipic.net/127.0.0.1#5335 -ipset=/.bipic.net/gfwlist -server=/.bird.so/127.0.0.1#5335 -ipset=/.bird.so/gfwlist -server=/.bit-z.com/127.0.0.1#5335 -ipset=/.bit-z.com/gfwlist -server=/.bit.do/127.0.0.1#5335 -ipset=/.bit.do/gfwlist -server=/.bit.ly/127.0.0.1#5335 -ipset=/.bit.ly/gfwlist -server=/.bitcointalk.org/127.0.0.1#5335 -ipset=/.bitcointalk.org/gfwlist -server=/.bitcoinworld.com/127.0.0.1#5335 -ipset=/.bitcoinworld.com/gfwlist -server=/.bitfinex.com/127.0.0.1#5335 -ipset=/.bitfinex.com/gfwlist -server=/.bithumb.com/127.0.0.1#5335 -ipset=/.bithumb.com/gfwlist -server=/.bitinka.com.ar/127.0.0.1#5335 -ipset=/.bitinka.com.ar/gfwlist -server=/.bitmex.com/127.0.0.1#5335 -ipset=/.bitmex.com/gfwlist -server=/.bitshare.com/127.0.0.1#5335 -ipset=/.bitshare.com/gfwlist -server=/.bitsnoop.com/127.0.0.1#5335 -ipset=/.bitsnoop.com/gfwlist -server=/.bitvise.com/127.0.0.1#5335 -ipset=/.bitvise.com/gfwlist -server=/.bizhat.com/127.0.0.1#5335 -ipset=/.bizhat.com/gfwlist -server=/.bjnewlife.org/127.0.0.1#5335 -ipset=/.bjnewlife.org/gfwlist -server=/.bjs.org/127.0.0.1#5335 -ipset=/.bjs.org/gfwlist -server=/.bjzc.org/127.0.0.1#5335 -ipset=/.bjzc.org/gfwlist -server=/.bl-doujinsouko.com/127.0.0.1#5335 -ipset=/.bl-doujinsouko.com/gfwlist -server=/.blacklogic.com/127.0.0.1#5335 -ipset=/.blacklogic.com/gfwlist -server=/.blackvpn.com/127.0.0.1#5335 -ipset=/.blackvpn.com/gfwlist -server=/.blewpass.com/127.0.0.1#5335 -ipset=/.blewpass.com/gfwlist -server=/.blinkx.com/127.0.0.1#5335 -ipset=/.blinkx.com/gfwlist -server=/.blinw.com/127.0.0.1#5335 -ipset=/.blinw.com/gfwlist -server=/.blip.tv/127.0.0.1#5335 -ipset=/.blip.tv/gfwlist -server=/.blockcn.com/127.0.0.1#5335 -ipset=/.blockcn.com/gfwlist -server=/.blockless.com/127.0.0.1#5335 -ipset=/.blockless.com/gfwlist -server=/.blog.calibre-ebook.com/127.0.0.1#5335 -ipset=/.blog.calibre-ebook.com/gfwlist -server=/.blog.cnyes.com/127.0.0.1#5335 -ipset=/.blog.cnyes.com/gfwlist -server=/.blog.de/127.0.0.1#5335 -ipset=/.blog.de/gfwlist -server=/.blog.exblog.co.jp/127.0.0.1#5335 -ipset=/.blog.exblog.co.jp/gfwlist -server=/.blog.excite.co.jp/127.0.0.1#5335 -ipset=/.blog.excite.co.jp/gfwlist -server=/.blog.expofutures.com/127.0.0.1#5335 -ipset=/.blog.expofutures.com/gfwlist -server=/.blog.fizzik.com/127.0.0.1#5335 -ipset=/.blog.fizzik.com/gfwlist -server=/.blog.foolsmountain.com/127.0.0.1#5335 -ipset=/.blog.foolsmountain.com/gfwlist -server=/.blog.fuckgfw233.org/127.0.0.1#5335 -ipset=/.blog.fuckgfw233.org/gfwlist -server=/.blog.google/127.0.0.1#5335 -ipset=/.blog.google/gfwlist -server=/.blog.inoreader.com/127.0.0.1#5335 -ipset=/.blog.inoreader.com/gfwlist -server=/.blog.jackjia.com/127.0.0.1#5335 -ipset=/.blog.jackjia.com/gfwlist -server=/.blog.jp/127.0.0.1#5335 -ipset=/.blog.jp/gfwlist -server=/.blog.kangye.org/127.0.0.1#5335 -ipset=/.blog.kangye.org/gfwlist -server=/.blog.lester850.info/127.0.0.1#5335 -ipset=/.blog.lester850.info/gfwlist -server=/.blog.martinoei.com/127.0.0.1#5335 -ipset=/.blog.martinoei.com/gfwlist -server=/.blog.pathtosharepoint.com/127.0.0.1#5335 -ipset=/.blog.pathtosharepoint.com/gfwlist -server=/.blog.pentalogic.net/127.0.0.1#5335 -ipset=/.blog.pentalogic.net/gfwlist -server=/.blog.sina.com.tw/127.0.0.1#5335 -ipset=/.blog.sina.com.tw/gfwlist -server=/.blog.sogoo.org/127.0.0.1#5335 -ipset=/.blog.sogoo.org/gfwlist -server=/.blog.soylent.com/127.0.0.1#5335 -ipset=/.blog.soylent.com/gfwlist -server=/.blog.taragana.com/127.0.0.1#5335 -ipset=/.blog.taragana.com/gfwlist -server=/.blog.tiney.com/127.0.0.1#5335 -ipset=/.blog.tiney.com/gfwlist -server=/.blog.workflow.is/127.0.0.1#5335 -ipset=/.blog.workflow.is/gfwlist -server=/.blog.xuite.net/127.0.0.1#5335 -ipset=/.blog.xuite.net/gfwlist -server=/.blog.youthwant.com.tw/127.0.0.1#5335 -ipset=/.blog.youthwant.com.tw/gfwlist -server=/.blogblog.com/127.0.0.1#5335 -ipset=/.blogblog.com/gfwlist -server=/.blogcatalog.com/127.0.0.1#5335 -ipset=/.blogcatalog.com/gfwlist -server=/.blogcity.me/127.0.0.1#5335 -ipset=/.blogcity.me/gfwlist -server=/.blogdns.org/127.0.0.1#5335 -ipset=/.blogdns.org/gfwlist -server=/.blogger.com/127.0.0.1#5335 -ipset=/.blogger.com/gfwlist -server=/.blogimg.jp/127.0.0.1#5335 -ipset=/.blogimg.jp/gfwlist -server=/.bloglines.com/127.0.0.1#5335 -ipset=/.bloglines.com/gfwlist -server=/.bloglovin.com/127.0.0.1#5335 -ipset=/.bloglovin.com/gfwlist -server=/.blogs.tampabay.com/127.0.0.1#5335 -ipset=/.blogs.tampabay.com/gfwlist -server=/.blogs.yahoo.co.jp/127.0.0.1#5335 -ipset=/.blogs.yahoo.co.jp/gfwlist -server=/.blogspot.com/127.0.0.1#5335 -ipset=/.blogspot.com/gfwlist -server=/.blogspot.hk/127.0.0.1#5335 -ipset=/.blogspot.hk/gfwlist -server=/.blogspot.jp/127.0.0.1#5335 -ipset=/.blogspot.jp/gfwlist -server=/.blogspot.tw/127.0.0.1#5335 -ipset=/.blogspot.tw/gfwlist -server=/.blogtd.net/127.0.0.1#5335 -ipset=/.blogtd.net/gfwlist -server=/.blogtd.org/127.0.0.1#5335 -ipset=/.blogtd.org/gfwlist -server=/.bloodshed.net/127.0.0.1#5335 -ipset=/.bloodshed.net/gfwlist -server=/.bloomberg.cn/127.0.0.1#5335 -ipset=/.bloomberg.cn/gfwlist -server=/.bloomberg.com/127.0.0.1#5335 -ipset=/.bloomberg.com/gfwlist -server=/.bloomberg.de/127.0.0.1#5335 -ipset=/.bloomberg.de/gfwlist -server=/.bloombergview.com/127.0.0.1#5335 -ipset=/.bloombergview.com/gfwlist -server=/.bloomfortune.com/127.0.0.1#5335 -ipset=/.bloomfortune.com/gfwlist -server=/.blueangellive.com/127.0.0.1#5335 -ipset=/.blueangellive.com/gfwlist -server=/.bmfinn.com/127.0.0.1#5335 -ipset=/.bmfinn.com/gfwlist -server=/.bnews.co/127.0.0.1#5335 -ipset=/.bnews.co/gfwlist -server=/.bnn.co/127.0.0.1#5335 -ipset=/.bnn.co/gfwlist -server=/.bnrmetal.com/127.0.0.1#5335 -ipset=/.bnrmetal.com/gfwlist -server=/.boardreader.com/127.0.0.1#5335 -ipset=/.boardreader.com/gfwlist -server=/.bod.asia/127.0.0.1#5335 -ipset=/.bod.asia/gfwlist -server=/.bodog88.com/127.0.0.1#5335 -ipset=/.bodog88.com/gfwlist -server=/.bolehvpn.net/127.0.0.1#5335 -ipset=/.bolehvpn.net/gfwlist -server=/.bolin.netfirms.com/127.0.0.1#5335 -ipset=/.bolin.netfirms.com/gfwlist -server=/.bonbonme.com/127.0.0.1#5335 -ipset=/.bonbonme.com/gfwlist -server=/.bonbonsex.com/127.0.0.1#5335 -ipset=/.bonbonsex.com/gfwlist -server=/.bonfoundation.org/127.0.0.1#5335 -ipset=/.bonfoundation.org/gfwlist -server=/.bongacams.com/127.0.0.1#5335 -ipset=/.bongacams.com/gfwlist -server=/.boobstagram.com/127.0.0.1#5335 -ipset=/.boobstagram.com/gfwlist -server=/.book.com.tw/127.0.0.1#5335 -ipset=/.book.com.tw/gfwlist -server=/.book.zi5.me/127.0.0.1#5335 -ipset=/.book.zi5.me/gfwlist -server=/.bookepub.com/127.0.0.1#5335 -ipset=/.bookepub.com/gfwlist -server=/.books.com.tw/127.0.0.1#5335 -ipset=/.books.com.tw/gfwlist -server=/.booktopia.com.au/127.0.0.1#5335 -ipset=/.booktopia.com.au/gfwlist -server=/.boomssr.com/127.0.0.1#5335 -ipset=/.boomssr.com/gfwlist -server=/.bot.nu/127.0.0.1#5335 -ipset=/.bot.nu/gfwlist -server=/.botanwang.com/127.0.0.1#5335 -ipset=/.botanwang.com/gfwlist -server=/.bowenpress.com/127.0.0.1#5335 -ipset=/.bowenpress.com/gfwlist -server=/.boxpn.com/127.0.0.1#5335 -ipset=/.boxpn.com/gfwlist -server=/.boxun.com/127.0.0.1#5335 -ipset=/.boxun.com/gfwlist -server=/.boxun.tv/127.0.0.1#5335 -ipset=/.boxun.tv/gfwlist -server=/.boxunblog.com/127.0.0.1#5335 -ipset=/.boxunblog.com/gfwlist -server=/.boxunclub.com/127.0.0.1#5335 -ipset=/.boxunclub.com/gfwlist -server=/.boyangu.com/127.0.0.1#5335 -ipset=/.boyangu.com/gfwlist -server=/.boyfriendtv.com/127.0.0.1#5335 -ipset=/.boyfriendtv.com/gfwlist -server=/.boysfood.com/127.0.0.1#5335 -ipset=/.boysfood.com/gfwlist -server=/.boysmaster.com/127.0.0.1#5335 -ipset=/.boysmaster.com/gfwlist -server=/.br.hao123.com/127.0.0.1#5335 -ipset=/.br.hao123.com/gfwlist -server=/.br.st/127.0.0.1#5335 -ipset=/.br.st/gfwlist -server=/.brandonhutchinson.com/127.0.0.1#5335 -ipset=/.brandonhutchinson.com/gfwlist -server=/.braumeister.org/127.0.0.1#5335 -ipset=/.braumeister.org/gfwlist -server=/.bravotube.net/127.0.0.1#5335 -ipset=/.bravotube.net/gfwlist -server=/.brazzers.com/127.0.0.1#5335 -ipset=/.brazzers.com/gfwlist -server=/.break.com/127.0.0.1#5335 -ipset=/.break.com/gfwlist -server=/.breakgfw.com/127.0.0.1#5335 -ipset=/.breakgfw.com/gfwlist -server=/.breaking911.com/127.0.0.1#5335 -ipset=/.breaking911.com/gfwlist -server=/.breakingtweets.com/127.0.0.1#5335 -ipset=/.breakingtweets.com/gfwlist -server=/.breakwall.net/127.0.0.1#5335 -ipset=/.breakwall.net/gfwlist -server=/.brizzly.com/127.0.0.1#5335 -ipset=/.brizzly.com/gfwlist -server=/.brkmd.com/127.0.0.1#5335 -ipset=/.brkmd.com/gfwlist -server=/.broadbook.com/127.0.0.1#5335 -ipset=/.broadbook.com/gfwlist -server=/.broadpressinc.com/127.0.0.1#5335 -ipset=/.broadpressinc.com/gfwlist -server=/.brucewang.net/127.0.0.1#5335 -ipset=/.brucewang.net/gfwlist -server=/.brutaltgp.com/127.0.0.1#5335 -ipset=/.brutaltgp.com/gfwlist -server=/.bt2mag.com/127.0.0.1#5335 -ipset=/.bt2mag.com/gfwlist -server=/.bt95.com/127.0.0.1#5335 -ipset=/.bt95.com/gfwlist -server=/.btaia.com/127.0.0.1#5335 -ipset=/.btaia.com/gfwlist -server=/.btbtav.com/127.0.0.1#5335 -ipset=/.btbtav.com/gfwlist -server=/.btc98.com/127.0.0.1#5335 -ipset=/.btc98.com/gfwlist -server=/.btcbank.bank/127.0.0.1#5335 -ipset=/.btcbank.bank/gfwlist -server=/.btctrade.im/127.0.0.1#5335 -ipset=/.btctrade.im/gfwlist -server=/.btdigg.org/127.0.0.1#5335 -ipset=/.btdigg.org/gfwlist -server=/.btku.me/127.0.0.1#5335 -ipset=/.btku.me/gfwlist -server=/.btku.org/127.0.0.1#5335 -ipset=/.btku.org/gfwlist -server=/.btspread.com/127.0.0.1#5335 -ipset=/.btspread.com/gfwlist -server=/.btsynckeys.com/127.0.0.1#5335 -ipset=/.btsynckeys.com/gfwlist -server=/.budaedu.org/127.0.0.1#5335 -ipset=/.budaedu.org/gfwlist -server=/.buddhistchannel.tv/127.0.0.1#5335 -ipset=/.buddhistchannel.tv/gfwlist -server=/.buffered.com/127.0.0.1#5335 -ipset=/.buffered.com/gfwlist -server=/.bullog.org/127.0.0.1#5335 -ipset=/.bullog.org/gfwlist -server=/.bullogger.com/127.0.0.1#5335 -ipset=/.bullogger.com/gfwlist -server=/.bunbunhk.com/127.0.0.1#5335 -ipset=/.bunbunhk.com/gfwlist -server=/.busayari.com/127.0.0.1#5335 -ipset=/.busayari.com/gfwlist -server=/.businessinsider.com/127.0.0.1#5335 -ipset=/.businessinsider.com/gfwlist -server=/.businesstoday.com.tw/127.0.0.1#5335 -ipset=/.businesstoday.com.tw/gfwlist -server=/.businessweek.com/127.0.0.1#5335 -ipset=/.businessweek.com/gfwlist -server=/.busytrade.com/127.0.0.1#5335 -ipset=/.busytrade.com/gfwlist -server=/.buugaa.com/127.0.0.1#5335 -ipset=/.buugaa.com/gfwlist -server=/.buzzhand.com/127.0.0.1#5335 -ipset=/.buzzhand.com/gfwlist -server=/.buzzhand.net/127.0.0.1#5335 -ipset=/.buzzhand.net/gfwlist -server=/.buzzorange.com/127.0.0.1#5335 -ipset=/.buzzorange.com/gfwlist -server=/.bvpn.com/127.0.0.1#5335 -ipset=/.bvpn.com/gfwlist -server=/.bwgyhw.com/127.0.0.1#5335 -ipset=/.bwgyhw.com/gfwlist -server=/.bwh1.net/127.0.0.1#5335 -ipset=/.bwh1.net/gfwlist -server=/.bwsj.hk/127.0.0.1#5335 -ipset=/.bwsj.hk/gfwlist -server=/.bx.in.th/127.0.0.1#5335 -ipset=/.bx.in.th/gfwlist -server=/.bx.tl/127.0.0.1#5335 -ipset=/.bx.tl/gfwlist -server=/.bynet.co.il/127.0.0.1#5335 -ipset=/.bynet.co.il/gfwlist -server=/.c-est-simple.com/127.0.0.1#5335 -ipset=/.c-est-simple.com/gfwlist -server=/.c-spanvideo.org/127.0.0.1#5335 -ipset=/.c-spanvideo.org/gfwlist -server=/.c100tibet.org/127.0.0.1#5335 -ipset=/.c100tibet.org/gfwlist -server=/.c1522.mooo.com/127.0.0.1#5335 -ipset=/.c1522.mooo.com/gfwlist -server=/.c2cx.com/127.0.0.1#5335 -ipset=/.c2cx.com/gfwlist -server=/.cablegatesearch.net/127.0.0.1#5335 -ipset=/.cablegatesearch.net/gfwlist -server=/.cachinese.com/127.0.0.1#5335 -ipset=/.cachinese.com/gfwlist -server=/.cacnw.com/127.0.0.1#5335 -ipset=/.cacnw.com/gfwlist -server=/.cactusvpn.com/127.0.0.1#5335 -ipset=/.cactusvpn.com/gfwlist -server=/.cafepress.com/127.0.0.1#5335 -ipset=/.cafepress.com/gfwlist -server=/.cahr.org.tw/127.0.0.1#5335 -ipset=/.cahr.org.tw/gfwlist -server=/.calebelston.com/127.0.0.1#5335 -ipset=/.calebelston.com/gfwlist -server=/.calgarychinese.ca/127.0.0.1#5335 -ipset=/.calgarychinese.ca/gfwlist -server=/.calgarychinese.com/127.0.0.1#5335 -ipset=/.calgarychinese.com/gfwlist -server=/.calgarychinese.net/127.0.0.1#5335 -ipset=/.calgarychinese.net/gfwlist -server=/.cam4.com/127.0.0.1#5335 -ipset=/.cam4.com/gfwlist -server=/.cam4.jp/127.0.0.1#5335 -ipset=/.cam4.jp/gfwlist -server=/.cam4.sg/127.0.0.1#5335 -ipset=/.cam4.sg/gfwlist -server=/.camfrog.com/127.0.0.1#5335 -ipset=/.camfrog.com/gfwlist -server=/.cams.com/127.0.0.1#5335 -ipset=/.cams.com/gfwlist -server=/.cams.org.sg/127.0.0.1#5335 -ipset=/.cams.org.sg/gfwlist -server=/.canadameet.com/127.0.0.1#5335 -ipset=/.canadameet.com/gfwlist -server=/.canalporno.com/127.0.0.1#5335 -ipset=/.canalporno.com/gfwlist -server=/.canyu.org/127.0.0.1#5335 -ipset=/.canyu.org/gfwlist -server=/.cao.im/127.0.0.1#5335 -ipset=/.cao.im/gfwlist -server=/.caobian.info/127.0.0.1#5335 -ipset=/.caobian.info/gfwlist -server=/.caochangqing.com/127.0.0.1#5335 -ipset=/.caochangqing.com/gfwlist -server=/.cap.org.hk/127.0.0.1#5335 -ipset=/.cap.org.hk/gfwlist -server=/.carabinasypistolas.com/127.0.0.1#5335 -ipset=/.carabinasypistolas.com/gfwlist -server=/.cardinalkungfoundation.org/127.0.0.1#5335 -ipset=/.cardinalkungfoundation.org/gfwlist -server=/.carfax.com/127.0.0.1#5335 -ipset=/.carfax.com/gfwlist -server=/.cari.com.my/127.0.0.1#5335 -ipset=/.cari.com.my/gfwlist -server=/.caribbeancom.com/127.0.0.1#5335 -ipset=/.caribbeancom.com/gfwlist -server=/.carmotorshow.com/127.0.0.1#5335 -ipset=/.carmotorshow.com/gfwlist -server=/.cartoonmovement.com/127.0.0.1#5335 -ipset=/.cartoonmovement.com/gfwlist -server=/.casadeltibetbcn.org/127.0.0.1#5335 -ipset=/.casadeltibetbcn.org/gfwlist -server=/.casatibet.org.mx/127.0.0.1#5335 -ipset=/.casatibet.org.mx/gfwlist -server=/.casino.williamhill.com/127.0.0.1#5335 -ipset=/.casino.williamhill.com/gfwlist -server=/.casinobellini.com/127.0.0.1#5335 -ipset=/.casinobellini.com/gfwlist -server=/.casinoking.com/127.0.0.1#5335 -ipset=/.casinoking.com/gfwlist -server=/.casinoriva.com/127.0.0.1#5335 -ipset=/.casinoriva.com/gfwlist -server=/.castbox.fm/127.0.0.1#5335 -ipset=/.castbox.fm/gfwlist -server=/.catch22.net/127.0.0.1#5335 -ipset=/.catch22.net/gfwlist -server=/.catchgod.com/127.0.0.1#5335 -ipset=/.catchgod.com/gfwlist -server=/.catfightpayperview.xxx/127.0.0.1#5335 -ipset=/.catfightpayperview.xxx/gfwlist -server=/.catholic.org.hk/127.0.0.1#5335 -ipset=/.catholic.org.hk/gfwlist -server=/.catholic.org.tw/127.0.0.1#5335 -ipset=/.catholic.org.tw/gfwlist -server=/.cathvoice.org.tw/127.0.0.1#5335 -ipset=/.cathvoice.org.tw/gfwlist -server=/.cattt.com/127.0.0.1#5335 -ipset=/.cattt.com/gfwlist -server=/.cbc.ca/127.0.0.1#5335 -ipset=/.cbc.ca/gfwlist -server=/.cbs.ntu.edu.tw/127.0.0.1#5335 -ipset=/.cbs.ntu.edu.tw/gfwlist -server=/.cbtc.org.hk/127.0.0.1#5335 -ipset=/.cbtc.org.hk/gfwlist -server=/.cccat.cc/127.0.0.1#5335 -ipset=/.cccat.cc/gfwlist -server=/.cccat.co/127.0.0.1#5335 -ipset=/.cccat.co/gfwlist -server=/.ccdtr.org/127.0.0.1#5335 -ipset=/.ccdtr.org/gfwlist -server=/.cchere.com/127.0.0.1#5335 -ipset=/.cchere.com/gfwlist -server=/.ccim.org/127.0.0.1#5335 -ipset=/.ccim.org/gfwlist -server=/.cclife.ca/127.0.0.1#5335 -ipset=/.cclife.ca/gfwlist -server=/.cclife.org/127.0.0.1#5335 -ipset=/.cclife.org/gfwlist -server=/.cclifefl.org/127.0.0.1#5335 -ipset=/.cclifefl.org/gfwlist -server=/.ccthere.com/127.0.0.1#5335 -ipset=/.ccthere.com/gfwlist -server=/.ccthere.net/127.0.0.1#5335 -ipset=/.ccthere.net/gfwlist -server=/.cctmweb.net/127.0.0.1#5335 -ipset=/.cctmweb.net/gfwlist -server=/.ccue.ca/127.0.0.1#5335 -ipset=/.ccue.ca/gfwlist -server=/.ccue.com/127.0.0.1#5335 -ipset=/.ccue.com/gfwlist -server=/.ccvoice.ca/127.0.0.1#5335 -ipset=/.ccvoice.ca/gfwlist -server=/.ccw.org.tw/127.0.0.1#5335 -ipset=/.ccw.org.tw/gfwlist -server=/.cdbook.org/127.0.0.1#5335 -ipset=/.cdbook.org/gfwlist -server=/.cdcparty.com/127.0.0.1#5335 -ipset=/.cdcparty.com/gfwlist -server=/.cdef.org/127.0.0.1#5335 -ipset=/.cdef.org/gfwlist -server=/.cdig.info/127.0.0.1#5335 -ipset=/.cdig.info/gfwlist -server=/.cdjp.org/127.0.0.1#5335 -ipset=/.cdjp.org/gfwlist -server=/.cdn-images.mailchimp.com/127.0.0.1#5335 -ipset=/.cdn-images.mailchimp.com/gfwlist -server=/.cdn.assets.lfpcontent.com/127.0.0.1#5335 -ipset=/.cdn.assets.lfpcontent.com/gfwlist -server=/.cdn.helixstudios.net/127.0.0.1#5335 -ipset=/.cdn.helixstudios.net/gfwlist -server=/.cdn.printfriendly.com/127.0.0.1#5335 -ipset=/.cdn.printfriendly.com/gfwlist -server=/.cdn.seatguru.com/127.0.0.1#5335 -ipset=/.cdn.seatguru.com/gfwlist -server=/.cdn.softlayer.net/127.0.0.1#5335 -ipset=/.cdn.softlayer.net/gfwlist -server=/.cdn1.lp.saboom.com/127.0.0.1#5335 -ipset=/.cdn1.lp.saboom.com/gfwlist -server=/.cdnews.com.tw/127.0.0.1#5335 -ipset=/.cdnews.com.tw/gfwlist -server=/.cdninstagram.com/127.0.0.1#5335 -ipset=/.cdninstagram.com/gfwlist -server=/.cdp1989.org/127.0.0.1#5335 -ipset=/.cdp1989.org/gfwlist -server=/.cdp1998.org/127.0.0.1#5335 -ipset=/.cdp1998.org/gfwlist -server=/.cdp2006.org/127.0.0.1#5335 -ipset=/.cdp2006.org/gfwlist -server=/.cdpa.url.tw/127.0.0.1#5335 -ipset=/.cdpa.url.tw/gfwlist -server=/.cdpeu.org/127.0.0.1#5335 -ipset=/.cdpeu.org/gfwlist -server=/.cdpusa.org/127.0.0.1#5335 -ipset=/.cdpusa.org/gfwlist -server=/.cdpweb.org/127.0.0.1#5335 -ipset=/.cdpweb.org/gfwlist -server=/.cdpwu.org/127.0.0.1#5335 -ipset=/.cdpwu.org/gfwlist -server=/.cdw.com/127.0.0.1#5335 -ipset=/.cdw.com/gfwlist -server=/.cecc.gov/127.0.0.1#5335 -ipset=/.cecc.gov/gfwlist -server=/.cellulo.info/127.0.0.1#5335 -ipset=/.cellulo.info/gfwlist -server=/.cenews.eu/127.0.0.1#5335 -ipset=/.cenews.eu/gfwlist -server=/.centauro.com.br/127.0.0.1#5335 -ipset=/.centauro.com.br/gfwlist -server=/.centerforhumanreprod.com/127.0.0.1#5335 -ipset=/.centerforhumanreprod.com/gfwlist -server=/.centralnation.com/127.0.0.1#5335 -ipset=/.centralnation.com/gfwlist -server=/.centurys.net/127.0.0.1#5335 -ipset=/.centurys.net/gfwlist -server=/.certificate-transparency.org/127.0.0.1#5335 -ipset=/.certificate-transparency.org/gfwlist -server=/.certificate.revocationcheck.com/127.0.0.1#5335 -ipset=/.certificate.revocationcheck.com/gfwlist -server=/.cfhks.org.hk/127.0.0.1#5335 -ipset=/.cfhks.org.hk/gfwlist -server=/.cfos.de/127.0.0.1#5335 -ipset=/.cfos.de/gfwlist -server=/.cftfc.com/127.0.0.1#5335 -ipset=/.cftfc.com/gfwlist -server=/.cgdepot.org/127.0.0.1#5335 -ipset=/.cgdepot.org/gfwlist -server=/.cgst.edu/127.0.0.1#5335 -ipset=/.cgst.edu/gfwlist -server=/.ch.shvoong.com/127.0.0.1#5335 -ipset=/.ch.shvoong.com/gfwlist -server=/.change.org/127.0.0.1#5335 -ipset=/.change.org/gfwlist -server=/.changeip.name/127.0.0.1#5335 -ipset=/.changeip.name/gfwlist -server=/.changeip.net/127.0.0.1#5335 -ipset=/.changeip.net/gfwlist -server=/.changeip.org/127.0.0.1#5335 -ipset=/.changeip.org/gfwlist -server=/.changp.com/127.0.0.1#5335 -ipset=/.changp.com/gfwlist -server=/.changsa.net/127.0.0.1#5335 -ipset=/.changsa.net/gfwlist -server=/.chaoex.com/127.0.0.1#5335 -ipset=/.chaoex.com/gfwlist -server=/.chapm25.com/127.0.0.1#5335 -ipset=/.chapm25.com/gfwlist -server=/.chatnook.com/127.0.0.1#5335 -ipset=/.chatnook.com/gfwlist -server=/.chaturbate.com/127.0.0.1#5335 -ipset=/.chaturbate.com/gfwlist -server=/.chengmingmag.com/127.0.0.1#5335 -ipset=/.chengmingmag.com/gfwlist -server=/.chenguangcheng.com/127.0.0.1#5335 -ipset=/.chenguangcheng.com/gfwlist -server=/.chenpokong.com/127.0.0.1#5335 -ipset=/.chenpokong.com/gfwlist -server=/.chenpokong.net/127.0.0.1#5335 -ipset=/.chenpokong.net/gfwlist -server=/.chenshan20042005.wordpress.com/127.0.0.1#5335 -ipset=/.chenshan20042005.wordpress.com/gfwlist -server=/.cherrysave.com/127.0.0.1#5335 -ipset=/.cherrysave.com/gfwlist -server=/.chhongbi.org/127.0.0.1#5335 -ipset=/.chhongbi.org/gfwlist -server=/.chicagoncmtv.com/127.0.0.1#5335 -ipset=/.chicagoncmtv.com/gfwlist -server=/.china-mmm.jp.net/127.0.0.1#5335 -ipset=/.china-mmm.jp.net/gfwlist -server=/.china-mmm.net/127.0.0.1#5335 -ipset=/.china-mmm.net/gfwlist -server=/.china-mmm.sa.com/127.0.0.1#5335 -ipset=/.china-mmm.sa.com/gfwlist -server=/.china-review.com.ua/127.0.0.1#5335 -ipset=/.china-review.com.ua/gfwlist -server=/.china-week.com/127.0.0.1#5335 -ipset=/.china-week.com/gfwlist -server=/.china.hket.com/127.0.0.1#5335 -ipset=/.china.hket.com/gfwlist -server=/.china101.com/127.0.0.1#5335 -ipset=/.china101.com/gfwlist -server=/.china18.org/127.0.0.1#5335 -ipset=/.china18.org/gfwlist -server=/.china21.com/127.0.0.1#5335 -ipset=/.china21.com/gfwlist -server=/.china21.org/127.0.0.1#5335 -ipset=/.china21.org/gfwlist -server=/.china5000.us/127.0.0.1#5335 -ipset=/.china5000.us/gfwlist -server=/.chinaaffairs.org/127.0.0.1#5335 -ipset=/.chinaaffairs.org/gfwlist -server=/.chinaaid.me/127.0.0.1#5335 -ipset=/.chinaaid.me/gfwlist -server=/.chinaaid.net/127.0.0.1#5335 -ipset=/.chinaaid.net/gfwlist -server=/.chinaaid.org/127.0.0.1#5335 -ipset=/.chinaaid.org/gfwlist -server=/.chinaaid.us/127.0.0.1#5335 -ipset=/.chinaaid.us/gfwlist -server=/.chinachange.org/127.0.0.1#5335 -ipset=/.chinachange.org/gfwlist -server=/.chinachannel.hk/127.0.0.1#5335 -ipset=/.chinachannel.hk/gfwlist -server=/.chinacitynews.be/127.0.0.1#5335 -ipset=/.chinacitynews.be/gfwlist -server=/.chinacomments.org/127.0.0.1#5335 -ipset=/.chinacomments.org/gfwlist -server=/.chinadialogue.net/127.0.0.1#5335 -ipset=/.chinadialogue.net/gfwlist -server=/.chinadigitaltimes.net/127.0.0.1#5335 -ipset=/.chinadigitaltimes.net/gfwlist -server=/.chinaelections.org/127.0.0.1#5335 -ipset=/.chinaelections.org/gfwlist -server=/.chinaeweekly.com/127.0.0.1#5335 -ipset=/.chinaeweekly.com/gfwlist -server=/.chinafreepress.org/127.0.0.1#5335 -ipset=/.chinafreepress.org/gfwlist -server=/.chinagate.com/127.0.0.1#5335 -ipset=/.chinagate.com/gfwlist -server=/.chinageeks.org/127.0.0.1#5335 -ipset=/.chinageeks.org/gfwlist -server=/.chinagfw.org/127.0.0.1#5335 -ipset=/.chinagfw.org/gfwlist -server=/.chinagonet.com/127.0.0.1#5335 -ipset=/.chinagonet.com/gfwlist -server=/.chinagreenparty.org/127.0.0.1#5335 -ipset=/.chinagreenparty.org/gfwlist -server=/.chinahorizon.org/127.0.0.1#5335 -ipset=/.chinahorizon.org/gfwlist -server=/.chinahush.com/127.0.0.1#5335 -ipset=/.chinahush.com/gfwlist -server=/.chinainperspective.com/127.0.0.1#5335 -ipset=/.chinainperspective.com/gfwlist -server=/.chinainterimgov.org/127.0.0.1#5335 -ipset=/.chinainterimgov.org/gfwlist -server=/.chinalaborwatch.org/127.0.0.1#5335 -ipset=/.chinalaborwatch.org/gfwlist -server=/.chinalawandpolicy.com/127.0.0.1#5335 -ipset=/.chinalawandpolicy.com/gfwlist -server=/.chinalawtranslate.com/127.0.0.1#5335 -ipset=/.chinalawtranslate.com/gfwlist -server=/.chinamule.com/127.0.0.1#5335 -ipset=/.chinamule.com/gfwlist -server=/.chinamz.org/127.0.0.1#5335 -ipset=/.chinamz.org/gfwlist -server=/.chinanewscenter.com/127.0.0.1#5335 -ipset=/.chinanewscenter.com/gfwlist -server=/.chinapress.com.my/127.0.0.1#5335 -ipset=/.chinapress.com.my/gfwlist -server=/.chinarightsia.org/127.0.0.1#5335 -ipset=/.chinarightsia.org/gfwlist -server=/.chinasocialdemocraticparty.com/127.0.0.1#5335 -ipset=/.chinasocialdemocraticparty.com/gfwlist -server=/.chinasoul.org/127.0.0.1#5335 -ipset=/.chinasoul.org/gfwlist -server=/.chinasucks.net/127.0.0.1#5335 -ipset=/.chinasucks.net/gfwlist -server=/.chinatimes.com/127.0.0.1#5335 -ipset=/.chinatimes.com/gfwlist -server=/.chinatopsex.com/127.0.0.1#5335 -ipset=/.chinatopsex.com/gfwlist -server=/.chinatown.com.au/127.0.0.1#5335 -ipset=/.chinatown.com.au/gfwlist -server=/.chinatweeps.com/127.0.0.1#5335 -ipset=/.chinatweeps.com/gfwlist -server=/.chinaview.wordpress.com/127.0.0.1#5335 -ipset=/.chinaview.wordpress.com/gfwlist -server=/.chinaway.org/127.0.0.1#5335 -ipset=/.chinaway.org/gfwlist -server=/.chinaworker.info/127.0.0.1#5335 -ipset=/.chinaworker.info/gfwlist -server=/.chinayouth.org.hk/127.0.0.1#5335 -ipset=/.chinayouth.org.hk/gfwlist -server=/.chinayuanmin.org/127.0.0.1#5335 -ipset=/.chinayuanmin.org/gfwlist -server=/.chinese-hermit.net/127.0.0.1#5335 -ipset=/.chinese-hermit.net/gfwlist -server=/.chinese-leaders.org/127.0.0.1#5335 -ipset=/.chinese-leaders.org/gfwlist -server=/.chinese-memorial.org/127.0.0.1#5335 -ipset=/.chinese-memorial.org/gfwlist -server=/.chinese.donga.com/127.0.0.1#5335 -ipset=/.chinese.donga.com/gfwlist -server=/.chinese.engadget.com/127.0.0.1#5335 -ipset=/.chinese.engadget.com/gfwlist -server=/.chinese.irib.ir/127.0.0.1#5335 -ipset=/.chinese.irib.ir/gfwlist -server=/.chinese.soifind.com/127.0.0.1#5335 -ipset=/.chinese.soifind.com/gfwlist -server=/.chinesedaily.com/127.0.0.1#5335 -ipset=/.chinesedaily.com/gfwlist -server=/.chinesedailynews.com/127.0.0.1#5335 -ipset=/.chinesedailynews.com/gfwlist -server=/.chinesedemocracy.com/127.0.0.1#5335 -ipset=/.chinesedemocracy.com/gfwlist -server=/.chinesegay.org/127.0.0.1#5335 -ipset=/.chinesegay.org/gfwlist -server=/.chinesen.de/127.0.0.1#5335 -ipset=/.chinesen.de/gfwlist -server=/.chinesepen.org/127.0.0.1#5335 -ipset=/.chinesepen.org/gfwlist -server=/.chineseupress.com/127.0.0.1#5335 -ipset=/.chineseupress.com/gfwlist -server=/.chingcheong.com/127.0.0.1#5335 -ipset=/.chingcheong.com/gfwlist -server=/.chinman.net/127.0.0.1#5335 -ipset=/.chinman.net/gfwlist -server=/.chithu.org/127.0.0.1#5335 -ipset=/.chithu.org/gfwlist -server=/.chn.chosun.com/127.0.0.1#5335 -ipset=/.chn.chosun.com/gfwlist -server=/.chobit.cc/127.0.0.1#5335 -ipset=/.chobit.cc/gfwlist -server=/.chrdnet.com/127.0.0.1#5335 -ipset=/.chrdnet.com/gfwlist -server=/.christianfreedom.org/127.0.0.1#5335 -ipset=/.christianfreedom.org/gfwlist -server=/.christianstudy.com/127.0.0.1#5335 -ipset=/.christianstudy.com/gfwlist -server=/.christiantimes.org.hk/127.0.0.1#5335 -ipset=/.christiantimes.org.hk/gfwlist -server=/.chrlawyers.hk/127.0.0.1#5335 -ipset=/.chrlawyers.hk/gfwlist -server=/.chrome.com/127.0.0.1#5335 -ipset=/.chrome.com/gfwlist -server=/.chromecast.com/127.0.0.1#5335 -ipset=/.chromecast.com/gfwlist -server=/.chromeexperiments.com/127.0.0.1#5335 -ipset=/.chromeexperiments.com/gfwlist -server=/.chromercise.com/127.0.0.1#5335 -ipset=/.chromercise.com/gfwlist -server=/.chromestatus.com/127.0.0.1#5335 -ipset=/.chromestatus.com/gfwlist -server=/.chromium.org/127.0.0.1#5335 -ipset=/.chromium.org/gfwlist -server=/.chuang-yen.org/127.0.0.1#5335 -ipset=/.chuang-yen.org/gfwlist -server=/.chubold.com/127.0.0.1#5335 -ipset=/.chubold.com/gfwlist -server=/.chubun.com/127.0.0.1#5335 -ipset=/.chubun.com/gfwlist -server=/.chuizi.net/127.0.0.1#5335 -ipset=/.chuizi.net/gfwlist -server=/.chushigangdrug.ch/127.0.0.1#5335 -ipset=/.chushigangdrug.ch/gfwlist -server=/.cienen.com/127.0.0.1#5335 -ipset=/.cienen.com/gfwlist -server=/.cineastentreff.de/127.0.0.1#5335 -ipset=/.cineastentreff.de/gfwlist -server=/.cipfg.org/127.0.0.1#5335 -ipset=/.cipfg.org/gfwlist -server=/.circlethebayfortibet.org/127.0.0.1#5335 -ipset=/.circlethebayfortibet.org/gfwlist -server=/.cirosantilli.com/127.0.0.1#5335 -ipset=/.cirosantilli.com/gfwlist -server=/.citizencn.com/127.0.0.1#5335 -ipset=/.citizencn.com/gfwlist -server=/.citizenlab.org/127.0.0.1#5335 -ipset=/.citizenlab.org/gfwlist -server=/.citizenscommission.hk/127.0.0.1#5335 -ipset=/.citizenscommission.hk/gfwlist -server=/.citizensradio.org/127.0.0.1#5335 -ipset=/.citizensradio.org/gfwlist -server=/.city365.ca/127.0.0.1#5335 -ipset=/.city365.ca/gfwlist -server=/.city9x.com/127.0.0.1#5335 -ipset=/.city9x.com/gfwlist -server=/.citypopulation.de/127.0.0.1#5335 -ipset=/.citypopulation.de/gfwlist -server=/.civicparty.hk/127.0.0.1#5335 -ipset=/.civicparty.hk/gfwlist -server=/.civildisobediencemovement.org/127.0.0.1#5335 -ipset=/.civildisobediencemovement.org/gfwlist -server=/.civilhrfront.org/127.0.0.1#5335 -ipset=/.civilhrfront.org/gfwlist -server=/.civiliangunner.com/127.0.0.1#5335 -ipset=/.civiliangunner.com/gfwlist -server=/.civilmedia.tw/127.0.0.1#5335 -ipset=/.civilmedia.tw/gfwlist -server=/.ck101.com/127.0.0.1#5335 -ipset=/.ck101.com/gfwlist -server=/.cl.d0z.net/127.0.0.1#5335 -ipset=/.cl.d0z.net/gfwlist -server=/.classicalguitarblog.net/127.0.0.1#5335 -ipset=/.classicalguitarblog.net/gfwlist -server=/.clb.org.hk/127.0.0.1#5335 -ipset=/.clb.org.hk/gfwlist -server=/.cldr.unicode.org/127.0.0.1#5335 -ipset=/.cldr.unicode.org/gfwlist -server=/.cleansite.biz/127.0.0.1#5335 -ipset=/.cleansite.biz/gfwlist -server=/.cleansite.info/127.0.0.1#5335 -ipset=/.cleansite.info/gfwlist -server=/.cleansite.us/127.0.0.1#5335 -ipset=/.cleansite.us/gfwlist -server=/.clearharmony.net/127.0.0.1#5335 -ipset=/.clearharmony.net/gfwlist -server=/.clearsurance.com/127.0.0.1#5335 -ipset=/.clearsurance.com/gfwlist -server=/.clearwisdom.net/127.0.0.1#5335 -ipset=/.clearwisdom.net/gfwlist -server=/.clementine-player.org/127.0.0.1#5335 -ipset=/.clementine-player.org/gfwlist -server=/.cling.omy.sg/127.0.0.1#5335 -ipset=/.cling.omy.sg/gfwlist -server=/.clinica-tibet.ru/127.0.0.1#5335 -ipset=/.clinica-tibet.ru/gfwlist -server=/.clipfish.de/127.0.0.1#5335 -ipset=/.clipfish.de/gfwlist -server=/.cloakpoint.com/127.0.0.1#5335 -ipset=/.cloakpoint.com/gfwlist -server=/.cloud.feedly.com/127.0.0.1#5335 -ipset=/.cloud.feedly.com/gfwlist -server=/.cloud.mail.ru/127.0.0.1#5335 -ipset=/.cloud.mail.ru/gfwlist -server=/.club1069.com/127.0.0.1#5335 -ipset=/.club1069.com/gfwlist -server=/.clyp.it/127.0.0.1#5335 -ipset=/.clyp.it/gfwlist -server=/.cmcn.org/127.0.0.1#5335 -ipset=/.cmcn.org/gfwlist -server=/.cmi.org.tw/127.0.0.1#5335 -ipset=/.cmi.org.tw/gfwlist -server=/.cmp.hku.hk/127.0.0.1#5335 -ipset=/.cmp.hku.hk/gfwlist -server=/.cms.gov/127.0.0.1#5335 -ipset=/.cms.gov/gfwlist -server=/.cmule.com/127.0.0.1#5335 -ipset=/.cmule.com/gfwlist -server=/.cmule.org/127.0.0.1#5335 -ipset=/.cmule.org/gfwlist -server=/.cmx.im/127.0.0.1#5335 -ipset=/.cmx.im/gfwlist -server=/.cn-proxy.com/127.0.0.1#5335 -ipset=/.cn-proxy.com/gfwlist -server=/.cn.calameo.com/127.0.0.1#5335 -ipset=/.cn.calameo.com/gfwlist -server=/.cn.dayabook.com/127.0.0.1#5335 -ipset=/.cn.dayabook.com/gfwlist -server=/.cn.fmnnow.com/127.0.0.1#5335 -ipset=/.cn.fmnnow.com/gfwlist -server=/.cn.freeones.com/127.0.0.1#5335 -ipset=/.cn.freeones.com/gfwlist -server=/.cn.ibtimes.com/127.0.0.1#5335 -ipset=/.cn.ibtimes.com/gfwlist -server=/.cn.nytstyle.com/127.0.0.1#5335 -ipset=/.cn.nytstyle.com/gfwlist -server=/.cn.sandscotaicentral.com/127.0.0.1#5335 -ipset=/.cn.sandscotaicentral.com/gfwlist -server=/.cn.shafaqna.com/127.0.0.1#5335 -ipset=/.cn.shafaqna.com/gfwlist -server=/.cn.thegay.com/127.0.0.1#5335 -ipset=/.cn.thegay.com/gfwlist -server=/.cn.uncyclopedia.wikia.com/127.0.0.1#5335 -ipset=/.cn.uncyclopedia.wikia.com/gfwlist -server=/.cn.uptodown.com/127.0.0.1#5335 -ipset=/.cn.uptodown.com/gfwlist -server=/.cn.voa.mobi/127.0.0.1#5335 -ipset=/.cn.voa.mobi/gfwlist -server=/.cn2.streetvoice.com/127.0.0.1#5335 -ipset=/.cn2.streetvoice.com/gfwlist -server=/.cn6.eu/127.0.0.1#5335 -ipset=/.cn6.eu/gfwlist -server=/.cna.com.tw/127.0.0.1#5335 -ipset=/.cna.com.tw/gfwlist -server=/.cnabc.com/127.0.0.1#5335 -ipset=/.cnabc.com/gfwlist -server=/.cnbbnews.wordpress.com/127.0.0.1#5335 -ipset=/.cnbbnews.wordpress.com/gfwlist -server=/.cnd.org/127.0.0.1#5335 -ipset=/.cnd.org/gfwlist -server=/.cnex.org.cn/127.0.0.1#5335 -ipset=/.cnex.org.cn/gfwlist -server=/.cnineu.com/127.0.0.1#5335 -ipset=/.cnineu.com/gfwlist -server=/.cnpolitics.org/127.0.0.1#5335 -ipset=/.cnpolitics.org/gfwlist -server=/.cnproxy.com/127.0.0.1#5335 -ipset=/.cnproxy.com/gfwlist -server=/.co.ng.mil/127.0.0.1#5335 -ipset=/.co.ng.mil/gfwlist -server=/.coat.co.jp/127.0.0.1#5335 -ipset=/.coat.co.jp/gfwlist -server=/.cobinhood.com/127.0.0.1#5335 -ipset=/.cobinhood.com/gfwlist -server=/.cochina.co/127.0.0.1#5335 -ipset=/.cochina.co/gfwlist -server=/.cochina.org/127.0.0.1#5335 -ipset=/.cochina.org/gfwlist -server=/.codeshare.io/127.0.0.1#5335 -ipset=/.codeshare.io/gfwlist -server=/.codeskulptor.org/127.0.0.1#5335 -ipset=/.codeskulptor.org/gfwlist -server=/.coin2co.in/127.0.0.1#5335 -ipset=/.coin2co.in/gfwlist -server=/.coinbene.com/127.0.0.1#5335 -ipset=/.coinbene.com/gfwlist -server=/.coinegg.com/127.0.0.1#5335 -ipset=/.coinegg.com/gfwlist -server=/.coinex.com/127.0.0.1#5335 -ipset=/.coinex.com/gfwlist -server=/.coingi.com/127.0.0.1#5335 -ipset=/.coingi.com/gfwlist -server=/.coinrail.co.kr/127.0.0.1#5335 -ipset=/.coinrail.co.kr/gfwlist -server=/.cointiger.com/127.0.0.1#5335 -ipset=/.cointiger.com/gfwlist -server=/.cointobe.com/127.0.0.1#5335 -ipset=/.cointobe.com/gfwlist -server=/.coinut.com/127.0.0.1#5335 -ipset=/.coinut.com/gfwlist -server=/.collateralmurder.com/127.0.0.1#5335 -ipset=/.collateralmurder.com/gfwlist -server=/.collateralmurder.org/127.0.0.1#5335 -ipset=/.collateralmurder.org/gfwlist -server=/.com.google/127.0.0.1#5335 -ipset=/.com.google/gfwlist -server=/.comefromchina.com/127.0.0.1#5335 -ipset=/.comefromchina.com/gfwlist -server=/.comic-mega.me/127.0.0.1#5335 -ipset=/.comic-mega.me/gfwlist -server=/.commandarms.com/127.0.0.1#5335 -ipset=/.commandarms.com/gfwlist -server=/.commentshk.com/127.0.0.1#5335 -ipset=/.commentshk.com/gfwlist -server=/.communistcrimes.org/127.0.0.1#5335 -ipset=/.communistcrimes.org/gfwlist -server=/.community.windy.com/127.0.0.1#5335 -ipset=/.community.windy.com/gfwlist -server=/.communitychoicecu.com/127.0.0.1#5335 -ipset=/.communitychoicecu.com/gfwlist -server=/.compileheart.com/127.0.0.1#5335 -ipset=/.compileheart.com/gfwlist -server=/.compress.to/127.0.0.1#5335 -ipset=/.compress.to/gfwlist -server=/.connect.facebook.net/127.0.0.1#5335 -ipset=/.connect.facebook.net/gfwlist -server=/.conoha.jp/127.0.0.1#5335 -ipset=/.conoha.jp/gfwlist -server=/.contactmagazine.net/127.0.0.1#5335 -ipset=/.contactmagazine.net/gfwlist -server=/.contests.twilio.com/127.0.0.1#5335 -ipset=/.contests.twilio.com/gfwlist -server=/.convio.net/127.0.0.1#5335 -ipset=/.convio.net/gfwlist -server=/.coobay.com/127.0.0.1#5335 -ipset=/.coobay.com/gfwlist -server=/.coolaler.com/127.0.0.1#5335 -ipset=/.coolaler.com/gfwlist -server=/.coolder.com/127.0.0.1#5335 -ipset=/.coolder.com/gfwlist -server=/.coolloud.org.tw/127.0.0.1#5335 -ipset=/.coolloud.org.tw/gfwlist -server=/.coolncute.com/127.0.0.1#5335 -ipset=/.coolncute.com/gfwlist -server=/.coolstuffinc.com/127.0.0.1#5335 -ipset=/.coolstuffinc.com/gfwlist -server=/.corumcollege.com/127.0.0.1#5335 -ipset=/.corumcollege.com/gfwlist -server=/.cos-moe.com/127.0.0.1#5335 -ipset=/.cos-moe.com/gfwlist -server=/.cosmic.monar.ch/127.0.0.1#5335 -ipset=/.cosmic.monar.ch/gfwlist -server=/.cosplayjav.pl/127.0.0.1#5335 -ipset=/.cosplayjav.pl/gfwlist -server=/.costco.com/127.0.0.1#5335 -ipset=/.costco.com/gfwlist -server=/.cotweet.com/127.0.0.1#5335 -ipset=/.cotweet.com/gfwlist -server=/.counter.social/127.0.0.1#5335 -ipset=/.counter.social/gfwlist -server=/.coursehero.com/127.0.0.1#5335 -ipset=/.coursehero.com/gfwlist -server=/.cpj.org/127.0.0.1#5335 -ipset=/.cpj.org/gfwlist -server=/.cq99.us/127.0.0.1#5335 -ipset=/.cq99.us/gfwlist -server=/.crackle.com/127.0.0.1#5335 -ipset=/.crackle.com/gfwlist -server=/.crazys.cc/127.0.0.1#5335 -ipset=/.crazys.cc/gfwlist -server=/.crazyshit.com/127.0.0.1#5335 -ipset=/.crazyshit.com/gfwlist -server=/.crbug.com/127.0.0.1#5335 -ipset=/.crbug.com/gfwlist -server=/.crchina.org/127.0.0.1#5335 -ipset=/.crchina.org/gfwlist -server=/.crd-net.org/127.0.0.1#5335 -ipset=/.crd-net.org/gfwlist -server=/.creaders.net/127.0.0.1#5335 -ipset=/.creaders.net/gfwlist -server=/.creadersnet.com/127.0.0.1#5335 -ipset=/.creadersnet.com/gfwlist -server=/.creativelab5.com/127.0.0.1#5335 -ipset=/.creativelab5.com/gfwlist -server=/.crisisresponse.google/127.0.0.1#5335 -ipset=/.crisisresponse.google/gfwlist -server=/.cristyli.com/127.0.0.1#5335 -ipset=/.cristyli.com/gfwlist -server=/.crocotube.com/127.0.0.1#5335 -ipset=/.crocotube.com/gfwlist -server=/.crossfire.co.kr/127.0.0.1#5335 -ipset=/.crossfire.co.kr/gfwlist -server=/.crossthewall.net/127.0.0.1#5335 -ipset=/.crossthewall.net/gfwlist -server=/.crossvpn.net/127.0.0.1#5335 -ipset=/.crossvpn.net/gfwlist -server=/.crrev.com/127.0.0.1#5335 -ipset=/.crrev.com/gfwlist -server=/.crucial.com/127.0.0.1#5335 -ipset=/.crucial.com/gfwlist -server=/.csdparty.com/127.0.0.1#5335 -ipset=/.csdparty.com/gfwlist -server=/.css.pixnet.in/127.0.0.1#5335 -ipset=/.css.pixnet.in/gfwlist -server=/.csuchen.de/127.0.0.1#5335 -ipset=/.csuchen.de/gfwlist -server=/.csw.org.uk/127.0.0.1#5335 -ipset=/.csw.org.uk/gfwlist -server=/.ct.org.tw/127.0.0.1#5335 -ipset=/.ct.org.tw/gfwlist -server=/.ctao.org/127.0.0.1#5335 -ipset=/.ctao.org/gfwlist -server=/.ctfriend.net/127.0.0.1#5335 -ipset=/.ctfriend.net/gfwlist -server=/.ctitv.com.tw/127.0.0.1#5335 -ipset=/.ctitv.com.tw/gfwlist -server=/.cts.com.tw/127.0.0.1#5335 -ipset=/.cts.com.tw/gfwlist -server=/.cuihua.org/127.0.0.1#5335 -ipset=/.cuihua.org/gfwlist -server=/.cuiweiping.net/127.0.0.1#5335 -ipset=/.cuiweiping.net/gfwlist -server=/.culture.tw/127.0.0.1#5335 -ipset=/.culture.tw/gfwlist -server=/.cumlouder.com/127.0.0.1#5335 -ipset=/.cumlouder.com/gfwlist -server=/.curvefish.com/127.0.0.1#5335 -ipset=/.curvefish.com/gfwlist -server=/.cusu.hk/127.0.0.1#5335 -ipset=/.cusu.hk/gfwlist -server=/.cutscenes.net/127.0.0.1#5335 -ipset=/.cutscenes.net/gfwlist -server=/.cw.com.tw/127.0.0.1#5335 -ipset=/.cw.com.tw/gfwlist -server=/.cyberghost.natado.com/127.0.0.1#5335 -ipset=/.cyberghost.natado.com/gfwlist -server=/.cyberghostvpn.com/127.0.0.1#5335 -ipset=/.cyberghostvpn.com/gfwlist -server=/.cynscribe.com/127.0.0.1#5335 -ipset=/.cynscribe.com/gfwlist -server=/.cytode.us/127.0.0.1#5335 -ipset=/.cytode.us/gfwlist -server=/.d-fukyu.com/127.0.0.1#5335 -ipset=/.d-fukyu.com/gfwlist -server=/.d100.net/127.0.0.1#5335 -ipset=/.d100.net/gfwlist -server=/.d1b183sg0nvnuh.cloudfront.net/127.0.0.1#5335 -ipset=/.d1b183sg0nvnuh.cloudfront.net/gfwlist -server=/.d1c37gjwa26taa.cloudfront.net/127.0.0.1#5335 -ipset=/.d1c37gjwa26taa.cloudfront.net/gfwlist -server=/.d2bay.com/127.0.0.1#5335 -ipset=/.d2bay.com/gfwlist -server=/.d2pass.com/127.0.0.1#5335 -ipset=/.d2pass.com/gfwlist -server=/.d3c33hcgiwev3.cloudfront.net/127.0.0.1#5335 -ipset=/.d3c33hcgiwev3.cloudfront.net/gfwlist -server=/.d3rhr7kgmtrq1v.cloudfront.net/127.0.0.1#5335 -ipset=/.d3rhr7kgmtrq1v.cloudfront.net/gfwlist -server=/.dabr.co.uk/127.0.0.1#5335 -ipset=/.dabr.co.uk/gfwlist -server=/.dabr.eu/127.0.0.1#5335 -ipset=/.dabr.eu/gfwlist -server=/.dabr.me/127.0.0.1#5335 -ipset=/.dabr.me/gfwlist -server=/.dabr.mobi/127.0.0.1#5335 -ipset=/.dabr.mobi/gfwlist -server=/.dadazim.com/127.0.0.1#5335 -ipset=/.dadazim.com/gfwlist -server=/.dadi360.com/127.0.0.1#5335 -ipset=/.dadi360.com/gfwlist -server=/.dafabet.com/127.0.0.1#5335 -ipset=/.dafabet.com/gfwlist -server=/.dafagood.com/127.0.0.1#5335 -ipset=/.dafagood.com/gfwlist -server=/.dafahao.com/127.0.0.1#5335 -ipset=/.dafahao.com/gfwlist -server=/.dafoh.org/127.0.0.1#5335 -ipset=/.dafoh.org/gfwlist -server=/.daftporn.com/127.0.0.1#5335 -ipset=/.daftporn.com/gfwlist -server=/.dagelijksestandaard.nl/127.0.0.1#5335 -ipset=/.dagelijksestandaard.nl/gfwlist -server=/.daidostup.ru/127.0.0.1#5335 -ipset=/.daidostup.ru/gfwlist -server=/.dailidaili.com/127.0.0.1#5335 -ipset=/.dailidaili.com/gfwlist -server=/.dailymotion.com/127.0.0.1#5335 -ipset=/.dailymotion.com/gfwlist -server=/.dailyview.tw/127.0.0.1#5335 -ipset=/.dailyview.tw/gfwlist -server=/.daiphapinfo.net/127.0.0.1#5335 -ipset=/.daiphapinfo.net/gfwlist -server=/.dajiyuan.com/127.0.0.1#5335 -ipset=/.dajiyuan.com/gfwlist -server=/.dajiyuan.de/127.0.0.1#5335 -ipset=/.dajiyuan.de/gfwlist -server=/.dajiyuan.eu/127.0.0.1#5335 -ipset=/.dajiyuan.eu/gfwlist -server=/.dajusha.baywords.com/127.0.0.1#5335 -ipset=/.dajusha.baywords.com/gfwlist -server=/.dalailama-archives.org/127.0.0.1#5335 -ipset=/.dalailama-archives.org/gfwlist -server=/.dalailama.com/127.0.0.1#5335 -ipset=/.dalailama.com/gfwlist -server=/.dalailama.mn/127.0.0.1#5335 -ipset=/.dalailama.mn/gfwlist -server=/.dalailama.ru/127.0.0.1#5335 -ipset=/.dalailama.ru/gfwlist -server=/.dalailama.usc.edu/127.0.0.1#5335 -ipset=/.dalailama.usc.edu/gfwlist -server=/.dalailama80.org/127.0.0.1#5335 -ipset=/.dalailama80.org/gfwlist -server=/.dalailamacenter.org/127.0.0.1#5335 -ipset=/.dalailamacenter.org/gfwlist -server=/.dalailamafellows.org/127.0.0.1#5335 -ipset=/.dalailamafellows.org/gfwlist -server=/.dalailamafilm.com/127.0.0.1#5335 -ipset=/.dalailamafilm.com/gfwlist -server=/.dalailamafoundation.org/127.0.0.1#5335 -ipset=/.dalailamafoundation.org/gfwlist -server=/.dalailamahindi.com/127.0.0.1#5335 -ipset=/.dalailamahindi.com/gfwlist -server=/.dalailamainaustralia.org/127.0.0.1#5335 -ipset=/.dalailamainaustralia.org/gfwlist -server=/.dalailamajapanese.com/127.0.0.1#5335 -ipset=/.dalailamajapanese.com/gfwlist -server=/.dalailamaprotesters.info/127.0.0.1#5335 -ipset=/.dalailamaprotesters.info/gfwlist -server=/.dalailamaquotes.org/127.0.0.1#5335 -ipset=/.dalailamaquotes.org/gfwlist -server=/.dalailamatrust.org/127.0.0.1#5335 -ipset=/.dalailamatrust.org/gfwlist -server=/.dalailamavisit.org.nz/127.0.0.1#5335 -ipset=/.dalailamavisit.org.nz/gfwlist -server=/.dalailamaworld.com/127.0.0.1#5335 -ipset=/.dalailamaworld.com/gfwlist -server=/.dalianmeng.org/127.0.0.1#5335 -ipset=/.dalianmeng.org/gfwlist -server=/.daliulian.org/127.0.0.1#5335 -ipset=/.daliulian.org/gfwlist -server=/.danbooru.donmai.us/127.0.0.1#5335 -ipset=/.danbooru.donmai.us/gfwlist -server=/.danke4china.net/127.0.0.1#5335 -ipset=/.danke4china.net/gfwlist -server=/.danwei.org/127.0.0.1#5335 -ipset=/.danwei.org/gfwlist -server=/.daodu14.jigsy.com/127.0.0.1#5335 -ipset=/.daodu14.jigsy.com/gfwlist -server=/.daolan.net/127.0.0.1#5335 -ipset=/.daolan.net/gfwlist -server=/.daozhongxing.org/127.0.0.1#5335 -ipset=/.daozhongxing.org/gfwlist -server=/.darktech.org/127.0.0.1#5335 -ipset=/.darktech.org/gfwlist -server=/.darktoy.net/127.0.0.1#5335 -ipset=/.darktoy.net/gfwlist -server=/.darpa.mil/127.0.0.1#5335 -ipset=/.darpa.mil/gfwlist -server=/.dastrassi.org/127.0.0.1#5335 -ipset=/.dastrassi.org/gfwlist -server=/.data-vocabulary.org/127.0.0.1#5335 -ipset=/.data-vocabulary.org/gfwlist -server=/.data.flurry.com/127.0.0.1#5335 -ipset=/.data.flurry.com/gfwlist -server=/.data.gov.tw/127.0.0.1#5335 -ipset=/.data.gov.tw/gfwlist -server=/.daum.net/127.0.0.1#5335 -ipset=/.daum.net/gfwlist -server=/.david-kilgour.com/127.0.0.1#5335 -ipset=/.david-kilgour.com/gfwlist -server=/.dawangidc.com/127.0.0.1#5335 -ipset=/.dawangidc.com/gfwlist -server=/.daxa.cn/127.0.0.1#5335 -ipset=/.daxa.cn/gfwlist -server=/.db.tt/127.0.0.1#5335 -ipset=/.db.tt/gfwlist -server=/.dcard.tw/127.0.0.1#5335 -ipset=/.dcard.tw/gfwlist -server=/.dcmilitary.com/127.0.0.1#5335 -ipset=/.dcmilitary.com/gfwlist -server=/.ddc.com.tw/127.0.0.1#5335 -ipset=/.ddc.com.tw/gfwlist -server=/.ddhw.info/127.0.0.1#5335 -ipset=/.ddhw.info/gfwlist -server=/.ddns.info/127.0.0.1#5335 -ipset=/.ddns.info/gfwlist -server=/.ddns.me.uk/127.0.0.1#5335 -ipset=/.ddns.me.uk/gfwlist -server=/.ddns.mobi/127.0.0.1#5335 -ipset=/.ddns.mobi/gfwlist -server=/.ddns.ms/127.0.0.1#5335 -ipset=/.ddns.ms/gfwlist -server=/.ddns.name/127.0.0.1#5335 -ipset=/.ddns.name/gfwlist -server=/.ddns.us/127.0.0.1#5335 -ipset=/.ddns.us/gfwlist -server=/.de-sci.org/127.0.0.1#5335 -ipset=/.de-sci.org/gfwlist -server=/.deaftone.com/127.0.0.1#5335 -ipset=/.deaftone.com/gfwlist -server=/.debug.com/127.0.0.1#5335 -ipset=/.debug.com/gfwlist -server=/.deck.ly/127.0.0.1#5335 -ipset=/.deck.ly/gfwlist -server=/.decodet.co/127.0.0.1#5335 -ipset=/.decodet.co/gfwlist -server=/.deepmind.com/127.0.0.1#5335 -ipset=/.deepmind.com/gfwlist -server=/.deezer.com/127.0.0.1#5335 -ipset=/.deezer.com/gfwlist -server=/.definebabe.com/127.0.0.1#5335 -ipset=/.definebabe.com/gfwlist -server=/.deja.com/127.0.0.1#5335 -ipset=/.deja.com/gfwlist -server=/.delcamp.net/127.0.0.1#5335 -ipset=/.delcamp.net/gfwlist -server=/.demo.opera-mini.net/127.0.0.1#5335 -ipset=/.demo.opera-mini.net/gfwlist -server=/.democrats.org/127.0.0.1#5335 -ipset=/.democrats.org/gfwlist -server=/.demosisto.hk/127.0.0.1#5335 -ipset=/.demosisto.hk/gfwlist -server=/.depositphotos.com/127.0.0.1#5335 -ipset=/.depositphotos.com/gfwlist -server=/.derekhsu.homeip.net/127.0.0.1#5335 -ipset=/.derekhsu.homeip.net/gfwlist -server=/.desc.se/127.0.0.1#5335 -ipset=/.desc.se/gfwlist -server=/.design.google/127.0.0.1#5335 -ipset=/.design.google/gfwlist -server=/.desipro.de/127.0.0.1#5335 -ipset=/.desipro.de/gfwlist -server=/.dessci.com/127.0.0.1#5335 -ipset=/.dessci.com/gfwlist -server=/.destroy-china.jp/127.0.0.1#5335 -ipset=/.destroy-china.jp/gfwlist -server=/.deutsche-welle.de/127.0.0.1#5335 -ipset=/.deutsche-welle.de/gfwlist -server=/.developers.box.net/127.0.0.1#5335 -ipset=/.developers.box.net/gfwlist -server=/.devio.us/127.0.0.1#5335 -ipset=/.devio.us/gfwlist -server=/.devpn.com/127.0.0.1#5335 -ipset=/.devpn.com/gfwlist -server=/.dfas.mil/127.0.0.1#5335 -ipset=/.dfas.mil/gfwlist -server=/.dfn.org/127.0.0.1#5335 -ipset=/.dfn.org/gfwlist -server=/.dharamsalanet.com/127.0.0.1#5335 -ipset=/.dharamsalanet.com/gfwlist -server=/.dharmakara.net/127.0.0.1#5335 -ipset=/.dharmakara.net/gfwlist -server=/.dhcp.biz/127.0.0.1#5335 -ipset=/.dhcp.biz/gfwlist -server=/.diaoyuislands.org/127.0.0.1#5335 -ipset=/.diaoyuislands.org/gfwlist -server=/.dictionary.goo.ne.jp/127.0.0.1#5335 -ipset=/.dictionary.goo.ne.jp/gfwlist -server=/.difangwenge.org/127.0.0.1#5335 -ipset=/.difangwenge.org/gfwlist -server=/.digisfera.com/127.0.0.1#5335 -ipset=/.digisfera.com/gfwlist -server=/.digitalnomadsproject.org/127.0.0.1#5335 -ipset=/.digitalnomadsproject.org/gfwlist -server=/.diigo.com/127.0.0.1#5335 -ipset=/.diigo.com/gfwlist -server=/.dilber.se/127.0.0.1#5335 -ipset=/.dilber.se/gfwlist -server=/.dingchin.com.tw/127.0.0.1#5335 -ipset=/.dingchin.com.tw/gfwlist -server=/.dipity.com/127.0.0.1#5335 -ipset=/.dipity.com/gfwlist -server=/.directcreative.com/127.0.0.1#5335 -ipset=/.directcreative.com/gfwlist -server=/.discoins.com/127.0.0.1#5335 -ipset=/.discoins.com/gfwlist -server=/.disconnect.me/127.0.0.1#5335 -ipset=/.disconnect.me/gfwlist -server=/.discordapp.com/127.0.0.1#5335 -ipset=/.discordapp.com/gfwlist -server=/.discordapp.net/127.0.0.1#5335 -ipset=/.discordapp.net/gfwlist -server=/.discuss.com.hk/127.0.0.1#5335 -ipset=/.discuss.com.hk/gfwlist -server=/.discuss4u.com/127.0.0.1#5335 -ipset=/.discuss4u.com/gfwlist -server=/.dish.com/127.0.0.1#5335 -ipset=/.dish.com/gfwlist -server=/.disp.cc/127.0.0.1#5335 -ipset=/.disp.cc/gfwlist -server=/.disqus.com/127.0.0.1#5335 -ipset=/.disqus.com/gfwlist -server=/.dit-inc.us/127.0.0.1#5335 -ipset=/.dit-inc.us/gfwlist -server=/.dizhidizhi.com/127.0.0.1#5335 -ipset=/.dizhidizhi.com/gfwlist -server=/.dizhuzhishang.com/127.0.0.1#5335 -ipset=/.dizhuzhishang.com/gfwlist -server=/.djangosnippets.org/127.0.0.1#5335 -ipset=/.djangosnippets.org/gfwlist -server=/.djorz.com/127.0.0.1#5335 -ipset=/.djorz.com/gfwlist -server=/.dl-laby.jp/127.0.0.1#5335 -ipset=/.dl-laby.jp/gfwlist -server=/.dl.box.net/127.0.0.1#5335 -ipset=/.dl.box.net/gfwlist -server=/.dlsite.com/127.0.0.1#5335 -ipset=/.dlsite.com/gfwlist -server=/.dlyoutube.com/127.0.0.1#5335 -ipset=/.dlyoutube.com/gfwlist -server=/.dm530.net/127.0.0.1#5335 -ipset=/.dm530.net/gfwlist -server=/.dmcdn.net/127.0.0.1#5335 -ipset=/.dmcdn.net/gfwlist -server=/.dmhy.org/127.0.0.1#5335 -ipset=/.dmhy.org/gfwlist -server=/.dmm.co.jp/127.0.0.1#5335 -ipset=/.dmm.co.jp/gfwlist -server=/.dns-dns.com/127.0.0.1#5335 -ipset=/.dns-dns.com/gfwlist -server=/.dns-stuff.com/127.0.0.1#5335 -ipset=/.dns-stuff.com/gfwlist -server=/.dns.google/127.0.0.1#5335 -ipset=/.dns.google/gfwlist -server=/.dns04.com/127.0.0.1#5335 -ipset=/.dns04.com/gfwlist -server=/.dns05.com/127.0.0.1#5335 -ipset=/.dns05.com/gfwlist -server=/.dns1.us/127.0.0.1#5335 -ipset=/.dns1.us/gfwlist -server=/.dns2.us/127.0.0.1#5335 -ipset=/.dns2.us/gfwlist -server=/.dns2go.com/127.0.0.1#5335 -ipset=/.dns2go.com/gfwlist -server=/.dnscrypt.org/127.0.0.1#5335 -ipset=/.dnscrypt.org/gfwlist -server=/.dnset.com/127.0.0.1#5335 -ipset=/.dnset.com/gfwlist -server=/.dnsrd.com/127.0.0.1#5335 -ipset=/.dnsrd.com/gfwlist -server=/.dnssec.net/127.0.0.1#5335 -ipset=/.dnssec.net/gfwlist -server=/.dnvod.tv/127.0.0.1#5335 -ipset=/.dnvod.tv/gfwlist -server=/.doctorvoice.org/127.0.0.1#5335 -ipset=/.doctorvoice.org/gfwlist -server=/.documentingreality.com/127.0.0.1#5335 -ipset=/.documentingreality.com/gfwlist -server=/.dojin.com/127.0.0.1#5335 -ipset=/.dojin.com/gfwlist -server=/.dok-forum.net/127.0.0.1#5335 -ipset=/.dok-forum.net/gfwlist -server=/.dolc.de/127.0.0.1#5335 -ipset=/.dolc.de/gfwlist -server=/.dolf.org.hk/127.0.0.1#5335 -ipset=/.dolf.org.hk/gfwlist -server=/.dollf.com/127.0.0.1#5335 -ipset=/.dollf.com/gfwlist -server=/.domain.club.tw/127.0.0.1#5335 -ipset=/.domain.club.tw/gfwlist -server=/.domainhelp.search.com/127.0.0.1#5335 -ipset=/.domainhelp.search.com/gfwlist -server=/.domains.google/127.0.0.1#5335 -ipset=/.domains.google/gfwlist -server=/.domaintoday.com.au/127.0.0.1#5335 -ipset=/.domaintoday.com.au/gfwlist -server=/.dongtaiwang.com/127.0.0.1#5335 -ipset=/.dongtaiwang.com/gfwlist -server=/.dongtaiwang.net/127.0.0.1#5335 -ipset=/.dongtaiwang.net/gfwlist -server=/.dongyangjing.com/127.0.0.1#5335 -ipset=/.dongyangjing.com/gfwlist -server=/.dontfilter.us/127.0.0.1#5335 -ipset=/.dontfilter.us/gfwlist -server=/.dontmovetochina.com/127.0.0.1#5335 -ipset=/.dontmovetochina.com/gfwlist -server=/.dorjeshugden.com/127.0.0.1#5335 -ipset=/.dorjeshugden.com/gfwlist -server=/.dotplane.com/127.0.0.1#5335 -ipset=/.dotplane.com/gfwlist -server=/.dotsub.com/127.0.0.1#5335 -ipset=/.dotsub.com/gfwlist -server=/.dotvpn.com/127.0.0.1#5335 -ipset=/.dotvpn.com/gfwlist -server=/.doub.io/127.0.0.1#5335 -ipset=/.doub.io/gfwlist -server=/.doubibackup.com/127.0.0.1#5335 -ipset=/.doubibackup.com/gfwlist -server=/.doubmirror.cf/127.0.0.1#5335 -ipset=/.doubmirror.cf/gfwlist -server=/.dougscripts.com/127.0.0.1#5335 -ipset=/.dougscripts.com/gfwlist -server=/.douhokanko.net/127.0.0.1#5335 -ipset=/.douhokanko.net/gfwlist -server=/.doujincafe.com/127.0.0.1#5335 -ipset=/.doujincafe.com/gfwlist -server=/.dowei.org/127.0.0.1#5335 -ipset=/.dowei.org/gfwlist -server=/.download.aircrack-ng.org/127.0.0.1#5335 -ipset=/.download.aircrack-ng.org/gfwlist -server=/.download.cnet.com/127.0.0.1#5335 -ipset=/.download.cnet.com/gfwlist -server=/.download.ithome.com.tw/127.0.0.1#5335 -ipset=/.download.ithome.com.tw/gfwlist -server=/.dphk.org/127.0.0.1#5335 -ipset=/.dphk.org/gfwlist -server=/.dpp.org.tw/127.0.0.1#5335 -ipset=/.dpp.org.tw/gfwlist -server=/.dpr.info/127.0.0.1#5335 -ipset=/.dpr.info/gfwlist -server=/.dragonex.io/127.0.0.1#5335 -ipset=/.dragonex.io/gfwlist -server=/.dragonsprings.org/127.0.0.1#5335 -ipset=/.dragonsprings.org/gfwlist -server=/.dreamamateurs.com/127.0.0.1#5335 -ipset=/.dreamamateurs.com/gfwlist -server=/.drepung.org/127.0.0.1#5335 -ipset=/.drepung.org/gfwlist -server=/.drgan.net/127.0.0.1#5335 -ipset=/.drgan.net/gfwlist -server=/.drmingxia.org/127.0.0.1#5335 -ipset=/.drmingxia.org/gfwlist -server=/.dropbooks.tv/127.0.0.1#5335 -ipset=/.dropbooks.tv/gfwlist -server=/.dropbox.com/127.0.0.1#5335 -ipset=/.dropbox.com/gfwlist -server=/.dropboxusercontent.com/127.0.0.1#5335 -ipset=/.dropboxusercontent.com/gfwlist -server=/.drsunacademy.com/127.0.0.1#5335 -ipset=/.drsunacademy.com/gfwlist -server=/.drtuber.com/127.0.0.1#5335 -ipset=/.drtuber.com/gfwlist -server=/.dscn.info/127.0.0.1#5335 -ipset=/.dscn.info/gfwlist -server=/.dsmtp.com/127.0.0.1#5335 -ipset=/.dsmtp.com/gfwlist -server=/.dstk.dk/127.0.0.1#5335 -ipset=/.dstk.dk/gfwlist -server=/.dtdns.net/127.0.0.1#5335 -ipset=/.dtdns.net/gfwlist -server=/.dtiblog.com/127.0.0.1#5335 -ipset=/.dtiblog.com/gfwlist -server=/.dtic.mil/127.0.0.1#5335 -ipset=/.dtic.mil/gfwlist -server=/.dtwang.org/127.0.0.1#5335 -ipset=/.dtwang.org/gfwlist -server=/.duanzhihu.com/127.0.0.1#5335 -ipset=/.duanzhihu.com/gfwlist -server=/.duck.com/127.0.0.1#5335 -ipset=/.duck.com/gfwlist -server=/.duckdns.org/127.0.0.1#5335 -ipset=/.duckdns.org/gfwlist -server=/.duckduckgo-owned-server.yahoo.net/127.0.0.1#5335 -ipset=/.duckduckgo-owned-server.yahoo.net/gfwlist -server=/.duckduckgo.com/127.0.0.1#5335 -ipset=/.duckduckgo.com/gfwlist -server=/.duckmylife.com/127.0.0.1#5335 -ipset=/.duckmylife.com/gfwlist -server=/.duga.jp/127.0.0.1#5335 -ipset=/.duga.jp/gfwlist -server=/.duihua.org/127.0.0.1#5335 -ipset=/.duihua.org/gfwlist -server=/.duihuahrjournal.org/127.0.0.1#5335 -ipset=/.duihuahrjournal.org/gfwlist -server=/.dumb1.com/127.0.0.1#5335 -ipset=/.dumb1.com/gfwlist -server=/.dunyabulteni.net/127.0.0.1#5335 -ipset=/.dunyabulteni.net/gfwlist -server=/.duoweitimes.com/127.0.0.1#5335 -ipset=/.duoweitimes.com/gfwlist -server=/.duping.net/127.0.0.1#5335 -ipset=/.duping.net/gfwlist -server=/.duplicati.com/127.0.0.1#5335 -ipset=/.duplicati.com/gfwlist -server=/.dupola.com/127.0.0.1#5335 -ipset=/.dupola.com/gfwlist -server=/.dupola.net/127.0.0.1#5335 -ipset=/.dupola.net/gfwlist -server=/.dushi.ca/127.0.0.1#5335 -ipset=/.dushi.ca/gfwlist -server=/.dvdpac.com/127.0.0.1#5335 -ipset=/.dvdpac.com/gfwlist -server=/.dvorak.org/127.0.0.1#5335 -ipset=/.dvorak.org/gfwlist -server=/.dw-world.com/127.0.0.1#5335 -ipset=/.dw-world.com/gfwlist -server=/.dw-world.de/127.0.0.1#5335 -ipset=/.dw-world.de/gfwlist -server=/.dw.com/127.0.0.1#5335 -ipset=/.dw.com/gfwlist -server=/.dw.de/127.0.0.1#5335 -ipset=/.dw.de/gfwlist -server=/.dwnews.com/127.0.0.1#5335 -ipset=/.dwnews.com/gfwlist -server=/.dwnews.net/127.0.0.1#5335 -ipset=/.dwnews.net/gfwlist -server=/.dynamic-dns.net/127.0.0.1#5335 -ipset=/.dynamic-dns.net/gfwlist -server=/.dynamicdns.biz/127.0.0.1#5335 -ipset=/.dynamicdns.biz/gfwlist -server=/.dynamicdns.co.uk/127.0.0.1#5335 -ipset=/.dynamicdns.co.uk/gfwlist -server=/.dynamicdns.me.uk/127.0.0.1#5335 -ipset=/.dynamicdns.me.uk/gfwlist -server=/.dynamicdns.org.uk/127.0.0.1#5335 -ipset=/.dynamicdns.org.uk/gfwlist -server=/.dynawebinc.com/127.0.0.1#5335 -ipset=/.dynawebinc.com/gfwlist -server=/.dyndns-ip.com/127.0.0.1#5335 -ipset=/.dyndns-ip.com/gfwlist -server=/.dyndns-pics.com/127.0.0.1#5335 -ipset=/.dyndns-pics.com/gfwlist -server=/.dyndns.org/127.0.0.1#5335 -ipset=/.dyndns.org/gfwlist -server=/.dyndns.pro/127.0.0.1#5335 -ipset=/.dyndns.pro/gfwlist -server=/.dynssl.com/127.0.0.1#5335 -ipset=/.dynssl.com/gfwlist -server=/.dynu.com/127.0.0.1#5335 -ipset=/.dynu.com/gfwlist -server=/.dynu.net/127.0.0.1#5335 -ipset=/.dynu.net/gfwlist -server=/.dysfz.cc/127.0.0.1#5335 -ipset=/.dysfz.cc/gfwlist -server=/.dzze.com/127.0.0.1#5335 -ipset=/.dzze.com/gfwlist -server=/.e-classical.com.tw/127.0.0.1#5335 -ipset=/.e-classical.com.tw/gfwlist -server=/.e-gold.com/127.0.0.1#5335 -ipset=/.e-gold.com/gfwlist -server=/.e-hentai.org/127.0.0.1#5335 -ipset=/.e-hentai.org/gfwlist -server=/.e-hentaidb.com/127.0.0.1#5335 -ipset=/.e-hentaidb.com/gfwlist -server=/.e-info.org.tw/127.0.0.1#5335 -ipset=/.e-info.org.tw/gfwlist -server=/.e123.hk/127.0.0.1#5335 -ipset=/.e123.hk/gfwlist -server=/.earlytibet.com/127.0.0.1#5335 -ipset=/.earlytibet.com/gfwlist -server=/.earthcam.com/127.0.0.1#5335 -ipset=/.earthcam.com/gfwlist -server=/.earthvpn.com/127.0.0.1#5335 -ipset=/.earthvpn.com/gfwlist -server=/.eastern-ark.com/127.0.0.1#5335 -ipset=/.eastern-ark.com/gfwlist -server=/.easternlightning.org/127.0.0.1#5335 -ipset=/.easternlightning.org/gfwlist -server=/.eastturkestan.com/127.0.0.1#5335 -ipset=/.eastturkestan.com/gfwlist -server=/.eastturkistan-gov.org/127.0.0.1#5335 -ipset=/.eastturkistan-gov.org/gfwlist -server=/.eastturkistancc.org/127.0.0.1#5335 -ipset=/.eastturkistancc.org/gfwlist -server=/.eastturkistangovernmentinexile.us/127.0.0.1#5335 -ipset=/.eastturkistangovernmentinexile.us/gfwlist -server=/.easyca.ca/127.0.0.1#5335 -ipset=/.easyca.ca/gfwlist -server=/.easypic.com/127.0.0.1#5335 -ipset=/.easypic.com/gfwlist -server=/.ebony-beauty.com/127.0.0.1#5335 -ipset=/.ebony-beauty.com/gfwlist -server=/.ebook.hyread.com.tw/127.0.0.1#5335 -ipset=/.ebook.hyread.com.tw/gfwlist -server=/.ebookbrowse.com/127.0.0.1#5335 -ipset=/.ebookbrowse.com/gfwlist -server=/.ebookee.com/127.0.0.1#5335 -ipset=/.ebookee.com/gfwlist -server=/.ebtcbank.com/127.0.0.1#5335 -ipset=/.ebtcbank.com/gfwlist -server=/.ecfa.org.tw/127.0.0.1#5335 -ipset=/.ecfa.org.tw/gfwlist -server=/.echofon.com/127.0.0.1#5335 -ipset=/.echofon.com/gfwlist -server=/.ecimg.tw/127.0.0.1#5335 -ipset=/.ecimg.tw/gfwlist -server=/.ecministry.net/127.0.0.1#5335 -ipset=/.ecministry.net/gfwlist -server=/.economist.com/127.0.0.1#5335 -ipset=/.economist.com/gfwlist -server=/.edgecastcdn.net/127.0.0.1#5335 -ipset=/.edgecastcdn.net/gfwlist -server=/.edicypages.com/127.0.0.1#5335 -ipset=/.edicypages.com/gfwlist -server=/.edmontonchina.cn/127.0.0.1#5335 -ipset=/.edmontonchina.cn/gfwlist -server=/.edmontonservice.com/127.0.0.1#5335 -ipset=/.edmontonservice.com/gfwlist -server=/.edns.biz/127.0.0.1#5335 -ipset=/.edns.biz/gfwlist -server=/.edoors.com/127.0.0.1#5335 -ipset=/.edoors.com/gfwlist -server=/.edubridge.com/127.0.0.1#5335 -ipset=/.edubridge.com/gfwlist -server=/.edupro.org/127.0.0.1#5335 -ipset=/.edupro.org/gfwlist -server=/.eesti.ee/127.0.0.1#5335 -ipset=/.eesti.ee/gfwlist -server=/.eevpn.com/127.0.0.1#5335 -ipset=/.eevpn.com/gfwlist -server=/.efcc.org.hk/127.0.0.1#5335 -ipset=/.efcc.org.hk/gfwlist -server=/.effers.com/127.0.0.1#5335 -ipset=/.effers.com/gfwlist -server=/.efksoft.com/127.0.0.1#5335 -ipset=/.efksoft.com/gfwlist -server=/.efukt.com/127.0.0.1#5335 -ipset=/.efukt.com/gfwlist -server=/.eic-av.com/127.0.0.1#5335 -ipset=/.eic-av.com/gfwlist -server=/.eireinikotaerukai.com/127.0.0.1#5335 -ipset=/.eireinikotaerukai.com/gfwlist -server=/.eisbb.com/127.0.0.1#5335 -ipset=/.eisbb.com/gfwlist -server=/.eksisozluk.com/127.0.0.1#5335 -ipset=/.eksisozluk.com/gfwlist -server=/.electionsmeter.com/127.0.0.1#5335 -ipset=/.electionsmeter.com/gfwlist -server=/.elgoog.im/127.0.0.1#5335 -ipset=/.elgoog.im/gfwlist -server=/.ellawine.org/127.0.0.1#5335 -ipset=/.ellawine.org/gfwlist -server=/.elpais.com/127.0.0.1#5335 -ipset=/.elpais.com/gfwlist -server=/.eltondisney.com/127.0.0.1#5335 -ipset=/.eltondisney.com/gfwlist -server=/.embr.in/127.0.0.1#5335 -ipset=/.embr.in/gfwlist -server=/.emilylau.org.hk/127.0.0.1#5335 -ipset=/.emilylau.org.hk/gfwlist -server=/.empfil.com/127.0.0.1#5335 -ipset=/.empfil.com/gfwlist -server=/.emule-ed2k.com/127.0.0.1#5335 -ipset=/.emule-ed2k.com/gfwlist -server=/.emulefans.com/127.0.0.1#5335 -ipset=/.emulefans.com/gfwlist -server=/.emuparadise.me/127.0.0.1#5335 -ipset=/.emuparadise.me/gfwlist -server=/.en.favotter.net/127.0.0.1#5335 -ipset=/.en.favotter.net/gfwlist -server=/.en.hao123.com/127.0.0.1#5335 -ipset=/.en.hao123.com/gfwlist -server=/.enanyang.my/127.0.0.1#5335 -ipset=/.enanyang.my/gfwlist -server=/.encyclopedia.com/127.0.0.1#5335 -ipset=/.encyclopedia.com/gfwlist -server=/.enewstree.com/127.0.0.1#5335 -ipset=/.enewstree.com/gfwlist -server=/.enfal.de/127.0.0.1#5335 -ipset=/.enfal.de/gfwlist -server=/.engagedaily.org/127.0.0.1#5335 -ipset=/.engagedaily.org/gfwlist -server=/.englishforeveryone.org/127.0.0.1#5335 -ipset=/.englishforeveryone.org/gfwlist -server=/.englishfromengland.co.uk/127.0.0.1#5335 -ipset=/.englishfromengland.co.uk/gfwlist -server=/.englishpen.org/127.0.0.1#5335 -ipset=/.englishpen.org/gfwlist -server=/.enlighten.org.tw/127.0.0.1#5335 -ipset=/.enlighten.org.tw/gfwlist -server=/.entermap.com/127.0.0.1#5335 -ipset=/.entermap.com/gfwlist -server=/.entnt.com/127.0.0.1#5335 -ipset=/.entnt.com/gfwlist -server=/.environment.google/127.0.0.1#5335 -ipset=/.environment.google/gfwlist -server=/.epa.gov.tw/127.0.0.1#5335 -ipset=/.epa.gov.tw/gfwlist -server=/.epac.to/127.0.0.1#5335 -ipset=/.epac.to/gfwlist -server=/.episcopalchurch.org/127.0.0.1#5335 -ipset=/.episcopalchurch.org/gfwlist -server=/.epochhk.com/127.0.0.1#5335 -ipset=/.epochhk.com/gfwlist -server=/.epochtimes-bg.com/127.0.0.1#5335 -ipset=/.epochtimes-bg.com/gfwlist -server=/.epochtimes-romania.com/127.0.0.1#5335 -ipset=/.epochtimes-romania.com/gfwlist -server=/.epochtimes.co.il/127.0.0.1#5335 -ipset=/.epochtimes.co.il/gfwlist -server=/.epochtimes.co.kr/127.0.0.1#5335 -ipset=/.epochtimes.co.kr/gfwlist -server=/.epochtimes.com/127.0.0.1#5335 -ipset=/.epochtimes.com/gfwlist -server=/.epochtimes.cz/127.0.0.1#5335 -ipset=/.epochtimes.cz/gfwlist -server=/.epochtimes.de/127.0.0.1#5335 -ipset=/.epochtimes.de/gfwlist -server=/.epochtimes.fr/127.0.0.1#5335 -ipset=/.epochtimes.fr/gfwlist -server=/.epochtimes.ie/127.0.0.1#5335 -ipset=/.epochtimes.ie/gfwlist -server=/.epochtimes.it/127.0.0.1#5335 -ipset=/.epochtimes.it/gfwlist -server=/.epochtimes.jp/127.0.0.1#5335 -ipset=/.epochtimes.jp/gfwlist -server=/.epochtimes.ru/127.0.0.1#5335 -ipset=/.epochtimes.ru/gfwlist -server=/.epochtimes.se/127.0.0.1#5335 -ipset=/.epochtimes.se/gfwlist -server=/.epochtimestr.com/127.0.0.1#5335 -ipset=/.epochtimestr.com/gfwlist -server=/.epochweek.com/127.0.0.1#5335 -ipset=/.epochweek.com/gfwlist -server=/.epochweekly.com/127.0.0.1#5335 -ipset=/.epochweekly.com/gfwlist -server=/.eporner.com/127.0.0.1#5335 -ipset=/.eporner.com/gfwlist -server=/.equinenow.com/127.0.0.1#5335 -ipset=/.equinenow.com/gfwlist -server=/.erabaru.net/127.0.0.1#5335 -ipset=/.erabaru.net/gfwlist -server=/.eracom.com.tw/127.0.0.1#5335 -ipset=/.eracom.com.tw/gfwlist -server=/.eraysoft.com.tr/127.0.0.1#5335 -ipset=/.eraysoft.com.tr/gfwlist -server=/.erepublik.com/127.0.0.1#5335 -ipset=/.erepublik.com/gfwlist -server=/.erights.net/127.0.0.1#5335 -ipset=/.erights.net/gfwlist -server=/.eriversoft.com/127.0.0.1#5335 -ipset=/.eriversoft.com/gfwlist -server=/.erktv.com/127.0.0.1#5335 -ipset=/.erktv.com/gfwlist -server=/.ernestmandel.org/127.0.0.1#5335 -ipset=/.ernestmandel.org/gfwlist -server=/.erodaizensyu.com/127.0.0.1#5335 -ipset=/.erodaizensyu.com/gfwlist -server=/.erodoujinlog.com/127.0.0.1#5335 -ipset=/.erodoujinlog.com/gfwlist -server=/.erodoujinworld.com/127.0.0.1#5335 -ipset=/.erodoujinworld.com/gfwlist -server=/.eromanga-kingdom.com/127.0.0.1#5335 -ipset=/.eromanga-kingdom.com/gfwlist -server=/.eromangadouzin.com/127.0.0.1#5335 -ipset=/.eromangadouzin.com/gfwlist -server=/.eromon.net/127.0.0.1#5335 -ipset=/.eromon.net/gfwlist -server=/.eroprofile.com/127.0.0.1#5335 -ipset=/.eroprofile.com/gfwlist -server=/.eroticsaloon.net/127.0.0.1#5335 -ipset=/.eroticsaloon.net/gfwlist -server=/.eslite.com/127.0.0.1#5335 -ipset=/.eslite.com/gfwlist -server=/.esmtp.biz/127.0.0.1#5335 -ipset=/.esmtp.biz/gfwlist -server=/.esurance.com/127.0.0.1#5335 -ipset=/.esurance.com/gfwlist -server=/.etaa.org.au/127.0.0.1#5335 -ipset=/.etaa.org.au/gfwlist -server=/.etadult.com/127.0.0.1#5335 -ipset=/.etadult.com/gfwlist -server=/.etaiwannews.com/127.0.0.1#5335 -ipset=/.etaiwannews.com/gfwlist -server=/.etherdelta.com/127.0.0.1#5335 -ipset=/.etherdelta.com/gfwlist -server=/.etizer.org/127.0.0.1#5335 -ipset=/.etizer.org/gfwlist -server=/.etokki.com/127.0.0.1#5335 -ipset=/.etokki.com/gfwlist -server=/.etools.ncol.com/127.0.0.1#5335 -ipset=/.etools.ncol.com/gfwlist -server=/.etowns.net/127.0.0.1#5335 -ipset=/.etowns.net/gfwlist -server=/.etowns.org/127.0.0.1#5335 -ipset=/.etowns.org/gfwlist -server=/.etvonline.hk/127.0.0.1#5335 -ipset=/.etvonline.hk/gfwlist -server=/.eu.org/127.0.0.1#5335 -ipset=/.eu.org/gfwlist -server=/.eucasino.com/127.0.0.1#5335 -ipset=/.eucasino.com/gfwlist -server=/.eulam.com/127.0.0.1#5335 -ipset=/.eulam.com/gfwlist -server=/.eurekavpt.com/127.0.0.1#5335 -ipset=/.eurekavpt.com/gfwlist -server=/.euronews.com/127.0.0.1#5335 -ipset=/.euronews.com/gfwlist -server=/.evchk.wikia.com/127.0.0.1#5335 -ipset=/.evchk.wikia.com/gfwlist -server=/.evschool.net/127.0.0.1#5335 -ipset=/.evschool.net/gfwlist -server=/.exblog.jp/127.0.0.1#5335 -ipset=/.exblog.jp/gfwlist -server=/.exchristian.hk/127.0.0.1#5335 -ipset=/.exchristian.hk/gfwlist -server=/.exmo.com/127.0.0.1#5335 -ipset=/.exmo.com/gfwlist -server=/.exmormon.org/127.0.0.1#5335 -ipset=/.exmormon.org/gfwlist -server=/.expatshield.com/127.0.0.1#5335 -ipset=/.expatshield.com/gfwlist -server=/.expecthim.com/127.0.0.1#5335 -ipset=/.expecthim.com/gfwlist -server=/.expekt.com/127.0.0.1#5335 -ipset=/.expekt.com/gfwlist -server=/.experts-univers.com/127.0.0.1#5335 -ipset=/.experts-univers.com/gfwlist -server=/.exploader.net/127.0.0.1#5335 -ipset=/.exploader.net/gfwlist -server=/.expressvpn.com/127.0.0.1#5335 -ipset=/.expressvpn.com/gfwlist -server=/.exrates.me/127.0.0.1#5335 -ipset=/.exrates.me/gfwlist -server=/.extmatrix.com/127.0.0.1#5335 -ipset=/.extmatrix.com/gfwlist -server=/.extremetube.com/127.0.0.1#5335 -ipset=/.extremetube.com/gfwlist -server=/.exx.com/127.0.0.1#5335 -ipset=/.exx.com/gfwlist -server=/.eyevio.jp/127.0.0.1#5335 -ipset=/.eyevio.jp/gfwlist -server=/.eyny.com/127.0.0.1#5335 -ipset=/.eyny.com/gfwlist -server=/.ezpeer.com/127.0.0.1#5335 -ipset=/.ezpeer.com/gfwlist -server=/.ezua.com/127.0.0.1#5335 -ipset=/.ezua.com/gfwlist -server=/.fa.gov.tw/127.0.0.1#5335 -ipset=/.fa.gov.tw/gfwlist -server=/.facebook.br/127.0.0.1#5335 -ipset=/.facebook.br/gfwlist -server=/.facebook.com/127.0.0.1#5335 -ipset=/.facebook.com/gfwlist -server=/.facebook.design/127.0.0.1#5335 -ipset=/.facebook.design/gfwlist -server=/.facebook.hu/127.0.0.1#5335 -ipset=/.facebook.hu/gfwlist -server=/.facebook.in/127.0.0.1#5335 -ipset=/.facebook.in/gfwlist -server=/.facebook.nl/127.0.0.1#5335 -ipset=/.facebook.nl/gfwlist -server=/.facebook.se/127.0.0.1#5335 -ipset=/.facebook.se/gfwlist -server=/.facebookmail.com/127.0.0.1#5335 -ipset=/.facebookmail.com/gfwlist -server=/.facebookquotes4u.com/127.0.0.1#5335 -ipset=/.facebookquotes4u.com/gfwlist -server=/.faceless.me/127.0.0.1#5335 -ipset=/.faceless.me/gfwlist -server=/.facesofnyfw.com/127.0.0.1#5335 -ipset=/.facesofnyfw.com/gfwlist -server=/.facesoftibetanselfimmolators.info/127.0.0.1#5335 -ipset=/.facesoftibetanselfimmolators.info/gfwlist -server=/.fail.hk/127.0.0.1#5335 -ipset=/.fail.hk/gfwlist -server=/.faith100.org/127.0.0.1#5335 -ipset=/.faith100.org/gfwlist -server=/.faithfuleye.com/127.0.0.1#5335 -ipset=/.faithfuleye.com/gfwlist -server=/.faiththedog.info/127.0.0.1#5335 -ipset=/.faiththedog.info/gfwlist -server=/.fakku.net/127.0.0.1#5335 -ipset=/.fakku.net/gfwlist -server=/.falsefire.com/127.0.0.1#5335 -ipset=/.falsefire.com/gfwlist -server=/.falun-co.org/127.0.0.1#5335 -ipset=/.falun-co.org/gfwlist -server=/.falun-ny.net/127.0.0.1#5335 -ipset=/.falun-ny.net/gfwlist -server=/.falun.caltech.edu/127.0.0.1#5335 -ipset=/.falun.caltech.edu/gfwlist -server=/.falunart.org/127.0.0.1#5335 -ipset=/.falunart.org/gfwlist -server=/.falunasia.info/127.0.0.1#5335 -ipset=/.falunasia.info/gfwlist -server=/.falunau.org/127.0.0.1#5335 -ipset=/.falunau.org/gfwlist -server=/.falunaz.net/127.0.0.1#5335 -ipset=/.falunaz.net/gfwlist -server=/.falundafa-dc.org/127.0.0.1#5335 -ipset=/.falundafa-dc.org/gfwlist -server=/.falundafa-florida.org/127.0.0.1#5335 -ipset=/.falundafa-florida.org/gfwlist -server=/.falundafa-nc.org/127.0.0.1#5335 -ipset=/.falundafa-nc.org/gfwlist -server=/.falundafa-pa.net/127.0.0.1#5335 -ipset=/.falundafa-pa.net/gfwlist -server=/.falundafa-sacramento.org/127.0.0.1#5335 -ipset=/.falundafa-sacramento.org/gfwlist -server=/.falundafa.org/127.0.0.1#5335 -ipset=/.falundafa.org/gfwlist -server=/.falundafaindia.org/127.0.0.1#5335 -ipset=/.falundafaindia.org/gfwlist -server=/.falundafamuseum.org/127.0.0.1#5335 -ipset=/.falundafamuseum.org/gfwlist -server=/.falungong.club/127.0.0.1#5335 -ipset=/.falungong.club/gfwlist -server=/.falungong.de/127.0.0.1#5335 -ipset=/.falungong.de/gfwlist -server=/.falungong.org.uk/127.0.0.1#5335 -ipset=/.falungong.org.uk/gfwlist -server=/.falunhr.org/127.0.0.1#5335 -ipset=/.falunhr.org/gfwlist -server=/.faluninfo.de/127.0.0.1#5335 -ipset=/.faluninfo.de/gfwlist -server=/.faluninfo.net/127.0.0.1#5335 -ipset=/.faluninfo.net/gfwlist -server=/.falunpilipinas.net/127.0.0.1#5335 -ipset=/.falunpilipinas.net/gfwlist -server=/.falunworld.net/127.0.0.1#5335 -ipset=/.falunworld.net/gfwlist -server=/.familyfed.org/127.0.0.1#5335 -ipset=/.familyfed.org/gfwlist -server=/.famunion.com/127.0.0.1#5335 -ipset=/.famunion.com/gfwlist -server=/.fan-qiang.com/127.0.0.1#5335 -ipset=/.fan-qiang.com/gfwlist -server=/.fangbinxing.com/127.0.0.1#5335 -ipset=/.fangbinxing.com/gfwlist -server=/.fangeming.com/127.0.0.1#5335 -ipset=/.fangeming.com/gfwlist -server=/.fangeqiang.com/127.0.0.1#5335 -ipset=/.fangeqiang.com/gfwlist -server=/.fanglizhi.info/127.0.0.1#5335 -ipset=/.fanglizhi.info/gfwlist -server=/.fangmincn.org/127.0.0.1#5335 -ipset=/.fangmincn.org/gfwlist -server=/.fangong.forums-free.com/127.0.0.1#5335 -ipset=/.fangong.forums-free.com/gfwlist -server=/.fangong.org/127.0.0.1#5335 -ipset=/.fangong.org/gfwlist -server=/.fangongheike.com/127.0.0.1#5335 -ipset=/.fangongheike.com/gfwlist -server=/.fanhaodang.com/127.0.0.1#5335 -ipset=/.fanhaodang.com/gfwlist -server=/.fanqiang.tk/127.0.0.1#5335 -ipset=/.fanqiang.tk/gfwlist -server=/.fanqiangdang.com/127.0.0.1#5335 -ipset=/.fanqiangdang.com/gfwlist -server=/.fanqianghou.com/127.0.0.1#5335 -ipset=/.fanqianghou.com/gfwlist -server=/.fanqiangyakexi.net/127.0.0.1#5335 -ipset=/.fanqiangyakexi.net/gfwlist -server=/.fanqiangzhe.com/127.0.0.1#5335 -ipset=/.fanqiangzhe.com/gfwlist -server=/.fanswong.com/127.0.0.1#5335 -ipset=/.fanswong.com/gfwlist -server=/.fanyue.info/127.0.0.1#5335 -ipset=/.fanyue.info/gfwlist -server=/.fapdu.com/127.0.0.1#5335 -ipset=/.fapdu.com/gfwlist -server=/.faproxy.com/127.0.0.1#5335 -ipset=/.faproxy.com/gfwlist -server=/.faqserv.com/127.0.0.1#5335 -ipset=/.faqserv.com/gfwlist -server=/.fartit.com/127.0.0.1#5335 -ipset=/.fartit.com/gfwlist -server=/.farwestchina.com/127.0.0.1#5335 -ipset=/.farwestchina.com/gfwlist -server=/.fast.wistia.com/127.0.0.1#5335 -ipset=/.fast.wistia.com/gfwlist -server=/.fastpic.ru/127.0.0.1#5335 -ipset=/.fastpic.ru/gfwlist -server=/.fastssh.com/127.0.0.1#5335 -ipset=/.fastssh.com/gfwlist -server=/.faststone.org/127.0.0.1#5335 -ipset=/.faststone.org/gfwlist -server=/.fatbtc.com/127.0.0.1#5335 -ipset=/.fatbtc.com/gfwlist -server=/.favstar.fm/127.0.0.1#5335 -ipset=/.favstar.fm/gfwlist -server=/.fawanghuihui.org/127.0.0.1#5335 -ipset=/.fawanghuihui.org/gfwlist -server=/.fb.com/127.0.0.1#5335 -ipset=/.fb.com/gfwlist -server=/.fb.me/127.0.0.1#5335 -ipset=/.fb.me/gfwlist -server=/.fbaddins.com/127.0.0.1#5335 -ipset=/.fbaddins.com/gfwlist -server=/.fbcdn.net/127.0.0.1#5335 -ipset=/.fbcdn.net/gfwlist -server=/.fbsbx.com/127.0.0.1#5335 -ipset=/.fbsbx.com/gfwlist -server=/.fbworkmail.com/127.0.0.1#5335 -ipset=/.fbworkmail.com/gfwlist -server=/.fc2.com/127.0.0.1#5335 -ipset=/.fc2.com/gfwlist -server=/.fc2blog.net/127.0.0.1#5335 -ipset=/.fc2blog.net/gfwlist -server=/.fc2china.com/127.0.0.1#5335 -ipset=/.fc2china.com/gfwlist -server=/.fc2cn.com/127.0.0.1#5335 -ipset=/.fc2cn.com/gfwlist -server=/.fda.gov.tw/127.0.0.1#5335 -ipset=/.fda.gov.tw/gfwlist -server=/.fdc64.de/127.0.0.1#5335 -ipset=/.fdc64.de/gfwlist -server=/.fdc64.org/127.0.0.1#5335 -ipset=/.fdc64.org/gfwlist -server=/.fdc89.jp/127.0.0.1#5335 -ipset=/.fdc89.jp/gfwlist -server=/.feedburner.com/127.0.0.1#5335 -ipset=/.feedburner.com/gfwlist -server=/.feeds.fileforum.com/127.0.0.1#5335 -ipset=/.feeds.fileforum.com/gfwlist -server=/.feedx.net/127.0.0.1#5335 -ipset=/.feedx.net/gfwlist -server=/.feelssh.com/127.0.0.1#5335 -ipset=/.feelssh.com/gfwlist -server=/.feer.com/127.0.0.1#5335 -ipset=/.feer.com/gfwlist -server=/.feifeiss.com/127.0.0.1#5335 -ipset=/.feifeiss.com/gfwlist -server=/.feitian-california.org/127.0.0.1#5335 -ipset=/.feitian-california.org/gfwlist -server=/.feitianacademy.org/127.0.0.1#5335 -ipset=/.feitianacademy.org/gfwlist -server=/.feministteacher.com/127.0.0.1#5335 -ipset=/.feministteacher.com/gfwlist -server=/.fengzhenghu.com/127.0.0.1#5335 -ipset=/.fengzhenghu.com/gfwlist -server=/.fengzhenghu.net/127.0.0.1#5335 -ipset=/.fengzhenghu.net/gfwlist -server=/.fevernet.com/127.0.0.1#5335 -ipset=/.fevernet.com/gfwlist -server=/.ff.im/127.0.0.1#5335 -ipset=/.ff.im/gfwlist -server=/.fffff.at/127.0.0.1#5335 -ipset=/.fffff.at/gfwlist -server=/.fflick.com/127.0.0.1#5335 -ipset=/.fflick.com/gfwlist -server=/.ffvpn.com/127.0.0.1#5335 -ipset=/.ffvpn.com/gfwlist -server=/.fgmtv.net/127.0.0.1#5335 -ipset=/.fgmtv.net/gfwlist -server=/.fgmtv.org/127.0.0.1#5335 -ipset=/.fgmtv.org/gfwlist -server=/.fhreports.net/127.0.0.1#5335 -ipset=/.fhreports.net/gfwlist -server=/.fiddle.jshell.net/127.0.0.1#5335 -ipset=/.fiddle.jshell.net/gfwlist -server=/.figprayer.com/127.0.0.1#5335 -ipset=/.figprayer.com/gfwlist -server=/.fileflyer.com/127.0.0.1#5335 -ipset=/.fileflyer.com/gfwlist -server=/.files2me.com/127.0.0.1#5335 -ipset=/.files2me.com/gfwlist -server=/.filesor.com/127.0.0.1#5335 -ipset=/.filesor.com/gfwlist -server=/.fillthesquare.org/127.0.0.1#5335 -ipset=/.fillthesquare.org/gfwlist -server=/.filmingfortibet.org/127.0.0.1#5335 -ipset=/.filmingfortibet.org/gfwlist -server=/.filthdump.com/127.0.0.1#5335 -ipset=/.filthdump.com/gfwlist -server=/.financetwitter.com/127.0.0.1#5335 -ipset=/.financetwitter.com/gfwlist -server=/.finchvpn.com/127.0.0.1#5335 -ipset=/.finchvpn.com/gfwlist -server=/.findmespot.com/127.0.0.1#5335 -ipset=/.findmespot.com/gfwlist -server=/.findyoutube.com/127.0.0.1#5335 -ipset=/.findyoutube.com/gfwlist -server=/.findyoutube.net/127.0.0.1#5335 -ipset=/.findyoutube.net/gfwlist -server=/.fingerdaily.com/127.0.0.1#5335 -ipset=/.fingerdaily.com/gfwlist -server=/.finler.net/127.0.0.1#5335 -ipset=/.finler.net/gfwlist -server=/.firearmsworld.net/127.0.0.1#5335 -ipset=/.firearmsworld.net/gfwlist -server=/.firebaseio.com/127.0.0.1#5335 -ipset=/.firebaseio.com/gfwlist -server=/.fireofliberty.org/127.0.0.1#5335 -ipset=/.fireofliberty.org/gfwlist -server=/.firetweet.io/127.0.0.1#5335 -ipset=/.firetweet.io/gfwlist -server=/.firstfivefollowers.com/127.0.0.1#5335 -ipset=/.firstfivefollowers.com/gfwlist -server=/.flagsonline.it/127.0.0.1#5335 -ipset=/.flagsonline.it/gfwlist -server=/.flecheinthepeche.fr/127.0.0.1#5335 -ipset=/.flecheinthepeche.fr/gfwlist -server=/.fleshbot.com/127.0.0.1#5335 -ipset=/.fleshbot.com/gfwlist -server=/.fleursdeslettres.com/127.0.0.1#5335 -ipset=/.fleursdeslettres.com/gfwlist -server=/.flgg.us/127.0.0.1#5335 -ipset=/.flgg.us/gfwlist -server=/.flgjustice.org/127.0.0.1#5335 -ipset=/.flgjustice.org/gfwlist -server=/.flickr.com/127.0.0.1#5335 -ipset=/.flickr.com/gfwlist -server=/.flickrhivemind.net/127.0.0.1#5335 -ipset=/.flickrhivemind.net/gfwlist -server=/.flickriver.com/127.0.0.1#5335 -ipset=/.flickriver.com/gfwlist -server=/.fling.com/127.0.0.1#5335 -ipset=/.fling.com/gfwlist -server=/.flipboard.com/127.0.0.1#5335 -ipset=/.flipboard.com/gfwlist -server=/.flipkart.com/127.0.0.1#5335 -ipset=/.flipkart.com/gfwlist -server=/.flitto.com/127.0.0.1#5335 -ipset=/.flitto.com/gfwlist -server=/.flnet.org/127.0.0.1#5335 -ipset=/.flnet.org/gfwlist -server=/.flog.tw/127.0.0.1#5335 -ipset=/.flog.tw/gfwlist -server=/.flyvpn.com/127.0.0.1#5335 -ipset=/.flyvpn.com/gfwlist -server=/.flyzy2005.com/127.0.0.1#5335 -ipset=/.flyzy2005.com/gfwlist -server=/.fnac.be/127.0.0.1#5335 -ipset=/.fnac.be/gfwlist -server=/.fnac.com/127.0.0.1#5335 -ipset=/.fnac.com/gfwlist -server=/.fochk.org/127.0.0.1#5335 -ipset=/.fochk.org/gfwlist -server=/.focustaiwan.tw/127.0.0.1#5335 -ipset=/.focustaiwan.tw/gfwlist -server=/.focusvpn.com/127.0.0.1#5335 -ipset=/.focusvpn.com/gfwlist -server=/.fofg-europe.net/127.0.0.1#5335 -ipset=/.fofg-europe.net/gfwlist -server=/.fofg.org/127.0.0.1#5335 -ipset=/.fofg.org/gfwlist -server=/.fofldfradio.org/127.0.0.1#5335 -ipset=/.fofldfradio.org/gfwlist -server=/.fooooo.com/127.0.0.1#5335 -ipset=/.fooooo.com/gfwlist -server=/.footwiball.com/127.0.0.1#5335 -ipset=/.footwiball.com/gfwlist -server=/.foreignpolicy.com/127.0.0.1#5335 -ipset=/.foreignpolicy.com/gfwlist -server=/.forum.baby-kingdom.com/127.0.0.1#5335 -ipset=/.forum.baby-kingdom.com/gfwlist -server=/.forum.cyberctm.com/127.0.0.1#5335 -ipset=/.forum.cyberctm.com/gfwlist -server=/.forum.idsam.com/127.0.0.1#5335 -ipset=/.forum.idsam.com/gfwlist -server=/.forum.my903.com/127.0.0.1#5335 -ipset=/.forum.my903.com/gfwlist -server=/.forum.mymaji.com/127.0.0.1#5335 -ipset=/.forum.mymaji.com/gfwlist -server=/.forum.omy.sg/127.0.0.1#5335 -ipset=/.forum.omy.sg/gfwlist -server=/.forum.palmislife.com/127.0.0.1#5335 -ipset=/.forum.palmislife.com/gfwlist -server=/.forum.setty.com.tw/127.0.0.1#5335 -ipset=/.forum.setty.com.tw/gfwlist -server=/.forum.sina.com.hk/127.0.0.1#5335 -ipset=/.forum.sina.com.hk/gfwlist -server=/.forum.slime.com.tw/127.0.0.1#5335 -ipset=/.forum.slime.com.tw/gfwlist -server=/.forum.tvb.com/127.0.0.1#5335 -ipset=/.forum.tvb.com/gfwlist -server=/.forum4hk.com/127.0.0.1#5335 -ipset=/.forum4hk.com/gfwlist -server=/.fotile.me/127.0.0.1#5335 -ipset=/.fotile.me/gfwlist -server=/.fourface.nodesnoop.com/127.0.0.1#5335 -ipset=/.fourface.nodesnoop.com/gfwlist -server=/.fourthinternational.org/127.0.0.1#5335 -ipset=/.fourthinternational.org/gfwlist -server=/.foxdie.us/127.0.0.1#5335 -ipset=/.foxdie.us/gfwlist -server=/.foxgay.com/127.0.0.1#5335 -ipset=/.foxgay.com/gfwlist -server=/.foxsub.com/127.0.0.1#5335 -ipset=/.foxsub.com/gfwlist -server=/.foxtang.com/127.0.0.1#5335 -ipset=/.foxtang.com/gfwlist -server=/.fpmt-osel.org/127.0.0.1#5335 -ipset=/.fpmt-osel.org/gfwlist -server=/.fpmt.org/127.0.0.1#5335 -ipset=/.fpmt.org/gfwlist -server=/.fpmt.tw/127.0.0.1#5335 -ipset=/.fpmt.tw/gfwlist -server=/.fpmtmexico.org/127.0.0.1#5335 -ipset=/.fpmtmexico.org/gfwlist -server=/.fq.wikia.com/127.0.0.1#5335 -ipset=/.fq.wikia.com/gfwlist -server=/.fqok.org/127.0.0.1#5335 -ipset=/.fqok.org/gfwlist -server=/.fqrouter.com/127.0.0.1#5335 -ipset=/.fqrouter.com/gfwlist -server=/.franklc.com/127.0.0.1#5335 -ipset=/.franklc.com/gfwlist -server=/.freakshare.com/127.0.0.1#5335 -ipset=/.freakshare.com/gfwlist -server=/.free-gate.org/127.0.0.1#5335 -ipset=/.free-gate.org/gfwlist -server=/.free-hada-now.org/127.0.0.1#5335 -ipset=/.free-hada-now.org/gfwlist -server=/.free-proxy.cz/127.0.0.1#5335 -ipset=/.free-proxy.cz/gfwlist -server=/.free-ss.site/127.0.0.1#5335 -ipset=/.free-ss.site/gfwlist -server=/.free-ssh.com/127.0.0.1#5335 -ipset=/.free-ssh.com/gfwlist -server=/.free4u.com.ar/127.0.0.1#5335 -ipset=/.free4u.com.ar/gfwlist -server=/.freealim.com/127.0.0.1#5335 -ipset=/.freealim.com/gfwlist -server=/.freebrowser.org/127.0.0.1#5335 -ipset=/.freebrowser.org/gfwlist -server=/.freechal.com/127.0.0.1#5335 -ipset=/.freechal.com/gfwlist -server=/.freechina.net/127.0.0.1#5335 -ipset=/.freechina.net/gfwlist -server=/.freechinaforum.org/127.0.0.1#5335 -ipset=/.freechinaforum.org/gfwlist -server=/.freeddns.com/127.0.0.1#5335 -ipset=/.freeddns.com/gfwlist -server=/.freeddns.org/127.0.0.1#5335 -ipset=/.freeddns.org/gfwlist -server=/.freedomchina.info/127.0.0.1#5335 -ipset=/.freedomchina.info/gfwlist -server=/.freedomhouse.org/127.0.0.1#5335 -ipset=/.freedomhouse.org/gfwlist -server=/.freedominfonetweb.wordpress.com/127.0.0.1#5335 -ipset=/.freedominfonetweb.wordpress.com/gfwlist -server=/.freedomsherald.org/127.0.0.1#5335 -ipset=/.freedomsherald.org/gfwlist -server=/.freeforums.org/127.0.0.1#5335 -ipset=/.freeforums.org/gfwlist -server=/.freefq.com/127.0.0.1#5335 -ipset=/.freefq.com/gfwlist -server=/.freefuckvids.com/127.0.0.1#5335 -ipset=/.freefuckvids.com/gfwlist -server=/.freegao.com/127.0.0.1#5335 -ipset=/.freegao.com/gfwlist -server=/.freehongkong.org/127.0.0.1#5335 -ipset=/.freehongkong.org/gfwlist -server=/.freeilhamtohti.org/127.0.0.1#5335 -ipset=/.freeilhamtohti.org/gfwlist -server=/.freekwonpyong.org/127.0.0.1#5335 -ipset=/.freekwonpyong.org/gfwlist -server=/.freelotto.com/127.0.0.1#5335 -ipset=/.freelotto.com/gfwlist -server=/.freeman2.com/127.0.0.1#5335 -ipset=/.freeman2.com/gfwlist -server=/.freemoren.com/127.0.0.1#5335 -ipset=/.freemoren.com/gfwlist -server=/.freemorenews.com/127.0.0.1#5335 -ipset=/.freemorenews.com/gfwlist -server=/.freenet-china.org/127.0.0.1#5335 -ipset=/.freenet-china.org/gfwlist -server=/.freenetproject.org/127.0.0.1#5335 -ipset=/.freenetproject.org/gfwlist -server=/.freenewscn.com/127.0.0.1#5335 -ipset=/.freenewscn.com/gfwlist -server=/.freeopenvpn.com/127.0.0.1#5335 -ipset=/.freeopenvpn.com/gfwlist -server=/.freeoz.org/127.0.0.1#5335 -ipset=/.freeoz.org/gfwlist -server=/.freessh.us/127.0.0.1#5335 -ipset=/.freessh.us/gfwlist -server=/.freetcp.com/127.0.0.1#5335 -ipset=/.freetcp.com/gfwlist -server=/.freetibet.net/127.0.0.1#5335 -ipset=/.freetibet.net/gfwlist -server=/.freetibet.org/127.0.0.1#5335 -ipset=/.freetibet.org/gfwlist -server=/.freetibetanheroes.org/127.0.0.1#5335 -ipset=/.freetibetanheroes.org/gfwlist -server=/.freeviewmovies.com/127.0.0.1#5335 -ipset=/.freeviewmovies.com/gfwlist -server=/.freevpn.me/127.0.0.1#5335 -ipset=/.freevpn.me/gfwlist -server=/.freevpn.nl/127.0.0.1#5335 -ipset=/.freevpn.nl/gfwlist -server=/.freewallpaper4.me/127.0.0.1#5335 -ipset=/.freewallpaper4.me/gfwlist -server=/.freewebs.com/127.0.0.1#5335 -ipset=/.freewebs.com/gfwlist -server=/.freewechat.com/127.0.0.1#5335 -ipset=/.freewechat.com/gfwlist -server=/.freewww.biz/127.0.0.1#5335 -ipset=/.freewww.biz/gfwlist -server=/.freewww.info/127.0.0.1#5335 -ipset=/.freewww.info/gfwlist -server=/.freexinwen.com/127.0.0.1#5335 -ipset=/.freexinwen.com/gfwlist -server=/.freeyellow.com/127.0.0.1#5335 -ipset=/.freeyellow.com/gfwlist -server=/.freeyoutubeproxy.net/127.0.0.1#5335 -ipset=/.freeyoutubeproxy.net/gfwlist -server=/.friendfeed.com/127.0.0.1#5335 -ipset=/.friendfeed.com/gfwlist -server=/.friends-of-tibet.org/127.0.0.1#5335 -ipset=/.friends-of-tibet.org/gfwlist -server=/.friendsoftibet.org/127.0.0.1#5335 -ipset=/.friendsoftibet.org/gfwlist -server=/.fring.com/127.0.0.1#5335 -ipset=/.fring.com/gfwlist -server=/.fringenetwork.com/127.0.0.1#5335 -ipset=/.fringenetwork.com/gfwlist -server=/.from-pr.com/127.0.0.1#5335 -ipset=/.from-pr.com/gfwlist -server=/.from-sd.com/127.0.0.1#5335 -ipset=/.from-sd.com/gfwlist -server=/.fromchinatousa.net/127.0.0.1#5335 -ipset=/.fromchinatousa.net/gfwlist -server=/.frommel.net/127.0.0.1#5335 -ipset=/.frommel.net/gfwlist -server=/.frontlinedefenders.org/127.0.0.1#5335 -ipset=/.frontlinedefenders.org/gfwlist -server=/.frootvpn.com/127.0.0.1#5335 -ipset=/.frootvpn.com/gfwlist -server=/.fscked.org/127.0.0.1#5335 -ipset=/.fscked.org/gfwlist -server=/.fsurf.com/127.0.0.1#5335 -ipset=/.fsurf.com/gfwlist -server=/.ftchinese.com/127.0.0.1#5335 -ipset=/.ftchinese.com/gfwlist -server=/.ftp1.biz/127.0.0.1#5335 -ipset=/.ftp1.biz/gfwlist -server=/.ftpserver.biz/127.0.0.1#5335 -ipset=/.ftpserver.biz/gfwlist -server=/.ftv.com.tw/127.0.0.1#5335 -ipset=/.ftv.com.tw/gfwlist -server=/.fucd.com/127.0.0.1#5335 -ipset=/.fucd.com/gfwlist -server=/.fuckcnnic.net/127.0.0.1#5335 -ipset=/.fuckcnnic.net/gfwlist -server=/.fuckgfw.org/127.0.0.1#5335 -ipset=/.fuckgfw.org/gfwlist -server=/.fulione.com/127.0.0.1#5335 -ipset=/.fulione.com/gfwlist -server=/.fullerconsideration.com/127.0.0.1#5335 -ipset=/.fullerconsideration.com/gfwlist -server=/.fulue.com/127.0.0.1#5335 -ipset=/.fulue.com/gfwlist -server=/.funf.tw/127.0.0.1#5335 -ipset=/.funf.tw/gfwlist -server=/.funkyimg.com/127.0.0.1#5335 -ipset=/.funkyimg.com/gfwlist -server=/.funp.com/127.0.0.1#5335 -ipset=/.funp.com/gfwlist -server=/.fuq.com/127.0.0.1#5335 -ipset=/.fuq.com/gfwlist -server=/.furbo.org/127.0.0.1#5335 -ipset=/.furbo.org/gfwlist -server=/.furhhdl.org/127.0.0.1#5335 -ipset=/.furhhdl.org/gfwlist -server=/.furinkan.com/127.0.0.1#5335 -ipset=/.furinkan.com/gfwlist -server=/.furl.net/127.0.0.1#5335 -ipset=/.furl.net/gfwlist -server=/.futurechinaforum.org/127.0.0.1#5335 -ipset=/.futurechinaforum.org/gfwlist -server=/.futuremessage.org/127.0.0.1#5335 -ipset=/.futuremessage.org/gfwlist -server=/.fux.com/127.0.0.1#5335 -ipset=/.fux.com/gfwlist -server=/.fuyin.net/127.0.0.1#5335 -ipset=/.fuyin.net/gfwlist -server=/.fuyindiantai.org/127.0.0.1#5335 -ipset=/.fuyindiantai.org/gfwlist -server=/.fuyu.org.tw/127.0.0.1#5335 -ipset=/.fuyu.org.tw/gfwlist -server=/.fw.cm/127.0.0.1#5335 -ipset=/.fw.cm/gfwlist -server=/.fxcm-chinese.com/127.0.0.1#5335 -ipset=/.fxcm-chinese.com/gfwlist -server=/.fxnetworks.com/127.0.0.1#5335 -ipset=/.fxnetworks.com/gfwlist -server=/.fzh999.com/127.0.0.1#5335 -ipset=/.fzh999.com/gfwlist -server=/.fzh999.net/127.0.0.1#5335 -ipset=/.fzh999.net/gfwlist -server=/.fzlm.com/127.0.0.1#5335 -ipset=/.fzlm.com/gfwlist -server=/.g-area.org/127.0.0.1#5335 -ipset=/.g-area.org/gfwlist -server=/.g-queen.com/127.0.0.1#5335 -ipset=/.g-queen.com/gfwlist -server=/.g.co/127.0.0.1#5335 -ipset=/.g.co/gfwlist -server=/.g0v.social/127.0.0.1#5335 -ipset=/.g0v.social/gfwlist -server=/.g6hentai.com/127.0.0.1#5335 -ipset=/.g6hentai.com/gfwlist -server=/.gabocorp.com/127.0.0.1#5335 -ipset=/.gabocorp.com/gfwlist -server=/.gaeproxy.com/127.0.0.1#5335 -ipset=/.gaeproxy.com/gfwlist -server=/.gaforum.org/127.0.0.1#5335 -ipset=/.gaforum.org/gfwlist -server=/.galaxymacau.com/127.0.0.1#5335 -ipset=/.galaxymacau.com/gfwlist -server=/.galenwu.com/127.0.0.1#5335 -ipset=/.galenwu.com/gfwlist -server=/.galstars.net/127.0.0.1#5335 -ipset=/.galstars.net/gfwlist -server=/.game735.com/127.0.0.1#5335 -ipset=/.game735.com/gfwlist -server=/.gamebase.com.tw/127.0.0.1#5335 -ipset=/.gamebase.com.tw/gfwlist -server=/.gamejolt.com/127.0.0.1#5335 -ipset=/.gamejolt.com/gfwlist -server=/.gamer-cds.cdn.hinet.net/127.0.0.1#5335 -ipset=/.gamer-cds.cdn.hinet.net/gfwlist -server=/.gamer.com.tw/127.0.0.1#5335 -ipset=/.gamer.com.tw/gfwlist -server=/.gamer2-cds.cdn.hinet.net/127.0.0.1#5335 -ipset=/.gamer2-cds.cdn.hinet.net/gfwlist -server=/.gamez.com.tw/127.0.0.1#5335 -ipset=/.gamez.com.tw/gfwlist -server=/.gamousa.com/127.0.0.1#5335 -ipset=/.gamousa.com/gfwlist -server=/.ganges.com/127.0.0.1#5335 -ipset=/.ganges.com/gfwlist -server=/.gaoming.net/127.0.0.1#5335 -ipset=/.gaoming.net/gfwlist -server=/.gaopi.net/127.0.0.1#5335 -ipset=/.gaopi.net/gfwlist -server=/.gaozhisheng.net/127.0.0.1#5335 -ipset=/.gaozhisheng.net/gfwlist -server=/.gaozhisheng.org/127.0.0.1#5335 -ipset=/.gaozhisheng.org/gfwlist -server=/.gardennetworks.com/127.0.0.1#5335 -ipset=/.gardennetworks.com/gfwlist -server=/.gardennetworks.org/127.0.0.1#5335 -ipset=/.gardennetworks.org/gfwlist -server=/.gartlive.com/127.0.0.1#5335 -ipset=/.gartlive.com/gfwlist -server=/.gate-project.com/127.0.0.1#5335 -ipset=/.gate-project.com/gfwlist -server=/.gate.io/127.0.0.1#5335 -ipset=/.gate.io/gfwlist -server=/.gatecoin.com/127.0.0.1#5335 -ipset=/.gatecoin.com/gfwlist -server=/.gather.com/127.0.0.1#5335 -ipset=/.gather.com/gfwlist -server=/.gatherproxy.com/127.0.0.1#5335 -ipset=/.gatherproxy.com/gfwlist -server=/.gati.org.tw/127.0.0.1#5335 -ipset=/.gati.org.tw/gfwlist -server=/.gaybubble.com/127.0.0.1#5335 -ipset=/.gaybubble.com/gfwlist -server=/.gaycn.net/127.0.0.1#5335 -ipset=/.gaycn.net/gfwlist -server=/.gayhub.com/127.0.0.1#5335 -ipset=/.gayhub.com/gfwlist -server=/.gaymap.cc/127.0.0.1#5335 -ipset=/.gaymap.cc/gfwlist -server=/.gaymenring.com/127.0.0.1#5335 -ipset=/.gaymenring.com/gfwlist -server=/.gaytube.com/127.0.0.1#5335 -ipset=/.gaytube.com/gfwlist -server=/.gaywatch.com/127.0.0.1#5335 -ipset=/.gaywatch.com/gfwlist -server=/.gazotube.com/127.0.0.1#5335 -ipset=/.gazotube.com/gfwlist -server=/.gcc.org.hk/127.0.0.1#5335 -ipset=/.gcc.org.hk/gfwlist -server=/.gclooney.com/127.0.0.1#5335 -ipset=/.gclooney.com/gfwlist -server=/.gcmasia.com/127.0.0.1#5335 -ipset=/.gcmasia.com/gfwlist -server=/.gcpnews.com/127.0.0.1#5335 -ipset=/.gcpnews.com/gfwlist -server=/.gcr.io/127.0.0.1#5335 -ipset=/.gcr.io/gfwlist -server=/.gdzf.org/127.0.0.1#5335 -ipset=/.gdzf.org/gfwlist -server=/.geek-art.net/127.0.0.1#5335 -ipset=/.geek-art.net/gfwlist -server=/.geekheart.info/127.0.0.1#5335 -ipset=/.geekheart.info/gfwlist -server=/.gekikame.com/127.0.0.1#5335 -ipset=/.gekikame.com/gfwlist -server=/.gelbooru.com/127.0.0.1#5335 -ipset=/.gelbooru.com/gfwlist -server=/.geocities.co.jp/127.0.0.1#5335 -ipset=/.geocities.co.jp/gfwlist -server=/.geocities.jp/127.0.0.1#5335 -ipset=/.geocities.jp/gfwlist -server=/.gerefoundation.org/127.0.0.1#5335 -ipset=/.gerefoundation.org/gfwlist -server=/.get.app/127.0.0.1#5335 -ipset=/.get.app/gfwlist -server=/.get.dev/127.0.0.1#5335 -ipset=/.get.dev/gfwlist -server=/.get.how/127.0.0.1#5335 -ipset=/.get.how/gfwlist -server=/.get.page/127.0.0.1#5335 -ipset=/.get.page/gfwlist -server=/.getastrill.com/127.0.0.1#5335 -ipset=/.getastrill.com/gfwlist -server=/.getchu.com/127.0.0.1#5335 -ipset=/.getchu.com/gfwlist -server=/.getcloak.com/127.0.0.1#5335 -ipset=/.getcloak.com/gfwlist -server=/.getfoxyproxy.org/127.0.0.1#5335 -ipset=/.getfoxyproxy.org/gfwlist -server=/.getfreedur.com/127.0.0.1#5335 -ipset=/.getfreedur.com/gfwlist -server=/.getgom.com/127.0.0.1#5335 -ipset=/.getgom.com/gfwlist -server=/.geti2p.net/127.0.0.1#5335 -ipset=/.geti2p.net/gfwlist -server=/.getiton.com/127.0.0.1#5335 -ipset=/.getiton.com/gfwlist -server=/.getlantern.org/127.0.0.1#5335 -ipset=/.getlantern.org/gfwlist -server=/.getmdl.io/127.0.0.1#5335 -ipset=/.getmdl.io/gfwlist -server=/.getoutline.org/127.0.0.1#5335 -ipset=/.getoutline.org/gfwlist -server=/.getsocialscope.com/127.0.0.1#5335 -ipset=/.getsocialscope.com/gfwlist -server=/.getsync.com/127.0.0.1#5335 -ipset=/.getsync.com/gfwlist -server=/.gettrials.com/127.0.0.1#5335 -ipset=/.gettrials.com/gfwlist -server=/.gettyimages.com/127.0.0.1#5335 -ipset=/.gettyimages.com/gfwlist -server=/.getuploader.com/127.0.0.1#5335 -ipset=/.getuploader.com/gfwlist -server=/.gfbv.de/127.0.0.1#5335 -ipset=/.gfbv.de/gfwlist -server=/.gfgold.com.hk/127.0.0.1#5335 -ipset=/.gfgold.com.hk/gfwlist -server=/.gfsale.com/127.0.0.1#5335 -ipset=/.gfsale.com/gfwlist -server=/.gfw.org.ua/127.0.0.1#5335 -ipset=/.gfw.org.ua/gfwlist -server=/.gfw.press/127.0.0.1#5335 -ipset=/.gfw.press/gfwlist -server=/.ggpht.com/127.0.0.1#5335 -ipset=/.ggpht.com/gfwlist -server=/.ggssl.com/127.0.0.1#5335 -ipset=/.ggssl.com/gfwlist -server=/.ghostpath.com/127.0.0.1#5335 -ipset=/.ghostpath.com/gfwlist -server=/.ghut.org/127.0.0.1#5335 -ipset=/.ghut.org/gfwlist -server=/.giantessnight.com/127.0.0.1#5335 -ipset=/.giantessnight.com/gfwlist -server=/.gifree.com/127.0.0.1#5335 -ipset=/.gifree.com/gfwlist -server=/.giga-web.jp/127.0.0.1#5335 -ipset=/.giga-web.jp/gfwlist -server=/.gigporno.ru/127.0.0.1#5335 -ipset=/.gigporno.ru/gfwlist -server=/.girlbanker.com/127.0.0.1#5335 -ipset=/.girlbanker.com/gfwlist -server=/.gist.github.com/127.0.0.1#5335 -ipset=/.gist.github.com/gfwlist -server=/.git.io/127.0.0.1#5335 -ipset=/.git.io/gfwlist -server=/.gizlen.net/127.0.0.1#5335 -ipset=/.gizlen.net/gfwlist -server=/.gjczz.com/127.0.0.1#5335 -ipset=/.gjczz.com/gfwlist -server=/.glass8.eu/127.0.0.1#5335 -ipset=/.glass8.eu/gfwlist -server=/.global.bing.com/127.0.0.1#5335 -ipset=/.global.bing.com/gfwlist -server=/.globaljihad.net/127.0.0.1#5335 -ipset=/.globaljihad.net/gfwlist -server=/.globalmediaoutreach.com/127.0.0.1#5335 -ipset=/.globalmediaoutreach.com/gfwlist -server=/.globalmuseumoncommunism.org/127.0.0.1#5335 -ipset=/.globalmuseumoncommunism.org/gfwlist -server=/.globalrescue.net/127.0.0.1#5335 -ipset=/.globalrescue.net/gfwlist -server=/.globaltm.org/127.0.0.1#5335 -ipset=/.globaltm.org/gfwlist -server=/.globalvoices.org/127.0.0.1#5335 -ipset=/.globalvoices.org/gfwlist -server=/.globalvoicesonline.org/127.0.0.1#5335 -ipset=/.globalvoicesonline.org/gfwlist -server=/.globalvpn.net/127.0.0.1#5335 -ipset=/.globalvpn.net/gfwlist -server=/.glock.com/127.0.0.1#5335 -ipset=/.glock.com/gfwlist -server=/.gloryhole.com/127.0.0.1#5335 -ipset=/.gloryhole.com/gfwlist -server=/.glorystar.me/127.0.0.1#5335 -ipset=/.glorystar.me/gfwlist -server=/.glype.com/127.0.0.1#5335 -ipset=/.glype.com/gfwlist -server=/.gmail.com/127.0.0.1#5335 -ipset=/.gmail.com/gfwlist -server=/.gmbd.cn/127.0.0.1#5335 -ipset=/.gmbd.cn/gfwlist -server=/.gmhz.org/127.0.0.1#5335 -ipset=/.gmhz.org/gfwlist -server=/.gmll.org/127.0.0.1#5335 -ipset=/.gmll.org/gfwlist -server=/.gmodules.com/127.0.0.1#5335 -ipset=/.gmodules.com/gfwlist -server=/.gmozomg.izihost.org/127.0.0.1#5335 -ipset=/.gmozomg.izihost.org/gfwlist -server=/.gnci.org.hk/127.0.0.1#5335 -ipset=/.gnci.org.hk/gfwlist -server=/.go-pki.com/127.0.0.1#5335 -ipset=/.go-pki.com/gfwlist -server=/.go.nesnode.com/127.0.0.1#5335 -ipset=/.go.nesnode.com/gfwlist -server=/.go141.com/127.0.0.1#5335 -ipset=/.go141.com/gfwlist -server=/.goagent.biz/127.0.0.1#5335 -ipset=/.goagent.biz/gfwlist -server=/.goagent.codeplex.com/127.0.0.1#5335 -ipset=/.goagent.codeplex.com/gfwlist -server=/.goagentplus.com/127.0.0.1#5335 -ipset=/.goagentplus.com/gfwlist -server=/.gobet.cc/127.0.0.1#5335 -ipset=/.gobet.cc/gfwlist -server=/.godfootsteps.org/127.0.0.1#5335 -ipset=/.godfootsteps.org/gfwlist -server=/.godns.work/127.0.0.1#5335 -ipset=/.godns.work/gfwlist -server=/.godoc.org/127.0.0.1#5335 -ipset=/.godoc.org/gfwlist -server=/.godsdirectcontact.co.uk/127.0.0.1#5335 -ipset=/.godsdirectcontact.co.uk/gfwlist -server=/.godsdirectcontact.org/127.0.0.1#5335 -ipset=/.godsdirectcontact.org/gfwlist -server=/.godsimmediatecontact.com/127.0.0.1#5335 -ipset=/.godsimmediatecontact.com/gfwlist -server=/.gogotunnel.com/127.0.0.1#5335 -ipset=/.gogotunnel.com/gfwlist -server=/.gohappy.com.tw/127.0.0.1#5335 -ipset=/.gohappy.com.tw/gfwlist -server=/.gojet.krtco.com.tw/127.0.0.1#5335 -ipset=/.gojet.krtco.com.tw/gfwlist -server=/.gokbayrak.com/127.0.0.1#5335 -ipset=/.gokbayrak.com/gfwlist -server=/.golang.org/127.0.0.1#5335 -ipset=/.golang.org/gfwlist -server=/.goldbet.com/127.0.0.1#5335 -ipset=/.goldbet.com/gfwlist -server=/.goldbetsports.com/127.0.0.1#5335 -ipset=/.goldbetsports.com/gfwlist -server=/.goldeneyevault.com/127.0.0.1#5335 -ipset=/.goldeneyevault.com/gfwlist -server=/.goldenfrog.com/127.0.0.1#5335 -ipset=/.goldenfrog.com/gfwlist -server=/.goldjizz.com/127.0.0.1#5335 -ipset=/.goldjizz.com/gfwlist -server=/.goldstep.net/127.0.0.1#5335 -ipset=/.goldstep.net/gfwlist -server=/.goldwave.com/127.0.0.1#5335 -ipset=/.goldwave.com/gfwlist -server=/.gongm.in/127.0.0.1#5335 -ipset=/.gongm.in/gfwlist -server=/.gongmeng.info/127.0.0.1#5335 -ipset=/.gongmeng.info/gfwlist -server=/.gongminliliang.com/127.0.0.1#5335 -ipset=/.gongminliliang.com/gfwlist -server=/.gongwt.com/127.0.0.1#5335 -ipset=/.gongwt.com/gfwlist -server=/.goo.gl/127.0.0.1#5335 -ipset=/.goo.gl/gfwlist -server=/.gooday.xyz/127.0.0.1#5335 -ipset=/.gooday.xyz/gfwlist -server=/.gooddns.info/127.0.0.1#5335 -ipset=/.gooddns.info/gfwlist -server=/.goodreaders.com/127.0.0.1#5335 -ipset=/.goodreaders.com/gfwlist -server=/.goodreads.com/127.0.0.1#5335 -ipset=/.goodreads.com/gfwlist -server=/.goodtv.com.tw/127.0.0.1#5335 -ipset=/.goodtv.com.tw/gfwlist -server=/.goodtv.tv/127.0.0.1#5335 -ipset=/.goodtv.tv/gfwlist -server=/.goofind.com/127.0.0.1#5335 -ipset=/.goofind.com/gfwlist -server=/.google.ae/127.0.0.1#5335 -ipset=/.google.ae/gfwlist -server=/.google.am/127.0.0.1#5335 -ipset=/.google.am/gfwlist -server=/.google.as/127.0.0.1#5335 -ipset=/.google.as/gfwlist -server=/.google.at/127.0.0.1#5335 -ipset=/.google.at/gfwlist -server=/.google.az/127.0.0.1#5335 -ipset=/.google.az/gfwlist -server=/.google.ba/127.0.0.1#5335 -ipset=/.google.ba/gfwlist -server=/.google.be/127.0.0.1#5335 -ipset=/.google.be/gfwlist -server=/.google.bg/127.0.0.1#5335 -ipset=/.google.bg/gfwlist -server=/.google.ca/127.0.0.1#5335 -ipset=/.google.ca/gfwlist -server=/.google.calstate.edu/127.0.0.1#5335 -ipset=/.google.calstate.edu/gfwlist -server=/.google.cd/127.0.0.1#5335 -ipset=/.google.cd/gfwlist -server=/.google.ci/127.0.0.1#5335 -ipset=/.google.ci/gfwlist -server=/.google.co.id/127.0.0.1#5335 -ipset=/.google.co.id/gfwlist -server=/.google.co.jp/127.0.0.1#5335 -ipset=/.google.co.jp/gfwlist -server=/.google.co.kr/127.0.0.1#5335 -ipset=/.google.co.kr/gfwlist -server=/.google.co.ma/127.0.0.1#5335 -ipset=/.google.co.ma/gfwlist -server=/.google.co.uk/127.0.0.1#5335 -ipset=/.google.co.uk/gfwlist -server=/.google.com/127.0.0.1#5335 -ipset=/.google.com/gfwlist -server=/.google.de/127.0.0.1#5335 -ipset=/.google.de/gfwlist -server=/.google.dev/127.0.0.1#5335 -ipset=/.google.dev/gfwlist -server=/.google.dj/127.0.0.1#5335 -ipset=/.google.dj/gfwlist -server=/.google.dk/127.0.0.1#5335 -ipset=/.google.dk/gfwlist -server=/.google.es/127.0.0.1#5335 -ipset=/.google.es/gfwlist -server=/.google.fi/127.0.0.1#5335 -ipset=/.google.fi/gfwlist -server=/.google.fm/127.0.0.1#5335 -ipset=/.google.fm/gfwlist -server=/.google.fr/127.0.0.1#5335 -ipset=/.google.fr/gfwlist -server=/.google.gg/127.0.0.1#5335 -ipset=/.google.gg/gfwlist -server=/.google.gl/127.0.0.1#5335 -ipset=/.google.gl/gfwlist -server=/.google.gr/127.0.0.1#5335 -ipset=/.google.gr/gfwlist -server=/.google.ie/127.0.0.1#5335 -ipset=/.google.ie/gfwlist -server=/.google.is/127.0.0.1#5335 -ipset=/.google.is/gfwlist -server=/.google.it/127.0.0.1#5335 -ipset=/.google.it/gfwlist -server=/.google.jo/127.0.0.1#5335 -ipset=/.google.jo/gfwlist -server=/.google.kz/127.0.0.1#5335 -ipset=/.google.kz/gfwlist -server=/.google.lv/127.0.0.1#5335 -ipset=/.google.lv/gfwlist -server=/.google.mn/127.0.0.1#5335 -ipset=/.google.mn/gfwlist -server=/.google.ms/127.0.0.1#5335 -ipset=/.google.ms/gfwlist -server=/.google.nl/127.0.0.1#5335 -ipset=/.google.nl/gfwlist -server=/.google.no/127.0.0.1#5335 -ipset=/.google.no/gfwlist -server=/.google.nu/127.0.0.1#5335 -ipset=/.google.nu/gfwlist -server=/.google.ro/127.0.0.1#5335 -ipset=/.google.ro/gfwlist -server=/.google.ru/127.0.0.1#5335 -ipset=/.google.ru/gfwlist -server=/.google.rw/127.0.0.1#5335 -ipset=/.google.rw/gfwlist -server=/.google.sc/127.0.0.1#5335 -ipset=/.google.sc/gfwlist -server=/.google.sh/127.0.0.1#5335 -ipset=/.google.sh/gfwlist -server=/.google.sk/127.0.0.1#5335 -ipset=/.google.sk/gfwlist -server=/.google.sm/127.0.0.1#5335 -ipset=/.google.sm/gfwlist -server=/.google.sn/127.0.0.1#5335 -ipset=/.google.sn/gfwlist -server=/.google.tk/127.0.0.1#5335 -ipset=/.google.tk/gfwlist -server=/.google.tm/127.0.0.1#5335 -ipset=/.google.tm/gfwlist -server=/.google.to/127.0.0.1#5335 -ipset=/.google.to/gfwlist -server=/.google.tt/127.0.0.1#5335 -ipset=/.google.tt/gfwlist -server=/.google.vu/127.0.0.1#5335 -ipset=/.google.vu/gfwlist -server=/.google.ws/127.0.0.1#5335 -ipset=/.google.ws/gfwlist -server=/.googleapis.cn/127.0.0.1#5335 -ipset=/.googleapis.cn/gfwlist -server=/.googleapis.com/127.0.0.1#5335 -ipset=/.googleapis.com/gfwlist -server=/.googleapps.com/127.0.0.1#5335 -ipset=/.googleapps.com/gfwlist -server=/.googlearth.com/127.0.0.1#5335 -ipset=/.googlearth.com/gfwlist -server=/.googleartproject.com/127.0.0.1#5335 -ipset=/.googleartproject.com/gfwlist -server=/.googleblog.com/127.0.0.1#5335 -ipset=/.googleblog.com/gfwlist -server=/.googlebot.com/127.0.0.1#5335 -ipset=/.googlebot.com/gfwlist -server=/.googlechinawebmaster.com/127.0.0.1#5335 -ipset=/.googlechinawebmaster.com/gfwlist -server=/.googlecode.com/127.0.0.1#5335 -ipset=/.googlecode.com/gfwlist -server=/.googlecommerce.com/127.0.0.1#5335 -ipset=/.googlecommerce.com/gfwlist -server=/.googledomains.com/127.0.0.1#5335 -ipset=/.googledomains.com/gfwlist -server=/.googledrive.com/127.0.0.1#5335 -ipset=/.googledrive.com/gfwlist -server=/.googleearth.com/127.0.0.1#5335 -ipset=/.googleearth.com/gfwlist -server=/.googlegroups.com/127.0.0.1#5335 -ipset=/.googlegroups.com/gfwlist -server=/.googlehosted.com/127.0.0.1#5335 -ipset=/.googlehosted.com/gfwlist -server=/.googleideas.com/127.0.0.1#5335 -ipset=/.googleideas.com/gfwlist -server=/.googleinsidesearch.com/127.0.0.1#5335 -ipset=/.googleinsidesearch.com/gfwlist -server=/.googlelabs.com/127.0.0.1#5335 -ipset=/.googlelabs.com/gfwlist -server=/.googlemail.com/127.0.0.1#5335 -ipset=/.googlemail.com/gfwlist -server=/.googlemashups.com/127.0.0.1#5335 -ipset=/.googlemashups.com/gfwlist -server=/.googlepagecreator.com/127.0.0.1#5335 -ipset=/.googlepagecreator.com/gfwlist -server=/.googleplay.com/127.0.0.1#5335 -ipset=/.googleplay.com/gfwlist -server=/.googleplus.com/127.0.0.1#5335 -ipset=/.googleplus.com/gfwlist -server=/.googlescholar.com/127.0.0.1#5335 -ipset=/.googlescholar.com/gfwlist -server=/.googlesile.com/127.0.0.1#5335 -ipset=/.googlesile.com/gfwlist -server=/.googlesource.com/127.0.0.1#5335 -ipset=/.googlesource.com/gfwlist -server=/.googleusercontent.com/127.0.0.1#5335 -ipset=/.googleusercontent.com/gfwlist -server=/.googlevideo.com/127.0.0.1#5335 -ipset=/.googlevideo.com/gfwlist -server=/.googleweblight.com/127.0.0.1#5335 -ipset=/.googleweblight.com/gfwlist -server=/.googlezip.net/127.0.0.1#5335 -ipset=/.googlezip.net/gfwlist -server=/.gopetition.com/127.0.0.1#5335 -ipset=/.gopetition.com/gfwlist -server=/.goproxing.net/127.0.0.1#5335 -ipset=/.goproxing.net/gfwlist -server=/.goregrish.com/127.0.0.1#5335 -ipset=/.goregrish.com/gfwlist -server=/.gospelherald.com/127.0.0.1#5335 -ipset=/.gospelherald.com/gfwlist -server=/.got-game.org/127.0.0.1#5335 -ipset=/.got-game.org/gfwlist -server=/.gotdns.ch/127.0.0.1#5335 -ipset=/.gotdns.ch/gfwlist -server=/.gotgeeks.com/127.0.0.1#5335 -ipset=/.gotgeeks.com/gfwlist -server=/.gotrusted.com/127.0.0.1#5335 -ipset=/.gotrusted.com/gfwlist -server=/.gotw.ca/127.0.0.1#5335 -ipset=/.gotw.ca/gfwlist -server=/.gov.taipei/127.0.0.1#5335 -ipset=/.gov.taipei/gfwlist -server=/.gov.tw/127.0.0.1#5335 -ipset=/.gov.tw/gfwlist -server=/.gr8domain.biz/127.0.0.1#5335 -ipset=/.gr8domain.biz/gfwlist -server=/.gr8name.biz/127.0.0.1#5335 -ipset=/.gr8name.biz/gfwlist -server=/.grammaly.com/127.0.0.1#5335 -ipset=/.grammaly.com/gfwlist -server=/.grandtrial.org/127.0.0.1#5335 -ipset=/.grandtrial.org/gfwlist -server=/.grangorz.org/127.0.0.1#5335 -ipset=/.grangorz.org/gfwlist -server=/.graphis.ne.jp/127.0.0.1#5335 -ipset=/.graphis.ne.jp/gfwlist -server=/.graphql.org/127.0.0.1#5335 -ipset=/.graphql.org/gfwlist -server=/.greasespot.net/127.0.0.1#5335 -ipset=/.greasespot.net/gfwlist -server=/.great-firewall.com/127.0.0.1#5335 -ipset=/.great-firewall.com/gfwlist -server=/.great-roc.org/127.0.0.1#5335 -ipset=/.great-roc.org/gfwlist -server=/.greatfire.org/127.0.0.1#5335 -ipset=/.greatfire.org/gfwlist -server=/.greatfire.us7.list-manage.com/127.0.0.1#5335 -ipset=/.greatfire.us7.list-manage.com/gfwlist -server=/.greatfirewall.biz/127.0.0.1#5335 -ipset=/.greatfirewall.biz/gfwlist -server=/.greatfirewallofchina.net/127.0.0.1#5335 -ipset=/.greatfirewallofchina.net/gfwlist -server=/.greatfirewallofchina.org/127.0.0.1#5335 -ipset=/.greatfirewallofchina.org/gfwlist -server=/.greatroc.org/127.0.0.1#5335 -ipset=/.greatroc.org/gfwlist -server=/.greatroc.tw/127.0.0.1#5335 -ipset=/.greatroc.tw/gfwlist -server=/.greatzhonghua.org/127.0.0.1#5335 -ipset=/.greatzhonghua.org/gfwlist -server=/.greenfieldbookstore.com.hk/127.0.0.1#5335 -ipset=/.greenfieldbookstore.com.hk/gfwlist -server=/.greenparty.org.tw/127.0.0.1#5335 -ipset=/.greenparty.org.tw/gfwlist -server=/.greenpeace.com.tw/127.0.0.1#5335 -ipset=/.greenpeace.com.tw/gfwlist -server=/.greenpeace.org/127.0.0.1#5335 -ipset=/.greenpeace.org/gfwlist -server=/.greenvpn.net/127.0.0.1#5335 -ipset=/.greenvpn.net/gfwlist -server=/.greenvpn.org/127.0.0.1#5335 -ipset=/.greenvpn.org/gfwlist -server=/.grotty-monday.com/127.0.0.1#5335 -ipset=/.grotty-monday.com/gfwlist -server=/.groups.google.cn/127.0.0.1#5335 -ipset=/.groups.google.cn/gfwlist -server=/.grow.google/127.0.0.1#5335 -ipset=/.grow.google/gfwlist -server=/.gs-discuss.com/127.0.0.1#5335 -ipset=/.gs-discuss.com/gfwlist -server=/.gsp.target.com/127.0.0.1#5335 -ipset=/.gsp.target.com/gfwlist -server=/.gstatic.com/127.0.0.1#5335 -ipset=/.gstatic.com/gfwlist -server=/.gtricks.com/127.0.0.1#5335 -ipset=/.gtricks.com/gfwlist -server=/.gts-vpn.com/127.0.0.1#5335 -ipset=/.gts-vpn.com/gfwlist -server=/.gu-chu-sum.org/127.0.0.1#5335 -ipset=/.gu-chu-sum.org/gfwlist -server=/.guaguass.com/127.0.0.1#5335 -ipset=/.guaguass.com/gfwlist -server=/.guaguass.org/127.0.0.1#5335 -ipset=/.guaguass.org/gfwlist -server=/.guancha.org/127.0.0.1#5335 -ipset=/.guancha.org/gfwlist -server=/.guaneryu.com/127.0.0.1#5335 -ipset=/.guaneryu.com/gfwlist -server=/.guangming.com.my/127.0.0.1#5335 -ipset=/.guangming.com.my/gfwlist -server=/.guangnianvpn.com/127.0.0.1#5335 -ipset=/.guangnianvpn.com/gfwlist -server=/.guardster.com/127.0.0.1#5335 -ipset=/.guardster.com/gfwlist -server=/.guishan.org/127.0.0.1#5335 -ipset=/.guishan.org/gfwlist -server=/.gumroad.com/127.0.0.1#5335 -ipset=/.gumroad.com/gfwlist -server=/.gun-world.net/127.0.0.1#5335 -ipset=/.gun-world.net/gfwlist -server=/.gunsamerica.com/127.0.0.1#5335 -ipset=/.gunsamerica.com/gfwlist -server=/.gunsandammo.com/127.0.0.1#5335 -ipset=/.gunsandammo.com/gfwlist -server=/.guo.media/127.0.0.1#5335 -ipset=/.guo.media/gfwlist -server=/.guruonline.hk/127.0.0.1#5335 -ipset=/.guruonline.hk/gfwlist -server=/.gutteruncensored.com/127.0.0.1#5335 -ipset=/.gutteruncensored.com/gfwlist -server=/.gvlib.com/127.0.0.1#5335 -ipset=/.gvlib.com/gfwlist -server=/.gvm.com.tw/127.0.0.1#5335 -ipset=/.gvm.com.tw/gfwlist -server=/.gvt0.com/127.0.0.1#5335 -ipset=/.gvt0.com/gfwlist -server=/.gvt1.com/127.0.0.1#5335 -ipset=/.gvt1.com/gfwlist -server=/.gvt3.com/127.0.0.1#5335 -ipset=/.gvt3.com/gfwlist -server=/.gwtproject.org/127.0.0.1#5335 -ipset=/.gwtproject.org/gfwlist -server=/.gyalwarinpoche.com/127.0.0.1#5335 -ipset=/.gyalwarinpoche.com/gfwlist -server=/.gyatsostudio.com/127.0.0.1#5335 -ipset=/.gyatsostudio.com/gfwlist -server=/.gzm.tv/127.0.0.1#5335 -ipset=/.gzm.tv/gfwlist -server=/.gzone-anime.info/127.0.0.1#5335 -ipset=/.gzone-anime.info/gfwlist -server=/.h-china.org/127.0.0.1#5335 -ipset=/.h-china.org/gfwlist -server=/.h-moe.com/127.0.0.1#5335 -ipset=/.h-moe.com/gfwlist -server=/.h1n1china.org/127.0.0.1#5335 -ipset=/.h1n1china.org/gfwlist -server=/.h528.com/127.0.0.1#5335 -ipset=/.h528.com/gfwlist -server=/.h5dm.com/127.0.0.1#5335 -ipset=/.h5dm.com/gfwlist -server=/.h5galgame.me/127.0.0.1#5335 -ipset=/.h5galgame.me/gfwlist -server=/.hacg.club/127.0.0.1#5335 -ipset=/.hacg.club/gfwlist -server=/.hacg.in/127.0.0.1#5335 -ipset=/.hacg.in/gfwlist -server=/.hacg.li/127.0.0.1#5335 -ipset=/.hacg.li/gfwlist -server=/.hacg.me/127.0.0.1#5335 -ipset=/.hacg.me/gfwlist -server=/.hacg.red/127.0.0.1#5335 -ipset=/.hacg.red/gfwlist -server=/.hacker.org/127.0.0.1#5335 -ipset=/.hacker.org/gfwlist -server=/.hackthatphone.net/127.0.0.1#5335 -ipset=/.hackthatphone.net/gfwlist -server=/.hahaxixi.github.io/127.0.0.1#5335 -ipset=/.hahaxixi.github.io/gfwlist -server=/.hahlo.com/127.0.0.1#5335 -ipset=/.hahlo.com/gfwlist -server=/.hakkatv.org.tw/127.0.0.1#5335 -ipset=/.hakkatv.org.tw/gfwlist -server=/.handcraftedsoftware.org/127.0.0.1#5335 -ipset=/.handcraftedsoftware.org/gfwlist -server=/.hanime.tv/127.0.0.1#5335 -ipset=/.hanime.tv/gfwlist -server=/.hanunyi.com/127.0.0.1#5335 -ipset=/.hanunyi.com/gfwlist -server=/.haoel.github.io/127.0.0.1#5335 -ipset=/.haoel.github.io/gfwlist -server=/.happy-vpn.com/127.0.0.1#5335 -ipset=/.happy-vpn.com/gfwlist -server=/.haproxy.org/127.0.0.1#5335 -ipset=/.haproxy.org/gfwlist -server=/.hardsextube.com/127.0.0.1#5335 -ipset=/.hardsextube.com/gfwlist -server=/.harunyahya.com/127.0.0.1#5335 -ipset=/.harunyahya.com/gfwlist -server=/.hautelook.com/127.0.0.1#5335 -ipset=/.hautelook.com/gfwlist -server=/.hautelookcdn.com/127.0.0.1#5335 -ipset=/.hautelookcdn.com/gfwlist -server=/.have8.com/127.0.0.1#5335 -ipset=/.have8.com/gfwlist -server=/.hbg.com/127.0.0.1#5335 -ipset=/.hbg.com/gfwlist -server=/.hbo.com/127.0.0.1#5335 -ipset=/.hbo.com/gfwlist -server=/.hclips.com/127.0.0.1#5335 -ipset=/.hclips.com/gfwlist -server=/.hdlt.me/127.0.0.1#5335 -ipset=/.hdlt.me/gfwlist -server=/.hdtvb.net/127.0.0.1#5335 -ipset=/.hdtvb.net/gfwlist -server=/.hdzog.com/127.0.0.1#5335 -ipset=/.hdzog.com/gfwlist -server=/.heartyit.com/127.0.0.1#5335 -ipset=/.heartyit.com/gfwlist -server=/.heavy-r.com/127.0.0.1#5335 -ipset=/.heavy-r.com/gfwlist -server=/.hec.su/127.0.0.1#5335 -ipset=/.hec.su/gfwlist -server=/.hecaitou.net/127.0.0.1#5335 -ipset=/.hecaitou.net/gfwlist -server=/.hechaji.com/127.0.0.1#5335 -ipset=/.hechaji.com/gfwlist -server=/.heeact.edu.tw/127.0.0.1#5335 -ipset=/.heeact.edu.tw/gfwlist -server=/.hegre-art.com/127.0.0.1#5335 -ipset=/.hegre-art.com/gfwlist -server=/.heix.pp.ru/127.0.0.1#5335 -ipset=/.heix.pp.ru/gfwlist -server=/.helloandroid.com/127.0.0.1#5335 -ipset=/.helloandroid.com/gfwlist -server=/.helloqueer.com/127.0.0.1#5335 -ipset=/.helloqueer.com/gfwlist -server=/.helloss.pw/127.0.0.1#5335 -ipset=/.helloss.pw/gfwlist -server=/.hellotxt.com/127.0.0.1#5335 -ipset=/.hellotxt.com/gfwlist -server=/.help.linksalpha.com/127.0.0.1#5335 -ipset=/.help.linksalpha.com/gfwlist -server=/.helpeachpeople.com/127.0.0.1#5335 -ipset=/.helpeachpeople.com/gfwlist -server=/.helplinfen.com/127.0.0.1#5335 -ipset=/.helplinfen.com/gfwlist -server=/.helpster.de/127.0.0.1#5335 -ipset=/.helpster.de/gfwlist -server=/.helpzhuling.org/127.0.0.1#5335 -ipset=/.helpzhuling.org/gfwlist -server=/.hentai.to/127.0.0.1#5335 -ipset=/.hentai.to/gfwlist -server=/.hentaitube.tv/127.0.0.1#5335 -ipset=/.hentaitube.tv/gfwlist -server=/.hentaivideoworld.com/127.0.0.1#5335 -ipset=/.hentaivideoworld.com/gfwlist -server=/.heqinglian.net/127.0.0.1#5335 -ipset=/.heqinglian.net/gfwlist -server=/.heungkongdiscuss.com/127.0.0.1#5335 -ipset=/.heungkongdiscuss.com/gfwlist -server=/.hexieshe.com/127.0.0.1#5335 -ipset=/.hexieshe.com/gfwlist -server=/.hexieshe.xyz/127.0.0.1#5335 -ipset=/.hexieshe.xyz/gfwlist -server=/.hexxeh.net/127.0.0.1#5335 -ipset=/.hexxeh.net/gfwlist -server=/.heyzo.com/127.0.0.1#5335 -ipset=/.heyzo.com/gfwlist -server=/.hgseav.com/127.0.0.1#5335 -ipset=/.hgseav.com/gfwlist -server=/.hhdcb3office.org/127.0.0.1#5335 -ipset=/.hhdcb3office.org/gfwlist -server=/.hhthesakyatrizin.org/127.0.0.1#5335 -ipset=/.hhthesakyatrizin.org/gfwlist -server=/.hi-on.org.tw/127.0.0.1#5335 -ipset=/.hi-on.org.tw/gfwlist -server=/.hidden-advent.org/127.0.0.1#5335 -ipset=/.hidden-advent.org/gfwlist -server=/.hide.me/127.0.0.1#5335 -ipset=/.hide.me/gfwlist -server=/.hidein.net/127.0.0.1#5335 -ipset=/.hidein.net/gfwlist -server=/.hideipvpn.com/127.0.0.1#5335 -ipset=/.hideipvpn.com/gfwlist -server=/.hideman.net/127.0.0.1#5335 -ipset=/.hideman.net/gfwlist -server=/.hideme.nl/127.0.0.1#5335 -ipset=/.hideme.nl/gfwlist -server=/.hidemy.name/127.0.0.1#5335 -ipset=/.hidemy.name/gfwlist -server=/.hidemyass.com/127.0.0.1#5335 -ipset=/.hidemyass.com/gfwlist -server=/.hidemycomp.com/127.0.0.1#5335 -ipset=/.hidemycomp.com/gfwlist -server=/.higfw.com/127.0.0.1#5335 -ipset=/.higfw.com/gfwlist -server=/.highpeakspureearth.com/127.0.0.1#5335 -ipset=/.highpeakspureearth.com/gfwlist -server=/.highrockmedia.com/127.0.0.1#5335 -ipset=/.highrockmedia.com/gfwlist -server=/.hihiforum.com/127.0.0.1#5335 -ipset=/.hihiforum.com/gfwlist -server=/.hihistory.net/127.0.0.1#5335 -ipset=/.hihistory.net/gfwlist -server=/.hiitch.com/127.0.0.1#5335 -ipset=/.hiitch.com/gfwlist -server=/.hikinggfw.org/127.0.0.1#5335 -ipset=/.hikinggfw.org/gfwlist -server=/.hilive.tv/127.0.0.1#5335 -ipset=/.hilive.tv/gfwlist -server=/.himalayan-foundation.org/127.0.0.1#5335 -ipset=/.himalayan-foundation.org/gfwlist -server=/.himalayanglacier.com/127.0.0.1#5335 -ipset=/.himalayanglacier.com/gfwlist -server=/.himemix.com/127.0.0.1#5335 -ipset=/.himemix.com/gfwlist -server=/.himemix.net/127.0.0.1#5335 -ipset=/.himemix.net/gfwlist -server=/.hitbtc.com/127.0.0.1#5335 -ipset=/.hitbtc.com/gfwlist -server=/.hitomi.la/127.0.0.1#5335 -ipset=/.hitomi.la/gfwlist -server=/.hiwifi.com/127.0.0.1#5335 -ipset=/.hiwifi.com/gfwlist -server=/.hizb-ut-tahrir.info/127.0.0.1#5335 -ipset=/.hizb-ut-tahrir.info/gfwlist -server=/.hizb-ut-tahrir.org/127.0.0.1#5335 -ipset=/.hizb-ut-tahrir.org/gfwlist -server=/.hizbuttahrir.org/127.0.0.1#5335 -ipset=/.hizbuttahrir.org/gfwlist -server=/.hjclub.info/127.0.0.1#5335 -ipset=/.hjclub.info/gfwlist -server=/.hk-pub.com/127.0.0.1#5335 -ipset=/.hk-pub.com/gfwlist -server=/.hk.geocities.com/127.0.0.1#5335 -ipset=/.hk.geocities.com/gfwlist -server=/.hk.hao123img.com/127.0.0.1#5335 -ipset=/.hk.hao123img.com/gfwlist -server=/.hk.jiepang.com/127.0.0.1#5335 -ipset=/.hk.jiepang.com/gfwlist -server=/.hk.knowledge.yahoo.com/127.0.0.1#5335 -ipset=/.hk.knowledge.yahoo.com/gfwlist -server=/.hk.myblog.yahoo.com/127.0.0.1#5335 -ipset=/.hk.myblog.yahoo.com/gfwlist -server=/.hk.news.yahoo.com/127.0.0.1#5335 -ipset=/.hk.news.yahoo.com/gfwlist -server=/.hk.rd.yahoo.com/127.0.0.1#5335 -ipset=/.hk.rd.yahoo.com/gfwlist -server=/.hk.yahoo.com/127.0.0.1#5335 -ipset=/.hk.yahoo.com/gfwlist -server=/.hk01.com/127.0.0.1#5335 -ipset=/.hk01.com/gfwlist -server=/.hk32168.com/127.0.0.1#5335 -ipset=/.hk32168.com/gfwlist -server=/.hka8964.wordpress.com/127.0.0.1#5335 -ipset=/.hka8964.wordpress.com/gfwlist -server=/.hkacg.com/127.0.0.1#5335 -ipset=/.hkacg.com/gfwlist -server=/.hkacg.net/127.0.0.1#5335 -ipset=/.hkacg.net/gfwlist -server=/.hkanews.wordpress.com/127.0.0.1#5335 -ipset=/.hkanews.wordpress.com/gfwlist -server=/.hkatvnews.com/127.0.0.1#5335 -ipset=/.hkatvnews.com/gfwlist -server=/.hkbc.net/127.0.0.1#5335 -ipset=/.hkbc.net/gfwlist -server=/.hkbf.org/127.0.0.1#5335 -ipset=/.hkbf.org/gfwlist -server=/.hkbookcity.com/127.0.0.1#5335 -ipset=/.hkbookcity.com/gfwlist -server=/.hkchurch.org/127.0.0.1#5335 -ipset=/.hkchurch.org/gfwlist -server=/.hkci.org.hk/127.0.0.1#5335 -ipset=/.hkci.org.hk/gfwlist -server=/.hkcmi.edu/127.0.0.1#5335 -ipset=/.hkcmi.edu/gfwlist -server=/.hkcnews.com/127.0.0.1#5335 -ipset=/.hkcnews.com/gfwlist -server=/.hkcoc.com/127.0.0.1#5335 -ipset=/.hkcoc.com/gfwlist -server=/.hkcoc.weather.com.hk/127.0.0.1#5335 -ipset=/.hkcoc.weather.com.hk/gfwlist -server=/.hkday.net/127.0.0.1#5335 -ipset=/.hkday.net/gfwlist -server=/.hkdf.org/127.0.0.1#5335 -ipset=/.hkdf.org/gfwlist -server=/.hkej.com/127.0.0.1#5335 -ipset=/.hkej.com/gfwlist -server=/.hkfaa.com/127.0.0.1#5335 -ipset=/.hkfaa.com/gfwlist -server=/.hkfreezone.com/127.0.0.1#5335 -ipset=/.hkfreezone.com/gfwlist -server=/.hkfront.org/127.0.0.1#5335 -ipset=/.hkfront.org/gfwlist -server=/.hkgalden.com/127.0.0.1#5335 -ipset=/.hkgalden.com/gfwlist -server=/.hkgolden.com/127.0.0.1#5335 -ipset=/.hkgolden.com/gfwlist -server=/.hkhkhk.com/127.0.0.1#5335 -ipset=/.hkhkhk.com/gfwlist -server=/.hkhrc.org.hk/127.0.0.1#5335 -ipset=/.hkhrc.org.hk/gfwlist -server=/.hkhrm.org.hk/127.0.0.1#5335 -ipset=/.hkhrm.org.hk/gfwlist -server=/.hkip.org.uk/127.0.0.1#5335 -ipset=/.hkip.org.uk/gfwlist -server=/.hkjc.com/127.0.0.1#5335 -ipset=/.hkjc.com/gfwlist -server=/.hkjp.org/127.0.0.1#5335 -ipset=/.hkjp.org/gfwlist -server=/.hklft.com/127.0.0.1#5335 -ipset=/.hklft.com/gfwlist -server=/.hklts.org.hk/127.0.0.1#5335 -ipset=/.hklts.org.hk/gfwlist -server=/.hkptu.org/127.0.0.1#5335 -ipset=/.hkptu.org/gfwlist -server=/.hkreporter.com/127.0.0.1#5335 -ipset=/.hkreporter.com/gfwlist -server=/.hkreporter.loved.hk/127.0.0.1#5335 -ipset=/.hkreporter.loved.hk/gfwlist -server=/.hkupop.hku.hk/127.0.0.1#5335 -ipset=/.hkupop.hku.hk/gfwlist -server=/.hkusu.net/127.0.0.1#5335 -ipset=/.hkusu.net/gfwlist -server=/.hkvwet.com/127.0.0.1#5335 -ipset=/.hkvwet.com/gfwlist -server=/.hkwcc.org.hk/127.0.0.1#5335 -ipset=/.hkwcc.org.hk/gfwlist -server=/.hkzone.org/127.0.0.1#5335 -ipset=/.hkzone.org/gfwlist -server=/.hmonghot.com/127.0.0.1#5335 -ipset=/.hmonghot.com/gfwlist -server=/.hmvdigital.ca/127.0.0.1#5335 -ipset=/.hmvdigital.ca/gfwlist -server=/.hmvdigital.com/127.0.0.1#5335 -ipset=/.hmvdigital.com/gfwlist -server=/.hnjhj.com/127.0.0.1#5335 -ipset=/.hnjhj.com/gfwlist -server=/.hnntube.com/127.0.0.1#5335 -ipset=/.hnntube.com/gfwlist -server=/.hola.com/127.0.0.1#5335 -ipset=/.hola.com/gfwlist -server=/.hola.org/127.0.0.1#5335 -ipset=/.hola.org/gfwlist -server=/.holymountaincn.com/127.0.0.1#5335 -ipset=/.holymountaincn.com/gfwlist -server=/.holyspiritspeaks.org/127.0.0.1#5335 -ipset=/.holyspiritspeaks.org/gfwlist -server=/.home.sina.com/127.0.0.1#5335 -ipset=/.home.sina.com/gfwlist -server=/.homedepot.com/127.0.0.1#5335 -ipset=/.homedepot.com/gfwlist -server=/.homeperversion.com/127.0.0.1#5335 -ipset=/.homeperversion.com/gfwlist -server=/.homeservershow.com/127.0.0.1#5335 -ipset=/.homeservershow.com/gfwlist -server=/.hongkongfp.com/127.0.0.1#5335 -ipset=/.hongkongfp.com/gfwlist -server=/.hongmeimei.com/127.0.0.1#5335 -ipset=/.hongmeimei.com/gfwlist -server=/.hongzhi.li/127.0.0.1#5335 -ipset=/.hongzhi.li/gfwlist -server=/.hootsuite.com/127.0.0.1#5335 -ipset=/.hootsuite.com/gfwlist -server=/.hoovers.com/127.0.0.1#5335 -ipset=/.hoovers.com/gfwlist -server=/.hopedialogue.org/127.0.0.1#5335 -ipset=/.hopedialogue.org/gfwlist -server=/.hopto.org/127.0.0.1#5335 -ipset=/.hopto.org/gfwlist -server=/.hornygamer.com/127.0.0.1#5335 -ipset=/.hornygamer.com/gfwlist -server=/.hornytrip.com/127.0.0.1#5335 -ipset=/.hornytrip.com/gfwlist -server=/.hotav.tv/127.0.0.1#5335 -ipset=/.hotav.tv/gfwlist -server=/.hotels.cn/127.0.0.1#5335 -ipset=/.hotels.cn/gfwlist -server=/.hotfrog.com.tw/127.0.0.1#5335 -ipset=/.hotfrog.com.tw/gfwlist -server=/.hotgoo.com/127.0.0.1#5335 -ipset=/.hotgoo.com/gfwlist -server=/.hotpornshow.com/127.0.0.1#5335 -ipset=/.hotpornshow.com/gfwlist -server=/.hotpot.hk/127.0.0.1#5335 -ipset=/.hotpot.hk/gfwlist -server=/.hotshame.com/127.0.0.1#5335 -ipset=/.hotshame.com/gfwlist -server=/.hotspotshield.com/127.0.0.1#5335 -ipset=/.hotspotshield.com/gfwlist -server=/.hotvpn.com/127.0.0.1#5335 -ipset=/.hotvpn.com/gfwlist -server=/.hougaige.com/127.0.0.1#5335 -ipset=/.hougaige.com/gfwlist -server=/.howtoforge.com/127.0.0.1#5335 -ipset=/.howtoforge.com/gfwlist -server=/.hoxx.com/127.0.0.1#5335 -ipset=/.hoxx.com/gfwlist -server=/.hpa.gov.tw/127.0.0.1#5335 -ipset=/.hpa.gov.tw/gfwlist -server=/.hqcdp.org/127.0.0.1#5335 -ipset=/.hqcdp.org/gfwlist -server=/.hqjapanesesex.com/127.0.0.1#5335 -ipset=/.hqjapanesesex.com/gfwlist -server=/.hqmovies.com/127.0.0.1#5335 -ipset=/.hqmovies.com/gfwlist -server=/.hqsbnet.wordpress.com/127.0.0.1#5335 -ipset=/.hqsbnet.wordpress.com/gfwlist -server=/.hqsbonline.wordpress.com/127.0.0.1#5335 -ipset=/.hqsbonline.wordpress.com/gfwlist -server=/.hrcchina.org/127.0.0.1#5335 -ipset=/.hrcchina.org/gfwlist -server=/.hrcir.com/127.0.0.1#5335 -ipset=/.hrcir.com/gfwlist -server=/.hrea.org/127.0.0.1#5335 -ipset=/.hrea.org/gfwlist -server=/.hrichina.org/127.0.0.1#5335 -ipset=/.hrichina.org/gfwlist -server=/.hrtsea.com/127.0.0.1#5335 -ipset=/.hrtsea.com/gfwlist -server=/.hrw.org/127.0.0.1#5335 -ipset=/.hrw.org/gfwlist -server=/.hrweb.org/127.0.0.1#5335 -ipset=/.hrweb.org/gfwlist -server=/.hsjp.net/127.0.0.1#5335 -ipset=/.hsjp.net/gfwlist -server=/.hsselite.com/127.0.0.1#5335 -ipset=/.hsselite.com/gfwlist -server=/.hst.net.tw/127.0.0.1#5335 -ipset=/.hst.net.tw/gfwlist -server=/.hstern.net/127.0.0.1#5335 -ipset=/.hstern.net/gfwlist -server=/.hstt.net/127.0.0.1#5335 -ipset=/.hstt.net/gfwlist -server=/.ht.ly/127.0.0.1#5335 -ipset=/.ht.ly/gfwlist -server=/.htkou.net/127.0.0.1#5335 -ipset=/.htkou.net/gfwlist -server=/.htl.li/127.0.0.1#5335 -ipset=/.htl.li/gfwlist -server=/.html5rocks.com/127.0.0.1#5335 -ipset=/.html5rocks.com/gfwlist -server=/.https443.net/127.0.0.1#5335 -ipset=/.https443.net/gfwlist -server=/.https443.org/127.0.0.1#5335 -ipset=/.https443.org/gfwlist -server=/.hua-yue.net/127.0.0.1#5335 -ipset=/.hua-yue.net/gfwlist -server=/.huaglad.com/127.0.0.1#5335 -ipset=/.huaglad.com/gfwlist -server=/.huanghuagang.org/127.0.0.1#5335 -ipset=/.huanghuagang.org/gfwlist -server=/.huangyiyu.com/127.0.0.1#5335 -ipset=/.huangyiyu.com/gfwlist -server=/.huaren.us/127.0.0.1#5335 -ipset=/.huaren.us/gfwlist -server=/.huaren4us.com/127.0.0.1#5335 -ipset=/.huaren4us.com/gfwlist -server=/.huashangnews.com/127.0.0.1#5335 -ipset=/.huashangnews.com/gfwlist -server=/.huaxia-news.com/127.0.0.1#5335 -ipset=/.huaxia-news.com/gfwlist -server=/.huaxiabao.org/127.0.0.1#5335 -ipset=/.huaxiabao.org/gfwlist -server=/.huaxin.ph/127.0.0.1#5335 -ipset=/.huaxin.ph/gfwlist -server=/.huayuworld.org/127.0.0.1#5335 -ipset=/.huayuworld.org/gfwlist -server=/.hudatoriq.web.id/127.0.0.1#5335 -ipset=/.hudatoriq.web.id/gfwlist -server=/.hudson.org/127.0.0.1#5335 -ipset=/.hudson.org/gfwlist -server=/.hugoroy.eu/127.0.0.1#5335 -ipset=/.hugoroy.eu/gfwlist -server=/.huhaitai.com/127.0.0.1#5335 -ipset=/.huhaitai.com/gfwlist -server=/.huhamhire.com/127.0.0.1#5335 -ipset=/.huhamhire.com/gfwlist -server=/.huiyi.in/127.0.0.1#5335 -ipset=/.huiyi.in/gfwlist -server=/.hulkshare.com/127.0.0.1#5335 -ipset=/.hulkshare.com/gfwlist -server=/.hulu.com/127.0.0.1#5335 -ipset=/.hulu.com/gfwlist -server=/.huluim.com/127.0.0.1#5335 -ipset=/.huluim.com/gfwlist -server=/.humanrightsbriefing.org/127.0.0.1#5335 -ipset=/.humanrightsbriefing.org/gfwlist -server=/.hung-ya.com/127.0.0.1#5335 -ipset=/.hung-ya.com/gfwlist -server=/.hungerstrikeforaids.org/127.0.0.1#5335 -ipset=/.hungerstrikeforaids.org/gfwlist -server=/.huobi.com/127.0.0.1#5335 -ipset=/.huobi.com/gfwlist -server=/.huobi.pro/127.0.0.1#5335 -ipset=/.huobi.pro/gfwlist -server=/.huobipro.com/127.0.0.1#5335 -ipset=/.huobipro.com/gfwlist -server=/.huping.net/127.0.0.1#5335 -ipset=/.huping.net/gfwlist -server=/.hurgokbayrak.com/127.0.0.1#5335 -ipset=/.hurgokbayrak.com/gfwlist -server=/.hurriyet.com.tr/127.0.0.1#5335 -ipset=/.hurriyet.com.tr/gfwlist -server=/.hustlercash.com/127.0.0.1#5335 -ipset=/.hustlercash.com/gfwlist -server=/.hut2.ru/127.0.0.1#5335 -ipset=/.hut2.ru/gfwlist -server=/.hutianyi.net/127.0.0.1#5335 -ipset=/.hutianyi.net/gfwlist -server=/.hutong9.net/127.0.0.1#5335 -ipset=/.hutong9.net/gfwlist -server=/.huyandex.com/127.0.0.1#5335 -ipset=/.huyandex.com/gfwlist -server=/.hwadzan.tw/127.0.0.1#5335 -ipset=/.hwadzan.tw/gfwlist -server=/.hwayue.org.tw/127.0.0.1#5335 -ipset=/.hwayue.org.tw/gfwlist -server=/.hwinfo.com/127.0.0.1#5335 -ipset=/.hwinfo.com/gfwlist -server=/.hxwk.org/127.0.0.1#5335 -ipset=/.hxwk.org/gfwlist -server=/.hxwq.org/127.0.0.1#5335 -ipset=/.hxwq.org/gfwlist -server=/.hybrid-analysis.com/127.0.0.1#5335 -ipset=/.hybrid-analysis.com/gfwlist -server=/.hyperrate.com/127.0.0.1#5335 -ipset=/.hyperrate.com/gfwlist -server=/.i-cable.com/127.0.0.1#5335 -ipset=/.i-cable.com/gfwlist -server=/.i-part.com.tw/127.0.0.1#5335 -ipset=/.i-part.com.tw/gfwlist -server=/.i.lithium.com/127.0.0.1#5335 -ipset=/.i.lithium.com/gfwlist -server=/.i1.hk/127.0.0.1#5335 -ipset=/.i1.hk/gfwlist -server=/.i2p2.de/127.0.0.1#5335 -ipset=/.i2p2.de/gfwlist -server=/.i2runner.com/127.0.0.1#5335 -ipset=/.i2runner.com/gfwlist -server=/.i818hk.com/127.0.0.1#5335 -ipset=/.i818hk.com/gfwlist -server=/.iam.soy/127.0.0.1#5335 -ipset=/.iam.soy/gfwlist -server=/.iamtopone.com/127.0.0.1#5335 -ipset=/.iamtopone.com/gfwlist -server=/.iask.bz/127.0.0.1#5335 -ipset=/.iask.bz/gfwlist -server=/.iask.ca/127.0.0.1#5335 -ipset=/.iask.ca/gfwlist -server=/.iav19.com/127.0.0.1#5335 -ipset=/.iav19.com/gfwlist -server=/.iblist.com/127.0.0.1#5335 -ipset=/.iblist.com/gfwlist -server=/.iblogserv-f.net/127.0.0.1#5335 -ipset=/.iblogserv-f.net/gfwlist -server=/.ibros.org/127.0.0.1#5335 -ipset=/.ibros.org/gfwlist -server=/.ibvpn.com/127.0.0.1#5335 -ipset=/.ibvpn.com/gfwlist -server=/.icams.com/127.0.0.1#5335 -ipset=/.icams.com/gfwlist -server=/.ice.audionow.com/127.0.0.1#5335 -ipset=/.ice.audionow.com/gfwlist -server=/.icij.org/127.0.0.1#5335 -ipset=/.icij.org/gfwlist -server=/.icl-fi.org/127.0.0.1#5335 -ipset=/.icl-fi.org/gfwlist -server=/.icoco.com/127.0.0.1#5335 -ipset=/.icoco.com/gfwlist -server=/.iconpaper.org/127.0.0.1#5335 -ipset=/.iconpaper.org/gfwlist -server=/.icu-project.org/127.0.0.1#5335 -ipset=/.icu-project.org/gfwlist -server=/.id.hao123.com/127.0.0.1#5335 -ipset=/.id.hao123.com/gfwlist -server=/.id.heroku.com/127.0.0.1#5335 -ipset=/.id.heroku.com/gfwlist -server=/.iddddg.com/127.0.0.1#5335 -ipset=/.iddddg.com/gfwlist -server=/.idemocracy.asia/127.0.0.1#5335 -ipset=/.idemocracy.asia/gfwlist -server=/.identi.ca/127.0.0.1#5335 -ipset=/.identi.ca/gfwlist -server=/.idiomconnection.com/127.0.0.1#5335 -ipset=/.idiomconnection.com/gfwlist -server=/.idouga.com/127.0.0.1#5335 -ipset=/.idouga.com/gfwlist -server=/.idreamx.com/127.0.0.1#5335 -ipset=/.idreamx.com/gfwlist -server=/.idv.tw/127.0.0.1#5335 -ipset=/.idv.tw/gfwlist -server=/.ieasy5.com/127.0.0.1#5335 -ipset=/.ieasy5.com/gfwlist -server=/.ied2k.net/127.0.0.1#5335 -ipset=/.ied2k.net/gfwlist -server=/.ienergy1.com/127.0.0.1#5335 -ipset=/.ienergy1.com/gfwlist -server=/.ifan.cz.cc/127.0.0.1#5335 -ipset=/.ifan.cz.cc/gfwlist -server=/.ifanqiang.com/127.0.0.1#5335 -ipset=/.ifanqiang.com/gfwlist -server=/.ifcss.org/127.0.0.1#5335 -ipset=/.ifcss.org/gfwlist -server=/.ifjc.org/127.0.0.1#5335 -ipset=/.ifjc.org/gfwlist -server=/.ifreewares.com/127.0.0.1#5335 -ipset=/.ifreewares.com/gfwlist -server=/.ift.tt/127.0.0.1#5335 -ipset=/.ift.tt/gfwlist -server=/.igcd.net/127.0.0.1#5335 -ipset=/.igcd.net/gfwlist -server=/.igfw.net/127.0.0.1#5335 -ipset=/.igfw.net/gfwlist -server=/.igfw.tech/127.0.0.1#5335 -ipset=/.igfw.tech/gfwlist -server=/.igmg.de/127.0.0.1#5335 -ipset=/.igmg.de/gfwlist -server=/.ignitedetroit.net/127.0.0.1#5335 -ipset=/.ignitedetroit.net/gfwlist -server=/.igoogle.com/127.0.0.1#5335 -ipset=/.igoogle.com/gfwlist -server=/.igotmail.com.tw/127.0.0.1#5335 -ipset=/.igotmail.com.tw/gfwlist -server=/.igvita.com/127.0.0.1#5335 -ipset=/.igvita.com/gfwlist -server=/.ihakka.net/127.0.0.1#5335 -ipset=/.ihakka.net/gfwlist -server=/.iicns.com/127.0.0.1#5335 -ipset=/.iicns.com/gfwlist -server=/.iipdigital.usembassy.gov/127.0.0.1#5335 -ipset=/.iipdigital.usembassy.gov/gfwlist -server=/.ikstar.com/127.0.0.1#5335 -ipset=/.ikstar.com/gfwlist -server=/.ikwb.com/127.0.0.1#5335 -ipset=/.ikwb.com/gfwlist -server=/.illusionfactory.com/127.0.0.1#5335 -ipset=/.illusionfactory.com/gfwlist -server=/.ilove80.be/127.0.0.1#5335 -ipset=/.ilove80.be/gfwlist -server=/.ilovelongtoes.com/127.0.0.1#5335 -ipset=/.ilovelongtoes.com/gfwlist -server=/.im.tv/127.0.0.1#5335 -ipset=/.im.tv/gfwlist -server=/.im88.tw/127.0.0.1#5335 -ipset=/.im88.tw/gfwlist -server=/.imageab.com/127.0.0.1#5335 -ipset=/.imageab.com/gfwlist -server=/.imagefap.com/127.0.0.1#5335 -ipset=/.imagefap.com/gfwlist -server=/.imageflea.com/127.0.0.1#5335 -ipset=/.imageflea.com/gfwlist -server=/.images-gaytube.com/127.0.0.1#5335 -ipset=/.images-gaytube.com/gfwlist -server=/.images.comico.tw/127.0.0.1#5335 -ipset=/.images.comico.tw/gfwlist -server=/.imageshack.us/127.0.0.1#5335 -ipset=/.imageshack.us/gfwlist -server=/.imagevenue.com/127.0.0.1#5335 -ipset=/.imagevenue.com/gfwlist -server=/.imagezilla.net/127.0.0.1#5335 -ipset=/.imagezilla.net/gfwlist -server=/.imb.org/127.0.0.1#5335 -ipset=/.imb.org/gfwlist -server=/.img.ly/127.0.0.1#5335 -ipset=/.img.ly/gfwlist -server=/.imgchili.net/127.0.0.1#5335 -ipset=/.imgchili.net/gfwlist -server=/.imgur.com/127.0.0.1#5335 -ipset=/.imgur.com/gfwlist -server=/.imkev.com/127.0.0.1#5335 -ipset=/.imkev.com/gfwlist -server=/.imlive.com/127.0.0.1#5335 -ipset=/.imlive.com/gfwlist -server=/.immigration.gov.tw/127.0.0.1#5335 -ipset=/.immigration.gov.tw/gfwlist -server=/.immoral.jp/127.0.0.1#5335 -ipset=/.immoral.jp/gfwlist -server=/.impact.org.au/127.0.0.1#5335 -ipset=/.impact.org.au/gfwlist -server=/.impp.mn/127.0.0.1#5335 -ipset=/.impp.mn/gfwlist -server=/.in-disguise.com/127.0.0.1#5335 -ipset=/.in-disguise.com/gfwlist -server=/.in99.org/127.0.0.1#5335 -ipset=/.in99.org/gfwlist -server=/.incapdns.net/127.0.0.1#5335 -ipset=/.incapdns.net/gfwlist -server=/.incloak.com/127.0.0.1#5335 -ipset=/.incloak.com/gfwlist -server=/.incredibox.fr/127.0.0.1#5335 -ipset=/.incredibox.fr/gfwlist -server=/.indiandefensenews.in/127.0.0.1#5335 -ipset=/.indiandefensenews.in/gfwlist -server=/.indiemerch.com/127.0.0.1#5335 -ipset=/.indiemerch.com/gfwlist -server=/.info-graf.fr/127.0.0.1#5335 -ipset=/.info-graf.fr/gfwlist -server=/.initiativesforchina.org/127.0.0.1#5335 -ipset=/.initiativesforchina.org/gfwlist -server=/.inkui.com/127.0.0.1#5335 -ipset=/.inkui.com/gfwlist -server=/.inmediahk.net/127.0.0.1#5335 -ipset=/.inmediahk.net/gfwlist -server=/.innermongolia.org/127.0.0.1#5335 -ipset=/.innermongolia.org/gfwlist -server=/.inote.tw/127.0.0.1#5335 -ipset=/.inote.tw/gfwlist -server=/.insecam.org/127.0.0.1#5335 -ipset=/.insecam.org/gfwlist -server=/.insidevoa.com/127.0.0.1#5335 -ipset=/.insidevoa.com/gfwlist -server=/.instagram.com/127.0.0.1#5335 -ipset=/.instagram.com/gfwlist -server=/.instanthq.com/127.0.0.1#5335 -ipset=/.instanthq.com/gfwlist -server=/.institut-tibetain.org/127.0.0.1#5335 -ipset=/.institut-tibetain.org/gfwlist -server=/.international-news.newsmagazine.asia/127.0.0.1#5335 -ipset=/.international-news.newsmagazine.asia/gfwlist -server=/.internetdefenseleague.org/127.0.0.1#5335 -ipset=/.internetdefenseleague.org/gfwlist -server=/.internetfreedom.org/127.0.0.1#5335 -ipset=/.internetfreedom.org/gfwlist -server=/.internetpopculture.com/127.0.0.1#5335 -ipset=/.internetpopculture.com/gfwlist -server=/.inthenameofconfuciusmovie.com/127.0.0.1#5335 -ipset=/.inthenameofconfuciusmovie.com/gfwlist -server=/.investigating.wordpress.com/127.0.0.1#5335 -ipset=/.investigating.wordpress.com/gfwlist -server=/.inxian.com/127.0.0.1#5335 -ipset=/.inxian.com/gfwlist -server=/.iownyour.biz/127.0.0.1#5335 -ipset=/.iownyour.biz/gfwlist -server=/.iownyour.org/127.0.0.1#5335 -ipset=/.iownyour.org/gfwlist -server=/.ipalter.com/127.0.0.1#5335 -ipset=/.ipalter.com/gfwlist -server=/.ipfire.org/127.0.0.1#5335 -ipset=/.ipfire.org/gfwlist -server=/.ipfs.io/127.0.0.1#5335 -ipset=/.ipfs.io/gfwlist -server=/.iphone4hongkong.com/127.0.0.1#5335 -ipset=/.iphone4hongkong.com/gfwlist -server=/.iphonehacks.com/127.0.0.1#5335 -ipset=/.iphonehacks.com/gfwlist -server=/.iphonetaiwan.org/127.0.0.1#5335 -ipset=/.iphonetaiwan.org/gfwlist -server=/.iphonix.fr/127.0.0.1#5335 -ipset=/.iphonix.fr/gfwlist -server=/.ipicture.ru/127.0.0.1#5335 -ipset=/.ipicture.ru/gfwlist -server=/.ipjetable.net/127.0.0.1#5335 -ipset=/.ipjetable.net/gfwlist -server=/.iportal.me/127.0.0.1#5335 -ipset=/.iportal.me/gfwlist -server=/.ippotv.com/127.0.0.1#5335 -ipset=/.ippotv.com/gfwlist -server=/.ipredator.se/127.0.0.1#5335 -ipset=/.ipredator.se/gfwlist -server=/.iptv.com.tw/127.0.0.1#5335 -ipset=/.iptv.com.tw/gfwlist -server=/.iptvbin.com/127.0.0.1#5335 -ipset=/.iptvbin.com/gfwlist -server=/.ipvanish.com/127.0.0.1#5335 -ipset=/.ipvanish.com/gfwlist -server=/.iredmail.org/127.0.0.1#5335 -ipset=/.iredmail.org/gfwlist -server=/.ironbigfools.compython.net/127.0.0.1#5335 -ipset=/.ironbigfools.compython.net/gfwlist -server=/.ironpython.net/127.0.0.1#5335 -ipset=/.ironpython.net/gfwlist -server=/.ironsocket.com/127.0.0.1#5335 -ipset=/.ironsocket.com/gfwlist -server=/.is-a-hunter.com/127.0.0.1#5335 -ipset=/.is-a-hunter.com/gfwlist -server=/.is.gd/127.0.0.1#5335 -ipset=/.is.gd/gfwlist -server=/.isaacmao.com/127.0.0.1#5335 -ipset=/.isaacmao.com/gfwlist -server=/.isasecret.com/127.0.0.1#5335 -ipset=/.isasecret.com/gfwlist -server=/.isc.sans.edu/127.0.0.1#5335 -ipset=/.isc.sans.edu/gfwlist -server=/.isgreat.org/127.0.0.1#5335 -ipset=/.isgreat.org/gfwlist -server=/.islahhaber.net/127.0.0.1#5335 -ipset=/.islahhaber.net/gfwlist -server=/.islam.org.hk/127.0.0.1#5335 -ipset=/.islam.org.hk/gfwlist -server=/.islamhouse.com/127.0.0.1#5335 -ipset=/.islamhouse.com/gfwlist -server=/.islamicity.com/127.0.0.1#5335 -ipset=/.islamicity.com/gfwlist -server=/.islamicpluralism.org/127.0.0.1#5335 -ipset=/.islamicpluralism.org/gfwlist -server=/.islamtoday.net/127.0.0.1#5335 -ipset=/.islamtoday.net/gfwlist -server=/.ismaelan.com/127.0.0.1#5335 -ipset=/.ismaelan.com/gfwlist -server=/.ismalltits.com/127.0.0.1#5335 -ipset=/.ismalltits.com/gfwlist -server=/.ismprofessional.net/127.0.0.1#5335 -ipset=/.ismprofessional.net/gfwlist -server=/.isohunt.com/127.0.0.1#5335 -ipset=/.isohunt.com/gfwlist -server=/.israbox.com/127.0.0.1#5335 -ipset=/.israbox.com/gfwlist -server=/.issuu.com/127.0.0.1#5335 -ipset=/.issuu.com/gfwlist -server=/.istars.co.nz/127.0.0.1#5335 -ipset=/.istars.co.nz/gfwlist -server=/.istiqlalhewer.com/127.0.0.1#5335 -ipset=/.istiqlalhewer.com/gfwlist -server=/.istockphoto.com/127.0.0.1#5335 -ipset=/.istockphoto.com/gfwlist -server=/.isunaffairs.com/127.0.0.1#5335 -ipset=/.isunaffairs.com/gfwlist -server=/.isuntv.com/127.0.0.1#5335 -ipset=/.isuntv.com/gfwlist -server=/.itaboo.info/127.0.0.1#5335 -ipset=/.itaboo.info/gfwlist -server=/.itaiwan.gov.tw/127.0.0.1#5335 -ipset=/.itaiwan.gov.tw/gfwlist -server=/.italiatibet.org/127.0.0.1#5335 -ipset=/.italiatibet.org/gfwlist -server=/.itasoftware.com/127.0.0.1#5335 -ipset=/.itasoftware.com/gfwlist -server=/.itemdb.com/127.0.0.1#5335 -ipset=/.itemdb.com/gfwlist -server=/.ithelp.ithome.com.tw/127.0.0.1#5335 -ipset=/.ithelp.ithome.com.tw/gfwlist -server=/.itsaol.com/127.0.0.1#5335 -ipset=/.itsaol.com/gfwlist -server=/.itshidden.com/127.0.0.1#5335 -ipset=/.itshidden.com/gfwlist -server=/.itsky.it/127.0.0.1#5335 -ipset=/.itsky.it/gfwlist -server=/.itweet.net/127.0.0.1#5335 -ipset=/.itweet.net/gfwlist -server=/.iu45.com/127.0.0.1#5335 -ipset=/.iu45.com/gfwlist -server=/.iuhrdf.org/127.0.0.1#5335 -ipset=/.iuhrdf.org/gfwlist -server=/.iuksky.com/127.0.0.1#5335 -ipset=/.iuksky.com/gfwlist -server=/.ivacy.com/127.0.0.1#5335 -ipset=/.ivacy.com/gfwlist -server=/.iverycd.com/127.0.0.1#5335 -ipset=/.iverycd.com/gfwlist -server=/.ivpn.net/127.0.0.1#5335 -ipset=/.ivpn.net/gfwlist -server=/.ixquick.com/127.0.0.1#5335 -ipset=/.ixquick.com/gfwlist -server=/.ixxx.com/127.0.0.1#5335 -ipset=/.ixxx.com/gfwlist -server=/.iyouport.com/127.0.0.1#5335 -ipset=/.iyouport.com/gfwlist -server=/.izaobao.us/127.0.0.1#5335 -ipset=/.izaobao.us/gfwlist -server=/.izles.net/127.0.0.1#5335 -ipset=/.izles.net/gfwlist -server=/.izlesem.org/127.0.0.1#5335 -ipset=/.izlesem.org/gfwlist -server=/.j.mp/127.0.0.1#5335 -ipset=/.j.mp/gfwlist -server=/.ja.wikipedia.org/127.0.0.1#5335 -ipset=/.ja.wikipedia.org/gfwlist -server=/.jamaat.org/127.0.0.1#5335 -ipset=/.jamaat.org/gfwlist -server=/.jamyangnorbu.com/127.0.0.1#5335 -ipset=/.jamyangnorbu.com/gfwlist -server=/.jandyx.com/127.0.0.1#5335 -ipset=/.jandyx.com/gfwlist -server=/.janwongphoto.com/127.0.0.1#5335 -ipset=/.janwongphoto.com/gfwlist -server=/.japan-whores.com/127.0.0.1#5335 -ipset=/.japan-whores.com/gfwlist -server=/.japantimes.co.jp/127.0.0.1#5335 -ipset=/.japantimes.co.jp/gfwlist -server=/.jav.com/127.0.0.1#5335 -ipset=/.jav.com/gfwlist -server=/.jav101.com/127.0.0.1#5335 -ipset=/.jav101.com/gfwlist -server=/.jav2be.com/127.0.0.1#5335 -ipset=/.jav2be.com/gfwlist -server=/.jav68.tv/127.0.0.1#5335 -ipset=/.jav68.tv/gfwlist -server=/.javakiba.org/127.0.0.1#5335 -ipset=/.javakiba.org/gfwlist -server=/.javbus.com/127.0.0.1#5335 -ipset=/.javbus.com/gfwlist -server=/.javfor.me/127.0.0.1#5335 -ipset=/.javfor.me/gfwlist -server=/.javhd.com/127.0.0.1#5335 -ipset=/.javhd.com/gfwlist -server=/.javhip.com/127.0.0.1#5335 -ipset=/.javhip.com/gfwlist -server=/.javhub.net/127.0.0.1#5335 -ipset=/.javhub.net/gfwlist -server=/.javhuge.com/127.0.0.1#5335 -ipset=/.javhuge.com/gfwlist -server=/.javlibrary.com/127.0.0.1#5335 -ipset=/.javlibrary.com/gfwlist -server=/.javmobile.net/127.0.0.1#5335 -ipset=/.javmobile.net/gfwlist -server=/.javmoo.com/127.0.0.1#5335 -ipset=/.javmoo.com/gfwlist -server=/.javmoo.xyz/127.0.0.1#5335 -ipset=/.javmoo.xyz/gfwlist -server=/.javseen.com/127.0.0.1#5335 -ipset=/.javseen.com/gfwlist -server=/.javtag.com/127.0.0.1#5335 -ipset=/.javtag.com/gfwlist -server=/.javzoo.com/127.0.0.1#5335 -ipset=/.javzoo.com/gfwlist -server=/.jbtalks.cc/127.0.0.1#5335 -ipset=/.jbtalks.cc/gfwlist -server=/.jbtalks.com/127.0.0.1#5335 -ipset=/.jbtalks.com/gfwlist -server=/.jbtalks.my/127.0.0.1#5335 -ipset=/.jbtalks.my/gfwlist -server=/.jcpenney.com/127.0.0.1#5335 -ipset=/.jcpenney.com/gfwlist -server=/.jdwsy.com/127.0.0.1#5335 -ipset=/.jdwsy.com/gfwlist -server=/.jeanyim.com/127.0.0.1#5335 -ipset=/.jeanyim.com/gfwlist -server=/.jetos.com/127.0.0.1#5335 -ipset=/.jetos.com/gfwlist -server=/.jex.com/127.0.0.1#5335 -ipset=/.jex.com/gfwlist -server=/.jfqu36.club/127.0.0.1#5335 -ipset=/.jfqu36.club/gfwlist -server=/.jfqu37.xyz/127.0.0.1#5335 -ipset=/.jfqu37.xyz/gfwlist -server=/.jgoodies.com/127.0.0.1#5335 -ipset=/.jgoodies.com/gfwlist -server=/.jiangweiping.com/127.0.0.1#5335 -ipset=/.jiangweiping.com/gfwlist -server=/.jiaoyou8.com/127.0.0.1#5335 -ipset=/.jiaoyou8.com/gfwlist -server=/.jiehua.cz/127.0.0.1#5335 -ipset=/.jiehua.cz/gfwlist -server=/.jieshibaobao.com/127.0.0.1#5335 -ipset=/.jieshibaobao.com/gfwlist -server=/.jigglegifs.com/127.0.0.1#5335 -ipset=/.jigglegifs.com/gfwlist -server=/.jigong1024.com/127.0.0.1#5335 -ipset=/.jigong1024.com/gfwlist -server=/.jihadintel.meforum.org/127.0.0.1#5335 -ipset=/.jihadintel.meforum.org/gfwlist -server=/.jihadology.net/127.0.0.1#5335 -ipset=/.jihadology.net/gfwlist -server=/.jiji.com/127.0.0.1#5335 -ipset=/.jiji.com/gfwlist -server=/.jims.net/127.0.0.1#5335 -ipset=/.jims.net/gfwlist -server=/.jinbushe.org/127.0.0.1#5335 -ipset=/.jinbushe.org/gfwlist -server=/.jingpin.org/127.0.0.1#5335 -ipset=/.jingpin.org/gfwlist -server=/.jingsim.org/127.0.0.1#5335 -ipset=/.jingsim.org/gfwlist -server=/.jinpianwang.com/127.0.0.1#5335 -ipset=/.jinpianwang.com/gfwlist -server=/.jinroukong.com/127.0.0.1#5335 -ipset=/.jinroukong.com/gfwlist -server=/.jintian.net/127.0.0.1#5335 -ipset=/.jintian.net/gfwlist -server=/.jinx.com/127.0.0.1#5335 -ipset=/.jinx.com/gfwlist -server=/.jitouch.com/127.0.0.1#5335 -ipset=/.jitouch.com/gfwlist -server=/.jizzthis.com/127.0.0.1#5335 -ipset=/.jizzthis.com/gfwlist -server=/.jjgirls.com/127.0.0.1#5335 -ipset=/.jjgirls.com/gfwlist -server=/.jkb.cc/127.0.0.1#5335 -ipset=/.jkb.cc/gfwlist -server=/.jkforum.net/127.0.0.1#5335 -ipset=/.jkforum.net/gfwlist -server=/.jkub.com/127.0.0.1#5335 -ipset=/.jkub.com/gfwlist -server=/.jma.go.jp/127.0.0.1#5335 -ipset=/.jma.go.jp/gfwlist -server=/.jmscult.com/127.0.0.1#5335 -ipset=/.jmscult.com/gfwlist -server=/.joachims.org/127.0.0.1#5335 -ipset=/.joachims.org/gfwlist -server=/.jobnewera.wordpress.com/127.0.0.1#5335 -ipset=/.jobnewera.wordpress.com/gfwlist -server=/.jobso.tv/127.0.0.1#5335 -ipset=/.jobso.tv/gfwlist -server=/.joinmastodon.org/127.0.0.1#5335 -ipset=/.joinmastodon.org/gfwlist -server=/.journalchretien.net/127.0.0.1#5335 -ipset=/.journalchretien.net/gfwlist -server=/.journalofdemocracy.org/127.0.0.1#5335 -ipset=/.journalofdemocracy.org/gfwlist -server=/.joymiihub.com/127.0.0.1#5335 -ipset=/.joymiihub.com/gfwlist -server=/.joyourself.com/127.0.0.1#5335 -ipset=/.joyourself.com/gfwlist -server=/.jp.hao123.com/127.0.0.1#5335 -ipset=/.jp.hao123.com/gfwlist -server=/.jpl.nasa.gov/127.0.0.1#5335 -ipset=/.jpl.nasa.gov/gfwlist -server=/.jpopforum.net/127.0.0.1#5335 -ipset=/.jpopforum.net/gfwlist -server=/.jtvnw.net/127.0.0.1#5335 -ipset=/.jtvnw.net/gfwlist -server=/.jubushoushen.com/127.0.0.1#5335 -ipset=/.jubushoushen.com/gfwlist -server=/.juhuaren.com/127.0.0.1#5335 -ipset=/.juhuaren.com/gfwlist -server=/.jukujo-club.com/127.0.0.1#5335 -ipset=/.jukujo-club.com/gfwlist -server=/.juliepost.com/127.0.0.1#5335 -ipset=/.juliepost.com/gfwlist -server=/.juliereyc.com/127.0.0.1#5335 -ipset=/.juliereyc.com/gfwlist -server=/.junauza.com/127.0.0.1#5335 -ipset=/.junauza.com/gfwlist -server=/.june4commemoration.org/127.0.0.1#5335 -ipset=/.june4commemoration.org/gfwlist -server=/.junefourth-20.net/127.0.0.1#5335 -ipset=/.junefourth-20.net/gfwlist -server=/.jungleheart.com/127.0.0.1#5335 -ipset=/.jungleheart.com/gfwlist -server=/.juoaa.com/127.0.0.1#5335 -ipset=/.juoaa.com/gfwlist -server=/.justdied.com/127.0.0.1#5335 -ipset=/.justdied.com/gfwlist -server=/.justfreevpn.com/127.0.0.1#5335 -ipset=/.justfreevpn.com/gfwlist -server=/.justicefortenzin.org/127.0.0.1#5335 -ipset=/.justicefortenzin.org/gfwlist -server=/.justpaste.it/127.0.0.1#5335 -ipset=/.justpaste.it/gfwlist -server=/.justtristan.com/127.0.0.1#5335 -ipset=/.justtristan.com/gfwlist -server=/.juyuange.org/127.0.0.1#5335 -ipset=/.juyuange.org/gfwlist -server=/.juziyue.com/127.0.0.1#5335 -ipset=/.juziyue.com/gfwlist -server=/.jwmusic.org/127.0.0.1#5335 -ipset=/.jwmusic.org/gfwlist -server=/.jyxf.net/127.0.0.1#5335 -ipset=/.jyxf.net/gfwlist -server=/.k-doujin.net/127.0.0.1#5335 -ipset=/.k-doujin.net/gfwlist -server=/.ka-wai.com/127.0.0.1#5335 -ipset=/.ka-wai.com/gfwlist -server=/.kagyu.org/127.0.0.1#5335 -ipset=/.kagyu.org/gfwlist -server=/.kagyumonlam.org/127.0.0.1#5335 -ipset=/.kagyumonlam.org/gfwlist -server=/.kagyunews.com.hk/127.0.0.1#5335 -ipset=/.kagyunews.com.hk/gfwlist -server=/.kagyuoffice.org/127.0.0.1#5335 -ipset=/.kagyuoffice.org/gfwlist -server=/.kaiyuan.de/127.0.0.1#5335 -ipset=/.kaiyuan.de/gfwlist -server=/.kakao.com/127.0.0.1#5335 -ipset=/.kakao.com/gfwlist -server=/.kalachakralugano.org/127.0.0.1#5335 -ipset=/.kalachakralugano.org/gfwlist -server=/.kankan.today/127.0.0.1#5335 -ipset=/.kankan.today/gfwlist -server=/.kannewyork.com/127.0.0.1#5335 -ipset=/.kannewyork.com/gfwlist -server=/.kanshifang.com/127.0.0.1#5335 -ipset=/.kanshifang.com/gfwlist -server=/.kantie.org/127.0.0.1#5335 -ipset=/.kantie.org/gfwlist -server=/.kanzhongguo.com/127.0.0.1#5335 -ipset=/.kanzhongguo.com/gfwlist -server=/.kanzhongguo.eu/127.0.0.1#5335 -ipset=/.kanzhongguo.eu/gfwlist -server=/.kaotic.com/127.0.0.1#5335 -ipset=/.kaotic.com/gfwlist -server=/.karayou.com/127.0.0.1#5335 -ipset=/.karayou.com/gfwlist -server=/.karkhung.com/127.0.0.1#5335 -ipset=/.karkhung.com/gfwlist -server=/.karmapa-teachings.org/127.0.0.1#5335 -ipset=/.karmapa-teachings.org/gfwlist -server=/.karmapa.org/127.0.0.1#5335 -ipset=/.karmapa.org/gfwlist -server=/.kawaiikawaii.jp/127.0.0.1#5335 -ipset=/.kawaiikawaii.jp/gfwlist -server=/.kawase.com/127.0.0.1#5335 -ipset=/.kawase.com/gfwlist -server=/.kb.monitorware.com/127.0.0.1#5335 -ipset=/.kb.monitorware.com/gfwlist -server=/.kba-tx.org/127.0.0.1#5335 -ipset=/.kba-tx.org/gfwlist -server=/.kcoolonline.com/127.0.0.1#5335 -ipset=/.kcoolonline.com/gfwlist -server=/.kebrum.com/127.0.0.1#5335 -ipset=/.kebrum.com/gfwlist -server=/.kechara.com/127.0.0.1#5335 -ipset=/.kechara.com/gfwlist -server=/.keezmovies.com/127.0.0.1#5335 -ipset=/.keezmovies.com/gfwlist -server=/.kendatire.com/127.0.0.1#5335 -ipset=/.kendatire.com/gfwlist -server=/.kendincos.net/127.0.0.1#5335 -ipset=/.kendincos.net/gfwlist -server=/.kenengba.com/127.0.0.1#5335 -ipset=/.kenengba.com/gfwlist -server=/.keontech.net/127.0.0.1#5335 -ipset=/.keontech.net/gfwlist -server=/.kepard.com/127.0.0.1#5335 -ipset=/.kepard.com/gfwlist -server=/.kex.com/127.0.0.1#5335 -ipset=/.kex.com/gfwlist -server=/.keycdn.com/127.0.0.1#5335 -ipset=/.keycdn.com/gfwlist -server=/.khabdha.org/127.0.0.1#5335 -ipset=/.khabdha.org/gfwlist -server=/.khatrimaza.org/127.0.0.1#5335 -ipset=/.khatrimaza.org/gfwlist -server=/.khmusic.com.tw/127.0.0.1#5335 -ipset=/.khmusic.com.tw/gfwlist -server=/.kichiku-doujinko.com/127.0.0.1#5335 -ipset=/.kichiku-doujinko.com/gfwlist -server=/.kik.com/127.0.0.1#5335 -ipset=/.kik.com/gfwlist -server=/.killwall.com/127.0.0.1#5335 -ipset=/.killwall.com/gfwlist -server=/.kindleren.com/127.0.0.1#5335 -ipset=/.kindleren.com/gfwlist -server=/.kineox.free.fr/127.0.0.1#5335 -ipset=/.kineox.free.fr/gfwlist -server=/.kingdomsalvation.org/127.0.0.1#5335 -ipset=/.kingdomsalvation.org/gfwlist -server=/.kinghost.com/127.0.0.1#5335 -ipset=/.kinghost.com/gfwlist -server=/.kingstone.com.tw/127.0.0.1#5335 -ipset=/.kingstone.com.tw/gfwlist -server=/.kink.com/127.0.0.1#5335 -ipset=/.kink.com/gfwlist -server=/.kinmen.org.tw/127.0.0.1#5335 -ipset=/.kinmen.org.tw/gfwlist -server=/.kinmen.travel/127.0.0.1#5335 -ipset=/.kinmen.travel/gfwlist -server=/.kinokuniya.com/127.0.0.1#5335 -ipset=/.kinokuniya.com/gfwlist -server=/.kir.jp/127.0.0.1#5335 -ipset=/.kir.jp/gfwlist -server=/.kissbbao.cn/127.0.0.1#5335 -ipset=/.kissbbao.cn/gfwlist -server=/.kiwi.kz/127.0.0.1#5335 -ipset=/.kiwi.kz/gfwlist -server=/.kk-whys.co.jp/127.0.0.1#5335 -ipset=/.kk-whys.co.jp/gfwlist -server=/.kkbox.com/127.0.0.1#5335 -ipset=/.kkbox.com/gfwlist -server=/.kknews.cc/127.0.0.1#5335 -ipset=/.kknews.cc/gfwlist -server=/.kmuh.org.tw/127.0.0.1#5335 -ipset=/.kmuh.org.tw/gfwlist -server=/.kobo.com/127.0.0.1#5335 -ipset=/.kobo.com/gfwlist -server=/.kobobooks.com/127.0.0.1#5335 -ipset=/.kobobooks.com/gfwlist -server=/.kodingen.com/127.0.0.1#5335 -ipset=/.kodingen.com/gfwlist -server=/.kompozer.net/127.0.0.1#5335 -ipset=/.kompozer.net/gfwlist -server=/.konachan.com/127.0.0.1#5335 -ipset=/.konachan.com/gfwlist -server=/.kone.com/127.0.0.1#5335 -ipset=/.kone.com/gfwlist -server=/.koolsolutions.com/127.0.0.1#5335 -ipset=/.koolsolutions.com/gfwlist -server=/.koornk.com/127.0.0.1#5335 -ipset=/.koornk.com/gfwlist -server=/.koranmandarin.com/127.0.0.1#5335 -ipset=/.koranmandarin.com/gfwlist -server=/.korenan2.com/127.0.0.1#5335 -ipset=/.korenan2.com/gfwlist -server=/.ksdl.org/127.0.0.1#5335 -ipset=/.ksdl.org/gfwlist -server=/.ksnews.com.tw/127.0.0.1#5335 -ipset=/.ksnews.com.tw/gfwlist -server=/.kspcoin.com/127.0.0.1#5335 -ipset=/.kspcoin.com/gfwlist -server=/.ktzhk.com/127.0.0.1#5335 -ipset=/.ktzhk.com/gfwlist -server=/.kucoin.com/127.0.0.1#5335 -ipset=/.kucoin.com/gfwlist -server=/.kun.im/127.0.0.1#5335 -ipset=/.kun.im/gfwlist -server=/.kurashsultan.com/127.0.0.1#5335 -ipset=/.kurashsultan.com/gfwlist -server=/.kurtmunger.com/127.0.0.1#5335 -ipset=/.kurtmunger.com/gfwlist -server=/.kusocity.com/127.0.0.1#5335 -ipset=/.kusocity.com/gfwlist -server=/.kwcg.ca/127.0.0.1#5335 -ipset=/.kwcg.ca/gfwlist -server=/.kwongwah.com.my/127.0.0.1#5335 -ipset=/.kwongwah.com.my/gfwlist -server=/.kxsw.life/127.0.0.1#5335 -ipset=/.kxsw.life/gfwlist -server=/.kyofun.com/127.0.0.1#5335 -ipset=/.kyofun.com/gfwlist -server=/.kyohk.net/127.0.0.1#5335 -ipset=/.kyohk.net/gfwlist -server=/.kyoyue.com/127.0.0.1#5335 -ipset=/.kyoyue.com/gfwlist -server=/.kyzyhello.com/127.0.0.1#5335 -ipset=/.kyzyhello.com/gfwlist -server=/.kzeng.info/127.0.0.1#5335 -ipset=/.kzeng.info/gfwlist -server=/.la-forum.org/127.0.0.1#5335 -ipset=/.la-forum.org/gfwlist -server=/.labiennale.org/127.0.0.1#5335 -ipset=/.labiennale.org/gfwlist -server=/.ladbrokes.com/127.0.0.1#5335 -ipset=/.ladbrokes.com/gfwlist -server=/.lagranepoca.com/127.0.0.1#5335 -ipset=/.lagranepoca.com/gfwlist -server=/.lalulalu.com/127.0.0.1#5335 -ipset=/.lalulalu.com/gfwlist -server=/.lama.com.tw/127.0.0.1#5335 -ipset=/.lama.com.tw/gfwlist -server=/.lamayeshe.com/127.0.0.1#5335 -ipset=/.lamayeshe.com/gfwlist -server=/.lamnia.co.uk/127.0.0.1#5335 -ipset=/.lamnia.co.uk/gfwlist -server=/.lamrim.com/127.0.0.1#5335 -ipset=/.lamrim.com/gfwlist -server=/.lanterncn.cn/127.0.0.1#5335 -ipset=/.lanterncn.cn/gfwlist -server=/.lantosfoundation.org/127.0.0.1#5335 -ipset=/.lantosfoundation.org/gfwlist -server=/.laod.cn/127.0.0.1#5335 -ipset=/.laod.cn/gfwlist -server=/.laogai.org/127.0.0.1#5335 -ipset=/.laogai.org/gfwlist -server=/.laomiu.com/127.0.0.1#5335 -ipset=/.laomiu.com/gfwlist -server=/.laoyang.info/127.0.0.1#5335 -ipset=/.laoyang.info/gfwlist -server=/.laptoplockdown.com/127.0.0.1#5335 -ipset=/.laptoplockdown.com/gfwlist -server=/.laqingdan.net/127.0.0.1#5335 -ipset=/.laqingdan.net/gfwlist -server=/.larsgeorge.com/127.0.0.1#5335 -ipset=/.larsgeorge.com/gfwlist -server=/.lastcombat.com/127.0.0.1#5335 -ipset=/.lastcombat.com/gfwlist -server=/.lastfm.es/127.0.0.1#5335 -ipset=/.lastfm.es/gfwlist -server=/.latelinenews.com/127.0.0.1#5335 -ipset=/.latelinenews.com/gfwlist -server=/.latibet.org/127.0.0.1#5335 -ipset=/.latibet.org/gfwlist -server=/.lbank.info/127.0.0.1#5335 -ipset=/.lbank.info/gfwlist -server=/.ld.hao123img.com/127.0.0.1#5335 -ipset=/.ld.hao123img.com/gfwlist -server=/.le-vpn.com/127.0.0.1#5335 -ipset=/.le-vpn.com/gfwlist -server=/.leafyvpn.net/127.0.0.1#5335 -ipset=/.leafyvpn.net/gfwlist -server=/.lecloud.net/127.0.0.1#5335 -ipset=/.lecloud.net/gfwlist -server=/.lefora.com/127.0.0.1#5335 -ipset=/.lefora.com/gfwlist -server=/.left21.hk/127.0.0.1#5335 -ipset=/.left21.hk/gfwlist -server=/.legalporno.com/127.0.0.1#5335 -ipset=/.legalporno.com/gfwlist -server=/.legaltech.law.com/127.0.0.1#5335 -ipset=/.legaltech.law.com/gfwlist -server=/.legsjapan.com/127.0.0.1#5335 -ipset=/.legsjapan.com/gfwlist -server=/.leirentv.ca/127.0.0.1#5335 -ipset=/.leirentv.ca/gfwlist -server=/.leisurecafe.ca/127.0.0.1#5335 -ipset=/.leisurecafe.ca/gfwlist -server=/.leisurepro.com/127.0.0.1#5335 -ipset=/.leisurepro.com/gfwlist -server=/.lematin.ch/127.0.0.1#5335 -ipset=/.lematin.ch/gfwlist -server=/.lemonde.fr/127.0.0.1#5335 -ipset=/.lemonde.fr/gfwlist -server=/.lenwhite.com/127.0.0.1#5335 -ipset=/.lenwhite.com/gfwlist -server=/.lerosua.org/127.0.0.1#5335 -ipset=/.lerosua.org/gfwlist -server=/.lers.google/127.0.0.1#5335 -ipset=/.lers.google/gfwlist -server=/.lesoir.be/127.0.0.1#5335 -ipset=/.lesoir.be/gfwlist -server=/.letou.com/127.0.0.1#5335 -ipset=/.letou.com/gfwlist -server=/.letscorp.net/127.0.0.1#5335 -ipset=/.letscorp.net/gfwlist -server=/.lflink.com/127.0.0.1#5335 -ipset=/.lflink.com/gfwlist -server=/.lflinkup.com/127.0.0.1#5335 -ipset=/.lflinkup.com/gfwlist -server=/.lflinkup.net/127.0.0.1#5335 -ipset=/.lflinkup.net/gfwlist -server=/.lflinkup.org/127.0.0.1#5335 -ipset=/.lflinkup.org/gfwlist -server=/.lhakar.org/127.0.0.1#5335 -ipset=/.lhakar.org/gfwlist -server=/.lhasocialwork.org/127.0.0.1#5335 -ipset=/.lhasocialwork.org/gfwlist -server=/.liangyou.net/127.0.0.1#5335 -ipset=/.liangyou.net/gfwlist -server=/.liangzhichuanmei.com/127.0.0.1#5335 -ipset=/.liangzhichuanmei.com/gfwlist -server=/.lianyue.net/127.0.0.1#5335 -ipset=/.lianyue.net/gfwlist -server=/.liaowangxizang.net/127.0.0.1#5335 -ipset=/.liaowangxizang.net/gfwlist -server=/.liberal.org.hk/127.0.0.1#5335 -ipset=/.liberal.org.hk/gfwlist -server=/.libertytimes.com.tw/127.0.0.1#5335 -ipset=/.libertytimes.com.tw/gfwlist -server=/.lifemiles.com/127.0.0.1#5335 -ipset=/.lifemiles.com/gfwlist -server=/.lighten.org.tw/127.0.0.1#5335 -ipset=/.lighten.org.tw/gfwlist -server=/.lighti.me/127.0.0.1#5335 -ipset=/.lighti.me/gfwlist -server=/.lightnovel.cn/127.0.0.1#5335 -ipset=/.lightnovel.cn/gfwlist -server=/.lightyearvpn.com/127.0.0.1#5335 -ipset=/.lightyearvpn.com/gfwlist -server=/.lihkg.com/127.0.0.1#5335 -ipset=/.lihkg.com/gfwlist -server=/.like.com/127.0.0.1#5335 -ipset=/.like.com/gfwlist -server=/.limiao.net/127.0.0.1#5335 -ipset=/.limiao.net/gfwlist -server=/.line-apps.com/127.0.0.1#5335 -ipset=/.line-apps.com/gfwlist -server=/.line-scdn.net/127.0.0.1#5335 -ipset=/.line-scdn.net/gfwlist -server=/.line.me/127.0.0.1#5335 -ipset=/.line.me/gfwlist -server=/.line.naver.jp/127.0.0.1#5335 -ipset=/.line.naver.jp/gfwlist -server=/.linear-abematv.akamaized.net/127.0.0.1#5335 -ipset=/.linear-abematv.akamaized.net/gfwlist -server=/.linglingfa.com/127.0.0.1#5335 -ipset=/.linglingfa.com/gfwlist -server=/.lingvodics.com/127.0.0.1#5335 -ipset=/.lingvodics.com/gfwlist -server=/.link-o-rama.com/127.0.0.1#5335 -ipset=/.link-o-rama.com/gfwlist -server=/.linkideo.com/127.0.0.1#5335 -ipset=/.linkideo.com/gfwlist -server=/.linkuswell.com/127.0.0.1#5335 -ipset=/.linkuswell.com/gfwlist -server=/.linux.org.hk/127.0.0.1#5335 -ipset=/.linux.org.hk/gfwlist -server=/.lionsroar.com/127.0.0.1#5335 -ipset=/.lionsroar.com/gfwlist -server=/.lipuman.com/127.0.0.1#5335 -ipset=/.lipuman.com/gfwlist -server=/.liquidvpn.com/127.0.0.1#5335 -ipset=/.liquidvpn.com/gfwlist -server=/.listentoyoutube.com/127.0.0.1#5335 -ipset=/.listentoyoutube.com/gfwlist -server=/.listorious.com/127.0.0.1#5335 -ipset=/.listorious.com/gfwlist -server=/.liu-xiaobo.org/127.0.0.1#5335 -ipset=/.liu-xiaobo.org/gfwlist -server=/.liudejun.com/127.0.0.1#5335 -ipset=/.liudejun.com/gfwlist -server=/.liuhanyu.com/127.0.0.1#5335 -ipset=/.liuhanyu.com/gfwlist -server=/.liujianshu.com/127.0.0.1#5335 -ipset=/.liujianshu.com/gfwlist -server=/.liuxiaobo.net/127.0.0.1#5335 -ipset=/.liuxiaobo.net/gfwlist -server=/.liuxiaotong.com/127.0.0.1#5335 -ipset=/.liuxiaotong.com/gfwlist -server=/.livecoin.net/127.0.0.1#5335 -ipset=/.livecoin.net/gfwlist -server=/.livedoor.jp/127.0.0.1#5335 -ipset=/.livedoor.jp/gfwlist -server=/.liveleak.com/127.0.0.1#5335 -ipset=/.liveleak.com/gfwlist -server=/.livestation.com/127.0.0.1#5335 -ipset=/.livestation.com/gfwlist -server=/.livestream.com/127.0.0.1#5335 -ipset=/.livestream.com/gfwlist -server=/.livevideo.com/127.0.0.1#5335 -ipset=/.livevideo.com/gfwlist -server=/.livingonline.us/127.0.0.1#5335 -ipset=/.livingonline.us/gfwlist -server=/.livingstream.com/127.0.0.1#5335 -ipset=/.livingstream.com/gfwlist -server=/.liwangyang.com/127.0.0.1#5335 -ipset=/.liwangyang.com/gfwlist -server=/.lizhizhuangbi.com/127.0.0.1#5335 -ipset=/.lizhizhuangbi.com/gfwlist -server=/.lkcn.net/127.0.0.1#5335 -ipset=/.lkcn.net/gfwlist -server=/.load.to/127.0.0.1#5335 -ipset=/.load.to/gfwlist -server=/.lobsangwangyal.com/127.0.0.1#5335 -ipset=/.lobsangwangyal.com/gfwlist -server=/.localbitcoins.com/127.0.0.1#5335 -ipset=/.localbitcoins.com/gfwlist -server=/.localdomain.ws/127.0.0.1#5335 -ipset=/.localdomain.ws/gfwlist -server=/.localpresshk.com/127.0.0.1#5335 -ipset=/.localpresshk.com/gfwlist -server=/.lockestek.com/127.0.0.1#5335 -ipset=/.lockestek.com/gfwlist -server=/.logbot.net/127.0.0.1#5335 -ipset=/.logbot.net/gfwlist -server=/.login.target.com/127.0.0.1#5335 -ipset=/.login.target.com/gfwlist -server=/.logiqx.com/127.0.0.1#5335 -ipset=/.logiqx.com/gfwlist -server=/.londonchinese.ca/127.0.0.1#5335 -ipset=/.londonchinese.ca/gfwlist -server=/.longhair.hk/127.0.0.1#5335 -ipset=/.longhair.hk/gfwlist -server=/.longmusic.com/127.0.0.1#5335 -ipset=/.longmusic.com/gfwlist -server=/.longtermly.net/127.0.0.1#5335 -ipset=/.longtermly.net/gfwlist -server=/.longtoes.com/127.0.0.1#5335 -ipset=/.longtoes.com/gfwlist -server=/.lookpic.com/127.0.0.1#5335 -ipset=/.lookpic.com/gfwlist -server=/.looktoronto.com/127.0.0.1#5335 -ipset=/.looktoronto.com/gfwlist -server=/.lotuslight.org.hk/127.0.0.1#5335 -ipset=/.lotuslight.org.hk/gfwlist -server=/.lotuslight.org.tw/127.0.0.1#5335 -ipset=/.lotuslight.org.tw/gfwlist -server=/.lovetvshow.com/127.0.0.1#5335 -ipset=/.lovetvshow.com/gfwlist -server=/.lpsg.com/127.0.0.1#5335 -ipset=/.lpsg.com/gfwlist -server=/.lrfz.com/127.0.0.1#5335 -ipset=/.lrfz.com/gfwlist -server=/.lrip.org/127.0.0.1#5335 -ipset=/.lrip.org/gfwlist -server=/.lsd.org.hk/127.0.0.1#5335 -ipset=/.lsd.org.hk/gfwlist -server=/.lsforum.net/127.0.0.1#5335 -ipset=/.lsforum.net/gfwlist -server=/.lsm.org/127.0.0.1#5335 -ipset=/.lsm.org/gfwlist -server=/.lsmchinese.org/127.0.0.1#5335 -ipset=/.lsmchinese.org/gfwlist -server=/.lsmkorean.org/127.0.0.1#5335 -ipset=/.lsmkorean.org/gfwlist -server=/.lsmwebcast.com/127.0.0.1#5335 -ipset=/.lsmwebcast.com/gfwlist -server=/.lsxszzg.com/127.0.0.1#5335 -ipset=/.lsxszzg.com/gfwlist -server=/.ltn.com.tw/127.0.0.1#5335 -ipset=/.ltn.com.tw/gfwlist -server=/.luke54.com/127.0.0.1#5335 -ipset=/.luke54.com/gfwlist -server=/.luke54.org/127.0.0.1#5335 -ipset=/.luke54.org/gfwlist -server=/.lupm.org/127.0.0.1#5335 -ipset=/.lupm.org/gfwlist -server=/.lushstories.com/127.0.0.1#5335 -ipset=/.lushstories.com/gfwlist -server=/.luxebc.com/127.0.0.1#5335 -ipset=/.luxebc.com/gfwlist -server=/.lvhai.org/127.0.0.1#5335 -ipset=/.lvhai.org/gfwlist -server=/.lvv2.com/127.0.0.1#5335 -ipset=/.lvv2.com/gfwlist -server=/.lyfhk.net/127.0.0.1#5335 -ipset=/.lyfhk.net/gfwlist -server=/.lzmtnews.org/127.0.0.1#5335 -ipset=/.lzmtnews.org/gfwlist -server=/.m.hkgalden.com/127.0.0.1#5335 -ipset=/.m.hkgalden.com/gfwlist -server=/.m.me/127.0.0.1#5335 -ipset=/.m.me/gfwlist -server=/.m.plixi.com/127.0.0.1#5335 -ipset=/.m.plixi.com/gfwlist -server=/.m.slandr.net/127.0.0.1#5335 -ipset=/.m.slandr.net/gfwlist -server=/.ma.hao123.com/127.0.0.1#5335 -ipset=/.ma.hao123.com/gfwlist -server=/.macgamestore.com/127.0.0.1#5335 -ipset=/.macgamestore.com/gfwlist -server=/.macrovpn.com/127.0.0.1#5335 -ipset=/.macrovpn.com/gfwlist -server=/.macts.com.tw/127.0.0.1#5335 -ipset=/.macts.com.tw/gfwlist -server=/.mad-ar.ch/127.0.0.1#5335 -ipset=/.mad-ar.ch/gfwlist -server=/.madewithcode.com/127.0.0.1#5335 -ipset=/.madewithcode.com/gfwlist -server=/.madonna-av.com/127.0.0.1#5335 -ipset=/.madonna-av.com/gfwlist -server=/.madrau.com/127.0.0.1#5335 -ipset=/.madrau.com/gfwlist -server=/.madthumbs.com/127.0.0.1#5335 -ipset=/.madthumbs.com/gfwlist -server=/.magazines.sina.com.tw/127.0.0.1#5335 -ipset=/.magazines.sina.com.tw/gfwlist -server=/.magic-net.info/127.0.0.1#5335 -ipset=/.magic-net.info/gfwlist -server=/.mahabodhi.org/127.0.0.1#5335 -ipset=/.mahabodhi.org/gfwlist -server=/.maiio.net/127.0.0.1#5335 -ipset=/.maiio.net/gfwlist -server=/.mail-archive.com/127.0.0.1#5335 -ipset=/.mail-archive.com/gfwlist -server=/.maildns.xyz/127.0.0.1#5335 -ipset=/.maildns.xyz/gfwlist -server=/.maiplus.com/127.0.0.1#5335 -ipset=/.maiplus.com/gfwlist -server=/.maizhong.org/127.0.0.1#5335 -ipset=/.maizhong.org/gfwlist -server=/.makemymood.com/127.0.0.1#5335 -ipset=/.makemymood.com/gfwlist -server=/.makkahnewspaper.com/127.0.0.1#5335 -ipset=/.makkahnewspaper.com/gfwlist -server=/.makzhou.warehouse333.com/127.0.0.1#5335 -ipset=/.makzhou.warehouse333.com/gfwlist -server=/.malaysiakini.com/127.0.0.1#5335 -ipset=/.malaysiakini.com/gfwlist -server=/.mamingzhe.com/127.0.0.1#5335 -ipset=/.mamingzhe.com/gfwlist -server=/.manchukuo.net/127.0.0.1#5335 -ipset=/.manchukuo.net/gfwlist -server=/.mangafox.com/127.0.0.1#5335 -ipset=/.mangafox.com/gfwlist -server=/.mangafox.me/127.0.0.1#5335 -ipset=/.mangafox.me/gfwlist -server=/.maniash.com/127.0.0.1#5335 -ipset=/.maniash.com/gfwlist -server=/.manicur4ik.ru/127.0.0.1#5335 -ipset=/.manicur4ik.ru/gfwlist -server=/.mansion.com/127.0.0.1#5335 -ipset=/.mansion.com/gfwlist -server=/.mansionpoker.com/127.0.0.1#5335 -ipset=/.mansionpoker.com/gfwlist -server=/.manta.com/127.0.0.1#5335 -ipset=/.manta.com/gfwlist -server=/.maplew.com/127.0.0.1#5335 -ipset=/.maplew.com/gfwlist -server=/.marc.info/127.0.0.1#5335 -ipset=/.marc.info/gfwlist -server=/.marguerite.su/127.0.0.1#5335 -ipset=/.marguerite.su/gfwlist -server=/.martau.com/127.0.0.1#5335 -ipset=/.martau.com/gfwlist -server=/.martincartoons.com/127.0.0.1#5335 -ipset=/.martincartoons.com/gfwlist -server=/.martsangkagyuofficial.org/127.0.0.1#5335 -ipset=/.martsangkagyuofficial.org/gfwlist -server=/.marxist.com/127.0.0.1#5335 -ipset=/.marxist.com/gfwlist -server=/.marxist.net/127.0.0.1#5335 -ipset=/.marxist.net/gfwlist -server=/.mash.to/127.0.0.1#5335 -ipset=/.mash.to/gfwlist -server=/.maskedip.com/127.0.0.1#5335 -ipset=/.maskedip.com/gfwlist -server=/.mastodon.cloud/127.0.0.1#5335 -ipset=/.mastodon.cloud/gfwlist -server=/.mastodon.host/127.0.0.1#5335 -ipset=/.mastodon.host/gfwlist -server=/.mastodon.social/127.0.0.1#5335 -ipset=/.mastodon.social/gfwlist -server=/.matainja.com/127.0.0.1#5335 -ipset=/.matainja.com/gfwlist -server=/.material.io/127.0.0.1#5335 -ipset=/.material.io/gfwlist -server=/.mathable.io/127.0.0.1#5335 -ipset=/.mathable.io/gfwlist -server=/.mathiew-badimon.com/127.0.0.1#5335 -ipset=/.mathiew-badimon.com/gfwlist -server=/.matome-plus.com/127.0.0.1#5335 -ipset=/.matome-plus.com/gfwlist -server=/.matome-plus.net/127.0.0.1#5335 -ipset=/.matome-plus.net/gfwlist -server=/.matsushimakaede.com/127.0.0.1#5335 -ipset=/.matsushimakaede.com/gfwlist -server=/.matters.news/127.0.0.1#5335 -ipset=/.matters.news/gfwlist -server=/.mattwilcox.net/127.0.0.1#5335 -ipset=/.mattwilcox.net/gfwlist -server=/.maturejp.com/127.0.0.1#5335 -ipset=/.maturejp.com/gfwlist -server=/.maxing.jp/127.0.0.1#5335 -ipset=/.maxing.jp/gfwlist -server=/.mayimayi.com/127.0.0.1#5335 -ipset=/.mayimayi.com/gfwlist -server=/.mcadforums.com/127.0.0.1#5335 -ipset=/.mcadforums.com/gfwlist -server=/.mcaf.ee/127.0.0.1#5335 -ipset=/.mcaf.ee/gfwlist -server=/.mcfog.com/127.0.0.1#5335 -ipset=/.mcfog.com/gfwlist -server=/.mcreasite.com/127.0.0.1#5335 -ipset=/.mcreasite.com/gfwlist -server=/.md-t.org/127.0.0.1#5335 -ipset=/.md-t.org/gfwlist -server=/.me.me/127.0.0.1#5335 -ipset=/.me.me/gfwlist -server=/.me.youthwant.com.tw/127.0.0.1#5335 -ipset=/.me.youthwant.com.tw/gfwlist -server=/.meansys.com/127.0.0.1#5335 -ipset=/.meansys.com/gfwlist -server=/.media.nu.nl/127.0.0.1#5335 -ipset=/.media.nu.nl/gfwlist -server=/.media.org.hk/127.0.0.1#5335 -ipset=/.media.org.hk/gfwlist -server=/.mediachinese.com/127.0.0.1#5335 -ipset=/.mediachinese.com/gfwlist -server=/.mediafreakcity.com/127.0.0.1#5335 -ipset=/.mediafreakcity.com/gfwlist -server=/.medium.com/127.0.0.1#5335 -ipset=/.medium.com/gfwlist -server=/.meetav.com/127.0.0.1#5335 -ipset=/.meetav.com/gfwlist -server=/.meetup.com/127.0.0.1#5335 -ipset=/.meetup.com/gfwlist -server=/.mefeedia.com/127.0.0.1#5335 -ipset=/.mefeedia.com/gfwlist -server=/.mefound.com/127.0.0.1#5335 -ipset=/.mefound.com/gfwlist -server=/.mega.nz/127.0.0.1#5335 -ipset=/.mega.nz/gfwlist -server=/.megaproxy.com/127.0.0.1#5335 -ipset=/.megaproxy.com/gfwlist -server=/.megarotic.com/127.0.0.1#5335 -ipset=/.megarotic.com/gfwlist -server=/.megavideo.com/127.0.0.1#5335 -ipset=/.megavideo.com/gfwlist -server=/.megurineluka.com/127.0.0.1#5335 -ipset=/.megurineluka.com/gfwlist -server=/.meirixiaochao.com/127.0.0.1#5335 -ipset=/.meirixiaochao.com/gfwlist -server=/.meltoday.com/127.0.0.1#5335 -ipset=/.meltoday.com/gfwlist -server=/.meme.yahoo.com/127.0.0.1#5335 -ipset=/.meme.yahoo.com/gfwlist -server=/.memehk.com/127.0.0.1#5335 -ipset=/.memehk.com/gfwlist -server=/.memorybbs.com/127.0.0.1#5335 -ipset=/.memorybbs.com/gfwlist -server=/.memri.org/127.0.0.1#5335 -ipset=/.memri.org/gfwlist -server=/.memrijttm.org/127.0.0.1#5335 -ipset=/.memrijttm.org/gfwlist -server=/.mercatox.com/127.0.0.1#5335 -ipset=/.mercatox.com/gfwlist -server=/.mercyprophet.org/127.0.0.1#5335 -ipset=/.mercyprophet.org/gfwlist -server=/.mergersandinquisitions.org/127.0.0.1#5335 -ipset=/.mergersandinquisitions.org/gfwlist -server=/.meridian-trust.org/127.0.0.1#5335 -ipset=/.meridian-trust.org/gfwlist -server=/.meripet.biz/127.0.0.1#5335 -ipset=/.meripet.biz/gfwlist -server=/.meripet.com/127.0.0.1#5335 -ipset=/.meripet.com/gfwlist -server=/.merit-times.com.tw/127.0.0.1#5335 -ipset=/.merit-times.com.tw/gfwlist -server=/.meshrep.com/127.0.0.1#5335 -ipset=/.meshrep.com/gfwlist -server=/.messenger.com/127.0.0.1#5335 -ipset=/.messenger.com/gfwlist -server=/.metart.com/127.0.0.1#5335 -ipset=/.metart.com/gfwlist -server=/.metarthunter.com/127.0.0.1#5335 -ipset=/.metarthunter.com/gfwlist -server=/.meteorshowersonline.com/127.0.0.1#5335 -ipset=/.meteorshowersonline.com/gfwlist -server=/.metrolife.ca/127.0.0.1#5335 -ipset=/.metrolife.ca/gfwlist -server=/.metroradio.com.hk/127.0.0.1#5335 -ipset=/.metroradio.com.hk/gfwlist -server=/.meyou.jp/127.0.0.1#5335 -ipset=/.meyou.jp/gfwlist -server=/.meyul.com/127.0.0.1#5335 -ipset=/.meyul.com/gfwlist -server=/.mfxmedia.com/127.0.0.1#5335 -ipset=/.mfxmedia.com/gfwlist -server=/.mgoon.com/127.0.0.1#5335 -ipset=/.mgoon.com/gfwlist -server=/.mgstage.com/127.0.0.1#5335 -ipset=/.mgstage.com/gfwlist -server=/.mh4u.org/127.0.0.1#5335 -ipset=/.mh4u.org/gfwlist -server=/.mhradio.org/127.0.0.1#5335 -ipset=/.mhradio.org/gfwlist -server=/.michaelanti.com/127.0.0.1#5335 -ipset=/.michaelanti.com/gfwlist -server=/.michaelmarketl.com/127.0.0.1#5335 -ipset=/.michaelmarketl.com/gfwlist -server=/.microvpn.com/127.0.0.1#5335 -ipset=/.microvpn.com/gfwlist -server=/.middle-way.net/127.0.0.1#5335 -ipset=/.middle-way.net/gfwlist -server=/.mihr.com/127.0.0.1#5335 -ipset=/.mihr.com/gfwlist -server=/.mihua.org/127.0.0.1#5335 -ipset=/.mihua.org/gfwlist -server=/.mike.cz.cc/127.0.0.1#5335 -ipset=/.mike.cz.cc/gfwlist -server=/.mikesoltys.com/127.0.0.1#5335 -ipset=/.mikesoltys.com/gfwlist -server=/.milph.net/127.0.0.1#5335 -ipset=/.milph.net/gfwlist -server=/.milsurps.com/127.0.0.1#5335 -ipset=/.milsurps.com/gfwlist -server=/.mimiai.net/127.0.0.1#5335 -ipset=/.mimiai.net/gfwlist -server=/.mimivip.com/127.0.0.1#5335 -ipset=/.mimivip.com/gfwlist -server=/.mimivv.com/127.0.0.1#5335 -ipset=/.mimivv.com/gfwlist -server=/.mindrolling.org/127.0.0.1#5335 -ipset=/.mindrolling.org/gfwlist -server=/.minghui-a.org/127.0.0.1#5335 -ipset=/.minghui-a.org/gfwlist -server=/.minghui-b.org/127.0.0.1#5335 -ipset=/.minghui-b.org/gfwlist -server=/.minghui-school.org/127.0.0.1#5335 -ipset=/.minghui-school.org/gfwlist -server=/.minghui.or.kr/127.0.0.1#5335 -ipset=/.minghui.or.kr/gfwlist -server=/.minghui.org/127.0.0.1#5335 -ipset=/.minghui.org/gfwlist -server=/.minghuiyw.wordpress.com/127.0.0.1#5335 -ipset=/.minghuiyw.wordpress.com/gfwlist -server=/.mingjinglishi.com/127.0.0.1#5335 -ipset=/.mingjinglishi.com/gfwlist -server=/.mingjingnews.com/127.0.0.1#5335 -ipset=/.mingjingnews.com/gfwlist -server=/.mingjingtimes.com/127.0.0.1#5335 -ipset=/.mingjingtimes.com/gfwlist -server=/.mingpao.com/127.0.0.1#5335 -ipset=/.mingpao.com/gfwlist -server=/.mingpaocanada.com/127.0.0.1#5335 -ipset=/.mingpaocanada.com/gfwlist -server=/.mingpaomonthly.com/127.0.0.1#5335 -ipset=/.mingpaomonthly.com/gfwlist -server=/.mingpaonews.com/127.0.0.1#5335 -ipset=/.mingpaonews.com/gfwlist -server=/.mingpaony.com/127.0.0.1#5335 -ipset=/.mingpaony.com/gfwlist -server=/.mingpaosf.com/127.0.0.1#5335 -ipset=/.mingpaosf.com/gfwlist -server=/.mingpaotor.com/127.0.0.1#5335 -ipset=/.mingpaotor.com/gfwlist -server=/.mingpaovan.com/127.0.0.1#5335 -ipset=/.mingpaovan.com/gfwlist -server=/.mingshengbao.com/127.0.0.1#5335 -ipset=/.mingshengbao.com/gfwlist -server=/.minhhue.net/127.0.0.1#5335 -ipset=/.minhhue.net/gfwlist -server=/.miniforum.org/127.0.0.1#5335 -ipset=/.miniforum.org/gfwlist -server=/.ministrybooks.org/127.0.0.1#5335 -ipset=/.ministrybooks.org/gfwlist -server=/.minzhuhua.net/127.0.0.1#5335 -ipset=/.minzhuhua.net/gfwlist -server=/.minzhuzhanxian.com/127.0.0.1#5335 -ipset=/.minzhuzhanxian.com/gfwlist -server=/.minzhuzhongguo.org/127.0.0.1#5335 -ipset=/.minzhuzhongguo.org/gfwlist -server=/.miroguide.com/127.0.0.1#5335 -ipset=/.miroguide.com/gfwlist -server=/.mirrorbooks.com/127.0.0.1#5335 -ipset=/.mirrorbooks.com/gfwlist -server=/.mist.vip/127.0.0.1#5335 -ipset=/.mist.vip/gfwlist -server=/.mitao.com.tw/127.0.0.1#5335 -ipset=/.mitao.com.tw/gfwlist -server=/.mitbbs.com/127.0.0.1#5335 -ipset=/.mitbbs.com/gfwlist -server=/.mitbbsau.com/127.0.0.1#5335 -ipset=/.mitbbsau.com/gfwlist -server=/.mixero.com/127.0.0.1#5335 -ipset=/.mixero.com/gfwlist -server=/.mixpod.com/127.0.0.1#5335 -ipset=/.mixpod.com/gfwlist -server=/.mixx.com/127.0.0.1#5335 -ipset=/.mixx.com/gfwlist -server=/.mizzmona.com/127.0.0.1#5335 -ipset=/.mizzmona.com/gfwlist -server=/.mjib.gov.tw/127.0.0.1#5335 -ipset=/.mjib.gov.tw/gfwlist -server=/.mk5000.com/127.0.0.1#5335 -ipset=/.mk5000.com/gfwlist -server=/.mlcool.com/127.0.0.1#5335 -ipset=/.mlcool.com/gfwlist -server=/.mlzs.work/127.0.0.1#5335 -ipset=/.mlzs.work/gfwlist -server=/.mm-cg.com/127.0.0.1#5335 -ipset=/.mm-cg.com/gfwlist -server=/.mmaaxx.com/127.0.0.1#5335 -ipset=/.mmaaxx.com/gfwlist -server=/.mmmca.com/127.0.0.1#5335 -ipset=/.mmmca.com/gfwlist -server=/.mnewstv.com/127.0.0.1#5335 -ipset=/.mnewstv.com/gfwlist -server=/.mo.nightlife141.com/127.0.0.1#5335 -ipset=/.mo.nightlife141.com/gfwlist -server=/.mobatek.net/127.0.0.1#5335 -ipset=/.mobatek.net/gfwlist -server=/.mobile01.com/127.0.0.1#5335 -ipset=/.mobile01.com/gfwlist -server=/.mobileways.de/127.0.0.1#5335 -ipset=/.mobileways.de/gfwlist -server=/.moby.to/127.0.0.1#5335 -ipset=/.moby.to/gfwlist -server=/.mobypicture.com/127.0.0.1#5335 -ipset=/.mobypicture.com/gfwlist -server=/.moeaic.gov.tw/127.0.0.1#5335 -ipset=/.moeaic.gov.tw/gfwlist -server=/.moeerolibrary.com/127.0.0.1#5335 -ipset=/.moeerolibrary.com/gfwlist -server=/.mofa.gov.tw/127.0.0.1#5335 -ipset=/.mofa.gov.tw/gfwlist -server=/.mofaxiehui.com/127.0.0.1#5335 -ipset=/.mofaxiehui.com/gfwlist -server=/.mofos.com/127.0.0.1#5335 -ipset=/.mofos.com/gfwlist -server=/.mog.com/127.0.0.1#5335 -ipset=/.mog.com/gfwlist -server=/.mohu.club/127.0.0.1#5335 -ipset=/.mohu.club/gfwlist -server=/.mohu.ml/127.0.0.1#5335 -ipset=/.mohu.ml/gfwlist -server=/.mojim.com/127.0.0.1#5335 -ipset=/.mojim.com/gfwlist -server=/.mol.gov.tw/127.0.0.1#5335 -ipset=/.mol.gov.tw/gfwlist -server=/.molihua.org/127.0.0.1#5335 -ipset=/.molihua.org/gfwlist -server=/.mondex.org/127.0.0.1#5335 -ipset=/.mondex.org/gfwlist -server=/.money-link.com.tw/127.0.0.1#5335 -ipset=/.money-link.com.tw/gfwlist -server=/.moneyhome.biz/127.0.0.1#5335 -ipset=/.moneyhome.biz/gfwlist -server=/.monitorchina.org/127.0.0.1#5335 -ipset=/.monitorchina.org/gfwlist -server=/.monster.com/127.0.0.1#5335 -ipset=/.monster.com/gfwlist -server=/.moodyz.com/127.0.0.1#5335 -ipset=/.moodyz.com/gfwlist -server=/.moonbbs.com/127.0.0.1#5335 -ipset=/.moonbbs.com/gfwlist -server=/.moonbingo.com/127.0.0.1#5335 -ipset=/.moonbingo.com/gfwlist -server=/.morningsun.org/127.0.0.1#5335 -ipset=/.morningsun.org/gfwlist -server=/.moroneta.com/127.0.0.1#5335 -ipset=/.moroneta.com/gfwlist -server=/.mos.ru/127.0.0.1#5335 -ipset=/.mos.ru/gfwlist -server=/.motherless.com/127.0.0.1#5335 -ipset=/.motherless.com/gfwlist -server=/.motiyun.com/127.0.0.1#5335 -ipset=/.motiyun.com/gfwlist -server=/.motor4ik.ru/127.0.0.1#5335 -ipset=/.motor4ik.ru/gfwlist -server=/.mousebreaker.com/127.0.0.1#5335 -ipset=/.mousebreaker.com/gfwlist -server=/.movements.org/127.0.0.1#5335 -ipset=/.movements.org/gfwlist -server=/.moviefap.com/127.0.0.1#5335 -ipset=/.moviefap.com/gfwlist -server=/.mp3buscador.com/127.0.0.1#5335 -ipset=/.mp3buscador.com/gfwlist -server=/.mp3ye.eu/127.0.0.1#5335 -ipset=/.mp3ye.eu/gfwlist -server=/.mpettis.com/127.0.0.1#5335 -ipset=/.mpettis.com/gfwlist -server=/.mpfinance.com/127.0.0.1#5335 -ipset=/.mpfinance.com/gfwlist -server=/.mpinews.com/127.0.0.1#5335 -ipset=/.mpinews.com/gfwlist -server=/.mponline.hk/127.0.0.1#5335 -ipset=/.mponline.hk/gfwlist -server=/.mqxd.org/127.0.0.1#5335 -ipset=/.mqxd.org/gfwlist -server=/.mrbasic.com/127.0.0.1#5335 -ipset=/.mrbasic.com/gfwlist -server=/.mrbonus.com/127.0.0.1#5335 -ipset=/.mrbonus.com/gfwlist -server=/.mrface.com/127.0.0.1#5335 -ipset=/.mrface.com/gfwlist -server=/.mrslove.com/127.0.0.1#5335 -ipset=/.mrslove.com/gfwlist -server=/.mrtweet.com/127.0.0.1#5335 -ipset=/.mrtweet.com/gfwlist -server=/.msa-it.org/127.0.0.1#5335 -ipset=/.msa-it.org/gfwlist -server=/.msguancha.com/127.0.0.1#5335 -ipset=/.msguancha.com/gfwlist -server=/.msha.gov/127.0.0.1#5335 -ipset=/.msha.gov/gfwlist -server=/.mswe1.org/127.0.0.1#5335 -ipset=/.mswe1.org/gfwlist -server=/.mthruf.com/127.0.0.1#5335 -ipset=/.mthruf.com/gfwlist -server=/.mtw.tl/127.0.0.1#5335 -ipset=/.mtw.tl/gfwlist -server=/.muchosucko.com/127.0.0.1#5335 -ipset=/.muchosucko.com/gfwlist -server=/.mullvad.net/127.0.0.1#5335 -ipset=/.mullvad.net/gfwlist -server=/.multiply.com/127.0.0.1#5335 -ipset=/.multiply.com/gfwlist -server=/.multiproxy.org/127.0.0.1#5335 -ipset=/.multiproxy.org/gfwlist -server=/.multiupload.com/127.0.0.1#5335 -ipset=/.multiupload.com/gfwlist -server=/.mummysgold.com/127.0.0.1#5335 -ipset=/.mummysgold.com/gfwlist -server=/.murmur.tw/127.0.0.1#5335 -ipset=/.murmur.tw/gfwlist -server=/.musicade.net/127.0.0.1#5335 -ipset=/.musicade.net/gfwlist -server=/.muslimvideo.com/127.0.0.1#5335 -ipset=/.muslimvideo.com/gfwlist -server=/.muzi.com/127.0.0.1#5335 -ipset=/.muzi.com/gfwlist -server=/.muzi.net/127.0.0.1#5335 -ipset=/.muzi.net/gfwlist -server=/.muzu.tv/127.0.0.1#5335 -ipset=/.muzu.tv/gfwlist -server=/.mvdis.gov.tw/127.0.0.1#5335 -ipset=/.mvdis.gov.tw/gfwlist -server=/.mvg.jp/127.0.0.1#5335 -ipset=/.mvg.jp/gfwlist -server=/.mx.hao123.com/127.0.0.1#5335 -ipset=/.mx.hao123.com/gfwlist -server=/.mx981.com/127.0.0.1#5335 -ipset=/.mx981.com/gfwlist -server=/.my-formosa.com/127.0.0.1#5335 -ipset=/.my-formosa.com/gfwlist -server=/.my-private-network.co.uk/127.0.0.1#5335 -ipset=/.my-private-network.co.uk/gfwlist -server=/.my-proxy.com/127.0.0.1#5335 -ipset=/.my-proxy.com/gfwlist -server=/.my.mail.ru/127.0.0.1#5335 -ipset=/.my.mail.ru/gfwlist -server=/.my.pcloud.com/127.0.0.1#5335 -ipset=/.my.pcloud.com/gfwlist -server=/.my03.com/127.0.0.1#5335 -ipset=/.my03.com/gfwlist -server=/.myanniu.com/127.0.0.1#5335 -ipset=/.myanniu.com/gfwlist -server=/.myaudiocast.com/127.0.0.1#5335 -ipset=/.myaudiocast.com/gfwlist -server=/.mybbs.us/127.0.0.1#5335 -ipset=/.mybbs.us/gfwlist -server=/.mybet.com/127.0.0.1#5335 -ipset=/.mybet.com/gfwlist -server=/.myca168.com/127.0.0.1#5335 -ipset=/.myca168.com/gfwlist -server=/.mycanadanow.com/127.0.0.1#5335 -ipset=/.mycanadanow.com/gfwlist -server=/.mychinamyhome.com/127.0.0.1#5335 -ipset=/.mychinamyhome.com/gfwlist -server=/.mychinanet.com/127.0.0.1#5335 -ipset=/.mychinanet.com/gfwlist -server=/.mychinanews.com/127.0.0.1#5335 -ipset=/.mychinanews.com/gfwlist -server=/.mychinese.news/127.0.0.1#5335 -ipset=/.mychinese.news/gfwlist -server=/.mycnnews.com/127.0.0.1#5335 -ipset=/.mycnnews.com/gfwlist -server=/.mydad.info/127.0.0.1#5335 -ipset=/.mydad.info/gfwlist -server=/.myddns.com/127.0.0.1#5335 -ipset=/.myddns.com/gfwlist -server=/.myeasytv.com/127.0.0.1#5335 -ipset=/.myeasytv.com/gfwlist -server=/.myeclipseide.com/127.0.0.1#5335 -ipset=/.myeclipseide.com/gfwlist -server=/.myforum.com.hk/127.0.0.1#5335 -ipset=/.myforum.com.hk/gfwlist -server=/.myforum.com.uk/127.0.0.1#5335 -ipset=/.myforum.com.uk/gfwlist -server=/.myfreecams.com/127.0.0.1#5335 -ipset=/.myfreecams.com/gfwlist -server=/.myfreepaysite.com/127.0.0.1#5335 -ipset=/.myfreepaysite.com/gfwlist -server=/.myfreshnet.com/127.0.0.1#5335 -ipset=/.myfreshnet.com/gfwlist -server=/.myftp.info/127.0.0.1#5335 -ipset=/.myftp.info/gfwlist -server=/.myftp.name/127.0.0.1#5335 -ipset=/.myftp.name/gfwlist -server=/.myiphide.com/127.0.0.1#5335 -ipset=/.myiphide.com/gfwlist -server=/.mykomica.org/127.0.0.1#5335 -ipset=/.mykomica.org/gfwlist -server=/.mylftv.com/127.0.0.1#5335 -ipset=/.mylftv.com/gfwlist -server=/.mymoe.moe/127.0.0.1#5335 -ipset=/.mymoe.moe/gfwlist -server=/.mymom.info/127.0.0.1#5335 -ipset=/.mymom.info/gfwlist -server=/.mymusic.net.tw/127.0.0.1#5335 -ipset=/.mymusic.net.tw/gfwlist -server=/.mynetav.net/127.0.0.1#5335 -ipset=/.mynetav.net/gfwlist -server=/.mynetav.org/127.0.0.1#5335 -ipset=/.mynetav.org/gfwlist -server=/.mynumber.org/127.0.0.1#5335 -ipset=/.mynumber.org/gfwlist -server=/.myparagliding.com/127.0.0.1#5335 -ipset=/.myparagliding.com/gfwlist -server=/.mypicture.info/127.0.0.1#5335 -ipset=/.mypicture.info/gfwlist -server=/.mypop3.net/127.0.0.1#5335 -ipset=/.mypop3.net/gfwlist -server=/.mypop3.org/127.0.0.1#5335 -ipset=/.mypop3.org/gfwlist -server=/.mypopescu.com/127.0.0.1#5335 -ipset=/.mypopescu.com/gfwlist -server=/.myreadingmanga.info/127.0.0.1#5335 -ipset=/.myreadingmanga.info/gfwlist -server=/.mysecondarydns.com/127.0.0.1#5335 -ipset=/.mysecondarydns.com/gfwlist -server=/.mysinablog.com/127.0.0.1#5335 -ipset=/.mysinablog.com/gfwlist -server=/.mysite.verizon.net/127.0.0.1#5335 -ipset=/.mysite.verizon.net/gfwlist -server=/.myspace.com/127.0.0.1#5335 -ipset=/.myspace.com/gfwlist -server=/.myspacecdn.com/127.0.0.1#5335 -ipset=/.myspacecdn.com/gfwlist -server=/.mytalkbox.com/127.0.0.1#5335 -ipset=/.mytalkbox.com/gfwlist -server=/.mytizi.com/127.0.0.1#5335 -ipset=/.mytizi.com/gfwlist -server=/.mywww.biz/127.0.0.1#5335 -ipset=/.mywww.biz/gfwlist -server=/.myz.info/127.0.0.1#5335 -ipset=/.myz.info/gfwlist -server=/.naacoalition.org/127.0.0.1#5335 -ipset=/.naacoalition.org/gfwlist -server=/.naitik.net/127.0.0.1#5335 -ipset=/.naitik.net/gfwlist -server=/.nakido.com/127.0.0.1#5335 -ipset=/.nakido.com/gfwlist -server=/.nalandabodhi.org/127.0.0.1#5335 -ipset=/.nalandabodhi.org/gfwlist -server=/.nalandawest.org/127.0.0.1#5335 -ipset=/.nalandawest.org/gfwlist -server=/.namgyal.org/127.0.0.1#5335 -ipset=/.namgyal.org/gfwlist -server=/.namgyalmonastery.org/127.0.0.1#5335 -ipset=/.namgyalmonastery.org/gfwlist -server=/.namsisi.com/127.0.0.1#5335 -ipset=/.namsisi.com/gfwlist -server=/.nanyang.com/127.0.0.1#5335 -ipset=/.nanyang.com/gfwlist -server=/.nanyangpost.com/127.0.0.1#5335 -ipset=/.nanyangpost.com/gfwlist -server=/.nanzao.com/127.0.0.1#5335 -ipset=/.nanzao.com/gfwlist -server=/.naol.ca/127.0.0.1#5335 -ipset=/.naol.ca/gfwlist -server=/.naol.cc/127.0.0.1#5335 -ipset=/.naol.cc/gfwlist -server=/.nat.gov.tw/127.0.0.1#5335 -ipset=/.nat.gov.tw/gfwlist -server=/.nat.moe/127.0.0.1#5335 -ipset=/.nat.moe/gfwlist -server=/.national-lottery.co.uk/127.0.0.1#5335 -ipset=/.national-lottery.co.uk/gfwlist -server=/.nationwide.com/127.0.0.1#5335 -ipset=/.nationwide.com/gfwlist -server=/.naughtyamerica.com/127.0.0.1#5335 -ipset=/.naughtyamerica.com/gfwlist -server=/.navyfamily.navy.mil/127.0.0.1#5335 -ipset=/.navyfamily.navy.mil/gfwlist -server=/.navyreserve.navy.mil/127.0.0.1#5335 -ipset=/.navyreserve.navy.mil/gfwlist -server=/.naweeklytimes.com/127.0.0.1#5335 -ipset=/.naweeklytimes.com/gfwlist -server=/.nbtvpn.com/127.0.0.1#5335 -ipset=/.nbtvpn.com/gfwlist -server=/.nccwatch.org.tw/127.0.0.1#5335 -ipset=/.nccwatch.org.tw/gfwlist -server=/.nch.com.tw/127.0.0.1#5335 -ipset=/.nch.com.tw/gfwlist -server=/.ncn.org/127.0.0.1#5335 -ipset=/.ncn.org/gfwlist -server=/.nde.de/127.0.0.1#5335 -ipset=/.nde.de/gfwlist -server=/.ndr.de/127.0.0.1#5335 -ipset=/.ndr.de/gfwlist -server=/.ned.org/127.0.0.1#5335 -ipset=/.ned.org/gfwlist -server=/.nekoslovakia.net/127.0.0.1#5335 -ipset=/.nekoslovakia.net/gfwlist -server=/.neo-miracle.com/127.0.0.1#5335 -ipset=/.neo-miracle.com/gfwlist -server=/.nepusoku.com/127.0.0.1#5335 -ipset=/.nepusoku.com/gfwlist -server=/.net-fits.pro/127.0.0.1#5335 -ipset=/.net-fits.pro/gfwlist -server=/.netbirds.com/127.0.0.1#5335 -ipset=/.netbirds.com/gfwlist -server=/.netcolony.com/127.0.0.1#5335 -ipset=/.netcolony.com/gfwlist -server=/.netflix.com/127.0.0.1#5335 -ipset=/.netflix.com/gfwlist -server=/.netme.cc/127.0.0.1#5335 -ipset=/.netme.cc/gfwlist -server=/.netsneak.com/127.0.0.1#5335 -ipset=/.netsneak.com/gfwlist -server=/.network54.com/127.0.0.1#5335 -ipset=/.network54.com/gfwlist -server=/.networkedblogs.com/127.0.0.1#5335 -ipset=/.networkedblogs.com/gfwlist -server=/.networktunnel.net/127.0.0.1#5335 -ipset=/.networktunnel.net/gfwlist -server=/.neverforget8964.org/127.0.0.1#5335 -ipset=/.neverforget8964.org/gfwlist -server=/.new-3lunch.net/127.0.0.1#5335 -ipset=/.new-3lunch.net/gfwlist -server=/.new-akiba.com/127.0.0.1#5335 -ipset=/.new-akiba.com/gfwlist -server=/.new96.ca/127.0.0.1#5335 -ipset=/.new96.ca/gfwlist -server=/.newcenturymc.com/127.0.0.1#5335 -ipset=/.newcenturymc.com/gfwlist -server=/.newcenturynews.com/127.0.0.1#5335 -ipset=/.newcenturynews.com/gfwlist -server=/.newchen.com/127.0.0.1#5335 -ipset=/.newchen.com/gfwlist -server=/.newgrounds.com/127.0.0.1#5335 -ipset=/.newgrounds.com/gfwlist -server=/.newipnow.com/127.0.0.1#5335 -ipset=/.newipnow.com/gfwlist -server=/.newlandmagazine.com.au/127.0.0.1#5335 -ipset=/.newlandmagazine.com.au/gfwlist -server=/.newnews.ca/127.0.0.1#5335 -ipset=/.newnews.ca/gfwlist -server=/.news.cnyes.com/127.0.0.1#5335 -ipset=/.news.cnyes.com/gfwlist -server=/.news.hk.msn.com/127.0.0.1#5335 -ipset=/.news.hk.msn.com/gfwlist -server=/.news.hkpeanut.com/127.0.0.1#5335 -ipset=/.news.hkpeanut.com/gfwlist -server=/.news.msn.com.tw/127.0.0.1#5335 -ipset=/.news.msn.com.tw/gfwlist -server=/.news.now.com/127.0.0.1#5335 -ipset=/.news.now.com/gfwlist -server=/.news.omy.sg/127.0.0.1#5335 -ipset=/.news.omy.sg/gfwlist -server=/.news.seehua.com/127.0.0.1#5335 -ipset=/.news.seehua.com/gfwlist -server=/.news.sina.com.hk/127.0.0.1#5335 -ipset=/.news.sina.com.hk/gfwlist -server=/.news.sina.com.tw/127.0.0.1#5335 -ipset=/.news.sina.com.tw/gfwlist -server=/.news.sinchew.com.my/127.0.0.1#5335 -ipset=/.news.sinchew.com.my/gfwlist -server=/.news.singtao.ca/127.0.0.1#5335 -ipset=/.news.singtao.ca/gfwlist -server=/.news.tvbs.com.tw/127.0.0.1#5335 -ipset=/.news.tvbs.com.tw/gfwlist -server=/.news100.com.tw/127.0.0.1#5335 -ipset=/.news100.com.tw/gfwlist -server=/.newsancai.com/127.0.0.1#5335 -ipset=/.newsancai.com/gfwlist -server=/.newschinacomment.org/127.0.0.1#5335 -ipset=/.newschinacomment.org/gfwlist -server=/.newscn.org/127.0.0.1#5335 -ipset=/.newscn.org/gfwlist -server=/.newsdetox.ca/127.0.0.1#5335 -ipset=/.newsdetox.ca/gfwlist -server=/.newsdh.com/127.0.0.1#5335 -ipset=/.newsdh.com/gfwlist -server=/.newstamago.com/127.0.0.1#5335 -ipset=/.newstamago.com/gfwlist -server=/.newstapa.org/127.0.0.1#5335 -ipset=/.newstapa.org/gfwlist -server=/.newstarnet.com/127.0.0.1#5335 -ipset=/.newstarnet.com/gfwlist -server=/.newtaiwan.com.tw/127.0.0.1#5335 -ipset=/.newtaiwan.com.tw/gfwlist -server=/.newtalk.tw/127.0.0.1#5335 -ipset=/.newtalk.tw/gfwlist -server=/.newyorktimes.com/127.0.0.1#5335 -ipset=/.newyorktimes.com/gfwlist -server=/.nexon.com/127.0.0.1#5335 -ipset=/.nexon.com/gfwlist -server=/.next11.co.jp/127.0.0.1#5335 -ipset=/.next11.co.jp/gfwlist -server=/.nextmag.com.tw/127.0.0.1#5335 -ipset=/.nextmag.com.tw/gfwlist -server=/.nextmedia.com/127.0.0.1#5335 -ipset=/.nextmedia.com/gfwlist -server=/.nexton-net.jp/127.0.0.1#5335 -ipset=/.nexton-net.jp/gfwlist -server=/.nexttv.com.tw/127.0.0.1#5335 -ipset=/.nexttv.com.tw/gfwlist -server=/.nf.id.au/127.0.0.1#5335 -ipset=/.nf.id.au/gfwlist -server=/.nfjtyd.com/127.0.0.1#5335 -ipset=/.nfjtyd.com/gfwlist -server=/.nflxext.com/127.0.0.1#5335 -ipset=/.nflxext.com/gfwlist -server=/.nflximg.com/127.0.0.1#5335 -ipset=/.nflximg.com/gfwlist -server=/.nflximg.net/127.0.0.1#5335 -ipset=/.nflximg.net/gfwlist -server=/.nflxso.net/127.0.0.1#5335 -ipset=/.nflxso.net/gfwlist -server=/.nflxvideo.net/127.0.0.1#5335 -ipset=/.nflxvideo.net/gfwlist -server=/.nga.mil/127.0.0.1#5335 -ipset=/.nga.mil/gfwlist -server=/.ngensis.com/127.0.0.1#5335 -ipset=/.ngensis.com/gfwlist -server=/.nhentai.net/127.0.0.1#5335 -ipset=/.nhentai.net/gfwlist -server=/.nhi.gov.tw/127.0.0.1#5335 -ipset=/.nhi.gov.tw/gfwlist -server=/.nhk-ondemand.jp/127.0.0.1#5335 -ipset=/.nhk-ondemand.jp/gfwlist -server=/.nic.cz.cc/127.0.0.1#5335 -ipset=/.nic.cz.cc/gfwlist -server=/.nic.google/127.0.0.1#5335 -ipset=/.nic.google/gfwlist -server=/.nic.gov/127.0.0.1#5335 -ipset=/.nic.gov/gfwlist -server=/.nicovideo.jp/127.0.0.1#5335 -ipset=/.nicovideo.jp/gfwlist -server=/.nighost.org/127.0.0.1#5335 -ipset=/.nighost.org/gfwlist -server=/.nikkei.com/127.0.0.1#5335 -ipset=/.nikkei.com/gfwlist -server=/.ninecommentaries.com/127.0.0.1#5335 -ipset=/.ninecommentaries.com/gfwlist -server=/.ninjacloak.com/127.0.0.1#5335 -ipset=/.ninjacloak.com/gfwlist -server=/.ninjaproxy.ninja/127.0.0.1#5335 -ipset=/.ninjaproxy.ninja/gfwlist -server=/.nintendium.com/127.0.0.1#5335 -ipset=/.nintendium.com/gfwlist -server=/.ninth.biz/127.0.0.1#5335 -ipset=/.ninth.biz/gfwlist -server=/.niu.moe/127.0.0.1#5335 -ipset=/.niu.moe/gfwlist -server=/.niusnews.com/127.0.0.1#5335 -ipset=/.niusnews.com/gfwlist -server=/.njactb.org/127.0.0.1#5335 -ipset=/.njactb.org/gfwlist -server=/.njuice.com/127.0.0.1#5335 -ipset=/.njuice.com/gfwlist -server=/.nko.navy.mil/127.0.0.1#5335 -ipset=/.nko.navy.mil/gfwlist -server=/.nlfreevpn.com/127.0.0.1#5335 -ipset=/.nlfreevpn.com/gfwlist -server=/.no-ip.org/127.0.0.1#5335 -ipset=/.no-ip.org/gfwlist -server=/.nobel.se/127.0.0.1#5335 -ipset=/.nobel.se/gfwlist -server=/.nobodycanstop.us/127.0.0.1#5335 -ipset=/.nobodycanstop.us/gfwlist -server=/.nofile.io/127.0.0.1#5335 -ipset=/.nofile.io/gfwlist -server=/.nokogiri.org/127.0.0.1#5335 -ipset=/.nokogiri.org/gfwlist -server=/.nokola.com/127.0.0.1#5335 -ipset=/.nokola.com/gfwlist -server=/.noodlevpn.com/127.0.0.1#5335 -ipset=/.noodlevpn.com/gfwlist -server=/.norbulingka.org/127.0.0.1#5335 -ipset=/.norbulingka.org/gfwlist -server=/.nordstrom.com/127.0.0.1#5335 -ipset=/.nordstrom.com/gfwlist -server=/.nordstromimage.com/127.0.0.1#5335 -ipset=/.nordstromimage.com/gfwlist -server=/.nordstromrack.com/127.0.0.1#5335 -ipset=/.nordstromrack.com/gfwlist -server=/.nordvpn.com/127.0.0.1#5335 -ipset=/.nordvpn.com/gfwlist -server=/.notify.dropboxapi.com/127.0.0.1#5335 -ipset=/.notify.dropboxapi.com/gfwlist -server=/.nottinghampost.com/127.0.0.1#5335 -ipset=/.nottinghampost.com/gfwlist -server=/.novelasia.com/127.0.0.1#5335 -ipset=/.novelasia.com/gfwlist -server=/.now.com/127.0.0.1#5335 -ipset=/.now.com/gfwlist -server=/.now.im/127.0.0.1#5335 -ipset=/.now.im/gfwlist -server=/.nownews.com/127.0.0.1#5335 -ipset=/.nownews.com/gfwlist -server=/.nowtorrents.com/127.0.0.1#5335 -ipset=/.nowtorrents.com/gfwlist -server=/.noypf.com/127.0.0.1#5335 -ipset=/.noypf.com/gfwlist -server=/.npa.go.jp/127.0.0.1#5335 -ipset=/.npa.go.jp/gfwlist -server=/.npa.gov.tw/127.0.0.1#5335 -ipset=/.npa.gov.tw/gfwlist -server=/.npnt.me/127.0.0.1#5335 -ipset=/.npnt.me/gfwlist -server=/.nps.gov/127.0.0.1#5335 -ipset=/.nps.gov/gfwlist -server=/.npsboost.com/127.0.0.1#5335 -ipset=/.npsboost.com/gfwlist -server=/.nradio.me/127.0.0.1#5335 -ipset=/.nradio.me/gfwlist -server=/.nrk.no/127.0.0.1#5335 -ipset=/.nrk.no/gfwlist -server=/.ns01.biz/127.0.0.1#5335 -ipset=/.ns01.biz/gfwlist -server=/.ns01.info/127.0.0.1#5335 -ipset=/.ns01.info/gfwlist -server=/.ns01.us/127.0.0.1#5335 -ipset=/.ns01.us/gfwlist -server=/.ns02.biz/127.0.0.1#5335 -ipset=/.ns02.biz/gfwlist -server=/.ns02.info/127.0.0.1#5335 -ipset=/.ns02.info/gfwlist -server=/.ns02.us/127.0.0.1#5335 -ipset=/.ns02.us/gfwlist -server=/.ns1.name/127.0.0.1#5335 -ipset=/.ns1.name/gfwlist -server=/.ns2.name/127.0.0.1#5335 -ipset=/.ns2.name/gfwlist -server=/.ns3.name/127.0.0.1#5335 -ipset=/.ns3.name/gfwlist -server=/.nsc.gov.tw/127.0.0.1#5335 -ipset=/.nsc.gov.tw/gfwlist -server=/.ntbk.gov.tw/127.0.0.1#5335 -ipset=/.ntbk.gov.tw/gfwlist -server=/.ntbna.gov.tw/127.0.0.1#5335 -ipset=/.ntbna.gov.tw/gfwlist -server=/.ntbt.gov.tw/127.0.0.1#5335 -ipset=/.ntbt.gov.tw/gfwlist -server=/.ntd.tv/127.0.0.1#5335 -ipset=/.ntd.tv/gfwlist -server=/.ntdtv.ca/127.0.0.1#5335 -ipset=/.ntdtv.ca/gfwlist -server=/.ntdtv.co.kr/127.0.0.1#5335 -ipset=/.ntdtv.co.kr/gfwlist -server=/.ntdtv.com/127.0.0.1#5335 -ipset=/.ntdtv.com/gfwlist -server=/.ntdtv.cz/127.0.0.1#5335 -ipset=/.ntdtv.cz/gfwlist -server=/.ntdtv.org/127.0.0.1#5335 -ipset=/.ntdtv.org/gfwlist -server=/.ntdtv.ru/127.0.0.1#5335 -ipset=/.ntdtv.ru/gfwlist -server=/.ntdtvla.com/127.0.0.1#5335 -ipset=/.ntdtvla.com/gfwlist -server=/.ntrfun.com/127.0.0.1#5335 -ipset=/.ntrfun.com/gfwlist -server=/.ntsna.gov.tw/127.0.0.1#5335 -ipset=/.ntsna.gov.tw/gfwlist -server=/.nubiles.net/127.0.0.1#5335 -ipset=/.nubiles.net/gfwlist -server=/.nuexpo.com/127.0.0.1#5335 -ipset=/.nuexpo.com/gfwlist -server=/.nukistream.com/127.0.0.1#5335 -ipset=/.nukistream.com/gfwlist -server=/.nurgo-software.com/127.0.0.1#5335 -ipset=/.nurgo-software.com/gfwlist -server=/.nusatrip.com/127.0.0.1#5335 -ipset=/.nusatrip.com/gfwlist -server=/.nutaku.net/127.0.0.1#5335 -ipset=/.nutaku.net/gfwlist -server=/.nuuvem.com/127.0.0.1#5335 -ipset=/.nuuvem.com/gfwlist -server=/.nuvid.com/127.0.0.1#5335 -ipset=/.nuvid.com/gfwlist -server=/.nuzcom.com/127.0.0.1#5335 -ipset=/.nuzcom.com/gfwlist -server=/.nvdst.com/127.0.0.1#5335 -ipset=/.nvdst.com/gfwlist -server=/.nvquan.org/127.0.0.1#5335 -ipset=/.nvquan.org/gfwlist -server=/.nvtongzhisheng.org/127.0.0.1#5335 -ipset=/.nvtongzhisheng.org/gfwlist -server=/.nwtca.org/127.0.0.1#5335 -ipset=/.nwtca.org/gfwlist -server=/.ny.stgloballink.com/127.0.0.1#5335 -ipset=/.ny.stgloballink.com/gfwlist -server=/.ny.visiontimes.com/127.0.0.1#5335 -ipset=/.ny.visiontimes.com/gfwlist -server=/.nyaa.eu/127.0.0.1#5335 -ipset=/.nyaa.eu/gfwlist -server=/.nyaa.si/127.0.0.1#5335 -ipset=/.nyaa.si/gfwlist -server=/.nydus.ca/127.0.0.1#5335 -ipset=/.nydus.ca/gfwlist -server=/.nylon-angel.com/127.0.0.1#5335 -ipset=/.nylon-angel.com/gfwlist -server=/.nylonstockingsonline.com/127.0.0.1#5335 -ipset=/.nylonstockingsonline.com/gfwlist -server=/.nyt.com/127.0.0.1#5335 -ipset=/.nyt.com/gfwlist -server=/.nytchina.com/127.0.0.1#5335 -ipset=/.nytchina.com/gfwlist -server=/.nytcn.me/127.0.0.1#5335 -ipset=/.nytcn.me/gfwlist -server=/.nytco.com/127.0.0.1#5335 -ipset=/.nytco.com/gfwlist -server=/.nytimes.com/127.0.0.1#5335 -ipset=/.nytimes.com/gfwlist -server=/.nytimes.map.fastly.net/127.0.0.1#5335 -ipset=/.nytimes.map.fastly.net/gfwlist -server=/.nytimg.com/127.0.0.1#5335 -ipset=/.nytimg.com/gfwlist -server=/.nytstyle.com/127.0.0.1#5335 -ipset=/.nytstyle.com/gfwlist -server=/.nzchinese.com/127.0.0.1#5335 -ipset=/.nzchinese.com/gfwlist -server=/.nzchinese.net.nz/127.0.0.1#5335 -ipset=/.nzchinese.net.nz/gfwlist -server=/.observechina.net/127.0.0.1#5335 -ipset=/.observechina.net/gfwlist -server=/.obutu.com/127.0.0.1#5335 -ipset=/.obutu.com/gfwlist -server=/.ocaspro.com/127.0.0.1#5335 -ipset=/.ocaspro.com/gfwlist -server=/.occupytiananmen.com/127.0.0.1#5335 -ipset=/.occupytiananmen.com/gfwlist -server=/.oclp.hk/127.0.0.1#5335 -ipset=/.oclp.hk/gfwlist -server=/.ocreampies.com/127.0.0.1#5335 -ipset=/.ocreampies.com/gfwlist -server=/.ocry.com/127.0.0.1#5335 -ipset=/.ocry.com/gfwlist -server=/.october-review.org/127.0.0.1#5335 -ipset=/.october-review.org/gfwlist -server=/.oculus.com/127.0.0.1#5335 -ipset=/.oculus.com/gfwlist -server=/.oculuscdn.com/127.0.0.1#5335 -ipset=/.oculuscdn.com/gfwlist -server=/.oex.com/127.0.0.1#5335 -ipset=/.oex.com/gfwlist -server=/.offbeatchina.com/127.0.0.1#5335 -ipset=/.offbeatchina.com/gfwlist -server=/.officeoftibet.com/127.0.0.1#5335 -ipset=/.officeoftibet.com/gfwlist -server=/.ofile.org/127.0.0.1#5335 -ipset=/.ofile.org/gfwlist -server=/.ogaoga.org/127.0.0.1#5335 -ipset=/.ogaoga.org/gfwlist -server=/.ogate.org/127.0.0.1#5335 -ipset=/.ogate.org/gfwlist -server=/.oiktv.com/127.0.0.1#5335 -ipset=/.oiktv.com/gfwlist -server=/.oizoblog.com/127.0.0.1#5335 -ipset=/.oizoblog.com/gfwlist -server=/.ok.ru/127.0.0.1#5335 -ipset=/.ok.ru/gfwlist -server=/.okayfreedom.com/127.0.0.1#5335 -ipset=/.okayfreedom.com/gfwlist -server=/.okex.com/127.0.0.1#5335 -ipset=/.okex.com/gfwlist -server=/.okk.tw/127.0.0.1#5335 -ipset=/.okk.tw/gfwlist -server=/.old-cat.net/127.0.0.1#5335 -ipset=/.old-cat.net/gfwlist -server=/.old.nabble.com/127.0.0.1#5335 -ipset=/.old.nabble.com/gfwlist -server=/.olumpo.com/127.0.0.1#5335 -ipset=/.olumpo.com/gfwlist -server=/.olympicwatch.org/127.0.0.1#5335 -ipset=/.olympicwatch.org/gfwlist -server=/.omgili.com/127.0.0.1#5335 -ipset=/.omgili.com/gfwlist -server=/.omni7.jp/127.0.0.1#5335 -ipset=/.omni7.jp/gfwlist -server=/.omnitalk.com/127.0.0.1#5335 -ipset=/.omnitalk.com/gfwlist -server=/.omnitalk.org/127.0.0.1#5335 -ipset=/.omnitalk.org/gfwlist -server=/.on.cc/127.0.0.1#5335 -ipset=/.on.cc/gfwlist -server=/.on2.com/127.0.0.1#5335 -ipset=/.on2.com/gfwlist -server=/.onapp.com/127.0.0.1#5335 -ipset=/.onapp.com/gfwlist -server=/.onedrive.live.com/127.0.0.1#5335 -ipset=/.onedrive.live.com/gfwlist -server=/.onedumb.com/127.0.0.1#5335 -ipset=/.onedumb.com/gfwlist -server=/.onejav.com/127.0.0.1#5335 -ipset=/.onejav.com/gfwlist -server=/.onion.city/127.0.0.1#5335 -ipset=/.onion.city/gfwlist -server=/.online.recoveryversion.org/127.0.0.1#5335 -ipset=/.online.recoveryversion.org/gfwlist -server=/.onlinecha.com/127.0.0.1#5335 -ipset=/.onlinecha.com/gfwlist -server=/.onlineyoutube.com/127.0.0.1#5335 -ipset=/.onlineyoutube.com/gfwlist -server=/.onlytweets.com/127.0.0.1#5335 -ipset=/.onlytweets.com/gfwlist -server=/.onmoon.com/127.0.0.1#5335 -ipset=/.onmoon.com/gfwlist -server=/.onmoon.net/127.0.0.1#5335 -ipset=/.onmoon.net/gfwlist -server=/.onmypc.biz/127.0.0.1#5335 -ipset=/.onmypc.biz/gfwlist -server=/.onmypc.info/127.0.0.1#5335 -ipset=/.onmypc.info/gfwlist -server=/.onmypc.net/127.0.0.1#5335 -ipset=/.onmypc.net/gfwlist -server=/.onmypc.org/127.0.0.1#5335 -ipset=/.onmypc.org/gfwlist -server=/.onmypc.us/127.0.0.1#5335 -ipset=/.onmypc.us/gfwlist -server=/.onthehunt.com/127.0.0.1#5335 -ipset=/.onthehunt.com/gfwlist -server=/.ontrac.com/127.0.0.1#5335 -ipset=/.ontrac.com/gfwlist -server=/.oopsforum.com/127.0.0.1#5335 -ipset=/.oopsforum.com/gfwlist -server=/.open.com.hk/127.0.0.1#5335 -ipset=/.open.com.hk/gfwlist -server=/.openallweb.com/127.0.0.1#5335 -ipset=/.openallweb.com/gfwlist -server=/.opendemocracy.net/127.0.0.1#5335 -ipset=/.opendemocracy.net/gfwlist -server=/.opendn.xyz/127.0.0.1#5335 -ipset=/.opendn.xyz/gfwlist -server=/.openervpn.in/127.0.0.1#5335 -ipset=/.openervpn.in/gfwlist -server=/.openid.net/127.0.0.1#5335 -ipset=/.openid.net/gfwlist -server=/.openleaks.org/127.0.0.1#5335 -ipset=/.openleaks.org/gfwlist -server=/.openvpn.net/127.0.0.1#5335 -ipset=/.openvpn.net/gfwlist -server=/.openvpn.org/127.0.0.1#5335 -ipset=/.openvpn.org/gfwlist -server=/.openwebster.com/127.0.0.1#5335 -ipset=/.openwebster.com/gfwlist -server=/.openwrt.org.cn/127.0.0.1#5335 -ipset=/.openwrt.org.cn/gfwlist -server=/.opml.radiotime.com/127.0.0.1#5335 -ipset=/.opml.radiotime.com/gfwlist -server=/.opus-gaming.com/127.0.0.1#5335 -ipset=/.opus-gaming.com/gfwlist -server=/.organcare.org.tw/127.0.0.1#5335 -ipset=/.organcare.org.tw/gfwlist -server=/.organharvestinvestigation.net/127.0.0.1#5335 -ipset=/.organharvestinvestigation.net/gfwlist -server=/.organiccrap.com/127.0.0.1#5335 -ipset=/.organiccrap.com/gfwlist -server=/.orgasm.com/127.0.0.1#5335 -ipset=/.orgasm.com/gfwlist -server=/.orgfree.com/127.0.0.1#5335 -ipset=/.orgfree.com/gfwlist -server=/.orient-doll.com/127.0.0.1#5335 -ipset=/.orient-doll.com/gfwlist -server=/.orientaldaily.com.my/127.0.0.1#5335 -ipset=/.orientaldaily.com.my/gfwlist -server=/.orn.jp/127.0.0.1#5335 -ipset=/.orn.jp/gfwlist -server=/.orzistic.org/127.0.0.1#5335 -ipset=/.orzistic.org/gfwlist -server=/.osfoora.com/127.0.0.1#5335 -ipset=/.osfoora.com/gfwlist -server=/.otcbtc.com/127.0.0.1#5335 -ipset=/.otcbtc.com/gfwlist -server=/.otnd.org/127.0.0.1#5335 -ipset=/.otnd.org/gfwlist -server=/.otto.de/127.0.0.1#5335 -ipset=/.otto.de/gfwlist -server=/.otzo.com/127.0.0.1#5335 -ipset=/.otzo.com/gfwlist -server=/.ourdearamy.com/127.0.0.1#5335 -ipset=/.ourdearamy.com/gfwlist -server=/.ourhobby.com/127.0.0.1#5335 -ipset=/.ourhobby.com/gfwlist -server=/.oursogo.com/127.0.0.1#5335 -ipset=/.oursogo.com/gfwlist -server=/.oursteps.com.au/127.0.0.1#5335 -ipset=/.oursteps.com.au/gfwlist -server=/.oursweb.net/127.0.0.1#5335 -ipset=/.oursweb.net/gfwlist -server=/.ourtv.hk/127.0.0.1#5335 -ipset=/.ourtv.hk/gfwlist -server=/.overplay.net/127.0.0.1#5335 -ipset=/.overplay.net/gfwlist -server=/.oversea.istarshine.com/127.0.0.1#5335 -ipset=/.oversea.istarshine.com/gfwlist -server=/.ow.ly/127.0.0.1#5335 -ipset=/.ow.ly/gfwlist -server=/.owl.li/127.0.0.1#5335 -ipset=/.owl.li/gfwlist -server=/.oyax.com/127.0.0.1#5335 -ipset=/.oyax.com/gfwlist -server=/.ozvoice.org/127.0.0.1#5335 -ipset=/.ozvoice.org/gfwlist -server=/.ozxw.com/127.0.0.1#5335 -ipset=/.ozxw.com/gfwlist -server=/.ozyoyo.com/127.0.0.1#5335 -ipset=/.ozyoyo.com/gfwlist -server=/.pachosting.com/127.0.0.1#5335 -ipset=/.pachosting.com/gfwlist -server=/.pacificpoker.com/127.0.0.1#5335 -ipset=/.pacificpoker.com/gfwlist -server=/.packetix.net/127.0.0.1#5335 -ipset=/.packetix.net/gfwlist -server=/.pacopacomama.com/127.0.0.1#5335 -ipset=/.pacopacomama.com/gfwlist -server=/.padmanet.com/127.0.0.1#5335 -ipset=/.padmanet.com/gfwlist -server=/.page.bid.yahoo.com/127.0.0.1#5335 -ipset=/.page.bid.yahoo.com/gfwlist -server=/.page2rss.com/127.0.0.1#5335 -ipset=/.page2rss.com/gfwlist -server=/.pagodabox.com/127.0.0.1#5335 -ipset=/.pagodabox.com/gfwlist -server=/.palacemoon.com/127.0.0.1#5335 -ipset=/.palacemoon.com/gfwlist -server=/.paldengyal.com/127.0.0.1#5335 -ipset=/.paldengyal.com/gfwlist -server=/.paljorpublications.com/127.0.0.1#5335 -ipset=/.paljorpublications.com/gfwlist -server=/.paltalk.com/127.0.0.1#5335 -ipset=/.paltalk.com/gfwlist -server=/.panamapapers.sueddeutsche.de/127.0.0.1#5335 -ipset=/.panamapapers.sueddeutsche.de/gfwlist -server=/.pandapow.co/127.0.0.1#5335 -ipset=/.pandapow.co/gfwlist -server=/.pandapow.net/127.0.0.1#5335 -ipset=/.pandapow.net/gfwlist -server=/.pandavpn-jp.com/127.0.0.1#5335 -ipset=/.pandavpn-jp.com/gfwlist -server=/.pandora.com/127.0.0.1#5335 -ipset=/.pandora.com/gfwlist -server=/.pandora.tv/127.0.0.1#5335 -ipset=/.pandora.tv/gfwlist -server=/.panluan.net/127.0.0.1#5335 -ipset=/.panluan.net/gfwlist -server=/.panoramio.com/127.0.0.1#5335 -ipset=/.panoramio.com/gfwlist -server=/.pao-pao.net/127.0.0.1#5335 -ipset=/.pao-pao.net/gfwlist -server=/.paper.li/127.0.0.1#5335 -ipset=/.paper.li/gfwlist -server=/.paperb.us/127.0.0.1#5335 -ipset=/.paperb.us/gfwlist -server=/.paradisehill.cc/127.0.0.1#5335 -ipset=/.paradisehill.cc/gfwlist -server=/.paradisepoker.com/127.0.0.1#5335 -ipset=/.paradisepoker.com/gfwlist -server=/.parkansky.com/127.0.0.1#5335 -ipset=/.parkansky.com/gfwlist -server=/.partycasino.com/127.0.0.1#5335 -ipset=/.partycasino.com/gfwlist -server=/.partypoker.com/127.0.0.1#5335 -ipset=/.partypoker.com/gfwlist -server=/.passion.com/127.0.0.1#5335 -ipset=/.passion.com/gfwlist -server=/.passiontimes.hk/127.0.0.1#5335 -ipset=/.passiontimes.hk/gfwlist -server=/.paste.ee/127.0.0.1#5335 -ipset=/.paste.ee/gfwlist -server=/.pastebin.com/127.0.0.1#5335 -ipset=/.pastebin.com/gfwlist -server=/.pastie.org/127.0.0.1#5335 -ipset=/.pastie.org/gfwlist -server=/.pbwiki.com/127.0.0.1#5335 -ipset=/.pbwiki.com/gfwlist -server=/.pbworks.com/127.0.0.1#5335 -ipset=/.pbworks.com/gfwlist -server=/.pbxes.com/127.0.0.1#5335 -ipset=/.pbxes.com/gfwlist -server=/.pbxes.org/127.0.0.1#5335 -ipset=/.pbxes.org/gfwlist -server=/.pcanywhere.net/127.0.0.1#5335 -ipset=/.pcanywhere.net/gfwlist -server=/.pcc.gov.tw/127.0.0.1#5335 -ipset=/.pcc.gov.tw/gfwlist -server=/.pcdvd.com.tw/127.0.0.1#5335 -ipset=/.pcdvd.com.tw/gfwlist -server=/.pchome.com.tw/127.0.0.1#5335 -ipset=/.pchome.com.tw/gfwlist -server=/.pcij.org/127.0.0.1#5335 -ipset=/.pcij.org/gfwlist -server=/.pcstore.com.tw/127.0.0.1#5335 -ipset=/.pcstore.com.tw/gfwlist -server=/.pct.org.tw/127.0.0.1#5335 -ipset=/.pct.org.tw/gfwlist -server=/.pdetails.com/127.0.0.1#5335 -ipset=/.pdetails.com/gfwlist -server=/.pdproxy.com/127.0.0.1#5335 -ipset=/.pdproxy.com/gfwlist -server=/.pds.nasa.gov/127.0.0.1#5335 -ipset=/.pds.nasa.gov/gfwlist -server=/.peace.ca/127.0.0.1#5335 -ipset=/.peace.ca/gfwlist -server=/.peacefire.org/127.0.0.1#5335 -ipset=/.peacefire.org/gfwlist -server=/.peacehall.com/127.0.0.1#5335 -ipset=/.peacehall.com/gfwlist -server=/.pearlher.org/127.0.0.1#5335 -ipset=/.pearlher.org/gfwlist -server=/.peeasian.com/127.0.0.1#5335 -ipset=/.peeasian.com/gfwlist -server=/.pekingduck.org/127.0.0.1#5335 -ipset=/.pekingduck.org/gfwlist -server=/.pemulihan.or.id/127.0.0.1#5335 -ipset=/.pemulihan.or.id/gfwlist -server=/.pen.io/127.0.0.1#5335 -ipset=/.pen.io/gfwlist -server=/.penchinese.com/127.0.0.1#5335 -ipset=/.penchinese.com/gfwlist -server=/.penchinese.net/127.0.0.1#5335 -ipset=/.penchinese.net/gfwlist -server=/.pengyulong.com/127.0.0.1#5335 -ipset=/.pengyulong.com/gfwlist -server=/.penisbot.com/127.0.0.1#5335 -ipset=/.penisbot.com/gfwlist -server=/.penthouse.com/127.0.0.1#5335 -ipset=/.penthouse.com/gfwlist -server=/.peoplebookcafe.com/127.0.0.1#5335 -ipset=/.peoplebookcafe.com/gfwlist -server=/.peoplenews.tw/127.0.0.1#5335 -ipset=/.peoplenews.tw/gfwlist -server=/.peopo.org/127.0.0.1#5335 -ipset=/.peopo.org/gfwlist -server=/.percy.in/127.0.0.1#5335 -ipset=/.percy.in/gfwlist -server=/.perfectgirls.net/127.0.0.1#5335 -ipset=/.perfectgirls.net/gfwlist -server=/.perfectvpn.net/127.0.0.1#5335 -ipset=/.perfectvpn.net/gfwlist -server=/.periscope.tv/127.0.0.1#5335 -ipset=/.periscope.tv/gfwlist -server=/.persecutionblog.com/127.0.0.1#5335 -ipset=/.persecutionblog.com/gfwlist -server=/.persiankitty.com/127.0.0.1#5335 -ipset=/.persiankitty.com/gfwlist -server=/.pfd.org.hk/127.0.0.1#5335 -ipset=/.pfd.org.hk/gfwlist -server=/.phapluan.org/127.0.0.1#5335 -ipset=/.phapluan.org/gfwlist -server=/.phayul.com/127.0.0.1#5335 -ipset=/.phayul.com/gfwlist -server=/.philborges.com/127.0.0.1#5335 -ipset=/.philborges.com/gfwlist -server=/.philly.com/127.0.0.1#5335 -ipset=/.philly.com/gfwlist -server=/.phmsociety.org/127.0.0.1#5335 -ipset=/.phmsociety.org/gfwlist -server=/.phncdn.com/127.0.0.1#5335 -ipset=/.phncdn.com/gfwlist -server=/.phosphation13.rssing.com/127.0.0.1#5335 -ipset=/.phosphation13.rssing.com/gfwlist -server=/.photodharma.net/127.0.0.1#5335 -ipset=/.photodharma.net/gfwlist -server=/.photofocus.com/127.0.0.1#5335 -ipset=/.photofocus.com/gfwlist -server=/.phuquocservices.com/127.0.0.1#5335 -ipset=/.phuquocservices.com/gfwlist -server=/.picacomic.com/127.0.0.1#5335 -ipset=/.picacomic.com/gfwlist -server=/.picacomiccn.com/127.0.0.1#5335 -ipset=/.picacomiccn.com/gfwlist -server=/.picasaweb.com/127.0.0.1#5335 -ipset=/.picasaweb.com/gfwlist -server=/.picidae.net/127.0.0.1#5335 -ipset=/.picidae.net/gfwlist -server=/.pictures.playboy.com/127.0.0.1#5335 -ipset=/.pictures.playboy.com/gfwlist -server=/.picturesocial.com/127.0.0.1#5335 -ipset=/.picturesocial.com/gfwlist -server=/.pin-cong.com/127.0.0.1#5335 -ipset=/.pin-cong.com/gfwlist -server=/.pin6.com/127.0.0.1#5335 -ipset=/.pin6.com/gfwlist -server=/.pincong.rocks/127.0.0.1#5335 -ipset=/.pincong.rocks/gfwlist -server=/.ping.fm/127.0.0.1#5335 -ipset=/.ping.fm/gfwlist -server=/.pinimg.com/127.0.0.1#5335 -ipset=/.pinimg.com/gfwlist -server=/.pinkrod.com/127.0.0.1#5335 -ipset=/.pinkrod.com/gfwlist -server=/.pinoy-n.com/127.0.0.1#5335 -ipset=/.pinoy-n.com/gfwlist -server=/.pinterest.at/127.0.0.1#5335 -ipset=/.pinterest.at/gfwlist -server=/.pinterest.ca/127.0.0.1#5335 -ipset=/.pinterest.ca/gfwlist -server=/.pinterest.co.kr/127.0.0.1#5335 -ipset=/.pinterest.co.kr/gfwlist -server=/.pinterest.co.uk/127.0.0.1#5335 -ipset=/.pinterest.co.uk/gfwlist -server=/.pinterest.com/127.0.0.1#5335 -ipset=/.pinterest.com/gfwlist -server=/.pinterest.de/127.0.0.1#5335 -ipset=/.pinterest.de/gfwlist -server=/.pinterest.dk/127.0.0.1#5335 -ipset=/.pinterest.dk/gfwlist -server=/.pinterest.fr/127.0.0.1#5335 -ipset=/.pinterest.fr/gfwlist -server=/.pinterest.jp/127.0.0.1#5335 -ipset=/.pinterest.jp/gfwlist -server=/.pinterest.nl/127.0.0.1#5335 -ipset=/.pinterest.nl/gfwlist -server=/.pinterest.se/127.0.0.1#5335 -ipset=/.pinterest.se/gfwlist -server=/.pioneer-worker.forums-free.com/127.0.0.1#5335 -ipset=/.pioneer-worker.forums-free.com/gfwlist -server=/.pipii.tv/127.0.0.1#5335 -ipset=/.pipii.tv/gfwlist -server=/.piposay.com/127.0.0.1#5335 -ipset=/.piposay.com/gfwlist -server=/.piraattilahti.org/127.0.0.1#5335 -ipset=/.piraattilahti.org/gfwlist -server=/.piring.com/127.0.0.1#5335 -ipset=/.piring.com/gfwlist -server=/.pixelqi.com/127.0.0.1#5335 -ipset=/.pixelqi.com/gfwlist -server=/.pixiv.net/127.0.0.1#5335 -ipset=/.pixiv.net/gfwlist -server=/.pixnet.net/127.0.0.1#5335 -ipset=/.pixnet.net/gfwlist -server=/.pk.com/127.0.0.1#5335 -ipset=/.pk.com/gfwlist -server=/.pki.goog/127.0.0.1#5335 -ipset=/.pki.goog/gfwlist -server=/.placemix.com/127.0.0.1#5335 -ipset=/.placemix.com/gfwlist -server=/.playboy.com/127.0.0.1#5335 -ipset=/.playboy.com/gfwlist -server=/.playboyplus.com/127.0.0.1#5335 -ipset=/.playboyplus.com/gfwlist -server=/.player.fm/127.0.0.1#5335 -ipset=/.player.fm/gfwlist -server=/.playno1.com/127.0.0.1#5335 -ipset=/.playno1.com/gfwlist -server=/.playpcesor.com/127.0.0.1#5335 -ipset=/.playpcesor.com/gfwlist -server=/.plays.com.tw/127.0.0.1#5335 -ipset=/.plays.com.tw/gfwlist -server=/.plm.org.hk/127.0.0.1#5335 -ipset=/.plm.org.hk/gfwlist -server=/.plunder.com/127.0.0.1#5335 -ipset=/.plunder.com/gfwlist -server=/.plurk.com/127.0.0.1#5335 -ipset=/.plurk.com/gfwlist -server=/.plus.codes/127.0.0.1#5335 -ipset=/.plus.codes/gfwlist -server=/.plus28.com/127.0.0.1#5335 -ipset=/.plus28.com/gfwlist -server=/.plusbb.com/127.0.0.1#5335 -ipset=/.plusbb.com/gfwlist -server=/.pmatehunter.com/127.0.0.1#5335 -ipset=/.pmatehunter.com/gfwlist -server=/.pmates.com/127.0.0.1#5335 -ipset=/.pmates.com/gfwlist -server=/.po2b.com/127.0.0.1#5335 -ipset=/.po2b.com/gfwlist -server=/.pobieramy.top/127.0.0.1#5335 -ipset=/.pobieramy.top/gfwlist -server=/.podictionary.com/127.0.0.1#5335 -ipset=/.podictionary.com/gfwlist -server=/.pokerstars.com/127.0.0.1#5335 -ipset=/.pokerstars.com/gfwlist -server=/.pokerstars.net/127.0.0.1#5335 -ipset=/.pokerstars.net/gfwlist -server=/.politicalchina.org/127.0.0.1#5335 -ipset=/.politicalchina.org/gfwlist -server=/.politicalconsultation.org/127.0.0.1#5335 -ipset=/.politicalconsultation.org/gfwlist -server=/.politiscales.net/127.0.0.1#5335 -ipset=/.politiscales.net/gfwlist -server=/.poloniex.com/127.0.0.1#5335 -ipset=/.poloniex.com/gfwlist -server=/.polymer-project.org/127.0.0.1#5335 -ipset=/.polymer-project.org/gfwlist -server=/.polymerhk.com/127.0.0.1#5335 -ipset=/.polymerhk.com/gfwlist -server=/.popo.tw/127.0.0.1#5335 -ipset=/.popo.tw/gfwlist -server=/.popvote.hk/127.0.0.1#5335 -ipset=/.popvote.hk/gfwlist -server=/.popyard.com/127.0.0.1#5335 -ipset=/.popyard.com/gfwlist -server=/.popyard.org/127.0.0.1#5335 -ipset=/.popyard.org/gfwlist -server=/.porn.com/127.0.0.1#5335 -ipset=/.porn.com/gfwlist -server=/.porn2.com/127.0.0.1#5335 -ipset=/.porn2.com/gfwlist -server=/.porn5.com/127.0.0.1#5335 -ipset=/.porn5.com/gfwlist -server=/.pornbase.org/127.0.0.1#5335 -ipset=/.pornbase.org/gfwlist -server=/.pornerbros.com/127.0.0.1#5335 -ipset=/.pornerbros.com/gfwlist -server=/.pornhd.com/127.0.0.1#5335 -ipset=/.pornhd.com/gfwlist -server=/.pornhost.com/127.0.0.1#5335 -ipset=/.pornhost.com/gfwlist -server=/.pornhub.com/127.0.0.1#5335 -ipset=/.pornhub.com/gfwlist -server=/.pornhubdeutsch.net/127.0.0.1#5335 -ipset=/.pornhubdeutsch.net/gfwlist -server=/.pornmm.net/127.0.0.1#5335 -ipset=/.pornmm.net/gfwlist -server=/.pornoxo.com/127.0.0.1#5335 -ipset=/.pornoxo.com/gfwlist -server=/.pornrapidshare.com/127.0.0.1#5335 -ipset=/.pornrapidshare.com/gfwlist -server=/.pornsharing.com/127.0.0.1#5335 -ipset=/.pornsharing.com/gfwlist -server=/.pornsocket.com/127.0.0.1#5335 -ipset=/.pornsocket.com/gfwlist -server=/.pornstarclub.com/127.0.0.1#5335 -ipset=/.pornstarclub.com/gfwlist -server=/.porntube.com/127.0.0.1#5335 -ipset=/.porntube.com/gfwlist -server=/.porntubenews.com/127.0.0.1#5335 -ipset=/.porntubenews.com/gfwlist -server=/.porntvblog.com/127.0.0.1#5335 -ipset=/.porntvblog.com/gfwlist -server=/.pornvisit.com/127.0.0.1#5335 -ipset=/.pornvisit.com/gfwlist -server=/.port25.biz/127.0.0.1#5335 -ipset=/.port25.biz/gfwlist -server=/.portablevpn.nl/127.0.0.1#5335 -ipset=/.portablevpn.nl/gfwlist -server=/.poskotanews.com/127.0.0.1#5335 -ipset=/.poskotanews.com/gfwlist -server=/.post01.com/127.0.0.1#5335 -ipset=/.post01.com/gfwlist -server=/.post76.com/127.0.0.1#5335 -ipset=/.post76.com/gfwlist -server=/.post852.com/127.0.0.1#5335 -ipset=/.post852.com/gfwlist -server=/.postadult.com/127.0.0.1#5335 -ipset=/.postadult.com/gfwlist -server=/.postimg.org/127.0.0.1#5335 -ipset=/.postimg.org/gfwlist -server=/.potato.im/127.0.0.1#5335 -ipset=/.potato.im/gfwlist -server=/.potvpn.com/127.0.0.1#5335 -ipset=/.potvpn.com/gfwlist -server=/.power.com/127.0.0.1#5335 -ipset=/.power.com/gfwlist -server=/.powercx.com/127.0.0.1#5335 -ipset=/.powercx.com/gfwlist -server=/.powerphoto.org/127.0.0.1#5335 -ipset=/.powerphoto.org/gfwlist -server=/.prayforchina.net/127.0.0.1#5335 -ipset=/.prayforchina.net/gfwlist -server=/.premeforwindows7.com/127.0.0.1#5335 -ipset=/.premeforwindows7.com/gfwlist -server=/.premproxy.com/127.0.0.1#5335 -ipset=/.premproxy.com/gfwlist -server=/.presentationzen.com/127.0.0.1#5335 -ipset=/.presentationzen.com/gfwlist -server=/.presidentlee.tw/127.0.0.1#5335 -ipset=/.presidentlee.tw/gfwlist -server=/.prestige-av.com/127.0.0.1#5335 -ipset=/.prestige-av.com/gfwlist -server=/.pride.google/127.0.0.1#5335 -ipset=/.pride.google/gfwlist -server=/.prism-break.org/127.0.0.1#5335 -ipset=/.prism-break.org/gfwlist -server=/.prisoneralert.com/127.0.0.1#5335 -ipset=/.prisoneralert.com/gfwlist -server=/.pritunl.com/127.0.0.1#5335 -ipset=/.pritunl.com/gfwlist -server=/.privacybox.de/127.0.0.1#5335 -ipset=/.privacybox.de/gfwlist -server=/.privateinternetaccess.com/127.0.0.1#5335 -ipset=/.privateinternetaccess.com/gfwlist -server=/.privatepaste.com/127.0.0.1#5335 -ipset=/.privatepaste.com/gfwlist -server=/.privatetunnel.com/127.0.0.1#5335 -ipset=/.privatetunnel.com/gfwlist -server=/.privatevpn.com/127.0.0.1#5335 -ipset=/.privatevpn.com/gfwlist -server=/.procopytips.com/127.0.0.1#5335 -ipset=/.procopytips.com/gfwlist -server=/.prosiben.de/127.0.0.1#5335 -ipset=/.prosiben.de/gfwlist -server=/.protonvpn.com/127.0.0.1#5335 -ipset=/.protonvpn.com/gfwlist -server=/.provideocoalition.com/127.0.0.1#5335 -ipset=/.provideocoalition.com/gfwlist -server=/.provpnaccounts.com/127.0.0.1#5335 -ipset=/.provpnaccounts.com/gfwlist -server=/.proxfree.com/127.0.0.1#5335 -ipset=/.proxfree.com/gfwlist -server=/.proxifier.com/127.0.0.1#5335 -ipset=/.proxifier.com/gfwlist -server=/.proxomitron.info/127.0.0.1#5335 -ipset=/.proxomitron.info/gfwlist -server=/.proxpn.com/127.0.0.1#5335 -ipset=/.proxpn.com/gfwlist -server=/.proxyanonimo.es/127.0.0.1#5335 -ipset=/.proxyanonimo.es/gfwlist -server=/.proxydns.com/127.0.0.1#5335 -ipset=/.proxydns.com/gfwlist -server=/.proxylist.org.uk/127.0.0.1#5335 -ipset=/.proxylist.org.uk/gfwlist -server=/.proxynetwork.org.uk/127.0.0.1#5335 -ipset=/.proxynetwork.org.uk/gfwlist -server=/.proxypy.net/127.0.0.1#5335 -ipset=/.proxypy.net/gfwlist -server=/.proxyroad.com/127.0.0.1#5335 -ipset=/.proxyroad.com/gfwlist -server=/.proxytunnel.net/127.0.0.1#5335 -ipset=/.proxytunnel.net/gfwlist -server=/.proyectoclubes.com/127.0.0.1#5335 -ipset=/.proyectoclubes.com/gfwlist -server=/.prozz.net/127.0.0.1#5335 -ipset=/.prozz.net/gfwlist -server=/.psblog.name/127.0.0.1#5335 -ipset=/.psblog.name/gfwlist -server=/.pscp.tv/127.0.0.1#5335 -ipset=/.pscp.tv/gfwlist -server=/.psiphon.ca/127.0.0.1#5335 -ipset=/.psiphon.ca/gfwlist -server=/.psiphon.civisec.org/127.0.0.1#5335 -ipset=/.psiphon.civisec.org/gfwlist -server=/.psiphon3.com/127.0.0.1#5335 -ipset=/.psiphon3.com/gfwlist -server=/.psiphontoday.com/127.0.0.1#5335 -ipset=/.psiphontoday.com/gfwlist -server=/.pts.org.tw/127.0.0.1#5335 -ipset=/.pts.org.tw/gfwlist -server=/.ptt.cc/127.0.0.1#5335 -ipset=/.ptt.cc/gfwlist -server=/.pttvan.org/127.0.0.1#5335 -ipset=/.pttvan.org/gfwlist -server=/.pubu.com.tw/127.0.0.1#5335 -ipset=/.pubu.com.tw/gfwlist -server=/.puffinbrowser.com/127.0.0.1#5335 -ipset=/.puffinbrowser.com/gfwlist -server=/.puffstore.com/127.0.0.1#5335 -ipset=/.puffstore.com/gfwlist -server=/.pullfolio.com/127.0.0.1#5335 -ipset=/.pullfolio.com/gfwlist -server=/.pulse.yahoo.com/127.0.0.1#5335 -ipset=/.pulse.yahoo.com/gfwlist -server=/.pure18.com/127.0.0.1#5335 -ipset=/.pure18.com/gfwlist -server=/.pureconcepts.net/127.0.0.1#5335 -ipset=/.pureconcepts.net/gfwlist -server=/.pureinsight.org/127.0.0.1#5335 -ipset=/.pureinsight.org/gfwlist -server=/.purepdf.com/127.0.0.1#5335 -ipset=/.purepdf.com/gfwlist -server=/.purevpn.com/127.0.0.1#5335 -ipset=/.purevpn.com/gfwlist -server=/.purplelotus.org/127.0.0.1#5335 -ipset=/.purplelotus.org/gfwlist -server=/.pursuestar.com/127.0.0.1#5335 -ipset=/.pursuestar.com/gfwlist -server=/.pushchinawall.com/127.0.0.1#5335 -ipset=/.pushchinawall.com/gfwlist -server=/.pussyspace.com/127.0.0.1#5335 -ipset=/.pussyspace.com/gfwlist -server=/.putihome.org/127.0.0.1#5335 -ipset=/.putihome.org/gfwlist -server=/.putty.org/127.0.0.1#5335 -ipset=/.putty.org/gfwlist -server=/.puuko.com/127.0.0.1#5335 -ipset=/.puuko.com/gfwlist -server=/.pwned.com/127.0.0.1#5335 -ipset=/.pwned.com/gfwlist -server=/.python.com/127.0.0.1#5335 -ipset=/.python.com/gfwlist -server=/.pytorch.org/127.0.0.1#5335 -ipset=/.pytorch.org/gfwlist -server=/.qanote.com/127.0.0.1#5335 -ipset=/.qanote.com/gfwlist -server=/.qgirl.com.tw/127.0.0.1#5335 -ipset=/.qgirl.com.tw/gfwlist -server=/.qhigh.com/127.0.0.1#5335 -ipset=/.qhigh.com/gfwlist -server=/.qi-gong.me/127.0.0.1#5335 -ipset=/.qi-gong.me/gfwlist -server=/.qiandao.today/127.0.0.1#5335 -ipset=/.qiandao.today/gfwlist -server=/.qiangyou.org/127.0.0.1#5335 -ipset=/.qiangyou.org/gfwlist -server=/.qidian.ca/127.0.0.1#5335 -ipset=/.qidian.ca/gfwlist -server=/.qienkuen.org/127.0.0.1#5335 -ipset=/.qienkuen.org/gfwlist -server=/.qiwen.lu/127.0.0.1#5335 -ipset=/.qiwen.lu/gfwlist -server=/.qixianglu.cn/127.0.0.1#5335 -ipset=/.qixianglu.cn/gfwlist -server=/.qkshare.com/127.0.0.1#5335 -ipset=/.qkshare.com/gfwlist -server=/.qoos.com/127.0.0.1#5335 -ipset=/.qoos.com/gfwlist -server=/.qpoe.com/127.0.0.1#5335 -ipset=/.qpoe.com/gfwlist -server=/.qq.co.za/127.0.0.1#5335 -ipset=/.qq.co.za/gfwlist -server=/.qstatus.com/127.0.0.1#5335 -ipset=/.qstatus.com/gfwlist -server=/.qtrac.eu/127.0.0.1#5335 -ipset=/.qtrac.eu/gfwlist -server=/.qtweeter.com/127.0.0.1#5335 -ipset=/.qtweeter.com/gfwlist -server=/.quannengshen.org/127.0.0.1#5335 -ipset=/.quannengshen.org/gfwlist -server=/.quantumbooter.net/127.0.0.1#5335 -ipset=/.quantumbooter.net/gfwlist -server=/.questvisual.com/127.0.0.1#5335 -ipset=/.questvisual.com/gfwlist -server=/.quitccp.net/127.0.0.1#5335 -ipset=/.quitccp.net/gfwlist -server=/.quitccp.org/127.0.0.1#5335 -ipset=/.quitccp.org/gfwlist -server=/.quora.com/127.0.0.1#5335 -ipset=/.quora.com/gfwlist -server=/.quoracdn.net/127.0.0.1#5335 -ipset=/.quoracdn.net/gfwlist -server=/.quran.com/127.0.0.1#5335 -ipset=/.quran.com/gfwlist -server=/.quranexplorer.com/127.0.0.1#5335 -ipset=/.quranexplorer.com/gfwlist -server=/.qusi8.net/127.0.0.1#5335 -ipset=/.qusi8.net/gfwlist -server=/.qvodzy.org/127.0.0.1#5335 -ipset=/.qvodzy.org/gfwlist -server=/.qxbbs.org/127.0.0.1#5335 -ipset=/.qxbbs.org/gfwlist -server=/.qz.com/127.0.0.1#5335 -ipset=/.qz.com/gfwlist -server=/.r18.com/127.0.0.1#5335 -ipset=/.r18.com/gfwlist -server=/.ra.gg/127.0.0.1#5335 -ipset=/.ra.gg/gfwlist -server=/.radicalparty.org/127.0.0.1#5335 -ipset=/.radicalparty.org/gfwlist -server=/.radiko.jp/127.0.0.1#5335 -ipset=/.radiko.jp/gfwlist -server=/.radioaustralia.net.au/127.0.0.1#5335 -ipset=/.radioaustralia.net.au/gfwlist -server=/.radiohilight.net/127.0.0.1#5335 -ipset=/.radiohilight.net/gfwlist -server=/.radiovaticana.org/127.0.0.1#5335 -ipset=/.radiovaticana.org/gfwlist -server=/.radiovncr.com/127.0.0.1#5335 -ipset=/.radiovncr.com/gfwlist -server=/.rael.org/127.0.0.1#5335 -ipset=/.rael.org/gfwlist -server=/.raggedbanner.com/127.0.0.1#5335 -ipset=/.raggedbanner.com/gfwlist -server=/.raidcall.com.tw/127.0.0.1#5335 -ipset=/.raidcall.com.tw/gfwlist -server=/.raidtalk.com.tw/127.0.0.1#5335 -ipset=/.raidtalk.com.tw/gfwlist -server=/.raizoji.or.jp/127.0.0.1#5335 -ipset=/.raizoji.or.jp/gfwlist -server=/.ramcity.com.au/127.0.0.1#5335 -ipset=/.ramcity.com.au/gfwlist -server=/.rangwang.biz/127.0.0.1#5335 -ipset=/.rangwang.biz/gfwlist -server=/.rangzen.com/127.0.0.1#5335 -ipset=/.rangzen.com/gfwlist -server=/.rangzen.net/127.0.0.1#5335 -ipset=/.rangzen.net/gfwlist -server=/.rangzen.org/127.0.0.1#5335 -ipset=/.rangzen.org/gfwlist -server=/.ranyunfei.com/127.0.0.1#5335 -ipset=/.ranyunfei.com/gfwlist -server=/.rapbull.net/127.0.0.1#5335 -ipset=/.rapbull.net/gfwlist -server=/.rapidmoviez.com/127.0.0.1#5335 -ipset=/.rapidmoviez.com/gfwlist -server=/.rapidvpn.com/127.0.0.1#5335 -ipset=/.rapidvpn.com/gfwlist -server=/.rarbgprx.org/127.0.0.1#5335 -ipset=/.rarbgprx.org/gfwlist -server=/.raremovie.cc/127.0.0.1#5335 -ipset=/.raremovie.cc/gfwlist -server=/.raremovie.net/127.0.0.1#5335 -ipset=/.raremovie.net/gfwlist -server=/.raw.githubusercontent.com/127.0.0.1#5335 -ipset=/.raw.githubusercontent.com/gfwlist -server=/.rawgit.com/127.0.0.1#5335 -ipset=/.rawgit.com/gfwlist -server=/.rawgithub.com/127.0.0.1#5335 -ipset=/.rawgithub.com/gfwlist -server=/.razyboard.com/127.0.0.1#5335 -ipset=/.razyboard.com/gfwlist -server=/.rcam.target.com/127.0.0.1#5335 -ipset=/.rcam.target.com/gfwlist -server=/.rcinet.ca/127.0.0.1#5335 -ipset=/.rcinet.ca/gfwlist -server=/.rconversation.blogs.com/127.0.0.1#5335 -ipset=/.rconversation.blogs.com/gfwlist -server=/.rd.com/127.0.0.1#5335 -ipset=/.rd.com/gfwlist -server=/.rdio.com/127.0.0.1#5335 -ipset=/.rdio.com/gfwlist -server=/.read01.com/127.0.0.1#5335 -ipset=/.read01.com/gfwlist -server=/.read100.com/127.0.0.1#5335 -ipset=/.read100.com/gfwlist -server=/.readingtimes.com.tw/127.0.0.1#5335 -ipset=/.readingtimes.com.tw/gfwlist -server=/.readmoo.com/127.0.0.1#5335 -ipset=/.readmoo.com/gfwlist -server=/.readydown.com/127.0.0.1#5335 -ipset=/.readydown.com/gfwlist -server=/.realcourage.org/127.0.0.1#5335 -ipset=/.realcourage.org/gfwlist -server=/.realforum.zkiz.com/127.0.0.1#5335 -ipset=/.realforum.zkiz.com/gfwlist -server=/.realitykings.com/127.0.0.1#5335 -ipset=/.realitykings.com/gfwlist -server=/.realraptalk.com/127.0.0.1#5335 -ipset=/.realraptalk.com/gfwlist -server=/.realsexpass.com/127.0.0.1#5335 -ipset=/.realsexpass.com/gfwlist -server=/.rebatesrule.net/127.0.0.1#5335 -ipset=/.rebatesrule.net/gfwlist -server=/.recordhistory.org/127.0.0.1#5335 -ipset=/.recordhistory.org/gfwlist -server=/.recovery.org.tw/127.0.0.1#5335 -ipset=/.recovery.org.tw/gfwlist -server=/.recoveryversion.com.tw/127.0.0.1#5335 -ipset=/.recoveryversion.com.tw/gfwlist -server=/.red-lang.org/127.0.0.1#5335 -ipset=/.red-lang.org/gfwlist -server=/.redballoonsolidarity.org/127.0.0.1#5335 -ipset=/.redballoonsolidarity.org/gfwlist -server=/.redchinacn.net/127.0.0.1#5335 -ipset=/.redchinacn.net/gfwlist -server=/.redchinacn.org/127.0.0.1#5335 -ipset=/.redchinacn.org/gfwlist -server=/.redd.it/127.0.0.1#5335 -ipset=/.redd.it/gfwlist -server=/.reddit.com/127.0.0.1#5335 -ipset=/.reddit.com/gfwlist -server=/.redditlist.com/127.0.0.1#5335 -ipset=/.redditlist.com/gfwlist -server=/.redditmedia.com/127.0.0.1#5335 -ipset=/.redditmedia.com/gfwlist -server=/.redditstatic.com/127.0.0.1#5335 -ipset=/.redditstatic.com/gfwlist -server=/.redhotlabs.com/127.0.0.1#5335 -ipset=/.redhotlabs.com/gfwlist -server=/.redtube.com/127.0.0.1#5335 -ipset=/.redtube.com/gfwlist -server=/.referer.us/127.0.0.1#5335 -ipset=/.referer.us/gfwlist -server=/.reflectivecode.com/127.0.0.1#5335 -ipset=/.reflectivecode.com/gfwlist -server=/.registry.google/127.0.0.1#5335 -ipset=/.registry.google/gfwlist -server=/.relaxbbs.com/127.0.0.1#5335 -ipset=/.relaxbbs.com/gfwlist -server=/.relay.com.tw/127.0.0.1#5335 -ipset=/.relay.com.tw/gfwlist -server=/.releaseinternational.org/127.0.0.1#5335 -ipset=/.releaseinternational.org/gfwlist -server=/.religioustolerance.org/127.0.0.1#5335 -ipset=/.religioustolerance.org/gfwlist -server=/.renminbao.com/127.0.0.1#5335 -ipset=/.renminbao.com/gfwlist -server=/.renyurenquan.org/127.0.0.1#5335 -ipset=/.renyurenquan.org/gfwlist -server=/.resilio.com/127.0.0.1#5335 -ipset=/.resilio.com/gfwlist -server=/.retweeteffect.com/127.0.0.1#5335 -ipset=/.retweeteffect.com/gfwlist -server=/.retweetist.com/127.0.0.1#5335 -ipset=/.retweetist.com/gfwlist -server=/.retweetrank.com/127.0.0.1#5335 -ipset=/.retweetrank.com/gfwlist -server=/.reuters.com/127.0.0.1#5335 -ipset=/.reuters.com/gfwlist -server=/.reutersmedia.net/127.0.0.1#5335 -ipset=/.reutersmedia.net/gfwlist -server=/.revleft.com/127.0.0.1#5335 -ipset=/.revleft.com/gfwlist -server=/.revver.com/127.0.0.1#5335 -ipset=/.revver.com/gfwlist -server=/.rfa.org/127.0.0.1#5335 -ipset=/.rfa.org/gfwlist -server=/.rfachina.com/127.0.0.1#5335 -ipset=/.rfachina.com/gfwlist -server=/.rfalive1.akacast.akamaistream.net/127.0.0.1#5335 -ipset=/.rfalive1.akacast.akamaistream.net/gfwlist -server=/.rfamobile.org/127.0.0.1#5335 -ipset=/.rfamobile.org/gfwlist -server=/.rfaweb.org/127.0.0.1#5335 -ipset=/.rfaweb.org/gfwlist -server=/.rferl.org/127.0.0.1#5335 -ipset=/.rferl.org/gfwlist -server=/.rfi.fr/127.0.0.1#5335 -ipset=/.rfi.fr/gfwlist -server=/.rg3.github.io/127.0.0.1#5335 -ipset=/.rg3.github.io/gfwlist -server=/.rightbtc.com/127.0.0.1#5335 -ipset=/.rightbtc.com/gfwlist -server=/.rigpa.org/127.0.0.1#5335 -ipset=/.rigpa.org/gfwlist -server=/.rileyguide.com/127.0.0.1#5335 -ipset=/.rileyguide.com/gfwlist -server=/.riseup.net/127.0.0.1#5335 -ipset=/.riseup.net/gfwlist -server=/.ritouki.jp/127.0.0.1#5335 -ipset=/.ritouki.jp/gfwlist -server=/.ritter.vg/127.0.0.1#5335 -ipset=/.ritter.vg/gfwlist -server=/.rixcloud.com/127.0.0.1#5335 -ipset=/.rixcloud.com/gfwlist -server=/.rixcloud.us/127.0.0.1#5335 -ipset=/.rixcloud.us/gfwlist -server=/.rlwlw.com/127.0.0.1#5335 -ipset=/.rlwlw.com/gfwlist -server=/.rmjdw.com/127.0.0.1#5335 -ipset=/.rmjdw.com/gfwlist -server=/.rmjdw132.info/127.0.0.1#5335 -ipset=/.rmjdw132.info/gfwlist -server=/.roadshow.hk/127.0.0.1#5335 -ipset=/.roadshow.hk/gfwlist -server=/.roboforex.com/127.0.0.1#5335 -ipset=/.roboforex.com/gfwlist -server=/.robustnessiskey.com/127.0.0.1#5335 -ipset=/.robustnessiskey.com/gfwlist -server=/.rocket-inc.net/127.0.0.1#5335 -ipset=/.rocket-inc.net/gfwlist -server=/.rocksdb.org/127.0.0.1#5335 -ipset=/.rocksdb.org/gfwlist -server=/.rojo.com/127.0.0.1#5335 -ipset=/.rojo.com/gfwlist -server=/.rolia.net/127.0.0.1#5335 -ipset=/.rolia.net/gfwlist -server=/.ronjoneswriter.com/127.0.0.1#5335 -ipset=/.ronjoneswriter.com/gfwlist -server=/.roodo.com/127.0.0.1#5335 -ipset=/.roodo.com/gfwlist -server=/.rosechina.net/127.0.0.1#5335 -ipset=/.rosechina.net/gfwlist -server=/.rotten.com/127.0.0.1#5335 -ipset=/.rotten.com/gfwlist -server=/.rsdlmonitor.com/127.0.0.1#5335 -ipset=/.rsdlmonitor.com/gfwlist -server=/.rsf-chinese.org/127.0.0.1#5335 -ipset=/.rsf-chinese.org/gfwlist -server=/.rsf.org/127.0.0.1#5335 -ipset=/.rsf.org/gfwlist -server=/.rsgamen.org/127.0.0.1#5335 -ipset=/.rsgamen.org/gfwlist -server=/.rssmeme.com/127.0.0.1#5335 -ipset=/.rssmeme.com/gfwlist -server=/.rtalabel.org/127.0.0.1#5335 -ipset=/.rtalabel.org/gfwlist -server=/.rthk.hk/127.0.0.1#5335 -ipset=/.rthk.hk/gfwlist -server=/.rthk.org.hk/127.0.0.1#5335 -ipset=/.rthk.org.hk/gfwlist -server=/.rthklive2-lh.akamaihd.net/127.0.0.1#5335 -ipset=/.rthklive2-lh.akamaihd.net/gfwlist -server=/.rti.org.tw/127.0.0.1#5335 -ipset=/.rti.org.tw/gfwlist -server=/.rtycminnesota.org/127.0.0.1#5335 -ipset=/.rtycminnesota.org/gfwlist -server=/.rukor.org/127.0.0.1#5335 -ipset=/.rukor.org/gfwlist -server=/.runbtx.com/127.0.0.1#5335 -ipset=/.runbtx.com/gfwlist -server=/.rushbee.com/127.0.0.1#5335 -ipset=/.rushbee.com/gfwlist -server=/.ruten.com.tw/127.0.0.1#5335 -ipset=/.ruten.com.tw/gfwlist -server=/.rutube.ru/127.0.0.1#5335 -ipset=/.rutube.ru/gfwlist -server=/.ruyiseek.com/127.0.0.1#5335 -ipset=/.ruyiseek.com/gfwlist -server=/.rxhj.net/127.0.0.1#5335 -ipset=/.rxhj.net/gfwlist -server=/.s-cute.com/127.0.0.1#5335 -ipset=/.s-cute.com/gfwlist -server=/.s-dragon.org/127.0.0.1#5335 -ipset=/.s-dragon.org/gfwlist -server=/.s1.nudezz.com/127.0.0.1#5335 -ipset=/.s1.nudezz.com/gfwlist -server=/.s1heng.com/127.0.0.1#5335 -ipset=/.s1heng.com/gfwlist -server=/.s1s1s1.com/127.0.0.1#5335 -ipset=/.s1s1s1.com/gfwlist -server=/.s3-ap-northeast-1.amazonaws.com/127.0.0.1#5335 -ipset=/.s3-ap-northeast-1.amazonaws.com/gfwlist -server=/.s3-ap-southeast-2.amazonaws.com/127.0.0.1#5335 -ipset=/.s3-ap-southeast-2.amazonaws.com/gfwlist -server=/.s8forum.com/127.0.0.1#5335 -ipset=/.s8forum.com/gfwlist -server=/.sa.hao123.com/127.0.0.1#5335 -ipset=/.sa.hao123.com/gfwlist -server=/.sacks.com/127.0.0.1#5335 -ipset=/.sacks.com/gfwlist -server=/.sacom.hk/127.0.0.1#5335 -ipset=/.sacom.hk/gfwlist -server=/.sadistic-v.com/127.0.0.1#5335 -ipset=/.sadistic-v.com/gfwlist -server=/.sadpanda.us/127.0.0.1#5335 -ipset=/.sadpanda.us/gfwlist -server=/.safervpn.com/127.0.0.1#5335 -ipset=/.safervpn.com/gfwlist -server=/.safety.google/127.0.0.1#5335 -ipset=/.safety.google/gfwlist -server=/.saintyculture.com/127.0.0.1#5335 -ipset=/.saintyculture.com/gfwlist -server=/.saiq.me/127.0.0.1#5335 -ipset=/.saiq.me/gfwlist -server=/.sakuralive.com/127.0.0.1#5335 -ipset=/.sakuralive.com/gfwlist -server=/.sakya.org/127.0.0.1#5335 -ipset=/.sakya.org/gfwlist -server=/.salvation.org.hk/127.0.0.1#5335 -ipset=/.salvation.org.hk/gfwlist -server=/.sambhota.org/127.0.0.1#5335 -ipset=/.sambhota.org/gfwlist -server=/.sanmin.com.tw/127.0.0.1#5335 -ipset=/.sanmin.com.tw/gfwlist -server=/.sapikachu.net/127.0.0.1#5335 -ipset=/.sapikachu.net/gfwlist -server=/.saveliuxiaobo.com/127.0.0.1#5335 -ipset=/.saveliuxiaobo.com/gfwlist -server=/.savemedia.com/127.0.0.1#5335 -ipset=/.savemedia.com/gfwlist -server=/.savethedate.foo/127.0.0.1#5335 -ipset=/.savethedate.foo/gfwlist -server=/.savethesounds.info/127.0.0.1#5335 -ipset=/.savethesounds.info/gfwlist -server=/.savetibet.de/127.0.0.1#5335 -ipset=/.savetibet.de/gfwlist -server=/.savetibet.fr/127.0.0.1#5335 -ipset=/.savetibet.fr/gfwlist -server=/.savetibet.nl/127.0.0.1#5335 -ipset=/.savetibet.nl/gfwlist -server=/.savetibet.org/127.0.0.1#5335 -ipset=/.savetibet.org/gfwlist -server=/.savetibet.ru/127.0.0.1#5335 -ipset=/.savetibet.ru/gfwlist -server=/.savetibetstore.org/127.0.0.1#5335 -ipset=/.savetibetstore.org/gfwlist -server=/.savevid.com/127.0.0.1#5335 -ipset=/.savevid.com/gfwlist -server=/.say2.info/127.0.0.1#5335 -ipset=/.say2.info/gfwlist -server=/.sbme.me/127.0.0.1#5335 -ipset=/.sbme.me/gfwlist -server=/.scache.vzw.com/127.0.0.1#5335 -ipset=/.scache.vzw.com/gfwlist -server=/.scache1.vzw.com/127.0.0.1#5335 -ipset=/.scache1.vzw.com/gfwlist -server=/.scache2.vzw.com/127.0.0.1#5335 -ipset=/.scache2.vzw.com/gfwlist -server=/.scasino.com/127.0.0.1#5335 -ipset=/.scasino.com/gfwlist -server=/.schema.org/127.0.0.1#5335 -ipset=/.schema.org/gfwlist -server=/.sciencenets.com/127.0.0.1#5335 -ipset=/.sciencenets.com/gfwlist -server=/.scieron.com/127.0.0.1#5335 -ipset=/.scieron.com/gfwlist -server=/.scmp.com/127.0.0.1#5335 -ipset=/.scmp.com/gfwlist -server=/.scmpchinese.com/127.0.0.1#5335 -ipset=/.scmpchinese.com/gfwlist -server=/.scramble.io/127.0.0.1#5335 -ipset=/.scramble.io/gfwlist -server=/.scribd.com/127.0.0.1#5335 -ipset=/.scribd.com/gfwlist -server=/.scriptspot.com/127.0.0.1#5335 -ipset=/.scriptspot.com/gfwlist -server=/.seapuff.com/127.0.0.1#5335 -ipset=/.seapuff.com/gfwlist -server=/.search.aol.com/127.0.0.1#5335 -ipset=/.search.aol.com/gfwlist -server=/.search.yahoo.co.jp/127.0.0.1#5335 -ipset=/.search.yahoo.co.jp/gfwlist -server=/.search.yahoo.com/127.0.0.1#5335 -ipset=/.search.yahoo.com/gfwlist -server=/.searchtruth.com/127.0.0.1#5335 -ipset=/.searchtruth.com/gfwlist -server=/.secretchina.com/127.0.0.1#5335 -ipset=/.secretchina.com/gfwlist -server=/.secretgarden.no/127.0.0.1#5335 -ipset=/.secretgarden.no/gfwlist -server=/.secretsline.biz/127.0.0.1#5335 -ipset=/.secretsline.biz/gfwlist -server=/.secure.hustler.com/127.0.0.1#5335 -ipset=/.secure.hustler.com/gfwlist -server=/.secure.logmein.com/127.0.0.1#5335 -ipset=/.secure.logmein.com/gfwlist -server=/.secure.raxcdn.com/127.0.0.1#5335 -ipset=/.secure.raxcdn.com/gfwlist -server=/.securetunnel.com/127.0.0.1#5335 -ipset=/.securetunnel.com/gfwlist -server=/.securityinabox.org/127.0.0.1#5335 -ipset=/.securityinabox.org/gfwlist -server=/.securitykiss.com/127.0.0.1#5335 -ipset=/.securitykiss.com/gfwlist -server=/.seed4.me/127.0.0.1#5335 -ipset=/.seed4.me/gfwlist -server=/.seesmic.com/127.0.0.1#5335 -ipset=/.seesmic.com/gfwlist -server=/.seevpn.com/127.0.0.1#5335 -ipset=/.seevpn.com/gfwlist -server=/.seezone.net/127.0.0.1#5335 -ipset=/.seezone.net/gfwlist -server=/.sejie.com/127.0.0.1#5335 -ipset=/.sejie.com/gfwlist -server=/.sellclassics.com/127.0.0.1#5335 -ipset=/.sellclassics.com/gfwlist -server=/.sendsmtp.com/127.0.0.1#5335 -ipset=/.sendsmtp.com/gfwlist -server=/.sendspace.com/127.0.0.1#5335 -ipset=/.sendspace.com/gfwlist -server=/.servehttp.com/127.0.0.1#5335 -ipset=/.servehttp.com/gfwlist -server=/.serveuser.com/127.0.0.1#5335 -ipset=/.serveuser.com/gfwlist -server=/.serveusers.com/127.0.0.1#5335 -ipset=/.serveusers.com/gfwlist -server=/.sesawe.net/127.0.0.1#5335 -ipset=/.sesawe.net/gfwlist -server=/.sesawe.org/127.0.0.1#5335 -ipset=/.sesawe.org/gfwlist -server=/.sethwklein.net/127.0.0.1#5335 -ipset=/.sethwklein.net/gfwlist -server=/.setn.com/127.0.0.1#5335 -ipset=/.setn.com/gfwlist -server=/.settv.com.tw/127.0.0.1#5335 -ipset=/.settv.com.tw/gfwlist -server=/.sevenload.com/127.0.0.1#5335 -ipset=/.sevenload.com/gfwlist -server=/.sex-11.com/127.0.0.1#5335 -ipset=/.sex-11.com/gfwlist -server=/.sex.com/127.0.0.1#5335 -ipset=/.sex.com/gfwlist -server=/.sex3.com/127.0.0.1#5335 -ipset=/.sex3.com/gfwlist -server=/.sex8.cc/127.0.0.1#5335 -ipset=/.sex8.cc/gfwlist -server=/.sexandsubmission.com/127.0.0.1#5335 -ipset=/.sexandsubmission.com/gfwlist -server=/.sexbot.com/127.0.0.1#5335 -ipset=/.sexbot.com/gfwlist -server=/.sexhu.com/127.0.0.1#5335 -ipset=/.sexhu.com/gfwlist -server=/.sexhuang.com/127.0.0.1#5335 -ipset=/.sexhuang.com/gfwlist -server=/.sexidude.com/127.0.0.1#5335 -ipset=/.sexidude.com/gfwlist -server=/.sexinsex.net/127.0.0.1#5335 -ipset=/.sexinsex.net/gfwlist -server=/.sextvx.com/127.0.0.1#5335 -ipset=/.sextvx.com/gfwlist -server=/.sexxxy.biz/127.0.0.1#5335 -ipset=/.sexxxy.biz/gfwlist -server=/.sfileydy.com/127.0.0.1#5335 -ipset=/.sfileydy.com/gfwlist -server=/.sfshibao.com/127.0.0.1#5335 -ipset=/.sfshibao.com/gfwlist -server=/.sftindia.org/127.0.0.1#5335 -ipset=/.sftindia.org/gfwlist -server=/.sftuk.org/127.0.0.1#5335 -ipset=/.sftuk.org/gfwlist -server=/.shadeyouvpn.com/127.0.0.1#5335 -ipset=/.shadeyouvpn.com/gfwlist -server=/.shadow.ma/127.0.0.1#5335 -ipset=/.shadow.ma/gfwlist -server=/.shadowsky.xyz/127.0.0.1#5335 -ipset=/.shadowsky.xyz/gfwlist -server=/.shadowsocks-r.com/127.0.0.1#5335 -ipset=/.shadowsocks-r.com/gfwlist -server=/.shadowsocks.asia/127.0.0.1#5335 -ipset=/.shadowsocks.asia/gfwlist -server=/.shadowsocks.be/127.0.0.1#5335 -ipset=/.shadowsocks.be/gfwlist -server=/.shadowsocks.com/127.0.0.1#5335 -ipset=/.shadowsocks.com/gfwlist -server=/.shadowsocks.org/127.0.0.1#5335 -ipset=/.shadowsocks.org/gfwlist -server=/.shadowsocks9.com/127.0.0.1#5335 -ipset=/.shadowsocks9.com/gfwlist -server=/.shambalapost.com/127.0.0.1#5335 -ipset=/.shambalapost.com/gfwlist -server=/.shambhalasun.com/127.0.0.1#5335 -ipset=/.shambhalasun.com/gfwlist -server=/.shangfang.org/127.0.0.1#5335 -ipset=/.shangfang.org/gfwlist -server=/.shapeservices.com/127.0.0.1#5335 -ipset=/.shapeservices.com/gfwlist -server=/.share.america.gov/127.0.0.1#5335 -ipset=/.share.america.gov/gfwlist -server=/.share.dmhy.org/127.0.0.1#5335 -ipset=/.share.dmhy.org/gfwlist -server=/.share.youthwant.com.tw/127.0.0.1#5335 -ipset=/.share.youthwant.com.tw/gfwlist -server=/.sharebee.com/127.0.0.1#5335 -ipset=/.sharebee.com/gfwlist -server=/.sharecool.org/127.0.0.1#5335 -ipset=/.sharecool.org/gfwlist -server=/.sharpdaily.com.hk/127.0.0.1#5335 -ipset=/.sharpdaily.com.hk/gfwlist -server=/.sharpdaily.hk/127.0.0.1#5335 -ipset=/.sharpdaily.hk/gfwlist -server=/.sharpdaily.tw/127.0.0.1#5335 -ipset=/.sharpdaily.tw/gfwlist -server=/.shat-tibet.com/127.0.0.1#5335 -ipset=/.shat-tibet.com/gfwlist -server=/.shattered.io/127.0.0.1#5335 -ipset=/.shattered.io/gfwlist -server=/.sheikyermami.com/127.0.0.1#5335 -ipset=/.sheikyermami.com/gfwlist -server=/.shellfire.de/127.0.0.1#5335 -ipset=/.shellfire.de/gfwlist -server=/.shenshou.org/127.0.0.1#5335 -ipset=/.shenshou.org/gfwlist -server=/.shenyun.com/127.0.0.1#5335 -ipset=/.shenyun.com/gfwlist -server=/.shenyunperformingarts.org/127.0.0.1#5335 -ipset=/.shenyunperformingarts.org/gfwlist -server=/.shenzhoufilm.com/127.0.0.1#5335 -ipset=/.shenzhoufilm.com/gfwlist -server=/.sherabgyaltsen.com/127.0.0.1#5335 -ipset=/.sherabgyaltsen.com/gfwlist -server=/.shiatv.net/127.0.0.1#5335 -ipset=/.shiatv.net/gfwlist -server=/.shicheng.org/127.0.0.1#5335 -ipset=/.shicheng.org/gfwlist -server=/.shiksha.com/127.0.0.1#5335 -ipset=/.shiksha.com/gfwlist -server=/.shinychan.com/127.0.0.1#5335 -ipset=/.shinychan.com/gfwlist -server=/.shipcamouflage.com/127.0.0.1#5335 -ipset=/.shipcamouflage.com/gfwlist -server=/.shireyishunjian.com/127.0.0.1#5335 -ipset=/.shireyishunjian.com/gfwlist -server=/.shitaotv.org/127.0.0.1#5335 -ipset=/.shitaotv.org/gfwlist -server=/.shixiao.org/127.0.0.1#5335 -ipset=/.shixiao.org/gfwlist -server=/.shizhao.org/127.0.0.1#5335 -ipset=/.shizhao.org/gfwlist -server=/.shodanhq.com/127.0.0.1#5335 -ipset=/.shodanhq.com/gfwlist -server=/.shooshtime.com/127.0.0.1#5335 -ipset=/.shooshtime.com/gfwlist -server=/.shop2000.com.tw/127.0.0.1#5335 -ipset=/.shop2000.com.tw/gfwlist -server=/.shopping.com/127.0.0.1#5335 -ipset=/.shopping.com/gfwlist -server=/.showbiz.omy.sg/127.0.0.1#5335 -ipset=/.showbiz.omy.sg/gfwlist -server=/.showhaotu.com/127.0.0.1#5335 -ipset=/.showhaotu.com/gfwlist -server=/.showtime.jp/127.0.0.1#5335 -ipset=/.showtime.jp/gfwlist -server=/.shutterstock.com/127.0.0.1#5335 -ipset=/.shutterstock.com/gfwlist -server=/.shwchurch.org/127.0.0.1#5335 -ipset=/.shwchurch.org/gfwlist -server=/.shwchurch3.com/127.0.0.1#5335 -ipset=/.shwchurch3.com/gfwlist -server=/.siddharthasintent.org/127.0.0.1#5335 -ipset=/.siddharthasintent.org/gfwlist -server=/.sidelinesnews.com/127.0.0.1#5335 -ipset=/.sidelinesnews.com/gfwlist -server=/.sidelinessportseatery.com/127.0.0.1#5335 -ipset=/.sidelinessportseatery.com/gfwlist -server=/.sierrafriendsoftibet.org/127.0.0.1#5335 -ipset=/.sierrafriendsoftibet.org/gfwlist -server=/.sijihuisuo.club/127.0.0.1#5335 -ipset=/.sijihuisuo.club/gfwlist -server=/.sijihuisuo.com/127.0.0.1#5335 -ipset=/.sijihuisuo.com/gfwlist -server=/.sikaozhe1997.github.io/127.0.0.1#5335 -ipset=/.sikaozhe1997.github.io/gfwlist -server=/.silkbook.com/127.0.0.1#5335 -ipset=/.silkbook.com/gfwlist -server=/.simbolostwitter.com/127.0.0.1#5335 -ipset=/.simbolostwitter.com/gfwlist -server=/.simplecd.org/127.0.0.1#5335 -ipset=/.simplecd.org/gfwlist -server=/.simpleproductivityblog.com/127.0.0.1#5335 -ipset=/.simpleproductivityblog.com/gfwlist -server=/.singaporepools.com.sg/127.0.0.1#5335 -ipset=/.singaporepools.com.sg/gfwlist -server=/.singfortibet.com/127.0.0.1#5335 -ipset=/.singfortibet.com/gfwlist -server=/.singpao.com.hk/127.0.0.1#5335 -ipset=/.singpao.com.hk/gfwlist -server=/.singtao.com/127.0.0.1#5335 -ipset=/.singtao.com/gfwlist -server=/.singtaousa.com/127.0.0.1#5335 -ipset=/.singtaousa.com/gfwlist -server=/.sino-monthly.com/127.0.0.1#5335 -ipset=/.sino-monthly.com/gfwlist -server=/.sinoants.com/127.0.0.1#5335 -ipset=/.sinoants.com/gfwlist -server=/.sinocast.com/127.0.0.1#5335 -ipset=/.sinocast.com/gfwlist -server=/.sinocism.com/127.0.0.1#5335 -ipset=/.sinocism.com/gfwlist -server=/.sinomontreal.ca/127.0.0.1#5335 -ipset=/.sinomontreal.ca/gfwlist -server=/.sinonet.ca/127.0.0.1#5335 -ipset=/.sinonet.ca/gfwlist -server=/.sinopitt.info/127.0.0.1#5335 -ipset=/.sinopitt.info/gfwlist -server=/.sinoquebec.com/127.0.0.1#5335 -ipset=/.sinoquebec.com/gfwlist -server=/.sis.xxx/127.0.0.1#5335 -ipset=/.sis.xxx/gfwlist -server=/.sis001.com/127.0.0.1#5335 -ipset=/.sis001.com/gfwlist -server=/.sis001.us/127.0.0.1#5335 -ipset=/.sis001.us/gfwlist -server=/.site2unblock.com/127.0.0.1#5335 -ipset=/.site2unblock.com/gfwlist -server=/.site90.net/127.0.0.1#5335 -ipset=/.site90.net/gfwlist -server=/.sitebro.tw/127.0.0.1#5335 -ipset=/.sitebro.tw/gfwlist -server=/.sitekreator.com/127.0.0.1#5335 -ipset=/.sitekreator.com/gfwlist -server=/.siteks.uk.to/127.0.0.1#5335 -ipset=/.siteks.uk.to/gfwlist -server=/.sitemaps.org/127.0.0.1#5335 -ipset=/.sitemaps.org/gfwlist -server=/.six-degrees.io/127.0.0.1#5335 -ipset=/.six-degrees.io/gfwlist -server=/.sixth.biz/127.0.0.1#5335 -ipset=/.sixth.biz/gfwlist -server=/.sjrt.org/127.0.0.1#5335 -ipset=/.sjrt.org/gfwlist -server=/.sjum.cn/127.0.0.1#5335 -ipset=/.sjum.cn/gfwlist -server=/.sketchappsources.com/127.0.0.1#5335 -ipset=/.sketchappsources.com/gfwlist -server=/.skimtube.com/127.0.0.1#5335 -ipset=/.skimtube.com/gfwlist -server=/.skybet.com/127.0.0.1#5335 -ipset=/.skybet.com/gfwlist -server=/.skyking.com.tw/127.0.0.1#5335 -ipset=/.skyking.com.tw/gfwlist -server=/.skyvegas.com/127.0.0.1#5335 -ipset=/.skyvegas.com/gfwlist -server=/.skyxvpn.com/127.0.0.1#5335 -ipset=/.skyxvpn.com/gfwlist -server=/.slacker.com/127.0.0.1#5335 -ipset=/.slacker.com/gfwlist -server=/.slaytizle.com/127.0.0.1#5335 -ipset=/.slaytizle.com/gfwlist -server=/.sleazydream.com/127.0.0.1#5335 -ipset=/.sleazydream.com/gfwlist -server=/.slheng.com/127.0.0.1#5335 -ipset=/.slheng.com/gfwlist -server=/.slickvpn.com/127.0.0.1#5335 -ipset=/.slickvpn.com/gfwlist -server=/.slideshare.net/127.0.0.1#5335 -ipset=/.slideshare.net/gfwlist -server=/.slinkset.com/127.0.0.1#5335 -ipset=/.slinkset.com/gfwlist -server=/.slutload.com/127.0.0.1#5335 -ipset=/.slutload.com/gfwlist -server=/.slutmoonbeam.com/127.0.0.1#5335 -ipset=/.slutmoonbeam.com/gfwlist -server=/.slyip.com/127.0.0.1#5335 -ipset=/.slyip.com/gfwlist -server=/.slyip.net/127.0.0.1#5335 -ipset=/.slyip.net/gfwlist -server=/.sm-miracle.com/127.0.0.1#5335 -ipset=/.sm-miracle.com/gfwlist -server=/.smartdnsproxy.com/127.0.0.1#5335 -ipset=/.smartdnsproxy.com/gfwlist -server=/.smarthide.com/127.0.0.1#5335 -ipset=/.smarthide.com/gfwlist -server=/.smchbooks.com/127.0.0.1#5335 -ipset=/.smchbooks.com/gfwlist -server=/.smhric.org/127.0.0.1#5335 -ipset=/.smhric.org/gfwlist -server=/.smyxy.org/127.0.0.1#5335 -ipset=/.smyxy.org/gfwlist -server=/.snapchat.com/127.0.0.1#5335 -ipset=/.snapchat.com/gfwlist -server=/.snaptu.com/127.0.0.1#5335 -ipset=/.snaptu.com/gfwlist -server=/.sndcdn.com/127.0.0.1#5335 -ipset=/.sndcdn.com/gfwlist -server=/.sneakme.net/127.0.0.1#5335 -ipset=/.sneakme.net/gfwlist -server=/.snowlionpub.com/127.0.0.1#5335 -ipset=/.snowlionpub.com/gfwlist -server=/.sobees.com/127.0.0.1#5335 -ipset=/.sobees.com/gfwlist -server=/.soc.mil/127.0.0.1#5335 -ipset=/.soc.mil/gfwlist -server=/.socialwhale.com/127.0.0.1#5335 -ipset=/.socialwhale.com/gfwlist -server=/.socks-proxy.net/127.0.0.1#5335 -ipset=/.socks-proxy.net/gfwlist -server=/.sockscap64.com/127.0.0.1#5335 -ipset=/.sockscap64.com/gfwlist -server=/.sockslist.net/127.0.0.1#5335 -ipset=/.sockslist.net/gfwlist -server=/.socrec.org/127.0.0.1#5335 -ipset=/.socrec.org/gfwlist -server=/.sod.co.jp/127.0.0.1#5335 -ipset=/.sod.co.jp/gfwlist -server=/.sodatea.github.io/127.0.0.1#5335 -ipset=/.sodatea.github.io/gfwlist -server=/.softether-download.com/127.0.0.1#5335 -ipset=/.softether-download.com/gfwlist -server=/.softether.co.jp/127.0.0.1#5335 -ipset=/.softether.co.jp/gfwlist -server=/.softether.org/127.0.0.1#5335 -ipset=/.softether.org/gfwlist -server=/.softfamous.com/127.0.0.1#5335 -ipset=/.softfamous.com/gfwlist -server=/.softsmirror.cf/127.0.0.1#5335 -ipset=/.softsmirror.cf/gfwlist -server=/.softwarebychuck.com/127.0.0.1#5335 -ipset=/.softwarebychuck.com/gfwlist -server=/.softwaredownload.gitbooks.io/127.0.0.1#5335 -ipset=/.softwaredownload.gitbooks.io/gfwlist -server=/.sogclub.com/127.0.0.1#5335 -ipset=/.sogclub.com/gfwlist -server=/.sogrady.me/127.0.0.1#5335 -ipset=/.sogrady.me/gfwlist -server=/.soh.tw/127.0.0.1#5335 -ipset=/.soh.tw/gfwlist -server=/.sohcradio.com/127.0.0.1#5335 -ipset=/.sohcradio.com/gfwlist -server=/.sohfrance.org/127.0.0.1#5335 -ipset=/.sohfrance.org/gfwlist -server=/.sokamonline.com/127.0.0.1#5335 -ipset=/.sokamonline.com/gfwlist -server=/.sokmil.com/127.0.0.1#5335 -ipset=/.sokmil.com/gfwlist -server=/.solarsystem.nasa.gov/127.0.0.1#5335 -ipset=/.solarsystem.nasa.gov/gfwlist -server=/.solidaritetibet.org/127.0.0.1#5335 -ipset=/.solidaritetibet.org/gfwlist -server=/.solidfiles.com/127.0.0.1#5335 -ipset=/.solidfiles.com/gfwlist -server=/.somee.com/127.0.0.1#5335 -ipset=/.somee.com/gfwlist -server=/.songjianjun.com/127.0.0.1#5335 -ipset=/.songjianjun.com/gfwlist -server=/.sonicbbs.cc/127.0.0.1#5335 -ipset=/.sonicbbs.cc/gfwlist -server=/.sonidodelaesperanza.org/127.0.0.1#5335 -ipset=/.sonidodelaesperanza.org/gfwlist -server=/.sopcast.com/127.0.0.1#5335 -ipset=/.sopcast.com/gfwlist -server=/.sopcast.org/127.0.0.1#5335 -ipset=/.sopcast.org/gfwlist -server=/.sorazone.net/127.0.0.1#5335 -ipset=/.sorazone.net/gfwlist -server=/.sorting-algorithms.com/127.0.0.1#5335 -ipset=/.sorting-algorithms.com/gfwlist -server=/.sos.org/127.0.0.1#5335 -ipset=/.sos.org/gfwlist -server=/.sosreader.com/127.0.0.1#5335 -ipset=/.sosreader.com/gfwlist -server=/.sostibet.org/127.0.0.1#5335 -ipset=/.sostibet.org/gfwlist -server=/.soubory.com/127.0.0.1#5335 -ipset=/.soubory.com/gfwlist -server=/.soul-plus.net/127.0.0.1#5335 -ipset=/.soul-plus.net/gfwlist -server=/.soulcaliburhentai.net/127.0.0.1#5335 -ipset=/.soulcaliburhentai.net/gfwlist -server=/.soumo.info/127.0.0.1#5335 -ipset=/.soumo.info/gfwlist -server=/.soundcloud.com/127.0.0.1#5335 -ipset=/.soundcloud.com/gfwlist -server=/.soundofhope.kr/127.0.0.1#5335 -ipset=/.soundofhope.kr/gfwlist -server=/.soundofhope.org/127.0.0.1#5335 -ipset=/.soundofhope.org/gfwlist -server=/.soup.io/127.0.0.1#5335 -ipset=/.soup.io/gfwlist -server=/.soupofmedia.com/127.0.0.1#5335 -ipset=/.soupofmedia.com/gfwlist -server=/.sourcewadio.com/127.0.0.1#5335 -ipset=/.sourcewadio.com/gfwlist -server=/.southnews.com.tw/127.0.0.1#5335 -ipset=/.southnews.com.tw/gfwlist -server=/.sowers.org.hk/127.0.0.1#5335 -ipset=/.sowers.org.hk/gfwlist -server=/.soylentnews.org/127.0.0.1#5335 -ipset=/.soylentnews.org/gfwlist -server=/.spaces.hightail.com/127.0.0.1#5335 -ipset=/.spaces.hightail.com/gfwlist -server=/.spankbang.com/127.0.0.1#5335 -ipset=/.spankbang.com/gfwlist -server=/.spankingtube.com/127.0.0.1#5335 -ipset=/.spankingtube.com/gfwlist -server=/.spankwire.com/127.0.0.1#5335 -ipset=/.spankwire.com/gfwlist -server=/.spb.com/127.0.0.1#5335 -ipset=/.spb.com/gfwlist -server=/.speakerdeck.com/127.0.0.1#5335 -ipset=/.speakerdeck.com/gfwlist -server=/.specxinzl.jigsy.com/127.0.0.1#5335 -ipset=/.specxinzl.jigsy.com/gfwlist -server=/.speedify.com/127.0.0.1#5335 -ipset=/.speedify.com/gfwlist -server=/.spem.at/127.0.0.1#5335 -ipset=/.spem.at/gfwlist -server=/.spencertipping.com/127.0.0.1#5335 -ipset=/.spencertipping.com/gfwlist -server=/.spendee.com/127.0.0.1#5335 -ipset=/.spendee.com/gfwlist -server=/.spicevpn.com/127.0.0.1#5335 -ipset=/.spicevpn.com/gfwlist -server=/.spideroak.com/127.0.0.1#5335 -ipset=/.spideroak.com/gfwlist -server=/.spike.com/127.0.0.1#5335 -ipset=/.spike.com/gfwlist -server=/.sports.williamhill.com/127.0.0.1#5335 -ipset=/.sports.williamhill.com/gfwlist -server=/.spotflux.com/127.0.0.1#5335 -ipset=/.spotflux.com/gfwlist -server=/.spotify.com/127.0.0.1#5335 -ipset=/.spotify.com/gfwlist -server=/.spreadshirt.es/127.0.0.1#5335 -ipset=/.spreadshirt.es/gfwlist -server=/.spring4u.info/127.0.0.1#5335 -ipset=/.spring4u.info/gfwlist -server=/.springboardplatform.com/127.0.0.1#5335 -ipset=/.springboardplatform.com/gfwlist -server=/.sprite.org/127.0.0.1#5335 -ipset=/.sprite.org/gfwlist -server=/.sproutcore.com/127.0.0.1#5335 -ipset=/.sproutcore.com/gfwlist -server=/.sproxy.info/127.0.0.1#5335 -ipset=/.sproxy.info/gfwlist -server=/.squirly.info/127.0.0.1#5335 -ipset=/.squirly.info/gfwlist -server=/.srocket.us/127.0.0.1#5335 -ipset=/.srocket.us/gfwlist -server=/.ss-link.com/127.0.0.1#5335 -ipset=/.ss-link.com/gfwlist -server=/.ss.carryzhou.com/127.0.0.1#5335 -ipset=/.ss.carryzhou.com/gfwlist -server=/.ss.levyhsu.com/127.0.0.1#5335 -ipset=/.ss.levyhsu.com/gfwlist -server=/.ss7.vzw.com/127.0.0.1#5335 -ipset=/.ss7.vzw.com/gfwlist -server=/.ssglobal.co/127.0.0.1#5335 -ipset=/.ssglobal.co/gfwlist -server=/.ssglobal.me/127.0.0.1#5335 -ipset=/.ssglobal.me/gfwlist -server=/.ssh91.com/127.0.0.1#5335 -ipset=/.ssh91.com/gfwlist -server=/.ssl.webpack.de/127.0.0.1#5335 -ipset=/.ssl.webpack.de/gfwlist -server=/.ssl443.org/127.0.0.1#5335 -ipset=/.ssl443.org/gfwlist -server=/.sspanel.net/127.0.0.1#5335 -ipset=/.sspanel.net/gfwlist -server=/.sspro.ml/127.0.0.1#5335 -ipset=/.sspro.ml/gfwlist -server=/.ssr.tools/127.0.0.1#5335 -ipset=/.ssr.tools/gfwlist -server=/.ssrshare.com/127.0.0.1#5335 -ipset=/.ssrshare.com/gfwlist -server=/.sss.camp/127.0.0.1#5335 -ipset=/.sss.camp/gfwlist -server=/.sstmlt.moe/127.0.0.1#5335 -ipset=/.sstmlt.moe/gfwlist -server=/.sstmlt.net/127.0.0.1#5335 -ipset=/.sstmlt.net/gfwlist -server=/.stage64.hk/127.0.0.1#5335 -ipset=/.stage64.hk/gfwlist -server=/.standupfortibet.org/127.0.0.1#5335 -ipset=/.standupfortibet.org/gfwlist -server=/.starfishfx.com/127.0.0.1#5335 -ipset=/.starfishfx.com/gfwlist -server=/.starp2p.com/127.0.0.1#5335 -ipset=/.starp2p.com/gfwlist -server=/.startpage.com/127.0.0.1#5335 -ipset=/.startpage.com/gfwlist -server=/.startuplivingchina.com/127.0.0.1#5335 -ipset=/.startuplivingchina.com/gfwlist -server=/.stat.gov.tw/127.0.0.1#5335 -ipset=/.stat.gov.tw/gfwlist -server=/.static-economist.com/127.0.0.1#5335 -ipset=/.static-economist.com/gfwlist -server=/.static.comico.tw/127.0.0.1#5335 -ipset=/.static.comico.tw/gfwlist -server=/.static.shemalez.com/127.0.0.1#5335 -ipset=/.static.shemalez.com/gfwlist -server=/.static01.nyt.com/127.0.0.1#5335 -ipset=/.static01.nyt.com/gfwlist -server=/.staticflickr.com/127.0.0.1#5335 -ipset=/.staticflickr.com/gfwlist -server=/.statueofdemocracy.org/127.0.0.1#5335 -ipset=/.statueofdemocracy.org/gfwlist -server=/.stc.com.sa/127.0.0.1#5335 -ipset=/.stc.com.sa/gfwlist -server=/.steamcommunity.com/127.0.0.1#5335 -ipset=/.steamcommunity.com/gfwlist -server=/.steel-storm.com/127.0.0.1#5335 -ipset=/.steel-storm.com/gfwlist -server=/.steemit.com/127.0.0.1#5335 -ipset=/.steemit.com/gfwlist -server=/.steganos.com/127.0.0.1#5335 -ipset=/.steganos.com/gfwlist -server=/.steganos.net/127.0.0.1#5335 -ipset=/.steganos.net/gfwlist -server=/.stepchina.com/127.0.0.1#5335 -ipset=/.stepchina.com/gfwlist -server=/.stephaniered.com/127.0.0.1#5335 -ipset=/.stephaniered.com/gfwlist -server=/.sthoo.com/127.0.0.1#5335 -ipset=/.sthoo.com/gfwlist -server=/.stickam.com/127.0.0.1#5335 -ipset=/.stickam.com/gfwlist -server=/.stileproject.com/127.0.0.1#5335 -ipset=/.stileproject.com/gfwlist -server=/.sto.cc/127.0.0.1#5335 -ipset=/.sto.cc/gfwlist -server=/.stoporganharvesting.org/127.0.0.1#5335 -ipset=/.stoporganharvesting.org/gfwlist -server=/.stoptibetcrisis.net/127.0.0.1#5335 -ipset=/.stoptibetcrisis.net/gfwlist -server=/.storagenewsletter.com/127.0.0.1#5335 -ipset=/.storagenewsletter.com/gfwlist -server=/.stories.google/127.0.0.1#5335 -ipset=/.stories.google/gfwlist -server=/.storify.com/127.0.0.1#5335 -ipset=/.storify.com/gfwlist -server=/.storm.mg/127.0.0.1#5335 -ipset=/.storm.mg/gfwlist -server=/.stormmediagroup.com/127.0.0.1#5335 -ipset=/.stormmediagroup.com/gfwlist -server=/.stoweboyd.com/127.0.0.1#5335 -ipset=/.stoweboyd.com/gfwlist -server=/.stranabg.com/127.0.0.1#5335 -ipset=/.stranabg.com/gfwlist -server=/.straplessdildo.com/127.0.0.1#5335 -ipset=/.straplessdildo.com/gfwlist -server=/.streamingthe.net/127.0.0.1#5335 -ipset=/.streamingthe.net/gfwlist -server=/.strikingly.com/127.0.0.1#5335 -ipset=/.strikingly.com/gfwlist -server=/.strongvpn.com/127.0.0.1#5335 -ipset=/.strongvpn.com/gfwlist -server=/.strongwindpress.com/127.0.0.1#5335 -ipset=/.strongwindpress.com/gfwlist -server=/.studentsforafreetibet.org/127.0.0.1#5335 -ipset=/.studentsforafreetibet.org/gfwlist -server=/.stumbleupon.com/127.0.0.1#5335 -ipset=/.stumbleupon.com/gfwlist -server=/.stupidvideos.com/127.0.0.1#5335 -ipset=/.stupidvideos.com/gfwlist -server=/.subacme.rerouted.org/127.0.0.1#5335 -ipset=/.subacme.rerouted.org/gfwlist -server=/.successfn.com/127.0.0.1#5335 -ipset=/.successfn.com/gfwlist -server=/.sugarsync.com/127.0.0.1#5335 -ipset=/.sugarsync.com/gfwlist -server=/.sugobbs.com/127.0.0.1#5335 -ipset=/.sugobbs.com/gfwlist -server=/.sugumiru18.com/127.0.0.1#5335 -ipset=/.sugumiru18.com/gfwlist -server=/.suissl.com/127.0.0.1#5335 -ipset=/.suissl.com/gfwlist -server=/.sujiatun.wordpress.com/127.0.0.1#5335 -ipset=/.sujiatun.wordpress.com/gfwlist -server=/.sukebei.nyaa.si/127.0.0.1#5335 -ipset=/.sukebei.nyaa.si/gfwlist -server=/.sulian.me/127.0.0.1#5335 -ipset=/.sulian.me/gfwlist -server=/.summify.com/127.0.0.1#5335 -ipset=/.summify.com/gfwlist -server=/.sumrando.com/127.0.0.1#5335 -ipset=/.sumrando.com/gfwlist -server=/.sun1911.com/127.0.0.1#5335 -ipset=/.sun1911.com/gfwlist -server=/.sunmedia.ca/127.0.0.1#5335 -ipset=/.sunmedia.ca/gfwlist -server=/.sunporno.com/127.0.0.1#5335 -ipset=/.sunporno.com/gfwlist -server=/.sunskyforum.com/127.0.0.1#5335 -ipset=/.sunskyforum.com/gfwlist -server=/.sunta.com.tw/127.0.0.1#5335 -ipset=/.sunta.com.tw/gfwlist -server=/.sunvpn.net/127.0.0.1#5335 -ipset=/.sunvpn.net/gfwlist -server=/.sunwinism.joinbbs.net/127.0.0.1#5335 -ipset=/.sunwinism.joinbbs.net/gfwlist -server=/.suoluo.org/127.0.0.1#5335 -ipset=/.suoluo.org/gfwlist -server=/.supchina.com/127.0.0.1#5335 -ipset=/.supchina.com/gfwlist -server=/.superfreevpn.com/127.0.0.1#5335 -ipset=/.superfreevpn.com/gfwlist -server=/.superokayama.com/127.0.0.1#5335 -ipset=/.superokayama.com/gfwlist -server=/.superpages.com/127.0.0.1#5335 -ipset=/.superpages.com/gfwlist -server=/.supervpn.net/127.0.0.1#5335 -ipset=/.supervpn.net/gfwlist -server=/.superzooi.com/127.0.0.1#5335 -ipset=/.superzooi.com/gfwlist -server=/.suppig.net/127.0.0.1#5335 -ipset=/.suppig.net/gfwlist -server=/.suprememastertv.com/127.0.0.1#5335 -ipset=/.suprememastertv.com/gfwlist -server=/.surfeasy.com/127.0.0.1#5335 -ipset=/.surfeasy.com/gfwlist -server=/.suroot.com/127.0.0.1#5335 -ipset=/.suroot.com/gfwlist -server=/.surrenderat20.net/127.0.0.1#5335 -ipset=/.surrenderat20.net/gfwlist -server=/.sustainability.google/127.0.0.1#5335 -ipset=/.sustainability.google/gfwlist -server=/.suyangg.com/127.0.0.1#5335 -ipset=/.suyangg.com/gfwlist -server=/.svsfx.com/127.0.0.1#5335 -ipset=/.svsfx.com/gfwlist -server=/.swagbucks.com/127.0.0.1#5335 -ipset=/.swagbucks.com/gfwlist -server=/.swissinfo.ch/127.0.0.1#5335 -ipset=/.swissinfo.ch/gfwlist -server=/.swissvpn.net/127.0.0.1#5335 -ipset=/.swissvpn.net/gfwlist -server=/.switch1.jp/127.0.0.1#5335 -ipset=/.switch1.jp/gfwlist -server=/.switchvpn.net/127.0.0.1#5335 -ipset=/.switchvpn.net/gfwlist -server=/.sydneytoday.com/127.0.0.1#5335 -ipset=/.sydneytoday.com/gfwlist -server=/.sylfoundation.org/127.0.0.1#5335 -ipset=/.sylfoundation.org/gfwlist -server=/.syncback.com/127.0.0.1#5335 -ipset=/.syncback.com/gfwlist -server=/.synergyse.com/127.0.0.1#5335 -ipset=/.synergyse.com/gfwlist -server=/.sysresccd.org/127.0.0.1#5335 -ipset=/.sysresccd.org/gfwlist -server=/.sytes.net/127.0.0.1#5335 -ipset=/.sytes.net/gfwlist -server=/.szbbs.net/127.0.0.1#5335 -ipset=/.szbbs.net/gfwlist -server=/.szetowah.org.hk/127.0.0.1#5335 -ipset=/.szetowah.org.hk/gfwlist -server=/.t-g.com/127.0.0.1#5335 -ipset=/.t-g.com/gfwlist -server=/.t.co/127.0.0.1#5335 -ipset=/.t.co/gfwlist -server=/.t.me/127.0.0.1#5335 -ipset=/.t.me/gfwlist -server=/.t.orzdream.com/127.0.0.1#5335 -ipset=/.t.orzdream.com/gfwlist -server=/.t35.com/127.0.0.1#5335 -ipset=/.t35.com/gfwlist -server=/.t66y.com/127.0.0.1#5335 -ipset=/.t66y.com/gfwlist -server=/.taa-usa.org/127.0.0.1#5335 -ipset=/.taa-usa.org/gfwlist -server=/.taaze.tw/127.0.0.1#5335 -ipset=/.taaze.tw/gfwlist -server=/.tabtter.jp/127.0.0.1#5335 -ipset=/.tabtter.jp/gfwlist -server=/.tacc.cwb.gov.tw/127.0.0.1#5335 -ipset=/.tacc.cwb.gov.tw/gfwlist -server=/.tacem.org/127.0.0.1#5335 -ipset=/.tacem.org/gfwlist -server=/.taconet.com.tw/127.0.0.1#5335 -ipset=/.taconet.com.tw/gfwlist -server=/.taedp.org.tw/127.0.0.1#5335 -ipset=/.taedp.org.tw/gfwlist -server=/.tafm.org/127.0.0.1#5335 -ipset=/.tafm.org/gfwlist -server=/.tagwa.org.au/127.0.0.1#5335 -ipset=/.tagwa.org.au/gfwlist -server=/.tagwalk.com/127.0.0.1#5335 -ipset=/.tagwalk.com/gfwlist -server=/.tahr.org.tw/127.0.0.1#5335 -ipset=/.tahr.org.tw/gfwlist -server=/.taipei.gov.tw/127.0.0.1#5335 -ipset=/.taipei.gov.tw/gfwlist -server=/.taipeisociety.org/127.0.0.1#5335 -ipset=/.taipeisociety.org/gfwlist -server=/.taiwan-sex.com/127.0.0.1#5335 -ipset=/.taiwan-sex.com/gfwlist -server=/.taiwanbible.com/127.0.0.1#5335 -ipset=/.taiwanbible.com/gfwlist -server=/.taiwancon.com/127.0.0.1#5335 -ipset=/.taiwancon.com/gfwlist -server=/.taiwandaily.net/127.0.0.1#5335 -ipset=/.taiwandaily.net/gfwlist -server=/.taiwandc.org/127.0.0.1#5335 -ipset=/.taiwandc.org/gfwlist -server=/.taiwanjobs.gov.tw/127.0.0.1#5335 -ipset=/.taiwanjobs.gov.tw/gfwlist -server=/.taiwanjustice.com/127.0.0.1#5335 -ipset=/.taiwanjustice.com/gfwlist -server=/.taiwanjustice.net/127.0.0.1#5335 -ipset=/.taiwanjustice.net/gfwlist -server=/.taiwankiss.com/127.0.0.1#5335 -ipset=/.taiwankiss.com/gfwlist -server=/.taiwannation.50webs.com/127.0.0.1#5335 -ipset=/.taiwannation.50webs.com/gfwlist -server=/.taiwannation.com/127.0.0.1#5335 -ipset=/.taiwannation.com/gfwlist -server=/.taiwanncf.org.tw/127.0.0.1#5335 -ipset=/.taiwanncf.org.tw/gfwlist -server=/.taiwannews.com.tw/127.0.0.1#5335 -ipset=/.taiwannews.com.tw/gfwlist -server=/.taiwantp.net/127.0.0.1#5335 -ipset=/.taiwantp.net/gfwlist -server=/.taiwantt.org.tw/127.0.0.1#5335 -ipset=/.taiwantt.org.tw/gfwlist -server=/.taiwanus.net/127.0.0.1#5335 -ipset=/.taiwanus.net/gfwlist -server=/.taiwanyes.com/127.0.0.1#5335 -ipset=/.taiwanyes.com/gfwlist -server=/.taiwanyes.ning.com/127.0.0.1#5335 -ipset=/.taiwanyes.ning.com/gfwlist -server=/.talk853.com/127.0.0.1#5335 -ipset=/.talk853.com/gfwlist -server=/.talkboxapp.com/127.0.0.1#5335 -ipset=/.talkboxapp.com/gfwlist -server=/.talkcc.com/127.0.0.1#5335 -ipset=/.talkcc.com/gfwlist -server=/.talkonly.net/127.0.0.1#5335 -ipset=/.talkonly.net/gfwlist -server=/.tamiaode.tk/127.0.0.1#5335 -ipset=/.tamiaode.tk/gfwlist -server=/.tanc.org/127.0.0.1#5335 -ipset=/.tanc.org/gfwlist -server=/.tangben.com/127.0.0.1#5335 -ipset=/.tangben.com/gfwlist -server=/.tangren.us/127.0.0.1#5335 -ipset=/.tangren.us/gfwlist -server=/.taoism.net/127.0.0.1#5335 -ipset=/.taoism.net/gfwlist -server=/.taolun.info/127.0.0.1#5335 -ipset=/.taolun.info/gfwlist -server=/.tapanwap.com/127.0.0.1#5335 -ipset=/.tapanwap.com/gfwlist -server=/.tapatalk.com/127.0.0.1#5335 -ipset=/.tapatalk.com/gfwlist -server=/.tascn.com.au/127.0.0.1#5335 -ipset=/.tascn.com.au/gfwlist -server=/.taup.net/127.0.0.1#5335 -ipset=/.taup.net/gfwlist -server=/.taweet.com/127.0.0.1#5335 -ipset=/.taweet.com/gfwlist -server=/.tbcollege.org/127.0.0.1#5335 -ipset=/.tbcollege.org/gfwlist -server=/.tbi.org.hk/127.0.0.1#5335 -ipset=/.tbi.org.hk/gfwlist -server=/.tbicn.org/127.0.0.1#5335 -ipset=/.tbicn.org/gfwlist -server=/.tbjyt.org/127.0.0.1#5335 -ipset=/.tbjyt.org/gfwlist -server=/.tbpic.info/127.0.0.1#5335 -ipset=/.tbpic.info/gfwlist -server=/.tbrc.org/127.0.0.1#5335 -ipset=/.tbrc.org/gfwlist -server=/.tbs-rainbow.org/127.0.0.1#5335 -ipset=/.tbs-rainbow.org/gfwlist -server=/.tbsec.org/127.0.0.1#5335 -ipset=/.tbsec.org/gfwlist -server=/.tbskkinabalu.page.tl/127.0.0.1#5335 -ipset=/.tbskkinabalu.page.tl/gfwlist -server=/.tbsmalaysia.org/127.0.0.1#5335 -ipset=/.tbsmalaysia.org/gfwlist -server=/.tbsn.org/127.0.0.1#5335 -ipset=/.tbsn.org/gfwlist -server=/.tbsseattle.org/127.0.0.1#5335 -ipset=/.tbsseattle.org/gfwlist -server=/.tbssqh.org/127.0.0.1#5335 -ipset=/.tbssqh.org/gfwlist -server=/.tbswd.org/127.0.0.1#5335 -ipset=/.tbswd.org/gfwlist -server=/.tbtemple.org.uk/127.0.0.1#5335 -ipset=/.tbtemple.org.uk/gfwlist -server=/.tbthouston.org/127.0.0.1#5335 -ipset=/.tbthouston.org/gfwlist -server=/.tccwonline.org/127.0.0.1#5335 -ipset=/.tccwonline.org/gfwlist -server=/.tcewf.org/127.0.0.1#5335 -ipset=/.tcewf.org/gfwlist -server=/.tchrd.org/127.0.0.1#5335 -ipset=/.tchrd.org/gfwlist -server=/.tcnynj.org/127.0.0.1#5335 -ipset=/.tcnynj.org/gfwlist -server=/.tcpspeed.co/127.0.0.1#5335 -ipset=/.tcpspeed.co/gfwlist -server=/.tcpspeed.com/127.0.0.1#5335 -ipset=/.tcpspeed.com/gfwlist -server=/.tcsofbc.org/127.0.0.1#5335 -ipset=/.tcsofbc.org/gfwlist -server=/.tcsovi.org/127.0.0.1#5335 -ipset=/.tcsovi.org/gfwlist -server=/.tdm.com.mo/127.0.0.1#5335 -ipset=/.tdm.com.mo/gfwlist -server=/.teachparentstech.org/127.0.0.1#5335 -ipset=/.teachparentstech.org/gfwlist -server=/.teamamericany.com/127.0.0.1#5335 -ipset=/.teamamericany.com/gfwlist -server=/.techviz.net/127.0.0.1#5335 -ipset=/.techviz.net/gfwlist -server=/.teck.in/127.0.0.1#5335 -ipset=/.teck.in/gfwlist -server=/.teco-hk.org/127.0.0.1#5335 -ipset=/.teco-hk.org/gfwlist -server=/.teco-mo.org/127.0.0.1#5335 -ipset=/.teco-mo.org/gfwlist -server=/.teddysun.com/127.0.0.1#5335 -ipset=/.teddysun.com/gfwlist -server=/.teeniefuck.net/127.0.0.1#5335 -ipset=/.teeniefuck.net/gfwlist -server=/.teensinasia.com/127.0.0.1#5335 -ipset=/.teensinasia.com/gfwlist -server=/.telecomspace.com/127.0.0.1#5335 -ipset=/.telecomspace.com/gfwlist -server=/.telegram.dog/127.0.0.1#5335 -ipset=/.telegram.dog/gfwlist -server=/.telegram.me/127.0.0.1#5335 -ipset=/.telegram.me/gfwlist -server=/.telegram.org/127.0.0.1#5335 -ipset=/.telegram.org/gfwlist -server=/.telegramdownload.com/127.0.0.1#5335 -ipset=/.telegramdownload.com/gfwlist -server=/.telegraph.co.uk/127.0.0.1#5335 -ipset=/.telegraph.co.uk/gfwlist -server=/.telesco.pe/127.0.0.1#5335 -ipset=/.telesco.pe/gfwlist -server=/.tellme.pw/127.0.0.1#5335 -ipset=/.tellme.pw/gfwlist -server=/.tenacy.com/127.0.0.1#5335 -ipset=/.tenacy.com/gfwlist -server=/.tensorflow.org/127.0.0.1#5335 -ipset=/.tensorflow.org/gfwlist -server=/.tenzinpalmo.com/127.0.0.1#5335 -ipset=/.tenzinpalmo.com/gfwlist -server=/.terminus2049.github.io/127.0.0.1#5335 -ipset=/.terminus2049.github.io/gfwlist -server=/.tew.org/127.0.0.1#5335 -ipset=/.tew.org/gfwlist -server=/.textnow.me/127.0.0.1#5335 -ipset=/.textnow.me/gfwlist -server=/.tfhub.dev/127.0.0.1#5335 -ipset=/.tfhub.dev/gfwlist -server=/.th.hao123.com/127.0.0.1#5335 -ipset=/.th.hao123.com/gfwlist -server=/.thaicn.com/127.0.0.1#5335 -ipset=/.thaicn.com/gfwlist -server=/.thb.gov.tw/127.0.0.1#5335 -ipset=/.thb.gov.tw/gfwlist -server=/.theatrum-belli.com/127.0.0.1#5335 -ipset=/.theatrum-belli.com/gfwlist -server=/.thebcomplex.com/127.0.0.1#5335 -ipset=/.thebcomplex.com/gfwlist -server=/.theblemish.com/127.0.0.1#5335 -ipset=/.theblemish.com/gfwlist -server=/.thebobs.com/127.0.0.1#5335 -ipset=/.thebobs.com/gfwlist -server=/.thebodyshop-usa.com/127.0.0.1#5335 -ipset=/.thebodyshop-usa.com/gfwlist -server=/.thecenter.mit.edu/127.0.0.1#5335 -ipset=/.thecenter.mit.edu/gfwlist -server=/.thechinabeat.org/127.0.0.1#5335 -ipset=/.thechinabeat.org/gfwlist -server=/.thedalailamamovie.com/127.0.0.1#5335 -ipset=/.thedalailamamovie.com/gfwlist -server=/.thedw.us/127.0.0.1#5335 -ipset=/.thedw.us/gfwlist -server=/.thefacebook.com/127.0.0.1#5335 -ipset=/.thefacebook.com/gfwlist -server=/.thegly.com/127.0.0.1#5335 -ipset=/.thegly.com/gfwlist -server=/.thehots.info/127.0.0.1#5335 -ipset=/.thehots.info/gfwlist -server=/.thehousenews.com/127.0.0.1#5335 -ipset=/.thehousenews.com/gfwlist -server=/.thehun.net/127.0.0.1#5335 -ipset=/.thehun.net/gfwlist -server=/.theinitium.com/127.0.0.1#5335 -ipset=/.theinitium.com/gfwlist -server=/.thenewslens.com/127.0.0.1#5335 -ipset=/.thenewslens.com/gfwlist -server=/.thepiratebay.org/127.0.0.1#5335 -ipset=/.thepiratebay.org/gfwlist -server=/.theporndude.com/127.0.0.1#5335 -ipset=/.theporndude.com/gfwlist -server=/.theportalwiki.com/127.0.0.1#5335 -ipset=/.theportalwiki.com/gfwlist -server=/.thereallove.kr/127.0.0.1#5335 -ipset=/.thereallove.kr/gfwlist -server=/.therock.net.nz/127.0.0.1#5335 -ipset=/.therock.net.nz/gfwlist -server=/.thespeeder.com/127.0.0.1#5335 -ipset=/.thespeeder.com/gfwlist -server=/.thestandnews.com/127.0.0.1#5335 -ipset=/.thestandnews.com/gfwlist -server=/.thetibetcenter.org/127.0.0.1#5335 -ipset=/.thetibetcenter.org/gfwlist -server=/.thetibetconnection.org/127.0.0.1#5335 -ipset=/.thetibetconnection.org/gfwlist -server=/.thetibetmuseum.org/127.0.0.1#5335 -ipset=/.thetibetmuseum.org/gfwlist -server=/.thetibetpost.com/127.0.0.1#5335 -ipset=/.thetibetpost.com/gfwlist -server=/.thetinhat.com/127.0.0.1#5335 -ipset=/.thetinhat.com/gfwlist -server=/.thetrotskymovie.com/127.0.0.1#5335 -ipset=/.thetrotskymovie.com/gfwlist -server=/.thevivekspot.com/127.0.0.1#5335 -ipset=/.thevivekspot.com/gfwlist -server=/.thewgo.org/127.0.0.1#5335 -ipset=/.thewgo.org/gfwlist -server=/.theync.com/127.0.0.1#5335 -ipset=/.theync.com/gfwlist -server=/.thinkgeek.com/127.0.0.1#5335 -ipset=/.thinkgeek.com/gfwlist -server=/.thinkingtaiwan.com/127.0.0.1#5335 -ipset=/.thinkingtaiwan.com/gfwlist -server=/.thinkwithgoogle.com/127.0.0.1#5335 -ipset=/.thinkwithgoogle.com/gfwlist -server=/.thisav.com/127.0.0.1#5335 -ipset=/.thisav.com/gfwlist -server=/.thlib.org/127.0.0.1#5335 -ipset=/.thlib.org/gfwlist -server=/.thomasbernhard.org/127.0.0.1#5335 -ipset=/.thomasbernhard.org/gfwlist -server=/.thongdreams.com/127.0.0.1#5335 -ipset=/.thongdreams.com/gfwlist -server=/.threatchaos.com/127.0.0.1#5335 -ipset=/.threatchaos.com/gfwlist -server=/.throughnightsfire.com/127.0.0.1#5335 -ipset=/.throughnightsfire.com/gfwlist -server=/.thumbzilla.com/127.0.0.1#5335 -ipset=/.thumbzilla.com/gfwlist -server=/.thywords.com/127.0.0.1#5335 -ipset=/.thywords.com/gfwlist -server=/.tiananmenduizhi.com/127.0.0.1#5335 -ipset=/.tiananmenduizhi.com/gfwlist -server=/.tiananmenmother.org/127.0.0.1#5335 -ipset=/.tiananmenmother.org/gfwlist -server=/.tiananmenuniv.com/127.0.0.1#5335 -ipset=/.tiananmenuniv.com/gfwlist -server=/.tiananmenuniv.net/127.0.0.1#5335 -ipset=/.tiananmenuniv.net/gfwlist -server=/.tiandixing.org/127.0.0.1#5335 -ipset=/.tiandixing.org/gfwlist -server=/.tianhuayuan.com/127.0.0.1#5335 -ipset=/.tianhuayuan.com/gfwlist -server=/.tianlawoffice.com/127.0.0.1#5335 -ipset=/.tianlawoffice.com/gfwlist -server=/.tianti.io/127.0.0.1#5335 -ipset=/.tianti.io/gfwlist -server=/.tiantibooks.org/127.0.0.1#5335 -ipset=/.tiantibooks.org/gfwlist -server=/.tianyantong.org.cn/127.0.0.1#5335 -ipset=/.tianyantong.org.cn/gfwlist -server=/.tianzhu.org/127.0.0.1#5335 -ipset=/.tianzhu.org/gfwlist -server=/.tibet-envoy.eu/127.0.0.1#5335 -ipset=/.tibet-envoy.eu/gfwlist -server=/.tibet-foundation.org/127.0.0.1#5335 -ipset=/.tibet-foundation.org/gfwlist -server=/.tibet-house-trust.co.uk/127.0.0.1#5335 -ipset=/.tibet-house-trust.co.uk/gfwlist -server=/.tibet-info.net/127.0.0.1#5335 -ipset=/.tibet-info.net/gfwlist -server=/.tibet-initiative.de/127.0.0.1#5335 -ipset=/.tibet-initiative.de/gfwlist -server=/.tibet-munich.de/127.0.0.1#5335 -ipset=/.tibet-munich.de/gfwlist -server=/.tibet.a.se/127.0.0.1#5335 -ipset=/.tibet.a.se/gfwlist -server=/.tibet.at/127.0.0.1#5335 -ipset=/.tibet.at/gfwlist -server=/.tibet.ca/127.0.0.1#5335 -ipset=/.tibet.ca/gfwlist -server=/.tibet.com/127.0.0.1#5335 -ipset=/.tibet.com/gfwlist -server=/.tibet.fr/127.0.0.1#5335 -ipset=/.tibet.fr/gfwlist -server=/.tibet.net/127.0.0.1#5335 -ipset=/.tibet.net/gfwlist -server=/.tibet.nu/127.0.0.1#5335 -ipset=/.tibet.nu/gfwlist -server=/.tibet.org/127.0.0.1#5335 -ipset=/.tibet.org/gfwlist -server=/.tibet.sk/127.0.0.1#5335 -ipset=/.tibet.sk/gfwlist -server=/.tibet.to/127.0.0.1#5335 -ipset=/.tibet.to/gfwlist -server=/.tibet3rdpole.org/127.0.0.1#5335 -ipset=/.tibet3rdpole.org/gfwlist -server=/.tibetaction.net/127.0.0.1#5335 -ipset=/.tibetaction.net/gfwlist -server=/.tibetaid.org/127.0.0.1#5335 -ipset=/.tibetaid.org/gfwlist -server=/.tibetalk.com/127.0.0.1#5335 -ipset=/.tibetalk.com/gfwlist -server=/.tibetan-alliance.org/127.0.0.1#5335 -ipset=/.tibetan-alliance.org/gfwlist -server=/.tibetan.fr/127.0.0.1#5335 -ipset=/.tibetan.fr/gfwlist -server=/.tibetanaidproject.org/127.0.0.1#5335 -ipset=/.tibetanaidproject.org/gfwlist -server=/.tibetanarts.org/127.0.0.1#5335 -ipset=/.tibetanarts.org/gfwlist -server=/.tibetanbuddhistinstitute.org/127.0.0.1#5335 -ipset=/.tibetanbuddhistinstitute.org/gfwlist -server=/.tibetancommunity.org/127.0.0.1#5335 -ipset=/.tibetancommunity.org/gfwlist -server=/.tibetancommunityuk.net/127.0.0.1#5335 -ipset=/.tibetancommunityuk.net/gfwlist -server=/.tibetanculture.org/127.0.0.1#5335 -ipset=/.tibetanculture.org/gfwlist -server=/.tibetanfeministcollective.org/127.0.0.1#5335 -ipset=/.tibetanfeministcollective.org/gfwlist -server=/.tibetanjournal.com/127.0.0.1#5335 -ipset=/.tibetanjournal.com/gfwlist -server=/.tibetanlanguage.org/127.0.0.1#5335 -ipset=/.tibetanlanguage.org/gfwlist -server=/.tibetanliberation.org/127.0.0.1#5335 -ipset=/.tibetanliberation.org/gfwlist -server=/.tibetanpaintings.com/127.0.0.1#5335 -ipset=/.tibetanpaintings.com/gfwlist -server=/.tibetanphotoproject.com/127.0.0.1#5335 -ipset=/.tibetanphotoproject.com/gfwlist -server=/.tibetanpoliticalreview.org/127.0.0.1#5335 -ipset=/.tibetanpoliticalreview.org/gfwlist -server=/.tibetanreview.net/127.0.0.1#5335 -ipset=/.tibetanreview.net/gfwlist -server=/.tibetansports.org/127.0.0.1#5335 -ipset=/.tibetansports.org/gfwlist -server=/.tibetanwomen.org/127.0.0.1#5335 -ipset=/.tibetanwomen.org/gfwlist -server=/.tibetanyouth.org/127.0.0.1#5335 -ipset=/.tibetanyouth.org/gfwlist -server=/.tibetanyouthcongress.org/127.0.0.1#5335 -ipset=/.tibetanyouthcongress.org/gfwlist -server=/.tibetcharity.dk/127.0.0.1#5335 -ipset=/.tibetcharity.dk/gfwlist -server=/.tibetcharity.in/127.0.0.1#5335 -ipset=/.tibetcharity.in/gfwlist -server=/.tibetchild.org/127.0.0.1#5335 -ipset=/.tibetchild.org/gfwlist -server=/.tibetcity.com/127.0.0.1#5335 -ipset=/.tibetcity.com/gfwlist -server=/.tibetcollection.com/127.0.0.1#5335 -ipset=/.tibetcollection.com/gfwlist -server=/.tibetcorps.org/127.0.0.1#5335 -ipset=/.tibetcorps.org/gfwlist -server=/.tibetexpress.net/127.0.0.1#5335 -ipset=/.tibetexpress.net/gfwlist -server=/.tibetfocus.com/127.0.0.1#5335 -ipset=/.tibetfocus.com/gfwlist -server=/.tibetfund.org/127.0.0.1#5335 -ipset=/.tibetfund.org/gfwlist -server=/.tibetgermany.com/127.0.0.1#5335 -ipset=/.tibetgermany.com/gfwlist -server=/.tibetgermany.de/127.0.0.1#5335 -ipset=/.tibetgermany.de/gfwlist -server=/.tibethaus.com/127.0.0.1#5335 -ipset=/.tibethaus.com/gfwlist -server=/.tibetheritagefund.org/127.0.0.1#5335 -ipset=/.tibetheritagefund.org/gfwlist -server=/.tibethouse.jp/127.0.0.1#5335 -ipset=/.tibethouse.jp/gfwlist -server=/.tibethouse.org/127.0.0.1#5335 -ipset=/.tibethouse.org/gfwlist -server=/.tibethouse.us/127.0.0.1#5335 -ipset=/.tibethouse.us/gfwlist -server=/.tibetinfonet.net/127.0.0.1#5335 -ipset=/.tibetinfonet.net/gfwlist -server=/.tibetjustice.org/127.0.0.1#5335 -ipset=/.tibetjustice.org/gfwlist -server=/.tibetkomite.dk/127.0.0.1#5335 -ipset=/.tibetkomite.dk/gfwlist -server=/.tibetlibre.free.fr/127.0.0.1#5335 -ipset=/.tibetlibre.free.fr/gfwlist -server=/.tibetmuseum.org/127.0.0.1#5335 -ipset=/.tibetmuseum.org/gfwlist -server=/.tibetnetwork.org/127.0.0.1#5335 -ipset=/.tibetnetwork.org/gfwlist -server=/.tibetoffice.ch/127.0.0.1#5335 -ipset=/.tibetoffice.ch/gfwlist -server=/.tibetoffice.com.au/127.0.0.1#5335 -ipset=/.tibetoffice.com.au/gfwlist -server=/.tibetoffice.eu/127.0.0.1#5335 -ipset=/.tibetoffice.eu/gfwlist -server=/.tibetoffice.org/127.0.0.1#5335 -ipset=/.tibetoffice.org/gfwlist -server=/.tibetonline.com/127.0.0.1#5335 -ipset=/.tibetonline.com/gfwlist -server=/.tibetonline.tv/127.0.0.1#5335 -ipset=/.tibetonline.tv/gfwlist -server=/.tibetoralhistory.org/127.0.0.1#5335 -ipset=/.tibetoralhistory.org/gfwlist -server=/.tibetpolicy.eu/127.0.0.1#5335 -ipset=/.tibetpolicy.eu/gfwlist -server=/.tibetrelieffund.co.uk/127.0.0.1#5335 -ipset=/.tibetrelieffund.co.uk/gfwlist -server=/.tibetsites.com/127.0.0.1#5335 -ipset=/.tibetsites.com/gfwlist -server=/.tibetsociety.com/127.0.0.1#5335 -ipset=/.tibetsociety.com/gfwlist -server=/.tibetsun.com/127.0.0.1#5335 -ipset=/.tibetsun.com/gfwlist -server=/.tibetsupportgroup.org/127.0.0.1#5335 -ipset=/.tibetsupportgroup.org/gfwlist -server=/.tibetswiss.ch/127.0.0.1#5335 -ipset=/.tibetswiss.ch/gfwlist -server=/.tibettelegraph.com/127.0.0.1#5335 -ipset=/.tibettelegraph.com/gfwlist -server=/.tibettimes.net/127.0.0.1#5335 -ipset=/.tibettimes.net/gfwlist -server=/.tibetwrites.org/127.0.0.1#5335 -ipset=/.tibetwrites.org/gfwlist -server=/.ticket.com.tw/127.0.0.1#5335 -ipset=/.ticket.com.tw/gfwlist -server=/.tigervpn.com/127.0.0.1#5335 -ipset=/.tigervpn.com/gfwlist -server=/.tiltbrush.com/127.0.0.1#5335 -ipset=/.tiltbrush.com/gfwlist -server=/.timdir.com/127.0.0.1#5335 -ipset=/.timdir.com/gfwlist -server=/.time.com/127.0.0.1#5335 -ipset=/.time.com/gfwlist -server=/.times.hinet.net/127.0.0.1#5335 -ipset=/.times.hinet.net/gfwlist -server=/.timsah.com/127.0.0.1#5335 -ipset=/.timsah.com/gfwlist -server=/.tinc-vpn.org/127.0.0.1#5335 -ipset=/.tinc-vpn.org/gfwlist -server=/.tineye.com/127.0.0.1#5335 -ipset=/.tineye.com/gfwlist -server=/.tintuc101.com/127.0.0.1#5335 -ipset=/.tintuc101.com/gfwlist -server=/.tiny.cc/127.0.0.1#5335 -ipset=/.tiny.cc/gfwlist -server=/.tinychat.com/127.0.0.1#5335 -ipset=/.tinychat.com/gfwlist -server=/.tinypaste.com/127.0.0.1#5335 -ipset=/.tinypaste.com/gfwlist -server=/.tipo.gov.tw/127.0.0.1#5335 -ipset=/.tipo.gov.tw/gfwlist -server=/.tistory.com/127.0.0.1#5335 -ipset=/.tistory.com/gfwlist -server=/.tkcs-collins.com/127.0.0.1#5335 -ipset=/.tkcs-collins.com/gfwlist -server=/.tma.co.jp/127.0.0.1#5335 -ipset=/.tma.co.jp/gfwlist -server=/.tmagazine.com/127.0.0.1#5335 -ipset=/.tmagazine.com/gfwlist -server=/.tmdfish.com/127.0.0.1#5335 -ipset=/.tmdfish.com/gfwlist -server=/.tmi.me/127.0.0.1#5335 -ipset=/.tmi.me/gfwlist -server=/.tmpp.org/127.0.0.1#5335 -ipset=/.tmpp.org/gfwlist -server=/.tn1.shemalez.com/127.0.0.1#5335 -ipset=/.tn1.shemalez.com/gfwlist -server=/.tn2.shemalez.com/127.0.0.1#5335 -ipset=/.tn2.shemalez.com/gfwlist -server=/.tn3.shemalez.com/127.0.0.1#5335 -ipset=/.tn3.shemalez.com/gfwlist -server=/.tnaflix.com/127.0.0.1#5335 -ipset=/.tnaflix.com/gfwlist -server=/.tngrnow.com/127.0.0.1#5335 -ipset=/.tngrnow.com/gfwlist -server=/.tngrnow.net/127.0.0.1#5335 -ipset=/.tngrnow.net/gfwlist -server=/.tnp.org/127.0.0.1#5335 -ipset=/.tnp.org/gfwlist -server=/.to-porno.com/127.0.0.1#5335 -ipset=/.to-porno.com/gfwlist -server=/.togetter.com/127.0.0.1#5335 -ipset=/.togetter.com/gfwlist -server=/.toh.info/127.0.0.1#5335 -ipset=/.toh.info/gfwlist -server=/.tokyo-247.com/127.0.0.1#5335 -ipset=/.tokyo-247.com/gfwlist -server=/.tokyo-hot.com/127.0.0.1#5335 -ipset=/.tokyo-hot.com/gfwlist -server=/.tokyo-porn-tube.com/127.0.0.1#5335 -ipset=/.tokyo-porn-tube.com/gfwlist -server=/.tokyocn.com/127.0.0.1#5335 -ipset=/.tokyocn.com/gfwlist -server=/.tongil.or.kr/127.0.0.1#5335 -ipset=/.tongil.or.kr/gfwlist -server=/.tono-oka.jp/127.0.0.1#5335 -ipset=/.tono-oka.jp/gfwlist -server=/.tonyyan.net/127.0.0.1#5335 -ipset=/.tonyyan.net/gfwlist -server=/.toodoc.com/127.0.0.1#5335 -ipset=/.toodoc.com/gfwlist -server=/.toonel.net/127.0.0.1#5335 -ipset=/.toonel.net/gfwlist -server=/.top.tv/127.0.0.1#5335 -ipset=/.top.tv/gfwlist -server=/.top10vpn.com/127.0.0.1#5335 -ipset=/.top10vpn.com/gfwlist -server=/.top81.ws/127.0.0.1#5335 -ipset=/.top81.ws/gfwlist -server=/.topbtc.com/127.0.0.1#5335 -ipset=/.topbtc.com/gfwlist -server=/.topic.youthwant.com.tw/127.0.0.1#5335 -ipset=/.topic.youthwant.com.tw/gfwlist -server=/.topnews.in/127.0.0.1#5335 -ipset=/.topnews.in/gfwlist -server=/.toppornsites.com/127.0.0.1#5335 -ipset=/.toppornsites.com/gfwlist -server=/.topshareware.com/127.0.0.1#5335 -ipset=/.topshareware.com/gfwlist -server=/.topsy.com/127.0.0.1#5335 -ipset=/.topsy.com/gfwlist -server=/.toptip.ca/127.0.0.1#5335 -ipset=/.toptip.ca/gfwlist -server=/.tor.blingblingsquad.net/127.0.0.1#5335 -ipset=/.tor.blingblingsquad.net/gfwlist -server=/.tor.updatestar.com/127.0.0.1#5335 -ipset=/.tor.updatestar.com/gfwlist -server=/.tora.to/127.0.0.1#5335 -ipset=/.tora.to/gfwlist -server=/.torcn.com/127.0.0.1#5335 -ipset=/.torcn.com/gfwlist -server=/.torguard.net/127.0.0.1#5335 -ipset=/.torguard.net/gfwlist -server=/.torproject.org/127.0.0.1#5335 -ipset=/.torproject.org/gfwlist -server=/.torrentprivacy.com/127.0.0.1#5335 -ipset=/.torrentprivacy.com/gfwlist -server=/.torrentproject.se/127.0.0.1#5335 -ipset=/.torrentproject.se/gfwlist -server=/.torrenty.org/127.0.0.1#5335 -ipset=/.torrenty.org/gfwlist -server=/.torrentz.eu/127.0.0.1#5335 -ipset=/.torrentz.eu/gfwlist -server=/.torvpn.com/127.0.0.1#5335 -ipset=/.torvpn.com/gfwlist -server=/.tosh.comedycentral.com/127.0.0.1#5335 -ipset=/.tosh.comedycentral.com/gfwlist -server=/.totalvpn.com/127.0.0.1#5335 -ipset=/.totalvpn.com/gfwlist -server=/.toutiaoabc.com/127.0.0.1#5335 -ipset=/.toutiaoabc.com/gfwlist -server=/.toutyrater.github.io/127.0.0.1#5335 -ipset=/.toutyrater.github.io/gfwlist -server=/.towngain.com/127.0.0.1#5335 -ipset=/.towngain.com/gfwlist -server=/.toypark.in/127.0.0.1#5335 -ipset=/.toypark.in/gfwlist -server=/.toythieves.com/127.0.0.1#5335 -ipset=/.toythieves.com/gfwlist -server=/.toytractorshow.com/127.0.0.1#5335 -ipset=/.toytractorshow.com/gfwlist -server=/.tparents.org/127.0.0.1#5335 -ipset=/.tparents.org/gfwlist -server=/.tpi.org.tw/127.0.0.1#5335 -ipset=/.tpi.org.tw/gfwlist -server=/.tracfone.com/127.0.0.1#5335 -ipset=/.tracfone.com/gfwlist -server=/.traffichaus.com/127.0.0.1#5335 -ipset=/.traffichaus.com/gfwlist -server=/.transparency.org/127.0.0.1#5335 -ipset=/.transparency.org/gfwlist -server=/.treemall.com.tw/127.0.0.1#5335 -ipset=/.treemall.com.tw/gfwlist -server=/.trendsmap.com/127.0.0.1#5335 -ipset=/.trendsmap.com/gfwlist -server=/.trialofccp.org/127.0.0.1#5335 -ipset=/.trialofccp.org/gfwlist -server=/.trickip.net/127.0.0.1#5335 -ipset=/.trickip.net/gfwlist -server=/.trickip.org/127.0.0.1#5335 -ipset=/.trickip.org/gfwlist -server=/.trouw.nl/127.0.0.1#5335 -ipset=/.trouw.nl/gfwlist -server=/.trt.net.tr/127.0.0.1#5335 -ipset=/.trt.net.tr/gfwlist -server=/.trtc.com.tw/127.0.0.1#5335 -ipset=/.trtc.com.tw/gfwlist -server=/.truebuddha-md.org/127.0.0.1#5335 -ipset=/.truebuddha-md.org/gfwlist -server=/.trulyergonomic.com/127.0.0.1#5335 -ipset=/.trulyergonomic.com/gfwlist -server=/.truth101.co.tv/127.0.0.1#5335 -ipset=/.truth101.co.tv/gfwlist -server=/.truthontour.org/127.0.0.1#5335 -ipset=/.truthontour.org/gfwlist -server=/.truveo.com/127.0.0.1#5335 -ipset=/.truveo.com/gfwlist -server=/.tryheart.jp/127.0.0.1#5335 -ipset=/.tryheart.jp/gfwlist -server=/.tsctv.net/127.0.0.1#5335 -ipset=/.tsctv.net/gfwlist -server=/.tsdr.uspto.gov/127.0.0.1#5335 -ipset=/.tsdr.uspto.gov/gfwlist -server=/.tsemtulku.com/127.0.0.1#5335 -ipset=/.tsemtulku.com/gfwlist -server=/.tsquare.tv/127.0.0.1#5335 -ipset=/.tsquare.tv/gfwlist -server=/.tsu.org.tw/127.0.0.1#5335 -ipset=/.tsu.org.tw/gfwlist -server=/.tsunagarumon.com/127.0.0.1#5335 -ipset=/.tsunagarumon.com/gfwlist -server=/.tt1069.com/127.0.0.1#5335 -ipset=/.tt1069.com/gfwlist -server=/.tttan.com/127.0.0.1#5335 -ipset=/.tttan.com/gfwlist -server=/.ttvnw.net/127.0.0.1#5335 -ipset=/.ttvnw.net/gfwlist -server=/.tu8964.com/127.0.0.1#5335 -ipset=/.tu8964.com/gfwlist -server=/.tubaholic.com/127.0.0.1#5335 -ipset=/.tubaholic.com/gfwlist -server=/.tube.com/127.0.0.1#5335 -ipset=/.tube.com/gfwlist -server=/.tube8.com/127.0.0.1#5335 -ipset=/.tube8.com/gfwlist -server=/.tube911.com/127.0.0.1#5335 -ipset=/.tube911.com/gfwlist -server=/.tubecup.com/127.0.0.1#5335 -ipset=/.tubecup.com/gfwlist -server=/.tubegals.com/127.0.0.1#5335 -ipset=/.tubegals.com/gfwlist -server=/.tubeislam.com/127.0.0.1#5335 -ipset=/.tubeislam.com/gfwlist -server=/.tubepornclassic.com/127.0.0.1#5335 -ipset=/.tubepornclassic.com/gfwlist -server=/.tubestack.com/127.0.0.1#5335 -ipset=/.tubestack.com/gfwlist -server=/.tubewolf.com/127.0.0.1#5335 -ipset=/.tubewolf.com/gfwlist -server=/.tui.orzdream.com/127.0.0.1#5335 -ipset=/.tui.orzdream.com/gfwlist -server=/.tuibeitu.net/127.0.0.1#5335 -ipset=/.tuibeitu.net/gfwlist -server=/.tuidang.net/127.0.0.1#5335 -ipset=/.tuidang.net/gfwlist -server=/.tuidang.org/127.0.0.1#5335 -ipset=/.tuidang.org/gfwlist -server=/.tuidang.se/127.0.0.1#5335 -ipset=/.tuidang.se/gfwlist -server=/.tuitwit.com/127.0.0.1#5335 -ipset=/.tuitwit.com/gfwlist -server=/.tumblr.com/127.0.0.1#5335 -ipset=/.tumblr.com/gfwlist -server=/.tumutanzi.com/127.0.0.1#5335 -ipset=/.tumutanzi.com/gfwlist -server=/.tumview.com/127.0.0.1#5335 -ipset=/.tumview.com/gfwlist -server=/.tunein.com/127.0.0.1#5335 -ipset=/.tunein.com/gfwlist -server=/.tunnelbear.com/127.0.0.1#5335 -ipset=/.tunnelbear.com/gfwlist -server=/.tunnelr.com/127.0.0.1#5335 -ipset=/.tunnelr.com/gfwlist -server=/.tuo8.blue/127.0.0.1#5335 -ipset=/.tuo8.blue/gfwlist -server=/.tuo8.cc/127.0.0.1#5335 -ipset=/.tuo8.cc/gfwlist -server=/.tuo8.club/127.0.0.1#5335 -ipset=/.tuo8.club/gfwlist -server=/.tuo8.fit/127.0.0.1#5335 -ipset=/.tuo8.fit/gfwlist -server=/.tuo8.hk/127.0.0.1#5335 -ipset=/.tuo8.hk/gfwlist -server=/.tuo8.in/127.0.0.1#5335 -ipset=/.tuo8.in/gfwlist -server=/.tuo8.ninja/127.0.0.1#5335 -ipset=/.tuo8.ninja/gfwlist -server=/.tuo8.org/127.0.0.1#5335 -ipset=/.tuo8.org/gfwlist -server=/.tuo8.pw/127.0.0.1#5335 -ipset=/.tuo8.pw/gfwlist -server=/.tuo8.red/127.0.0.1#5335 -ipset=/.tuo8.red/gfwlist -server=/.tuo8.space/127.0.0.1#5335 -ipset=/.tuo8.space/gfwlist -server=/.turansam.org/127.0.0.1#5335 -ipset=/.turansam.org/gfwlist -server=/.turbobit.net/127.0.0.1#5335 -ipset=/.turbobit.net/gfwlist -server=/.turbohide.com/127.0.0.1#5335 -ipset=/.turbohide.com/gfwlist -server=/.turbotwitter.com/127.0.0.1#5335 -ipset=/.turbotwitter.com/gfwlist -server=/.turntable.fm/127.0.0.1#5335 -ipset=/.turntable.fm/gfwlist -server=/.tushycash.com/127.0.0.1#5335 -ipset=/.tushycash.com/gfwlist -server=/.tuvpn.com/127.0.0.1#5335 -ipset=/.tuvpn.com/gfwlist -server=/.tuzaijidi.com/127.0.0.1#5335 -ipset=/.tuzaijidi.com/gfwlist -server=/.tv.com/127.0.0.1#5335 -ipset=/.tv.com/gfwlist -server=/.tvants.com/127.0.0.1#5335 -ipset=/.tvants.com/gfwlist -server=/.tvboxnow.com/127.0.0.1#5335 -ipset=/.tvboxnow.com/gfwlist -server=/.tvider.com/127.0.0.1#5335 -ipset=/.tvider.com/gfwlist -server=/.tvmost.com.hk/127.0.0.1#5335 -ipset=/.tvmost.com.hk/gfwlist -server=/.tvplayvideos.com/127.0.0.1#5335 -ipset=/.tvplayvideos.com/gfwlist -server=/.tvunetworks.com/127.0.0.1#5335 -ipset=/.tvunetworks.com/gfwlist -server=/.tw-blog.com/127.0.0.1#5335 -ipset=/.tw-blog.com/gfwlist -server=/.tw-npo.org/127.0.0.1#5335 -ipset=/.tw-npo.org/gfwlist -server=/.tw.answers.yahoo.com/127.0.0.1#5335 -ipset=/.tw.answers.yahoo.com/gfwlist -server=/.tw.bid.yahoo.com/127.0.0.1#5335 -ipset=/.tw.bid.yahoo.com/gfwlist -server=/.tw.gigacircle.com/127.0.0.1#5335 -ipset=/.tw.gigacircle.com/gfwlist -server=/.tw.hao123.com/127.0.0.1#5335 -ipset=/.tw.hao123.com/gfwlist -server=/.tw.iqiyi.com/127.0.0.1#5335 -ipset=/.tw.iqiyi.com/gfwlist -server=/.tw.jiepang.com/127.0.0.1#5335 -ipset=/.tw.jiepang.com/gfwlist -server=/.tw.knowledge.yahoo.com/127.0.0.1#5335 -ipset=/.tw.knowledge.yahoo.com/gfwlist -server=/.tw.mall.yahoo.com/127.0.0.1#5335 -ipset=/.tw.mall.yahoo.com/gfwlist -server=/.tw.mobi.yahoo.com/127.0.0.1#5335 -ipset=/.tw.mobi.yahoo.com/gfwlist -server=/.tw.money.yahoo.com/127.0.0.1#5335 -ipset=/.tw.money.yahoo.com/gfwlist -server=/.tw.myblog.yahoo.com/127.0.0.1#5335 -ipset=/.tw.myblog.yahoo.com/gfwlist -server=/.tw.news.yahoo.com/127.0.0.1#5335 -ipset=/.tw.news.yahoo.com/gfwlist -server=/.tw.streetvoice.com/127.0.0.1#5335 -ipset=/.tw.streetvoice.com/gfwlist -server=/.tw.tomonews.net/127.0.0.1#5335 -ipset=/.tw.tomonews.net/gfwlist -server=/.tw.voa.mobi/127.0.0.1#5335 -ipset=/.tw.voa.mobi/gfwlist -server=/.tw.yahoo.com/127.0.0.1#5335 -ipset=/.tw.yahoo.com/gfwlist -server=/.tw01.org/127.0.0.1#5335 -ipset=/.tw01.org/gfwlist -server=/.twaitter.com/127.0.0.1#5335 -ipset=/.twaitter.com/gfwlist -server=/.twapperkeeper.com/127.0.0.1#5335 -ipset=/.twapperkeeper.com/gfwlist -server=/.twaud.io/127.0.0.1#5335 -ipset=/.twaud.io/gfwlist -server=/.twavi.com/127.0.0.1#5335 -ipset=/.twavi.com/gfwlist -server=/.twbbs.net.tw/127.0.0.1#5335 -ipset=/.twbbs.net.tw/gfwlist -server=/.twbbs.org/127.0.0.1#5335 -ipset=/.twbbs.org/gfwlist -server=/.twbbs.tw/127.0.0.1#5335 -ipset=/.twbbs.tw/gfwlist -server=/.twblogger.com/127.0.0.1#5335 -ipset=/.twblogger.com/gfwlist -server=/.tweepguide.com/127.0.0.1#5335 -ipset=/.tweepguide.com/gfwlist -server=/.tweeplike.me/127.0.0.1#5335 -ipset=/.tweeplike.me/gfwlist -server=/.tweepmag.com/127.0.0.1#5335 -ipset=/.tweepmag.com/gfwlist -server=/.tweepml.org/127.0.0.1#5335 -ipset=/.tweepml.org/gfwlist -server=/.tweetbackup.com/127.0.0.1#5335 -ipset=/.tweetbackup.com/gfwlist -server=/.tweetboard.com/127.0.0.1#5335 -ipset=/.tweetboard.com/gfwlist -server=/.tweetboner.biz/127.0.0.1#5335 -ipset=/.tweetboner.biz/gfwlist -server=/.tweetcs.com/127.0.0.1#5335 -ipset=/.tweetcs.com/gfwlist -server=/.tweetdeck.com/127.0.0.1#5335 -ipset=/.tweetdeck.com/gfwlist -server=/.tweetedtimes.com/127.0.0.1#5335 -ipset=/.tweetedtimes.com/gfwlist -server=/.tweetmylast.fm/127.0.0.1#5335 -ipset=/.tweetmylast.fm/gfwlist -server=/.tweetphoto.com/127.0.0.1#5335 -ipset=/.tweetphoto.com/gfwlist -server=/.tweetrans.com/127.0.0.1#5335 -ipset=/.tweetrans.com/gfwlist -server=/.tweetree.com/127.0.0.1#5335 -ipset=/.tweetree.com/gfwlist -server=/.tweettunnel.com/127.0.0.1#5335 -ipset=/.tweettunnel.com/gfwlist -server=/.tweetwally.com/127.0.0.1#5335 -ipset=/.tweetwally.com/gfwlist -server=/.tweetymail.com/127.0.0.1#5335 -ipset=/.tweetymail.com/gfwlist -server=/.tweez.net/127.0.0.1#5335 -ipset=/.tweez.net/gfwlist -server=/.twelve.today/127.0.0.1#5335 -ipset=/.twelve.today/gfwlist -server=/.twerkingbutt.com/127.0.0.1#5335 -ipset=/.twerkingbutt.com/gfwlist -server=/.twftp.org/127.0.0.1#5335 -ipset=/.twftp.org/gfwlist -server=/.twgreatdaily.com/127.0.0.1#5335 -ipset=/.twgreatdaily.com/gfwlist -server=/.twibase.com/127.0.0.1#5335 -ipset=/.twibase.com/gfwlist -server=/.twibble.de/127.0.0.1#5335 -ipset=/.twibble.de/gfwlist -server=/.twibbon.com/127.0.0.1#5335 -ipset=/.twibbon.com/gfwlist -server=/.twibs.com/127.0.0.1#5335 -ipset=/.twibs.com/gfwlist -server=/.twicountry.org/127.0.0.1#5335 -ipset=/.twicountry.org/gfwlist -server=/.twicsy.com/127.0.0.1#5335 -ipset=/.twicsy.com/gfwlist -server=/.twiends.com/127.0.0.1#5335 -ipset=/.twiends.com/gfwlist -server=/.twifan.com/127.0.0.1#5335 -ipset=/.twifan.com/gfwlist -server=/.twiffo.com/127.0.0.1#5335 -ipset=/.twiffo.com/gfwlist -server=/.twiggit.org/127.0.0.1#5335 -ipset=/.twiggit.org/gfwlist -server=/.twilightsex.com/127.0.0.1#5335 -ipset=/.twilightsex.com/gfwlist -server=/.twilog.org/127.0.0.1#5335 -ipset=/.twilog.org/gfwlist -server=/.twimbow.com/127.0.0.1#5335 -ipset=/.twimbow.com/gfwlist -server=/.twimg.com/127.0.0.1#5335 -ipset=/.twimg.com/gfwlist -server=/.twindexx.com/127.0.0.1#5335 -ipset=/.twindexx.com/gfwlist -server=/.twip.me/127.0.0.1#5335 -ipset=/.twip.me/gfwlist -server=/.twipple.jp/127.0.0.1#5335 -ipset=/.twipple.jp/gfwlist -server=/.twishort.com/127.0.0.1#5335 -ipset=/.twishort.com/gfwlist -server=/.twistar.cc/127.0.0.1#5335 -ipset=/.twistar.cc/gfwlist -server=/.twister.net.co/127.0.0.1#5335 -ipset=/.twister.net.co/gfwlist -server=/.twisterio.com/127.0.0.1#5335 -ipset=/.twisterio.com/gfwlist -server=/.twisternow.com/127.0.0.1#5335 -ipset=/.twisternow.com/gfwlist -server=/.twistory.net/127.0.0.1#5335 -ipset=/.twistory.net/gfwlist -server=/.twit2d.com/127.0.0.1#5335 -ipset=/.twit2d.com/gfwlist -server=/.twitbrowser.net/127.0.0.1#5335 -ipset=/.twitbrowser.net/gfwlist -server=/.twitcause.com/127.0.0.1#5335 -ipset=/.twitcause.com/gfwlist -server=/.twitch.tv/127.0.0.1#5335 -ipset=/.twitch.tv/gfwlist -server=/.twitchcdn.net/127.0.0.1#5335 -ipset=/.twitchcdn.net/gfwlist -server=/.twitgether.com/127.0.0.1#5335 -ipset=/.twitgether.com/gfwlist -server=/.twitgoo.com/127.0.0.1#5335 -ipset=/.twitgoo.com/gfwlist -server=/.twitiq.com/127.0.0.1#5335 -ipset=/.twitiq.com/gfwlist -server=/.twitlonger.com/127.0.0.1#5335 -ipset=/.twitlonger.com/gfwlist -server=/.twitmania.com/127.0.0.1#5335 -ipset=/.twitmania.com/gfwlist -server=/.twitoaster.com/127.0.0.1#5335 -ipset=/.twitoaster.com/gfwlist -server=/.twitonmsn.com/127.0.0.1#5335 -ipset=/.twitonmsn.com/gfwlist -server=/.twitpic.com/127.0.0.1#5335 -ipset=/.twitpic.com/gfwlist -server=/.twitstat.com/127.0.0.1#5335 -ipset=/.twitstat.com/gfwlist -server=/.twittbot.net/127.0.0.1#5335 -ipset=/.twittbot.net/gfwlist -server=/.twitter.com/127.0.0.1#5335 -ipset=/.twitter.com/gfwlist -server=/.twitter.jp/127.0.0.1#5335 -ipset=/.twitter.jp/gfwlist -server=/.twitter4j.org/127.0.0.1#5335 -ipset=/.twitter4j.org/gfwlist -server=/.twittercounter.com/127.0.0.1#5335 -ipset=/.twittercounter.com/gfwlist -server=/.twitterfeed.com/127.0.0.1#5335 -ipset=/.twitterfeed.com/gfwlist -server=/.twittergadget.com/127.0.0.1#5335 -ipset=/.twittergadget.com/gfwlist -server=/.twitterkr.com/127.0.0.1#5335 -ipset=/.twitterkr.com/gfwlist -server=/.twittermail.com/127.0.0.1#5335 -ipset=/.twittermail.com/gfwlist -server=/.twitterrific.com/127.0.0.1#5335 -ipset=/.twitterrific.com/gfwlist -server=/.twittertim.es/127.0.0.1#5335 -ipset=/.twittertim.es/gfwlist -server=/.twitthat.com/127.0.0.1#5335 -ipset=/.twitthat.com/gfwlist -server=/.twitturk.com/127.0.0.1#5335 -ipset=/.twitturk.com/gfwlist -server=/.twitturly.com/127.0.0.1#5335 -ipset=/.twitturly.com/gfwlist -server=/.twitvid.com/127.0.0.1#5335 -ipset=/.twitvid.com/gfwlist -server=/.twitzap.com/127.0.0.1#5335 -ipset=/.twitzap.com/gfwlist -server=/.twiyia.com/127.0.0.1#5335 -ipset=/.twiyia.com/gfwlist -server=/.twnorth.org.tw/127.0.0.1#5335 -ipset=/.twnorth.org.tw/gfwlist -server=/.twskype.com/127.0.0.1#5335 -ipset=/.twskype.com/gfwlist -server=/.twstar.net/127.0.0.1#5335 -ipset=/.twstar.net/gfwlist -server=/.twt.tl/127.0.0.1#5335 -ipset=/.twt.tl/gfwlist -server=/.twtkr.com/127.0.0.1#5335 -ipset=/.twtkr.com/gfwlist -server=/.twtr2src.ogaoga.org/127.0.0.1#5335 -ipset=/.twtr2src.ogaoga.org/gfwlist -server=/.twtrland.com/127.0.0.1#5335 -ipset=/.twtrland.com/gfwlist -server=/.twttr.com/127.0.0.1#5335 -ipset=/.twttr.com/gfwlist -server=/.twurl.nl/127.0.0.1#5335 -ipset=/.twurl.nl/gfwlist -server=/.twyac.org/127.0.0.1#5335 -ipset=/.twyac.org/gfwlist -server=/.txxx.com/127.0.0.1#5335 -ipset=/.txxx.com/gfwlist -server=/.tycool.com/127.0.0.1#5335 -ipset=/.tycool.com/gfwlist -server=/.typepad.com/127.0.0.1#5335 -ipset=/.typepad.com/gfwlist -server=/.u15.info/127.0.0.1#5335 -ipset=/.u15.info/gfwlist -server=/.u9un.com/127.0.0.1#5335 -ipset=/.u9un.com/gfwlist -server=/.ub0.cc/127.0.0.1#5335 -ipset=/.ub0.cc/gfwlist -server=/.ubddns.org/127.0.0.1#5335 -ipset=/.ubddns.org/gfwlist -server=/.uberproxy.net/127.0.0.1#5335 -ipset=/.uberproxy.net/gfwlist -server=/.uc-japan.org/127.0.0.1#5335 -ipset=/.uc-japan.org/gfwlist -server=/.ucdc1998.org/127.0.0.1#5335 -ipset=/.ucdc1998.org/gfwlist -server=/.uderzo.it/127.0.0.1#5335 -ipset=/.uderzo.it/gfwlist -server=/.udn.com/127.0.0.1#5335 -ipset=/.udn.com/gfwlist -server=/.uforadio.com.tw/127.0.0.1#5335 -ipset=/.uforadio.com.tw/gfwlist -server=/.ufreevpn.com/127.0.0.1#5335 -ipset=/.ufreevpn.com/gfwlist -server=/.ugo.com/127.0.0.1#5335 -ipset=/.ugo.com/gfwlist -server=/.uhdwallpapers.org/127.0.0.1#5335 -ipset=/.uhdwallpapers.org/gfwlist -server=/.uhrp.org/127.0.0.1#5335 -ipset=/.uhrp.org/gfwlist -server=/.uighur.narod.ru/127.0.0.1#5335 -ipset=/.uighur.narod.ru/gfwlist -server=/.uighur.nl/127.0.0.1#5335 -ipset=/.uighur.nl/gfwlist -server=/.uighurbiz.net/127.0.0.1#5335 -ipset=/.uighurbiz.net/gfwlist -server=/.ukcdp.co.uk/127.0.0.1#5335 -ipset=/.ukcdp.co.uk/gfwlist -server=/.ukliferadio.co.uk/127.0.0.1#5335 -ipset=/.ukliferadio.co.uk/gfwlist -server=/.uku.im/127.0.0.1#5335 -ipset=/.uku.im/gfwlist -server=/.ulike.net/127.0.0.1#5335 -ipset=/.ulike.net/gfwlist -server=/.ulop.net/127.0.0.1#5335 -ipset=/.ulop.net/gfwlist -server=/.ultravpn.fr/127.0.0.1#5335 -ipset=/.ultravpn.fr/gfwlist -server=/.ultraxs.com/127.0.0.1#5335 -ipset=/.ultraxs.com/gfwlist -server=/.unblock-us.com/127.0.0.1#5335 -ipset=/.unblock-us.com/gfwlist -server=/.unblock.cn.com/127.0.0.1#5335 -ipset=/.unblock.cn.com/gfwlist -server=/.unblockdmm.com/127.0.0.1#5335 -ipset=/.unblockdmm.com/gfwlist -server=/.unblocker.yt/127.0.0.1#5335 -ipset=/.unblocker.yt/gfwlist -server=/.unblocksit.es/127.0.0.1#5335 -ipset=/.unblocksit.es/gfwlist -server=/.uncyclomedia.org/127.0.0.1#5335 -ipset=/.uncyclomedia.org/gfwlist -server=/.uncyclopedia.hk/127.0.0.1#5335 -ipset=/.uncyclopedia.hk/gfwlist -server=/.uncyclopedia.tw/127.0.0.1#5335 -ipset=/.uncyclopedia.tw/gfwlist -server=/.underwoodammo.com/127.0.0.1#5335 -ipset=/.underwoodammo.com/gfwlist -server=/.unholyknight.com/127.0.0.1#5335 -ipset=/.unholyknight.com/gfwlist -server=/.uni.cc/127.0.0.1#5335 -ipset=/.uni.cc/gfwlist -server=/.unification.net/127.0.0.1#5335 -ipset=/.unification.net/gfwlist -server=/.unification.org.tw/127.0.0.1#5335 -ipset=/.unification.org.tw/gfwlist -server=/.unirule.cloud/127.0.0.1#5335 -ipset=/.unirule.cloud/gfwlist -server=/.unitedsocialpress.com/127.0.0.1#5335 -ipset=/.unitedsocialpress.com/gfwlist -server=/.unix100.com/127.0.0.1#5335 -ipset=/.unix100.com/gfwlist -server=/.unknownspace.org/127.0.0.1#5335 -ipset=/.unknownspace.org/gfwlist -server=/.unodedos.com/127.0.0.1#5335 -ipset=/.unodedos.com/gfwlist -server=/.unpo.org/127.0.0.1#5335 -ipset=/.unpo.org/gfwlist -server=/.unseen.is/127.0.0.1#5335 -ipset=/.unseen.is/gfwlist -server=/.untraceable.us/127.0.0.1#5335 -ipset=/.untraceable.us/gfwlist -server=/.uocn.org/127.0.0.1#5335 -ipset=/.uocn.org/gfwlist -server=/.upcoming.yahoo.com/127.0.0.1#5335 -ipset=/.upcoming.yahoo.com/gfwlist -server=/.updates.tdesktop.com/127.0.0.1#5335 -ipset=/.updates.tdesktop.com/gfwlist -server=/.upholdjustice.org/127.0.0.1#5335 -ipset=/.upholdjustice.org/gfwlist -server=/.upload4u.info/127.0.0.1#5335 -ipset=/.upload4u.info/gfwlist -server=/.upmedia.mg/127.0.0.1#5335 -ipset=/.upmedia.mg/gfwlist -server=/.upornia.com/127.0.0.1#5335 -ipset=/.upornia.com/gfwlist -server=/.uproxy.org/127.0.0.1#5335 -ipset=/.uproxy.org/gfwlist -server=/.upwill.org/127.0.0.1#5335 -ipset=/.upwill.org/gfwlist -server=/.ur7s.com/127.0.0.1#5335 -ipset=/.ur7s.com/gfwlist -server=/.uraban.me/127.0.0.1#5335 -ipset=/.uraban.me/gfwlist -server=/.urbansurvival.com/127.0.0.1#5335 -ipset=/.urbansurvival.com/gfwlist -server=/.urchin.com/127.0.0.1#5335 -ipset=/.urchin.com/gfwlist -server=/.urlborg.com/127.0.0.1#5335 -ipset=/.urlborg.com/gfwlist -server=/.urlparser.com/127.0.0.1#5335 -ipset=/.urlparser.com/gfwlist -server=/.us.to/127.0.0.1#5335 -ipset=/.us.to/gfwlist -server=/.usacn.com/127.0.0.1#5335 -ipset=/.usacn.com/gfwlist -server=/.usaip.eu/127.0.0.1#5335 -ipset=/.usaip.eu/gfwlist -server=/.userapi.nytlog.com/127.0.0.1#5335 -ipset=/.userapi.nytlog.com/gfwlist -server=/.usfk.mil/127.0.0.1#5335 -ipset=/.usfk.mil/gfwlist -server=/.ushuarencity.echainhost.com/127.0.0.1#5335 -ipset=/.ushuarencity.echainhost.com/gfwlist -server=/.usinfo.state.gov/127.0.0.1#5335 -ipset=/.usinfo.state.gov/gfwlist -server=/.usma.edu/127.0.0.1#5335 -ipset=/.usma.edu/gfwlist -server=/.usmc.mil/127.0.0.1#5335 -ipset=/.usmc.mil/gfwlist -server=/.usno.navy.mil/127.0.0.1#5335 -ipset=/.usno.navy.mil/gfwlist -server=/.usocctn.com/127.0.0.1#5335 -ipset=/.usocctn.com/gfwlist -server=/.ustream.tv/127.0.0.1#5335 -ipset=/.ustream.tv/gfwlist -server=/.usunitednews.com/127.0.0.1#5335 -ipset=/.usunitednews.com/gfwlist -server=/.usus.cc/127.0.0.1#5335 -ipset=/.usus.cc/gfwlist -server=/.utopianpal.com/127.0.0.1#5335 -ipset=/.utopianpal.com/gfwlist -server=/.uu-gg.com/127.0.0.1#5335 -ipset=/.uu-gg.com/gfwlist -server=/.uukanshu.com/127.0.0.1#5335 -ipset=/.uukanshu.com/gfwlist -server=/.uvwxyz.xyz/127.0.0.1#5335 -ipset=/.uvwxyz.xyz/gfwlist -server=/.uwants.com/127.0.0.1#5335 -ipset=/.uwants.com/gfwlist -server=/.uwants.net/127.0.0.1#5335 -ipset=/.uwants.net/gfwlist -server=/.uyghur-j.org/127.0.0.1#5335 -ipset=/.uyghur-j.org/gfwlist -server=/.uyghur.co.uk/127.0.0.1#5335 -ipset=/.uyghur.co.uk/gfwlist -server=/.uyghuramerican.org/127.0.0.1#5335 -ipset=/.uyghuramerican.org/gfwlist -server=/.uyghurcanadiansociety.org/127.0.0.1#5335 -ipset=/.uyghurcanadiansociety.org/gfwlist -server=/.uyghurcongress.org/127.0.0.1#5335 -ipset=/.uyghurcongress.org/gfwlist -server=/.uyghurensemble.co.uk/127.0.0.1#5335 -ipset=/.uyghurensemble.co.uk/gfwlist -server=/.uyghurpen.org/127.0.0.1#5335 -ipset=/.uyghurpen.org/gfwlist -server=/.uyghurpress.com/127.0.0.1#5335 -ipset=/.uyghurpress.com/gfwlist -server=/.uyghurstudies.org/127.0.0.1#5335 -ipset=/.uyghurstudies.org/gfwlist -server=/.uygur.org/127.0.0.1#5335 -ipset=/.uygur.org/gfwlist -server=/.v2ex.com/127.0.0.1#5335 -ipset=/.v2ex.com/gfwlist -server=/.v2ray.com/127.0.0.1#5335 -ipset=/.v2ray.com/gfwlist -server=/.van001.com/127.0.0.1#5335 -ipset=/.van001.com/gfwlist -server=/.van698.com/127.0.0.1#5335 -ipset=/.van698.com/gfwlist -server=/.vanemu.cn/127.0.0.1#5335 -ipset=/.vanemu.cn/gfwlist -server=/.vanilla-jp.com/127.0.0.1#5335 -ipset=/.vanilla-jp.com/gfwlist -server=/.vanpeople.com/127.0.0.1#5335 -ipset=/.vanpeople.com/gfwlist -server=/.vansky.com/127.0.0.1#5335 -ipset=/.vansky.com/gfwlist -server=/.vaticannews.va/127.0.0.1#5335 -ipset=/.vaticannews.va/gfwlist -server=/.vatn.org/127.0.0.1#5335 -ipset=/.vatn.org/gfwlist -server=/.vcf-online.org/127.0.0.1#5335 -ipset=/.vcf-online.org/gfwlist -server=/.vcfbuilder.org/127.0.0.1#5335 -ipset=/.vcfbuilder.org/gfwlist -server=/.vegas.williamhill.com/127.0.0.1#5335 -ipset=/.vegas.williamhill.com/gfwlist -server=/.vegasred.com/127.0.0.1#5335 -ipset=/.vegasred.com/gfwlist -server=/.velkaepocha.sk/127.0.0.1#5335 -ipset=/.velkaepocha.sk/gfwlist -server=/.venbbs.com/127.0.0.1#5335 -ipset=/.venbbs.com/gfwlist -server=/.venchina.com/127.0.0.1#5335 -ipset=/.venchina.com/gfwlist -server=/.venetianmacao.com/127.0.0.1#5335 -ipset=/.venetianmacao.com/gfwlist -server=/.ventureswell.com/127.0.0.1#5335 -ipset=/.ventureswell.com/gfwlist -server=/.veoh.com/127.0.0.1#5335 -ipset=/.veoh.com/gfwlist -server=/.vermonttibet.org/127.0.0.1#5335 -ipset=/.vermonttibet.org/gfwlist -server=/.versavpn.com/127.0.0.1#5335 -ipset=/.versavpn.com/gfwlist -server=/.verybs.com/127.0.0.1#5335 -ipset=/.verybs.com/gfwlist -server=/.vevo.com/127.0.0.1#5335 -ipset=/.vevo.com/gfwlist -server=/.vft.com.tw/127.0.0.1#5335 -ipset=/.vft.com.tw/gfwlist -server=/.viber.com/127.0.0.1#5335 -ipset=/.viber.com/gfwlist -server=/.vica.info/127.0.0.1#5335 -ipset=/.vica.info/gfwlist -server=/.victimsofcommunism.org/127.0.0.1#5335 -ipset=/.victimsofcommunism.org/gfwlist -server=/.vid.me/127.0.0.1#5335 -ipset=/.vid.me/gfwlist -server=/.vidble.com/127.0.0.1#5335 -ipset=/.vidble.com/gfwlist -server=/.video.aol.com/127.0.0.1#5335 -ipset=/.video.aol.com/gfwlist -server=/.video.ap.org/127.0.0.1#5335 -ipset=/.video.ap.org/gfwlist -server=/.video.fdbox.com/127.0.0.1#5335 -ipset=/.video.fdbox.com/gfwlist -server=/.video.foxbusiness.com/127.0.0.1#5335 -ipset=/.video.foxbusiness.com/gfwlist -server=/.video.pbs.org/127.0.0.1#5335 -ipset=/.video.pbs.org/gfwlist -server=/.video.yahoo.com/127.0.0.1#5335 -ipset=/.video.yahoo.com/gfwlist -server=/.videobam.com/127.0.0.1#5335 -ipset=/.videobam.com/gfwlist -server=/.videodetective.com/127.0.0.1#5335 -ipset=/.videodetective.com/gfwlist -server=/.videomega.tv/127.0.0.1#5335 -ipset=/.videomega.tv/gfwlist -server=/.videomo.com/127.0.0.1#5335 -ipset=/.videomo.com/gfwlist -server=/.videopediaworld.com/127.0.0.1#5335 -ipset=/.videopediaworld.com/gfwlist -server=/.videopress.com/127.0.0.1#5335 -ipset=/.videopress.com/gfwlist -server=/.vietdaikynguyen.com/127.0.0.1#5335 -ipset=/.vietdaikynguyen.com/gfwlist -server=/.vijayatemple.org/127.0.0.1#5335 -ipset=/.vijayatemple.org/gfwlist -server=/.vimeo.com/127.0.0.1#5335 -ipset=/.vimeo.com/gfwlist -server=/.vimperator.org/127.0.0.1#5335 -ipset=/.vimperator.org/gfwlist -server=/.vincnd.com/127.0.0.1#5335 -ipset=/.vincnd.com/gfwlist -server=/.vine.co/127.0.0.1#5335 -ipset=/.vine.co/gfwlist -server=/.vinniev.com/127.0.0.1#5335 -ipset=/.vinniev.com/gfwlist -server=/.vip-enterprise.com/127.0.0.1#5335 -ipset=/.vip-enterprise.com/gfwlist -server=/.virtualrealporn.com/127.0.0.1#5335 -ipset=/.virtualrealporn.com/gfwlist -server=/.visibletweets.com/127.0.0.1#5335 -ipset=/.visibletweets.com/gfwlist -server=/.vital247.org/127.0.0.1#5335 -ipset=/.vital247.org/gfwlist -server=/.viu.com/127.0.0.1#5335 -ipset=/.viu.com/gfwlist -server=/.vivahentai4u.net/127.0.0.1#5335 -ipset=/.vivahentai4u.net/gfwlist -server=/.vivatube.com/127.0.0.1#5335 -ipset=/.vivatube.com/gfwlist -server=/.vivthomas.com/127.0.0.1#5335 -ipset=/.vivthomas.com/gfwlist -server=/.vizvaz.com/127.0.0.1#5335 -ipset=/.vizvaz.com/gfwlist -server=/.vjav.com/127.0.0.1#5335 -ipset=/.vjav.com/gfwlist -server=/.vjmedia.com.hk/127.0.0.1#5335 -ipset=/.vjmedia.com.hk/gfwlist -server=/.vllcs.org/127.0.0.1#5335 -ipset=/.vllcs.org/gfwlist -server=/.vlog.xuite.net/127.0.0.1#5335 -ipset=/.vlog.xuite.net/gfwlist -server=/.vmixcore.com/127.0.0.1#5335 -ipset=/.vmixcore.com/gfwlist -server=/.vmpsoft.com/127.0.0.1#5335 -ipset=/.vmpsoft.com/gfwlist -server=/.vn.hao123.com/127.0.0.1#5335 -ipset=/.vn.hao123.com/gfwlist -server=/.vnet.link/127.0.0.1#5335 -ipset=/.vnet.link/gfwlist -server=/.voa-11.akacast.akamaistream.net/127.0.0.1#5335 -ipset=/.voa-11.akacast.akamaistream.net/gfwlist -server=/.voacantonese.com/127.0.0.1#5335 -ipset=/.voacantonese.com/gfwlist -server=/.voachinese.com/127.0.0.1#5335 -ipset=/.voachinese.com/gfwlist -server=/.voachineseblog.com/127.0.0.1#5335 -ipset=/.voachineseblog.com/gfwlist -server=/.voagd.com/127.0.0.1#5335 -ipset=/.voagd.com/gfwlist -server=/.voanews.com/127.0.0.1#5335 -ipset=/.voanews.com/gfwlist -server=/.voatibetan.com/127.0.0.1#5335 -ipset=/.voatibetan.com/gfwlist -server=/.voatibetanenglish.com/127.0.0.1#5335 -ipset=/.voatibetanenglish.com/gfwlist -server=/.vocativ.com/127.0.0.1#5335 -ipset=/.vocativ.com/gfwlist -server=/.vocn.tv/127.0.0.1#5335 -ipset=/.vocn.tv/gfwlist -server=/.vod-abematv.akamaized.net/127.0.0.1#5335 -ipset=/.vod-abematv.akamaized.net/gfwlist -server=/.vod.wwe.com/127.0.0.1#5335 -ipset=/.vod.wwe.com/gfwlist -server=/.vot.org/127.0.0.1#5335 -ipset=/.vot.org/gfwlist -server=/.vovo2000.com/127.0.0.1#5335 -ipset=/.vovo2000.com/gfwlist -server=/.voxer.com/127.0.0.1#5335 -ipset=/.voxer.com/gfwlist -server=/.voy.com/127.0.0.1#5335 -ipset=/.voy.com/gfwlist -server=/.vpn.ac/127.0.0.1#5335 -ipset=/.vpn.ac/gfwlist -server=/.vpn.cjb.net/127.0.0.1#5335 -ipset=/.vpn.cjb.net/gfwlist -server=/.vpn.cmu.edu/127.0.0.1#5335 -ipset=/.vpn.cmu.edu/gfwlist -server=/.vpn.sv.cmu.edu/127.0.0.1#5335 -ipset=/.vpn.sv.cmu.edu/gfwlist -server=/.vpn4all.com/127.0.0.1#5335 -ipset=/.vpn4all.com/gfwlist -server=/.vpnaccount.org/127.0.0.1#5335 -ipset=/.vpnaccount.org/gfwlist -server=/.vpnaccounts.com/127.0.0.1#5335 -ipset=/.vpnaccounts.com/gfwlist -server=/.vpnbook.com/127.0.0.1#5335 -ipset=/.vpnbook.com/gfwlist -server=/.vpncomparison.org/127.0.0.1#5335 -ipset=/.vpncomparison.org/gfwlist -server=/.vpncoupons.com/127.0.0.1#5335 -ipset=/.vpncoupons.com/gfwlist -server=/.vpncup.com/127.0.0.1#5335 -ipset=/.vpncup.com/gfwlist -server=/.vpndada.com/127.0.0.1#5335 -ipset=/.vpndada.com/gfwlist -server=/.vpnfan.com/127.0.0.1#5335 -ipset=/.vpnfan.com/gfwlist -server=/.vpnfire.com/127.0.0.1#5335 -ipset=/.vpnfire.com/gfwlist -server=/.vpnfires.biz/127.0.0.1#5335 -ipset=/.vpnfires.biz/gfwlist -server=/.vpnforgame.net/127.0.0.1#5335 -ipset=/.vpnforgame.net/gfwlist -server=/.vpngate.jp/127.0.0.1#5335 -ipset=/.vpngate.jp/gfwlist -server=/.vpngate.net/127.0.0.1#5335 -ipset=/.vpngate.net/gfwlist -server=/.vpngratis.net/127.0.0.1#5335 -ipset=/.vpngratis.net/gfwlist -server=/.vpnhq.com/127.0.0.1#5335 -ipset=/.vpnhq.com/gfwlist -server=/.vpninja.net/127.0.0.1#5335 -ipset=/.vpninja.net/gfwlist -server=/.vpnintouch.com/127.0.0.1#5335 -ipset=/.vpnintouch.com/gfwlist -server=/.vpnintouch.net/127.0.0.1#5335 -ipset=/.vpnintouch.net/gfwlist -server=/.vpnjack.com/127.0.0.1#5335 -ipset=/.vpnjack.com/gfwlist -server=/.vpnmaster.com/127.0.0.1#5335 -ipset=/.vpnmaster.com/gfwlist -server=/.vpnmentor.com/127.0.0.1#5335 -ipset=/.vpnmentor.com/gfwlist -server=/.vpnpick.com/127.0.0.1#5335 -ipset=/.vpnpick.com/gfwlist -server=/.vpnpop.com/127.0.0.1#5335 -ipset=/.vpnpop.com/gfwlist -server=/.vpnpronet.com/127.0.0.1#5335 -ipset=/.vpnpronet.com/gfwlist -server=/.vpnreactor.com/127.0.0.1#5335 -ipset=/.vpnreactor.com/gfwlist -server=/.vpnreviewz.com/127.0.0.1#5335 -ipset=/.vpnreviewz.com/gfwlist -server=/.vpnsecure.me/127.0.0.1#5335 -ipset=/.vpnsecure.me/gfwlist -server=/.vpnshazam.com/127.0.0.1#5335 -ipset=/.vpnshazam.com/gfwlist -server=/.vpnshieldapp.com/127.0.0.1#5335 -ipset=/.vpnshieldapp.com/gfwlist -server=/.vpnsp.com/127.0.0.1#5335 -ipset=/.vpnsp.com/gfwlist -server=/.vpntraffic.com/127.0.0.1#5335 -ipset=/.vpntraffic.com/gfwlist -server=/.vpntunnel.com/127.0.0.1#5335 -ipset=/.vpntunnel.com/gfwlist -server=/.vpnuk.info/127.0.0.1#5335 -ipset=/.vpnuk.info/gfwlist -server=/.vpnunlimitedapp.com/127.0.0.1#5335 -ipset=/.vpnunlimitedapp.com/gfwlist -server=/.vpnvip.com/127.0.0.1#5335 -ipset=/.vpnvip.com/gfwlist -server=/.vpnworldwide.com/127.0.0.1#5335 -ipset=/.vpnworldwide.com/gfwlist -server=/.vporn.com/127.0.0.1#5335 -ipset=/.vporn.com/gfwlist -server=/.vpser.net/127.0.0.1#5335 -ipset=/.vpser.net/gfwlist -server=/.vraiesagesse.net/127.0.0.1#5335 -ipset=/.vraiesagesse.net/gfwlist -server=/.vrmtr.com/127.0.0.1#5335 -ipset=/.vrmtr.com/gfwlist -server=/.vrsmash.com/127.0.0.1#5335 -ipset=/.vrsmash.com/gfwlist -server=/.vtunnel.com/127.0.0.1#5335 -ipset=/.vtunnel.com/gfwlist -server=/.vuku.cc/127.0.0.1#5335 -ipset=/.vuku.cc/gfwlist -server=/.vultryhw.com/127.0.0.1#5335 -ipset=/.vultryhw.com/gfwlist -server=/.w3schools.com/127.0.0.1#5335 -ipset=/.w3schools.com/gfwlist -server=/.waffle1999.com/127.0.0.1#5335 -ipset=/.waffle1999.com/gfwlist -server=/.wahas.com/127.0.0.1#5335 -ipset=/.wahas.com/gfwlist -server=/.waigaobu.com/127.0.0.1#5335 -ipset=/.waigaobu.com/gfwlist -server=/.wailaike.net/127.0.0.1#5335 -ipset=/.wailaike.net/gfwlist -server=/.waiwaier.com/127.0.0.1#5335 -ipset=/.waiwaier.com/gfwlist -server=/.wallmama.com/127.0.0.1#5335 -ipset=/.wallmama.com/gfwlist -server=/.wallornot.org/127.0.0.1#5335 -ipset=/.wallornot.org/gfwlist -server=/.wallpapercasa.com/127.0.0.1#5335 -ipset=/.wallpapercasa.com/gfwlist -server=/.wallproxy.com/127.0.0.1#5335 -ipset=/.wallproxy.com/gfwlist -server=/.waltermartin.com/127.0.0.1#5335 -ipset=/.waltermartin.com/gfwlist -server=/.waltermartin.org/127.0.0.1#5335 -ipset=/.waltermartin.org/gfwlist -server=/.wanderinghorse.net/127.0.0.1#5335 -ipset=/.wanderinghorse.net/gfwlist -server=/.wangafu.net/127.0.0.1#5335 -ipset=/.wangafu.net/gfwlist -server=/.wangjinbo.org/127.0.0.1#5335 -ipset=/.wangjinbo.org/gfwlist -server=/.wanglixiong.com/127.0.0.1#5335 -ipset=/.wanglixiong.com/gfwlist -server=/.wango.org/127.0.0.1#5335 -ipset=/.wango.org/gfwlist -server=/.wangruoshui.net/127.0.0.1#5335 -ipset=/.wangruoshui.net/gfwlist -server=/.want-daily.com/127.0.0.1#5335 -ipset=/.want-daily.com/gfwlist -server=/.wanz-factory.com/127.0.0.1#5335 -ipset=/.wanz-factory.com/gfwlist -server=/.warbler.iconfactory.net/127.0.0.1#5335 -ipset=/.warbler.iconfactory.net/gfwlist -server=/.waselpro.com/127.0.0.1#5335 -ipset=/.waselpro.com/gfwlist -server=/.washeng.net/127.0.0.1#5335 -ipset=/.washeng.net/gfwlist -server=/.washingtonpost.com/127.0.0.1#5335 -ipset=/.washingtonpost.com/gfwlist -server=/.watch8x.com/127.0.0.1#5335 -ipset=/.watch8x.com/gfwlist -server=/.watchinese.com/127.0.0.1#5335 -ipset=/.watchinese.com/gfwlist -server=/.watchmygf.net/127.0.0.1#5335 -ipset=/.watchmygf.net/gfwlist -server=/.wattpad.com/127.0.0.1#5335 -ipset=/.wattpad.com/gfwlist -server=/.wav.tv/127.0.0.1#5335 -ipset=/.wav.tv/gfwlist -server=/.waveprotocol.org/127.0.0.1#5335 -ipset=/.waveprotocol.org/gfwlist -server=/.waymo.com/127.0.0.1#5335 -ipset=/.waymo.com/gfwlist -server=/.wda.gov.tw/127.0.0.1#5335 -ipset=/.wda.gov.tw/gfwlist -server=/.wdf5.com/127.0.0.1#5335 -ipset=/.wdf5.com/gfwlist -server=/.wearehairy.com/127.0.0.1#5335 -ipset=/.wearehairy.com/gfwlist -server=/.wearn.com/127.0.0.1#5335 -ipset=/.wearn.com/gfwlist -server=/.web.dev/127.0.0.1#5335 -ipset=/.web.dev/gfwlist -server=/.web2project.net/127.0.0.1#5335 -ipset=/.web2project.net/gfwlist -server=/.webbang.net/127.0.0.1#5335 -ipset=/.webbang.net/gfwlist -server=/.webevader.org/127.0.0.1#5335 -ipset=/.webevader.org/gfwlist -server=/.webfreer.com/127.0.0.1#5335 -ipset=/.webfreer.com/gfwlist -server=/.webjb.org/127.0.0.1#5335 -ipset=/.webjb.org/gfwlist -server=/.weblagu.com/127.0.0.1#5335 -ipset=/.weblagu.com/gfwlist -server=/.webmproject.org/127.0.0.1#5335 -ipset=/.webmproject.org/gfwlist -server=/.webrtc.org/127.0.0.1#5335 -ipset=/.webrtc.org/gfwlist -server=/.webrush.net/127.0.0.1#5335 -ipset=/.webrush.net/gfwlist -server=/.webs-tv.net/127.0.0.1#5335 -ipset=/.webs-tv.net/gfwlist -server=/.website.informer.com/127.0.0.1#5335 -ipset=/.website.informer.com/gfwlist -server=/.webwarper.net/127.0.0.1#5335 -ipset=/.webwarper.net/gfwlist -server=/.webworkerdaily.com/127.0.0.1#5335 -ipset=/.webworkerdaily.com/gfwlist -server=/.weekmag.info/127.0.0.1#5335 -ipset=/.weekmag.info/gfwlist -server=/.wefightcensorship.org/127.0.0.1#5335 -ipset=/.wefightcensorship.org/gfwlist -server=/.wefong.com/127.0.0.1#5335 -ipset=/.wefong.com/gfwlist -server=/.wego.here.com/127.0.0.1#5335 -ipset=/.wego.here.com/gfwlist -server=/.weiboleak.com/127.0.0.1#5335 -ipset=/.weiboleak.com/gfwlist -server=/.weiboscope.jmsc.hku.hk/127.0.0.1#5335 -ipset=/.weiboscope.jmsc.hku.hk/gfwlist -server=/.weihuo.org/127.0.0.1#5335 -ipset=/.weihuo.org/gfwlist -server=/.weijingsheng.org/127.0.0.1#5335 -ipset=/.weijingsheng.org/gfwlist -server=/.weiming.info/127.0.0.1#5335 -ipset=/.weiming.info/gfwlist -server=/.weiquanwang.org/127.0.0.1#5335 -ipset=/.weiquanwang.org/gfwlist -server=/.weisuo.ws/127.0.0.1#5335 -ipset=/.weisuo.ws/gfwlist -server=/.welovecock.com/127.0.0.1#5335 -ipset=/.welovecock.com/gfwlist -server=/.wemigrate.org/127.0.0.1#5335 -ipset=/.wemigrate.org/gfwlist -server=/.wengewang.com/127.0.0.1#5335 -ipset=/.wengewang.com/gfwlist -server=/.wengewang.org/127.0.0.1#5335 -ipset=/.wengewang.org/gfwlist -server=/.wenhui.ch/127.0.0.1#5335 -ipset=/.wenhui.ch/gfwlist -server=/.wenxuecity.com/127.0.0.1#5335 -ipset=/.wenxuecity.com/gfwlist -server=/.wenyunchao.com/127.0.0.1#5335 -ipset=/.wenyunchao.com/gfwlist -server=/.wenzhao.ca/127.0.0.1#5335 -ipset=/.wenzhao.ca/gfwlist -server=/.westca.com/127.0.0.1#5335 -ipset=/.westca.com/gfwlist -server=/.westernshugdensociety.org/127.0.0.1#5335 -ipset=/.westernshugdensociety.org/gfwlist -server=/.westernwolves.com/127.0.0.1#5335 -ipset=/.westernwolves.com/gfwlist -server=/.westkit.net/127.0.0.1#5335 -ipset=/.westkit.net/gfwlist -server=/.westpoint.edu/127.0.0.1#5335 -ipset=/.westpoint.edu/gfwlist -server=/.wetplace.com/127.0.0.1#5335 -ipset=/.wetplace.com/gfwlist -server=/.wetpussygames.com/127.0.0.1#5335 -ipset=/.wetpussygames.com/gfwlist -server=/.wexiaobo.org/127.0.0.1#5335 -ipset=/.wexiaobo.org/gfwlist -server=/.wezhiyong.org/127.0.0.1#5335 -ipset=/.wezhiyong.org/gfwlist -server=/.wezone.net/127.0.0.1#5335 -ipset=/.wezone.net/gfwlist -server=/.wforum.com/127.0.0.1#5335 -ipset=/.wforum.com/gfwlist -server=/.wha.la/127.0.0.1#5335 -ipset=/.wha.la/gfwlist -server=/.whatblocked.com/127.0.0.1#5335 -ipset=/.whatblocked.com/gfwlist -server=/.whatbrowser.org/127.0.0.1#5335 -ipset=/.whatbrowser.org/gfwlist -server=/.whatsapp.com/127.0.0.1#5335 -ipset=/.whatsapp.com/gfwlist -server=/.whatsapp.net/127.0.0.1#5335 -ipset=/.whatsapp.net/gfwlist -server=/.wheatseeds.org/127.0.0.1#5335 -ipset=/.wheatseeds.org/gfwlist -server=/.wheelockslatin.com/127.0.0.1#5335 -ipset=/.wheelockslatin.com/gfwlist -server=/.whereiswerner.com/127.0.0.1#5335 -ipset=/.whereiswerner.com/gfwlist -server=/.wheretowatch.com/127.0.0.1#5335 -ipset=/.wheretowatch.com/gfwlist -server=/.whippedass.com/127.0.0.1#5335 -ipset=/.whippedass.com/gfwlist -server=/.whitebear.freebearblog.org/127.0.0.1#5335 -ipset=/.whitebear.freebearblog.org/gfwlist -server=/.whodns.xyz/127.0.0.1#5335 -ipset=/.whodns.xyz/gfwlist -server=/.whoer.net/127.0.0.1#5335 -ipset=/.whoer.net/gfwlist -server=/.whotalking.com/127.0.0.1#5335 -ipset=/.whotalking.com/gfwlist -server=/.whylover.com/127.0.0.1#5335 -ipset=/.whylover.com/gfwlist -server=/.whyx.org/127.0.0.1#5335 -ipset=/.whyx.org/gfwlist -server=/.widevine.com/127.0.0.1#5335 -ipset=/.widevine.com/gfwlist -server=/.wikaba.com/127.0.0.1#5335 -ipset=/.wikaba.com/gfwlist -server=/.wiki.cnitter.com/127.0.0.1#5335 -ipset=/.wiki.cnitter.com/gfwlist -server=/.wiki.gamerp.jp/127.0.0.1#5335 -ipset=/.wiki.gamerp.jp/gfwlist -server=/.wiki.jqueryui.com/127.0.0.1#5335 -ipset=/.wiki.jqueryui.com/gfwlist -server=/.wiki.moegirl.org/127.0.0.1#5335 -ipset=/.wiki.moegirl.org/gfwlist -server=/.wiki.oauth.net/127.0.0.1#5335 -ipset=/.wiki.oauth.net/gfwlist -server=/.wiki.phonegap.com/127.0.0.1#5335 -ipset=/.wiki.phonegap.com/gfwlist -server=/.wikileaks-forum.com/127.0.0.1#5335 -ipset=/.wikileaks-forum.com/gfwlist -server=/.wikileaks.ch/127.0.0.1#5335 -ipset=/.wikileaks.ch/gfwlist -server=/.wikileaks.com/127.0.0.1#5335 -ipset=/.wikileaks.com/gfwlist -server=/.wikileaks.de/127.0.0.1#5335 -ipset=/.wikileaks.de/gfwlist -server=/.wikileaks.eu/127.0.0.1#5335 -ipset=/.wikileaks.eu/gfwlist -server=/.wikileaks.lu/127.0.0.1#5335 -ipset=/.wikileaks.lu/gfwlist -server=/.wikileaks.org/127.0.0.1#5335 -ipset=/.wikileaks.org/gfwlist -server=/.wikileaks.pl/127.0.0.1#5335 -ipset=/.wikileaks.pl/gfwlist -server=/.wikimapia.org/127.0.0.1#5335 -ipset=/.wikimapia.org/gfwlist -server=/.wikipedia.org/127.0.0.1#5335 -ipset=/.wikipedia.org/gfwlist -server=/.wikiwiki.jp/127.0.0.1#5335 -ipset=/.wikiwiki.jp/gfwlist -server=/.wildammo.com/127.0.0.1#5335 -ipset=/.wildammo.com/gfwlist -server=/.williamhill.com/127.0.0.1#5335 -ipset=/.williamhill.com/gfwlist -server=/.willw.net/127.0.0.1#5335 -ipset=/.willw.net/gfwlist -server=/.windowsphoneme.com/127.0.0.1#5335 -ipset=/.windowsphoneme.com/gfwlist -server=/.windscribe.com/127.0.0.1#5335 -ipset=/.windscribe.com/gfwlist -server=/.wingamestore.com/127.0.0.1#5335 -ipset=/.wingamestore.com/gfwlist -server=/.wingy.site/127.0.0.1#5335 -ipset=/.wingy.site/gfwlist -server=/.winning11.com/127.0.0.1#5335 -ipset=/.winning11.com/gfwlist -server=/.winwhispers.info/127.0.0.1#5335 -ipset=/.winwhispers.info/gfwlist -server=/.wire.com/127.0.0.1#5335 -ipset=/.wire.com/gfwlist -server=/.wiredbytes.com/127.0.0.1#5335 -ipset=/.wiredbytes.com/gfwlist -server=/.wiredpen.com/127.0.0.1#5335 -ipset=/.wiredpen.com/gfwlist -server=/.wisdompubs.org/127.0.0.1#5335 -ipset=/.wisdompubs.org/gfwlist -server=/.wisevid.com/127.0.0.1#5335 -ipset=/.wisevid.com/gfwlist -server=/.withgoogle.com/127.0.0.1#5335 -ipset=/.withgoogle.com/gfwlist -server=/.withyoutube.com/127.0.0.1#5335 -ipset=/.withyoutube.com/gfwlist -server=/.witnessleeteaching.com/127.0.0.1#5335 -ipset=/.witnessleeteaching.com/gfwlist -server=/.witopia.net/127.0.0.1#5335 -ipset=/.witopia.net/gfwlist -server=/.wizcrafts.net/127.0.0.1#5335 -ipset=/.wizcrafts.net/gfwlist -server=/.wjbk.org/127.0.0.1#5335 -ipset=/.wjbk.org/gfwlist -server=/.wlcnew.jigsy.com/127.0.0.1#5335 -ipset=/.wlcnew.jigsy.com/gfwlist -server=/.wlx.sowiki.net/127.0.0.1#5335 -ipset=/.wlx.sowiki.net/gfwlist -server=/.wn.com/127.0.0.1#5335 -ipset=/.wn.com/gfwlist -server=/.wnacg.com/127.0.0.1#5335 -ipset=/.wnacg.com/gfwlist -server=/.wnacg.org/127.0.0.1#5335 -ipset=/.wnacg.org/gfwlist -server=/.wo.tc/127.0.0.1#5335 -ipset=/.wo.tc/gfwlist -server=/.wo3ttt.wordpress.com/127.0.0.1#5335 -ipset=/.wo3ttt.wordpress.com/gfwlist -server=/.woeser.com/127.0.0.1#5335 -ipset=/.woeser.com/gfwlist -server=/.wokar.org/127.0.0.1#5335 -ipset=/.wokar.org/gfwlist -server=/.wolfax.com/127.0.0.1#5335 -ipset=/.wolfax.com/gfwlist -server=/.woolyss.com/127.0.0.1#5335 -ipset=/.woolyss.com/gfwlist -server=/.woopie.jp/127.0.0.1#5335 -ipset=/.woopie.jp/gfwlist -server=/.woopie.tv/127.0.0.1#5335 -ipset=/.woopie.tv/gfwlist -server=/.wordpress.com/127.0.0.1#5335 -ipset=/.wordpress.com/gfwlist -server=/.workatruna.com/127.0.0.1#5335 -ipset=/.workatruna.com/gfwlist -server=/.workerdemo.org.hk/127.0.0.1#5335 -ipset=/.workerdemo.org.hk/gfwlist -server=/.workerempowerment.org/127.0.0.1#5335 -ipset=/.workerempowerment.org/gfwlist -server=/.workersthebig.net/127.0.0.1#5335 -ipset=/.workersthebig.net/gfwlist -server=/.worldcat.org/127.0.0.1#5335 -ipset=/.worldcat.org/gfwlist -server=/.worldjournal.com/127.0.0.1#5335 -ipset=/.worldjournal.com/gfwlist -server=/.worldvpn.net/127.0.0.1#5335 -ipset=/.worldvpn.net/gfwlist -server=/.wow-life.net/127.0.0.1#5335 -ipset=/.wow-life.net/gfwlist -server=/.wow.com/127.0.0.1#5335 -ipset=/.wow.com/gfwlist -server=/.wowgirls.com/127.0.0.1#5335 -ipset=/.wowgirls.com/gfwlist -server=/.wowlegacy.ml/127.0.0.1#5335 -ipset=/.wowlegacy.ml/gfwlist -server=/.wowporn.com/127.0.0.1#5335 -ipset=/.wowporn.com/gfwlist -server=/.wowrk.com/127.0.0.1#5335 -ipset=/.wowrk.com/gfwlist -server=/.woxinghuiguo.com/127.0.0.1#5335 -ipset=/.woxinghuiguo.com/gfwlist -server=/.woyaolian.org/127.0.0.1#5335 -ipset=/.woyaolian.org/gfwlist -server=/.wozy.in/127.0.0.1#5335 -ipset=/.wozy.in/gfwlist -server=/.wp.com/127.0.0.1#5335 -ipset=/.wp.com/gfwlist -server=/.wpoforum.com/127.0.0.1#5335 -ipset=/.wpoforum.com/gfwlist -server=/.wqyd.org/127.0.0.1#5335 -ipset=/.wqyd.org/gfwlist -server=/.wrchina.org/127.0.0.1#5335 -ipset=/.wrchina.org/gfwlist -server=/.wretch.cc/127.0.0.1#5335 -ipset=/.wretch.cc/gfwlist -server=/.writer.zoho.com/127.0.0.1#5335 -ipset=/.writer.zoho.com/gfwlist -server=/.wsgzao.github.io/127.0.0.1#5335 -ipset=/.wsgzao.github.io/gfwlist -server=/.wsj.com/127.0.0.1#5335 -ipset=/.wsj.com/gfwlist -server=/.wsj.net/127.0.0.1#5335 -ipset=/.wsj.net/gfwlist -server=/.wsjhk.com/127.0.0.1#5335 -ipset=/.wsjhk.com/gfwlist -server=/.wtbn.org/127.0.0.1#5335 -ipset=/.wtbn.org/gfwlist -server=/.wtfpeople.com/127.0.0.1#5335 -ipset=/.wtfpeople.com/gfwlist -server=/.wuerkaixi.com/127.0.0.1#5335 -ipset=/.wuerkaixi.com/gfwlist -server=/.wufafangwen.com/127.0.0.1#5335 -ipset=/.wufafangwen.com/gfwlist -server=/.wufi.org.tw/127.0.0.1#5335 -ipset=/.wufi.org.tw/gfwlist -server=/.wuguoguang.com/127.0.0.1#5335 -ipset=/.wuguoguang.com/gfwlist -server=/.wujie.net/127.0.0.1#5335 -ipset=/.wujie.net/gfwlist -server=/.wujieliulan.com/127.0.0.1#5335 -ipset=/.wujieliulan.com/gfwlist -server=/.wukangrui.net/127.0.0.1#5335 -ipset=/.wukangrui.net/gfwlist -server=/.wuw.red/127.0.0.1#5335 -ipset=/.wuw.red/gfwlist -server=/.wuyanblog.com/127.0.0.1#5335 -ipset=/.wuyanblog.com/gfwlist -server=/.wwitv.com/127.0.0.1#5335 -ipset=/.wwitv.com/gfwlist -server=/.www.abclite.net/127.0.0.1#5335 -ipset=/.www.abclite.net/gfwlist -server=/.www.ajsands.com/127.0.0.1#5335 -ipset=/.www.ajsands.com/gfwlist -server=/.www.americorps.gov/127.0.0.1#5335 -ipset=/.www.americorps.gov/gfwlist -server=/.www.antd.org/127.0.0.1#5335 -ipset=/.www.antd.org/gfwlist -server=/.www.aolnews.com/127.0.0.1#5335 -ipset=/.www.aolnews.com/gfwlist -server=/.www.citizenlab.org/127.0.0.1#5335 -ipset=/.www.citizenlab.org/gfwlist -server=/.www.cmoinc.org/127.0.0.1#5335 -ipset=/.www.cmoinc.org/gfwlist -server=/.www.dwheeler.com/127.0.0.1#5335 -ipset=/.www.dwheeler.com/gfwlist -server=/.www.gmiddle.com/127.0.0.1#5335 -ipset=/.www.gmiddle.com/gfwlist -server=/.www.gmiddle.net/127.0.0.1#5335 -ipset=/.www.gmiddle.net/gfwlist -server=/.www.hustlercash.com/127.0.0.1#5335 -ipset=/.www.hustlercash.com/gfwlist -server=/.www.idlcoyote.com/127.0.0.1#5335 -ipset=/.www.idlcoyote.com/gfwlist -server=/.www.kindleren.com/127.0.0.1#5335 -ipset=/.www.kindleren.com/gfwlist -server=/.www.klip.me/127.0.0.1#5335 -ipset=/.www.klip.me/gfwlist -server=/.www.lamenhu.com/127.0.0.1#5335 -ipset=/.www.lamenhu.com/gfwlist -server=/.www.linksalpha.com/127.0.0.1#5335 -ipset=/.www.linksalpha.com/gfwlist -server=/.www.m-sport.co.uk/127.0.0.1#5335 -ipset=/.www.m-sport.co.uk/gfwlist -server=/.www.monlamit.org/127.0.0.1#5335 -ipset=/.www.monlamit.org/gfwlist -server=/.www.moztw.org/127.0.0.1#5335 -ipset=/.www.moztw.org/gfwlist -server=/.www.orchidbbs.com/127.0.0.1#5335 -ipset=/.www.orchidbbs.com/gfwlist -server=/.www.owind.com/127.0.0.1#5335 -ipset=/.www.owind.com/gfwlist -server=/.www.oxid.it/127.0.0.1#5335 -ipset=/.www.oxid.it/gfwlist -server=/.www.powerpointninja.com/127.0.0.1#5335 -ipset=/.www.powerpointninja.com/gfwlist -server=/.www.s4miniarchive.com/127.0.0.1#5335 -ipset=/.www.s4miniarchive.com/gfwlist -server=/.www.shadowsocks.com/127.0.0.1#5335 -ipset=/.www.shadowsocks.com/gfwlist -server=/.www.shwchurch.org/127.0.0.1#5335 -ipset=/.www.shwchurch.org/gfwlist -server=/.www.taup.org.tw/127.0.0.1#5335 -ipset=/.www.taup.org.tw/gfwlist -server=/.www.wan-press.org/127.0.0.1#5335 -ipset=/.www.wan-press.org/gfwlist -server=/.www.wangruowang.org/127.0.0.1#5335 -ipset=/.www.wangruowang.org/gfwlist -server=/.www.websnapr.com/127.0.0.1#5335 -ipset=/.www.websnapr.com/gfwlist -server=/.www1.biz/127.0.0.1#5335 -ipset=/.www1.biz/gfwlist -server=/.wwwhost.biz/127.0.0.1#5335 -ipset=/.wwwhost.biz/gfwlist -server=/.x-art.com/127.0.0.1#5335 -ipset=/.x-art.com/gfwlist -server=/.x-berry.com/127.0.0.1#5335 -ipset=/.x-berry.com/gfwlist -server=/.x-wall.org/127.0.0.1#5335 -ipset=/.x-wall.org/gfwlist -server=/.x.company/127.0.0.1#5335 -ipset=/.x.company/gfwlist -server=/.x1949x.com/127.0.0.1#5335 -ipset=/.x1949x.com/gfwlist -server=/.x24hr.com/127.0.0.1#5335 -ipset=/.x24hr.com/gfwlist -server=/.x365x.com/127.0.0.1#5335 -ipset=/.x365x.com/gfwlist -server=/.xa.yimg.com/127.0.0.1#5335 -ipset=/.xa.yimg.com/gfwlist -server=/.xanga.com/127.0.0.1#5335 -ipset=/.xanga.com/gfwlist -server=/.xbabe.com/127.0.0.1#5335 -ipset=/.xbabe.com/gfwlist -server=/.xbookcn.com/127.0.0.1#5335 -ipset=/.xbookcn.com/gfwlist -server=/.xbtce.com/127.0.0.1#5335 -ipset=/.xbtce.com/gfwlist -server=/.xcafe.in/127.0.0.1#5335 -ipset=/.xcafe.in/gfwlist -server=/.xcity.jp/127.0.0.1#5335 -ipset=/.xcity.jp/gfwlist -server=/.xcritic.com/127.0.0.1#5335 -ipset=/.xcritic.com/gfwlist -server=/.xerotica.com/127.0.0.1#5335 -ipset=/.xerotica.com/gfwlist -server=/.xfinity.com/127.0.0.1#5335 -ipset=/.xfinity.com/gfwlist -server=/.xfm.pp.ru/127.0.0.1#5335 -ipset=/.xfm.pp.ru/gfwlist -server=/.xgmyd.com/127.0.0.1#5335 -ipset=/.xgmyd.com/gfwlist -server=/.xhamster.com/127.0.0.1#5335 -ipset=/.xhamster.com/gfwlist -server=/.xianba.net/127.0.0.1#5335 -ipset=/.xianba.net/gfwlist -server=/.xianchawang.net/127.0.0.1#5335 -ipset=/.xianchawang.net/gfwlist -server=/.xianjian.tw/127.0.0.1#5335 -ipset=/.xianjian.tw/gfwlist -server=/.xianqiao.net/127.0.0.1#5335 -ipset=/.xianqiao.net/gfwlist -server=/.xiaobaiwu.com/127.0.0.1#5335 -ipset=/.xiaobaiwu.com/gfwlist -server=/.xiaochuncnjp.com/127.0.0.1#5335 -ipset=/.xiaochuncnjp.com/gfwlist -server=/.xiaod.in/127.0.0.1#5335 -ipset=/.xiaod.in/gfwlist -server=/.xiaohexie.com/127.0.0.1#5335 -ipset=/.xiaohexie.com/gfwlist -server=/.xiaolan.me/127.0.0.1#5335 -ipset=/.xiaolan.me/gfwlist -server=/.xiaoma.org/127.0.0.1#5335 -ipset=/.xiaoma.org/gfwlist -server=/.xiezhua.com/127.0.0.1#5335 -ipset=/.xiezhua.com/gfwlist -server=/.xihua.es/127.0.0.1#5335 -ipset=/.xihua.es/gfwlist -server=/.xijie.wordpress.com/127.0.0.1#5335 -ipset=/.xijie.wordpress.com/gfwlist -server=/.xing.com/127.0.0.1#5335 -ipset=/.xing.com/gfwlist -server=/.xinhuanet.org/127.0.0.1#5335 -ipset=/.xinhuanet.org/gfwlist -server=/.xinmiao.com.hk/127.0.0.1#5335 -ipset=/.xinmiao.com.hk/gfwlist -server=/.xinqimeng.over-blog.com/127.0.0.1#5335 -ipset=/.xinqimeng.over-blog.com/gfwlist -server=/.xinsheng.net/127.0.0.1#5335 -ipset=/.xinsheng.net/gfwlist -server=/.xinshijue.com/127.0.0.1#5335 -ipset=/.xinshijue.com/gfwlist -server=/.xinyubbs.net/127.0.0.1#5335 -ipset=/.xinyubbs.net/gfwlist -server=/.xiongpian.com/127.0.0.1#5335 -ipset=/.xiongpian.com/gfwlist -server=/.xiuren.org/127.0.0.1#5335 -ipset=/.xiuren.org/gfwlist -server=/.xizang-zhiye.org/127.0.0.1#5335 -ipset=/.xizang-zhiye.org/gfwlist -server=/.xjp.cc/127.0.0.1#5335 -ipset=/.xjp.cc/gfwlist -server=/.xjtravelguide.com/127.0.0.1#5335 -ipset=/.xjtravelguide.com/gfwlist -server=/.xlfmtalk.com/127.0.0.1#5335 -ipset=/.xlfmtalk.com/gfwlist -server=/.xlfmwz.info/127.0.0.1#5335 -ipset=/.xlfmwz.info/gfwlist -server=/.xm.com/127.0.0.1#5335 -ipset=/.xm.com/gfwlist -server=/.xml-training-guide.com/127.0.0.1#5335 -ipset=/.xml-training-guide.com/gfwlist -server=/.xmovies.com/127.0.0.1#5335 -ipset=/.xmovies.com/gfwlist -server=/.xn--4gq171p.com/127.0.0.1#5335 -ipset=/.xn--4gq171p.com/gfwlist -server=/.xn--czq75pvv1aj5c.org/127.0.0.1#5335 -ipset=/.xn--czq75pvv1aj5c.org/gfwlist -server=/.xn--i2ru8q2qg.com/127.0.0.1#5335 -ipset=/.xn--i2ru8q2qg.com/gfwlist -server=/.xn--ngstr-lra8j.com/127.0.0.1#5335 -ipset=/.xn--ngstr-lra8j.com/gfwlist -server=/.xn--oiq.cc/127.0.0.1#5335 -ipset=/.xn--oiq.cc/gfwlist -server=/.xn--p8j9a0d9c9a.xn--q9jyb4c/127.0.0.1#5335 -ipset=/.xn--p8j9a0d9c9a.xn--q9jyb4c/gfwlist -server=/.xnxx.com/127.0.0.1#5335 -ipset=/.xnxx.com/gfwlist -server=/.xpdo.net/127.0.0.1#5335 -ipset=/.xpdo.net/gfwlist -server=/.xpud.org/127.0.0.1#5335 -ipset=/.xpud.org/gfwlist -server=/.xrentdvd.com/127.0.0.1#5335 -ipset=/.xrentdvd.com/gfwlist -server=/.xskywalker.com/127.0.0.1#5335 -ipset=/.xskywalker.com/gfwlist -server=/.xskywalker.net/127.0.0.1#5335 -ipset=/.xskywalker.net/gfwlist -server=/.xtube.com/127.0.0.1#5335 -ipset=/.xtube.com/gfwlist -server=/.xuchao.net/127.0.0.1#5335 -ipset=/.xuchao.net/gfwlist -server=/.xuchao.org/127.0.0.1#5335 -ipset=/.xuchao.org/gfwlist -server=/.xuehua.us/127.0.0.1#5335 -ipset=/.xuehua.us/gfwlist -server=/.xuzhiyong.net/127.0.0.1#5335 -ipset=/.xuzhiyong.net/gfwlist -server=/.xvideo.cc/127.0.0.1#5335 -ipset=/.xvideo.cc/gfwlist -server=/.xvideos.com/127.0.0.1#5335 -ipset=/.xvideos.com/gfwlist -server=/.xvideos.es/127.0.0.1#5335 -ipset=/.xvideos.es/gfwlist -server=/.xxbbx.com/127.0.0.1#5335 -ipset=/.xxbbx.com/gfwlist -server=/.xxlmovies.com/127.0.0.1#5335 -ipset=/.xxlmovies.com/gfwlist -server=/.xxuz.com/127.0.0.1#5335 -ipset=/.xxuz.com/gfwlist -server=/.xxx.com/127.0.0.1#5335 -ipset=/.xxx.com/gfwlist -server=/.xxx.xxx/127.0.0.1#5335 -ipset=/.xxx.xxx/gfwlist -server=/.xxxfuckmom.com/127.0.0.1#5335 -ipset=/.xxxfuckmom.com/gfwlist -server=/.xxxx.com.au/127.0.0.1#5335 -ipset=/.xxxx.com.au/gfwlist -server=/.xxxy.biz/127.0.0.1#5335 -ipset=/.xxxy.biz/gfwlist -server=/.xxxy.info/127.0.0.1#5335 -ipset=/.xxxy.info/gfwlist -server=/.xxxymovies.com/127.0.0.1#5335 -ipset=/.xxxymovies.com/gfwlist -server=/.xys.dxiong.com/127.0.0.1#5335 -ipset=/.xys.dxiong.com/gfwlist -server=/.xys.org/127.0.0.1#5335 -ipset=/.xys.org/gfwlist -server=/.xysblogs.org/127.0.0.1#5335 -ipset=/.xysblogs.org/gfwlist -server=/.xyy69.com/127.0.0.1#5335 -ipset=/.xyy69.com/gfwlist -server=/.xyy69.info/127.0.0.1#5335 -ipset=/.xyy69.info/gfwlist -server=/.yahoo.com.hk/127.0.0.1#5335 -ipset=/.yahoo.com.hk/gfwlist -server=/.yakbutterblues.com/127.0.0.1#5335 -ipset=/.yakbutterblues.com/gfwlist -server=/.yam.com/127.0.0.1#5335 -ipset=/.yam.com/gfwlist -server=/.yam.org.tw/127.0.0.1#5335 -ipset=/.yam.org.tw/gfwlist -server=/.yanghengjun.com/127.0.0.1#5335 -ipset=/.yanghengjun.com/gfwlist -server=/.yangjianli.com/127.0.0.1#5335 -ipset=/.yangjianli.com/gfwlist -server=/.yasni.co.uk/127.0.0.1#5335 -ipset=/.yasni.co.uk/gfwlist -server=/.ydy.com/127.0.0.1#5335 -ipset=/.ydy.com/gfwlist -server=/.yeahteentube.com/127.0.0.1#5335 -ipset=/.yeahteentube.com/gfwlist -server=/.yecl.net/127.0.0.1#5335 -ipset=/.yecl.net/gfwlist -server=/.yeelou.com/127.0.0.1#5335 -ipset=/.yeelou.com/gfwlist -server=/.yeeyi.com/127.0.0.1#5335 -ipset=/.yeeyi.com/gfwlist -server=/.yegle.net/127.0.0.1#5335 -ipset=/.yegle.net/gfwlist -server=/.yes-news.com/127.0.0.1#5335 -ipset=/.yes-news.com/gfwlist -server=/.yes.xxx/127.0.0.1#5335 -ipset=/.yes.xxx/gfwlist -server=/.yes123.com.tw/127.0.0.1#5335 -ipset=/.yes123.com.tw/gfwlist -server=/.yesasia.com/127.0.0.1#5335 -ipset=/.yesasia.com/gfwlist -server=/.yespornplease.com/127.0.0.1#5335 -ipset=/.yespornplease.com/gfwlist -server=/.yeyeclub.com/127.0.0.1#5335 -ipset=/.yeyeclub.com/gfwlist -server=/.ygto.com/127.0.0.1#5335 -ipset=/.ygto.com/gfwlist -server=/.yhcw.net/127.0.0.1#5335 -ipset=/.yhcw.net/gfwlist -server=/.yibada.com/127.0.0.1#5335 -ipset=/.yibada.com/gfwlist -server=/.yibaochina.com/127.0.0.1#5335 -ipset=/.yibaochina.com/gfwlist -server=/.yidio.com/127.0.0.1#5335 -ipset=/.yidio.com/gfwlist -server=/.yigeni.com/127.0.0.1#5335 -ipset=/.yigeni.com/gfwlist -server=/.yilubbs.com/127.0.0.1#5335 -ipset=/.yilubbs.com/gfwlist -server=/.yingsuoss.com/127.0.0.1#5335 -ipset=/.yingsuoss.com/gfwlist -server=/.yipub.com/127.0.0.1#5335 -ipset=/.yipub.com/gfwlist -server=/.yizhihongxing.com/127.0.0.1#5335 -ipset=/.yizhihongxing.com/gfwlist -server=/.yobit.net/127.0.0.1#5335 -ipset=/.yobit.net/gfwlist -server=/.yobt.com/127.0.0.1#5335 -ipset=/.yobt.com/gfwlist -server=/.yobt.tv/127.0.0.1#5335 -ipset=/.yobt.tv/gfwlist -server=/.yogichen.org/127.0.0.1#5335 -ipset=/.yogichen.org/gfwlist -server=/.yolasite.com/127.0.0.1#5335 -ipset=/.yolasite.com/gfwlist -server=/.yomiuri.co.jp/127.0.0.1#5335 -ipset=/.yomiuri.co.jp/gfwlist -server=/.yong.hu/127.0.0.1#5335 -ipset=/.yong.hu/gfwlist -server=/.yorkbbs.ca/127.0.0.1#5335 -ipset=/.yorkbbs.ca/gfwlist -server=/.you-get.org/127.0.0.1#5335 -ipset=/.you-get.org/gfwlist -server=/.youdontcare.com/127.0.0.1#5335 -ipset=/.youdontcare.com/gfwlist -server=/.youjizz.com/127.0.0.1#5335 -ipset=/.youjizz.com/gfwlist -server=/.youmaker.com/127.0.0.1#5335 -ipset=/.youmaker.com/gfwlist -server=/.youngpornvideos.com/127.0.0.1#5335 -ipset=/.youngpornvideos.com/gfwlist -server=/.youngspiration.hk/127.0.0.1#5335 -ipset=/.youngspiration.hk/gfwlist -server=/.youpai.org/127.0.0.1#5335 -ipset=/.youpai.org/gfwlist -server=/.youporn.com/127.0.0.1#5335 -ipset=/.youporn.com/gfwlist -server=/.youporngay.com/127.0.0.1#5335 -ipset=/.youporngay.com/gfwlist -server=/.your-freedom.net/127.0.0.1#5335 -ipset=/.your-freedom.net/gfwlist -server=/.yourepeat.com/127.0.0.1#5335 -ipset=/.yourepeat.com/gfwlist -server=/.yourlisten.com/127.0.0.1#5335 -ipset=/.yourlisten.com/gfwlist -server=/.yourlust.com/127.0.0.1#5335 -ipset=/.yourlust.com/gfwlist -server=/.yourprivatevpn.com/127.0.0.1#5335 -ipset=/.yourprivatevpn.com/gfwlist -server=/.yourtrap.com/127.0.0.1#5335 -ipset=/.yourtrap.com/gfwlist -server=/.yousendit.com/127.0.0.1#5335 -ipset=/.yousendit.com/gfwlist -server=/.youshun12.com/127.0.0.1#5335 -ipset=/.youshun12.com/gfwlist -server=/.youtu.be/127.0.0.1#5335 -ipset=/.youtu.be/gfwlist -server=/.youtube-nocookie.com/127.0.0.1#5335 -ipset=/.youtube-nocookie.com/gfwlist -server=/.youtube.com/127.0.0.1#5335 -ipset=/.youtube.com/gfwlist -server=/.youtubecn.com/127.0.0.1#5335 -ipset=/.youtubecn.com/gfwlist -server=/.youtubeeducation.com/127.0.0.1#5335 -ipset=/.youtubeeducation.com/gfwlist -server=/.youtubegaming.com/127.0.0.1#5335 -ipset=/.youtubegaming.com/gfwlist -server=/.youversion.com/127.0.0.1#5335 -ipset=/.youversion.com/gfwlist -server=/.youwin.com/127.0.0.1#5335 -ipset=/.youwin.com/gfwlist -server=/.youxu.info/127.0.0.1#5335 -ipset=/.youxu.info/gfwlist -server=/.yt.be/127.0.0.1#5335 -ipset=/.yt.be/gfwlist -server=/.ytht.net/127.0.0.1#5335 -ipset=/.ytht.net/gfwlist -server=/.ytimg.com/127.0.0.1#5335 -ipset=/.ytimg.com/gfwlist -server=/.ytn.co.kr/127.0.0.1#5335 -ipset=/.ytn.co.kr/gfwlist -server=/.yuanming.net/127.0.0.1#5335 -ipset=/.yuanming.net/gfwlist -server=/.yuanzhengtang.org/127.0.0.1#5335 -ipset=/.yuanzhengtang.org/gfwlist -server=/.yulghun.com/127.0.0.1#5335 -ipset=/.yulghun.com/gfwlist -server=/.yunchao.net/127.0.0.1#5335 -ipset=/.yunchao.net/gfwlist -server=/.yuntipub.com/127.0.0.1#5335 -ipset=/.yuntipub.com/gfwlist -server=/.yuvutu.com/127.0.0.1#5335 -ipset=/.yuvutu.com/gfwlist -server=/.yvesgeleyn.com/127.0.0.1#5335 -ipset=/.yvesgeleyn.com/gfwlist -server=/.yx51.net/127.0.0.1#5335 -ipset=/.yx51.net/gfwlist -server=/.yyii.org/127.0.0.1#5335 -ipset=/.yyii.org/gfwlist -server=/.yzzk.com/127.0.0.1#5335 -ipset=/.yzzk.com/gfwlist -server=/.zacebook.com/127.0.0.1#5335 -ipset=/.zacebook.com/gfwlist -server=/.zalmos.com/127.0.0.1#5335 -ipset=/.zalmos.com/gfwlist -server=/.zannel.com/127.0.0.1#5335 -ipset=/.zannel.com/gfwlist -server=/.zaobao.com/127.0.0.1#5335 -ipset=/.zaobao.com/gfwlist -server=/.zaozon.com/127.0.0.1#5335 -ipset=/.zaozon.com/gfwlist -server=/.zapto.org/127.0.0.1#5335 -ipset=/.zapto.org/gfwlist -server=/.zattoo.com/127.0.0.1#5335 -ipset=/.zattoo.com/gfwlist -server=/.zb.com/127.0.0.1#5335 -ipset=/.zb.com/gfwlist -server=/.zdnet.com.tw/127.0.0.1#5335 -ipset=/.zdnet.com.tw/gfwlist -server=/.zello.com/127.0.0.1#5335 -ipset=/.zello.com/gfwlist -server=/.zengjinyan.org/127.0.0.1#5335 -ipset=/.zengjinyan.org/gfwlist -server=/.zenmate.com/127.0.0.1#5335 -ipset=/.zenmate.com/gfwlist -server=/.zeronet.io/127.0.0.1#5335 -ipset=/.zeronet.io/gfwlist -server=/.zeutch.com/127.0.0.1#5335 -ipset=/.zeutch.com/gfwlist -server=/.zfreet.com/127.0.0.1#5335 -ipset=/.zfreet.com/gfwlist -server=/.zgsddh.com/127.0.0.1#5335 -ipset=/.zgsddh.com/gfwlist -server=/.zgzcjj.net/127.0.0.1#5335 -ipset=/.zgzcjj.net/gfwlist -server=/.zh.bitterwinter.org/127.0.0.1#5335 -ipset=/.zh.bitterwinter.org/gfwlist -server=/.zh.ecdm.wikia.com/127.0.0.1#5335 -ipset=/.zh.ecdm.wikia.com/gfwlist -server=/.zh.pokerstrategy.com/127.0.0.1#5335 -ipset=/.zh.pokerstrategy.com/gfwlist -server=/.zh.uncyclopedia.wikia.com/127.0.0.1#5335 -ipset=/.zh.uncyclopedia.wikia.com/gfwlist -server=/.zh.wikinews.org/127.0.0.1#5335 -ipset=/.zh.wikinews.org/gfwlist -server=/.zh.wikisource.org/127.0.0.1#5335 -ipset=/.zh.wikisource.org/gfwlist -server=/.zhanbin.net/127.0.0.1#5335 -ipset=/.zhanbin.net/gfwlist -server=/.zhangboli.net/127.0.0.1#5335 -ipset=/.zhangboli.net/gfwlist -server=/.zhangtianliang.com/127.0.0.1#5335 -ipset=/.zhangtianliang.com/gfwlist -server=/.zhanlve.org/127.0.0.1#5335 -ipset=/.zhanlve.org/gfwlist -server=/.zhao.1984.city/127.0.0.1#5335 -ipset=/.zhao.1984.city/gfwlist -server=/.zhao.jinhai.de/127.0.0.1#5335 -ipset=/.zhao.jinhai.de/gfwlist -server=/.zhenghui.org/127.0.0.1#5335 -ipset=/.zhenghui.org/gfwlist -server=/.zhengjian.org/127.0.0.1#5335 -ipset=/.zhengjian.org/gfwlist -server=/.zhengwunet.org/127.0.0.1#5335 -ipset=/.zhengwunet.org/gfwlist -server=/.zhenlibu.info/127.0.0.1#5335 -ipset=/.zhenlibu.info/gfwlist -server=/.zhenlibu1984.com/127.0.0.1#5335 -ipset=/.zhenlibu1984.com/gfwlist -server=/.zhenxiang.biz/127.0.0.1#5335 -ipset=/.zhenxiang.biz/gfwlist -server=/.zhinengluyou.com/127.0.0.1#5335 -ipset=/.zhinengluyou.com/gfwlist -server=/.zhongguo.ca/127.0.0.1#5335 -ipset=/.zhongguo.ca/gfwlist -server=/.zhongguorenquan.org/127.0.0.1#5335 -ipset=/.zhongguorenquan.org/gfwlist -server=/.zhongguotese.net/127.0.0.1#5335 -ipset=/.zhongguotese.net/gfwlist -server=/.zhongmeng.org/127.0.0.1#5335 -ipset=/.zhongmeng.org/gfwlist -server=/.zhoushuguang.com/127.0.0.1#5335 -ipset=/.zhoushuguang.com/gfwlist -server=/.zhreader.com/127.0.0.1#5335 -ipset=/.zhreader.com/gfwlist -server=/.zhuangbi.me/127.0.0.1#5335 -ipset=/.zhuangbi.me/gfwlist -server=/.zhuanxing.cn/127.0.0.1#5335 -ipset=/.zhuanxing.cn/gfwlist -server=/.zhuatieba.com/127.0.0.1#5335 -ipset=/.zhuatieba.com/gfwlist -server=/.zhuichaguoji.org/127.0.0.1#5335 -ipset=/.zhuichaguoji.org/gfwlist -server=/.zillionk.com/127.0.0.1#5335 -ipset=/.zillionk.com/gfwlist -server=/.zim.vn/127.0.0.1#5335 -ipset=/.zim.vn/gfwlist -server=/.zinio.com/127.0.0.1#5335 -ipset=/.zinio.com/gfwlist -server=/.ziporn.com/127.0.0.1#5335 -ipset=/.ziporn.com/gfwlist -server=/.zippyshare.com/127.0.0.1#5335 -ipset=/.zippyshare.com/gfwlist -server=/.zkaip.com/127.0.0.1#5335 -ipset=/.zkaip.com/gfwlist -server=/.zmw.cn/127.0.0.1#5335 -ipset=/.zmw.cn/gfwlist -server=/.zodgame.us/127.0.0.1#5335 -ipset=/.zodgame.us/gfwlist -server=/.zomobo.net/127.0.0.1#5335 -ipset=/.zomobo.net/gfwlist -server=/.zonaeuropa.com/127.0.0.1#5335 -ipset=/.zonaeuropa.com/gfwlist -server=/.zonghexinwen.com/127.0.0.1#5335 -ipset=/.zonghexinwen.com/gfwlist -server=/.zonghexinwen.net/127.0.0.1#5335 -ipset=/.zonghexinwen.net/gfwlist -server=/.zoogvpn.com/127.0.0.1#5335 -ipset=/.zoogvpn.com/gfwlist -server=/.zootool.com/127.0.0.1#5335 -ipset=/.zootool.com/gfwlist -server=/.zoozle.net/127.0.0.1#5335 -ipset=/.zoozle.net/gfwlist -server=/.zorrovpn.com/127.0.0.1#5335 -ipset=/.zorrovpn.com/gfwlist -server=/.zozotown.com/127.0.0.1#5335 -ipset=/.zozotown.com/gfwlist -server=/.zpn.im/127.0.0.1#5335 -ipset=/.zpn.im/gfwlist -server=/.zspeeder.me/127.0.0.1#5335 -ipset=/.zspeeder.me/gfwlist -server=/.zsrhao.com/127.0.0.1#5335 -ipset=/.zsrhao.com/gfwlist -server=/.zuo.la/127.0.0.1#5335 -ipset=/.zuo.la/gfwlist -server=/.zuobiao.me/127.0.0.1#5335 -ipset=/.zuobiao.me/gfwlist -server=/.zuola.com/127.0.0.1#5335 -ipset=/.zuola.com/gfwlist -server=/.zvereff.com/127.0.0.1#5335 -ipset=/.zvereff.com/gfwlist -server=/.zynaima.com/127.0.0.1#5335 -ipset=/.zynaima.com/gfwlist -server=/.zynamics.com/127.0.0.1#5335 -ipset=/.zynamics.com/gfwlist -server=/.zyns.com/127.0.0.1#5335 -ipset=/.zyns.com/gfwlist -server=/.zyzc9.com/127.0.0.1#5335 -ipset=/.zyzc9.com/gfwlist -server=/.zzcartoon.com/127.0.0.1#5335 -ipset=/.zzcartoon.com/gfwlist -server=/.zzcloud.me/127.0.0.1#5335 -ipset=/.zzcloud.me/gfwlist -server=/.zzux.com/127.0.0.1#5335 -ipset=/.zzux.com/gfwlist diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/hotplug.d/iface/98-shadowsocksr b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/hotplug.d/iface/98-shadowsocksr deleted file mode 100644 index 547225b2e9..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/hotplug.d/iface/98-shadowsocksr +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# Copyright (C) 2007 OpenWrt.org - -/etc/init.d/shadowsocksr enabled && { - - [ "$ACTION" = "ifup" ] && { - local_server=`uci get shadowsocksr.@global[0].global_server 2>/dev/null` - - if [ "$local_server" = "nil" ] ;then - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR/v2ray not running!" >> /tmp/ssrplus.log - else - icount=`ps -w | grep ssr-retcp |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR/v2ray error.restart!" >> /tmp/ssrplus.log - /etc/init.d/shadowsocksr restart - exit 0 - fi - fi - } - -} \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/init.d/shadowsocksr b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/init.d/shadowsocksr deleted file mode 100755 index 8e0d2df8c3..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/init.d/shadowsocksr +++ /dev/null @@ -1,1163 +0,0 @@ -#!/bin/sh /etc/rc.common -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# Copyright (C) 2018 lean -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -START=99 -STOP=15 - -SERVICE_DAEMONIZE=1 -NAME=shadowsocksr -EXTRA_COMMANDS=rules -CONFIG_FILE=/var/etc/${NAME}.json -CONFIG_UDP_FILE=/var/etc/${NAME}_u.json -CONFIG_SOCK5_FILE=/var/etc/${NAME}_s.json -server_count=0 -redir_tcp=0 -redir_udp=0 -tunnel_enable=0 -local_enable=0 -kcp_enable_flag=0 -kcp_flag=0 -pdnsd_enable_flag=0 -dnsforwarder_enable_flag=0 -chinadns_enable_flag=0 -switch_enable=0 -ssserver_enable=0 -ssrserver_enable=0 -v2rayserver_enable=0 -haproxy_enable=0 -privoxy_enable=0 -switch_server=$1 -MAXFD=32768 -CRON_FILE=/etc/crontabs/root -threads=1 - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -add_cron() -{ - sed -i '/ssrplus.log/d' $CRON_FILE - [ -n "$(grep -w "/usr/share/shadowsocksr/subscribe.sh" $CRON_FILE)" ] && sed -i '/\/usr\/share\/shadowsocksr\/subscribe.sh/d' $CRON_FILE - [ $(uci_get_by_type server_subscribe auto_update 0) -eq 1 ] && echo "0 $(uci_get_by_type server_subscribe auto_update_time) * * * /usr/share/shadowsocksr/subscribe.sh" >> $CRON_FILE - [ -n "$(grep -w "/usr/share/shadowsocksr/v2ray_update.sh" $CRON_FILE)" ] && sed -i '/\/usr\/share\/shadowsocksr\/v2ray_update.sh/d' $CRON_FILE - [ $(uci_get_by_type server_subscribe v2ray_update 0) -eq 1 ] && echo "0 4 * * * /usr/share/shadowsocksr/v2ray_update.sh" >> $CRON_FILE - [ -z "$(grep -w "/usr/share/shadowsocksr/update.sh" $CRON_FILE)" ] && echo "0 5 * * 0 /usr/share/shadowsocksr/update.sh" >> $CRON_FILE - crontab $CRON_FILE -} - -del_cron() -{ - sed -i '/shadowsocksr/d' $CRON_FILE - sed -i '/ssrplus.log/d' $CRON_FILE - /etc/init.d/cron restart -} - -run_mode=$(uci_get_by_type global run_mode) -v2ray_path=$(uci_get_by_type server_subscribe v2ray_path) - -gen_config_file() { - local use_conf_file=$(uci_get_by_name $1 use_conf_file) - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - local host=$(uci_get_by_name $1 server) - if echo $host|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - hostip=${host} - elif [ "$host" != "${host#*:[0-9a-fA-F]}" ] ;then - hostip=${host} - else - hostip=`nslookup ${host} | grep 'Address 1' | sed 's/Address 1: //g'` - if echo $hostip|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - hostip=${hostip} - else - hostip=`cat /etc/ssr_ip` - fi - fi - - [ $2 = "0" -a $kcp_flag = "1" ] && hostip="127.0.0.1" - - if [ $2 = "0" ] ;then - config_file=$CONFIG_FILE - elif [ $2 = "1" ]; then - config_file=$CONFIG_UDP_FILE - else - config_file=$CONFIG_SOCK5_FILE - fi - - if [ $(uci_get_by_name $1 fast_open 0) = "1" ] ;then - fastopen="true"; - else - fastopen="false"; - fi - - local port=$(uci_get_by_name $1 server_port) - - if [ $HAPROXY_MODE = "1" ]; then - hostip="0.0.0.0" - port="4433" - fi - - local local_port=$(uci_get_by_name $1 local_port) - iptables -A SS_WAN_DROP -p tcp --dport $local_port -j DROP - - local stype=$(uci_get_by_name $1 type) - local plugin=$(uci_get_by_name $1 plugin) - if [ "$stype" == "ss" ] ;then - if [ "$plugin" == "none" ] ;then - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $port, - "local_address": "0.0.0.0", - "local_port": $local_port, - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method_ss)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - else - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $port, - "local_address": "0.0.0.0", - "local_port": $local_port, - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method_ss)", - "plugin": "$(uci_get_by_name $1 plugin)", - "plugin_opts": "$(uci_get_by_name $1 plugin_opts)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - fi - elif [ "$stype" == "ssr" ] ;then - cat <<-EOF >$config_file - { - - "server": "$hostip", - "server_port": $port, - "local_address": "0.0.0.0", - "local_port": $local_port, - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "protocol": "$(uci_get_by_name $1 protocol)", - "protocol_param": "$(uci_get_by_name $1 protocol_param)", - "obfs": "$(uci_get_by_name $1 obfs)", - "obfs_param": "$(uci_get_by_name $1 obfs_param)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - elif [ "$stype" == "v2ray" ] ;then - if [ "$use_conf_file" -eq 1 ] ;then - cp $conf_file_path /var/etc/v2-ssr-retcp.json - else - global_server=$(uci_get_by_type global global_server) - if [ "$global_server" = "__haproxy__" ]; then - local haproxy_server=$(uci -X show shadowsocksr | grep servers | awk -F'[.=]' '{print $2}' | sed -n 2p) - lua /usr/share/shadowsocksr/genv2config_haproxy.lua $haproxy_server tcp $local_port > /var/etc/v2-ssr-retcp.json - else - lua /usr/share/shadowsocksr/genv2config.lua $GLOBAL_SERVER tcp $(uci_get_by_name $1 local_port) > /var/etc/v2-ssr-retcp.json - fi - sed -i 's/\\//g' /var/etc/v2-ssr-retcp.json - fi - elif [ "$stype" == "trojan" ] ;then - lua /usr/share/shadowsocksr/gentrojanconfig.lua $GLOBAL_SERVER tcp $(uci_get_by_name $1 local_port) > /var/etc/trojan-ssr-retcp.json - sed -i 's/\\//g' /var/etc/trojan-ssr-retcp.json - fi -} - -get_arg_out() { - case "$(uci_get_by_type access_control router_proxy 1)" in - 1) echo "-o";; - 2) echo "-O";; - esac -} - -start_rules() { - local server=$(uci_get_by_name $GLOBAL_SERVER server) - [ $HAPROXY_MODE = "1" ] && server="0.0.0.0" - #resolve name - if echo $server|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - server=${server} - elif [ "$server" != "${server#*:[0-9a-fA-F]}" ] ;then - server=${server} - else - server=`nslookup ${server} | grep 'Address 1' | sed 's/Address 1: //g'` - if echo $server|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - echo $server >/etc/ssr_ip - else - server=`cat /etc/ssr_ip` - fi - fi - - kcp_server=$server - - local kcp_enable=$(uci_get_by_name $GLOBAL_SERVER kcp_enable 0) - if [ $kcp_enable = "1" ] ;then - kcp_flag=1 - fi - - local local_port=$(uci_get_by_name $GLOBAL_SERVER local_port) - local lan_ac_ips=$(uci_get_by_type access_control lan_ac_ips) - local lan_ac_mode="b" - local router_proxy=$(uci_get_by_type access_control router_proxy) - if [ "$GLOBAL_SERVER" = "$UDP_RELAY_SERVER" -a $kcp_flag = 0 ]; then - ARG_UDP="-u" - elif [ -n "$UDP_RELAY_SERVER" ]; then - ARG_UDP="-U" - local udp_server=$(uci_get_by_name $UDP_RELAY_SERVER server) - local udp_local_port=$(uci_get_by_name $UDP_RELAY_SERVER local_port) - fi - - if [ -n "$lan_ac_ips" ]; then - case "$lan_ac_mode" in - w|W|b|B) local ac_ips="$lan_ac_mode$lan_ac_ips";; - esac - fi - -#deal gfw firewall rule - local gfwmode="" - if [ "$run_mode" = "gfw" ]; then - gfwmode="-g" - elif [ "$run_mode" = "router" ]; then - gfwmode="-r" - elif [ "$run_mode" = "routers" ]; then - gfwmode="-R" - elif [ "$run_mode" = "oversea" ]; then - gfwmode="-c" - elif [ "$run_mode" = "all" ]; then - gfwmode="-z" - fi - - local dports=$(uci_get_by_type global dports 1) - if [ $dports = "1" ] ;then - proxyport=" " - else - proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443 " - fi - - /usr/bin/ssr-rules \ - -s "$server" \ - -l "$local_port" \ - -S "$udp_server" \ - -L "$udp_local_port" \ - -a "$ac_ips" \ - -i "$(uci_get_by_type access_control wan_bp_list)" \ - -b "$(uci_get_by_type access_control wan_bp_ips)" \ - -w "$(uci_get_by_type access_control wan_fw_ips)" \ - -p "$(uci_get_by_type access_control lan_fp_ips)" \ - -G "$(uci_get_by_type access_control lan_gm_ips)" \ - -D "$proxyport" \ - -k "$(uci_get_by_type access_control wan_fk_ips)" \ - $(get_arg_out) $gfwmode $ARG_UDP - - return $? -} - -start_pdnsd() { - local usr_dns="$1" - local usr_port="$2" - local dns_port="5335" - - local tcp_dns_list="208.67.222.222,208.67.220.220" - [ -z "$usr_dns" ] && usr_dns="8.8.8.8" - [ -z "$usr_port" ] && usr_port="53" - - if [ "$(uci_get_by_type global pdnsd_enable)" = "1" ] ;then - tcp_only="tcp_only" - elif [ "$(uci_get_by_type global pdnsd_enable)" = "2" ] ;then - tcp_only="udp_only" - fi - - if [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dns_port="5335" - else - dns_port="5337" - fi - if [ "$(uci_get_by_type global chinadns_enable)" = "1" ] ;then - tcp_only="tcp_only" - elif [ "$(uci_get_by_type global chinadns_enable)" = "2" ] ;then - tcp_only="udp_only" - fi - fi - - kill $(pidof pdnsd) >/dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - - [ -d /var/etc ] || mkdir -p /var/etc - - if [ ! -d /var/pdnsd ];then - mkdir -p /var/pdnsd - echo -ne "pd13\000\000\000\000" >/var/pdnsd/pdnsd.cache - chown -R nobody:nogroup /var/pdnsd - fi - - cat > /var/etc/pdnsd.conf </dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - rm -rf /var/run/dnsparsing - - [ ! -f /usr/sbin/dnsparsing ] && ln /usr/bin/dnsforwarder /usr/sbin/dnsparsing - DNSCACHE_CONF=/var/run/dnsparsing/dnsparsing.conf - PID_PATH=/var/run/dnsparsing - PID_FILE=dns.pid - mkdir -p $PID_PATH - pid=$(pidof dnsparsing) - - cat > /var/run/dnsparsing/dnsparsing.conf < $PID_PATH/$PID_FILE - -} - -dnscrypt_config_file() { - local dnsstr="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - local dns_port="5335" - if [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dns_port="5335" - else - dns_port="5337" - fi - fi - kill $(pidof pdnsd) >/dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - - cat > /etc/dnscrypt-proxy/dnscrypt-proxy.toml < /etc/config/privoxy </var/etc/haproxy.cfg </var/etc/haproxy.cfg <>/var/etc/haproxy.cfg </dev/null 2>&1 - done - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR $threads Threads Started!" >> /tmp/ssrplus.log - elif [ "$stype" == "trojan" ] ;then - for i in $(seq 1 $threads); do - $sscmd --config /var/etc/trojan-ssr-retcp.json >/dev/null 2>&1 & - done - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd --version 2>&1 | head -1) $threads Threads Started!" >> /tmp/ssrplus.log - - elif [ "$stype" == "v2ray" ] ;then - for i in $(seq 1 $threads); do - $sscmd -config /var/etc/v2-ssr-retcp.json >/dev/null 2>&1 & - done - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd -version | head -1) $threads Threads Started!" >> /tmp/ssrplus.log - elif [ "$stype" == "socks5" ]; then - for i in $(seq 1 $threads); do - if [ "$(uci_get_by_name $GLOBAL_SERVER auth_enable 0)" == "0" ]; then - $sscmd -T -4 -b 0.0.0.0 -s $(uci_get_by_name $GLOBAL_SERVER server) -p $(uci_get_by_name $GLOBAL_SERVER server_port) -l $(uci_get_by_name $GLOBAL_SERVER local_port) -R ssr-retcp >/dev/null 2>&1 & - else - $sscmd -T -4 -b 0.0.0.0 -s $(uci_get_by_name $GLOBAL_SERVER server) -p $(uci_get_by_name $GLOBAL_SERVER server_port) -a $(uci_get_by_name $GLOBAL_SERVER username) \ - -k $(uci_get_by_name $GLOBAL_SERVER password) -l $(uci_get_by_name $GLOBAL_SERVER local_port) -R ssr-retcp >/dev/null 2>&1 & - fi - done - echo "$(date "+%Y-%m-%d %H:%M:%S") Socks5 REDIRECT/TPROXY, $threads 线程 已启动!" >>/tmp/ssrplus.log - - fi - - if [ -n "$UDP_RELAY_SERVER" ] ;then - redir_udp=1 - if [ "$utype" == "ss" -o "$utype" == "ssr" ] ;then - case "$(uci_get_by_name $UDP_RELAY_SERVER auth_enable)" in - 1|on|true|yes|enabled) ARG_OTA="-A";; - *) ARG_OTA="";; - esac - gen_config_file $UDP_RELAY_SERVER 1 - last_config_file=$CONFIG_UDP_FILE - pid_file="/var/run/ssr-reudp.pid" - $ucmd -c $last_config_file $ARG_OTA -U -f /var/run/ssr-reudp.pid >/dev/null 2>&1 - elif [ "$stype" == "trojan" ] ;then - lua /usr/share/shadowsocksr/gentrojanconfig.lua $GLOBAL_SERVER client 10801 > /var/etc/trojan-ssr-reudp.json - sed -i 's/\\//g' /var/etc/trojan-ssr-reudp.json - $ucmd --config /var/etc/trojan-ssr-reudp.json >/dev/null 2>&1 & - ipt2socks -U -4 -b 0.0.0.0 -s 127.0.0.1 -p 10801 -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) >/dev/null 2>&1 & - elif [ "$utype" == "v2ray" ] ; then - lua /usr/share/shadowsocksr/genv2config.lua $UDP_RELAY_SERVER udp $(uci_get_by_name $UDP_RELAY_SERVER local_port) > /var/etc/v2-ssr-reudp.json - sed -i 's/\\//g' /var/etc/v2-ssr-reudp.json - $ucmd -config /var/etc/v2-ssr-reudp.json >/dev/null 2>&1 & - elif [ "$utype" == "socks5" ]; then - if [ "$(uci_get_by_name $GLOBAL_SERVER auth_enable 0)" == "0" ]; then - $ucmd -4 -b 0.0.0.0 -s $(uci_get_by_name $UDP_RELAY_SERVER server) -p $(uci_get_by_name $UDP_RELAY_SERVER server_port) -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) -U ssr-reudp >/dev/null 2>&1 & - else - $ucmd -4 -b 0.0.0.0 -s $(uci_get_by_name $UDP_RELAY_SERVER server) -p $(uci_get_by_name $UDP_RELAY_SERVER server_port) -a $(uci_get_by_name $GLOBAL_SERVER username) \ - -k $(uci_get_by_name $GLOBAL_SERVER password) -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) -U ssr-reudp >/dev/null 2>&1 & - - fi - fi - fi - - #deal with dns - - if [ "$(uci_get_by_type global pdnsd_enable)" -ne "0" ] ;then - local dnsstr="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - local dnsserver=`echo "$dnsstr"|awk -F ':' '{print $1}'` - local dnsport=`echo "$dnsstr"|awk -F ':' '{print $2}'` - if [ "$dnsserver" = "0.0.0.0" ]; then - echo "$(date "+%Y-%m-%d %H:%M:%S") dns="$dnsstr"" >> /tmp/ssrplus.log - else - if [ "$run_mode" = "gfw" ]; then - ipset add gfwlist $dnsserver 2>/dev/null - elif [ "$run_mode" = "oversea" ]; then - ipset add oversea $dnsserver 2>/dev/null - else - ipset add ss_spec_wan_ac $dnsserver nomatch 2>/dev/null - fi - fi - - if [ "$(uci_get_by_type global pdnsd_enable)" = "1" ] || [ "$(uci_get_by_type global pdnsd_enable)" = "2" ] ;then - start_pdnsd $dnsserver $dnsport - pdnsd_enable_flag=1 - elif [ "$(uci_get_by_type global pdnsd_enable)" = "3" ] || [ "$(uci_get_by_type global pdnsd_enable)" = "4" ] ;then - start_dnsforwarder $dnsserver $dnsport - dnsforwarder_enable_flag=1 - elif [ "$(uci_get_by_type global pdnsd_enable)" = "5" ] ;then - dnscrypt_config_file - /etc/init.d/dnscrypt-proxy enable && /etc/init.d/dnscrypt-proxy start - elif [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "1" ] || [ "$(uci_get_by_type global chinadns_enable)" = "2" ] ;then - start_pdnsd $dnsserver $dnsport - pdnsd_enable_flag=1 - dnsstrs="0.0.0.0:5337" - elif [ "$(uci_get_by_type global chinadns_enable)" = "3" ] || [ "$(uci_get_by_type global chinadns_enable)" = "4" ] ;then - start_dnsforwarder $dnsserver $dnsport - dnsforwarder_enable_flag=1 - dnsstrs="0.0.0.0:5337" - elif [ "$(uci_get_by_type global chinadns_enable)" = "5" ] ;then - dnscrypt_config_file - /etc/init.d/dnscrypt-proxy enable && /etc/init.d/dnscrypt-proxy start - dnsstrs="0.0.0.0:5337" - else - dnsstrs="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - fi - nohup /usr/bin/chinadns -p 5335 -c /etc/china_ssr.txt -m -d -s $dnsstrs >/dev/null 2>&1 & - chinadns_enable_flag=1 - fi - - fi - - if [ "$(uci_get_by_type global enable_switch)" = "1" ] && [ $HAPROXY_MODE = "0" ]; then - if [ "$(uci_get_by_name $GLOBAL_SERVER switch_enable)" = "1" ] ;then - if [ -z "$switch_server" ] ;then - local switch_time=$(uci_get_by_type global switch_time) - local switch_timeout=$(uci_get_by_type global switch_timeout) - service_start /usr/bin/ssr-switch start $switch_time $switch_timeout - switch_enable=1 - fi - fi - fi - add_cron - - return $? -} -start_udp2raw() { - cat > /var/etc/udp2raw.conf </dev/null 2>&1 & -} - -start_udpspeeeder() { - /usr/bin/udpspeeder -c -l0.0.0.0:$(uci_get_by_type udpspeeder local_port) \ - -r$(uci_get_by_type udpspeeder server):$(uci_get_by_type udpspeeder server_port) \ - -k $(uci_get_by_type udpspeeder key) \ - --mode $(uci_get_by_type udpspeeder speeder_mode) \ - --mtu $(uci_get_by_type udpspeeder mtu) \ - -f$(uci_get_by_type udpspeeder fec) \ - -q$(uci_get_by_type udpspeeder queue_len) \ - --timeout $(uci_get_by_type udpspeeder timeout) \ - >/dev/null 2>&1 & -} - -gen_service_file() { - if [ $(uci_get_by_name $1 fast_open) = "1" ] ;then - fastopen="true"; - else - fastopen="false"; - fi - - local sertype=$(uci_get_by_name $1 type) - local plugin=$(uci_get_by_name $1 plugin) - if [ $(uci_get_by_name $1 ipv4_ipv6) = "1" ] ;then - ipv4_ipv6="::"; - else - ipv4_ipv6="0.0.0.0"; - fi - - if [ "$sertype" == "ss" ] ;then - if [ "$plugin" == "none" ] ;then - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "fast_open": $fastopen - } -EOF - else - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "plugin": "$(uci_get_by_name $1 plugin)", - "plugin_opts": "$(uci_get_by_name $1 plugin_opts)", - "fast_open": $fastopen - } -EOF - fi - elif [ "$sertype" == "ssr" ] ;then - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "protocol": "$(uci_get_by_name $1 protocol)", - "protocol_param": "$(uci_get_by_name $1 protocol_param)", - "obfs": "$(uci_get_by_name $1 obfs)", - "obfs_param": "$(uci_get_by_name $1 obfs_param)", - "fast_open": $fastopen - } -EOF - fi - -} - -start_service() { - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - local use_conf_file=$(uci_get_by_name $1 use_conf_file) - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - [ $(uci_get_by_name $1 enable) = "0" ] && return 1 - let server_count=server_count+1 - if [ $server_count = 1 ] ;then - iptables -N SSR-SERVER-RULE && \ - iptables -t filter -I INPUT -j SSR-SERVER-RULE - fi - - local sertype=$(uci_get_by_name $1 type) - if [ "$sertype" == "ss" ] ;then - sercmd="ss-server" - ssserver_enable=1 - elif [ "$sertype" == "ssr" ] ;then - sercmd="ssr-server" - ssrserver_enable=1 - fi - - if [ "$sertype" == "ss" -o "$sertype" == "ssr" ] ;then - gen_service_file $1 /var/etc/${NAME}_${server_count}.json - /usr/bin/$sercmd -c /var/etc/${NAME}_${server_count}.json -u -f /var/run/$sercmd${server_count}.pid >/dev/null 2>&1 - iptables -t filter -A SSR-SERVER-RULE -p tcp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - iptables -t filter -A SSR-SERVER-RULE -p udp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - elif [ "$sertype" == "v2ray" ] ; then - if [ "$use_conf_file" -eq 1 ] ;then - cp $conf_file_path /var/etc/v2ray-server-${server_count}.json - else - lua /usr/share/shadowsocksr/genv2config_server.lua $1 > /var/etc/v2ray-server-${server_count}.json - fi - sed -i 's/\\//g' /var/etc/v2-ssr-retcp.json - /usr/bin/v2ray/v2ray -config /var/etc/v2ray-server-${server_count}.json >/dev/null 2>&1 & - - iptables -t filter -A SSR-SERVER-RULE -p tcp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - iptables -t filter -A SSR-SERVER-RULE -p udp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - v2rayserver_enable=1 - fi - return 0 -} - -gen_serv_include() { - FWI=$(uci get firewall.shadowsocksr.path 2>/dev/null) - [ -n "$FWI" ] || return 0 - if [ ! -f $FWI ] ;then - echo '#!/bin/sh' >$FWI - fi - extract_rules() { - echo "*filter" - iptables-save -t filter | grep SSR-SERVER-RULE|sed -e "s/^-A INPUT/-I INPUT/" - echo 'COMMIT' -} - cat <<-EOF >>$FWI - iptables-save -c | grep -v "SSR-SERVER" | iptables-restore -c - iptables-restore -n <<-EOT - $(extract_rules) - EOT -EOF - -} -start_server() { - SERVER_ENABLE=$(uci_get_by_type server_global enable_server) - [ "$SERVER_ENABLE" = 0 ] && return 0 - mkdir -p /var/run /var/etc - - config_load $NAME - config_foreach start_service server_config - gen_serv_include - return 0 -} - -start_local() { - local local_server=$(uci_get_by_type socks5_proxy server) - local http_enable=$(uci_get_by_type socks5_proxy http_enable) - local stype=$(uci_get_by_name $local_server type) - [ "$local_server" = "nil" ] && return 1 - mkdir -p /var/run /var/etc - gen_config_file $local_server 2 - if [ "$stype" == "ssr" ] ;then - /usr/bin/ssr-local -c $CONFIG_SOCK5_FILE -u \ - -l $(uci_get_by_type socks5_proxy local_port 1080) \ - -b $(uci_get_by_type socks5_proxy local_address 0.0.0.0) \ - -f /var/run/ssr-local.pid >/dev/null 2>&1 - local_enable=1 - elif [ "$stype" == "ss" ] ;then - /usr/bin/ss-local -c $CONFIG_SOCK5_FILE -u \ - -l $(uci_get_by_type socks5_proxy local_port 1080) \ - -b $(uci_get_by_type socks5_proxy local_address 0.0.0.0) \ - -f /var/run/ss-local.pid >/dev/null 2>&1 - local_enable=2 - elif [ "$stype" == "v2ray" ] ;then - lua /usr/share/shadowsocksr/genv2config_local.lua $local_server tcp $(uci_get_by_name $local_server local_port) $(uci_get_by_type socks5_proxy local_port 1080) > /var/etc/v2-ssr-local.json - sed -i 's/\\//g' /var/etc/v2-ssr-local.json - /usr/bin/v2ray/v2ray -config /var/etc/v2-ssr-local.json >/dev/null 2>&1 & - local_enable=3 - fi - - if [ "$http_enable" -eq 1 ] ;then - privoxy_config_file - /etc/init.d/privoxy enable && /etc/init.d/privoxy start - privoxy_enable=1 - fi - -} - -rules() { - [ "$GLOBAL_SERVER" = "nil" ] && return 1 - mkdir -p /var/run /var/etc - UDP_RELAY_SERVER=$(uci_get_by_type global udp_relay_server) - [ "$UDP_RELAY_SERVER" = "same" ] && UDP_RELAY_SERVER=$GLOBAL_SERVER - if start_rules ;then - return 0 - else - return 1 - fi -} - -start() { - case "$(uci_get_by_type udp2raw udp2raw_enable)" in - 1|on|true|yes|enabled) - start_udp2raw - ;; - esac - case "$(uci_get_by_type udpspeeder udpspeeder_enable)" in - 1|on|true|yes|enabled) - start_udpspeeeder - ;; - esac - - if [ -z "$switch_server" ] ;then - GLOBAL_SERVER=$(uci_get_by_type global global_server) - else - GLOBAL_SERVER=$switch_server - switch_enable=1 - fi - - HAPROXY_MODE="0" - if [ "$GLOBAL_SERVER" = "__haproxy__" ]; then - GLOBAL_SERVER=$(uci -X show shadowsocksr | grep servers | awk -F'[.=]' '{print $2}' | head -n 1) - HAPROXY_MODE="1" - fi - - if rules ;then - [ $HAPROXY_MODE = "1" ] && start_haproxy && haproxy_enable=1 - - start_redir - - mkdir -p /tmp/dnsmasq.d - - if ! [ "$run_mode" = "oversea" ]; then -# for domain_names in $(uci -X show shadowsocksr | grep domain_white_list | awk -F'[.=]' '{print $2}'); do -# local DOMAIN_NANES=$(uci_get_by_name $domain_names domain_names) -# -# sed -i "/$DOMAIN_NANES/d" /etc/dnsmasq.ssr/custom_forward.conf -# sed -i "/$DOMAIN_NANES/d" /etc/dnsmasq.ssr/gfw_base.conf -# sed -i "/$DOMAIN_NANES/d" /etc/dnsmasq.ssr/gfw_list.conf -# done - - sleep 2 - - cat > /tmp/dnsmasq.d/dnsmasq-ssr.conf < /tmp/dnsmasq.d/dnsmasq-ssr.conf </dev/null 2>&1 - fi - - start_server - start_local - - if [ $(uci_get_by_type global monitor_enable) = 1 ] ;then - let total_count=server_count+redir_tcp+redir_udp+tunnel_enable+kcp_enable_flag+local_enable+pdnsd_enable_flag+dnsforwarder_enable_flag+switch_enable+ssserver_enable+ssrserver_enable+v2rayserver_enable+haproxy_enable+privoxy_enable+chinadns_enable_flag - - if [ $total_count -gt 0 ] ;then - #param:server(count) redir_tcp(0:no,1:yes) redir_udp tunnel kcp local gfw - service_start /usr/bin/ssr-monitor $server_count $redir_tcp $redir_udp $tunnel_enable $kcp_enable_flag $local_enable $pdnsd_enable_flag $dnsforwarder_enable_flag $switch_enable $ssserver_enable $ssrserver_enable $v2rayserver_enable $haproxy_enable $privoxy_enable $chinadns_enable_flag - fi - fi - - ENABLE_SERVER=$(uci_get_by_type global global_server) - [ "$ENABLE_SERVER" = "nil" ] && return 1 -} - -boot() { - (/usr/share/shadowsocksr/chinaipset.sh && sleep 5 && start >/dev/null 2>&1) & -} - -stop() { - /usr/bin/ssr-rules -f - srulecount=`iptables -L|grep SSR-SERVER-RULE|wc -l` - if [ $srulecount -gt 0 ] ;then - iptables -F SSR-SERVER-RULE - iptables -t filter -D INPUT -j SSR-SERVER-RULE - iptables -X SSR-SERVER-RULE 2>/dev/null - fi - - iptables -t nat -F HAPROXY 2>/dev/null - iptables -t nat -D OUTPUT -j HAPROXY 2>/dev/null - iptables -t nat -X HAPROXY 2>/dev/null - - if [ -z "$switch_server" ] ;then - kill -9 $(ps | grep ssr-switch | grep -v "grep" | awk '{print $1}') >/dev/null 2>&1 - fi - - if [ $(uci_get_by_type global monitor_enable) = 1 ] ;then - kill -9 $(ps | grep ssr-monitor | grep -v "grep" | awk '{print $1}') >/dev/null 2>&1 - fi - - killall -q -9 ssr-monitor - killall -q -9 ss-redir - killall -q -9 ssr-redir - killall -q -9 trojan - killall -q -9 v2ray - killall -q -9 ssr-server - killall -q -9 ss-server - killall -q -9 kcptun-client - killall -q -9 ssr-local - killall -q -9 ss-local - killall -q -9 haproxy - killall -q -9 privoxy - killall -q -9 v2ray-plugin - killall -q -9 gq-client - killall -q -9 gq-server - killall -q -9 obfs-local - killall -q -9 ipt2socks - killall -q -9 obfs-server - killall -q -9 chinadns - killall -q -9 udp2raw - killall -q -9 udpspeeder - /usr/bin/udp2raw --clear >/dev/null - if [ -f /var/run/pdnsd.pid ] ;then - kill $(cat /var/run/pdnsd.pid) >/dev/null 2>&1 - else - - kill -9 $(ps | grep pdnsd | grep -v "grep" | awk '{print $1}') >/dev/null 2>&1 - fi - - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - rm -rf /var/run/dnsparsing - - if [ -f "/tmp/dnsmasq.d/dnsmasq-ssr.conf" ]; then - rm -f /tmp/dnsmasq.d/dnsmasq-ssr.conf - - if [ -d "/var/dnsmasq.ssr" ]; then - rm -rf /var/etc/dnsmasq.ssr - fi - - if [ -d "/var/dnsmasq.oversea" ]; then - rm -rf /var/etc/dnsmasq.oversea - fi - /etc/init.d/dnsmasq restart >/dev/null 2>&1 - fi - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - /etc/init.d/privoxy disable - /etc/init.d/privoxy stop - - - del_cron -} - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/uci-defaults/luci-ssr-plus b/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/uci-defaults/luci-ssr-plus deleted file mode 100755 index af00163cbf..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/etc/uci-defaults/luci-ssr-plus +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@shadowsocksr[-1] - add ucitrack shadowsocksr - set ucitrack.@shadowsocksr[-1].init=shadowsocksr - commit ucitrack - delete firewall.shadowsocksr - set firewall.shadowsocksr=include - set firewall.shadowsocksr.type=script - set firewall.shadowsocksr.path=/var/etc/shadowsocksr.include - set firewall.shadowsocksr.reload=1 - commit firewall -EOF - -/etc/init.d/dnscrypt-proxy stop -/etc/init.d/dnscrypt-proxy disable -/etc/init.d/privoxy stop -/etc/init.d/privoxy disable -killall -q -9 v2ray-plugin - -/usr/share/shadowsocksr/gfw2ipset.sh -rm -f /tmp/luci-indexcache -exit 0 diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-ad b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-ad deleted file mode 100755 index 668a262664..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-ad +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -if [ -f /tmp/adnew.conf ]; then - cat /tmp/adnew.conf | grep ^\|\|[^\*]*\^$ | sed -e 's:||:address\=\/:' -e 's:\^:/0\.0\.0\.0:' > /tmp/ad.conf -fi - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-gfw b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-gfw deleted file mode 100755 index 22eb487ed8..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-gfw +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -e - -generate_china_banned() -{ - - cat $1 | base64 -d > /tmp/gfwlist.txt - rm -f $1 - - sed -i '/^@@|/d' /tmp/gfwlist.txt - - cat /tmp/gfwlist.txt | sort -u | - sed 's#!.\+##; s#|##g; s#@##g; s#http:\/\/##; s#https:\/\/##;' | - sed '/\*/d; /apple\.com/d; /sina\.cn/d; /sina\.com\.cn/d; /baidu\.com/d; /byr\.cn/d; /jlike\.com/d; /weibo\.com/d; /zhongsou\.com/d; /youdao\.com/d; /sogou\.com/d; /so\.com/d; /soso\.com/d; /aliyun\.com/d; /taobao\.com/d; /jd\.com/d; /qq\.com/d' | - sed '/^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/d' | - grep '^[0-9a-zA-Z\.-]\+$' | grep '\.' | sed 's#^\.\+##' | sort -u | - awk ' -BEGIN { prev = "________"; } { - cur = $0; - if (index(cur, prev) == 1 && substr(cur, 1 + length(prev) ,1) == ".") { - } else { - print cur; - prev = cur; - } -}' | sort -u - -} - -generate_china_banned /tmp/gfw.b64 > /tmp/gfw.txt -rm -f /tmp/gfwlist.txt -sed '/.*/s/.*/server=\/\.&\/127.0.0.1#5335\nipset=\/\.&\/gfwlist/' /tmp/gfw.txt >/tmp/gfwnew.txt -rm -f /tmp/gfw.txt - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-monitor b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-monitor deleted file mode 100755 index 78121e524a..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-monitor +++ /dev/null @@ -1,277 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - - -NAME=shadowsocksr -logfile="/tmp/ssrplus.log" - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -server_process_count=$1 -redir_tcp_process=$2 -redir_udp_process=$3 -tunnel_process=$4 -kcp_process=$5 -local_process=$6 -pdnsd_process=$7 -dnsforwarder_process=$8 -ssserver_process=$10 -ssrserver_process=$11 -v2rayserver_process=$12 -haproxy_process=$13 -privoxy_process=$14 -chinadns_process=$15 -if [ -z "$pdnsd_process" ] ;then - pdnsd_process=0 -fi - -i=0 - -GLOBAL_SERVER=$(uci_get_by_type global global_server) -server=$(uci_get_by_name $GLOBAL_SERVER server) -kcp_port=$(uci_get_by_name $GLOBAL_SERVER kcp_port) -server_port=$(uci_get_by_name $GLOBAL_SERVER server_port) -password=$(uci_get_by_name $GLOBAL_SERVER kcp_password) -kcp_param=$(uci_get_by_name $GLOBAL_SERVER kcp_param) -[ "$password" != "" ] && password="--key "${password} - -sock5_port=$(uci_get_by_type socks5_proxy local_port 1080) - -if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dnsstrs="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" -else - dnsstrs="0.0.0.0:5337" -fi - -if echo $server|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - server=${server} -else - server=`cat /etc/ssr_ip` -fi - -while [ "1" = "1" ] #死循环 -do - sleep 30 -#redir tcp - if [ $redir_tcp_process -gt 0 ] ;then - icount=`ps -w | grep ssr-retcp |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir tcp error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") redir tcp error.restart!" >> ${logfile} - /etc/init.d/shadowsocksr restart - exit 0 - fi - fi -#redir udp - if [ $redir_udp_process -gt 0 ] ;then - icount=`ps -w | grep ssr-reudp|grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir udp error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") redir udp error.restart!" >> ${logfile} - /etc/init.d/shadowsocksr restart - exit 0 - fi - fi -#tunnel - if [ $tunnel_process -gt 0 ] ;then - icount=`ps -w | grep ssr-tunnel |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") tunnel error.restart!" >> ${logfile} - /etc/init.d/shadowsocksr restart - exit 0 - fi - fi -#server -#ssr_server - if [ $server_process_count -gt 0 ] ;then - if [ $ssrserver_process -gt 0 ] ;then - icount=`ps -w | grep ssr-server |grep -v grep| wc -l` - if [ $icount -lt $ssrserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr server error.restart!" >> ${logfile} - killall -q -9 ssr-server - for i in `seq $ssrserver_process` - do - /usr/bin/ssr-server -c /var/etc/shadowsocksr_$i.json -u -f /var/run/ssr-server$i.pid - done - fi - fi -#ss_server - if [ $ssserver_process -gt 0 ] ;then - icount=`ps -w | grep ss-server |grep -v grep| wc -l` - if [ $icount -lt $ssserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ss server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ss server error.restart!" >> ${logfile} - killall -q -9 ss-server - for i in `seq $ssserver_process` - do - /usr/bin/ss-server -c /var/etc/shadowsocksr_$i.json -u -f /var/run/ss-server$i.pid - done - fi - fi -#v2ray_server - if [ v2rayserver_process -gt 0 ] ;then - icount=`ps -w | grep ss-server |grep -v grep| wc -l` - if [ $icount -lt $v2rayserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "v2ray server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") v2ray server error.restart!" >> ${logfile} - kill -9 $(ps | grep v2ray-server | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - for i in `seq $v2rayserver_process` - do - ( /usr/bin/v2ray/v2ray -config /var/etc/v2ray-server-$i.json >/dev/null 2>&1 &) - done - fi - fi - fi -#kcptun - if [ $kcp_process -gt 0 ] ;then - icount=`ps -w | grep kcptun-client |grep -v grep| wc -l` - if [ $icount -lt $kcp_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr kcptun error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr kcptun error.restart!" >> ${logfile} - killall -q -9 kcptun-client - - ( /usr/bin/kcptun-client -r $server:$kcp_port -l :$server_port $password $kcp_param &) - fi - fi -#local - if [ $local_process -eq 1 ] ;then - icount=`ps -w | grep ssr-local |grep -v grep| wc -l` - if [ $icount -lt $local_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr local error.restart!" >> ${logfile} - killall -q -9 ssr-local - - ( /usr/bin/ssr-local -c /var/etc/shadowsocksr_s.json -u -l $sock5_port -f /var/run/ssr-local.pid &) - fi - fi -#local - if [ $local_process -eq 2 ] ;then - local_processs=1 - icount=`ps -w | grep ss-local |grep -v grep| wc -l` - if [ $icount -lt $local_processs ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ss local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ss local error.restart!" >> ${logfile} - killall -q -9 ss-local - - ( /usr/bin/ss-local -c /var/etc/shadowsocksr_s.json -u -l $sock5_port -f /var/run/ss-local.pid &) - fi - fi -#local - if [ $local_process -eq 3 ] ;then - local_processs=1 - icount=`ps -w | grep v2-ssr-local |grep -v grep| wc -l` - if [ $icount -lt $local_processs ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "v2ray local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") v2ray local error.restart!" >> ${logfile} - kill -9 $(ps | grep v2-ssr-local | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - ( /usr/bin/v2ray/v2ray -config /var/etc/v2-ssr-local.json >/dev/null 2>&1 &) - fi - fi -#privoxy - if [ $privoxy_process -gt 0 ] ;then - icount=`ps -w | grep privoxy |grep -v grep| wc -l` - if [ $icount -lt $privoxy_process ]; then - logger -t "$NAME" "privoxy http local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") privoxy http loca error.restart!" >> ${logfile} - kill -9 $(ps | grep privoxy | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - /etc/init.d/privoxy restart - fi - fi -#dnsforwarder - if [ $dnsforwarder_process -gt 0 ] ;then - icount=`ps -w | grep dnsparsing |grep -v grep| wc -l` - if [ $icount -lt $dnsforwarder_process ]; then - logger -t "$NAME" "dnsforwarder tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") dnsforwarder tunnel error.restart!" >> ${logfile} - kill -9 $(ps | grep dnsparsing | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - ( dnsparsing -f /var/run/dnsparsing/dnsparsing.conf -d &) - fi - fi -#pdnsd - if [ $pdnsd_process -gt 0 ] ;then - icount=`ps -w | grep pdnsd |grep -v grep| wc -l` - if [ $icount -lt $pdnsd_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "pdnsd tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") pdnsd tunnel error.restart!" >> ${logfile} - if [ -f /var/run/pdnsd.pid ] ;then - kill $(cat /var/run/pdnsd.pid) >/dev/null 2>&1 - else - kill -9 $(ps | grep pdnsd | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - fi - - ( /usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d &) - fi - fi -#chiandns - if [ $chinadns_process -gt 0 ] ;then - icount=`ps -w | grep chinadns |grep -v grep| wc -l` - if [ $icount -lt $chinadns_process ]; then - logger -t "$NAME" "chinadns tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") chinadns tunnel error.restart!" >> ${logfile} - kill -9 $(ps | grep chinadns | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - (nohup /usr/bin/chinadns -p 5335 -c /etc/china_ssr.txt -m -d -s $dnsstrs >/dev/null 2>&1 &) - fi - fi -#haproxy - if [ $haproxy_process -gt 0 ] ;then - icount=`ps -w | grep haproxy |grep -v grep| wc -l` - if [ $icount -lt $haproxy_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "haproxy error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") haproxy error.restart!" >> ${logfile} - /etc/init.d/shadowsocksr restart - fi - fi -#udp2raw - if [ $(uci_get_by_type udp2raw udp2raw_enable) = 1 ] ;then - ucount=`ps -w | grep udp2raw |grep -v grep| wc -l` - if [ $ucount = 0 ] ;then - /usr/bin/udp2raw --clear >/dev/null - /usr/bin/udp2raw --conf-file /var/etc/udp2raw.conf >/dev/null 2>&1 & - fi - fi -#udpspeeder - if [ $(uci_get_by_type udpspeeder udpspeeder_enable) = 1 ] ;then - scount=`ps -w | grep udpspeeder |grep -v grep| wc -l` - if [ $scount = 0 ] ;then - /usr/bin/udpspeeder -c -l0.0.0.0:$(uci_get_by_type udpspeeder local_port) \ - -r$(uci_get_by_type udpspeeder server):$(uci_get_by_type udpspeeder server_port) \ - -k $(uci_get_by_type udpspeeder key) \ - --mode $(uci_get_by_type udpspeeder speeder_mode) \ - --mtu $(uci_get_by_type udpspeeder mtu) \ - -f$(uci_get_by_type udpspeeder fec) \ - -q$(uci_get_by_type udpspeeder queue_len) \ - --timeout $(uci_get_by_type udpspeeder timeout) \ - >/dev/null 2>&1 & - fi - fi -done - diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-rules b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-rules deleted file mode 100755 index 1764424553..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-rules +++ /dev/null @@ -1,424 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -TAG="_SS_SPEC_RULE_" # comment tag -IPT="iptables -t nat" # alias of iptables -FWI=$(uci get firewall.shadowsocksr.path 2>/dev/null) # firewall include file - -usage() { - cat <<-EOF - Usage: ssr-rules [options] - - Valid options are: - - -s ip address of shadowsocksr remote server - -l port number of shadowsocksr local server - -S ip address of shadowsocksr remote UDP server - -L port number of shadowsocksr local UDP server - -i a file content is bypassed ip list - -a lan ip of access control, need a prefix to - define access control mode - -b wan ip of will be bypassed - -w wan ip of will be forwarded - -p lan ip of will be global proxy - -G lan ip of will be game mode proxy - -D proxy ports - -k wan ip of will be forwarded - -e extra options for iptables - -o apply the rules to the OUTPUT chain - -O apply the global rules to the OUTPUT chain - -u enable udprelay mode, TPROXY is required - -U enable udprelay mode, using different IP - and ports for TCP and UDP - -f flush the rules - -g gfw list mode - -R returns china mode - -r return china mode - -h show this help message and exit -EOF - exit $1 -} - -loger() { - # 1.alert 2.crit 3.err 4.warn 5.notice 6.info 7.debug - logger -st ssr-rules[$$] -p$1 $2 -} - -flush_r() { - flush_iptables() { - local ipt="iptables -t $1" - local DAT=$(iptables-save -t $1) - eval $(echo "$DAT" | grep "$TAG" | sed -e 's/^-A/$ipt -D/' -e 's/$/;/') - for chain in $(echo "$DAT" | awk '/^:SS_SPEC/{print $1}'); do - $ipt -F ${chain:1} 2>/dev/null && $ipt -X ${chain:1} - done - } - - flush_iptables nat - flush_iptables mangle - ip rule del fwmark 0x01/0x01 table 100 2>/dev/null - ip route del local 0.0.0.0/0 dev lo table 100 2>/dev/null - ipset -X ss_spec_lan_ac 2>/dev/null - ipset -X ss_spec_wan_ac 2>/dev/null - ipset -X ssr_gen_router 2>/dev/null - ipset -X fplan 2>/dev/null - ipset -X gmlan 2>/dev/null - ipset -X oversea 2>/dev/null - ipset -X whitelist 2>/dev/null - ipset -X blacklist 2>/dev/null - [ -n "$FWI" ] && echo '#!/bin/sh' >$FWI - return 0 -} - -ipset_r() { - ipset -N gmlan hash:net 2>/dev/null - for ip in $LAN_GM_IP; do ipset -! add gmlan $ip ; done - - if [ "$RUNMODE" = "router" ] ;then - ipset -! -R <<-EOF || return 1 - create ss_spec_wan_ac hash:net - $(gen_iplist | sed -e "s/^/add ss_spec_wan_ac /") - $(for ip in $WAN_FW_IP; do echo "add ss_spec_wan_ac $ip nomatch"; done) -EOF - ipset -N gfwlist hash:net 2>/dev/null - $IPT -N SS_SPEC_WAN_AC - $IPT -I SS_SPEC_WAN_AC -d $server -j RETURN - $IPT -A SS_SPEC_WAN_AC -m set --match-set ss_spec_wan_ac dst -j RETURN - $IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW - - elif [ "$RUNMODE" = "gfw" ] ;then - ipset -N gfwlist hash:net 2>/dev/null - for ip in $WAN_FW_IP; do ipset -! add gfwlist $ip ; done - $IPT -N SS_SPEC_WAN_AC - $IPT -A SS_SPEC_WAN_AC -m set --match-set china dst -j RETURN - $IPT -A SS_SPEC_WAN_AC -m set --match-set gfwlist dst -j SS_SPEC_WAN_FW - $IPT -A SS_SPEC_WAN_AC -m set --match-set gmlan src -m set ! --match-set china dst -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -d $server -j RETURN - - elif [ "$RUNMODE" = "oversea" ] ;then - ipset -N oversea hash:net 2>/dev/null - for ip in $WAN_FK_IP; do ipset -! add oversea $ip ; done - $IPT -N SS_SPEC_WAN_AC - $IPT -A SS_SPEC_WAN_AC -m set --match-set oversea dst -j SS_SPEC_WAN_FW - ipset -N gmlan hash:net 2>/dev/null - - for ip in $LAN_GM_IP; do ipset -! add gmlan $ip ; done - $IPT -A SS_SPEC_WAN_AC -m set --match-set gmlan src -m set --match-set china dst -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -d $server -j RETURN - - elif [ "$RUNMODE" = "routers" ] ;then - ipset -! -R <<-EOF || return 1 - create ss_spec_wan_ac hash:net - $(gen_iplist | sed -e "s/^/add ss_spec_wan_ac /") - $(for ip in $WAN_FK_IP; do echo "add ss_spec_wan_ac $ip nomatch"; done) -EOF - ipset -N oversea hash:net 2>/dev/null - $IPT -N SS_SPEC_WAN_AC - $IPT -I SS_SPEC_WAN_AC -d $server -j RETURN - $IPT -A SS_SPEC_WAN_AC -m set ! --match-set ss_spec_wan_ac dst -j RETURN - $IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW - - elif [ "$RUNMODE" = "all" ] ;then - $IPT -N SS_SPEC_WAN_AC - $IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -d $server -j RETURN - - fi - - ipset -N fplan hash:net 2>/dev/null - for ip in $LAN_FP_IP; do ipset -! add fplan $ip ; done - $IPT -I SS_SPEC_WAN_AC -m set --match-set fplan src -j SS_SPEC_WAN_FW - - ipset -N whitelist hash:net 2>/dev/null - ipset -N blacklist hash:net 2>/dev/null - $IPT -I SS_SPEC_WAN_AC -m set --match-set blacklist src -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -m set --match-set whitelist dst -j RETURN - - for ip in $WAN_BP_IP; do ipset -! add whitelist $ip; done - for ip in $WAN_FW_IP; do ipset -! add blacklist $ip; done - - return $? -} - -fw_rule() { - $IPT -N SS_SPEC_WAN_FW - $IPT -A SS_SPEC_WAN_FW -d 0.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 10.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 127.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 169.254.0.0/16 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 172.16.0.0/12 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 192.168.0.0/16 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 224.0.0.0/4 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 240.0.0.0/4 -j RETURN - $IPT -A SS_SPEC_WAN_FW -p tcp $PROXY_PORTS \ - -j REDIRECT --to-ports $local_port 2>/dev/null || { - loger 3 "Can't redirect, please check the iptables." - exit 1 - } - return $? -} - -ac_rule() { - if [ -n "$LAN_AC_IP" ]; then - case "${LAN_AC_IP:0:1}" in - w|W) - MATCH_SET="-m set --match-set ss_spec_lan_ac src" - ;; - b|B) - MATCH_SET="-m set ! --match-set ss_spec_lan_ac src" - ;; - *) - loger 3 "Bad argument \`-a $LAN_AC_IP\`." - return 2 - ;; - esac - fi - IFNAME=$(uci get -P/var/state network.lan.ifname 2>/dev/null) - ipset -! -R <<-EOF || return 1 - create ss_spec_lan_ac hash:net - $(for ip in ${LAN_AC_IP:1}; do echo "add ss_spec_lan_ac $ip"; done) -EOF - $IPT -I PREROUTING 1 ${IFNAME:+-i $IFNAME} -p tcp $EXT_ARGS $MATCH_SET \ - -m comment --comment "$TAG" -j SS_SPEC_WAN_AC - if [ "$OUTPUT" = 1 ]; then - $IPT -I OUTPUT 1 -p tcp $EXT_ARGS \ - -m comment --comment "$TAG" -j SS_SPEC_WAN_AC - elif [ "$OUTPUT" = 2 ]; then - ipset -! -R <<-EOF || return 1 - create ssr_gen_router hash:net - $(gen_spec_iplist | sed -e "s/^/add ssr_gen_router /") -EOF - $IPT -N SS_SPEC_ROUTER && \ - $IPT -A SS_SPEC_ROUTER -m set --match-set ssr_gen_router dst -j RETURN && \ - $IPT -A SS_SPEC_ROUTER -j SS_SPEC_WAN_FW - $IPT -I OUTPUT 1 -p tcp -m comment --comment "$TAG" -j SS_SPEC_ROUTER - fi - return $? -} - -tp_rule() { - [ -n "$TPROXY" ] || return 0 - ip rule add fwmark 0x01/0x01 table 100 - ip route add local 0.0.0.0/0 dev lo table 100 - local ipt="iptables -t mangle" - $ipt -N SS_SPEC_TPROXY - $ipt -A SS_SPEC_TPROXY -p udp --dport 53 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 0.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 10.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 127.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 169.254.0.0/16 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 172.16.0.0/12 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 192.168.0.0/16 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 224.0.0.0/4 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 240.0.0.0/4 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d $SERVER -j RETURN - - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set fplan src \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - - if [ "$RUNMODE" = "router" ] ;then - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set ! --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set ! --match-set ss_spec_wan_ac dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - - elif [ "$RUNMODE" = "gfw" ] ;then - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set china dst -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set ! --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - $ipt -A SS_SPEC_TPROXY -p udp -m set $PROXY_PORTS --match-set gfwlist dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - - elif [ "$RUNMODE" = "oversea" ] ;then - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - $ipt -A SS_SPEC_TPROXY -p udp -m set $PROXY_PORTS --match-set gfwlist dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - - elif [ "$RUNMODE" = "routers" ] ;then - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - - elif [ "$RUNMODE" = "all" ] ;then - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - fi - - $ipt -I PREROUTING 1 ${IFNAME:+-i $IFNAME} -p udp $EXT_ARGS $MATCH_SET \ - -m comment --comment "$TAG" -j SS_SPEC_TPROXY - - return $? -} - -get_wan_ip() { - cat <<-EOF | grep -E "^([0-9]{1,3}\.){3}[0-9]{1,3}" - $server - $SERVER - $WAN_BP_IP -EOF -} - -gen_iplist() { - cat <<-EOF - 0.0.0.0/8 - 10.0.0.0/8 - 100.64.0.0/10 - 127.0.0.0/8 - 169.254.0.0/16 - 172.16.0.0/12 - 192.0.0.0/24 - 192.0.2.0/24 - 192.88.99.0/24 - 192.168.0.0/16 - 198.18.0.0/15 - 198.51.100.0/24 - 203.0.113.0/24 - 224.0.0.0/4 - 240.0.0.0/4 - 255.255.255.255 - $(get_wan_ip) - $(cat ${IGNORE_LIST:=/dev/null} 2>/dev/null) -EOF -} - -gen_spec_iplist() { - cat <<-EOF - 0.0.0.0/8 - 10.0.0.0/8 - 100.64.0.0/10 - 127.0.0.0/8 - 169.254.0.0/16 - 172.16.0.0/12 - 192.0.0.0/24 - 192.0.2.0/24 - 192.88.99.0/24 - 192.168.0.0/16 - 198.18.0.0/15 - 198.51.100.0/24 - 203.0.113.0/24 - 224.0.0.0/4 - 240.0.0.0/4 - 255.255.255.255 - $(get_wan_ip) -EOF -} - -gen_include() { - [ -n "$FWI" ] || return 0 - extract_rules() { - echo "*$1" - iptables-save -t $1 | grep SS_SPEC_ |\ - sed -e "s/^-A \(OUTPUT\|PREROUTING\)/-I \1 1/" - echo 'COMMIT' - } - cat <<-EOF >>$FWI - iptables-save -c | grep -v "SS_SPEC" | iptables-restore -c - iptables-restore -n <<-EOT - $(extract_rules nat) - $(extract_rules mangle) - EOT -EOF - return 0 -} - -while getopts ":s:l:S:L:i:e:a:b:w:p:G:D:k:oOuUfgrRczh" arg; do - case "$arg" in - s) - server=$OPTARG - ;; - l) - local_port=$OPTARG - ;; - S) - SERVER=$OPTARG - ;; - L) - LOCAL_PORT=$OPTARG - ;; - i) - IGNORE_LIST=$OPTARG - ;; - e) - EXT_ARGS=$OPTARG - ;; - a) - LAN_AC_IP=$OPTARG - ;; - b) - WAN_BP_IP=$(for ip in $OPTARG; do echo $ip; done) - ;; - w) - WAN_FW_IP=$OPTARG - ;; - p) - LAN_FP_IP=$OPTARG - ;; - G) - LAN_GM_IP=$OPTARG - ;; - D) - PROXY_PORTS=$OPTARG - ;; - k) - WAN_FK_IP=$OPTARG - ;; - o) - OUTPUT=1 - ;; - O) - OUTPUT=2 - ;; - u) - TPROXY=1 - ;; - U) - TPROXY=2 - ;; - g) - RUNMODE=gfw - ;; - r) - RUNMODE=router - ;; - R) - RUNMODE=routers - ;; - c) - RUNMODE=oversea - ;; - z) - RUNMODE=all - ;; - f) - flush_r - exit 0 - ;; - h) - usage 0 - ;; - esac -done - -if [ -z "$server" -o -z "$local_port" ]; then - usage 2 -fi - -if [ "$TPROXY" = 1 ]; then - SERVER=$server - LOCAL_PORT=$local_port -elif [ "$TPROXY" = 2 ]; then - : ${SERVER:?"You must assign an ip for the udp relay server."} - : ${LOCAL_PORT:?"You must assign a port for the udp relay server."} -fi - -flush_r && fw_rule && ipset_r && ac_rule && tp_rule && gen_include -[ "$?" = 0 ] || loger 3 "Start failed!" -exit $? -de -[ "$?" = 0 ] || loger 3 "Start failed!" -exit $? diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-switch b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-switch deleted file mode 100755 index 281d0f851e..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/bin/ssr-switch +++ /dev/null @@ -1,175 +0,0 @@ -#!/bin/sh /etc/rc.common -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -cycle_time=60 -switch_time=3 -normal_flag=0 -server_locate=0 -server_count=0 -NAME=shadowsocksr -ENABLE_SERVER=nil -CONFIG_SWTICH_FILE=/var/etc/${NAME}_t.json - - -[ -n "$1" ] && cycle_time=$1 -[ -n "$2" ] && switch_time=$2 - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -DEFAULT_SERVER=$(uci_get_by_type global global_server) -CURRENT_SERVER=$DEFAULT_SERVER - -#判断代理是否正常 -check_proxy() { -/usr/bin/ssr-check www.google.com 80 $switch_time 1 -if [ "$?" == "0" ]; then - return 0 -else - /usr/bin/ssr-check www.baidu.com 80 $switch_time 1 - if [ "$?" == "0" ]; then - #goole不通baidu通则不正常 - return 1 - else - return 2 - fi -fi -return 0 -} - - -test_proxy() { -local servername=$(uci_get_by_name $1 server) -local serverport=$(uci_get_by_name $1 server_port) -ret=$(ping -c 3 $servername | grep 'loss' | awk -F ',' '{ print $3 }' | awk -F "%" '{ print $1 }') -[ -z "$ret" ] && return 1 -[ "$ret" -gt "50" ] && return 1 -ipset add ss_spec_wan_ac $servername 2>/dev/null -ret=$? -/usr/bin/ssr-check $servername $serverport $switch_time -local ret2=$? -if [ "$ret" = "0" ] ;then -ipset del ss_spec_wan_ac $servername 2>/dev/null -fi -if [ "$ret2" = "0" ] ;then -return 0 -else -return 1 -fi -} - -search_proxy() { -let server_count=server_count+1 -[ "$normal_flag" = "1" -a "$server_count" -le "$server_locate" ] && return 0 -[ "$(uci_get_by_name $1 switch_enable)" != "1" ] && return 1 -[ $ENABLE_SERVER != nil ] && return 0 -[ "$1" = "$CURRENT_SERVER" ] && return 0 -local servername=$(uci_get_by_name $1 server) -local serverport=$(uci_get_by_name $1 server_port) -ipset add ss_spec_wan_ac $servername 2>/dev/null -ret=$? - /usr/bin/ssr-check $servername $serverport $switch_time - local ret2=$? -if [ "$ret" = "0" ] ;then -ipset del ss_spec_wan_ac $servername 2>/dev/null -fi -if [ "$ret2" = "0" ] ;then -server_locate=$server_count -ENABLE_SERVER=$1 -return 0 -else -return 1 -fi - -} -#选择可用的代理 -select_proxy() { - -config_load $NAME -ENABLE_SERVER=nil -mkdir -p /var/run /var/etc -server_count=0 -config_foreach search_proxy servers - -} - -#切换代理 -switch_proxy() { -/etc/init.d/shadowsocksr restart $1 -return 0 -} - -start() { -#不支持kcptun启用时的切换 -[ $(uci_get_by_name $DEFAULT_SERVER kcp_enable) = "1" ] && return 1 - -while [ "1" = "1" ] #死循环 -do - sleep $cycle_time - - LOGTIME=$(date "+%Y-%m-%d %H:%M:%S") - - - #判断当前代理是否为缺省服务器 - if [ "$CURRENT_SERVER" != "$DEFAULT_SERVER" ] ;then - #echo "not default proxy" - echo "$(date "+%Y-%m-%d %H:%M:%S") Current server is not default Main server, try to switch back." >> /tmp/ssrplus.log - - #检查缺省服务器是否正常 - if test_proxy $DEFAULT_SERVER ;then - #echo "switch to default proxy" - echo "$(date "+%Y-%m-%d %H:%M:%S") Main server is avilable." >> /tmp/ssrplus.log - #缺省服务器正常,切换回来 - CURRENT_SERVER=$DEFAULT_SERVER - switch_proxy $CURRENT_SERVER - echo "switch to default ["$(uci_get_by_name $CURRENT_SERVER server)"] proxy!" >> /tmp/ssrplus.log - continue - else - echo "$(date "+%Y-%m-%d %H:%M:%S") Main server is NOT avilable.Continue using current server." >> /tmp/ssrplus.log - fi - fi - - #判断当前代理是否正常 - check_proxy - current_ret=$? - - if [ "$current_ret" = "1" ] ;then - #当前代理错误,判断有无可用的服务器 - #echo "current error" - echo "$(date "+%Y-%m-%d %H:%M:%S") Current server error, try to switch another server." >> /tmp/ssrplus.log - - select_proxy - if [ "$ENABLE_SERVER" != nil ] ;then - #有其他服务器可用,进行切换 - #echo $(uci_get_by_name $new_proxy server) - echo "$(date "+%Y-%m-%d %H:%M:%S") Another server is avilable, now switching server." >> /tmp/ssrplus.log - CURRENT_SERVER=$ENABLE_SERVER - switch_proxy $CURRENT_SERVER - normal_flag=1 - echo "$(date "+%Y-%m-%d %H:%M:%S") ShadowsocksR server switch OK" >> /tmp/ssrplus.log - else - switch_proxy $CURRENT_SERVER - normal_flag=1 - echo "$(date "+%Y-%m-%d %H:%M:%S") Try restart current server." >> /tmp/ssrplus.log - fi - else - normal_flag=0 - echo "$(date "+%Y-%m-%d %H:%M:%S") ShadowsocksR No Problem." >> /tmp/ssrplus.log - fi - - -done -} diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/rpcd/acl.d/luci-app-ssr-plus-Jo.json b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/rpcd/acl.d/luci-app-ssr-plus-Jo.json deleted file mode 100644 index 29fd342d3d..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/rpcd/acl.d/luci-app-ssr-plus-Jo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-ssr-plus-Jo": { - "description": "Grant UCI access for luci-app-ssr-plus-Jo", - "read": { - "uci": [ "shadowsocksr" ] - }, - "write": { - "uci": [ "shadowsocksr" ] - } - } -} diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/chinaipset.sh b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/chinaipset.sh deleted file mode 100755 index 78af938999..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/chinaipset.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "create china hash:net family inet hashsize 1024 maxelem 65536" > /tmp/china.ipset - -awk '!/^$/&&!/^#/{printf("add china %s'" "'\n",$0)}' /etc/china_ssr.txt >> /tmp/china.ipset -ipset -! flush china -ipset -! restore < /tmp/china.ipset 2>/dev/null -rm -f /tmp/china.ipset diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gentrojanconfig.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gentrojanconfig.lua deleted file mode 100644 index 73f28d5b29..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gentrojanconfig.lua +++ /dev/null @@ -1,38 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3] - -local server = ucursor:get_all("shadowsocksr", server_section) - -local trojan = { - - run_type = "nat", - local_addr = "0.0.0.0", - local_port = tonumber(local_port), - remote_addr = server.server, - remote_port = tonumber(server.server_port), - -- 传入连接 - password = {server.password}, - -- 传出连接 - ssl = { - verify = true, - verify_hostname = true, - cert = (server.certificate == "1") and server.certpath or "", - cipher = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:RSA-AES128-GCM-SHA256:RSA-AES256-GCM-SHA384:RSA-AES128-SHA:RSA-AES256-SHA:RSA-3DES-EDE-SHA", - sni = server.tls_host, - alpn = {"h2", "http/1.1"}, - curve = "", - reuse_session = true, - session_ticket = true, - }, - tcp = { - no_delay = true, - keep_alive = true, - reuse_port = true, - fast_open = (server.fast_open == "1") and true or false, - fast_open_qlen = 20 - } -} -print(json.stringify(trojan, 1)) diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config.lua deleted file mode 100644 index ec52ecace8..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config.lua +++ /dev/null @@ -1,176 +0,0 @@ -local ucursor = require"luci.model.uci".cursor() -local name = "shadowsocksr" -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3] -local host = arg[4] - -local v2ray_flow = ucursor:get_first(name, 'global', 'v2ray_flow', '0') -local youtube_server = ucursor:get_first(name, 'global', 'youtube_server') -local tw_video_server = ucursor:get_first(name, 'global', 'tw_video_server') -local netflix_server = ucursor:get_first(name, 'global', 'netflix_server') -local disney_server = ucursor:get_first(name, 'global', 'disney_server') -local prime_server = ucursor:get_first(name, 'global', 'prime_server') - -function gen_outbound(server_node, tags) - local bound = {} - if server_node == "nil" then - bound = nil - else - local server = ucursor:get_all(name, server_node) - bound = { - tag = tags, - protocol = "vmess", - settings = { - vnext = { - { - address = server.server, - port = tonumber(server.server_port), - users = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - security = server.security - } - } - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - tlsSettings = { - allowInsecure = (server.insecure == "1") and true or false, - serverName = server.ws_host - }, - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = {type = server.kcp_guise} - } or nil, - wsSettings = (server.transport == "ws") and - (server.ws_path ~= nil or server.ws_host ~= nil) and { - path = server.ws_path, - headers = (server.ws_host ~= nil) and - {Host = server.ws_host} or nil - } or nil, - httpSettings = (server.transport == "h2") and - {path = server.h2_path, host = server.h2_host} or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = {type = server.quic_guise} - } or nil - }, - mux = { - enabled = (server.mux == "1") and true or false, - concurrency = tonumber(server.concurrency) - } - } - end - return bound -end - -local outbounds_table = {} - -table.insert(outbounds_table, gen_outbound(server_section, "main")) -if v2ray_flow == "1" then - table.insert(outbounds_table, gen_outbound(youtube_server, "youtube")) - table.insert(outbounds_table, gen_outbound(tw_video_server, "twvideo")) - table.insert(outbounds_table, gen_outbound(netflix_server, "netflix")) - table.insert(outbounds_table, gen_outbound(disney_server, "disney")) - table.insert(outbounds_table, gen_outbound(prime_server, "prime")) -end - --- rules gen - -local youtube_rule = { - type = "field", - domain = {"youtube", "googlevideo.com", "gvt2.com", "youtu.be"}, - outboundTag = "youtube" -} - -local tw_video_rule = { - type = "field", - domain = { - "vidol.tv", "hinet.net", "books.com", "litv.tv", "pstatic.net", - "app-measurement.com", "kktv.com.tw", "gamer.com.tw" - }, - outboundTag = "twvideo" -} - -local netflix_rule = { - type = "field", - domain = { - "netflix", "nflxso.net", "nflxext.com", - "nflximg.com", "nflximg.net", "nflxvideo.net" - }, - - outboundTag = "netflix" -} - -local disney_rule = { - type = "field", - domain = { - "cdn.registerdisney.go.com", "disneyplus.com", "disney-plus.net", - "dssott.com", "bamgrid.com", "execute-api.us-east-1.amazonaws.com" - }, - outboundTag = "disney" -} - -local prime_rule = { - type = "field", - domain = {"aiv-cdn.net", "amazonaws.com", "amazonvideo.com", "llnwd.net"}, - outboundTag = "prime" -} - -local rules_table = {} - -if (youtube_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, youtube_rule) -end - -if (tw_video_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, tw_video_rule) -end - -if (netflix_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, netflix_rule) -end - -if (disney_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, disney_rule) -end - -if (prime_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, prime_rule) -end - -local v2ray = { - log = { - -- error = "/var/ssrplus.log", - loglevel = "warning" - }, - -- 传入连接 - inbounds = { - { - port = local_port, - protocol = "dokodemo-door", - settings = {network = proto, followRedirect = true}, - sniffing = {enabled = true, destOverride = {"http", "tls"}} - } - - }, - -- 传出连接 - outbounds = outbounds_table, - routing = {domainStrategy = "IPIfNonMatch", rules = rules_table} - -} -print(json.stringify(v2ray, 1)) \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_haproxy.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_haproxy.lua deleted file mode 100644 index a1fe0719b1..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_haproxy.lua +++ /dev/null @@ -1,95 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3] - -local server = ucursor:get_all("shadowsocksr", server_section) - -local v2ray = { - log = { - -- error = "/var/ssrplus.log", - loglevel = "warning" - }, - -- 传入连接 - inbound = { - port = local_port, - protocol = "dokodemo-door", - settings = { - network = proto, - followRedirect = true - }, - sniffing = { - enabled = true, - destOverride = { "http", "tls" } - } - }, - -- 传出连接 - outbound = { - protocol = "vmess", - settings = { - vnext = { - { - address = "0.0.0.0", - port = '4433', - users = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - security = server.security - } - } - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - tlsSettings = {allowInsecure = (server.insecure == "1") and true or false,}, - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - wsSettings = (server.transport == "ws") and { - path = server.ws_path, - headers = (server.ws_host ~= nil) and { - Host = server.ws_host - } or nil, - } or nil, - httpSettings = (server.transport == "h2") and { - path = server.h2_path, - host = server.h2_host, - } or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = { - type = server.quic_guise - } - } or nil - }, - mux = { - enabled = (server.mux == "1") and true or false, - concurrency = tonumber(server.concurrency) - } - }, - - -- 额外传出连接 - outboundDetour = { - { - protocol = "freedom", - tag = "direct", - settings = { keep = "" } - } - } -} -print(json.stringify(v2ray, 1)) diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_local.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_local.lua deleted file mode 100644 index 4aec403b92..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_local.lua +++ /dev/null @@ -1,107 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3]+1 -local socks_port = arg[4] - -local server = ucursor:get_all("shadowsocksr", server_section) - -local v2ray = { - log = { - -- error = "/var/ssrplus.log", - loglevel = "warning" - }, - -- 传入连接 - inbound = { - port = local_port, - protocol = "dokodemo-door", - settings = { - network = proto, - followRedirect = true - }, - sniffing = { - enabled = true, - destOverride = { "http", "tls" } - } - }, - -- 开启 socks 和 http 代理 - inboundDetour = (proto == "tcp") and { - { - protocol = "socks", - port = socks_port, - settings = { - auth = "noauth", - udp = true - } - } - } or nil, - -- 传出连接 - outbound = { - protocol = "vmess", - settings = { - vnext = { - { - address = server.server, - port = tonumber(server.server_port), - users = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - security = server.security - } - } - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - tlsSettings = {allowInsecure = (server.insecure == "1") and true or false,}, - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - wsSettings = (server.transport == "ws") and { - path = server.ws_path, - headers = (server.ws_host ~= nil) and { - Host = server.ws_host - } or nil, - } or nil, - httpSettings = (server.transport == "h2") and { - path = server.h2_path, - host = server.h2_host, - } or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = { - type = server.quic_guise - } - } or nil - }, - mux = { - enabled = (server.mux == "1") and true or false, - concurrency = tonumber(server.concurrency) - } - }, - - -- 额外传出连接 - outboundDetour = { - { - protocol = "freedom", - tag = "direct", - settings = { keep = "" } - } - } -} -print(json.stringify(v2ray, 1)) diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_server.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_server.lua deleted file mode 100644 index dd71616769..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/genv2config_server.lua +++ /dev/null @@ -1,65 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local server = ucursor:get_all("shadowsocksr", server_section) - -local v2ray = { - log = { - --error = "/var/log/v2ray.log", - loglevel = "warning" - }, - -- 传入连接 - inbound = { - port = tonumber(server.server_port), - protocol = "vmess", - settings = { - clients = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - level = tonumber(server.VMess_level) - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - httpSettings = (server.transport == "h2") and { - path = server.h2_path, - host = server.h2_host, - } or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = { - type = server.quic_guise - } - } or nil - } - }, - -- 传出连接 - outbound = { - protocol = "freedom" - }, - -- 额外传出连接 - outboundDetour = { - { - protocol = "blackhole", - tag = "blocked" - } - } -} -print(json.stringify(v2ray,1)) \ No newline at end of file diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gfw2ipset.sh b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gfw2ipset.sh deleted file mode 100755 index 70ca116af3..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/gfw2ipset.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -mkdir -p /tmp/dnsmasq.ssr - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"gfwlist"'\n",$0)}' /etc/config/gfw.list > /tmp/dnsmasq.ssr/custom_forward.conf -awk '!/^$/&&!/^#/{printf("server=/.%s/'"127.0.0.1#5335"'\n",$0)}' /etc/config/gfw.list >> /tmp/dnsmasq.ssr/custom_forward.conf - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"blacklist"'\n",$0)}' /etc/config/black.list > /tmp/dnsmasq.ssr/blacklist_forward.conf -awk '!/^$/&&!/^#/{printf("server=/.%s/'"127.0.0.1#5335"'\n",$0)}' /etc/config/black.list >> /tmp/dnsmasq.ssr/blacklist_forward.conf - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"whitelist"'\n",$0)}' /etc/config/white.list > /tmp/dnsmasq.ssr/whitelist_forward.conf diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.lua b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.lua deleted file mode 100644 index 23e8bfb410..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.lua +++ /dev/null @@ -1,440 +0,0 @@ -#!/usr/bin/lua ------------------------------------------------- --- This file is part of the luci-app-ssr-plus subscribe.lua --- @author William Chan ------------------------------------------------- -require 'nixio' -require 'luci.util' -require 'luci.jsonc' -require 'luci.sys' - --- these global functions are accessed all the time by the event handler --- so caching them is worth the effort -local luci = luci -local tinsert = table.insert -local ssub, slen, schar, sbyte, sformat, sgsub = string.sub, string.len, string.char, string.byte, string.format, string.gsub -local jsonParse, jsonStringify = luci.jsonc.parse, luci.jsonc.stringify -local b64decode = nixio.bin.b64decode -local cache = {} -local nodeResult = setmetatable({}, { __index = cache }) -- update result -local name = 'shadowsocksr' -local uciType = 'servers' -local ucic = luci.model.uci.cursor() -local proxy = ucic:get_first(name, 'server_subscribe', 'proxy', '0') -local switch = ucic:get_first(name, 'server_subscribe', 'switch', '1') -local subscribe_url = ucic:get_first(name, 'server_subscribe', 'subscribe_url', {}) - -local log = function(...) - print(os.date("%Y-%m-%d %H:%M:%S ") .. table.concat({ ... }, " ")) -end --- 分割字符串 -local function split(full, sep) - full = full:gsub("%z", "") -- 这里不是很清楚 有时候结尾带个\0 - local off, result = 1, {} - while true do - local nStart, nEnd = full:find(sep, off) - if not nEnd then - local res = ssub(full, off, slen(full)) - if #res > 0 then -- 过滤掉 \0 - tinsert(result, res) - end - break - else - tinsert(result, ssub(full, off, nStart - 1)) - off = nEnd + 1 - end - end - return result -end --- urlencode -local function get_urlencode(c) - return sformat("%%%02X", sbyte(c)) -end - -local function urlEncode(szText) - local str = szText:gsub("([^0-9a-zA-Z ])", get_urlencode) - str = str:gsub(" ", "+") - return str -end - -local function get_urldecode(h) - return schar(tonumber(h, 16)) -end -local function UrlDecode(szText) - return szText:gsub("+", " "):gsub("%%(%x%x)", get_urldecode) -end - --- trim -local function trim(text) - if not text or text == "" then - return "" - end - return (sgsub(text, "^%s*(.-)%s*$", "%1")) -end --- md5 -local function md5(content) - local stdout = luci.sys.exec('echo \"' .. urlEncode(content) .. '\" | md5sum | cut -d \" \" -f1') - -- assert(nixio.errno() == 0) - return trim(stdout) -end --- base64 -local function base64Decode(text) - local raw = text - if not text then return '' end - text = text:gsub("%z", "") - text = text:gsub("_", "/") - text = text:gsub("-", "+") - local mod4 = #text % 4 - text = text .. string.sub('====', mod4 + 1) - local result = b64decode(text) - if result then - return result:gsub("%z", "") - else - return raw - end -end --- 处理数据 -local function processData(szType, content) - local result = { - type = szType, - local_port = 1234, - kcp_param = '--nocomp' - } - if szType == 'ssr' then - local dat = split(content, "/%?") - local hostInfo = split(dat[1], ':') - result.server = hostInfo[1] - result.server_port = hostInfo[2] - result.protocol = hostInfo[3] - result.encrypt_method = hostInfo[4] - result.obfs = hostInfo[5] - result.password = base64Decode(hostInfo[6]) - local params = {} - for _, v in pairs(split(dat[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - result.obfs_param = base64Decode(params.obfsparam) - result.protocol_param = base64Decode(params.protoparam) - local group = base64Decode(params.group) - if group then - result.alias = "[" .. group .. "] " - end - result.alias = result.alias .. base64Decode(params.remarks) - elseif szType == 'vmess' then - local info = jsonParse(content) - result.type = 'v2ray' - result.server = info.add - result.server_port = info.port - result.transport = info.net - result.alter_id = info.aid - result.vmess_id = info.id - result.alias = info.ps - result.insecure = 1 - -- result.mux = 1 - -- result.concurrency = 8 - if info.net == 'ws' then - result.ws_host = info.host - result.ws_path = info.path - end - if info.net == 'h2' then - result.h2_host = info.host - result.h2_path = info.path - end - if info.net == 'tcp' then - result.tcp_guise = info.type - result.http_host = info.host - result.http_path = info.path - end - if info.net == 'kcp' then - result.kcp_guise = info.type - result.mtu = 1350 - result.tti = 50 - result.uplink_capacity = 5 - result.downlink_capacity = 20 - result.read_buffer_size = 2 - result.write_buffer_size = 2 - end - if info.net == 'quic' then - result.quic_guise = info.type - result.quic_key = info.key - result.quic_security = info.securty - end - if info.security then - result.security = info.security - end - if info.tls == "tls" or info.tls == "1" then - result.tls = "1" - result.tls_host = info.host - else - result.tls = "0" - end - elseif szType == "ss" then - local idx_sp = 0 - local alias = "" - if content:find("#") then - idx_sp = content:find("#") - alias = content:sub(idx_sp + 1, -1) - end - local info = content:sub(1, idx_sp - 1) - local hostInfo = split(base64Decode(info), "@") - local host = split(hostInfo[2], ":") - local userinfo = base64Decode(hostInfo[1]) - local method = userinfo:sub(1, userinfo:find(":") - 1) - local password = userinfo:sub(userinfo:find(":") + 1, #userinfo) - result.alias = UrlDecode(alias) - result.type = "ss" - result.server = host[1] - if host[2]:find("/%?") then - local query = split(host[2], "/%?") - result.server_port = query[1] - local params = {} - for _, v in pairs(split(query[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - if params.plugin then - local plugin_info = UrlDecode(params.plugin) - local idx_pn = plugin_info:find(";") - if idx_pn then - result.plugin = plugin_info:sub(1, idx_pn - 1) - result.plugin_opts = plugin_info:sub(idx_pn + 1, #plugin_info) - else - result.plugin = plugin_info - end - end - else - result.server_port = host[2] - end - result.encrypt_method_ss = method - result.password = password - elseif szType == "ssd" then - result.type = "ss" - result.server = content.server - result.server_port = content.port - result.password = content.password - result.encrypt_method_ss = content.encryption - result.plugin = content.plugin - result.plugin_opts = content.plugin_options - result.alias = "[" .. content.airport .. "] " .. content.remarks - elseif szType == "trojan" then - local idx_sp = 0 - local alias = "" - if content:find("#") then - idx_sp = content:find("#") - alias = content:sub(idx_sp + 1, -1) - end - local info = content:sub(1, idx_sp - 1) - local hostInfo = split(info, "@") - local host = split(hostInfo[2], ":") - local userinfo = hostInfo[1] - local password = userinfo - result.alias = UrlDecode(alias) - result.type = "trojan" - result.server = host[1] - -- 按照官方的建议 默认验证ssl证书 - result.insecure = "0" - result.tls = "1" - if host[2]:find("?") then - local query = split(host[2], "?") - result.server_port = query[1] - local params = {} - for _, v in pairs(split(query[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - - if params.peer then - -- 未指定peer(sni)默认使用remote addr - result.tls_host = params.peer - end - - if params.allowInsecure == "1" then - result.insecure = "1" - else - result.insecure = "0" - end - else - result.server_port = host[2] - end - result.password = password - end - if not result.alias then - result.alias = result.server .. ':' .. result.server_port - end - - -- alias 不参与 hashkey 计算 - local alias = result.alias - result.alias = nil - local switch_enable = result.switch_enable - result.switch_enable = nil - result.hashkey = md5(jsonStringify(result)) - result.alias = alias - result.switch_enable = switch_enable - return result -end --- wget -local function wget(url) - local stdout = luci.sys.exec('wget-ssl --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" --no-check-certificate -t 3 -T 10 -O- "' .. url .. '"') - return trim(stdout) -end - -local execute = function() - -- exec - do - if proxy == '0' then -- 不使用代理更新的话先暂停 - log('服务正在暂停') - luci.sys.init.stop(name) - end - for k, url in ipairs(subscribe_url) do - local raw = wget(url) - if #raw > 0 then - local nodes, szType - local groupHash = md5(url) - cache[groupHash] = {} - tinsert(nodeResult, {}) - local index = #nodeResult - -- SSD 似乎是这种格式 ssd:// 开头的 - if raw:find('ssd://') then - szType = 'ssd' - local nEnd = select(2, raw:find('ssd://')) - nodes = base64Decode(raw:sub(nEnd + 1, #raw)) - nodes = jsonParse(nodes) - local extra = { - airport = nodes.airport, - port = nodes.port, - encryption = nodes.encryption, - password = nodes.password - } - local servers = {} - -- SS里面包着 干脆直接这样 - for _, server in ipairs(nodes.servers) do - tinsert(servers, setmetatable(server, { __index = extra })) - end - nodes = servers - else - -- ssd 外的格式 - nodes = split(base64Decode(raw):gsub(" ", "\n"), "\n") - end - for _, v in ipairs(nodes) do - if v then - local result - if szType == 'ssd' then - result = processData(szType, v) - elseif not szType then - local node = trim(v) - local dat = split(node, "://") - if dat and dat[1] and dat[2] then - if dat[1] == 'ss' or dat[1] == 'trojan' then - result = processData(dat[1], dat[2]) - else - result = processData(dat[1], base64Decode(dat[2])) - end - end - else - log('跳过未知类型: ' .. szType) - end - -- log(result) - if result then - if result.alias:find("过期时间") or - result.alias:find("剩余流量") or - result.alias:find("QQ群") or - result.alias:find("官网") or - result.alias:find("防失联地址") or - not result.server or - result.server:match("[^0-9a-zA-Z%-%.%s]") -- 中文做地址的 也没有人拿中文域名搞,就算中文域也有Puny Code SB 机场 - then - log('丢弃无效节点: ' .. result.type ..' 节点, ' .. result.alias) - else - log('成功解析: ' .. result.type ..' 节点, ' .. result.alias) - result.grouphashkey = groupHash - tinsert(nodeResult[index], result) - cache[groupHash][result.hashkey] = nodeResult[index][#nodeResult[index]] - end - end - end - end - log('成功解析节点数量: ' ..#nodes) - else - log(url .. ': 获取内容为空') - end - end - end - -- diff - do - if next(nodeResult) == nil then - log("更新失败,没有可用的节点信息") - return - end - local add, del = 0, 0 - ucic:foreach(name, uciType, function(old) - if old.grouphashkey or old.hashkey then -- 没有 hash 的不参与删除 - if not nodeResult[old.grouphashkey] or not nodeResult[old.grouphashkey][old.hashkey] then - ucic:delete(name, old['.name']) - del = del + 1 - else - local dat = nodeResult[old.grouphashkey][old.hashkey] - ucic:tset(name, old['.name'], dat) - -- 标记一下 - setmetatable(nodeResult[old.grouphashkey][old.hashkey], { __index = { _ignore = true } }) - end - else - if not old.alias then - old.alias = old.server .. ':' .. old.server_port - end - log('忽略手动添加的节点: ' .. old.alias) - end - - end) - for k, v in ipairs(nodeResult) do - for kk, vv in ipairs(v) do - if not vv._ignore then - local section = ucic:add(name, uciType) - ucic:tset(name, section, vv) - ucic:set(name, section, "switch_enable", switch) - add = add + 1 - end - end - end - ucic:commit(name) - -- 如果原有服务器节点已经不见了就尝试换为第一个节点 - local globalServer = ucic:get_first(name, 'global', 'global_server', '') - local firstServer = ucic:get_first(name, uciType) - if firstServer then - if not ucic:get(name, globalServer) then - luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &") - ucic:commit(name) - ucic:set(name, ucic:get_first(name, 'global'), 'global_server', ucic:get_first(name, uciType)) - ucic:commit(name) - log('当前主服务器节点已被删除,正在自动更换为第一个节点。') - luci.sys.call("/etc/init.d/" .. name .. " start > /dev/null 2>&1 &") - else - log('维持当前主服务器节点。') - luci.sys.call("/etc/init.d/" .. name .." restart > /dev/null 2>&1 &") - end - else - log('没有服务器节点了,停止服务') - luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &") - end - log('新增节点数量: ' ..add, '删除节点数量: ' .. del) - log("END SUBSCRIBE") - log('订阅更新成功') - end -end - -if subscribe_url and #subscribe_url > 0 then - xpcall(execute, function(e) - log(e) - log(debug.traceback()) - log("END SUBSCRIBE") - log('发生错误, 正在恢复服务') - local firstServer = ucic:get_first(name, uciType) - if firstServer then - luci.sys.call("/etc/init.d/" .. name .." restart > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早 - log('重启服务成功') - else - luci.sys.call("/etc/init.d/" .. name .." stop > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早 - log('停止服务成功') - end - end) -end diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.sh b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.sh deleted file mode 100755 index 0e20ae7989..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/subscribe.sh +++ /dev/null @@ -1,260 +0,0 @@ -#!/bin/bash -# Copyright (C) 2017 XiaoShan https://www.mivm.cn - -. /usr/share/libubox/jshn.sh - -urlsafe_b64decode() { - local d="====" data=$(echo $1 | sed 's/_/\//g; s/-/+/g') - local mod4=$((${#data}%4)) - [ $mod4 -gt 0 ] && data=${data}${d:mod4} - echo $data | base64 -d -} - -urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; } - -echo_date(){ - echo $(TZ=UTC-8 date -R +%Y-%m-%d\ %X):$1 -} - -Server_Update() { - local uci_set="uci -q set $name.$1." - ${uci_set}grouphashkey="$ssr_grouphashkey" - ${uci_set}hashkey="$ssr_hashkey" - ${uci_set}alias="[$ssr_group] $ssr_remarks" - ${uci_set}auth_enable="0" - ${uci_set}switch_enable="1" - ${uci_set}type="$ssr_type" - ${uci_set}server="$ssr_host" - ${uci_set}server_port="$ssr_port" - ${uci_set}local_port="1234" - uci -q get $name.@servers[$1].timeout >/dev/null || ${uci_set}timeout="60" - ${uci_set}password="$ssr_passwd" - ${uci_set}encrypt_method="$ssr_method" - ${uci_set}protocol="$ssr_protocol" - ${uci_set}protocol_param="$ssr_protoparam" - ${uci_set}obfs="$ssr_obfs" - ${uci_set}obfs_param="$ssr_obfsparam" - ${uci_set}fast_open="0" - ${uci_set}kcp_enable="0" - ${uci_set}kcp_port="0" - ${uci_set}kcp_param="--nocomp" - - if [ "$ssr_type" = "v2ray" ]; then - #v2ray - ${uci_set}alter_id="$ssr_alter_id" - ${uci_set}vmess_id="$ssr_vmess_id" - ${uci_set}transport="$ssr_transport" - ${uci_set}tcp_guise="$ssr_tcp_guise" - ${uci_set}ws_host="$ssr_ws_host" - ${uci_set}ws_path="$ssr_ws_path" - ${uci_set}h2_host="$ssr_h2_host" - ${uci_set}h2_path="$ssr_h2_path" - ${uci_set}tls="$ssr_tls" - ${uci_set}security=$ssr_security - ${uci_set}alias="$ssr_remarks" - fi - - if [ "$ssr_type" = "ss" ]; then - ${uci_set}encrypt_method_ss="$ss_method" - ${uci_set}alias="$ssr_remarks" - fi - -} - -name=shadowsocksr -subscribe_url=($(uci get $name.@server_subscribe[0].subscribe_url)) #订阅服务器地址 -[ ${#subscribe_url[@]} -eq 0 ] && exit 1 -[ $(uci -q get $name.@server_subscribe[0].proxy || echo 0) -eq 0 ] && /etc/init.d/$name stop >/dev/null 2>&1 -log_name=${name}_subscribe -for ((o=0;o<${#subscribe_url[@]};o++)) -do - echo_date "从 ${subscribe_url[o]} 获取订阅" - echo_date "开始更新在线订阅列表..." - echo_date "尝试下载订阅链接到本地临时文件,请稍等..." - subscribe_data=$(wget-ssl --no-check-certificate -t 3 -T 30 -O- ${subscribe_url[o]}) - curl_code=$? - # 计算group的hashkey - ssr_grouphashkey=$(echo "${subscribe_url[o]}" | md5sum | cut -d ' ' -f1) - if [ ! $curl_code -eq 0 ];then - echo_date "下载订阅失败,自动重试中..." - subscribe_data=$(wget-ssl --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" --no-check-certificate -t 3 -T 30 -O- ${subscribe_url[o]}) - curl_code=$? - fi - if [ $curl_code -eq 0 ];then - echo_date "下载订阅成功,开始解析节点信息..." - ssr_url=($(echo $subscribe_data | base64 -d | sed 's/\r//g')) # 解码数据并删除 \r 换行符 - subscribe_max=$(echo ${ssr_url[0]} | grep -i MAX= | awk -F = '{print $2}') - subscribe_max_x=() - if [ -n "$subscribe_max" ]; then - while [ ${#subscribe_max_x[@]} -ne $subscribe_max ] - do - if [ ${#ssr_url[@]} -ge 10 ]; then - if [ $((${RANDOM:0:2}%2)) -eq 0 ]; then - temp_x=${RANDOM:0:1} - else - temp_x=${RANDOM:0:2} - fi - else - temp_x=${RANDOM:0:1} - fi - [ $temp_x -lt ${#ssr_url[@]} -a -z "$(echo "${subscribe_max_x[*]}" | grep -w $temp_x)" ] && subscribe_max_x[${#subscribe_max_x[@]}]="$temp_x" - done - else - subscribe_max=${#ssr_url[@]} - fi - echo_date "共计$subscribe_max个节点" - - ssr_group=$(urlsafe_b64decode $(urlsafe_b64decode ${ssr_url[$((${#ssr_url[@]} - 1))]//ssr:\/\//} | sed 's/&/\n/g' | grep group= | awk -F = '{print $2}')) - if [ -z "$ssr_group" ]; then - ssr_group="default" - fi - if [ -n "$ssr_group" ]; then - subscribe_i=0 - subscribe_n=0 - subscribe_o=0 - subscribe_x="" - temp_host_o=() - curr_ssr=$(uci show $name | grep @servers | grep -c server=) - for ((x=0;x<$curr_ssr;x++)) # 循环已有服务器信息,匹配当前订阅群组 - do - temp_alias=$(uci -q get $name.@servers[$x].grouphashkey | grep "$ssr_grouphashkey") - [ -n "$temp_alias" ] && temp_host_o[${#temp_host_o[@]}]=$(uci get $name.@servers[$x].hashkey) - done - - for ((x=0;x<$subscribe_max;x++)) # 循环链接 - do - [ ${#subscribe_max_x[@]} -eq 0 ] && temp_x=$x || temp_x=${subscribe_max_x[x]} - result=$(echo ${ssr_url[temp_x]} | grep "ss") - subscribe_url_type=$(echo "$ssr_url" | awk -F ':' '{print $1}') - - if [ "$subscribe_url_type" = "ss" ]; then - temp_info=${ssr_url[temp_x]//ss:\/\//} # 解码 SS 链接 - # 计算hashkey - ssr_hashkey=$(echo "$temp_info" | md5sum | cut -d ' ' -f1) - - info=$(urlsafe_b64decode $(echo "$temp_info" | awk -F '@' '{print $1}')) - temp_info_array=(${info//:/ }) - ssr_type="ss" - ss_method=${temp_info_array[0]} - ssr_passwd=${temp_info_array[1]} - info=$(echo "$temp_info" | awk -F '@' '{print $2}' | awk -F '#' '{print $1}') - temp_info_array=(${info//:/ }) - ssr_host=${temp_info_array[0]} - ssr_port=${temp_info_array[1]} - ssr_remarks=$(urldecode $(echo "$temp_info" | awk -F '#' '{print $2}')) - fi - - if [ "$subscribe_url_type" = "ssr" ]; then - temp_info=$(urlsafe_b64decode ${ssr_url[temp_x]//ssr:\/\//}) # 解码 SSR 链接 - # 计算hashkey - ssr_hashkey=$(echo "$temp_info" | md5sum | cut -d ' ' -f1) - - info=${temp_info///?*/} - temp_info_array=(${info//:/ }) - ssr_type="ssr" - ssr_host=${temp_info_array[0]} - ssr_port=${temp_info_array[1]} - ssr_protocol=${temp_info_array[2]} - ssr_method=${temp_info_array[3]} - ssr_obfs=${temp_info_array[4]} - ssr_passwd=$(urlsafe_b64decode ${temp_info_array[5]}) - info=${temp_info:$((${#info} + 2))} - info=(${info//&/ }) - ssr_protoparam="" - ssr_obfsparam="" - ssr_remarks="$temp_x" - for ((i=0;i<${#info[@]};i++)) # 循环扩展信息 - do - temp_info=($(echo ${info[i]} | sed 's/=/ /g')) - case "${temp_info[0]}" in - protoparam) - ssr_protoparam=$(urlsafe_b64decode ${temp_info[1]});; - obfsparam) - ssr_obfsparam=$(urlsafe_b64decode ${temp_info[1]});; - remarks) - ssr_remarks=$(urlsafe_b64decode ${temp_info[1]});; - esac - done - fi - - if [ "$subscribe_url_type" = "vmess" ]; then - temp_info=$(urlsafe_b64decode ${ssr_url[temp_x]//vmess:\/\//}) # 解码 Vmess 链接 - # 计算hashkey - ssr_hashkey=$(echo "$temp_info" | md5sum | cut -d ' ' -f1) - - ssr_type="v2ray" - json_load "$temp_info" - json_get_var ssr_host add - json_get_var ssr_port port - json_get_var ssr_alter_id aid - json_get_var ssr_vmess_id id - json_get_var ssr_security security - if [ "$ssr_security" == "" ]; then - ssr_security="auto" - fi - json_get_var ssr_transport net - json_get_var ssr_remarks ps - ssr_tcp_guise="none" - json_get_var ssr_ws_host host - json_get_var ssr_ws_path path - json_get_var ssr_h2_host host - json_get_var ssr_h2_path path - json_get_var ssr_tls tls - if [ "$ssr_tls" == "tls" -o "$ssr_tls" == "1" ]; then - ssr_tls="1" - else - ssr_tls="0" - fi - fi - - if [ -z "ssr_remarks" ]; then # 没有备注的话则生成一个 - ssr_remarks="$ssr_host:$ssr_port"; - fi - - uci_name_tmp=$(uci show $name | grep -w "$ssr_hashkey" | awk -F . '{print $2}') - if [ -z "$uci_name_tmp" ]; then # 判断当前服务器信息是否存在 - uci_name_tmp=$(uci add $name servers) - subscribe_n=$(($subscribe_n + 1)) - fi - Server_Update $uci_name_tmp - subscribe_x=$subscribe_x$ssr_hashkey" " - ssrtype=$(echo $ssr_type | tr '[a-z]' '[A-Z]') - echo_date "$ssrtype节点:【$ssr_remarks】" - - # SSR - # echo "服务器地址: $ssr_host" - # echo "服务器端口 $ssr_port" - # echo "密码: $ssr_passwd" - # echo "SS加密: $ss_method" - # echo "加密: $ssr_method" - # echo "协议: $ssr_protocol" - # echo "协议参数: $ssr_protoparam" - # echo "混淆: $ssr_obfs" - # echo "混淆参数: $ssr_obfsparam" - # echo "备注: $ssr_remarks" - - done - for ((x=0;x<${#temp_host_o[@]};x++)) # 新旧服务器信息匹配,如果旧服务器信息不存在于新服务器信息则删除 - do - if [ -z "$(echo "$subscribe_x" | grep -w ${temp_host_o[x]})" ]; then - uci_name_tmp=$(uci show $name | grep ${temp_host_o[x]} | awk -F . '{print $2}') - uci delete $name.$uci_name_tmp - subscribe_o=$(($subscribe_o + 1)) - fi - done - echo_date "本次更新订阅来源 【$ssr_group】 服务器数量: ${#ssr_url[@]} 新增服务器: $subscribe_n 删除服务器: $subscribe_o" - echo_date "在线订阅列表更新完成!请等待网页自动刷新!" - subscribe_log="$ssr_group 服务器订阅更新成功 服务器数量: ${#ssr_url[@]} 新增服务器: $subscribe_n 删除服务器: $subscribe_o" - logger -st $log_name[$$] -p6 "$subscribe_log" - uci commit $name - else - echo_date "${subscribe_url[$o]} 订阅数据解析失败 无法获取 Group" - logger -st $log_name[$$] -p3 "${subscribe_url[$o]} 订阅数据解析失败 无法获取 Group" - fi - else - echo_date "${subscribe_url[$o]} 订阅数据获取失败 错误代码: $curl_code" - logger -st $log_name[$$] -p3 "${subscribe_url[$o]} 订阅数据获取失败 错误代码: $curl_code" - fi -done -echo "END SUBSCRIBE" -/etc/init.d/$name restart >/dev/null 2>&1 diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/update.sh b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/update.sh deleted file mode 100755 index a199170a5d..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/update.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -chnroute_data=$(wget -O- -t 3 -T 3 http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest) -[ $? -eq 0 ] && { - echo "$chnroute_data" | grep ipv4 | grep CN | awk -F\| '{ printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > /tmp/china_ssr.txt -} - -if [ -s "/tmp/china_ssr.txt" ];then - if ( ! cmp -s /tmp/china_ssr.txt /etc/china_ssr.txt );then - mv /tmp/china_ssr.txt /etc/china_ssr.txt - fi -fi - -/usr/share/shadowsocksr/chinaipset.sh - -wget-ssl --no-check-certificate https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt -O /tmp/gfw.b64 -/usr/bin/ssr-gfw - -if [ -s "/tmp/gfwnew.txt" ];then - if ( ! cmp -s /tmp/gfwnew.txt /etc/dnsmasq.ssr/gfw_list.conf );then - mv /tmp/gfwnew.txt /etc/dnsmasq.ssr/gfw_list.conf - echo "copy" - fi -fi - -/etc/init.d/shadowsocksr restart diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/v2ray_update1.sh b/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/v2ray_update1.sh deleted file mode 100644 index f88f72ddcc..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/usr/share/shadowsocksr/v2ray_update1.sh +++ /dev/null @@ -1,106 +0,0 @@ -#!/bin/sh -logfile="/tmp/ssrplus.log" -dir="/usr/share/v2ray/" -v2ray_new_version=$(wget -qO- "https://github.com/v2ray/v2ray-core/tags"| grep "/v2ray/v2ray-core/releases/tag/"| head -n 1| awk -F "/tag/v" '{print $2}'| sed 's/\">//') -echo "$v2ray_new_version" > ${dir}v2ray_new_version -if [ $? -eq 0 ];then - edition=$(uci get shadowsocksr.@server_subscribe[0].edition 2>/dev/null) - if [ "$edition" = "auto_detected" ];then - v2ray_new_version=$(cat ${dir}v2ray_new_version|sed -n '1p') - else - v2ray_new_version=$edition - fi - echo "$(date "+%Y-%m-%d %H:%M:%S") v2ray自动更新启动,验证版本..." >> ${logfile} - mem_mode=$(uci get shadowsocksr.@server_subscribe[0].mem_mode 2>/dev/null) - - echo "$(date "+%Y-%m-%d %H:%M:%S") 检测到v2ray版本为$v2ray_new_version..." >> ${logfile} - - UpdateApp() { - for a in $(opkg print-architecture | awk '{print $2}'); do - case "$a" in - all|noarch) - ;; - aarch64_armv8-a|arm_arm1176jzf-s_vfp|arm_arm926ej-s|arm_cortex-a15_neon-vfpv4|arm_cortex-a5|arm_cortex-a53_neon-vfpv4|arm_cortex-a7_neon-vfpv4|arm_cortex-a8_vfpv3|arm_cortex-a9|arm_cortex-a9_neon|arm_cortex-a9_vfpv3|arm_fa526|arm_mpcore|arm_mpcore_vfp|arm_xscale|armeb_xscale) - ARCH="arm" - ;; - i386_pentium|i386_pentium4) - ARCH="32" - ;; - ar71xx|mips_24kc|mips_mips32|mips64_octeon) - ARCH="mips" - ;; - mipsel_24kc|mipsel_24kec_dsp|mipsel_74kc|mipsel_mips32|mipsel_1004kc_dsp) - ARCH="mipsle" - ;; - x86_64) - ARCH="64" - ;; - *) - exit 0 - ;; - esac - done - } - - download_binary(){ - echo "$(date "+%Y-%m-%d %H:%M:%S") 开始下载v2ray二进制文件..." >> ${logfile} - rm -rf $bin_dir/v2ray*.zip - bin_dir="/tmp" - UpdateApp - cd $bin_dir - down_url=https://github.com/v2ray/v2ray-core/releases/download/v"$v2ray_new_version"/v2ray-linux-"$ARCH".zip - - local a=0 - while [ ! -f $bin_dir/v2ray-linux-"$ARCH"*.zip ]; do - [ $a = 6 ] && exit - /usr/bin/wget -T10 $down_url - sleep 2 - let "a = a + 1" - done - - if [ -f $bin_dir/v2ray-linux-"$ARCH"*.zip ]; then - echo "$(date "+%Y-%m-%d %H:%M:%S") 成功下载v2ray二进制文件" >> ${logfile} - killall -q -9 v2ray - - if [ ! -d "/usr/bin/v2ray/" ]; then - mkdir -p /usr/bin/v2ray - fi - unzip -o v2ray-linux-"$ARCH"*.zip -d $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/ - mem_mode=$(uci get shadowsocksr.@server_subscribe[0].mem_mode 2>/dev/null) - if [ $mem_mode -eq 1 ]; then - if [ -f /usr/bin/v2ray/v2ray ]; then - rm -rf /usr/bin/v2ray/* - rm -rf $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH" - fi - chmod +x $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/v2* - ln -s $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/v2ray /usr/bin/v2ray/ - ln -s $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/v2ctl /usr/bin/v2ray/ - ln -s $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/geoip.dat /usr/bin/v2ray/ - ln -s $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/geosite.dat /usr/bin/v2ray/ - else - if [ -f /usr/bin/v2ray/v2ray ]; then - rm -rf /usr/bin/v2ray/* - fi - mv $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/v2ray /usr/bin/v2ray/ - mv $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/v2ctl /usr/bin/v2ray/ - mv $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/geoip.dat /usr/bin/v2ray/ - mv $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH"/geosite.dat /usr/bin/v2ray/ - rm -rf $bin_dir/v2ray-v"$v2ray_new_version"-linux-"$ARCH" - fi - rm -rf $bin_dir/v2ray*.zip - if [ -f "/usr/bin/v2ray/v2ray" ]; then - chmod +x /usr/bin/v2ray/v2* - /etc/init.d/shadowsocksr restart - fi - else - echo "$(date "+%Y-%m-%d %H:%M:%S") 下载v2ray二进制文件失败,请重试!" >> ${logfile} - fi - - - } - - download_binary - echo "" > ${dir}v2ray_version - echo "$v2ray_new_version" > ${dir}v2ray_version - rm -rf ${dir}v2ray_new_version -fi diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/root/www/luci-static/shadowsocksr/css/shadowsocksr.css b/package/ctcgfw/luci-app-ssr-plus-Jo/root/www/luci-static/shadowsocksr/css/shadowsocksr.css deleted file mode 100644 index d686f06b6f..0000000000 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/root/www/luci-static/shadowsocksr/css/shadowsocksr.css +++ /dev/null @@ -1,704 +0,0 @@ -@import url("flag-icon.min.css"); - -/*! -Pure v1.0.1 -Copyright 2013 Yahoo! -Licensed under the BSD License. -https://github.com/pure-css/pure/blob/master/LICENSE.md -*/ - - -.pure-g { - letter-spacing: -.31em; - text-rendering: optimizespeed; - font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-align-content: flex-start; - -ms-flex-line-pack: start; - align-content: flex-start -} - -@media all and (-ms-high-contrast:none), -(-ms-high-contrast:active) { - table .pure-g { - display: block - } -} - -.opera-only :-o-prefocus, -.pure-g { - word-spacing: -.43em -} - -.pure-u { - display: inline-block; - zoom: 1; - letter-spacing: normal; - word-spacing: normal; - vertical-align: top; - text-rendering: auto -} - -.pure-g [class*=pure-u] { - font-family: sans-serif -} - -.pure-u-1, -.pure-u-1-1, -.pure-u-1-12, -.pure-u-1-2, -.pure-u-1-24, -.pure-u-1-3, -.pure-u-1-4, -.pure-u-1-5, -.pure-u-1-6, -.pure-u-1-8, -.pure-u-10-24, -.pure-u-11-12, -.pure-u-11-24, -.pure-u-12-24, -.pure-u-13-24, -.pure-u-14-24, -.pure-u-15-24, -.pure-u-16-24, -.pure-u-17-24, -.pure-u-18-24, -.pure-u-19-24, -.pure-u-2-24, -.pure-u-2-3, -.pure-u-2-5, -.pure-u-20-24, -.pure-u-21-24, -.pure-u-22-24, -.pure-u-23-24, -.pure-u-24-24, -.pure-u-3-24, -.pure-u-3-4, -.pure-u-3-5, -.pure-u-3-8, -.pure-u-4-24, -.pure-u-4-5, -.pure-u-5-12, -.pure-u-5-24, -.pure-u-5-5, -.pure-u-5-6, -.pure-u-5-8, -.pure-u-6-24, -.pure-u-7-12, -.pure-u-7-24, -.pure-u-7-8, -.pure-u-8-24, -.pure-u-9-24 { - display: inline-block; - zoom: 1; - letter-spacing: normal; - word-spacing: normal; - vertical-align: top; - text-rendering: auto -} - -.pure-u-1-24 { - width: 4.1667% -} - -.pure-u-1-12, -.pure-u-2-24 { - width: 8.3333% -} - -.pure-u-1-8, -.pure-u-3-24 { - width: 12.5% -} - -.pure-u-1-6, -.pure-u-4-24 { - width: 16.6667% -} - -.pure-u-1-5 { - width: 20% -} - -.pure-u-5-24 { - width: 20.8333% -} - -.pure-u-1-4, -.pure-u-6-24 { - width: 25% -} - -.pure-u-7-24 { - width: 29.1667% -} - -.pure-u-1-3, -.pure-u-8-24 { - width: 33.3333% -} - -.pure-u-3-8, -.pure-u-9-24 { - width: 37.5% -} - -.pure-u-2-5 { - width: 40% -} - -.pure-u-10-24, -.pure-u-5-12 { - width: 41.6667% -} - -.pure-u-11-24 { - width: 45.8333% -} - -.pure-u-1-2, -.pure-u-12-24 { - width: 50% -} - -.pure-u-13-24 { - width: 54.1667% -} - -.pure-u-14-24, -.pure-u-7-12 { - width: 58.3333% -} - -.pure-u-3-5 { - width: 60% -} - -.pure-u-15-24, -.pure-u-5-8 { - width: 62.5% -} - -.pure-u-16-24, -.pure-u-2-3 { - width: 66.6667% -} - -.pure-u-17-24 { - width: 70.8333% -} - -.pure-u-18-24, -.pure-u-3-4 { - width: 75% -} - -.pure-u-19-24 { - width: 79.1667% -} - -.pure-u-4-5 { - width: 80% -} - -.pure-u-20-24, -.pure-u-5-6 { - width: 83.3333% -} - -.pure-u-21-24, -.pure-u-7-8 { - width: 87.5% -} - -.pure-u-11-12, -.pure-u-22-24 { - width: 91.6667% -} - -.pure-u-23-24 { - width: 95.8333% -} - -.pure-u-1, -.pure-u-1-1, -.pure-u-24-24, -.pure-u-5-5 { - width: 100% -} - -.status { - margin: 1rem -0.5rem 1rem -0.5rem; -} - -.block { - margin: 0.5rem 0.5rem; - padding: 0; - font-weight: normal; - font-style: normal; - line-height: 1; - font-family: inherit; - min-width: inherit; - overflow-x: auto; - overflow-y: hidden; - border: 1px solid rgba(0, 0, 0, .05); - border-radius: .500rem; - background-color: #f4; - box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15); -} - -.img-con { - margin: 1rem; - -} -.pure-img{ - max-height: 100%; - width: auto; -} -.green { - font-size: 1.25rem; - color: #2dce89; -} - -.red { - font-size: 1.25rem; - color: #fb6340; -} - -.sk-text-success { - color: #2dce89; -} - -.sk-text-error { - color: #fb6340; -} - -.gap { - margin-right: 0.5rem; -} - -.block img { - width: 48px; - height: auto; - float: right; -} - -.pure-u-5-8 { - display: flex; - align-items: center; - -} - -.block h4 { - font-size: .8125rem; - font-weight: 600; - margin: 1rem; - color: #8898aa !important; - line-height: 1.8em; -} -.p-in5{ - padding: 8px; -} - - .cbi-section-table-row { - position: relative; - background: #f4; - margin: 10px; - padding: 8px 15px 10px 70px; - box-shadow: 0 0 1rem 0 rgba(136,152,170,.75); - border-radius: .5rem; - border: 0; - color: #fff; - text-align: left; - line-height: 1.7em; - white-space: nowrap; -     text-overflow: ellipsis; - overflow: hidden; - transition: all 0.3s; - -} -.cbi-section-table-row:hover{ - background: #fff; - -} - -.cbi-section-table-row.fast{ - background: #5e72e4; - color: #fff; -} - -.cbi-section-table-row.fast .ssr-button{ - color: #fff; -} -.cbi-section-table-row.fast .ssr-button:hover, -.cbi-section-table-row.fast .ssr-button:focus, -.cbi-section-table-row.fast .ssr-button:active { - color: #fff; - outline: 0; - text-decoration: none; - box-shadow: none; -} - -.host_con.fast { - color: #6f9a37; -} - -.host_con.nopass { - color: #dc3545; -} - -.host_con.middle { - color: #fbc658; -} - -.host_con.slow { - color: #fb6340; -} - -.loadings { - position: absolute; - width: 100%; - height: 100%; - background: rgba(255, 255, 255, 0.7); - border-radius: .5rem; - left: 0; - top: 0; - z-index: 10; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - justify-content: center; - align-items: center; - font-size: 30px; - transition: all 0.3s; -} - -.loadings.hide { - opacity: 0; - visibility: hidden; - pointer-events: none; -} - -.loadings span { - animation: anim-rotate 2s infinite linear; - height: 30px; -} - - -.alias{ - margin-bottom:1px; -} -.incon:nth-child(2) { - position: absolute; - left: 0; - top: 0; - width: 61px; - height: 100%; - border: 0; - border-right: #d1dfed 1px solid; - background-position: top; - -} -.incon:nth-child(2) .tp{ - position: absolute; - left: 0; - bottom: 0; - height: 25%; - width: 100%; - text-align: center; - font-size: 12px; - line-height: 15px; - color: #fff; - background: #525f7f; -} - -.incon:nth-child(3) { - padding-left: 0px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} - -.incon:nth-child(5), -.incon:nth-child(6) { - display: none; -} - -.cbi-section-table-cell { - text-align: right; -} - -.ssr-button { - background: none; - color: #525f7f; - padding: 0 0 0 6px; - height: auto; - line-height: 1.5em; -} - -.ssr-button:hover, -.ssr-button:focus, -.ssr-button:active { - color: #525f7f; - outline: 0; - text-decoration: none; - box-shadow: none; -} - -.cbi-section h3 { - margin-left: 10px; - margin-top: 1rem; -} - - - .cbi-button-check { - color: #fff !important; - background-color: #336633 !important; - border-color: #2e6da4 !important; - font-size:12px; - padding:0.5rem 0.8rem; - float:right; - margin-right:10px; - margin-top:0rem; - -} - -.cbi-section-table-cell { - position: relative; -} - -.host_con { - position: absolute; - left: 0; - width: 50px; - text-align: left; - height: 22px; - font-weight: bold; -} - -.host_ok { - color: #fff; - background: #2dce89; - padding: 0.1rem 0.5rem; - border-radius: 0.2rem; -} - -.host_error { - color: #fff; - background: #f5365c; - padding: 0.1rem 0.5rem; - border-radius: 0.2rem; -} -footer.mobile-hide{ - display: block; -} -.cbi-button-add{ - position:fixed; - padding: 0.3rem 0.5rem; - z-index:1000; - width:70px !important; - height:70px; - bottom:90px; - right:55px; - font-size:20px; - border-radius:50%; - display:block; - background-color: #336633!important; - border-color: #CC6699 !important; - box-shadow: 0 0 1rem 0 rgba(136,152,170,.75); - } - - -.mar-10 {margin-left: 50px; margin-right: 10px;} - -.status-bar{ - position: fixed; - bottom: 0; - right: 0; - box-shadow: 0 0 2rem 0 rgba(136,152,170,.3); - color: #525f7f; - background: #fff; - z-index: 5; - box-sizing: border-box; -} - -.status-bar .inner{ - margin: 1em; -} - -.status-bar .inner .flag{ - height: 3em; - display: block; - float: left; - margin-right: 1em; -} -.status-bar .icon-con{ - height: 3em; - text-align: right; -} - - - -@media screen and (max-width: 1900px) { - .pure-u-1-5 { - width: 25%; - } -} - -@media screen and (max-width: 1600px) { - .pure-u-1-5 { - width: 33.33333333%; - } -} - -@media screen and (max-width: 1200px) { - .pure-u-1-5 { - width: 50%; - } - - .status .pure-u-1-5 { - width: 33.333%; - } -} - -@media screen and (max-width: 700px) { - .pure-u-1-4 { - width: 50%; - } - - .pure-u-1-2 { - width: 100%; - } - - .pure-u-1-5 { - width: 100%; - font-size: 14px; - } - - .status .pure-u-1-5 { - width: 50%; - } - - .cbi-button-add { - position: fixed; - padding: 0.3rem 0.5rem; - z-index: 1000; - width: 50px !important; - height: 50px; - bottom: 90px; - right: 5px; - font-size: 16px; - border-radius: 50%; - display: block; - background-color: #fb6340!important; - border-color: #fb6340 !important; - box-shadow: 0 0 1rem 0 rgba(136, 152, 170, .75); - } -} - -.modals-bg { - position: fixed; - z-index: 999; - width: 100%; - height: 100%; - left: 0; - top: 0; - background: rgba(255, 255, 255, 0.8); - display: none; -} - -.modals { - position: fixed; - z-index: 100; - width: 60%; - height: 500px; - background: #172b4d; - left: 20%; - top: 15%; - color: #fff; - border-radius: 10px; - padding: 20px; - - box-sizing: border-box; - -moz-box-sizing: border-box; - /* Firefox */ - -webkit-box-sizing: border-box; - /* Safari */ -} - -.modals h2 { - padding: 0 !important; -} - -.modals h3 { - font-size: 14px; - color: #f5365c !important; - background: transparent; - margin: 0; - padding: 0; -} - -#log_content3 { - border: 0; - width: 99%; - height: calc(100% - 4rem); - font-family: 'Lucida Console'; - font-size: 11px; - background: transparent; - color: #FFFFFF; - outline: none; - padding-left: 3px; - padding-right: 22px; - overflow: hidden -} - -@media screen and (max-width: 1024px) { - .modals { - position: fixed; - z-index: 100; - width: 80%; - height: 500px; - background: #172b4d; - left: 10%; - top: 15%; - color: #fff; - border-radius: 10px; - padding: 20px; - } -} - -@media screen and (max-width: 700px) { - .modals-bg { - position: fixed; - z-index: 100000; - - } - - .modals { - width: 100%; - height: 100%; - left: 0; - top: 0; - } - .status-bar .pure-u-1-2{ - width: 50%; - } - .status-bar .inner .flag{ - height: 3em; - display: block; - float: left; - margin-right: 1em; - } - .status-bar .icon-con{ - height: 2.5em; - text-align: right; - } -} diff --git a/package/ctcgfw/luci-app-vssr/Makefile b/package/ctcgfw/luci-app-vssr/Makefile deleted file mode 100644 index 3274723b52..0000000000 --- a/package/ctcgfw/luci-app-vssr/Makefile +++ /dev/null @@ -1,201 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=luci-app-vssr -PKG_VERSION:=1.32 -PKG_RELEASE:=4-20200331 - -PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_microsocks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dns2socks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_haproxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_privoxy \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server\ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin - -include $(INCLUDE_DIR)/package.mk - -define Package/$(PKG_NAME)/config -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks - bool "Include Shadowsocks New Version" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray - bool "Include V2ray" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan - bool "Include Trojan" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun - bool "Include Kcptun" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server - bool "Include ShadowsocksR Server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server - bool "Include Shadowsocks Server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks - bool "Include ShadowsocksR Socks and Tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks - bool "Include Shadowsocks Socks and Tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks - bool "Include ipt2socks" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_microsocks - bool "Include microsocks" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_dns2socks - bool "Include dns2socks" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy - bool "Include dnscrypt-proxy-full" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder - bool "Include dnsforwarder" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS - bool "Include chinadns" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_haproxy - bool "Include haproxy" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_privoxy - bool "Include privoxy http local" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs - bool "Include simple-obfsl" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server - bool "Include simple-obfs-server" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder - bool "Include udpspeeder" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel - bool "Include udp2raw-tunnel" - default y - -config PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client - bool "Include GoQuiet-client" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server - bool "Include GoQuiet-server" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin - bool "Include v2ray-plugin" - default y -endef - -define Package/luci-app-vssr - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=A New SS/SSR/V2Ray/Trojan LuCI interface - PKGARCH:=all - DEPENDS:=+shadowsocksr-libev-alt +ipset +ip-full +iptables-mod-tproxy +dnsmasq-full +coreutils +coreutils-base64 +bash +pdnsd-alt +wget +tcpping +lua-maxminddb +lua +luasocket +jshn +lua-cjson +coreutils-nohup +curl \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks:shadowsocks-libev-ss-redir \ - +PACKAGE_$(PKG_NAME)_INCLUDE_V2ray:v2ray \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Trojan:trojan \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server:shadowsocksr-libev-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Server:shadowsocks-libev-ss-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks:shadowsocksr-libev-ssr-local \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks:shadowsocks-libev-ss-local \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ipt2socks:ipt2socks \ - +PACKAGE_$(PKG_NAME)_INCLUDE_microsocks:microsocks \ - +PACKAGE_$(PKG_NAME)_INCLUDE_dns2socks:dns2socks \ - +PACKAGE_$(PKG_NAME)_INCLUDE_dnscrypt_proxy:dnscrypt-proxy-full \ - +PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder:dnsforwarder \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS:openwrt_chinadns \ - +PACKAGE_$(PKG_NAME)_INCLUDE_haproxy:haproxy \ - +PACKAGE_$(PKG_NAME)_INCLUDE_privoxy:privoxy \ - +PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder:speederv2-tunnel \ - +PACKAGE_$(PKG_NAME)_INCLUDE_udp2raw-tunnel:udp2raw-tunnel \ - +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs:simple-obfs \ - +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server:simple-obfs-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client:gq-client \ - +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server:gq-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin:v2ray-plugin -endef - -define Build/Prepare -endef - -define Build/Compile -endef - -define Package/luci-app-vssr/conffiles -/etc/ssr_ip -/etc/dnsmasq.vssr/gfw_list.conf -endef - -define Package/luci-app-vssr/install - $(INSTALL_DIR) $(1)/usr/lib/lua/luci - cp -pR ./luasrc/* $(1)/usr/lib/lua/luci - $(INSTALL_DIR) $(1)/ - cp -pR ./root/* $(1)/ - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh-cn.lmo -endef - -define Package/luci-app-vssr/postinst -#!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then - ( . /etc/uci-defaults/luci-vssr ) && rm -f /etc/uci-defaults/luci-vssr - rm -f /tmp/luci-indexcache - chmod 755 /etc/init.d/vssr >/dev/null 2>&1 - /etc/init.d/vssr enable >/dev/null 2>&1 -fi -exit 0 -endef - -define Package/luci-app-vssr/prerm -#!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then - /etc/init.d/vssr disable - /etc/init.d/vssr stop -fi -exit 0 -endef - -$(eval $(call BuildPackage,luci-app-vssr)) - - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua b/package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua deleted file mode 100644 index 8dba972fac..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua +++ /dev/null @@ -1,478 +0,0 @@ --- Copyright (C) 2018 jerrykuku --- Licensed to the public under the GNU General Public License v3. -module("luci.controller.vssr", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/vssr") then - return -end - - if nixio.fs.access("/usr/bin/ssr-redir") then - entry({"admin", "vpn"}, firstchild(), "VPN", 45).dependent = false - entry({"admin", "vpn", "vssr"},alias("admin", "vpn", "vssr", "client"), _("Hello World"), 10).dependent=true - entry({"admin", "vpn", "vssr", "client"}, cbi("vssr/client"), _("SSR Client"), 10).leaf=true - entry({"admin", "vpn", "vssr", "servers"}, cbi("vssr/servers"), _("Node List"), 20).leaf=true - entry({"admin", "vpn", "vssr", "servers"}, arcombine(cbi("vssr/servers"), cbi("vssr/client-config")), _("Node List"), 20).leaf =true - entry({"admin", "vpn", "vssr", "subscription"},cbi("vssr/subscription"),_("Subscription"),30).leaf=true - entry({"admin", "vpn", "vssr", "control"}, cbi("vssr/control"), _("Access Control"), 40).leaf=true - entry({"admin", "vpn", "vssr", "servers-list"}, arcombine(cbi("vssr/servers-list"), cbi("vssr/client-config")), _("Severs Nodes"), 50).leaf =true - entry({"admin", "vpn", "vssr", "appointlist"},form("vssr/appointlist"),_("Appointlist List"),60).leaf =true - entry({"admin", "vpn", "vssr", "udp2raw"},cbi("vssr/udp2raw"),_("udp2raw tunnel"),70).leaf = true - entry({"admin", "vpn", "vssr", "advanced"}, cbi("vssr/advanced"),_("Advanced Settings"), 80).leaf =true - elseif nixio.fs.access("/usr/bin/ssr-server") then - entry({"admin", "vpn", "vssr"}, alias("admin", "vpn", "vssr", "server"), _("vssr"), 10).dependent =true - else - return - end - if nixio.fs.access("/usr/bin/ssr-server") then - entry({"admin", "vpn", "vssr", "server"},arcombine(cbi("vssr/server"), cbi("vssr/server-config")), _("SSR Server"), 85).leaf = true - end - entry({"admin", "vpn", "vssr", "status"},form("vssr/status"),_("Status"), 90).leaf = true - entry({"admin", "vpn", "vssr", "logview"}, cbi("vssr/logview", {hideapplybtn=true, hidesavebtn=true, hideresetbtn=true}), _("Log") ,100).leaf=true - entry({"admin", "vpn", "vssr", "refresh"}, call("refresh_data")) - entry({"admin", "vpn", "vssr", "checkport"}, call("check_port")) - entry({"admin", "vpn", "vssr", "checkports"}, call("check_ports")) - entry({"admin", "vpn", "vssr", "ping"}, call("act_ping")).leaf=true - entry({"admin", "vpn", "vssr", "fileread"}, call("act_read"), nil).leaf=true - entry({"admin", "vpn", "vssr", "switch"}, call("switch")) - entry({"admin", "vpn", "vssr", "run"}, call("act_status")) - entry({"admin", "vpn", "vssr", "change"}, call("change_node")) - entry({"admin", "vpn", "vssr", "allserver"}, call("get_servers")) - entry({"admin", "vpn", "vssr", "subscribe"}, call("get_subscribe")) - entry({"admin", "vpn", "vssr", "flag"}, call("get_flag")) - entry({"admin", "vpn", "vssr", "ip"}, call("check_ip")) - - end - --- 执行订阅 -function get_subscribe() - local cjson = require "cjson" - local e = {} - local uci = luci.model.uci.cursor() - local auto_update = luci.http.formvalue("auto_update") - local auto_update_time = luci.http.formvalue("auto_update_time") - local proxy = luci.http.formvalue("proxy") - local subscribe_url = luci.http.formvalue("subscribe_url") - if subscribe_url ~= "[]" then - local cmd1 = 'uci set vssr.@server_subscribe[0].auto_update="' .. - auto_update .. '"' - local cmd2 = 'uci set vssr.@server_subscribe[0].auto_update_time="' .. - auto_update_time .. '"' - local cmd3 = 'uci set vssr.@server_subscribe[0].proxy="' .. proxy .. '"' - luci.sys.call('uci delete vssr.@server_subscribe[0].subscribe_url ') - luci.sys.call(cmd1) - luci.sys.call(cmd2) - luci.sys.call(cmd3) - for k, v in ipairs(cjson.decode(subscribe_url)) do - luci.sys.call( - 'uci add_list vssr.@server_subscribe[0].subscribe_url="' .. v .. '"') - end - luci.sys.call('uci commit vssr') - luci.sys.call( - "nohup /usr/bin/lua /usr/share/vssr/subscribe.lua >/www/check_update.htm 2>/dev/null &") - - e.error = 0 - else - e.error = 1 - end - - luci.http.prepare_content("application/json") - luci.http.write_json(e) - - end - --- 获取所有节点 -function get_servers() - local uci = luci.model.uci.cursor() - local server_table = {} - uci:foreach("vssr", "servers", function(s) - local e = {} - e["name"] = s[".name"] - local t1 = luci.sys.exec( - "ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'" % - s["server"]) - e["t1"] = t1 - table.insert(server_table, e) - end) - luci.http.prepare_content("application/json") - luci.http.write_json(server_table) -end - --- 切换节点 -function change_node() - local e = {} - local uci = luci.model.uci.cursor() - local sid = luci.http.formvalue("set") - local name = "" - uci:foreach("vssr", "global", function(s) name = s[".name"] end) - e.status = false - e.sid = sid - if sid ~= "" then - uci:set("vssr", name, "global_server", sid) - uci:commit("vssr") - luci.sys.call("/etc/init.d/vssr restart") - e.status = true - end - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - -function switch() - local e = {} - local uci = luci.model.uci.cursor() - local sid = luci.http.formvalue("node") - local isSwitch = uci:get("vssr", sid, "switch_enable") - if isSwitch == "1" then - uci:set("vssr", sid, "switch_enable","0") - e.switch = false - else - uci:set("vssr", sid, "switch_enable","1") - e.switch = true - end - uci:commit("vssr") - e.status = true - luci.http.prepare_content("application/json") - luci.http.write_json(e) - end - - --- 检测全局服务器状态 -function act_status() - math.randomseed(os.time()) - local e = {} --- 全局服务器 - e.global=luci.sys.call("ps -w | grep ssr-retcp | grep -v grep >/dev/null") == 0 --- 检测Socks5 - - if tonumber(luci.sys.exec("ps -w | grep ssr-local |grep -v grep| wc -l"))>0 then - e.socks5 = true - elseif tonumber(luci.sys.exec("ps -w | grep ss-local |grep -v grep| wc -l"))>0 then - e.socks5 = true - elseif tonumber(luci.sys.exec("ps -w | grep v2-ssr-local |grep -v grep| wc -l"))>0 then - end ---检测chinadns状态 - if tonumber(luci.sys.exec("ps -w | grep chinadns |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dnsparsing |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dnscrypt-proxy |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep pdnsd |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dns2socks |grep -v grep| wc -l"))>0 then - e.chinadns= true - elseif tonumber(luci.sys.exec("ps -w | grep dnsforwarder |grep -v grep| wc -l"))>0 then - e.chinadns= true -end ---检测服务端状态 - if tonumber(luci.sys.exec("ps -w | grep ssr-server |grep -v grep| wc -l"))>0 then - e.server= true -end - if luci.sys.call("pidof ssr-server >/dev/null") == 0 then - e.ssr_server= true -end - if luci.sys.call("pidof ss-server >/dev/null") == 0 then - e.ss_server= true -end - if luci.sys.call("ps -w | grep v2ray-server | grep -v grep >/dev/null") == 0 then - e.v2_server= true - -end - - -- 检测国内通道 - e.baidu = false - sret = luci.sys.call("/usr/bin/ssr-check www.baidu.com 80 3 1") - if sret == 0 then - e.baidu = true -end - - -- 检测国外通道 - e.google = false - sret = luci.sys.call("/usr/bin/ssr-check www.google.com 80 3 1") - if sret == 0 then - e.google = true -end - - --- 检测游戏模式状态 - e.game = false - if tonumber(luci.sys.exec("ps -w | grep ssr-reudp |grep -v grep| wc -l"))>0 then - e.game= true - else - if tonumber(luci.sys.exec("ps -w | grep ssr-retcp |grep \"\\-u\"|grep -v grep| wc -l"))>0 then - e.game= true - end - end - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end -function act_ping() - local e = {} - local domain = luci.http.formvalue("domain") - local port = luci.http.formvalue("port") - e.index = luci.http.formvalue("index") - local iret = luci.sys.call(" ipset add ss_spec_wan_ac " .. domain .. " 2>/dev/null") - local socket = nixio.socket("inet", "stream") - socket:setopt("socket", "rcvtimeo", 3) - socket:setopt("socket", "sndtimeo", 3) - e.socket = socket:connect(domain, port) - socket:close() - e.ping = luci.sys.exec("ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'" % domain) - if (e.ping == "") then - e.ping = luci.sys.exec(string.format("echo -n $(tcpping -c 1 -i 1 -p %s %s 2>&1 | grep -o 'ttl=[0-9]* time=[0-9]*.[0-9]' | awk -F '=' '{print$3}') 2>/dev/null",port, domain)) - end - if (iret == 0) then - luci.sys.call(" ipset del ss_spec_wan_ac " .. domain) - end - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end -function check_status() - local set ="/usr/bin/ssr-check www." .. luci.http.formvalue("set") .. ".com 80 3 1" - sret=luci.sys.call(set) - if sret== 0 then - retstring ="0" - else - retstring ="1" - end - - luci.http.prepare_content("application/json") - luci.http.write_json({ ret=retstring }) -end - --- 刷新检测文件 -function refresh_data() -local set =luci.http.formvalue("set") -local icount =0 - -if set == "gfw_data" then - refresh_cmd="wget-ssl --no-check-certificate https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt -O /tmp/gfw.b64" - sret=luci.sys.call(refresh_cmd .. " 2>/dev/null") - if sret== 0 then - luci.sys.call("/usr/bin/vssr-gfw") - icount = luci.sys.exec("cat /tmp/gfwnew.txt | wc -l") - if tonumber(icount)>1000 then - oldcount=luci.sys.exec("cat /etc/dnsmasq.vssr/gfw_list.conf | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/gfwnew.txt /etc/dnsmasq.vssr/gfw_list.conf") - luci.sys.exec("cp -f /tmp/gfwnew.txt /tmp/dnsmasq.vssr/gfw_list.conf") - luci.sys.call("/etc/init.d/dnsmasq restart") - retstring=tostring(math.ceil(tonumber(icount)/2)) - else - retstring ="0" - end - else - retstring ="-1" - end - luci.sys.exec("rm -f /tmp/gfwnew.txt ") -else - retstring ="-1" -end -elseif set == "ip_data" then - if (luci.model.uci.cursor():get_first('vssr', 'global', 'chnroute', '0') == '1') then - refresh_cmd="wget-ssl --no-check-certificate -O - " .. luci.model.uci.cursor():get_first('vssr', 'global', 'chnroute_url', 'https://ispip.clang.cn/all_cn.txt') .. ' > /tmp/china_ssr.txt 2>/dev/null' - else - refresh_cmd="wget -O- 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' 2>/dev/null| awk -F\\| '/CN\\|ipv4/ { printf(\"%s/%d\\n\", $4, 32-log($5)/log(2)) }' > /tmp/china_ssr.txt" - end - sret=luci.sys.call(refresh_cmd) - icount = luci.sys.exec("cat /tmp/china_ssr.txt | wc -l") - if sret== 0 and tonumber(icount)>1000 then - oldcount=luci.sys.exec("cat /etc/china_ssr.txt | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/china_ssr.txt /etc/china_ssr.txt") - retstring=tostring(tonumber(icount)) - else - retstring ="0" - end - else - retstring ="-1" - end - luci.sys.exec("rm -f /tmp/china_ssr.txt ") -else -if nixio.fs.access("/usr/bin/wget-ssl") then - refresh_cmd="wget-ssl --no-check-certificate -O - ".. luci.model.uci.cursor():get_first('vssr', 'global', 'adblock_url','https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt') .." > /tmp/adnew.conf" -end -sret=luci.sys.call(refresh_cmd .. " 2>/dev/null") -if sret== 0 then - luci.sys.call("/usr/bin/vssr-ad") - icount = luci.sys.exec("cat /tmp/ad.conf | wc -l") - if tonumber(icount)>1000 then - if nixio.fs.access("/etc/dnsmasq.vssr/ad.conf") then - oldcount=luci.sys.exec("cat /etc/dnsmasq.vssr/ad.conf | wc -l") - else - oldcount=0 - end - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/ad.conf /etc/dnsmasq.vssr/ad.conf") - luci.sys.exec("cp -f /tmp/ad.conf /tmp/dnsmasq.vssr/ad.conf") - luci.sys.call("/etc/init.d/dnsmasq restart") - retstring=tostring(math.ceil(tonumber(icount))) - else - retstring ="0" - end - else - retstring ="-1" - end - luci.sys.exec("rm -f /tmp/ad.conf") -else - retstring ="-1" -end -end -luci.http.prepare_content("application/json") -luci.http.write_json({ ret=retstring ,retcount=icount}) -end - --- 检测所有服务器 -function check_ports() - local set = "" - local retstring = "

" - local s - local server_name = "" - local vssr = "vssr" - local uci = luci.model.uci.cursor() - local iret = 1 - - uci:foreach( - vssr, - "servers", - function(s) - if s.alias then - server_name = s.alias - elseif s.server and s.server_port then - server_name = "%s:%s" % {s.server, s.server_port} - end - iret = luci.sys.call(" ipset add ss_spec_wan_ac " .. s.server .. " 2>/dev/null") - socket = nixio.socket("inet", "stream") - socket:setopt("socket", "rcvtimeo", 3) - socket:setopt("socket", "sndtimeo", 3) - ret = socket:connect(s.server, s.server_port) - if tostring(ret) == "true" then - socket:close() - retstring = retstring .. "[" .. server_name .. "] OK.
" - else - retstring = retstring .. "[" .. server_name .. "] Error.
" - end - if iret == 0 then - luci.sys.call(" ipset del ss_spec_wan_ac " .. s.server) - end - end - ) - - luci.http.prepare_content("application/json") - luci.http.write_json({ret = retstring}) -end - --- 检测单个节点状态并返回连接速度 -function check_port() - - local e = {} - -- e.index=luci.http.formvalue("host") - local t1 = luci.sys.exec( - "ping -c 1 -W 1 %q 2>&1 | grep -o 'time=[0-9]*.[0-9]' | awk -F '=' '{print$2}'" % - luci.http.formvalue("host")) - luci.http.prepare_content("application/json") - luci.http.write_json({ret = 1, used = t1}) - -end - -function JudgeIPString(ipStr) - if type(ipStr) ~= "string" then return false end - - -- 判断长度 - local len = string.len(ipStr) - if len < 7 or len > 15 then -- 长度不对 - return false - end - - -- 判断出现的非数字字符 - local point = string.find(ipStr, "%p", 1) -- 字符"."出现的位置 - local pointNum = 0 -- 字符"."出现的次数 正常ip有3个"." - while point ~= nil do - if string.sub(ipStr, point, point) ~= "." then -- 得到非数字符号不是字符"." - return false - end - pointNum = pointNum + 1 - point = string.find(ipStr, "%p", point + 1) - if pointNum > 3 then return false end - end - if pointNum ~= 3 then -- 不是正确的ip格式 - return false - end - - -- 判断数字对不对 - local num = {} - for w in string.gmatch(ipStr, "%d+") do - num[#num + 1] = w - local kk = tonumber(w) - if kk == nil or kk > 255 then -- 不是数字或超过ip正常取值范围了 - return false - end - end - - if #num ~= 4 then -- 不是4段数字 - return false - end - - return ipStr -end - --- 检测 当前节点ip 和 网站访问情况 -function check_ip() --- 获取当前的ip和国家 - local e = {} - local d = {} - local mm = require 'maxminddb' - local db = mm.open('/usr/share/vssr/GeoLite2-Country.mmdb') - local ip = string.gsub(luci.sys.exec("curl -s https://api.ip.sb/ip"), "\n", "") - local res = db:lookup(ip) - d.flag = string.lower(res:get("country", "iso_code")) - d.country = res:get("country", "names", "zh-CN") - e.outboard = ip - e.outboardip = d - - -- 检测国内通道 - e.baidu = false - sret1 = luci.sys.call("/usr/bin/ssr-check www.baidu.com 80 3 1") - if sret1 == 0 then e.baidu = true end - - e.taobao = false - sret2 = luci.sys.call("/usr/bin/ssr-check www.taobao.com 80 3 1") - if sret2 == 0 then e.taobao = true end - - -- 检测国外通道 - e.google = false - sret3 = luci.sys.call("/usr/bin/ssr-check www.google.com 80 3 1") - if sret3 == 0 then e.google = true end - - e.youtube = false - sret4 = luci.sys.call("/usr/bin/ssr-check www.youtube.com 80 3 1") - if sret4 == 0 then e.youtube = true end - - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - --- 获取节点国旗 iso code -function get_flag() - local e = {} - local host = luci.http.formvalue("host") - local remark = luci.http.formvalue("remark") - local cmd = '/usr/share/vssr/getflag.sh "' .. remark .. '" ' .. host - e.host = host - e.flag = luci.sys.exec(cmd) - luci.http.prepare_content("application/json") - luci.http.write_json(e) -end - -function act_read(lfile) - local NXFS = require "nixio.fs" - local HTTP = require "luci.http" - local lfile = HTTP.formvalue("lfile") - local ldata={} - ldata[#ldata+1] = NXFS.readfile(lfile) or "_nofile_" - if ldata[1] == "" then - ldata[1] = "_nodata_" - end - HTTP.prepare_content("application/json") - HTTP.write_json(ldata) -end diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua deleted file mode 100644 index 15c2ba747b..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua +++ /dev/null @@ -1,116 +0,0 @@ -local vssr = "vssr" -local uci = luci.model.uci.cursor() -local server_table = {} -uci:foreach(vssr, "servers", function(s) - if s.alias then - server_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - server_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end -end) - -local key_table = {} -for key,_ in pairs(server_table) do - table.insert(key_table,key) -end - -table.sort(key_table) -m = Map(vssr) - --- [[ 服务器节点故障自动切换设置 ]]-- - -s = m:section(TypedSection, "global", translate("Server failsafe auto swith settings")) -s.anonymous = true - -o = s:option(Flag, "monitor_enable", translate("Enable Process Deamon")) -o.rmempty = false - -o = s:option(Flag, "enable_switch", translate("Enable Auto Switch")) -o.rmempty = false - --- [[ adblock ]]-- -o = s:option(Flag, "adblock", translate("Enable adblock")) -o.rmempty = false - -o = s:option(Value, "adblock_url", translate("adblock_url")) -o:value("https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf", translate("anti-AD")) -o.default = "https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf" -o:depends("adblock", "1") -o.description = translate("Support AdGuardHome and DNSMASQ format list") - -o = s:option(Value, "switch_time", translate("Switch check cycly(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 3600 - -o = s:option(Value, "switch_timeout", translate("Check timout(second)")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 5 - -o = s:option(Value, "switch_try_count", translate("Check Try Count")) -o.datatype = "uinteger" -o:depends("enable_switch", "1") -o.default = 3 - --- [[ SOCKS5 Proxy ]]-- -if nixio.fs.access("/usr/bin/ssr-local") then -s = m:section(TypedSection, "socks5_proxy", translate("SOCKS5 Proxy")) -s.anonymous = true - -o = s:option(ListValue, "server", translate("Server")) -o:value("nil", translate("Disable")) -for _,key in pairs(key_table) do o:value(key,server_table[key]) end -o.default = "nil" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.default = 1080 -o.rmempty = false - --- [[ HTTP Proxy ]]-- -if nixio.fs.access("/usr/sbin/privoxy") then -o = s:option(Flag, "http_enable", translate("Enable HTTP Proxy")) -o.rmempty = false - -o = s:option(Value, "http_port", translate("HTTP Port")) -o.datatype = "port" -o.default = 1081 -o.rmempty = false -end - --- [[ chnroute ]] -s = m:section(TypedSection, "global", translate("Chnroute Setting")) -s.anonymous = true - -o = s:option(Flag, "chnroute", translate("Enable custom chnroute")) -o.rmempty = false - -o = s:option(Value, "chnroute_url", translate("Update url")) -o.default = "https://ispip.clang.cn/all_cn.txt" - --- [[ haProxy ]]-- - -s = m:section(TypedSection, "global_haproxy", translate("haProxy settings")) -s.anonymous = true - -o = s:option(Flag, "admin_enable", translate("Enabling the Management Console")) -o.rmempty = false -o.default = 1 - -o = s:option(Value, "admin_port", translate("Service Port")) -o.datatype = "uinteger" -o.default = 1111 - -o = s:option(Value, "admin_user", translate("User name")) -o.default = "admin" - -o = s:option(Value, "admin_password", translate("Password")) -o.default = "root" - -end -return m - - - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/appointlist.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/appointlist.lua deleted file mode 100644 index d6bbdf8743..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/appointlist.lua +++ /dev/null @@ -1,23 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/etc/dnsmasq.vssr/appoint_list.conf" - -f = SimpleForm("custom", translate("Appoint dns List")) - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 13 -function t.cfgvalue() - return fs.readfile(conffile) or "" -end - -function f.handle(self, state, data) - if state == FORM_VALID then - if data.conf then - fs.writefile(conffile, data.conf:gsub("\r\n", "\n")) - luci.sys.call("/etc/init.d/dnsmasq restart") - end - end - return true -end - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua deleted file mode 100644 index a4708735c2..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua +++ /dev/null @@ -1,408 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Licensed to the public under the GNU General Public License v3. -local m, s, o, kcp_enable -local vssr = "vssr" -local uci = luci.model.uci.cursor() - -local fs = require "nixio.fs" -local sys = require "luci.sys" -local sid = arg[1] -local uuid = luci.sys.exec("cat /proc/sys/kernel/random/uuid") - -local function isKcptun(file) - if not fs.access(file, "rwx", "rx", "rx") then fs.chmod(file, 755) end - - local str = sys.exec(file .. " -v | awk '{printf $1}'") - return (str:lower() == "kcptun") -end - -local server_table = {} -local encrypt_methods = { - "none", "table", "rc4", "rc4-md5-6", "rc4-md5", "aes-128-cfb", - "aes-192-cfb", "aes-256-cfb", "aes-128-ctr", "aes-192-ctr", "aes-256-ctr", - "bf-cfb", "camellia-128-cfb", "camellia-192-cfb", "camellia-256-cfb", - "cast5-cfb", "des-cfb", "idea-cfb", "rc2-cfb", "seed-cfb", "salsa20", - "chacha20", "chacha20-ietf" -} - -local encrypt_methods_ss = { - -- aead - "aes-128-gcm", "aes-192-gcm", "aes-256-gcm", "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", -- stream - "table", "rc4", "rc4-md5", "aes-128-cfb", "aes-192-cfb", "aes-256-cfb", - "aes-128-ctr", "aes-192-ctr", "aes-256-ctr", "bf-cfb", "camellia-128-cfb", - "camellia-192-cfb", "camellia-256-cfb", "salsa20", "chacha20", - "chacha20-ietf" -} - -local protocol = { - "origin", "verify_deflate", "auth_sha1_v4", "auth_aes128_sha1", - "auth_aes128_md5", "auth_chain_a", "auth_chain_b", "auth_chain_c", - "auth_chain_d", "auth_chain_e", "auth_chain_f" -} - -local obfs = { - "plain", "http_simple", "http_post", "random_head", "tls1.2_ticket_auth" -} - -local securitys = {"auto", "none", "aes-128-gcm", "chacha20-poly1305"} - -m = Map(vssr, translate("Edit vssr Server")) -m.redirect = luci.dispatcher.build_url("admin/vpn/vssr/servers") -if m.uci:get(vssr, sid) ~= "servers" then - luci.http.redirect(m.redirect) - return -end - --- [[ Servers Setting ]]-- -s = m:section(NamedSection, sid, "servers") -s.anonymous = true -s.addremove = false - -o = s:option(DummyValue, "ssr_url", translate("Configuration Url")) -o.rawhtml = true -o.template = "vssr/ssrurl" -o.value = sid - -o = s:option(ListValue, "type", translate("Server Node Type")) -if nixio.fs.access("/usr/sbin/trojan") then -o:value("trojan", translate("Trojan")) -end - -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -o:value("v2ray", translate("V2Ray")) -end -o:value("ssr", translate("ShadowsocksR")) -if nixio.fs.access("/usr/bin/ss-redir") then -o:value("ss", translate("Shadowsocks")) -end - -if nixio.fs.access("/usr/bin/ipt2socks") then -o:value("socks5", translate("Socks5")) -end -o.description = translate( - "Using incorrect encryption mothod may causes service fail to start") - -o = s:option(Value, "alias", translate("Alias(optional)")) - -o = s:option(Value, "flag", translate("Country")) -o.description = translate( - "请自己指定。格式:cn us hk 等") -o.rmempty = true - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - --- o = s:option(Value, "timeout", translate("Connection Timeout")) --- o.datatype = "uinteger" --- o.default = 60 --- o.rmempty = false - -o = s:option(Flag, "auth_enable", translate("Enable Authentication")) -o.rmempty = false -o.default = "0" -o:depends("type", "socks5") - -o = s:option(Value, "username", translate("Username")) -o.rmempty = true -o:depends("type", "socks5") - - -o = s:option(Value, "password", translate("Password")) -o.password = true -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") -o:depends("type", "trojan") -o:depends("type", "socks5") - - -o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(ListValue, "encrypt_method_ss", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods_ss) do o:value(v) end -o.rmempty = true -o:depends("type", "ss") - --- Shadowsocks Plugin - -o = s:option(ListValue, "plugin", translate("plugin")) -o:value("none", "None") -if nixio.fs.access("/usr/bin/v2ray-plugin") then -o:value("/usr/bin/v2ray-plugin", "v2ray-plugin") -end -if nixio.fs.access("/usr/bin/obfs-local") then -o:value("/usr/bin/obfs-local", "obfs-local") -end -if nixio.fs.access("/usr/bin/goquiet-client") then -o:value("/usr/bin/goquiet-client", "GoQuiet") -end -o.rmempty = false -o.default = "none" -o:depends("type", "ss") - -o = s:option(Value, "plugin_opts", translate("Plugin Opts")) -o.rmempty = true -o:depends("plugin", "/usr/bin/v2ray-plugin") -o:depends("plugin", "/usr/bin/obfs-local") -o:depends("plugin", "/usr/bin/goquiet-client") - -o = s:option(ListValue, "protocol", translate("Protocol")) -for _, v in ipairs(protocol) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "protocol_param", translate("Protocol param(optional)")) -o:depends("type", "ssr") - -o = s:option(ListValue, "obfs", translate("Obfs")) -for _, v in ipairs(obfs) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "obfs_param", translate("Obfs param(optional)")) -o:depends("type", "ssr") - --- AlterId -o = s:option(Value, "alter_id", translate("AlterId")) -o.datatype = "port" -o.default = 16 -o.rmempty = true -o:depends("type", "v2ray") - --- VmessId -o = s:option(Value, "vmess_id", translate("VmessId (UUID)")) -o.rmempty = true -o.default = uuid -o:depends("type", "v2ray") - --- 加密方式 -o = s:option(ListValue, "security", translate("Encrypt Method")) -for _, v in ipairs(securitys) do o:value(v, v:upper()) end -o.rmempty = true -o:depends("type", "v2ray") - --- 传输协议 -o = s:option(ListValue, "transport", translate("Transport")) -o:value("tcp", "TCP") -o:value("kcp", "mKCP") -o:value("ws", "WebSocket") -o:value("h2", "HTTP/2") -o:value("quic", "QUIC") -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TCP部分 ]]-- - --- TCP伪装 -o = s:option(ListValue, "tcp_guise", translate("Camouflage Type")) -o:depends("transport", "tcp") -o:value("none", translate("None")) -o:value("http", "HTTP") -o.rmempty = true - --- HTTP域名 -o = s:option(DynamicList, "http_host", translate("HTTP Host")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- HTTP路径 -o = s:option(DynamicList, "http_path", translate("HTTP Path")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- [[ WS部分 ]]-- - --- WS域名 -o = s:option(Value, "ws_host", translate("WebSocket Host")) -o:depends("transport", "ws") -o.rmempty = true - --- WS路径 -o = s:option(Value, "ws_path", translate("WebSocket Path")) -o:depends("transport", "ws") -o.rmempty = true - --- [[ H2部分 ]]-- - --- H2域名 -o = s:option(DynamicList, "h2_host", translate("HTTP/2 Host")) -o:depends("transport", "h2") -o.rmempty = true - --- H2路径 -o = s:option(Value, "h2_path", translate("HTTP/2 Path")) -o:depends("transport", "h2") -o.rmempty = true - --- [[ QUIC部分 ]]-- - -o = s:option(ListValue, "quic_security", translate("QUIC Security")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("aes-128-gcm", translate("aes-128-gcm")) -o:value("chacha20-poly1305", translate("chacha20-poly1305")) - -o = s:option(Value, "quic_key", translate("QUIC Key")) -o:depends("transport", "quic") -o.rmempty = true - -o = s:option(ListValue, "quic_guise", translate("Header")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") - --- [[ mKCP部分 ]]-- - -o = s:option(ListValue, "kcp_guise", translate("Camouflage Type")) -o:depends("transport", "kcp") -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") -o.rmempty = true - -o = s:option(Value, "mtu", translate("MTU")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 1350 -o.rmempty = true - -o = s:option(Value, "tti", translate("TTI")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "uplink_capacity", translate("Uplink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 5 -o.rmempty = true - -o = s:option(Value, "downlink_capacity", translate("Downlink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 20 -o.rmempty = true - -o = s:option(Value, "read_buffer_size", translate("Read Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Value, "write_buffer_size", translate("Write Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Flag, "congestion", translate("Congestion")) -o:depends("transport", "kcp") -o.rmempty = true - --- [[ allowInsecure ]]-- -o = s:option(Flag, "insecure", translate("allowInsecure")) -o.rmempty = true -o:depends("type", "v2ray") -o:depends("type", "trojan") - --- [[ TLS ]]-- -o = s:option(Flag, "tls", translate("TLS")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") -o:depends("type", "trojan") - -o = s:option(Value, "tls_host", translate("TLS Host")) ---o:depends("type", "trojan") -o:depends("tls", "1") -o.rmempty = true - - --- [[ Mux ]]-- -o = s:option(Flag, "mux", translate("Mux")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") -o:depends("v2ray_plugin", "1") - -o = s:option(Value, "concurrency", translate("Concurrency")) -o.datatype = "uinteger" -o.rmempty = true -o.default = "8" -o:depends("mux", "1") -o = s:option(Flag, "fast_open", translate("TCP Fast Open")) -o.rmempty = true -o.default = "0" -o:depends("type", "ssr") -o:depends("type", "ss") -o:depends("type", "trojan") - -o = s:option(Flag, "switch_enable", translate("Enable Auto Switch")) -o.rmempty = false -o.default = "1" - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.default = 1234 -o.rmempty = false - -if nixio.fs.access("/usr/bin/kcptun-client") then - - kcp_enable = s:option(Flag, "kcp_enable", translate("KcpTun Enable"), - translate("bin:/usr/bin/kcptun-client")) - kcp_enable.rmempty = true - kcp_enable.default = "0" - kcp_enable:depends("type", "ssr") - kcp_enable:depends("type", "ss") - - o = s:option(Value, "kcp_port", translate("KcpTun Port")) - o.datatype = "port" - o.default = 4000 - function o.validate(self, value, section) - local kcp_file = "/usr/bin/kcptun-client" - local enable = kcp_enable:formvalue(section) or kcp_enable.disabled - if enable == kcp_enable.enabled then - if not fs.access(kcp_file) then - return nil, translate("Haven't a Kcptun executable file") - elseif not isKcptun(kcp_file) then - return nil, translate("Not a Kcptun executable file") - end - end - - return value - end - o:depends("type", "ssr") - o:depends("type", "ss") - - o = s:option(Value, "kcp_password", translate("KcpTun Password")) - o.password = true - o:depends("type", "ssr") - o:depends("type", "ss") - - o = s:option(Value, "kcp_param", translate("KcpTun Param")) - o.default = "--nocomp" - o:depends("type", "ssr") - o:depends("type", "ss") - -end - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua deleted file mode 100644 index fbdf81fc38..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua +++ /dev/null @@ -1,229 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Copyright (C) 2018 lean github.com/coolsnowwolf --- Licensed to the public under the GNU General Public License v3. - -local m, s, sec, o, kcp_enable -local vssr = "vssr" -local gfw_count=0 -local ad_count=0 -local ip_count=0 -local gfwmode=0 - -if nixio.fs.access("/etc/dnsmasq.vssr/gfw_list.conf") then -gfwmode=1 -end - -local uci = luci.model.uci.cursor() - -local sys = require "luci.sys" - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.vssr/gfw_list.conf | wc -l"))/2 - if nixio.fs.access("/etc/dnsmasq.vssr/ad.conf") then - ad_count=tonumber(sys.exec("cat /etc/dnsmasq.vssr/ad.conf | wc -l")) - end -end - -if nixio.fs.access("/etc/china_ssr.txt") then - ip_count = sys.exec("cat /etc/china_ssr.txt | wc -l") -end - -m = Map(vssr) - -m:section(SimpleSection).template = "vssr/status" - -local server_table = {} -local v2ray_table = {} -uci:foreach(vssr, "servers", function(s) - if s.alias then - server_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - server_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end -if s.type == "v2ray" then - if s.alias then - v2ray_table[s[".name"]] = "[%s]:%s" %{string.upper(s.type), s.alias} - elseif s.server and s.server_port then - v2ray_table[s[".name"]] = "[%s]:%s:%s" %{string.upper(s.type), s.server, s.server_port} - end - end -end) - -local key_table = {} -for key,_ in pairs(server_table) do - table.insert(key_table,key) -end - -table.sort(key_table) - -local key_table_v2 = {} -for key,_ in pairs(v2ray_table) do - table.insert(key_table_v2,key) -end - -table.sort(key_table_v2) - --- [[ Global Setting ]]-- -s = m:section(TypedSection, "global", translate("Basic Settings")) -s.anonymous = true - - - -o = s:option(ListValue, "global_server", translate("Main Server")) -o:value("nil", translate("Disable")) -if nixio.fs.access("/usr/sbin/haproxy")then - o:value("__haproxy__", translate("Load Balancing")) -end -for _,key in pairs(key_table) do o:value(key,server_table[key]) end -o.default = "nil" -o.rmempty = false - -o = s:option(ListValue, "udp_relay_server", translate("Game Mode UDP Server")) -o:value("", translate("Disable")) -o:value("same", translate("Same as Global Server")) -for _,key in pairs(key_table) do o:value(key,server_table[key]) end - -o = s:option(Flag, "v2ray_flow", translate("Open v2ray split-flow") .."") -o.rmempty = false -o.description = ("" ..translate("When open v2ray split-flow,your main server must be a v2ray server").."") - -o = s:option(ListValue, "youtube_server", translate("Youtube Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - -o = s:option(ListValue, "tw_video_server", translate("TaiWan Video Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - -o = s:option(ListValue, "netflix_server", translate("Netflix Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - -o = s:option(ListValue, "disney_server", translate("Diseny+ Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - -o = s:option(ListValue, "prime_server", translate("Prime Video Proxy")) -o:value("nil", translate("Same as Global Server")) -for _,key in pairs(key_table_v2) do o:value(key,v2ray_table[key]) end -o:depends("v2ray_flow", "1") -o.default = "nil" - -o = s:option(ListValue, "threads", translate("Multi Threads Option")) -o:value("0", translate("Auto Threads")) -o:value("1", translate("1 Thread")) -o:value("2", translate("2 Threads")) -o:value("4", translate("4 Threads")) -o:value("8", translate("8 Threads")) -o:value("16", translate("16 Threads")) -o:value("32", translate("32 Threads")) -o:value("64", translate("64 Threads")) -o:value("128", translate("128 Threads")) -o.default = "0" -o.rmempty = false - -o = s:option(ListValue, "run_mode", translate("Running Mode")) -o:value("gfw", translate("GFW List Mode")) -o:value("router", translate("IP Route Mode")) -o:value("routers", translate("Oversea IP Route Mode")) -o:value("oversea", translate("Oversea GFW List Mode")) -o:value("all", translate("Global Mode")) -o.default = gfw - -o = s:option(ListValue, "dports", translate("Proxy Ports")) -o:value("1", translate("All Ports")) -o:value("2", translate("Only Common Ports")) -o.default = 1 - -o = s:option(ListValue, "pdnsd_enable", translate("Resolve Dns Mode")) -o:value("0", translate("Use Local DNS Service listen port 5335")) -o:value("1", translate("Use Pdnsd tcp query and cache")) -if nixio.fs.access("/usr/bin/dnsforwarder") then -o:value("3", translate("Use dnsforwarder tcp query and cache")) -end -if nixio.fs.access("/usr/bin/dnscrypt-proxy") then -o:value("5", translate("Use dnscrypt-proxy query and cache")) -end -if nixio.fs.access("/usr/bin/chinadns") then -o:value("6", translate("Use chinadns query and cache")) -end -if nixio.fs.access("/usr/bin/dns2socks") then -o:value("7", translate("Use DNS2SOCKS query and cache")) -end -o.default = 1 - -o = s:option(ListValue, "chinadns_enable", translate("Chiadns Resolve Dns Mode")) -o:value("0", translate("Use Local DNS Service")) -o:value("1", translate("Use Pdnsd tcp query and cache")) -if nixio.fs.access("/usr/bin/dnsforwarder") then -o:value("3", translate("Use dnsforwarder tcp query and cache")) -end -if nixio.fs.access("/usr/bin/dnscrypt-proxy") then -o:value("5", translate("Use dnscrypt-proxy query and cache")) -end - -if nixio.fs.access("/usr/sbin/smartdns") then -o:value("6", translate("Use smartdns query and cache")) -end - -if nixio.fs.access("/usr/sbin/https_dns_proxy") then -o:value("7", translate("Use https_dns_proxy query and cache")) -end -o.default = 1 -o:depends("pdnsd_enable", "6") - -o = s:option(Value, "tunnel_forward", translate("Anti-pollution DNS Server")) -o:value("0.0.0.0:53", translate("Using System Default DNS")) -o:value("0.0.0.0:5333", translate("Using acceleration center DNS")) -o:value("8.8.4.4:53", translate("Google Public DNS (8.8.4.4)")) -o:value("8.8.8.8:53", translate("Google Public DNS (8.8.8.8)")) -o:value("208.67.222.222:53", translate("OpenDNS (208.67.222.222)")) -o:value("208.67.220.220:53", translate("OpenDNS (208.67.220.220)")) -o:value("209.244.0.3:53", translate("Level 3 Public DNS (209.244.0.3)")) -o:value("209.244.0.4:53", translate("Level 3 Public DNS (209.244.0.4)")) -o:value("4.2.2.1:53", translate("Level 3 Public DNS (4.2.2.1)")) -o:value("4.2.2.2:53", translate("Level 3 Public DNS (4.2.2.2)")) -o:value("4.2.2.3:53", translate("Level 3 Public DNS (4.2.2.3)")) -o:value("4.2.2.4:53", translate("Level 3 Public DNS (4.2.2.4)")) -o:value("1.1.1.1:53", translate("Cloudflare DNS (1.1.1.1)")) -o:value("114.114.114.114:53", translate("Oversea Mode DNS-1 (114.114.114.114)")) -o:value("114.114.115.115:53", translate("Oversea Mode DNS-2 (114.114.115.115)")) -o:depends("pdnsd_enable", "1") -o:depends("pdnsd_enable", "2") -o:depends("pdnsd_enable", "3") -o:depends("pdnsd_enable", "4") -o:depends("pdnsd_enable", "5") -o:depends("pdnsd_enable", "6") -o:depends("pdnsd_enable", "7") -o.default = "8.8.4.4:53" - - -o = s:option(Button,"gfw_data",translate("GFW List Data")) -o.rawhtml = true -o.template = "vssr/refresh" -o.value =tostring(math.ceil(gfw_count)) .. " " .. translate("Records") - -o = s:option(Button,"ad_data",translate("Advertising Data")) -o .rawhtml = true -o .template = "vssr/refresh" -o .value =tostring(math.ceil(ad_count)) .. " " .. translate("Records") - -o = s:option(Button,"ip_data",translate("China IP Data")) -o.rawhtml = true -o.template = "vssr/refresh" -o.value =ip_count .. " " .. translate("Records") - -o = s:option(Button,"check_port",translate("Check Server Port")) -o.template = "vssr/checkport" -o.value =translate("No Check") -m:section(SimpleSection).template = "vssr/status2" - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/control.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/control.lua deleted file mode 100644 index 67d326ee6c..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/control.lua +++ /dev/null @@ -1,109 +0,0 @@ -local m, s, o -local NXFS = require "nixio.fs" - -m = Map("vssr", translate("IP black-and-white list")) - -s = m:section(TypedSection, "access_control") -s.anonymous = true - --- Part of WAN -s:tab("wan_ac", translate("WAN IP AC")) - -o = s:taboption("wan_ac", DynamicList, "wan_bp_ips", translate("WAN White List IP")) -o.datatype = "ip4addr" - -o = s:taboption("wan_ac", DynamicList, "wan_fw_ips", translate("WAN Force Proxy IP")) -o.datatype = "ip4addr" - --- Part of LAN -s:tab("lan_ac", translate("LAN IP AC")) - -o = s:taboption("lan_ac", ListValue, "lan_ac_mode", translate("LAN Access Control")) -o:value("0", translate("Disable")) -o:value("w", translate("Allow listed only")) -o:value("b", translate("Allow all except listed")) -o.rmempty = false - -o = s:taboption("lan_ac", DynamicList, "lan_ac_ips", translate("LAN Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) -o:depends("lan_ac_mode", "w") -o:depends("lan_ac_mode", "b") - -o = s:taboption("lan_ac", DynamicList, "lan_bp_ips", translate("LAN Bypassed Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - -o = s:taboption("lan_ac", DynamicList, "lan_fp_ips", translate("LAN Force Proxy Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - -o = s:taboption("lan_ac", DynamicList, "lan_gm_ips", translate("Game Mode Host List")) -o.datatype = "ipaddr" -luci.ip.neighbors({ family = 4 }, function(entry) - if entry.reachable then - o:value(entry.dest:string()) - end -end) - --- Part of Self --- s:tab("self_ac", translate("Router Self AC")) --- o = s:taboption("self_ac",ListValue, "router_proxy", translate("Router Self Proxy")) --- o:value("1", translatef("Normal Proxy")) --- o:value("0", translatef("Bypassed Proxy")) --- o:value("2", translatef("Forwarded Proxy")) --- o.rmempty = false - -s:tab("esc", translate("Bypass Domain List"), "" .. - translate("Join the white list of domain names will not go agent.") .. - "") - -local escconf = "/etc/config/white.list" -o = s:taboption("esc", TextValue, "escconf") -o.rows = 13 -o.wrap = "off" -o.rmempty = true -o.cfgvalue = function(self, section) - return NXFS.readfile(escconf) or "" -end -o.write = function(self, section, value) - NXFS.writefile(escconf, value:gsub("\r\n", "\n")) -end -o.remove = function(self, section, value) - NXFS.writefile(escconf, "") -end - - -s:tab("block", translate("Black Domain List"), - "" .. translate( - "These had been joined websites will use proxy.Please input the domain names of websites,every line can input only one website domain.For example,google.com.") .. - "") - -local blockconf = "/etc/config/black.list" -o = s:taboption("block", TextValue, "blockconf") -o.rows = 13 -o.wrap = "off" -o.rmempty = true -o.cfgvalue = function(self, section) - return NXFS.readfile(blockconf) or " " -end -o.write = function(self, section, value) - NXFS.writefile(blockconf, value:gsub("\r\n", "\n")) -end -o.remove = function(self, section, value) - NXFS.writefile(blockconf, "") -end - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/list.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/list.lua deleted file mode 100644 index 4a7220fee3..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/list.lua +++ /dev/null @@ -1,23 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/etc/config/gfw.list" - -f = SimpleForm("custom", translate("GFW Custom List"), translate("Please refer to the following writing")) - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 13 -function t.cfgvalue() - return fs.readfile(conffile) or "" -end - -function f.handle(self, state, data) - if state == FORM_VALID then - if data.conf then - fs.writefile(conffile, data.conf:gsub("\r\n", "\n")) - luci.sys.call("/usr/share/vssr/gfw2ipset.sh && /etc/init.d/dnsmasq restart") - end - end - return true -end - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/log.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/log.lua deleted file mode 100644 index 5422596af3..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/log.lua +++ /dev/null @@ -1,15 +0,0 @@ -local fs = require "nixio.fs" -local conffile = "/tmp/ssrpro.log" - -f = SimpleForm("logview") - -t = f:field(TextValue, "conf") -t.rmempty = true -t.rows = 20 -function t.cfgvalue() - luci.sys.exec("[ -f /tmp/vssr.log ] && sed '1!G;h;$!d' /tmp/vssr.log > /tmp/ssrpro.log") - return fs.readfile(conffile) or "" -end -t.readonly="readonly" - -return f \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/logview.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/logview.lua deleted file mode 100644 index 11586ff3a9..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/logview.lua +++ /dev/null @@ -1,48 +0,0 @@ --- Copyright 2009 Steven Barth --- Licensed to the public under the Apache License 2.0. - -local NXFS = require "nixio.fs" -local DISP = require "luci.dispatcher" -local HTTP = require "luci.http" -local UCI = luci.model.uci.cursor() - -m = Map("vssr") - --- log directory -log_dir = UCI:get_first(m.config, "global", "log_dir") or "/tmp" -run_dir = UCI:get_first(m.config, "global", "run_dir") or "/var/etc" -local logfile_list = {} - -for path in (NXFS.glob("%s/vssr*" % log_dir) or function() end) do - logfile_list[#logfile_list+1] = path -end -for path in (NXFS.glob("%s/*.*" % run_dir) or function() end) do - logfile_list[#logfile_list+1] = path -end - -ns = m:section(TypedSection, "_dummy", translate("File Viewer")) -ns.addremove = false -ns.anonymous = true -function ns.cfgsections() - return{"_exrules"} -end - -lv = ns:option(DynamicList, "logfiles") -lv.template = "vssr/logview" -lv.inputtitle = translate("Read / Reread log file") -lv.rows = 25 -lv.default = "" -for _, lfile in ipairs(logfile_list) do lv:value(lfile, lfile) end -function lv.cfgvalue(self, section) - if logfile_list[1] then - local lfile=logfile_list[1] - if NXFS.access(lfile) then - return lfile .. "\n" .. translate("Please press [Read] button") - end - return lfile .. "\n" .. translate("File not found or empty") - else - return log_dir .. "\/\n" .. translate("No files found") - end -end - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server-config.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server-config.lua deleted file mode 100644 index 448b9f6933..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server-config.lua +++ /dev/null @@ -1,378 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local vssr = "vssr" -local uci = luci.model.uci.cursor() -local fs = require "nixio.fs" -local sys = require "luci.sys" -local sid = arg[1] -local uuid = luci.sys.exec("cat /proc/sys/kernel/random/uuid") -local http = luci.http -local ucursor = require "luci.model.uci".cursor() - -local server_table = {} -local encrypt_methods = { - "none", - "table", - "rc4", - "rc4-md5-6", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local encrypt_methods_ss = { - -- aead - "aes-128-gcm", - "aes-192-gcm", - "aes-256-gcm", - "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", - -- stream - "table", - "rc4", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", - "auth_chain_b", - "auth_chain_c", - "auth_chain_d", - "auth_chain_e", - "auth_chain_f", -} - -obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", -} - -local obfs_opts = { - "none", - "http", - "tls", -} - -local securitys = { - "auto", - "none", - "aes-128-gcm", - "chacha20-poly1305" -} - - - -m = Map(vssr, translate("Edit vssr Server")) - -m.redirect = luci.dispatcher.build_url("admin/vpn/vssr/server") -if m.uci:get(vssr, sid) ~= "server_config" then - luci.http.redirect(m.redirect) - return -end - - - - --- [[ Server Setting ]]-- -s = m:section(NamedSection, sid, "server_config") -s.anonymous = true -s.addremove = false - -o = s:option(Flag, "enable", translate("Enable")) -o.default = 1 -o.rmempty = false - -o = s:option(ListValue, "type", translate("Server Node Type")) -if nixio.fs.access("/usr/bin/ssr-server") then -o:value("ssr", translate("ShadowsocksR")) -end -if nixio.fs.access("/usr/bin/ss-server") then -o:value("ss", translate("Shadowsocks New Version")) -end -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -o:value("v2ray", translate("V2Ray")) -end -o.description = translate("Using incorrect encryption mothod may causes service fail to start") - - - -o = s:option(Flag, "ipv4_ipv6", translate("Enabling IPv6 server")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.default = 8388 -o.rmempty = false - -o = s:option(Value, "timeout", translate("Connection Timeout")) -o.datatype = "uinteger" -o.default = 60 -o.rmempty = false - -o = s:option(Value, "password", translate("Password")) -o.password = true -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") - -o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") -o:depends("type", "ss") - - - -o = s:option(ListValue, "plugin", translate("plugin")) -o:value("none", "None") -if nixio.fs.access("/usr/bin/v2ray-plugin") then -o:value("/usr/bin/v2ray-plugin", "v2ray-plugin") -end -if nixio.fs.access("/usr/bin/obfs-server") then -o:value("/usr/bin/obfs-server", "obfs-server") -end -if nixio.fs.access("/usr/bin/gq-server") then -o:value("/usr/bin/gq-server", "GoQuiet") -end -o.rmempty = false -o.default = "none" -o:depends("type", "ss") - -o = s:option(Value, "plugin_opts", translate("Plugin Opts")) -o.rmempty = true -o:depends("plugin", "/usr/bin/v2ray-plugin") -o:depends("plugin", "/usr/bin/obfs-server") -o:depends("plugin", "/usr/bin/gq-server") - -o = s:option(ListValue, "protocol", translate("Protocol")) -for _, v in ipairs(protocol) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(ListValue, "obfs", translate("Obfs")) -for _, v in ipairs(obfs) do o:value(v) end -o.rmempty = true -o:depends("type", "ssr") - -o = s:option(Value, "obfs_param", translate("Obfs param(optional)")) -o:depends("type", "ssr") - - --- AlterId -o = s:option(Value, "alter_id", translate("AlterId")) -o.default = 100 -o.rmempty = true -o:depends("type", "v2ray") - -o=s:option(Value,"VMess_level",translate("User Level")) -o.default=1 -o:depends("type", "v2ray") - --- VmessId -o = s:option(Value, "vmess_id", translate("VmessId (UUID)")) -o.rmempty = true -o.default = uuid -o:depends("type", "v2ray") - --- 加密方式 -o = s:option(ListValue, "security", translate("Encrypt Method")) -for _, v in ipairs(securitys) do o:value(v, v:upper()) end -o.rmempty = true -o:depends("type", "v2ray") - --- 传输协议 -o = s:option(ListValue, "transport", translate("Transport")) -o:value("tcp", "TCP") -o:value("kcp", "mKCP") -o:value("ws", "WebSocket") -o:value("h2", "HTTP/2") -o:value("quic", "QUIC") -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TCP部分 ]]-- - --- TCP伪装 -o = s:option(ListValue, "tcp_guise", translate("Camouflage Type")) -o:depends("transport", "tcp") -o:value("none", translate("None")) -o:value("http", "HTTP") -o.rmempty = true - --- HTTP域名 -o = s:option(DynamicList, "http_host", translate("HTTP Host")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- HTTP路径 -o = s:option(DynamicList, "http_path", translate("HTTP Path")) -o:depends("tcp_guise", "http") -o.rmempty = true - --- [[ WS部分 ]]-- - --- WS域名 -o = s:option(Value, "ws_host", translate("WebSocket Host")) -o:depends("transport", "ws") -o.rmempty = true - --- WS路径 -o = s:option(Value, "ws_path", translate("WebSocket Path")) -o:depends("transport", "ws") -o.rmempty = true - --- [[ H2部分 ]]-- - --- H2域名 -o = s:option(DynamicList, "h2_host", translate("HTTP/2 Host")) -o:depends("transport", "h2") -o.rmempty = true - --- H2路径 -o = s:option(Value, "h2_path", translate("HTTP/2 Path")) -o:depends("transport", "h2") -o.rmempty = true - --- [[ QUIC部分 ]]-- - -o = s:option(ListValue, "quic_security", translate("QUIC Security")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("aes-128-gcm", translate("aes-128-gcm")) -o:value("chacha20-poly1305", translate("chacha20-poly1305")) - -o = s:option(Value, "quic_key", translate("QUIC Key")) -o:depends("transport", "quic") -o.rmempty = true - -o = s:option(ListValue, "quic_guise", translate("Header")) -o:depends("transport", "quic") -o.rmempty = true -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") - --- [[ mKCP部分 ]]-- - -o = s:option(ListValue, "kcp_guise", translate("Camouflage Type")) -o:depends("transport", "kcp") -o:value("none", translate("None")) -o:value("srtp", translate("VideoCall (SRTP)")) -o:value("utp", translate("BitTorrent (uTP)")) -o:value("wechat-video", translate("WechatVideo")) -o:value("dtls", "DTLS 1.2") -o:value("wireguard", "WireGuard") -o.rmempty = true - -o = s:option(Value, "mtu", translate("MTU")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 1350 -o.rmempty = true - -o = s:option(Value, "tti", translate("TTI")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "uplink_capacity", translate("Uplink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 50 -o.rmempty = true - -o = s:option(Value, "downlink_capacity", translate("Downlink Capacity")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 20 -o.rmempty = true - -o = s:option(Value, "read_buffer_size", translate("Read Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Value, "write_buffer_size", translate("Write Buffer Size")) -o.datatype = "uinteger" -o:depends("transport", "kcp") -o.default = 2 -o.rmempty = true - -o = s:option(Flag, "congestion", translate("Congestion")) -o:depends("transport", "kcp") -o.rmempty = true - --- [[ allowInsecure ]]-- -o = s:option(Flag, "insecure", translate("allowInsecure")) -o.rmempty = true -o:depends("type", "v2ray") - --- [[ TLS ]]-- -o = s:option(Flag, "tls", translate("TLS")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") - --- [[ Mux ]]-- -o = s:option(Flag, "mux", translate("Mux")) -o.rmempty = true -o.default = "0" -o:depends("type", "v2ray") - -o = s:option(Value, "concurrency", translate("Concurrency")) -o.datatype = "uinteger" -o.rmempty = true -o.default = "8" -o:depends("mux", "1") - -o = s:option(Flag, "fast_open", translate("TCP Fast Open")) -o.rmempty = true -o:depends("type", "ssr") - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua deleted file mode 100644 index 7bbbfabe50..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua +++ /dev/null @@ -1,119 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local m, sec, o -local vssr = "vssr" -local uci = luci.model.uci.cursor() -local ipkg = require("luci.model.ipkg") - -m = Map(vssr, translate("SS/SSR/V2RAY Server")) -m:section(SimpleSection).template = "vssr/status3" -local type = { - "ssr", - "ss", - "v2ray", -} - -local encrypt_methods = { - "table", - "rc4", - "rc4-md5", - "rc4-md5-6", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "aes-128-gcm", - "aes-192-gcm", - "aes-256-gcm", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", - "chacha20-ietf-poly1305", - "xchacha20-ietf-poly1305", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", -} - -local obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", - "tls1.2_ticket_fastauth", -} - - - --- [[ Global Setting ]]-- -sec = m:section(TypedSection, "server_global", translate("Global Setting")) -sec.anonymous = true - -o = sec:option(Flag, "enable_server", translate("Enable Server")) -o.rmempty = false - --- [[ Server Setting ]]-- -sec = m:section(TypedSection, "server_config", translate("Server Setting")) -sec.anonymous = true -sec.addremove = true -sec.sortable = true -sec.template = "cbi/tblsection" -sec.extedit = luci.dispatcher.build_url("admin/vpn/vssr/server/%s") -function sec.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(sec.extedit % sid) - return - end -end - -o = sec:option(Flag, "enable", translate("Enable")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or translate("0") -end -o.rmempty = false - - - -o = sec:option(DummyValue, "type", translate("Server Node Type")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = sec:option(DummyValue, "server_port", translate("Server Port")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - -o = sec:option(DummyValue,"vmess_id",translate("ID")) -o.width="10%" - -o = sec:option(DummyValue, "encrypt_method", translate("Encrypt Method")) -o.width="10%" - -o = sec:option(DummyValue, "protocol", translate("Protocol")) -o.width="10%" - -o = sec:option(DummyValue, "obfs", translate("Obfs")) -o.width="10%" -m:append(Template("vssr/server_list")) -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers-list.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers-list.lua deleted file mode 100644 index f4207d44cf..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers-list.lua +++ /dev/null @@ -1,76 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. -local d = require "luci.dispatcher" -local fs = require "nixio.fs" -local sys = require "luci.sys" -local uci = require "luci.model.uci".cursor() -local m, s, o -local vssr = "vssr" - - -local uci = luci.model.uci.cursor() -local server_count = 0 -uci:foreach("vssr", "servers", function(s) - server_count = server_count + 1 -end) - - - -m = Map(vssr, translate("Node List")) -m:section(SimpleSection).template = "vssr/status1" - - --- [[ Servers Manage ]]-- -s = m:section(TypedSection, "servers") -s.anonymous = true -s.addremove = true -s.description = string.format(translate("Server Count") .. ": %d", server_count) -s.sortable = true -s.template = "cbi/tblsection" -s.extedit = luci.dispatcher.build_url("admin/vpn/vssr/servers/%s") -function s.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(s.extedit % sid) - return - end -end -o = s:option(DummyValue, "alias", translate("Alias")) -o.width="10%" -o = s:option(DummyValue, "type", translate("Type")) -o.width="15%" - -o = s:option(DummyValue, "server", translate("Server Address")) -o.width="10%" - -o = s:option(DummyValue, "server_port", translate("Server Port")) -o.width="10%" - -o = s:option(DummyValue, "encrypt_method", translate("Encrypt Method")) -o.width="10%" - -o = s:option(DummyValue, "protocol", translate("Protocol")) -o.width="10%" -o = s:option(DummyValue, "obfs", translate("Obfs")) -o.width="10%" - -o = s:option(Flag, "switch_enable", translate("Enable Auto Switch")) -o.width="10%" - -if nixio.fs.access("/usr/bin/kcptun-client") then - -o = s:option(Flag, "kcp_enable", translate("KcpTun")) -o.width="10%" -end - -o = s:option(DummyValue, "server_port", translate("Socket Connected")) -o.template="vssr/socket" -o.width="10%" - -o = s:option(DummyValue,"server",translate("Ping Latency")) -o.template="vssr/ping" -o.width="10%" - -m:append(Template("vssr/server_list")) - - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers.lua deleted file mode 100644 index ae0866c1d2..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers.lua +++ /dev/null @@ -1,62 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. -local m, s, o -local vssr = "vssr" -local cjson = require("cjson") - -local uci = luci.model.uci.cursor() -local server_count = 0 -local server_table = {} -uci:foreach("vssr", "servers", function(s) - server_count = server_count + 1 - s["name"] = s[".name"] - table.insert(server_table, s) -end) - -local name = "" -uci:foreach("vssr", "global", function(s) name = s[".name"] end) - -m = Map(vssr) - -m:section(SimpleSection).template = "vssr/status" - --- [[ Servers List ]]-- -s = m:section(TypedSection, "servers") -s.anonymous = true -s.addremove = true -s.sortable = false - -s.des = server_count -s.current = uci:get("vssr", name, "global_server") -s.servers = cjson.encode(server_table) -s.template = "vssr/tblsection" -s.extedit = luci.dispatcher.build_url("admin/vpn/vssr/servers/%s") -function s.create(...) - local sid = TypedSection.create(...) - if sid then - luci.http.redirect(s.extedit % sid) - return - end -end - -o = s:option(DummyValue, "type", translate("Type")) -function o.cfgvalue(...) return Value.cfgvalue(...) or translate("") end - -o = s:option(DummyValue, "alias", translate("Alias")) -function o.cfgvalue(...) return Value.cfgvalue(...) or translate("None") end - -o = s:option(DummyValue, "server", translate("Server Address")) -function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -o = s:option(DummyValue, "server_port", translate("Server Port")) -function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -if nixio.fs.access("/usr/bin/kcptun-client") then - - o = s:option(DummyValue, "kcp_enable", translate("KcpTun")) - function o.cfgvalue(...) return Value.cfgvalue(...) or "?" end - -end -m:section(SimpleSection).template = "vssr/status2" - -return m - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/status.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/status.lua deleted file mode 100644 index 34a1b3fa07..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/status.lua +++ /dev/null @@ -1,466 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local IPK_Version="20200328.1.31" -local m, s, o -local redir_run=0 -local reudp_run=0 -local sock5_run=0 -local ssock5_run=0 -local v2sock5_run=0 -local server_run=0 -local sserver_run=0 -local v2server_run=0 -local kcptun_run=0 -local tunnel_run=0 -local udp2raw_run=0 -local udpspeeder_run=0 -local gfw_count=0 -local ad_count=0 -local ip_count=0 -local gfwmode=0 -local pdnsd_run=0 -local dnsforwarder_run=0 -local dnscrypt_proxy_run=0 -local chinadns_run=0 -local dns2socks_run=0 -local haproxy_run=0 -local privoxy_run=0 - -if nixio.fs.access("/etc/dnsmasq.vssr/gfw_list.conf") then -gfwmode=1 -end - -local vssr= "vssr" - - --- html constants -font_blue = [[]] -font_off = [[]] -bold_on = [[]] -bold_off = [[]] - -local fs = require "nixio.fs" -local sys = require "luci.sys" -local kcptun_version=translate("Unknown") -local kcp_file="/usr/bin/kcptun-client" -if not fs.access(kcp_file) then - kcptun_version=translate("Not exist") -else - if not fs.access(kcp_file, "rwx", "rx", "rx") then - fs.chmod(kcp_file, 755) - end - kcptun_version=sys.exec(kcp_file .. " -v | awk '{printf $3}'") - if not kcptun_version or kcptun_version == "" then - kcptun_version = translate("Unknown") - end - -end - - -local udp2raw_version=translate("Unknown") -local udp2raw_file="/usr/bin/udp2raw" -if not fs.access(udp2raw_file) then - udp2raw_version=translate("Not exist") -else - if not fs.access(udp2raw_file, "rwx", "rx", "rx") then - fs.chmod(udp2raw_file, 755) - end - udp2raw_version=sys.exec(udp2raw_file .. " -h |grep 'git version' |awk -F ':' '{print $2}'|awk '{print $1}'") - if not udp2raw_version or udp2raw_version == "" then - udp2raw_version = translate("Unknown") - end -end - -local udpspeeder_version=translate("Unknown") -local udpspeeder_file="/usr/bin/udpspeeder" -if not fs.access(udpspeeder_file) then - udpspeeder_version=translate("Not exist") -else - if not fs.access(udpspeeder_file, "rwx", "rx", "rx") then - fs.chmod(udpspeeder_file, 755) - end - udpspeeder_version=sys.exec(udpspeeder_file .. " -h |grep 'git version' |awk -F ':' '{print $2}'|awk '{print $1}'") - if not udpspeeder_version or udpspeeder_version == "" then - udpspeeder_version = translate("Unknown") - end -end - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.vssr/gfw_list.conf | wc -l"))/2 - if nixio.fs.access("/etc/dnsmasq.vssr/ad.conf") then - ad_count=tonumber(sys.exec("cat /etc/dnsmasq.vssr/ad.conf | wc -l")) - end -end - -if nixio.fs.access("/etc/china_ssr.txt") then - ip_count = sys.exec("cat /etc/china_ssr.txt | wc -l") -end - -function processlist() - local data = {} - local netf = {} - local k - local ps = luci.util.execi("/bin/busybox top -bn1 | egrep -v dnsmasq") - local nets = luci.util.execi("netstat -netupl | egrep -v dnsmasq | awk '{print $1,$4,_,$6,$7}'") - - if not ps or not nets then - return - end - - for line in nets do --- tcp 0 0 127.0.0.1:1234 0.0.0.0:* LISTEN 5103/v2ray --- udp 0 0 127.0.0.1:1234 0.0.0.0:* 5147/v2ray --- local proto, ip, port, nid = line:match("([^%s]+) +.* +([^ ]*):(%d+) +.* +(%d+)\/.*") - local proto, ip, port, nid = line:match("([^%s]+) (.*):(%d+)[^%d]+(%d+)\/.*") - local idx = tonumber(nid) - if idx and ip then - local newstr = "://" .. ip .. ":" .. port - local isnew = (netf[idx] and netf[idx]['listen']) and netf[idx]['listen']:match(proto .. newstr) or false - netf[idx] = { - ['listen'] = ((netf[idx] and netf[idx]['listen']) and (not isnew) and (netf[idx]['listen'] .. "\n" .. proto) or proto) .. newstr, - } - end - end --- 5103 1 root S 661m 543% 0% /usr/bin/v2ray/v2ray -config /var/etc/shadowsocksr.json - for line in ps do - local pid, ppid, user, stat, vsz, mem, cpu, cmd = line:match( - "^ *(%d+) +(%d+) +(%S.-%S) +([RSDZTW][W ][ " .. status[idx]['COMMAND'] .. " -c " .. status[idx]['CONFIG'] .. font_off - sname = translate(status[idx]['COMMAND']) - break - end - end - end - local section = form:field(DummyValue,name,translate(name) .. ": " .. sname) - section.rawhtml = true - section.value = stat - return section -end - -procs=processlist() - - -local icount=sys.exec("ps -w | grep ssr-reudp |grep -v grep| wc -l") -if tonumber(icount)>0 then -reudp_run=1 -else -icount=sys.exec("ps -w | grep ssr-retcp |grep \"\\-u\"|grep -v grep| wc -l") -if tonumber(icount)>0 then -reudp_run=1 -end -end - - -if luci.sys.call("ps -w | grep ssr-retcp | grep -v grep >/dev/null") == 0 then -redir_run=1 -end - -if luci.sys.call("pidof ssr-local >/dev/null") == 0 then -sock5_run=1 -end - -if luci.sys.call("pidof ss-local >/dev/null") == 0 then -ssock5_run=1 -end - -if luci.sys.call("ps -w | grep v2-ssr-local | grep -v grep >/dev/null") == 0 then -v2sock5_run=1 -end - -if luci.sys.call("pidof privoxy >/dev/null") == 0 then -privoxy_run=1 -end - -if luci.sys.call("pidof kcptun-client >/dev/null") == 0 then -kcptun_run=1 -end - -if luci.sys.call("pidof ssr-server >/dev/null") == 0 then -server_run=1 -end - -if luci.sys.call("busybox ps -w | grep ssr-tunnel |grep -v grep >/dev/null") == 0 then -tunnel_run=1 -end - -if luci.sys.call("pidof ss-server >/dev/null") == 0 then -sserver_run=1 -end - -if luci.sys.call("ps -w | grep v2ray-server | grep -v grep >/dev/null") == 0 then -v2server_run=1 -end - -if luci.sys.call("ps -w | grep ssr-tunnel |grep -v grep >/dev/null") == 0 then -tunnel_run=1 -end - -if luci.sys.call("pidof udp2raw >/dev/null") == 0 then -udp2raw_run=1 -end - -if luci.sys.call("pidof udpspeeder >/dev/null") == 0 then -udpspeeder_run=1 -end - -if luci.sys.call("pidof chinadns >/dev/null") == 0 then -chinadns_run=1 -end - -if luci.sys.call("pidof pdnsd >/dev/null") == 0 then -pdnsd_run=1 -end - -if luci.sys.call("pidof dnsparsing >/dev/null") == 0 then -dnsforwarder_run=1 -end - -if luci.sys.call("pidof dnscrypt-proxy >/dev/null") == 0 then -dnscrypt_proxy_run=1 -end - -if luci.sys.call("pidof dns2socks >/dev/null") == 0 then -dns2socks_run=1 -end - -if luci.sys.call("pidof haproxy >/dev/null") == 0 then -haproxy_run=1 -end - -m = SimpleForm("Version") -m.reset = false -m.submit = false - -t = m:section(Table, procs, translate("Running Details: ") .. "(/var/etc)") -t:option(DummyValue, "PID", translate("PID")) -t:option(DummyValue, "COMMAND", translate("CMD")) -t:option(DummyValue, "LISTEN", translate("LISTEN")) -t:option(DummyValue, "%CPU", translate("CPU usage (%)")) -t:option(DummyValue, "%MEM", translate("Memory usage (%)")) - -s=m:field(DummyValue,"redir_run",translate("Global Client")) -s.rawhtml = true -if redir_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"reudp_run",translate("Game Mode UDP Relay")) -s.rawhtml = true -if reudp_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"haproxy_run",translate("Load Balancing")) -s.rawhtml = true -if haproxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -if nixio.fs.access("/usr/bin/chinadns") then -s=m:field(DummyValue,"chinadns_run",translate("ChinaDNS")) -s.rawhtml = true -if chinadns_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -s=m:field(DummyValue,"pdnsd_run",translate("PDNSD")) -s.rawhtml = true -if pdnsd_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -if nixio.fs.access("/usr/bin/dns2socks") then -s=m:field(DummyValue,"dns2socks_run",translate("DNS2SOCKS")) -s.rawhtml = true -if dns2socks_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -s=m:field(DummyValue,"dnsforwarder_run",translate("dnsforwarder")) -s.rawhtml = true -if dnsforwarder_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -s=m:field(DummyValue,"dnscrypt_proxy_run",translate("dnscrypt_proxy")) -s.rawhtml = true -if dnscrypt_proxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - -if nixio.fs.access("/usr/bin/ss-local") then -s=m:field(DummyValue,"ssock5_run",translate("SSOCKS5 Proxy")) -s.rawhtml = true -if ssock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ssr-local") then -s=m:field(DummyValue,"sock5_run",translate("SSR SOCKS5 Proxy")) -s.rawhtml = true -if sock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - - -if nixio.fs.access("/usr/bin/v2ray/v2ray") then -s=m:field(DummyValue,"ssock5_run",translate("V2SOCKS5 Proxy")) -s.rawhtml = true -if v2sock5_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/sbin/privoxy") then -s=m:field(DummyValue,"privoxy_run",translate("HTTP Proxy")) -s.rawhtml = true -if privoxy_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ssr-server") then -s=m:field(DummyValue,"server_run",translate("Global SSR Server")) -s.rawhtml = true -if server_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/ss-server") then -s=m:field(DummyValue,"sserver_run",translate("Global SS Server")) -s.rawhtml = true -if sserver_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/v2ray") then -s=m:field(DummyValue,"v2server_run",translate("Global V2RAY Server")) -s.rawhtml = true -if v2server_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -if nixio.fs.access("/usr/bin/kcptun-client") then -s=m:field(DummyValue,"kcp_version",translate("KcpTun Version")) -s.rawhtml = true -s.value =kcptun_version - -s=m:field(DummyValue,"kcptun_run",translate("KcpTun")) -s.rawhtml = true -if kcptun_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -end - -s=m:field(DummyValue,"version",translate("IPK Version")) -s.rawhtml = true -s.value =IPK_Version - -s=m:field(DummyValue,"udp2raw_version",translate("udp2raw Version")) -s.rawhtml = true -s.value =udp2raw_version -s=m:field(DummyValue,"udp2raw_run",translate("udp2raw")) -s.rawhtml = true -if udp2raw_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end - - -s=m:field(DummyValue,"udpspeeder_version",translate("UDPspeeder Version")) -s.rawhtml = true -s.value =udpspeeder_version -s=m:field(DummyValue,"udpspeeder_run",translate("UDPspeeder")) -s.rawhtml = true -if udpspeeder_run == 1 then -s.value =font_blue .. bold_on .. translate("Running") .. bold_off .. font_off -else -s.value = translate("Not Running") -end -s=m:field(DummyValue,"feedback",translate("Feedback")) -s.template = "vssr/feedback" -s.value =translate("No feedback") - - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/subscription.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/subscription.lua deleted file mode 100644 index e290867371..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/subscription.lua +++ /dev/null @@ -1,91 +0,0 @@ --- Licensed to the public under the GNU General Public License v3. - -local m, s, o -local vssr = "vssr" -local uci = luci.model.uci.cursor() -local server_table = {} -local gfwmode=0 -local gfw_count=0 -local ip_count=0 - -if nixio.fs.access("/etc/dnsmasq.vssr/gfw_list.conf") then -gfwmode=1 -end - -local uci = luci.model.uci.cursor() -local server_count = 0 -uci:foreach("vssr", "servers", function(s) - server_count = server_count + 1 -end) - -local fs = require "nixio.fs" -local sys = require "luci.sys" - -if gfwmode==1 then - gfw_count = tonumber(sys.exec("cat /etc/dnsmasq.vssr/gfw_list.conf | wc -l"))/2 - -end - - -m = Map(vssr) -m:section(SimpleSection).template = "vssr/status" --- [[ 节点订阅 ]]-- - -s = m:section(TypedSection, "server_subscribe", translate("Subscription")) -s.anonymous = true - -o = s:option(Flag, "auto_update", translate("Auto Update")) -o.rmempty = false -o.description = translate("Auto Update Server subscription, GFW list and CHN route") - - -o = s:option(ListValue, "auto_update_time", translate("Update time (every day)")) -for t = 0,23 do - o:value(t, t..":00") -end -o.default=2 -o.rmempty = false - -o = s:option(DynamicList, "subscribe_url", translate("Subscribe URL")) -o.rmempty = true - - -o = s:option(Flag, "proxy", translate("Through proxy update")) -o.rmempty = false -o.description = translate("Through proxy update list, Not Recommended ") - -o = s:option(Flag, "switch", translate("Subscribe Default Auto-Switch")) -o.rmempty = false -o.description = translate("Subscribe new add server default Auto-Switch on") -o.default="0" - -o = s:option(DummyValue, "", "") -o.rawhtml = true -o.template = "vssr/update_subscribe" - -o = s:option(Button,"delete",translate("Delete All Subscribe Severs")) -o.inputstyle = "reset" -o.description = string.format(translate("Server Count") .. ": %d", server_count) -o.write = function() -uci:delete_all("vssr", "servers", function(s) - if s["hashkey"] then - return true - else - return false - end -end) -uci:save("vssr") -luci.sys.call("uci commit vssr && /etc/init.d/vssr stop") -luci.http.redirect(luci.dispatcher.build_url("admin", "vpn", "vssr", "servers")) -return -end - - -m:section(SimpleSection).template = "vssr/status2" - -return m - - - - - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/udp2raw.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/udp2raw.lua deleted file mode 100644 index a8db6fff49..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/udp2raw.lua +++ /dev/null @@ -1,197 +0,0 @@ --- Copyright (C) 2017 yushi studio github.com/ywb94 --- Copyright (C) 2018 lean github.com/coolsnowwolf --- Licensed to the public under the GNU General Public License v3. - -local m, s, sec, o, kcp_enable -local vssr = "vssr" - - -m = Map(vssr) - -local server_table = {} -local encrypt_methods = { - "none", - "table", - "rc4", - "rc4-md5-6", - "rc4-md5", - "aes-128-cfb", - "aes-192-cfb", - "aes-256-cfb", - "aes-128-ctr", - "aes-192-ctr", - "aes-256-ctr", - "bf-cfb", - "camellia-128-cfb", - "camellia-192-cfb", - "camellia-256-cfb", - "cast5-cfb", - "des-cfb", - "idea-cfb", - "rc2-cfb", - "seed-cfb", - "salsa20", - "chacha20", - "chacha20-ietf", -} - -local protocol = { - "origin", - "verify_deflate", - "auth_sha1_v4", - "auth_aes128_sha1", - "auth_aes128_md5", - "auth_chain_a", - "auth_chain_b", - "auth_chain_c", - "auth_chain_d", - "auth_chain_e", - "auth_chain_f", -} - -obfs = { - "plain", - "http_simple", - "http_post", - "random_head", - "tls1.2_ticket_auth", -} - -local raw_mode = { - "faketcp", - "udp", - "icmp", -} - -local seq_mode = { - "0", - "1", - "2", - "3", - "4", -} - -local cipher_mode = { - "none", - "xor", - "aes128cbc", -} - -local auth_mode = { - "none", - "simple", - "md5", - "crc32", -} - -local speeder_mode = { - "0", - "1", -} - - - - --- [[ udp2raw ]]-- -if nixio.fs.access("/usr/bin/udp2raw") then - -s = m:section(TypedSection, "udp2raw", translate(" UDP2raw ")) -s.anonymous = true - -o = s:option(Flag, "udp2raw_enable", translate("Enable udp2raw")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "key", translate("Password")) -o.password = true -o.rmempty = false - -o = s:option(ListValue, "raw_mode", translate("Raw Mode")) -for _, v in ipairs(raw_mode) do o:value(v) end -o.default = "faketcp" -o.rmempty = false - -o = s:option(ListValue, "seq_mode", translate("Seq Mode")) -for _, v in ipairs(seq_mode) do o:value(v) end -o.default = "3" -o.rmempty = false - -o = s:option(ListValue, "cipher_mode", translate("Cipher Mode")) -for _, v in ipairs(cipher_mode) do o:value(v) end -o.default = "xor" -o.rmempty = false - -o = s:option(ListValue, "auth_mode", translate("Auth Mode")) -for _, v in ipairs(auth_mode) do o:value(v) end -o.default = "simple" -o.rmempty = false - -end - --- [[ udpspeeder ]]-- -if nixio.fs.access("/usr/bin/udpspeeder") then - -s = m:section(TypedSection, "udpspeeder", translate("UDPspeeder")) -s.anonymous = true - -o = s:option(Flag, "udpspeeder_enable", translate("Enable UDPspeeder")) -o.default = 0 -o.rmempty = false - -o = s:option(Value, "server", translate("Server Address")) -o.datatype = "host" -o.rmempty = false - -o = s:option(Value, "server_port", translate("Server Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "local_port", translate("Local Port")) -o.datatype = "port" -o.rmempty = false - -o = s:option(Value, "key", translate("Password")) -o.password = true -o.rmempty = false - -o = s:option(ListValue, "speeder_mode", translate("Speeder Mode")) -for _, v in ipairs(speeder_mode) do o:value(v) end -o.default = "0" -o.rmempty = false - -o = s:option(Value, "fec", translate("Fec")) -o.default = "20:10" -o.rmempty = false - -o = s:option(Value, "mtu", translate("Mtu")) -o.datatype = "uinteger" -o.default = 1250 -o.rmempty = false - -o = s:option(Value, "queue_len", translate("Queue Len")) -o.datatype = "uinteger" -o.default = 200 -o.rmempty = false - -o = s:option(Value, "timeout", translate("Fec Timeout")) -o.datatype = "uinteger" -o.default = 8 -o.rmempty = false - -end - - - -return m diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valuefooter.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valuefooter.htm deleted file mode 100644 index 04f5b84499..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valuefooter.htm +++ /dev/null @@ -1 +0,0 @@ - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valueheader.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valueheader.htm deleted file mode 100644 index e7165bd056..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valueheader.htm +++ /dev/null @@ -1 +0,0 @@ -
" data-index="<%=self.index%>" class="incon<%=subcount%>" data-depends="<%=pcdata(self:deplist2json(section))%>"> diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/check.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/check.htm deleted file mode 100644 index a36f5c13d2..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/check.htm +++ /dev/null @@ -1,38 +0,0 @@ -<%+cbi/valueheader%> - - - - - -<%=self.value%> - -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/checkport.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/checkport.htm deleted file mode 100644 index 3fdd9e865a..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/checkport.htm +++ /dev/null @@ -1,36 +0,0 @@ -<%+cbi/valueheader%> - - - -<%=self.value%> - - - -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm deleted file mode 100644 index 8a2b8052db..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm +++ /dev/null @@ -1,21 +0,0 @@ - - - -
- -
- -
-
- -
- -
- -
-
- - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/logview.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/logview.htm deleted file mode 100644 index 3ed55bdcaf..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/logview.htm +++ /dev/null @@ -1,109 +0,0 @@ - -<%- - local values = self:formvalue(section) - if not values then - values = self:cfgvalue(section) or {self.default} - end - - local function serialize_json(x, cb) - local rv, push = nil, cb - if not push then - rv = { } - push = function(tok) rv[#rv+1] = tok end - end - - if x == nil then - push("null") - elseif type(x) == "table" then - push("[") - for k = 1, #x do - if k > 1 then - push(",") - end - serialize_json(x[k], push) - end - push("]") - else - push('"%s"' % tostring(x):gsub('["%z\1-\31\\]', - function(c) return '\\u%04x' % c:byte(1) end)) - end - - if not cb then - return table.concat(rv, "") - end - end --%> -<%+cbi/valueheader%> - - - - -<% --- one button on top, one at the buttom -%> -

- /> - -

- -<% --- set a readable style taken from openwrt theme for textarea#syslog --- in openwrt theme there are problems with a width of 100 so we check for theme and set to lower value -%> - -

- -<% --- one button on top, one at the buttom -%> - /> -

-<%+cbi/valuefooter%> - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping.htm deleted file mode 100644 index 8c86aee74a..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping.htm +++ /dev/null @@ -1,3 +0,0 @@ -<%+cbi/valueheader%> --- ms -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/refresh.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/refresh.htm deleted file mode 100644 index 37418fb043..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/refresh.htm +++ /dev/null @@ -1,44 +0,0 @@ -<%+cbi/valueheader%> - - - - - -<%=self.value%> - -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/server_list.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/server_list.htm deleted file mode 100644 index b7bde2aaf4..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/server_list.htm +++ /dev/null @@ -1,53 +0,0 @@ -<%# - Copyright 2018-2019 Lienol - Licensed to the public under the Apache License 2.0. --%> -<% -local dsp = require "luci.dispatcher" --%> - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/socket.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/socket.htm deleted file mode 100644 index d075ff94b8..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/socket.htm +++ /dev/null @@ -1,3 +0,0 @@ -<%+cbi/valueheader%> -wait -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ssrurl.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ssrurl.htm deleted file mode 100644 index 818961674b..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ssrurl.htm +++ /dev/null @@ -1,299 +0,0 @@ -<%+cbi/valueheader%> - - - - - -<%+cbi/valuefooter%> diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm deleted file mode 100644 index c3bd2c59e7..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm +++ /dev/null @@ -1,149 +0,0 @@ - -<% -math.randomseed(os.time()) --%> - - - - - - - - - - -
-
-
-
-

<%:Client%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

<%:baidu%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:youtube%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:Game Mode%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

𝙎𝙊𝘾𝙆𝙎5
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
- - - - - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status1.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status1.htm deleted file mode 100644 index b66e40d0e8..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status1.htm +++ /dev/null @@ -1,247 +0,0 @@ - - -
- - <%:Running Status%> - - - - - - - - - -
-
-
-
-

<%:Client%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

<%:baidu%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:youtube%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:Game Mode%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

𝙎𝙊𝘾𝙆𝙎5
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
- - - - -
diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status2.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status2.htm deleted file mode 100644 index d805d4c396..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status2.htm +++ /dev/null @@ -1,67 +0,0 @@ -
-
-
-
- 获取中... -
-
-
- - - - -
-
-
-
-
- - - diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm deleted file mode 100644 index 52d9ac6617..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm +++ /dev/null @@ -1,182 +0,0 @@ -
- - <%:Running Status%> - - - - - - - -
-
-
-
-

<%:Client%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
- -

<%:baidu%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
-
-
-
-

<%:youtube%>
<%:Problem detected%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:SS Servers%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
-
-

<%:SSR Servers%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
- -
-
-
-

<%:V2 Servers%>
<%:Not Running%>✘

-
-
-
- -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/tblsection.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/tblsection.htm deleted file mode 100644 index 3c842a75da..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/tblsection.htm +++ /dev/null @@ -1,216 +0,0 @@ - - - -
- <%:Node list%> (<%:total%> -   <%- print(self.des)-%><%:Nodes%>) -
- <%- local count = 0 -%> -
- - <%- local isempty = true - for i, k in ipairs(self:cfgsections()) do - section = k - isempty = false - scope = { valueheader = "cbi/cell_valueheader", valuefooter = "cbi/cell_valuefooter" } - -%> - -
-
-
-
- -
-
-
- <%- if self.extedit or self.addremove then -%> - - <%- end -%> -
-
- <%- end -%> - - <%- if isempty then -%> -
-

<%:This section contains no values yet%>
-
- <%- end -%> -
- - <% if self.error then %> -
-
    <% for _, c in pairs(self.error) do for _, e in ipairs(c) do -%> -
  • <%=pcdata(e):gsub("\n","
    ")%>
  • - <%- end end %>
-
- <% end %> - - <%- if self.addremove then -%> - <% if self.template_addremove then include(self.template_addremove) else -%> -
- <% if self.anonymous then %> - - <% else %> - <% if self.invalid_cts then -%>
<% end %> - - - <% if self.invalid_cts then -%> -
<%:Invalid%>
- <%- end %> - <% end %> -
- <%- end %> - <%- end -%> -
-
- - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/update_subscribe.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/update_subscribe.htm deleted file mode 100644 index a2f2e4da3d..0000000000 --- a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/update_subscribe.htm +++ /dev/null @@ -1,108 +0,0 @@ -<%+cbi/valueheader%> - - -
- "> -
- - - -<%+cbi/valuefooter%> \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/po/zh_Hans/vssr.po b/package/ctcgfw/luci-app-vssr/po/zh_Hans/vssr.po deleted file mode 100644 index 3118b04bf5..0000000000 --- a/package/ctcgfw/luci-app-vssr/po/zh_Hans/vssr.po +++ /dev/null @@ -1,888 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8\n" - - -msgid "Enable" -msgstr "启用" - -msgid "Disable" -msgstr "停用" - -msgid "Enable Servers" -msgstr "开启服务" - - -msgid "Open v2ray split-flow" -msgstr "开启V2ray分流" - -msgid "When open v2ray split-flow,your main server must be a v2ray server" -msgstr "当使用v2ray分流功能时 主服务器必须为V2ray" - -msgid "Youtube Proxy" -msgstr "Youtube 代理" - -msgid "TaiWan Video Proxy" -msgstr "台湾视频服务代理" - -msgid "Netflix Proxy" -msgstr "Netflix 代理" - -msgid "Diseny+ Proxy" -msgstr "Diseny+ 代理" - -msgid "Prime Video Proxy" -msgstr "Prime Video 代理" - -msgid "adblock settings" -msgstr "广告屏蔽设置" - -msgid "Enable adblock" -msgstr "开启广告屏蔽" - -msgid "adblock_url" -msgstr "广告屏蔽订阅" - -msgid "Socks user" -msgstr "用户名" - -msgid "Socks pass" -msgstr "密码" - -msgid "Ping All Servers" -msgstr "PING 所有节点" - -msgid "Ping Latency" -msgstr "Ping 延迟" - -msgid "vssr Server" -msgstr "vssr 服务端" - -msgid "SSR SOCKS5 Proxy" -msgstr "SSR SOCKS5代理" - -msgid "Subscription" -msgstr "订阅管理" - - - -msgid "Subscribing,Please do not refresh!" -msgstr "订阅,请不要刷新!" - -msgid "Check Try Count" -msgstr "切换检查重试次数" - -msgid "Log" -msgstr "日志" - -msgid "Bypass Domain List" -msgstr "不走代理的域名" - -msgid "Black Domain List" -msgstr "强制走代理的域名" - -msgid "Node List" -msgstr "节点列表" - -msgid "END SUBSCRIBE" -msgstr "结束订阅" - -msgid "Update Setting" -msgstr "更新设置" - - -msgid "AlterId" -msgstr "额外ID" - -msgid "Save And Start Subscribe" -msgstr "保存并开始订阅" - - -msgid "VmessId (UUID)" -msgstr "用户ID(UUID)" - -msgid "Transport" -msgstr "传输方式" - -msgid "Configuration Url" -msgstr "配置链接" - -msgid "Import Configuration" -msgstr "导入配置信息" - -msgid "Apply" -msgstr "应用" - -msgid "total" -msgstr "总计" - -msgid "Node list" -msgstr "节点列表" - - -msgid "Nodes" -msgstr "个节点" - -msgid "Client" -msgstr "客户端" - -msgid "youtube" -msgstr "国外网站" - -msgid "baidu" -msgstr "国内网站" - -msgid "Problem detected" -msgstr "无法访问" - -msgid "Working..." -msgstr "连接正常" - - -msgid "Game Mode" -msgstr "游戏模式" - - -msgid "V2ray SOCKS5 Proxy" -msgstr "V2ray SOCKS5代理" - -msgid "Edit vssr Server" -msgstr "编辑服务器配置" - -msgid "ShadowSocksR is running" -msgstr "ShadowSocksR 客户端运行中" - -msgid "ShadowSocksR is not running" -msgstr "ShadowSocksR 客户端未运行" - -msgid "Global Setting" -msgstr "全局设置" - -msgid "Global Server" -msgstr "全局服务器" - -msgid "ShadowSocksR SOCK5 Proxy is running" -msgstr "ShadowSocksR SOCK5代理运行中" - -msgid "UDP Relay Server" -msgstr "UDP中继服务器" - -msgid "Same as Global Server" -msgstr "与全局服务器相同" - -msgid "Servers Setting" -msgstr "服务器配置" - -msgid "Alias(optional)" -msgstr "别名(可选)" - -msgid "Onetime Authentication" -msgstr "一次验证" - -msgid "Server Address" -msgstr "服务器地址" - -msgid "Server Port" -msgstr "服务器端口" - -msgid "Local Port" -msgstr "本地端口" - -msgid "Connection Timeout" -msgstr "连接超时" - -msgid "Password" -msgstr "密码" - -msgid "Encrypt Method" -msgstr "加密方式" - -msgid "Protocol" -msgstr "传输协议" - -msgid "Protocol param(optional)" -msgstr "传输协议参数(可选)" - -msgid "Obfs" -msgstr "混淆插件" - -msgid "Obfs param(optional)" -msgstr "混淆参数(可选)" - -msgid "Enable Tunnel(DNS)" -msgstr "启用隧道(DNS)转发" - -msgid "Tunnel Port" -msgstr "隧道(DNS)本地端口" - -msgid "Forwarding Tunnel" -msgstr "隧道(DNS)转发地址" - -msgid "Access Control" -msgstr "访问控制" - -msgid "Interfaces - WAN" -msgstr "接口 - WAN" - -msgid "Bypassed IP List" -msgstr "被忽略IP列表" - -msgid "NULL - As Global Proxy" -msgstr "留空 - 作为全局代理" - -msgid "Bypassed IP" -msgstr "额外被忽略IP" - -msgid "Forwarded IP" -msgstr "强制走代理IP" - -msgid "Interfaces - LAN" -msgstr "接口 - LAN" - -msgid "LAN Access Control" -msgstr "内网客户端分流代理控制" - -msgid "Allow listed only" -msgstr "仅允许列表内主机" - -msgid "Allow all except listed" -msgstr "除列表外主机皆允许" - -msgid "LAN Host List" -msgstr "内网主机列表" - -msgid "SSR Client" -msgstr "客户端" - - -msgid "ShadowSocksR Server" -msgstr "ShadowSocksR 服务端" - -msgid "ShadowSocksR Server is running" -msgstr "ShadowSocksR 服务端运行中" - -msgid "ShadowSocksR Server is not running" -msgstr "ShadowSocksR 服务端未运行" - -msgid "Enable Server" -msgstr "启动服务端" - -msgid "Server Setting" -msgstr "服务端配置" - -msgid "KcpTun Enable" -msgstr "KcpTun 启用" - -msgid "bin:/usr/bin/kcptun-client" -msgstr "二进制文件:/usr/bin/kcptun-client" - -msgid "KcpTun Port" -msgstr "KcpTun 端口" - -msgid "KcpTun Param" -msgstr "KcpTun 参数" - -msgid "KcpTun Password" -msgstr "KcpTun 密码" - -msgid "Haven't a Kcptun executable file" -msgstr "不存在Kcptun可执行文件,请下载Kcptun可执行文件并改名放入/usr/bin/kcptun-client" - -msgid "Not a Kcptun executable file" -msgstr "Kcptun可执行文件格式不正确,请确认是否正确下载了路由器对应的可执行文件" - -msgid "Enable Process Monitor" -msgstr "启用进程监控" - -msgid "Edit ShadowSocksR Server" -msgstr "编辑服务器配置" - -msgid "Alias" -msgstr "别名" - -msgid "SOCKS5 Proxy" -msgstr "SOCKS5代理" - -msgid "Server" -msgstr "服务器" - -msgid "TCP Fast Open" -msgstr "TCP快速打开" - -msgid "Status" -msgstr "状态" - -msgid "Unknown" -msgstr "未知" - -msgid "Running Status" -msgstr "运行状态" - -msgid "vssr" -msgstr "Hello World" - -msgid "Global Client" -msgstr "TCP透明代理" - -msgid "Global SSR Server" -msgstr "SSR服务端" - -msgid "DNS Tunnel" -msgstr "DNS 隧道" - -msgid "IPK Version" -msgstr "IPK 版本号" - -msgid "KcpTun Version" -msgstr "KcpTun 版本号" - -msgid "Not exist" -msgstr "未安装可执行文件" - -msgid "IPK Installation Time" -msgstr "IPK 安装时间" - -msgid "Project" -msgstr "项目地址" - -msgid "Not Running" -msgstr "未运行" - -msgid "Running" -msgstr "运行中" - -msgid "Enable GFW mode" -msgstr "启用 GFW 模式" - -msgid "Running Mode" -msgstr "运行模式" - -msgid "IP Route Mode" -msgstr "绕过中国大陆IP模式" - -msgid "GFW List Mode" -msgstr "GFW列表模式" - -msgid "Global Mode" -msgstr "全局模式" - -msgid "Oversea Mode" -msgstr "海外用户回国模式" - -msgid "Router Proxy" -msgstr "路由器访问控制" - -msgid "Normal Proxy" -msgstr "正常代理" - -msgid "Bypassed Proxy" -msgstr "不走代理" - -msgid "Forwarded Proxy" -msgstr "强制走代理" - -msgid "UDP Relay" -msgstr "UDP中继" - -msgid "Google Connectivity" -msgstr "【谷歌】连通性检查" - -msgid "Baidu Connectivity" -msgstr "【百度】连通性检查" - -msgid "No Check" -msgstr "未检查" - -msgid "Check" -msgstr "检查" - -msgid "Connect OK" -msgstr "连接正常" - -msgid "Connect Error" -msgstr "连接错误" - -msgid "Check..." -msgstr "正在检查.." - -msgid "Proxy Check" -msgstr "代理检查" - - -msgid "GFW List Data" -msgstr "【GFW列表】数据库" - -msgid "China IP Data" -msgstr "【国内IP段】数据库" - -msgid "Records" -msgstr "条记录" - -msgid "Refresh Data" -msgstr "更新数据库" - -msgid "Refresh..." -msgstr "正在更新,请稍候.." - -msgid "Refresh OK!" -msgstr "更新成功!" - -msgid "Refresh Error!" -msgstr "更新失败!" - -msgid "No new data!" -msgstr "你已经是最新数据,无需更新!" - -msgid "Total Records:" -msgstr "新的总纪录数:" - -msgid "Check Server Port" -msgstr "【服务器端口】检查" - -msgid "Check Connect" -msgstr "检查连通性" - -msgid "Basic Settings" -msgstr "服务器设置" - -msgid "Check Server" -msgstr "检查服务器" - -msgid "Auto Switch" -msgstr "自动切换" - -msgid "Enable Auto Switch" -msgstr "启用自动切换" - -msgid "Switch check cycly(second)" -msgstr "自动切换检查周期(秒)" - -msgid "Check timout(second)" -msgstr "切换检查超时时间(秒)" - -msgid "Enable Process Deamon" -msgstr "启用进程自动守护" - -msgid "Advertising Data" -msgstr "【广告屏蔽】数据库" - -msgid "DNS Server IP and Port" -msgstr "DNS服务器地址和端口" - -msgid "Resolve Dns Mode" -msgstr "DNS解析方式" - -msgid "Use SSR DNS Tunnel" -msgstr "使用SSR-DNS隧道" - -msgid "Use Pdnsd" -msgstr "使用Pdnsd" - -msgid "Use Other DNS Tunnel(Need to install)" -msgstr "使用其他DNS转发(需要自己安装)" - -msgid "Import SSR" -msgstr "导入ssr配置信息" - -msgid "Export SSR" -msgstr "导出ssr配置信息" - -msgid "Import SSR successfully." -msgstr "成功导入SSR。" - -msgid "Invalid SSR format." -msgstr "无效的SSR格式。" - -msgid "User cancelled." -msgstr "用户已取消。" - -msgid "Paste ssr url here" -msgstr "在此处粘贴ssr://网址" - -msgid "Unable to copy SSR to clipboard." -msgstr "无法复制SSR网址到剪贴板。" - -msgid "Copy SSR to clipboard successfully." -msgstr "成功复制SSR网址到剪贴板。" - -msgid "Servers Manage" -msgstr "服务器管理" - -msgid "Auto Update" -msgstr "自动更新" - -msgid "Through proxy update" -msgstr "通过代理更新" - -msgid "GFW List" -msgstr "GFW列表" - - -msgid "Main Server" -msgstr "主服务器" - -msgid "Anti-pollution DNS Server" -msgstr "访问国外域名DNS服务器" - -msgid "Use Pdnsd tcp query and cache" -msgstr "使用PDNSD TCP查询并缓存" - -msgid "DNS Server IP:Port" -msgstr "DNS服务器 IP:Port" - -msgid "Update time (every day)" -msgstr "更新时间 (每天)" - -msgid "Auto Update Server subscription, GFW list and CHN route" -msgstr "自动更新服务器订阅、GFW列表和 CHN路由表" - -msgid "Subscribe URL" -msgstr "SS/SSR/V2RAY/Trojan订阅URL地址" - -msgid "Update" -msgstr "更新" - -msgid "Server Count" -msgstr "服务器节点数量" - -msgid "IP black-and-white list" -msgstr "IP黑白名单" - -msgid "WAN IP AC" -msgstr "WAN IP访问控制" - -msgid "WAN White List IP" -msgstr "不走代理的WAN IP" - -msgid "WAN Force Proxy IP" -msgstr "强制走代理的WAN IP" - -msgid "LAN Bypassed Host List" -msgstr "不走代理的局域网LAN IP" - -msgid "LAN Force Proxy Host List" -msgstr "全局代理的LAN IP" - -msgid "Router Self AC" -msgstr "路由器自身代理设置" - -msgid "Router Self Proxy" -msgstr "路由器自身代理方式" - -msgid "Normal Proxy" -msgstr "跟随全局设置" - -msgid "Bypassed Proxy" -msgstr "不走代理" - -msgid "Forwarded Proxy" -msgstr "全局代理" - -msgid "GFW Custom List" -msgstr "GFW 用户自定义列表" - -msgid "Please refer to the following writing" -msgstr "每行一个域名,无需写前面的 HTTP(S):// ,提交后即时生效" - -msgid "Servers subscription and manage" -msgstr "节点订阅" - -msgid "Through proxy update list, Not Recommended" -msgstr "通过路由器自身代理更新订阅(不推荐)" - -msgid "LAN IP AC" -msgstr "LAN IP访问控制" - -msgid "Game Mode UDP Server" -msgstr "游戏模式UDP中继服务器" - -msgid "Game Mode UDP Relay" -msgstr "游戏模式UDP中继" - -msgid "Server failsafe auto swith settings" -msgstr "服务器节点故障自动切换设置" - -msgid "Delete all severs" -msgstr "删除所有服务器" - -msgid "Severs Nodes" -msgstr "服务器节点" - -msgid "Use Local DNS Service listen port 5335" -msgstr "使用本机端口为5335的DNS服务" - -msgid "Server Node Type" -msgstr "服务器节点类型" - -msgid "Using incorrect encryption mothod may causes service fail to start" -msgstr "输入不正确的参数组合可能会导致服务无法启动" - -msgid "Game Mode Host List" -msgstr "增强游戏模式客户端LAN IP" - -msgid "Multi Threads Option" -msgstr "多线程并发转发" - -msgid "Auto Threads" -msgstr "自动(CPU线程数)" - -msgid "1 Thread" -msgstr "单线程" - -msgid "2 Threads" -msgstr "2 线程" - -msgid "4 Threads" -msgstr "4 线程" - -msgid "8 Threads" -msgstr "8 线程" - -msgid "16 Threads" -msgstr "16 线程" - -msgid "32 Threads" -msgstr "32 线程" - -msgid "64 Threads" -msgstr "64 线程" - -msgid "128 Threads" -msgstr "128 线程" - -msgid "256 Threads" -msgstr "256 线程" - -msgid "512 Threads" -msgstr "512 线程" - - -msgid "Proxy Ports" -msgstr "需要代理的端口" - -msgid "All Ports" -msgstr "所有端口(默认)" - -msgid "Only Common Ports" -msgstr "仅常用端口(不走P2P流量到代理)" - - -msgid "Use dnscrypt-proxy query and cache" -msgstr "使用dnscrypt-proxy TCP查询并缓存" - -msgid "Use dnsforwarder tcp query and cache" -msgstr "使用dnsforwarder TCP查询并缓存" - -msgid "Use Pdnsd udp query and cache" -msgstr "使用Pdnsd UDP查询并缓存" - - -msgid "Use dnsforwarder udp query and cache" -msgstr "使用dnsforwarder UDP查询并缓存" - -msgid "Use chinadns query and cache" -msgstr "使用ChinaDNS查询并缓存" - -msgid "Chiadns Resolve Dns Mode" -msgstr "ChinaDNS的上游服务器" - - -msgid "Use Local DNS Service" -msgstr "使用设定DNS解析" - -msgid "Oversea GFW List Mode" -msgstr "海外用户回国域名列表模式" - -msgid "Oversea IP Route Mode" -msgstr "海外用户回国IP路由模式" - -msgid "Use Local DNS Service" -msgstr "使用设定DNS解析" - -msgid "Using System Default DNS" -msgstr "使用系统默认DNS" - -msgid "Using acceleration center DNS" -msgstr "使用加速中心DNS" - -msgid "Appoint dns List" -msgstr "DNS解析列表" - -msgid "Use https_dns_proxy query and cache" -msgstr "使用https_dns_proxy TCP查询并缓存" - -msgid "Use smartdns query and cache" -msgstr "使用SmartDNS TCP查询并缓存" - -msgid "Use Pcap_DNSProxy query and cache" -msgstr "使用Pcap DNSProxy TCP查询并缓存" - -msgid "Kill BT" -msgstr "禁止 BT" - -msgid "BT Port" -msgstr "BT 端口" - -msgid "Enabling IPv6 server" -msgstr "启用ipv6服务" - -msgid "Prohibit downloading tool ports through proxy" -msgstr "禁止BT端口走代理" - - -msgid "udp2raw Version" -msgstr "udp2raw 版本" - -msgid "udp2raw tunnel Project" -msgstr "udp2raw 项目" - - -msgid "UDPspeeder Version" -msgstr "UDPspeeder 版本" - - -msgid "UDPspeeder Project" -msgstr "UDPspeeder 项目" - -msgid "Appointlist List" -msgstr "DNS列表" - -msgid "udp2raw tunnel" -msgstr "UDP隧道" - -msgid "Enable udp2raw" -msgstr "启用 udp2raw" - -msgid "Enable UDPspeeder" -msgstr "启用 UDPspeeder" - -msgid "SOCKS5 Proxy" -msgstr "SOCKS5代理" - -msgid "SSOCKS5 Proxy" -msgstr "SS SOCKS5代理" - -msgid "Global SS Server" -msgstr "SS服务端" - - -msgid "V2SOCKS5 Proxy" -msgstr "V2ray SOCKS5代理" - -msgid "Global V2RAY Server" -msgstr "V2RAY服务端" - -msgid "haProxy settings" -msgstr "HaProxy 设置" - - -msgid "Enabling the Management Console" -msgstr "启用管理控制台" - -msgid "Service Port" -msgstr "端口" - -msgid "Socket Connected" -msgstr "连接测试" - - -msgid "Enable HTTP Proxy" -msgstr "启用HTTP代理" - -msgid "HTTP Port" -msgstr "HTTP代理端口" - -msgid "plugin" -msgstr "插件" - -msgid "Plugin Opts" -msgstr "插件参数" - -msgid "Subscribe Filter Words" -msgstr "订阅节点关键字过滤" - -msgid "Filter Words splited by /" -msgstr "命中关键字的节点将被丢弃。多个关键字用 / 分隔" - -msgid "Chnroute Setting" -msgstr "国内IP段数据库更新设置" - -msgid "Enable custom chnroute" -msgstr "启用自定义更新地址" - -msgid "Update url" -msgstr "更新链接" - -msgid "HTTP Proxy" -msgstr "HTTP代理" - -msgid "Raw Mode" -msgstr "模式" - -msgid "Seq Mode" -msgstr "Seq模式" - -msgid "Cipher Mode" -msgstr "加密模式" - -msgid "Auth Mode" -msgstr "校验模式" - -msgid "Speeder Mode" -msgstr "Speeder模式" - -msgid "Fec" -msgstr "fec参数" - -msgid "Mtu" -msgstr "mtu参数" - -msgid "SS Servers" -msgstr "SS服务器" - -msgid "Support AdGuardHome and DNSMASQ format list" -msgstr "同时支持 AdGuard Home 和 DNSMASQ 格式的过滤列表" - -msgid "Running" -msgstr "运行正常" - -msgid "SSR Servers" -msgstr "SSR服务器" - -msgid "SSR Server" -msgstr "服务端" - -msgid "V2 Servers" -msgstr "V2RAY服务器" - -msgid "SS/SSR/V2RAY Server" -msgstr "SS/SSR/V2RAY 服务端" - -msgid "Delete All Subscribe Severs" -msgstr "删除所有订阅服务器节点" - -msgid "Update All Subscribe Severs" -msgstr "更新所有订阅服务器节点" - -msgid "Use DNS2SOCKS query and cache" -msgstr "使用 DNS2SOCKS 查询并缓存" - -msgid "Running Details:" -msgstr "进程详情:" - -msgid "File Viewer" -msgstr "文件查看器" - -msgid "Enable Authentication" -msgstr "启用 用户名/密码 认证" - -msgid "Subscribe Default Auto-Switch" -msgstr "订阅新节点自动切换设置" - -msgid "Subscribe new add server default Auto-Switch on" -msgstr "订阅加入的新节点默认开启自动切换" - -msgid "Join the white list of domain names will not go agent." -msgstr "加入的域名不走代理通道,对所有模式有效。且优先于黑名单。" - -msgid "These had been joined websites will use proxy.Please input the domain names of websites,every line can input only one website domain.For example,google.com." -msgstr "加入的域名将走代理,对所有模式有效。输入网站域名,如:google.com,每个地址段一行。" diff --git a/package/ctcgfw/luci-app-vssr/root/etc/config/black.list b/package/ctcgfw/luci-app-vssr/root/etc/config/black.list deleted file mode 100644 index e60cdc3a10..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/config/black.list +++ /dev/null @@ -1,58 +0,0 @@ -1dot1dot1dot1.cloudflare-dns.com -91smartyun.pt -adobe.com -amazonaws.com -ampproject.org -apple.news -aws.amazon.com -azureedge.net -backpackers.com.tw -bitfinex.com -buzzfeed.com -clockwise.ee -cloudflare-dns.com -cloudfront.net -coindesk.com -coinsquare.io -cryptocompare.com -dns.google -dns9.quad9.net -doh.opendns.com -dropboxstatic.com -eurecom.fr -gdax.com -github.com -kknews.cc -nutaq.com -openairinterface.org -skype.com -sublimetext.com -textnow.com -textnow.me -trouter.io -uploaded.net -whatsapp.com -whatsapp.net -wsj.net -google.com -google.com.hk -gstatic.com -googleusercontent.com -googlepages.com -googlevideo.com -googlecode.com -googleapis.com -googlesource.com -googledrive.com -ggpht.com -youtube.com -youtu.be -ytimg.com -twitter.com -facebook.com -fastly.net -akamai.net -akamaiedge.net -akamaihd.net -edgesuite.net -edgekey.net diff --git a/package/ctcgfw/luci-app-vssr/root/etc/config/gfw.list b/package/ctcgfw/luci-app-vssr/root/etc/config/gfw.list deleted file mode 100644 index b8772ba26e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/config/gfw.list +++ /dev/null @@ -1,53 +0,0 @@ -91smartyun.pt -adobe.com -amazonaws.com -ampproject.org -apple.news -aws.amazon.com -azureedge.net -backpackers.com.tw -bitfinex.com -buzzfeed.com -clockwise.ee -cloudfront.net -coindesk.com -coinsquare.io -cryptocompare.com -dropboxstatic.com -eurecom.fr -gdax.com -github.com -kknews.cc -nutaq.com -openairinterface.org -skype.com -sublimetext.com -textnow.com -textnow.me -trouter.io -uploaded.net -whatsapp.com -whatsapp.net -wsj.net -google.com -google.com.hk -gstatic.com -googleusercontent.com -googlepages.com -googlevideo.com -googlecode.com -googleapis.com -googlesource.com -googledrive.com -ggpht.com -youtube.com -youtu.be -ytimg.com -twitter.com -facebook.com -fastly.net -akamai.net -akamaiedge.net -akamaihd.net -edgesuite.net -edgekey.net \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/config/google_fu_mode b/package/ctcgfw/luci-app-vssr/root/etc/config/google_fu_mode deleted file mode 100644 index aef83c80fa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/config/google_fu_mode +++ /dev/null @@ -1 +0,0 @@ -0xDEADBEEF diff --git a/package/ctcgfw/luci-app-vssr/root/etc/config/vssr b/package/ctcgfw/luci-app-vssr/root/etc/config/vssr deleted file mode 100644 index e2b1e17ebe..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/config/vssr +++ /dev/null @@ -1,76 +0,0 @@ - -config global - option tunnel_forward '8.8.4.4:53' - option tunnel_address '0.0.0.0' - option run_mode 'router' - option pdnsd_enable '1' - option monitor_enable '1' - option global_server 'nil' - option adblock '0' - option adblock_url 'https://gitee.com/privacy-protection-tools/anti-ad/raw/master/easylist.txt' - option enable_switch '1' - option switch_timeout '5' - option switch_try_count '3' - option switch_time '667' - -config socks5_proxy - option server 'nil' - option local_port '1080' - option local_address '0.0.0.0' - option http_enable '0' - option http_port '1081' - -config global_haproxy - option admin_port '1111' - option admin_user 'admin' - option admin_password 'root' - option admin_enable '0' - -config access_control - option wan_bp_list '/etc/china_ssr.txt' - option lan_ac_mode 'b' - option router_proxy '1' - list wan_fw_ips '149.154.160.0/20' - list wan_fw_ips '67.198.55.0/24' - list wan_fw_ips '91.108.4.0/22' - list wan_fw_ips '91.108.56.0/22' - list wan_fw_ips '109.239.140.0/24' - list wan_fw_ips '1.1.1.1/32' - list wan_fw_ips '1.0.0.1/32' - list wan_fw_ips '8.8.8.8/32' - list wan_fw_ips '8.8.4.4/32' - list wan_fw_ips '9.9.9.9/32' - list wan_fw_ips '146.112.41.2/32' - -config server_global - option enable_server '0' - -config server_subscribe - option proxy '0' - option auto_update_time '2' - option auto_update '0' - -config udp2raw - option server '127.0.0.1' - option local_port '400' - option key 'passwd' - option seq_mode '3' - option auth_mode 'simple' - option bt '0' - option raw_mode 'udp' - option cipher_mode 'aes128cbc' - option server_port '600' - option udp2raw_enable '0' - -config udpspeeder - option server '127.0.0.1' - option server_port '400' - option local_port '500' - option key 'passwd' - option speeder_mode '0' - option fec '2:4' - option mtu '1250' - option queue_len '1' - option timeout '8' - option udpspeeder_enable '0' - diff --git a/package/ctcgfw/luci-app-vssr/root/etc/config/white.list b/package/ctcgfw/luci-app-vssr/root/etc/config/white.list deleted file mode 100644 index 6ccd305dc3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/config/white.list +++ /dev/null @@ -1,2 +0,0 @@ -apple.com -microsoft.com \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.d/oversea_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.d/oversea_list.conf deleted file mode 100644 index ae50fb90d0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.d/oversea_list.conf +++ /dev/null @@ -1,192 +0,0 @@ -server=/v.youku.com/127.0.0.1#5335 -server=/api.youku.com/127.0.0.1#5335 -server=/v2.tudou.com/127.0.0.1#5335 -server=/www.tudou.com/127.0.0.1#5335 -server=/s.plcloud.music.qq.com/127.0.0.1#5335 -server=/i.y.qq.com/127.0.0.1#5335 -server=/hot.vrs.sohu.com/127.0.0.1#5335 -server=/live.tv.sohu.com/127.0.0.1#5335 -server=/pad.tv.sohu.com/127.0.0.1#5335 -server=/my.tv.sohu.com/127.0.0.1#5335 -server=/hot.vrs.letv.com/127.0.0.1#5335 -server=/data.video.qiyi.com/127.0.0.1#5335 -server=/cache.video.qiyi.com/127.0.0.1#5335 -server=/cache.vip.qiyi.com/127.0.0.1#5335 -server=/vv.video.qq.com/127.0.0.1#5335 -server=/tt.video.qq.com/127.0.0.1#5335 -server=/ice.video.qq.com/127.0.0.1#5335 -server=/tjsa.video.qq.com/127.0.0.1#5335 -server=/a10.video.qq.com/127.0.0.1#5335 -server=/xyy.video.qq.com/127.0.0.1#5335 -server=/vcq.video.qq.com/127.0.0.1#5335 -server=/vsh.video.qq.com/127.0.0.1#5335 -server=/vbj.video.qq.com/127.0.0.1#5335 -server=/bobo.video.qq.com/127.0.0.1#5335 -server=/flvs.video.qq.com/127.0.0.1#5335 -server=/bkvv.video.qq.com/127.0.0.1#5335 -server=/info.zb.qq.com/127.0.0.1#5335 -server=/geo.js.kankan.xunlei.com/127.0.0.1#5335 -server=/web-play.pptv.com/127.0.0.1#5335 -server=/web-play.pplive.cn/127.0.0.1#5335 -server=/dyn.ugc.pps.tv/127.0.0.1#5335 -server=/v.pps.tv/127.0.0.1#5335 -server=/inner.kandian.com/127.0.0.1#5335 -server=/ipservice.163.com/127.0.0.1#5335 -server=/so.open.163.com/127.0.0.1#5335 -server=/zb.s.qq.com/127.0.0.1#5335 -server=/ip.kankan.xunlei.com/127.0.0.1#5335 -server=/vxml.56.com/127.0.0.1#5335 -server=/music.sina.com.cn/127.0.0.1#5335 -server=/play.baidu.com/127.0.0.1#5335 -server=/v.iask.com/127.0.0.1#5335 -server=/tv.weibo.com/127.0.0.1#5335 -server=/wtv.v.iask.com/127.0.0.1#5335 -server=/video.sina.com.cn/127.0.0.1#5335 -server=/www.yinyuetai.com/127.0.0.1#5335 -server=/api.letv.com/127.0.0.1#5335 -server=/live.gslb.letv.com/127.0.0.1#5335 -server=/static.itv.letv.com/127.0.0.1#5335 -server=/ip.apps.cntv.cn/127.0.0.1#5335 -server=/vdn.apps.cntv.cn/127.0.0.1#5335 -server=/vdn.live.cntv.cn/127.0.0.1#5335 -server=/vip.sports.cntv.cn/127.0.0.1#5335 -server=/a.play.api.3g.youku.com/127.0.0.1#5335 -server=/i.play.api.3g.youku.com/127.0.0.1#5335 -server=/api.3g.youku.com/127.0.0.1#5335 -server=/tv.api.3g.youku.com/127.0.0.1#5335 -server=/play.api.3g.youku.com/127.0.0.1#5335 -server=/play.api.3g.tudou.com/127.0.0.1#5335 -server=/tv.api.3g.tudou.com/127.0.0.1#5335 -server=/api.3g.tudou.com/127.0.0.1#5335 -server=/api.tv.sohu.com/127.0.0.1#5335 -server=/access.tv.sohu.com/127.0.0.1#5335 -server=/iface.iqiyi.com/127.0.0.1#5335 -server=/iface2.iqiyi.com/127.0.0.1#5335 -server=/cache.m.iqiyi.com/127.0.0.1#5335 -server=/dynamic.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.meizi.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.search.app.m.letv.com/127.0.0.1#5335 -server=/dynamic.live.app.m.letv.com/127.0.0.1#5335 -server=/listso.m.areainfo.ppstream.com/127.0.0.1#5335 -server=/epg.api.pptv.com/127.0.0.1#5335 -server=/play.api.pptv.com/127.0.0.1#5335 -server=/m.letv.com/127.0.0.1#5335 -server=/interface.bilibili.com/127.0.0.1#5335 -server=/3g.music.qq.com/127.0.0.1#5335 -server=/mqqplayer.3g.qq.com/127.0.0.1#5335 -server=/proxy.music.qq.com/127.0.0.1#5335 -server=/proxymc.qq.com/127.0.0.1#5335 -server=/ip2.kugou.com/127.0.0.1#5335 -server=/ip.kugou.com/127.0.0.1#5335 -server=/client.api.ttpod.com/127.0.0.1#5335 -server=/mobi.kuwo.cn/127.0.0.1#5335 -server=/mobilefeedback.kugou.com/127.0.0.1#5335 -server=/tingapi.ting.baidu.com/127.0.0.1#5335 -server=/music.baidu.com/127.0.0.1#5335 -server=/serviceinfo.sdk.duomi.com/127.0.0.1#5335 -server=/music.163.com/127.0.0.1#5335 -server=/www.xiami.com/127.0.0.1#5335 -server=/spark.api.xiami.com/127.0.0.1#5335 -server=/iplocation.geo.qiyi.com/127.0.0.1#5335 -server=/sns.video.qq.com/127.0.0.1#5335 -server=/v5.pc.duomi.com/127.0.0.1#5335 -server=/tms.is.ysten.com/127.0.0.1#5335 -server=/internal.check.duokanbox.com/127.0.0.1#5335 -server=/openapi.youku.com/127.0.0.1#5335 -server=/y.qq.com/127.0.0.1#5335 -ipset=/v.youku.com/oversea -ipset=/api.youku.com/oversea -ipset=/v2.tudou.com/oversea -ipset=/www.tudou.com/oversea -ipset=/s.plcloud.music.qq.com/oversea -ipset=/i.y.qq.com/oversea -ipset=/hot.vrs.sohu.com/oversea -ipset=/live.tv.sohu.com/oversea -ipset=/pad.tv.sohu.com/oversea -ipset=/my.tv.sohu.com/oversea -ipset=/hot.vrs.letv.com/oversea -ipset=/data.video.qiyi.com/oversea -ipset=/cache.video.qiyi.com/oversea -ipset=/cache.vip.qiyi.com/oversea -ipset=/vv.video.qq.com/oversea -ipset=/tt.video.qq.com/oversea -ipset=/ice.video.qq.com/oversea -ipset=/tjsa.video.qq.com/oversea -ipset=/a10.video.qq.com/oversea -ipset=/xyy.video.qq.com/oversea -ipset=/vcq.video.qq.com/oversea -ipset=/vsh.video.qq.com/oversea -ipset=/vbj.video.qq.com/oversea -ipset=/bobo.video.qq.com/oversea -ipset=/flvs.video.qq.com/oversea -ipset=/bkvv.video.qq.com/oversea -ipset=/info.zb.qq.com/oversea -ipset=/geo.js.kankan.xunlei.com/oversea -ipset=/web-play.pptv.com/oversea -ipset=/web-play.pplive.cn/oversea -ipset=/dyn.ugc.pps.tv/oversea -ipset=/v.pps.tv/oversea -ipset=/inner.kandian.com/oversea -ipset=/ipservice.163.com/oversea -ipset=/so.open.163.com/oversea -ipset=/zb.s.qq.com/oversea -ipset=/ip.kankan.xunlei.com/oversea -ipset=/vxml.56.com/oversea -ipset=/music.sina.com.cn/oversea -ipset=/play.baidu.com/oversea -ipset=/v.iask.com/oversea -ipset=/tv.weibo.com/oversea -ipset=/wtv.v.iask.com/oversea -ipset=/video.sina.com.cn/oversea -ipset=/www.yinyuetai.com/oversea -ipset=/api.letv.com/oversea -ipset=/live.gslb.letv.com/oversea -ipset=/static.itv.letv.com/oversea -ipset=/ip.apps.cntv.cn/oversea -ipset=/vdn.apps.cntv.cn/oversea -ipset=/vdn.live.cntv.cn/oversea -ipset=/vip.sports.cntv.cn/oversea -ipset=/a.play.api.3g.youku.com/oversea -ipset=/i.play.api.3g.youku.com/oversea -ipset=/api.3g.youku.com/oversea -ipset=/tv.api.3g.youku.com/oversea -ipset=/play.api.3g.youku.com/oversea -ipset=/play.api.3g.tudou.com/oversea -ipset=/tv.api.3g.tudou.com/oversea -ipset=/api.3g.tudou.com/oversea -ipset=/api.tv.sohu.com/oversea -ipset=/access.tv.sohu.com/oversea -ipset=/iface.iqiyi.com/oversea -ipset=/iface2.iqiyi.com/oversea -ipset=/cache.m.iqiyi.com/oversea -ipset=/dynamic.app.m.letv.com/oversea -ipset=/dynamic.meizi.app.m.letv.com/oversea -ipset=/dynamic.search.app.m.letv.com/oversea -ipset=/dynamic.live.app.m.letv.com/oversea -ipset=/listso.m.areainfo.ppstream.com/oversea -ipset=/epg.api.pptv.com/oversea -ipset=/play.api.pptv.com/oversea -ipset=/m.letv.com/oversea -ipset=/interface.bilibili.com/oversea -ipset=/3g.music.qq.com/oversea -ipset=/mqqplayer.3g.qq.com/oversea -ipset=/proxy.music.qq.com/oversea -ipset=/proxymc.qq.com/oversea -ipset=/ip2.kugou.com/oversea -ipset=/ip.kugou.com/oversea -ipset=/client.api.ttpod.com/oversea -ipset=/mobi.kuwo.cn/oversea -ipset=/mobilefeedback.kugou.com/oversea -ipset=/tingapi.ting.baidu.com/oversea -ipset=/music.baidu.com/oversea -ipset=/serviceinfo.sdk.duomi.com/oversea -ipset=/music.163.com/oversea -ipset=/www.xiami.com/oversea -ipset=/spark.api.xiami.com/oversea -ipset=/iplocation.geo.qiyi.com/oversea -ipset=/sns.video.qq.com/oversea -ipset=/v5.pc.duomi.com/oversea -ipset=/tms.is.ysten.com/oversea -ipset=/internal.check.duokanbox.com/oversea -ipset=/openapi.youku.com/oversea -ipset=/y.qq.com/oversea diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/ad.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/ad.conf deleted file mode 100644 index 16d866cf05..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/ad.conf +++ /dev/null @@ -1,33748 +0,0 @@ -#TITLE=anti-AD -#VER=20200324141201 -#URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=33744 -address=/kwcdn.000dn.com/ -address=/kwcscdn.000dn.com/ -address=/kwflvcdn.000dn.com/ -address=/s8.001fzc.com/ -address=/yn.001fzc.com/ -address=/jump.001union.com/ -address=/jump.baidu.001union.com/ -address=/0024aaaa.com/ -address=/0024aadd.com/ -address=/0026645142c89aeb1.com/ -address=/003store.com/ -address=/006a039c957c142bb.com/ -address=/0082tv.net/ -address=/0086555.com/ -address=/00880808.com/ -address=/008844.cc/ -address=/00aaa2d81c1d174.com/ -address=/00ae8b5a9c1d597.com/ -address=/qjfcdn1220.0101122.com/ -address=/011211.cn/ -address=/012.tw/ -address=/0123kjz.com/ -address=/012469af389a1d1246d.com/ -address=/013572.cn/ -address=/017e689c749.com/ -address=/018520.com/ -address=/01fen.com/ -address=/1.01fy.cn/ -address=/5ijo.01net.com/ -address=/securite.01net.com/ -address=/01w47q.cn/ -address=/020wujin.cn/ -address=/02123s.com/ -address=/0217qpineuxbcdhopswkvf.xyz/ -address=/weldc1.021ye.com/ -address=/0224fqpowiuxybnmvdfghj.xyz/ -address=/022aifang.com/ -address=/0234408.cn/ -address=/023hysj.com/ -address=/024chaoren.cn/ -address=/025suyu.com/ -address=/02aa19117f396e9.com/ -address=/02b5da94a2bd4aea.com/ -address=/02m5j.cn/ -address=/0302woeuxcbrnxcvsdfghu.xyz/ -address=/0309fuweopermncvbnazdf.xyz/ -address=/m.030ha.cn/ -address=/0313413.com/ -address=/0316dieroxiemzfjwmapk.xyz/ -address=/03196688.com/ -address=/033.com/ -address=/0351dvd.cn/ -address=/0374adc8c6a6a56.com/ -address=/0377shujuhuifu.top/ -address=/039ad0897e6da.com/ -address=/b1.0430.com/ -address=/b2.0430.com/ -address=/04426f8b7ce9b069431.com/ -address=/0451106.com/ -address=/04zl.cn/ -address=/0511code.com/ -address=/0512pifa.com.cn/ -address=/0512s.com/ -address=/s.051352.com/ -address=/0516bm.com/ -address=/nxw.0518g.com/ -address=/0531kt.com/ -address=/0531mnk.net/ -address=/0532ci.com.cn/ -address=/e.0544yh.cn/ -address=/m.0544yh.cn/ -address=/0551huayanbdf.com/ -address=/0551zgz.com/ -address=/0571hy.com/ -address=/0571yy.com/ -address=/appimg.0575bbs.com/ -address=/0591101.com/ -address=/0591jiajiao.com.cn/ -address=/0592weixin.com/ -address=/pic.0597kk.com/ -address=/gg.0598yu.com/ -address=/059e025e7484.com/ -address=/05ee3a24ed11df058c8.com/ -address=/05f4e2756f290.com/ -address=/05q9n.cn/ -address=/05xz0h2xo799.com/ -address=/06362.com/ -address=/06f09b1008ae993a5a.com/ -address=/f1.06ps.com/ -address=/0728w.cn/ -address=/07346e971b1ec7f.com/ -address=/073c0cec65916314a.com/ -address=/0755man.cn/ -address=/0756j.com/ -address=/0796gou.com/ -address=/0798ls.com/ -address=/080644.com/ -address=/g1.08160.cn/ -address=/ssp.08160.cn/ -address=/0851ok.com/ -address=/0885.net/ -address=/xc.08an.com/ -address=/0923csfsteibv12.xyz/ -address=/0926a687679d337e9d.com/ -address=/0937jyg.com/ -address=/0956228a2df97a.com/ -address=/09b950280b055.com/ -address=/0a0qetx8et.com/ -address=/0azx1.com/ -address=/0b6e714203b6797e8d4.com/ -address=/0b6h.cn/ -address=/0b9d84d93f1b.com/ -address=/0bc.top/ -address=/0c8a10b46fc6.com/ -address=/0c9d45a04fff.com/ -address=/stattrack.0catch.com/ -address=/0ci.top/ -address=/0d847862199.com/ -address=/0dbcf515975d.com/ -address=/0e6fc55ed3d4c2c2ba0.com/ -address=/0emm.com/ -address=/0emn.com/ -address=/0f461325bf56c3e1b9.com/ -address=/0fmm.com/ -address=/0fwg.cn/ -address=/0gctp5ht.top/ -address=/0gw7e6s3wrao9y3q.pro/ -address=/cdn.0i-i0.com/ -address=/0icep80f.com/ -address=/0j7z9aw6.top/ -address=/0ka.com/ -address=/0klxjejyxak3.com/ -address=/0llii0g6.com/ -address=/dmtu.0m31a.cn/ -address=/0n6h.cn/ -address=/0nin.cn/ -address=/0nso0tq1sa4.ml/ -address=/ooo.0o0.ooo/ -address=/ee.0pi84.cn/ -address=/m.0pi84.cn/ -address=/0pixl.com/ -address=/0qkc.cn/ -address=/0ql3xxre2h.com/ -address=/a1.0s.net.cn/ -address=/0s9dxlr07huu.com/ -address=/0stats.com/ -address=/25w.0tzp8c.cn/ -address=/0uk.net/ -address=/0uk9e.cn/ -address=/e.0v15b.cn/ -address=/m.0v15b.cn/ -address=/e.0wnz6g.cn/ -address=/m.0wnz6g.cn/ -address=/0x013d.website/ -address=/0x01e7.website/ -address=/0x1f4b0.com/ -address=/0x5.me/ -address=/0xiaoshuo.com/ -address=/0xxd.com/ -address=/0z5jn.cn/ -address=/1-cl0ud.com/ -address=/1000dy.com/ -address=/smartad.10010.com/ -address=/100669.com/ -address=/100cpc.com/ -address=/100fenlm.com/ -address=/m1.100how.com/ -address=/100widgets.com/ -address=/1.1010pic.com/ -address=/2.1010pic.com/ -address=/1017.cn/ -address=/101m3.com/ -address=/banner.101xp.com/ -address=/1024mzs.pw/ -address=/epu.1024txt.xyz/ -address=/103092804.com/ -address=/103bees.com/ -address=/105app.com/ -address=/m.107279.com/ -address=/d.107788.com/ -address=/pc.107788.com/ -address=/10a053584f01fcaeab1.com/ -address=/10b883b3d61d.com/ -address=/10fbb07a4b0.se/ -address=/10y5gehv.com/ -address=/1100i.com/ -address=/110160.com/ -address=/110380d053f716c4.com/ -address=/ad.1111cpc.com/ -address=/creative.1111cpc.com/ -address=/1115potmgabfvixqwi.top/ -address=/111ol.com/ -address=/oss-asq-static.11222.cn/ -address=/1133.cc/ -address=/1.11467.com/ -address=/114com.cc/ -address=/114lm.com/ -address=/114park.com/ -address=/114so.cn/ -address=/114yeah.com/ -address=/tg.1155t.cn/ -address=/11599jgj.com/ -address=/116b.com/ -address=/116zhuce.com/ -address=/118114.cn/ -address=/1188.com/ -address=/118aa629a7968e75e.com/ -address=/118ex.cn/ -address=/11a581bbb5038e.com/ -address=/11ccda709b5cdf5.com/ -address=/11hrcnll.com/ -address=/11nux.com/ -address=/12086.net/ -address=/analysis.120ask.com/ -address=/ip.120ask.com/ -address=/scws.120ask.com/ -address=/x.120ask.com/ -address=/ax.120ask.com/ -address=/eclick.120ask.com/ -address=/log.120ask.com/ -address=/bdwmhz.120askimages.com/ -address=/bdjs.120askimages.com/ -address=/bdlm.120askimages.com/ -address=/caicaicai.121yy.com/ -address=/1221e236c3f8703.com/ -address=/12291.com/ -address=/123-counter.de/ -address=/ad.12306.cn/ -address=/12306media.com/ -address=/fzz.cloud.1234507.com/ -address=/123456.asia/ -address=/m.1234567.com.cn/ -address=/1234xm.com/ -address=/12365chia.com/ -address=/123advertising.nl/ -address=/greenxfs.down.123ch.cn/ -address=/123compteur.com/ -address=/123count.com/ -address=/123cursors.com/ -address=/download.123cw.cn/ -address=/download3.123cw.cn/ -address=/123date.me/ -address=/123hala.com/ -address=/update.123juzi.net/ -address=/123vidz.com/ -address=/ent1.12584.cn/ -address=/health1.12584.cn/ -address=/img.12584.cn/ -address=/analytics.126.net/ -address=/img1.126.net/ -address=/img3.126.net/ -address=/pg-ad-b1.ws.126.net/ -address=/stat.ws.126.net/ -address=/yt-adp.ws.126.net/ -address=/analytics.ws.126.net/ -address=/android.push.126.net/ -address=/iadmusicmat.music.126.net/ -address=/news.push.126.net/ -address=/pg-ad-b2.ws.126.net/ -address=/pimg1.126.net/ -address=/webstat.ws.126.net/ -address=/12648afd00d93.com/ -address=/iadmat.nosdn.127.net/ -address=/pg-ad-b1.nosdn.127.net/ -address=/yt-adp.nosdn.127.net/ -address=/haitaoad.nosdn.127.net/ -address=/wanproxy.127.net/ -address=/1298bab69bbc4.com/ -address=/12dc71b7cb820f2a.com/ -address=/12i.cn/ -address=/12jf3.cn/ -address=/12l22.net/ -address=/12mnkys.com/ -address=/12place.com/ -address=/12rge.xyz/ -address=/12rng.cn/ -address=/12wd87h.top/ -address=/1314sss.top/ -address=/13190546cd1dec9bbdc.com/ -address=/e.131pu.cn/ -address=/m.131pu.cn/ -address=/ssa.1337x.to/ -address=/js.133u.com/ -address=/1357902.cn/ -address=/13895df59d98cc.com/ -address=/138lm.com/ -address=/d.1391.com/ -address=/lyapi.1391.com/ -address=/lylog.1391.com/ -address=/mhd.1391.com/ -address=/mhdpay.1391.com/ -address=/mhdtestks3.1391.com/ -address=/mhdufile.1391.com/ -address=/mhjk.1391.com/ -address=/sqtpks3.1391.com/ -address=/139site.com/ -address=/d.13mobi.com/ -address=/13vm73vbmp.com/ -address=/13wnjs.com/ -address=/13yg.cn/ -address=/api.140proof.com/ -address=/14119276be0852.com/ -address=/142904.com/ -address=/1494.top/ -address=/1495039.com/ -address=/14b41d7ec7766122d.com/ -address=/diaopic.14bobo.com/ -address=/pic.14bobo.com/ -address=/14nuzznszbdp.com/ -address=/152media.com/ -address=/153105c2f9564.com/ -address=/1543b1db8a0825760.com/ -address=/157ita684j.com/ -address=/158aq.com/ -address=/15gifts.com/ -address=/1.15lu.com/ -address=/15tianqi.com/ -address=/15yomodels.com/ -address=/adgeo.163.com/ -address=/analytics.163.com/ -address=/api.iplay.163.com/ -address=/clientlog.music.163.com/ -address=/clientlog3.music.163.com/ -address=/nex.163.com/ -address=/bobo.163.com/ -address=/count.mail.163.com/ -address=/crashlytics.163.com/ -address=/e-p4p.163.com/ -address=/fa.163.com/ -address=/g1.163.com/ -address=/gb.corp.163.com/ -address=/iad.g.163.com/ -address=/ir.mail.163.com/ -address=/irpmt.mail.163.com/ -address=/n.3g.163.com/ -address=/popme.163.com/ -address=/push.yuedu.163.com/ -address=/r.mail.163.com/ -address=/rec.g.163.com/ -address=/temp.163.com/ -address=/bdjs.163lady.com/ -address=/163ren.com/ -address=/ac.dun.163yun.com/ -address=/165a7c15380874ef3.com/ -address=/166br.com/ -address=/1680go.com/ -address=/air.1688.com/ -address=/cui.m.1688.com/ -address=/dcms.1688.com/ -address=/dj.1688.com/ -address=/dmtracking.1688.com/ -address=/show.1688.com/ -address=/stat.1688.com/ -address=/match.p4p.1688.com/ -address=/js.1688988.com/ -address=/tz.1688988.com/ -address=/m.168ey.com/ -address=/168logger.com/ -address=/168xiazai.com/ -address=/16e2ae8f200d975b.com/ -address=/16k6.com/ -address=/b.16vcd.com/ -address=/k.16vcd.com/ -address=/170yy.com/ -address=/1711811.com/ -address=/log1.17173.com/ -address=/stat.v.17173.com/ -address=/cvda.17173.com/ -address=/vda.17173.com/ -address=/s.17173cdn.com/ -address=/1717gs.com/ -address=/1740f665a91b68.com/ -address=/m.175pu.cn/ -address=/m.1768.com/ -address=/176um.com/ -address=/177o.com/ -address=/market.178.com/ -address=/178bx.cn/ -address=/tts.178ud.com/ -address=/1797wan.com/ -address=/17b1dbd9f3ae7db27cf.com/ -address=/17bqg.top/ -address=/sycnzz.17tanwan.com/ -address=/17tuozhai.com/ -address=/17un.co/ -address=/17un.com/ -address=/e.17w3a.cn/ -address=/m.17w3a.cn/ -address=/17zhaole.com/ -address=/17zheng.cn/ -address=/18-plus.net/ -address=/1800freecams.com/ -address=/eezdx.erc.18183.com/ -address=/img1.18183.com/ -address=/zpe.klre.18183.com/ -address=/1818bobo.com/ -address=/m.181mob.com/ -address=/183pu.cn/ -address=/186078.com/ -address=/photo.188kc.cn/ -address=/188server.com/ -address=/18clicks.com/ -address=/18dusun.com/ -address=/18naked.com/ -address=/h1.18sd.cn/ -address=/h2.18sd.cn/ -address=/18tzx.com/ -address=/1933000.com/ -address=/a.19869.com/ -address=/b.19869.com/ -address=/a.198banjia.com/ -address=/198game.com/ -address=/1990tu.com/ -address=/1999019.com/ -address=/1999sg.com/ -address=/19b45a16170729.com/ -address=/19beda38dc2ce42.com/ -address=/19d12dd9de1.com/ -address=/1b6a637cbe7bb65ac.com/ -address=/1b969cef84d93b43.com/ -address=/1bcde.com/ -address=/1ccbt.com/ -address=/1ced38bdc42b883.com/ -address=/1d1a.com/ -address=/1d1px.net/ -address=/1dmp.io/ -address=/md.1drj.com/ -address=/xs.1drj.com/ -address=/1e122c580cf.com/ -address=/1ea1sley.com/ -address=/1el-1el-fie.com/ -address=/1elllwrite.com/ -address=/1empiredirect.com/ -address=/1f58098dd54.com/ -address=/1f7de8569ea97f0614.com/ -address=/1freecounter.com/ -address=/1fv3b.cn/ -address=/1fwjpdwguvqs.com/ -address=/1getbestf1le3.xyz/ -address=/1gkjk1ms15.com/ -address=/1h4ig.cn/ -address=/1han-rit-ten.com/ -address=/1hanritten.com/ -address=/1haosuo.com/ -address=/1haows.cn/ -address=/counter.1i.kz/ -address=/1i580.com/ -address=/static.1j1j.com/ -address=/1jvd7f7w.top/ -address=/1k4vd.cn/ -address=/1kmb.cn/ -address=/ad.1kxun.com/ -address=/pc.yingshi.tcclick.1kxun.mobi/ -address=/1kzh.com/ -address=/1l1.cc/ -address=/1lib.cn/ -address=/1lo0.net/ -address=/1loop.com/ -address=/1mb034.cn/ -address=/1nimo.com/ -address=/1pel.com/ -address=/1phads.com/ -address=/1q2w3.fun/ -address=/1q2w3.live/ -address=/1q2w3.website/ -address=/e.1q89b.cn/ -address=/m.1q89b.cn/ -address=/1q8h.cn/ -address=/1qwe3r.com/ -address=/1r49n.cn/ -address=/ne.1rtb.com/ -address=/ssp.1rtb.com/ -address=/1rx.io/ -address=/1rxntv.io/ -address=/ee.1s8pj.cn/ -address=/m.1s8pj.cn/ -address=/1sapp.com/ -address=/1sen-pit-fan.com/ -address=/m.1sur6d.cn/ -address=/ad.1ting.com/ -address=/1uandun.com/ -address=/pixel.1und1.de/ -address=/1v7.cn/ -address=/1web.me/ -address=/gg.1whour.com/ -address=/img.1whour.com/ -address=/1worldonline.com/ -address=/1x26q3.cn/ -address=/1x3x.com/ -address=/1yk851od.com/ -address=/e.1zq4lj.cn/ -address=/200218.com/ -address=/2005net.net/ -address=/200summit.com/ -address=/201071.com/ -address=/2012ui.com/ -address=/2013sh.com/ -address=/wm.20150.net/ -address=/2016bobo.cf/ -address=/202m.com/ -address=/203710.com/ -address=/2048hd.space/ -address=/u1.2048sj.com/ -address=/204st.us/ -address=/206ads.com/ -address=/206solutions.com/ -address=/20a840a14a0ef7d6.com/ -address=/20afcc1f257.com/ -address=/20dollars2surf.com/ -address=/m.20mao.com/ -address=/stats01.20min.ch/ -address=/a.20minutes.fr/ -address=/u1.20q.cn/ -address=/210189.com/ -address=/2137dc12f9d8.com/ -address=/2144.cn/ -address=/2155ec.com/ -address=/215to.cn/ -address=/216pu.cn/ -address=/217wo.com/ -address=/21a3dd8ea39c0.com/ -address=/21b507a044d841b.com/ -address=/21c9a53484951.com/ -address=/adshows.21cn.com/ -address=/analytics.21cn.com/ -address=/market.21cn.com/ -address=/admarket.21cn.com/ -address=/shows.21cn.com/ -address=/21find.com/ -address=/dm.21hubei.com/ -address=/tj.21ic.com/ -address=/21kk.cc/ -address=/e.21lxb.cn/ -address=/21sexturycash.com/ -address=/1.21shebao.com/ -address=/2.21shebao.com/ -address=/21u8f.cn/ -address=/21xsk.com/ -address=/22222jsc.com/ -address=/222627.com/ -address=/url.222bz.com/ -address=/222im.com/ -address=/228pu.cn/ -address=/22a12efe35e3c2f.com/ -address=/22b765488021d482280.com/ -address=/api.22lianmeng.com/ -address=/22pixx.xyz/ -address=/23205523023daea6.com/ -address=/2334ea708ab6d79.com/ -address=/jifendownload.2345.cn/ -address=/2345.com/ -address=/23456dj.com/ -address=/2345at.com/ -address=/235123.net/ -address=/23dsf.top/ -address=/consent.23g.io/ -address=/23kmm.com/ -address=/23rsdsfdsf.com/ -address=/23txt.com/ -address=/js.23yy.com/ -address=/recommendation.24.com/ -address=/2444efc8cd8e.com/ -address=/247-inc.com/ -address=/247-inc.net/ -address=/247ilabs.com/ -address=/247realmedia.com/ -address=/247teencash.net/ -address=/247view.net/ -address=/24ad89fc2690ed9369.com/ -address=/24businessnews.com/ -address=/24counter.com/ -address=/track.24heures.ch/ -address=/api.24kidea.com/ -address=/24log.com/ -address=/24log.de/ -address=/24log.ru/ -address=/m.24pga.cn/ -address=/24smi.info/ -address=/24smi.net/ -address=/24smi.org/ -address=/24smile.org/ -address=/24vunvrv.com/ -address=/24x7adservice.com/ -address=/2529.com/ -address=/25348f89a3.com/ -address=/fxjs.2541.com/ -address=/254a.com/ -address=/2559a303164ddde96.com/ -address=/cj1.256.cc/ -address=/256ppp.com/ -address=/258580w.cn/ -address=/258ydh.com/ -address=/258zw.com/ -address=/25ku.com/ -address=/ucan.25pp.com/ -address=/img.263y.com/ -address=/265958.com/ -address=/adm.265g.com/ -address=/268mob.cn/ -address=/27015dbc43d77c.com/ -address=/2712f45c0bb0d67d710.com/ -address=/2726fecdfde157bdcd.com/ -address=/272829.cc/ -address=/272xb.com/ -address=/2778255fe56.com/ -address=/scimg.27admin.com/ -address=/uimg.27admin.com/ -address=/m1.27com.com/ -address=/27f35.cn/ -address=/280dp.com/ -address=/282l1.cn/ -address=/2898.com/ -address=/28acglz.com/ -address=/storage.29293.com/ -address=/293870.com/ -address=/29ae58661b9c7178.com/ -address=/29d65cebb82ef9f.com/ -address=/29wjns.com/ -address=/2a12be6140880286.com/ -address=/2amsports.com/ -address=/2an-hit-ren.com/ -address=/2bbb379103988619ef.com/ -address=/2beon.co.kr/ -address=/2byuf.cn/ -address=/2c0dad36bdb9eb859f0.com/ -address=/2c3a97984f45.com/ -address=/2c6bcbbb82ce911.com/ -address=/2cbisyjaae.com/ -address=/2cnt.net/ -address=/2d-c.cn/ -address=/2d7bd9e6eb370143.com/ -address=/2db24c0ea6.com/ -address=/2delllwrite.com/ -address=/2dpt.com/ -address=/2e27bf1f09307aeb.com/ -address=/2el-2el-fie.com/ -address=/2f.com/ -address=/2f5a1f1fab21a56.com/ -address=/2fnrc.cn/ -address=/2fx32.cn/ -address=/2g2h.com/ -address=/2giga.download/ -address=/stat.api.2gis.ru/ -address=/2gok8g15p2.com/ -address=/2gvuukm1lm.com/ -address=/toutiao.2haha.com/ -address=/2hanwriten.com/ -address=/2hqd0b.cn/ -address=/2ip.ua/ -address=/2iui01.com/ -address=/e.2j75d.cn/ -address=/m.2j75d.cn/ -address=/m.2jm2j.cn/ -address=/2kl08cd74f.com/ -address=/2ktd0.cn/ -address=/2kurl.com/ -address=/e.2l06k.cn/ -address=/m.2l06k.cn/ -address=/2leep.com/ -address=/2lwlh385os.com/ -address=/2m2n.com/ -address=/2mdn.info/ -address=/2mdn.net/ -address=/e.2n5kmg.cn/ -address=/m.2n5kmg.cn/ -address=/2o7.net/ -address=/2p1ih.cn/ -address=/2p9fyvx.com/ -address=/2parale.ro/ -address=/2performant.com/ -address=/2pmob.com/ -address=/2ptxxjjzpy.com/ -address=/2scjbg.com/ -address=/2shouhc.com/ -address=/2shoushi.com/ -address=/2smt6mfgo.de/ -address=/2ssltome.ga/ -address=/2st5ne.cn/ -address=/e.2t4um.cn/ -address=/pork.2tumeng.com/ -address=/2v0ni.cn/ -address=/2v9ml.cn/ -address=/27pan.2wk.com/ -address=/2wxb5.cn/ -address=/2xbpub.com/ -address=/2yt.cn/ -address=/2zfzly.com/ -address=/2zm4.cn/ -address=/dm.300zi.com/ -address=/301848.com/ -address=/30350f.com/ -address=/audit.303br.net/ -address=/303marketplace.com/ -address=/304c40d20085e.com/ -address=/30ampj.com/ -address=/30b9e3a7d7e2b.com/ -address=/30daychange.co/ -address=/analytics.30m.com/ -address=/312036.com/ -address=/31365y.com/ -address=/d1.3158.cn/ -address=/315gg.com/ -address=/dm1.3199.cn/ -address=/31a5610ce3a8a2.com/ -address=/31ab9d66427a22.com/ -address=/31xiaoshuo.org/ -address=/321tui.cn/ -address=/321tui.com/ -address=/322927.com/ -address=/32414.com/ -address=/32666099.com/ -address=/32979c00fcc59b5.com/ -address=/32a79e2833309ebe.com/ -address=/32b4oilo.com/ -address=/32b92bc03f19.com/ -address=/1.32xp.com/ -address=/3324.cn/ -address=/dm1.3328.cn/ -address=/333dm.com/ -address=/33544444.com/ -address=/3381e74f70adfb59.com/ -address=/338336.com/ -address=/3388pjdc.com/ -address=/3393.com/ -address=/33across.com/ -address=/33ae985c0ea917.com/ -address=/33lm.cc/ -address=/3400.org/ -address=/340ca72733c9e46fb1.com/ -address=/344dea1d6d130a7e8e.com/ -address=/34c2f22e9503ace.com/ -address=/m.34uvn.cn/ -address=/lm.35.com/ -address=/download.350.com/ -address=/ldy.350.com/ -address=/350media.com/ -address=/3585656d9351553f.com/ -address=/bdcode.35d1.com/ -address=/35d59588f15966.com/ -address=/35kds.com/ -address=/s.360.cn/ -address=/s.so.360.cn/ -address=/s.union.360.cn/ -address=/sayhi.360.cn/ -address=/tf.360.cn/ -address=/shouji.360.cn/ -address=/ad.dev.360.cn/ -address=/ad.gamebox.360.cn/ -address=/agd.p.360.cn/ -address=/agd2.p.360.cn/ -address=/api.shuaji.360.cn/ -address=/api.so.lianmeng.360.cn/ -address=/click.stat.hao.360.cn/ -address=/cm.dmp.360.cn/ -address=/cm.lianmeng.360.cn/ -address=/cpull.360.cn/ -address=/dev.tg.wan.360.cn/ -address=/down.360.cn/ -address=/sdk.look.360.cn/ -address=/h5.mse.360.cn/ -address=/huid.ad.360.cn/ -address=/huodong.mobilem.360.cn/ -address=/iad.e.360.cn/ -address=/leak.360.cn/ -address=/mbs.hao.360.cn/ -address=/msoftdl.360.cn/ -address=/openbox.mobilem.360.cn/ -address=/pub.se.360.cn/ -address=/qstore.inner.api.sj.360.cn/ -address=/rd.wan.360.cn/ -address=/s.lianmeng.360.cn/ -address=/stat.lianmeng.360.cn/ -address=/service.jiagu.360.cn/ -address=/shake.360.cn/ -address=/shake.f.360.cn/ -address=/show.look.360.cn/ -address=/soft.data.weather.360.cn/ -address=/stat.m.360.cn/ -address=/tr.p.360.cn/ -address=/u.api.look.360.cn/ -address=/3600ys.com/ -address=/360366.net/ -address=/360640.com/ -address=/360ads.com/ -address=/360adshost.net/ -address=/pjogndc8ixoidna.360doc.cn/ -address=/xne1ocient87zxz.360doc.cn/ -address=/w5sac788c1.360doc.cn/ -address=/webservice.360doc.com/ -address=/eclick.360doc.com/ -address=/360doo.com/ -address=/hao.360hyzj.com/ -address=/360i.com/ -address=/360in.com/ -address=/360installer.com/ -address=/360jiaquan.com/ -address=/360popads.com/ -address=/360protected.com/ -address=/down.360safe.com/ -address=/update.360safe.com/ -address=/inst.360safe.com/ -address=/kuaikan.netmon.360safe.com/ -address=/stat.360safe.com/ -address=/360shopping.com.cn/ -address=/360tag.com/ -address=/360tag.net/ -address=/display.360totalsecurity.com/ -address=/hot.m.shouji.360tpcdn.com/ -address=/360yield.com/ -address=/meng.360zuowen.com/ -address=/360zuowen.net/ -address=/ad.363.in/ -address=/36500.com/ -address=/36500.net/ -address=/365bibi.com/ -address=/365che.cc/ -address=/mm.365dmp.com/ -address=/bd1.365qilu.com/ -address=/365sbaffiliates.com/ -address=/365syt.cn/ -address=/365yigou.cn/ -address=/6e5.3665de.com/ -address=/367e8bed2a847.com/ -address=/36ia2.cn/ -address=/36pn.com/ -address=/tg.m.37.com/ -address=/3761fcd24ef9281f5.com/ -address=/m2u.376710.com/ -address=/376zf.com/ -address=/3798.com/ -address=/37cs.com/ -address=/37pk49.com/ -address=/cs.37see.com/ -address=/p.37see.com/ -address=/37signals.com/ -address=/v.37uta.cn/ -address=/image.37wan.cn/ -address=/a.clickdata.37wan.com/ -address=/pt.clickdata.37wan.com/ -address=/tao.37wan.com/ -address=/wz.37wan.com/ -address=/38330.bet/ -address=/3839168.com/ -address=/386704cb2300cf1a.com/ -address=/3878896c72ed218.com/ -address=/38c99.com/ -address=/38ra.com/ -address=/38taobao.com/ -address=/38ursg.cn/ -address=/d-test.39.net/ -address=/thetestpage.39.net/ -address=/app-g.39.net/ -address=/d.39.net/ -address=/dpvc.39.net/ -address=/recommend.union.39.net/ -address=/392a50219df6.com/ -address=/39330.bet/ -address=/y.3957957.com/ -address=/395e27cfc83ea88f.com/ -address=/data.3975.com/ -address=/3975lm.com/ -address=/m.3987.com/ -address=/sj1.3987.com/ -address=/39d1d397c97730.com/ -address=/classic.39health.com/ -address=/123.39jz.com/ -address=/fbmjc.39yst.com/ -address=/jsm.39yst.com/ -address=/3a64ddc048d277.com/ -address=/3a8c9b0ca405b5.com/ -address=/3ac901bf5793b0fccff.com/ -address=/3alian.net/ -address=/3amall.cn/ -address=/t.3apf.com/ -address=/3b0b68c876376f7311.com/ -address=/3b9eb5ed04721bef.com/ -address=/3bfkxta3dg.com/ -address=/3c0012ab95c132f.com/ -address=/3c06b86c4147745b.com/ -address=/3c34083bda22d8.com/ -address=/3c513c1d3255c.com/ -address=/3ca28642b714623b2.com/ -address=/3cd99930e27056f89.com/ -address=/3cnce854.com/ -address=/imgad0.3conline.com/ -address=/jwz.3conline.com/ -address=/3d0da2373af57.com/ -address=/3d55eccf56053ff2e8.com/ -address=/3d643f542787c62a7.com/ -address=/3da86d9fe797f228.com/ -address=/banner.3ddownloads.com/ -address=/3delllwrite.com/ -address=/3difx.com/ -address=/3dlivestats.com/ -address=/tsjdgzm.m.3dllc.cc/ -address=/cnt.3dmy.net/ -address=/ad.3dnews.ru/ -address=/3dqiang.com/ -address=/tracking.3ds.com/ -address=/3dstats.com/ -address=/3dwwwgame.com/ -address=/3el-3el-fie.com/ -address=/3enm.com/ -address=/3f32172d509aeb0.com/ -address=/3f49237cf0.com/ -address=/3f6f.cc/ -address=/ps.3fenge.com/ -address=/3file.info/ -address=/3fp43qvh.trade/ -address=/ddl.3g567.com/ -address=/3gl.net/ -address=/3gmimo.com/ -address=/3gmtr.com/ -address=/3gporn.biz/ -address=/3hgui.com/ -address=/indieclick.3janecdn.com/ -address=/3jia5.com/ -address=/3jmcwio.com/ -address=/3lga3.cn/ -address=/g.3lian.com/ -address=/3lift.com/ -address=/3lr67y45.com/ -address=/m.3md74lw.top/ -address=/3ng6p6m0.de/ -address=/3omb.com/ -address=/m.3op1i.cn/ -address=/3p-link.com/ -address=/3peaks.co.jp/ -address=/3ql1pb.cn/ -address=/3qmh.com/ -address=/3qsys.com/ -address=/3rdads.com/ -address=/3redlightfix.com/ -address=/3s1xk.cn/ -address=/code.3shangyou.com/ -address=/img.3sjt.com/ -address=/3t7euflv.com/ -address=/3vlm.com/ -address=/3wnp9.ru/ -address=/3wr110.net/ -address=/3wr110.xyz/ -address=/3wt4c.com/ -address=/3xx.vip/ -address=/3ygww.com/ -address=/4006825178.com/ -address=/4008813318.com.cn/ -address=/4009997658.com/ -address=/404tracker.com/ -address=/407433bfc441.com/ -address=/40ceexln7929.com/ -address=/40nuggets.com/ -address=/40xbfzk8.com/ -address=/4141d006e4f4dd17ab9.com/ -address=/41df76c67812005c.com/ -address=/41ef19c0f0794e058c.com/ -address=/41msl.cn/ -address=/e.41zna.cn/ -address=/4207008.com/ -address=/vj0.42422277.com/ -address=/4242jj.com/ -address=/4242lll.com/ -address=/4242uuu.com/ -address=/4256b23b681.com/ -address=/42632zfylf.com/ -address=/426g.com/ -address=/42a5d530ec972d8994.com/ -address=/42eed1a0d9c129.com/ -address=/42rca.cn/ -address=/43031aaaecd84428.com/ -address=/431.red/ -address=/43137c93a82b0e81da.com/ -address=/ok.432kkk.com/ -address=/4336wang.cn/ -address=/43d6f284d10bfbbb3.com/ -address=/43gw.cn/ -address=/43plc.com/ -address=/44-trk-srv.com/ -address=/442c8891ec726f339.com/ -address=/442d9f2ac50ca502.com/ -address=/4465ef53c8ffded.com/ -address=/4480dy.net/ -address=/44pv.com/ -address=/s.456jjh.cn/ -address=/459517eb349739b.com/ -address=/js.45bubu.com/ -address=/45f2373b26b8e2.com/ -address=/45i73jv6.com/ -address=/game.466.com/ -address=/467.red/ -address=/46cq.cn/ -address=/e.46kxj.cn/ -address=/46sg.com/ -address=/4702fb341ddf276d.com/ -address=/473863a8ef28.com/ -address=/47dx0c.cn/ -address=/47f624b2e6c6072e.com/ -address=/47n209.com/ -address=/482hb.cn/ -address=/48331375c351e.com/ -address=/48423894b2a24481.com/ -address=/48dc47c7234e5258.com/ -address=/4936.cn/ -address=/494d36630eae682b20.com/ -address=/m.495495.com/ -address=/wwww.495495.com/ -address=/49863d99e314a.com/ -address=/dps.499.cn/ -address=/49feqdpw.com/ -address=/49ko.com/ -address=/49lkc.cn/ -address=/4a9747b7bfb3.com/ -address=/4affiliate.net/ -address=/a.4aqq.com/ -address=/4b6994dfa47cee4.com/ -address=/4bb6jls06l.com/ -address=/goto.4bc.co/ -address=/4c935d6a244f.com/ -address=/4dex.io/ -address=/4dexports.com/ -address=/4df5ef.xyz/ -address=/4dsbanner.net/ -address=/4dsply.com/ -address=/4dtrk.com/ -address=/4e34b4865905c4.com/ -address=/4eacccd99990beed317.com/ -address=/4ervtcv.com/ -address=/4excel.cn/ -address=/4exlkjnngs.com/ -address=/4f2sm1y1ss.com/ -address=/4f3c238ed437e1e.com/ -address=/4f6b2af479d337cf.com/ -address=/4f885953a5e.com/ -address=/4fb0a3bf4a3d38.com/ -address=/4ggww.com/ -address=/jb.4hw.com.cn/ -address=/js.4hw.com.cn/ -address=/ssp.4hw.com.cn/ -address=/4jnxb9dnj.com/ -address=/4jpf0karrejn6yla.pro/ -address=/4link.it/ -address=/4name.com/ -address=/4o64flb.com/ -address=/4oney.com/ -address=/4p1uo.cn/ -address=/nbrecsys.4paradigm.com/ -address=/recsys-crawl.4paradigm.com/ -address=/pixel.4players.de/ -address=/subpixel.4players.de/ -address=/4py3oe.cn/ -address=/4qn1k.cn/ -address=/ok.4qn9c.cn/ -address=/4sbs7w33ozxwnn.com/ -address=/4spoonyexperiment.com/ -address=/4stats.de/ -address=/4t6u1amm3t3n.com/ -address=/tkn.4tube.com/ -address=/4u.pl/ -address=/4us.pw/ -address=/4uvjosuc.com/ -address=/4v9wp.com/ -address=/4wad.com/ -address=/4wnet.com/ -address=/4wnetwork.com/ -address=/o.4x25v.cn/ -address=/4x9te.cn/ -address=/4z5o27.cn/ -address=/500969adcf7ae838.com/ -address=/50258bd2b243b24df.com/ -address=/tk.504pk.com/ -address=/5066.net/ -address=/js.5068.com/ -address=/50bang.org/ -address=/rfir2.50w.me/ -address=/50zera.com/ -address=/51.la/ -address=/job.510mall.com/ -address=/fpbbdx1.51240.com/ -address=/5125129.com/ -address=/5151gj.com/ -address=/amradmin.5173.com/ -address=/urchin.5173.com/ -address=/ca.5173car.com/ -address=/517m.cn/ -address=/517pass.com/ -address=/d.517sccts.cn/ -address=/517xx.com/ -address=/5188yy.com/ -address=/519397.com/ -address=/51ads.com/ -address=/log.51cto.com/ -address=/logs.51cto.com/ -address=/gg.51cto.com/ -address=/gg2.51cto.com/ -address=/gg3.51cto.com/ -address=/51dengshan.cn/ -address=/51dmn.top/ -address=/51dql.com/ -address=/notify.51dzt.com/ -address=/update.51edm.net/ -address=/51experience.cn/ -address=/51fishplace.com/ -address=/51fuliwang.cn/ -address=/51gpt.com/ -address=/51gugu.com/ -address=/51gxqm.com/ -address=/js.51ir.cn/ -address=/51juejinjie.com.cn/ -address=/51jumintong.com/ -address=/51junpin.net/ -address=/51kaowang.com/ -address=/51la.net/ -address=/ssl.51lhcx.com/ -address=/51link.com/ -address=/51maiwanju.com/ -address=/51network.com/ -address=/51posj.cn/ -address=/51posuiji.org.cn/ -address=/b1.51scw.net/ -address=/1.51sxue.cn/ -address=/51sxzz.com/ -address=/e.51t4d.cn/ -address=/m.51t4d.cn/ -address=/js.51taifu.com/ -address=/wl.51taifu.com/ -address=/customstat.video.51togic.com/ -address=/ad.video.51togic.com/ -address=/ad.51wnl-cq.com/ -address=/ad-android.51wnl.com/ -address=/ad.51wnl.com/ -address=/51xumei.com/ -address=/51xvc.cn/ -address=/51y5.net/ -address=/51yes.com/ -address=/51yhzp.com/ -address=/5207470.com/ -address=/520meirenyu.com/ -address=/f.520tingshu.com/ -address=/52131e24f3c8f.com/ -address=/5251.net/ -address=/525cm.com/ -address=/5269120.com/ -address=/526d.com/ -address=/5293.com/ -address=/52aan.cn/ -address=/x1.52aoteman.com/ -address=/ad.52av.one/ -address=/bd1.52che.com/ -address=/bd2.52che.com/ -address=/52homie.cn/ -address=/52kmh.com/ -address=/52kmk.com/ -address=/52linglei.com/ -address=/52lover.info/ -address=/52lubo.cn/ -address=/5y9nfpes.52pk.com/ -address=/market.52pk.com/ -address=/un.52rkl.cn/ -address=/adm.52swine.com/ -address=/52tushuo.com/ -address=/a.52wubi.com/ -address=/slzs.52xiyou.com/ -address=/52yugan.com/ -address=/52zfl.com/ -address=/a.52zxw.com/ -address=/static.52zzyx.com/ -address=/5345ll.com/ -address=/5362367e.info/ -address=/537901.com/ -address=/538b5d8f303be.com/ -address=/5399.com/ -address=/53kf.com/ -address=/m.53trya.cn/ -address=/e.53y8t.cn/ -address=/m.53y8t.cn/ -address=/static.5411.com/ -address=/54kefu.net/ -address=/55.la/ -address=/ie.5500w.com/ -address=/550tg.com/ -address=/m.551144.com/ -address=/wwww.551144.com/ -address=/551f044b1a3f4ef.com/ -address=/5535aibo.com/ -address=/555b2b.com/ -address=/555p555p.com/ -address=/555vps.cn/ -address=/api.557400.com/ -address=/55803.net/ -address=/dp.559.cc/ -address=/559gp.com/ -address=/stat.55bbs.com/ -address=/55labs.com/ -address=/sp.qf.56.com/ -address=/download.56.com/ -address=/acs.56.com/ -address=/acs.agent.56.com/ -address=/bill.agent.56.com/ -address=/stat.56.com/ -address=/stat2.corp.56.com/ -address=/union.56.com/ -address=/uvimage.56.com/ -address=/v16.56.com/ -address=/5634.com/ -address=/1.5646.cn/ -address=/3.5646.cn/ -address=/564d28256cddaeba.com/ -address=/565882.com/ -address=/5675146.com/ -address=/568vovhs6ekbupjo.pro/ -address=/56bc7e3668e952c.com/ -address=/56bfc388bf12.com/ -address=/56vob.cn/ -address=/56yk.com/ -address=/57.com.cn/ -address=/5726303d87522d05.com/ -address=/57473b6b571.com/ -address=/5755ac539651fe8f366.com/ -address=/zafrc.5780.site/ -address=/img2.578965.com/ -address=/js.578965.com/ -address=/57e3ascxh1.com/ -address=/57fd2911f09b76.com/ -address=/57m1j.cn/ -address=/57union.com/ -address=/adshow.58.com/ -address=/brandshow.58.com/ -address=/jing.58.com/ -address=/jumpluna.58.com/ -address=/news.58.com/ -address=/track.58.com/ -address=/zzpush.58.com/ -address=/58040d4c01949f0c1.com/ -address=/5814889.com/ -address=/gk1.582582.com/ -address=/5857.com/ -address=/588yw.com/ -address=/58b14921719ec.com/ -address=/58b291f917728a2.com/ -address=/58mingri.cn/ -address=/bddm.58news.org/ -address=/c2.58toto.net/ -address=/58xiao.cn/ -address=/58xmgys.com/ -address=/t.58xs.com/ -address=/plmkolp.m.58xs.tw/ -address=/592man.com/ -address=/593pi.cn/ -address=/59519.com/ -address=/59cn7.com/ -address=/59e6ea7248001c.com/ -address=/59gt.cn/ -address=/59hi.com/ -address=/mt.59wz.com/ -address=/59zs1xei.com/ -address=/5a8p12.cn/ -address=/5ad954477413bdb77f.com/ -address=/5advertise.com/ -address=/5b5a93686577c13.com/ -address=/5bir9vuqcq.com/ -address=/cdn.5bong.com/ -address=/5d02977f6511aa.com/ -address=/5dabf928ad9ad4.com/ -address=/5db8d92zi2.com/ -address=/5dian.org/ -address=/5dimes.com/ -address=/5dydk.com/ -address=/5e1fcb75b6d662d.com/ -address=/5e8bba5e95ec.com/ -address=/5edb123fa3329.com/ -address=/5egk.com/ -address=/5eln.cn/ -address=/5etv.com/ -address=/5f8fbbfc2244adc9.com/ -address=/5gl1x9qc.com/ -address=/d1.5h.com/ -address=/e.5h9gdb.cn/ -address=/m.5h9gdb.cn/ -address=/5imoney.com/ -address=/js.5iydz.com/ -address=/5kmm.top/ -address=/5leji.com/ -address=/5mbd2.com/ -address=/5mnh.com/ -address=/e.5n8iug.cn/ -address=/m.5n8iug.cn/ -address=/adjb.5nd.com/ -address=/5nt1gx7o57.com/ -address=/5pb266.com/ -address=/5pub.com/ -address=/5q80n.cn/ -address=/5qg9ibt1a6.com/ -address=/e.5qk4xi.cn/ -address=/c.5r6t.com/ -address=/m.5s7uo.cn/ -address=/5tbiec.cn/ -address=/a15d55423.5tps.xyz/ -address=/5ubei.com/ -address=/m.5vst8h.cn/ -address=/cspb1.5w5w.com/ -address=/game.5xen.com/ -address=/js.5xml.com/ -address=/5yfi7sy.com/ -address=/er.5ykj.com/ -address=/5yv2e.cn/ -address=/5yw4n.cn/ -address=/shrek.6.cn/ -address=/simba.6.cn/ -address=/union.6.cn/ -address=/600ad.com/ -address=/600z.com/ -address=/600zi.com/ -address=/601654.com/ -address=/602d76e204c032.com/ -address=/605296.com/ -address=/6066bd8aab9d73e3.com/ -address=/6068a17eed25.com/ -address=/606w.cn/ -address=/6071.com/ -address=/609623.com/ -address=/612.com/ -address=/614514.com/ -address=/615b68cc9c8528e.com/ -address=/61677.com/ -address=/61677c.com/ -address=/61739011039d41a.com/ -address=/6198399e4910e66-ovc.com/ -address=/m.61lvi.cn/ -address=/6200a50af8e3.com/ -address=/620c663bca9a4.com/ -address=/bdjs.6237237.com/ -address=/625c9289e60793.com/ -address=/626uc.com/ -address=/m.627859.xyz/ -address=/62b70ac32d4614b.com/ -address=/fd2.m.630book.la/ -address=/rt2.m.630book.la/ -address=/63kc.com/ -address=/m.640640.com/ -address=/wwww.640640.com/ -address=/640f94e47dc41c.com/ -address=/641198810fae7.com/ -address=/643226.com/ -address=/644446.com/ -address=/649558.com/ -address=/m.649649.com/ -address=/wwww.649649.com/ -address=/64aa81cd247ea32d.com/ -address=/64si.com/ -address=/651b4ee436b8cdae.com/ -address=/652748.com/ -address=/6548579f50dc08be9.com/ -address=/65a29ceed813bbca61.com/ -address=/65e750617ae8f0421.com/ -address=/65h79.cn/ -address=/65mjvw6i1z.com/ -address=/m.65r3g.cn/ -address=/shared.65twenty.com/ -address=/65vk1fba34.com/ -address=/65xps.com/ -address=/6604.org/ -address=/660a755deb8829fe.com/ -address=/6612151.cn/ -address=/6612152.cn/ -address=/6615338.cn/ -address=/6631f33cf2a1032b.com/ -address=/664gp.com/ -address=/6666349.com/ -address=/6666lm.com/ -address=/6669667.com/ -address=/668559.com/ -address=/66992.top/ -address=/66992949.com/ -address=/66993.top/ -address=/66994.top/ -address=/66996.top/ -address=/66997.top/ -address=/66998.top/ -address=/66ce98158e4f402.com/ -address=/1.66law.cn/ -address=/dm.66qw.net/ -address=/66san.com/ -address=/67126e4413a.com/ -address=/6728812.com/ -address=/67785az.com/ -address=/bd1-china.6789.com/ -address=/6789.net/ -address=/67lm.com/ -address=/bdjs.6822.com/ -address=/685wo.com/ -address=/68665565.com/ -address=/6868bbe42af8e518.com/ -address=/688ct.com/ -address=/688de7b3822de.com/ -address=/68l0fx.cn/ -address=/691123f5be2a669b.com/ -address=/6945k6.cn/ -address=/sygame.695157.com/ -address=/699fy4ne.com/ -address=/69lm.com.cn/ -address=/69oxt4q05.com/ -address=/wm.69shi.cn/ -address=/69u0t.cn/ -address=/69yll.cn/ -address=/6a0a6105bc7a9fa8e.com/ -address=/6a2adb496b8951e.com/ -address=/6a40194bef976cc.com/ -address=/6a9102689db8e.com/ -address=/6af461b907c5b.com/ -address=/6avz.com/ -address=/6b5c418918ebb008cc6.com/ -address=/6bd9a2ea1a1801e55.com/ -address=/6c37f8a12dede103bf7.com/ -address=/6c4t5.cn/ -address=/6cc8cc.xyz/ -address=/6d25c5a1bb9e821f3b7.com/ -address=/6dad.com/ -address=/6dvip.com/ -address=/6e2f1d2ae033.com/ -address=/6ea56485aed0c.com/ -address=/ee.6et8a.cn/ -address=/m.6et8a.cn/ -address=/6f2tjr26.top/ -address=/6fbcee81318.com/ -address=/e.6g53b.cn/ -address=/m.6g53b.cn/ -address=/6huu.com/ -address=/6kup12tgxx.com/ -address=/6kwan.com/ -address=/6l1967.cn/ -address=/6l1twlw9fy.com/ -address=/6ldu6qa.com/ -address=/6moxhf9rmm.com/ -address=/6o87d.cn/ -address=/6ou47b.cn/ -address=/adm.6park.com/ -address=/6pdd2.cn/ -address=/6ped2nd3yp.com/ -address=/pole.6rooms.com/ -address=/sclick.6rooms.com/ -address=/6sc.co/ -address=/g.6sfg.com/ -address=/6shuge.com/ -address=/6travel.com/ -address=/6u4dxh2f14.com/ -address=/e.6w23i.cn/ -address=/m.6w23i.cn/ -address=/6x1ui.cn/ -address=/6yush.cn/ -address=/6yw7j.cn/ -address=/6zw2rcfd.com/ -address=/6zy9yqe1ew.com/ -address=/700900.com/ -address=/700ok.net/ -address=/7017042b83a65ea.com/ -address=/p.7060.la/ -address=/706529.com/ -address=/7080555.com/ -address=/7089e5b41f87.com/ -address=/70e.com/ -address=/70e.me/ -address=/70ee6484605f.com/ -address=/70fd25cf5a7b1c57.com/ -address=/70lm.com/ -address=/70yst.cn/ -address=/dd.70yst.com/ -address=/71.am/ -address=/710070.com/ -address=/711kk.com/ -address=/716703.com/ -address=/m.7180443.com/ -address=/71a30cae934e.com/ -address=/71aa8ed2ff1c8f.com/ -address=/71bcab8994dbe2.com/ -address=/71d7511a4861068.com/ -address=/71sem.com/ -address=/71zrh.cn/ -address=/720-trail.co.uk/ -address=/729dcbaa57e80c1e.com/ -address=/72b8869dfc34690.com/ -address=/733xs.top/ -address=/736f35dde67b7da2976.com/ -address=/739c49a8c68917.com/ -address=/73c6c063b238097.com/ -address=/73cm.com/ -address=/73g509fk9a.com/ -address=/8bq898.73miqb.cn/ -address=/e.73z9p.cn/ -address=/m.73z9p.cn/ -address=/7437b300fa98b98.com/ -address=/743e6b34be13fb105e0.com/ -address=/746fyw2v.com/ -address=/749558.com/ -address=/749808.com/ -address=/74b21e9fbd36.com/ -address=/74d382def7b08.com/ -address=/74da0fffc981.com/ -address=/74p030.cn/ -address=/750industries.com/ -address=/7540.com/ -address=/754daf9cd396259.com/ -address=/757a51ce62f.com/ -address=/758c824671f4fc0.com/ -address=/bulb.76.my/ -address=/7631.com/ -address=/hao.7654.com/ -address=/get.766.com/ -address=/stats.766.com/ -address=/7667bab1751ff777.com/ -address=/766ba.net/ -address=/7676.com/ -address=/v.76768hwj.cn/ -address=/767c937c5c4e0a6282c.com/ -address=/76802.net/ -address=/76bae64469159dfa58.com/ -address=/76e.org/ -address=/76xs.com/ -address=/77153ccfd0549f191.com/ -address=/771b92b0ca0963e.com/ -address=/77417.cn/ -address=/77437ee0a17f19c6085.com/ -address=/77455.com/ -address=/777-partner.com/ -address=/777-partner.net/ -address=/777-partners.com/ -address=/777-partners.net/ -address=/777a2aceac3ff.com/ -address=/777partner.com/ -address=/777partner.net/ -address=/777partners.com/ -address=/777seo.com/ -address=/778669.com/ -address=/mimg.7791.com.cn/ -address=/7794.com/ -address=/77av.cn/ -address=/77d0f28ca582231.com/ -address=/77f24529d8427410.com/ -address=/77power.com/ -address=/a.77shw.com/ -address=/b.77shw.com/ -address=/77tianxu.cn/ -address=/77tracking.com/ -address=/m.77vcd.com/ -address=/77vip.wang/ -address=/77zhuan.com/ -address=/7839e0482307b9276b.com/ -address=/ac1.786ip.com/ -address=/788xj.com/ -address=/7895983.cn/ -address=/photo.789ble.cn/ -address=/78tdd75.com/ -address=/ffg34fg.78zw.com/ -address=/799f3607457e.com/ -address=/m.79hgif.cn/ -address=/79ucic4ss8.com/ -address=/79zgycmr.com/ -address=/7a096v.cn/ -address=/7a6421ee67fdb0f660.com/ -address=/by.7avz.com/ -address=/j.7avz.com/ -address=/7bpeople.com/ -address=/7bwan.com/ -address=/7car.com.cn/ -address=/7cjsh.cn/ -address=/7clink.com/ -address=/7cxcrejm.com/ -address=/7d6260236b547b31f.com/ -address=/7dah8.com/ -address=/7db0b2a0ee95f557904.com/ -address=/7dee28afeb8c939d8.com/ -address=/7dlm.cn/ -address=/a1.7down.com/ -address=/7dp6g2rqzn.com/ -address=/7e625f490775b155.com/ -address=/7eer.net/ -address=/7ef4d.cn/ -address=/7ez4.cn/ -address=/7f011d5e07db.com/ -address=/7f19b1713b43f7db.com/ -address=/7f8e91975bdc9c5f1c.com/ -address=/7fkm2r4pzi.com/ -address=/7gbca.cn/ -address=/7gg.cc/ -address=/7h0sxe.cn/ -address=/e.7hd2ma.cn/ -address=/m.7hd2ma.cn/ -address=/7hor9gul4s.com/ -address=/e.7hs3ja.cn/ -address=/m.7hs3ja.cn/ -address=/7hu8e1u001.com/ -address=/7ia9h.cn/ -address=/7insight.com/ -address=/7jiajiao.com/ -address=/cysd.7kww.net/ -address=/tj.7kww.net/ -address=/7ldou.com/ -address=/7lstw4cd.top/ -address=/7m307.cn/ -address=/7n3e8o.com/ -address=/m.7nej2.com/ -address=/7o2o.com/ -address=/7pud.com/ -address=/7search.com/ -address=/7shang9xia.com/ -address=/7ssw.cn/ -address=/7t15ny0f4f.top/ -address=/7u8a8i88.com/ -address=/7vws1j1j.com/ -address=/7wen.cn/ -address=/13023.url.7wkw.com/ -address=/7wtic7ru.com/ -address=/7x-star.info/ -address=/7x3mh.cn/ -address=/7x4.fr/ -address=/7x5.fr/ -address=/cp.7y7.com/ -address=/1.800400.net/ -address=/800d24d61daea3c.com/ -address=/u.801t.com/ -address=/8020home.com.cn/ -address=/8020solutions.net/ -address=/805.red/ -address=/80579.net/ -address=/805zx.cn/ -address=/8066hg.com/ -address=/8080i.com/ -address=/8092686a39ac5.com/ -address=/80juqing.com/ -address=/e.80o4j.cn/ -address=/m.80o4j.cn/ -address=/80sjw.com/ -address=/80vn.cn/ -address=/810236.com/ -address=/810251.com/ -address=/810f3f9dde63ae3.com/ -address=/bpts.8111216.cn/ -address=/m1.81312.com/ -address=/813868.xyz/ -address=/815ff.com/ -address=/815ss.cn/ -address=/8184.cc/ -address=/81c.cn/ -address=/8233fa03a40c92d.com/ -address=/823bc1a6cd3f1657.com/ -address=/825145.com/ -address=/8269996.com/ -address=/827649.com/ -address=/e.82uxa.cn/ -address=/8315.cn/ -address=/832698.xyz/ -address=/8368661.com/ -address=/83692.com/ -address=/83a26bd3df29eb57.com/ -address=/84544232a4185d6.com/ -address=/8462d0b3cc90c90.com/ -address=/8467d2688e4a4.com/ -address=/849558.com/ -address=/8503a4170f10a9d.com/ -address=/850a54dbd2398a2.com/ -address=/8521448.com/ -address=/8547459af5da02.com/ -address=/uu.85655095.com/ -address=/857yx.com/ -address=/85rvq.cn/ -address=/85tgw.com/ -address=/85un.com/ -address=/85wa.cn/ -address=/860010.com/ -address=/86240336d5604d7.com/ -address=/863iw40s.com/ -address=/2012.8684.com/ -address=/bdfpb1.8684.com/ -address=/bdfpb2.8684.com/ -address=/js.2011.8684.com/ -address=/media.2011.8684.com/ -address=/0o.868iy.cn/ -address=/86a6b542l7.com/ -address=/86f4fd3b507f774.com/ -address=/ac.86huoche.com/ -address=/86kx.com/ -address=/ee.86rtg.cn/ -address=/m.86rtg.cn/ -address=/ssp.86str.com/ -address=/adm.86wan.com/ -address=/dodi.86zhnc.cn/ -address=/87159d7b62fc885.com/ -address=/8761f9f83613.com/ -address=/878090.com/ -address=/b17.8794.cn/ -address=/87ac592346b5a.com/ -address=/88461059da0a12ea.com/ -address=/marketing.888.com/ -address=/mmwebhandler.888.com/ -address=/88818122.cn/ -address=/8881919.cc/ -address=/888games.com/ -address=/888media.net/ -address=/888medianetwork.com/ -address=/888poker.com/ -address=/888promos.com/ -address=/888zr022.com/ -address=/889fb4992d4e8.com/ -address=/88android.com/ -address=/88cncc.com/ -address=/88cpc.com/ -address=/88d7b6aa44fb8eb.com/ -address=/88eg.cn/ -address=/88hb7evabd.com/ -address=/88infra-strat.com/ -address=/88nu.info/ -address=/88rpg.net/ -address=/88shu.cn/ -address=/client.88tours.com/ -address=/88ysg.com/ -address=/8910ad.com/ -address=/892155.com/ -address=/89h8.com/ -address=/89kvh.cn/ -address=/89tmolir.top/ -address=/89tyge.top/ -address=/8a1ccf65f2b1302.com/ -address=/8ao8ao.com/ -address=/8b0b17dc1f9f8010.com/ -address=/8baf7ae42000024.com/ -address=/8bef5bb6b351ca5e.com/ -address=/8c3k.cn/ -address=/8c9cc6d2b0e13.com/ -address=/8cb0309458c7b35e.com/ -address=/8cce6d834ab4e80c7.com/ -address=/8cnd.com/ -address=/8dfaa2dc76855.com/ -address=/8dp.net/ -address=/8dsd3.top/ -address=/p.8es.net/ -address=/8ff01bde37db289d5.com/ -address=/8fiv9a.cn/ -address=/cfdac.8g0ymk.cn/ -address=/8gzijqo4c85j.com/ -address=/8hdp.cn/ -address=/8hpay.cn/ -address=/8i1xc.cn/ -address=/8ipztcc1.com/ -address=/8ixrxa2tnr.com/ -address=/8j24h.cn/ -address=/m1205.8jinshe.com/ -address=/8jkx.com/ -address=/8jzw.com/ -address=/8le8le.com/ -address=/8mfty.com/ -address=/js.8o9o.com/ -address=/66.8ox.cn/ -address=/89.8ox.cn/ -address=/d16b4.8ox.cn/ -address=/dl.8ox.cn/ -address=/8p30k.cn/ -address=/8pay.wang/ -address=/8s32e590un.com/ -address=/8s8.eu/ -address=/8t5vd.cn/ -address=/8ucdn.com/ -address=/8ue9q7i.com/ -address=/8v61j.cn/ -address=/j.8w0b.cn/ -address=/8wey4x0c.com/ -address=/8y7th.cn/ -address=/8yxupue8.com/ -address=/m.8zm9e.cn/ -address=/8zr4g.cn/ -address=/web.900.la/ -address=/90370.com/ -address=/9053fe03868ab.com/ -address=/image.agency.91.com/ -address=/e.91.com/ -address=/9104cecde1c32cb25f5.com/ -address=/910weixin.com/ -address=/911.cc/ -address=/bdm.911cha.com/ -address=/913h6.cn/ -address=/913vt.com/ -address=/9158918.com/ -address=/t.91dijiu.com/ -address=/91friend.com/ -address=/m.91heima.cn/ -address=/91hui.com/ -address=/b1.91jucai.com/ -address=/91lmgg.com/ -address=/91luopan.com/ -address=/91mobiles.com/ -address=/91p20.space/ -address=/zk.91post.com/ -address=/c.91wan.com/ -address=/down.91wangmeng.com/ -address=/91xry.com/ -address=/91ysa.com/ -address=/bdjs.91zhuti.com/ -address=/922x7c.cn/ -address=/924e60106cd9d0e.com/ -address=/927a8dd1afec73.com/ -address=/92caijing.com/ -address=/business.92wy.com/ -address=/93453074ab3e3.com/ -address=/9376ec23d50b1.com/ -address=/9377aa.com/ -address=/9377bh.com/ -address=/9377co.com/ -address=/9377hi.com/ -address=/9377if.com/ -address=/9377ku.com/ -address=/9377or.com/ -address=/9377os.com/ -address=/m.937920.com/ -address=/939237cdc62078.com/ -address=/93c8c9a28e1db445.com/ -address=/93manhua.com/ -address=/93ta.cn/ -address=/93vitoo.com/ -address=/93vitui.com/ -address=/941adu.com/ -address=/photo.941ziyuan.cn/ -address=/944e66f8683ac43c.com/ -address=/947ywzlspq.com/ -address=/94ab.com/ -address=/94lm.com/ -address=/94nw.com/ -address=/95105012.com/ -address=/9519.net/ -address=/95558000.com/ -address=/9565365.com/ -address=/9566180.com/ -address=/958so.cn/ -address=/95a44ebca8b1abc20.com/ -address=/11.96131.com.cn/ -address=/9639927.com/ -address=/964ka.cn/ -address=/96518.org/ -address=/9665yx.com/ -address=/bj14.9669.cn/ -address=/bs14.9669.cn/ -address=/js.9669.cn/ -address=/9669.com/ -address=/e.967nd.cn/ -address=/m.967nd.cn/ -address=/9688aae6a392f42.com/ -address=/96f2473b9ba9244f.com/ -address=/96mob.com/ -address=/9718.com/ -address=/979067.com/ -address=/ads.979799777.com/ -address=/97d73lsi.com/ -address=/97ff623306ff4c26996.com/ -address=/97paa.com/ -address=/980he.cn/ -address=/980th.com/ -address=/p.985mi.com/ -address=/9868.online/ -address=/9898c.com/ -address=/98bf9h8jbg.com/ -address=/98d4b353b20a2b586cd.com/ -address=/98hx.cn/ -address=/98trft.xyz/ -address=/whfpbc.99.com.cn/ -address=/3g.990.net/ -address=/990b424f659e4e27.com/ -address=/991pao.com/ -address=/w18.9939.com/ -address=/9948000.com/ -address=/995db2642d3d852b.com/ -address=/996f3d.cn/ -address=/9989be8064c80b.com/ -address=/a1.99933.cn/ -address=/a1.99966.cn/ -address=/999d.com/ -address=/999fitness.com/ -address=/99a9339abed56.com/ -address=/track.99acres.com/ -address=/99click.com/ -address=/99counters.com/ -address=/bd1.99danji.com/ -address=/collector-api.99designs.com/ -address=/99dqw.com/ -address=/99e5da34520d.com/ -address=/99lolo.com/ -address=/p.99mssj.com/ -address=/99pps.com/ -address=/99stats.com/ -address=/99tianxin.com/ -address=/99tuan.com.cn/ -address=/r.99waiyu.com/ -address=/9a24a1b3dcd5f4.com/ -address=/9a6wb.cn/ -address=/9ad7dcc6613a3865f.com/ -address=/9ads.mobi/ -address=/9ads.net/ -address=/ad.9animes.ru/ -address=/9b13c1c151f9664a73.com/ -address=/9b278d27d195a11af94.com/ -address=/9c40a04e9732e6a6.com/ -address=/9c51vda.com/ -address=/9c690ac2bcb.com/ -address=/9cd76b4462bb.com/ -address=/9content.com/ -address=/9d766be9a3.com/ -address=/9d7in.cn/ -address=/x.9dagui.com/ -address=/9de40afd8952279e2e.com/ -address=/9dtiny.cn/ -address=/9e5420f6be48ccc.com/ -address=/ee.9e6zb.cn/ -address=/m.9e6zb.cn/ -address=/9e7gb.cn/ -address=/9ead.com/ -address=/9eb10b7a3d04a.com/ -address=/9ehy8a8u6b.com/ -address=/9f23ab605837.com/ -address=/9f4272342f817.com/ -address=/t.9gag.com/ -address=/web-t.9gag.com/ -address=/9h6qq.cn/ -address=/9h7n8.com/ -address=/adsdk.9imobi.com/ -address=/9juj88.com/ -address=/9kff.com/ -address=/9ll01.com/ -address=/9llm.com/ -address=/e.9mf0a.cn/ -address=/adc.9news.com.au/ -address=/9nl.eu/ -address=/9nwg9sib9e.com/ -address=/9pb0h.cn/ -address=/9t5.me/ -address=/4gf.9tkl2d.cn/ -address=/9tn.cc/ -address=/9ts3tpia.com/ -address=/9um9jq799.com/ -address=/9utwbj08.top/ -address=/9uys.co/ -address=/9w1an.com/ -address=/9w39.com/ -address=/9wlm.com/ -address=/9wotuan.com/ -address=/9wushuo.com/ -address=/9xiazaiqi.com/ -address=/9xu.com/ -address=/game.9xzj.com/ -address=/9y88.com/ -address=/9yyg.cn/ -address=/m.9z41f.cn/ -address=/show.9zwang.com/ -address=/a-ads.com/ -address=/a-cast.jp/ -address=/a-counter.com.ua/ -address=/a-counters.com/ -address=/a-pagerank.net/ -address=/a-static.com/ -address=/a013.com/ -address=/a02d0adbca0.com/ -address=/a0675c1160de6c6.com/ -address=/a06bbd98194c252.com/ -address=/jbgl.a0au2.cn/ -address=/a0b11.com/ -address=/a0b22.com/ -address=/a0b33.com/ -address=/jq.a0buy.top/ -address=/a0c00.com/ -address=/a0c66.com/ -address=/a0c77.com/ -address=/a0food.top/ -address=/o.a0shop.top/ -address=/b.a0trade.top/ -address=/a0usa.top/ -address=/a15256378569ec595.com/ -address=/a157ad075fcb34c.com/ -address=/a15c5009bcbe272.com/ -address=/a1a5ab31bcd1bc68.com/ -address=/a1b1ea8f418ca02ad4e.com/ -address=/a1d62657ec88.com/ -address=/tgd.a1eg07.cn/ -address=/a1f37c2dc9d68496.com/ -address=/a1ff7997a4fa3885527.com/ -address=/a22f0d8201ade09fa3.com/ -address=/a258c3523a5c4a47bda.com/ -address=/a26d31d5d6986cbe.com/ -address=/a2af4f04914ed298.com/ -address=/a2b108bd2461b12e.com/ -address=/a2ba3784cb354807d.com/ -address=/a2c653c4d145fa5f96a.com/ -address=/a2dfp.net/ -address=/a2f52ef3b52.top/ -address=/a2gw.com/ -address=/a2pub.com/ -address=/a337b163a0bc.com/ -address=/a353364ec1bd19a.com/ -address=/a35c92d96766745.com/ -address=/a3761801a40c59b48.com/ -address=/t.a3cloud.net/ -address=/a3m.io/ -address=/a3p4.com/ -address=/a3p4.net/ -address=/a40hd1mh5deq.com/ -address=/a433.com/ -address=/a46b257bc29b.com/ -address=/a4b-tracking.com/ -address=/a4dtrk.com/ -address=/a4g.com/ -address=/a5020fec1701e9f3.com/ -address=/a5a5a.com/ -address=/a5e04df959f1af34.com/ -address=/a63t9o1azf.com/ -address=/a69ee4fa50dc3.com/ -address=/a6be07586bc4a7.com/ -address=/a6f845e6c37b2833148.com/ -address=/m.a6m8h.cn/ -address=/yfjq.a6ntv.cn/ -address=/a6x4effomlxe.com/ -address=/info4.a7.org/ -address=/a7shun.com/ -address=/a8.net/ -address=/a8c37822e110e3.com/ -address=/cdntest.a8tiyu.com/ -address=/a8ww.net/ -address=/a907907.com/ -address=/a911a1ed6c0.com/ -address=/a9377j.com/ -address=/a940db0846408b2.com/ -address=/a9d7c19f0282.com/ -address=/a9nf3hg5c2.com/ -address=/aa24h.com/ -address=/aa53df329975c325.com/ -address=/aa808.com/ -address=/aaadealstoday.com/ -address=/aaan.xyz/ -address=/aaaw.xyz/ -address=/aaayc.cn/ -address=/aabbccddeeffgg.cn/ -address=/aabbttuu.com/ -address=/aabmxezph.com/ -address=/aaddcount.com/ -address=/aaddzz.com/ -address=/aafanke.cc/ -address=/aagmbroxruno.com/ -address=/aaitudxr.com/ -address=/aalbbh84.info/ -address=/aallycspkdf.com/ -address=/aamapi.com/ -address=/aamejtdlmk.com/ -address=/aamsitecertifier.com/ -address=/m.aangc.com/ -address=/aappf.pt/ -address=/aapsis.com/ -address=/aaqpsddtjnsmug.com/ -address=/aarqdivjxstu.com/ -address=/aarwxotc.com/ -address=/analytics.aasaam.com/ -address=/aaswayoe.com/ -address=/aauisg64017.cn/ -address=/aaxads.com/ -address=/aaxdetect.com/ -address=/aaxtuhit.com/ -address=/aayeljzpuu.com/ -address=/aazcio.cn/ -address=/aazwugtom.com/ -address=/ab11s.com/ -address=/d.ab126.com/ -address=/ab4tn.com/ -address=/ab8ce655c175b0d.com/ -address=/ab913aa797e78b3.com/ -address=/clarity.abacast.com/ -address=/abakys.ru/ -address=/abb963a46029eb.com/ -address=/abbeyblog.me/ -address=/abbp1.pw/ -address=/abbp1.space/ -address=/abbyychina.com/ -address=/s.abcache.com/ -address=/abcdespanol.com/ -address=/abckzo.cn/ -address=/abcompteur.com/ -address=/abcstats.com/ -address=/abctrack.bid/ -address=/lq1.abcxs.com/ -address=/abeij.com/ -address=/abfcfxfkzmiqht.com/ -address=/abfirst.cn/ -address=/abgeobalancer.com/ -address=/abgligarchan.com/ -address=/abjusouft.com/ -address=/ablehed.pro/ -address=/ablenctionalle.info/ -address=/ablogica.com/ -address=/ablsrv.com/ -address=/nctrk.abmail.com.br/ -address=/abmr.net/ -address=/abnad.net/ -address=/abodealley.com/ -address=/aboluowang.com/ -address=/ad.about.co.kr/ -address=/sba.about.co.kr/ -address=/clk.about.com/ -address=/abroadlynijiz.site/ -address=/abrsamar.com/ -address=/abserv123.com/ -address=/absolstats.co.za/ -address=/absolubleldan.site/ -address=/click.absoluteagency.com/ -address=/absoluteclickscom.com/ -address=/absorbingband.com/ -address=/absorbingcorn.com/ -address=/absorbingprison.com/ -address=/abstractedamount.com/ -address=/trk.absuite.com.br/ -address=/absurdapple.com/ -address=/abtao.wang/ -address=/ariane.abtasty.com/ -address=/try.abtasty.com/ -address=/abtrcking.com/ -address=/abtshield.com/ -address=/abuse8.com/ -address=/abusedbabysitters.com/ -address=/abwsunml.com/ -address=/abxlmhllf.com/ -address=/abzoyyjybskvna.com/ -address=/acacexjsh.com/ -address=/ac.acadomia.fr/ -address=/acales.ru/ -address=/acaog.com/ -address=/acaox.com/ -address=/acasys88.cn/ -address=/acbrupozabmdc.com/ -address=/acbsuicxkoyef.com/ -address=/acc-hd.de/ -address=/stat.acca.it/ -address=/accede.site/ -address=/accelacomm.com/ -address=/accengage.net/ -address=/acceptableserver.com/ -address=/tool.acces-vod.com/ -address=/access-analyze.org/ -address=/access-mc.com/ -address=/accessi.it/ -address=/accessintel.com/ -address=/accesstrade.net/ -address=/accio.ai/ -address=/accmgr.com/ -address=/accomment.pro/ -address=/accountestatees.info/ -address=/spotlight.accuweather.com/ -address=/acecounter.com/ -address=/acetrk.com/ -address=/acexedge.com/ -address=/acf-webmaster.net/ -address=/apilog.app.acfun.cn/ -address=/id.app.acfun.cn/ -address=/jscode.acg68.com/ -address=/acgbase.com/ -address=/acgbenzi.com/ -address=/achren.org/ -address=/m.achuc.com/ -address=/acidityfoamy.com/ -address=/acidpigs.com/ -address=/acinfxei.com/ -address=/acint.net/ -address=/ackbure.pro/ -address=/ackgroupsevention.info/ -address=/aclickads.com/ -address=/acloudimages.com/ -address=/acloudvideos.com/ -address=/acmexxx.com/ -address=/acmsg.online/ -address=/acootaul.net/ -address=/act.acotedemoi.com/ -address=/acoxcv.cn/ -address=/audience.acpm.fr/ -address=/acq.io/ -address=/lift.acquia.com/ -address=/acquisizionevideo.com/ -address=/acrabakasaka.com/ -address=/acrididae.com/ -address=/acridtwist.com/ -address=/acrmzrucy.com/ -address=/acronym.com/ -address=/acs86.com/ -address=/actiagroup.com/ -address=/acticgreasonsc.info/ -address=/actiflex.org/ -address=/actingidekex.cn/ -address=/actionallocator.com/ -address=/actionbutton.co/ -address=/actiondesk.com/ -address=/actionlocker.com/ -address=/actirinius.com/ -address=/active-tracking.de/ -address=/active-trk7.com/ -address=/pipeline.realtime.active.com/ -address=/active24stats.nl/ -address=/activeconversion.com/ -address=/activedancer.com/ -address=/activetracker.activehotels.com/ -address=/activemeter.com/ -address=/activeprospects.com/ -address=/actnx.com/ -address=/actpx.com/ -address=/actuallysheep.com/ -address=/acuityplatform.com/ -address=/acv5e.cn/ -address=/traffic.acwebconnecting.com/ -address=/acwyoynw.com/ -address=/acxiom-online.com/ -address=/acxiomapac.com/ -address=/ad-arata.com/ -address=/ad-back.net/ -address=/ad-balancer.net/ -address=/ad-bay.com/ -address=/ad-clicks.com/ -address=/ad-cloud.jp/ -address=/ad-delivery.net/ -address=/ad-flow.com/ -address=/ad-gbn.com/ -address=/ad-goi.com/ -address=/ad-indicator.com/ -address=/ad-locus.com/ -address=/ad-m.asia/ -address=/ad-mapps.com/ -address=/ad-maven.com/ -address=/ad-miner.com/ -address=/ad-plus.cn/ -address=/ad-recommend.com/ -address=/ad-score.com/ -address=/ad-server.co.za/ -address=/ad-serverparc.nl/ -address=/ad-sponsor.com/ -address=/ad-srv-track.com/ -address=/ad-srv.net/ -address=/ad-stir.com/ -address=/ad-survey.com/ -address=/ad-u.com/ -address=/web-jp.ad-v.jp/ -address=/ad-vice.biz/ -address=/ad.gt/ -address=/ad.style/ -address=/ad120m.com/ -address=/ad123m.com/ -address=/ad127m.com/ -address=/ad129m.com/ -address=/ad131m.com/ -address=/ad132m.com/ -address=/ad1data.com/ -address=/ad1rtb.com/ -address=/ad20.net/ -address=/ad2adnetwork.biz/ -address=/ad2load.net/ -address=/ad2up.com/ -address=/ad4.com.cn/ -address=/ad4980.kr/ -address=/ad4989.co.kr/ -address=/ad4game.com/ -address=/ad4m.at/ -address=/ad4partners.com/ -address=/ad5track.com/ -address=/ad6media.fr/ -address=/ad7.com/ -address=/ad8.cc/ -address=/ad9377.com/ -address=/adabra.com/ -address=/webts.adac.de/ -address=/adacado.com/ -address=/adacgov.cn/ -address=/adaction.se/ -address=/adacts.com/ -address=/ads.adadapted.com/ -address=/adadvisor.net/ -address=/adagora.com/ -address=/adakgpoi.com/ -address=/adalgo.info/ -address=/adalliance.io/ -address=/adalso.com/ -address=/adalyser.com/ -address=/adamatic.co/ -address=/adaog.com/ -address=/adaos-ads.net/ -address=/adap.tv/ -address=/adapd.com/ -address=/adapex.io/ -address=/adaptiveads.com/ -address=/adatrix.com/ -address=/collect.adback.co/ -address=/adbana.com/ -address=/adbard.net/ -address=/adbasket.net/ -address=/adbetclickin.pink/ -address=/adbetnet.com/ -address=/adbidgo.com/ -address=/adbit.biz/ -address=/adbit.co/ -address=/adblade.com/ -address=/adblockmetrics.ru/ -address=/adblockotsosal.ru/ -address=/adblockrelief.com/ -address=/adbma.com/ -address=/adbmi.com/ -address=/adboost.com/ -address=/adboost.it/ -address=/adbooth.com/ -address=/adbooth.net/ -address=/adbot.tw/ -address=/adbox.lv/ -address=/adbrau.com/ -address=/adbrite.com/ -address=/p.adbrn.com/ -address=/adbro.me/ -address=/adbrook.com/ -address=/adbuddiz.com/ -address=/adbuff.com/ -address=/adbuka.com.ng/ -address=/adbukaserver.com/ -address=/adbull.com/ -address=/adbureau.net/ -address=/adbutler-fermion.com/ -address=/adbutler.com/ -address=/trk.adbutter.net/ -address=/adbuyer.com/ -address=/c.adbxb.cn/ -address=/opgirl-tmp.adbxb.cn/ -address=/t.adbxb.cn/ -address=/adbxb.com/ -address=/adc-serv.net/ -address=/adcade.com/ -address=/adcalm.com/ -address=/adcamel.pw/ -address=/adcash.com/ -address=/adcastplus.net/ -address=/adccoo.cn/ -address=/adcde.com/ -address=/adcdnx.com/ -address=/adcell.com/ -address=/adcell.de/ -address=/adcentriconline.com/ -address=/adcfrthyo.tk/ -address=/adchap.com/ -address=/adchemical.com/ -address=/adchemix.com/ -address=/adchemy-content.com/ -address=/adchemy.com/ -address=/adchina.cc/ -address=/afp.adchina.com/ -address=/adclear.net/ -address=/adclerks.com/ -address=/adclick.lv/ -address=/adclick.pk/ -address=/adclickafrica.com/ -address=/adclickmedia.com/ -address=/adclicks.io/ -address=/adclickservice.com/ -address=/adclickstats.net/ -address=/adcloud.jp/ -address=/adcloud.net/ -address=/adcmps.com/ -address=/adcoin.click/ -address=/adcolo.com/ -address=/adcolony.com/ -address=/adcome.cn/ -address=/adconfer.com/ -address=/adconjure.com/ -address=/adconscious.com/ -address=/adcrax.com/ -address=/adcron.com/ -address=/t.adcrops.net/ -address=/adcrowd.com/ -address=/addaim.com/ -address=/addan.xyz/ -address=/addbags.com/ -address=/addelive.com/ -address=/track.addevent.com/ -address=/addfreestats.com/ -address=/addgfxnb.com/ -address=/addinto.com/ -address=/addiply.com/ -address=/additionalmedia.com/ -address=/addkt.com/ -address=/addlvr.com/ -address=/addnow.com/ -address=/addoer.com/ -address=/addonsmash.com/ -address=/addoor.net/ -address=/address9.com/ -address=/addroid.com/ -address=/addroplet.com/ -address=/addthis.com/ -address=/m.addthisedge.com/ -address=/addtoany.com/ -address=/addynamix.com/ -address=/addynamo.net/ -address=/adearsened.info/ -address=/adeaz.com/ -address=/adecn.com/ -address=/adedy.com/ -address=/adelement.com/ -address=/adelixir.com/ -address=/ademails.com/ -address=/adenabler.com/ -address=/adenc.co.kr/ -address=/adengage.com/ -address=/adentifi.com/ -address=/service.ad.adesk.com/ -address=/adespresso.com/ -address=/adexc.net/ -address=/adexchange.io/ -address=/adexchangecloud.com/ -address=/adexchangedirect.com/ -address=/adexchangegate.com/ -address=/adexchangemachine.com/ -address=/adexchangeprediction.com/ -address=/adexchangetracker.com/ -address=/adexcite.com/ -address=/adexprt.com/ -address=/adexprts.com/ -address=/adextent.com/ -address=/adezrvjcbyu.com/ -address=/adf01.net/ -address=/adfclick1.com/ -address=/adfeedstrk.com/ -address=/adfeifan.com/ -address=/adfill.me/ -address=/adfoitjumerzge.com/ -address=/as.adfonic.net/ -address=/adfootprints.com/ -address=/adforgames.com/ -address=/adforgeinc.com/ -address=/adform.com/ -address=/adform.net/ -address=/bat.adforum.com/ -address=/adfox.ru/ -address=/adframesrc.com/ -address=/adfrastingathles.info/ -address=/analytics.adfreetime.com/ -address=/adfreetv.ch/ -address=/adfrika.com/ -address=/adfrontiers.com/ -address=/adfunkyserver.com/ -address=/ad.adfurikun.jp/ -address=/api.adfurikun.jp/ -address=/i.adfurikun.jp/ -address=/ipua.adfurikun.jp/ -address=/adfusion.com/ -address=/adfuture.cn/ -address=/adfux.com/ -address=/adg99.com/ -address=/adgardener.com/ -address=/adgatemedia.com/ -address=/adgear.com/ -address=/adgebra.in/ -address=/adgeiros.pw/ -address=/adgent007.com/ -address=/adget.cn/ -address=/adgila.com/ -address=/adgitize.com/ -address=/adgjl13.com/ -address=/adglare.net/ -address=/adglare.org/ -address=/adglaze.com/ -address=/adgoi.com/ -address=/adgoi.mobi/ -address=/adgoji.com/ -address=/adgomob.com/ -address=/adgorithms.com/ -address=/adgoto.com/ -address=/adgreed.com/ -address=/adgroups.com/ -address=/adgrx.com/ -address=/adgup.com/ -address=/adhealers.com/ -address=/adheart.de/ -address=/adhese.be/ -address=/adhese.com/ -address=/adhese.net/ -address=/adhigh.net/ -address=/adhitzads.com/ -address=/adhome.biz/ -address=/adhood.com/ -address=/adhostingsolutions.com/ -address=/ad.adhouyi.cn/ -address=/adhouyi.com/ -address=/adhslx.com/ -address=/display.adhudong.com/ -address=/adicate.com/ -address=/adidaschile62tracksuit.com/ -address=/l.adiers.com/ -address=/adigniter.org/ -address=/adikteev.com/ -address=/adimise.com/ -address=/adimmix.com/ -address=/adimpact.com/ -address=/adimpression.net/ -address=/ads.adinall.com/ -address=/app-tj.adinall.com/ -address=/cdn.adinall.com/ -address=/pmp.adinall.com/ -address=/adinc.co.kr/ -address=/adinc.kr/ -address=/adinch.com/ -address=/adincon.com/ -address=/adindigo.com/ -address=/adinfinity.com.au/ -address=/adinfuse.com/ -address=/adingo.jp/ -address=/adinsight.co.kr/ -address=/adinsight.com/ -address=/adinsight.eu/ -address=/adinte.jp/ -address=/adintend.com/ -address=/adinterax.com/ -address=/adinvigorate.com/ -address=/adip.ly/ -address=/adiqglobal.com/ -address=/adiquity.com/ -address=/adirects.com/ -address=/adireland.com/ -address=/adisfy.com/ -address=/adisn.com/ -address=/adit-media.com/ -address=/adition.com/ -address=/aditize.com/ -address=/aditor.com/ -address=/adjal.com/ -address=/adjector.com/ -address=/adjesty.com/ -address=/adjs.net/ -address=/adjug.com/ -address=/adjuggler.com/ -address=/adjuggler.net/ -address=/adjungle.com/ -address=/adjunky.com/ -address=/adjust.com/ -address=/adk2.co/ -address=/adk2.com/ -address=/adk2.net/ -address=/adk2x.com/ -address=/adkengage.com/ -address=/adkernel.com/ -address=/adklip.com/ -address=/cm.adkmob.com/ -address=/ssdk.adkmob.com/ -address=/adknock.com/ -address=/adknowledge.com/ -address=/adkonekt.com/ -address=/adkongjian.com/ -address=/adkova.com/ -address=/adku.co/ -address=/adku.com/ -address=/stat.adlabs.ru/ -address=/adlandpro.com/ -address=/adlatch.com/ -address=/adlayer.net/ -address=/wwww.adleads.com/ -address=/adlegend.com/ -address=/adless.io/ -address=/adligature.com/ -address=/adlightning.com/ -address=/adlink.net/ -address=/adlipacbrakmjp.com/ -address=/adlive.io/ -address=/adloaded.com/ -address=/adlock.in/ -address=/adlook.net/ -address=/adloop.co/ -address=/adlooxtracking.com/ -address=/adlpartner.com/ -address=/t.adlpo.com/ -address=/adlure.net/ -address=/adlux.com/ -address=/adm-vids.info/ -address=/adm668.com/ -address=/admagnet.net/ -address=/admailtiser.com/ -address=/admaji.com/ -address=/admamba.com/ -address=/adman.gr/ -address=/admanage.com/ -address=/admanmedia.com/ -address=/admantx.com/ -address=/admarket.mobi/ -address=/admarketplace.net/ -address=/admartzone.com/ -address=/ads.admarvel.com/ -address=/admarvel.top/ -address=/admaster.com.cn/ -address=/admaster.net/ -address=/admatrix.jp/ -address=/admaxim.com/ -address=/admaya.in/ -address=/admaza.in/ -address=/admddc.com/ -address=/admedia.com/ -address=/pub.admedia.io/ -address=/admedit.net/ -address=/admedo.com/ -address=/admeerkat.com/ -address=/admeira.ch/ -address=/admeld.com/ -address=/admessage.support/ -address=/admeta.com/ -address=/admetric.io/ -address=/admetricspro.com/ -address=/admez.com/ -address=/admile.ru/ -address=/admin6.com/ -address=/adminer.com/ -address=/adminpromotion.com/ -address=/admission.net/ -address=/admitad.com/ -address=/admixer.net/ -address=/admngronline.com/ -address=/admo.tv/ -address=/admob.com/ -address=/ads.admoda.com/ -address=/admother.com/ -address=/admtpmp127.com/ -address=/admulti.com/ -address=/tdf1.admyjob.com/ -address=/adnami.io/ -address=/adnami2.io/ -address=/adnanny.com/ -address=/adne.tv/ -address=/adnectar.com/ -address=/adnemo.com/ -address=/adnet-media.net/ -address=/adnet.biz/ -address=/adnet.com/ -address=/adnet.de/ -address=/adnet.lt/ -address=/adnet.ru/ -address=/adnet.vn/ -address=/adnetworkme.com/ -address=/adnetworkperformance.com/ -address=/adnetxchange.com/ -address=/adneutralads.com/ -address=/adnex.tech/ -address=/adnext.fr/ -address=/adnexus.mobi/ -address=/adngin.com/ -address=/adnico.jp/ -address=/adnigma.com/ -address=/adnimation.com/ -address=/adnimo.com/ -address=/adnium.com/ -address=/adnmore.co.kr/ -address=/adnoble.com/ -address=/a-m-s.adnonstop.com/ -address=/adnow.cc/ -address=/adnow.com/ -address=/adnsvuxmpaycdf.com/ -address=/adnuntius.com/ -address=/adnxs.com/ -address=/adnxs.net/ -address=/adnxs1.com/ -address=/adnxsid.com/ -address=/img.adnyg.com/ -address=/adnz.co/ -address=/3dns-2.adobe.com/ -address=/3dns-3.adobe.com/ -address=/activate-sea.adobe.com/ -address=/activate-sjc0.adobe.com/ -address=/wip3.adobe.com/ -address=/adobe-dns-2.adobe.com/ -address=/adobe-dns-3.adobe.com/ -address=/adobe-dns.adobe.com/ -address=/geo2.adobe.com/ -address=/get3.adobe.com/ -address=/hl2rcv.adobe.com/ -address=/practivate.adobe.com/ -address=/wwis-dubc1-vip60.adobe.com/ -address=/adobeflashupdate14.com/ -address=/adobetag.com/ -address=/adocean.pl/ -address=/adofqudjesh.com/ -address=/adoftheyear.com/ -address=/adohana.com/ -address=/adomic.com/ -address=/adomik.com/ -address=/adomv.com/ -address=/adondemand.com/ -address=/adonion.com/ -address=/adonly.com/ -address=/adonnews.com/ -address=/adonweb.ru/ -address=/adop.cc/ -address=/adop.pw/ -address=/adoperator.com/ -address=/adopshost.me/ -address=/adoptim.com/ -address=/adoric-om.com/ -address=/adorika.com/ -address=/adorika.net/ -address=/adosia.com/ -address=/adotic.com/ -address=/adotmob.com/ -address=/adotube.com/ -address=/adovr.com/ -address=/adowner.net/ -address=/adpacks.com/ -address=/adparlor.com/ -address=/adpass.co.uk/ -address=/adpaths.com/ -address=/adpay.com/ -address=/adpays.net/ -address=/adpdx.com/ -address=/adperfect.com/ -address=/adperium.com/ -address=/adpick.co.kr/ -address=/adpies.com/ -address=/adpinion.com/ -address=/adpionier.de/ -address=/adplans.info/ -address=/adplex.media/ -address=/adplexo.com/ -address=/adplugg.com/ -address=/adplusplus.fr/ -address=/adplxmd.com/ -address=/adpnut.com/ -address=/adpolestar.net/ -address=/adpone.com/ -address=/adpopcon.com/ -address=/adport.io/ -address=/adppv.com/ -address=/adpredictive.com/ -address=/adpressi.com/ -address=/adpro.cn/ -address=/adprofit2share.com/ -address=/adpron.com/ -address=/adprotected.com/ -address=/adprotraffic.com/ -address=/adprovi.de/ -address=/adprs.net/ -address=/adpush.cn/ -address=/adpushup.com/ -address=/adqic.com/ -address=/ldy.adqku.cn/ -address=/adquality.ch/ -address=/adquantix.com/ -address=/adquest3d.com/ -address=/adqvauwe.com/ -address=/adqy6rzwcs.com/ -address=/adrank24.de/ -address=/adrcdn.com/ -address=/adreach.me/ -address=/adreactor.com/ -address=/adready.com/ -address=/adreadytractions.com/ -address=/adreal.cn/ -address=/adrecover.com/ -address=/adrecreate.com/ -address=/adreep.cn/ -address=/adregain.com/ -address=/adregain.ru/ -address=/adrelayer.com/ -address=/adrenovate.com/ -address=/adrent.net/ -address=/adresellers.com/ -address=/adrevenuerescue.com/ -address=/adrevolver.com/ -address=/adright.co/ -address=/adrise.de/ -address=/ad.adriver.ru/ -address=/content.adriver.ru/ -address=/edp2.adriver.ru/ -address=/servers1.adriver.ru/ -address=/ssp.adriver.ru/ -address=/adrizer.com/ -address=/adro.co/ -address=/adrocket.com/ -address=/d.adrolays.de/ -address=/adroll.com/ -address=/adrotate.se/ -address=/adrsp.net/ -address=/adrta.com/ -address=/adrunnr.com/ -address=/ads-4u.com/ -address=/ads-elsevier.net/ -address=/ads-for-free.com/ -address=/ads-pixiv.net/ -address=/ads-twitter.com/ -address=/ads.cc/ -address=/ads01.com/ -address=/ads1-adnow.com/ -address=/ads2-adnow.com/ -address=/ads2ads.net/ -address=/ads2srv.com/ -address=/ads3-adnow.com/ -address=/ads4cheap.com/ -address=/ads4xxx.com/ -address=/ads5-adnow.com/ -address=/ads8.com/ -address=/ads80.com/ -address=/adsafeprotected.com/ -address=/adsafety.net/ -address=/adsage.cn/ -address=/adsage.com/ -address=/adsagony.com/ -address=/adsalesforce.com/ -address=/adsalvo.com/ -address=/adsame.com/ -address=/adsbang.top/ -address=/adsblockkpush.com/ -address=/adsbookie.com/ -address=/adsbr.info/ -address=/adsbro.com/ -address=/adsbrook.com/ -address=/adscale.de/ -address=/adscampaign.net/ -address=/adscendmedia.com/ -address=/adschoom.com/ -address=/adsco.re/ -address=/adscore.com/ -address=/adscpm.net/ -address=/adscreendirect.com/ -address=/adsdk.com/ -address=/adsdot.ph/ -address=/e.adsdsu.cn/ -address=/m.adsdsu.cn/ -address=/adsensecamp.com/ -address=/adsensedetective.com/ -address=/chance.adsensor.org/ -address=/adser.io/ -address=/adserve.com/ -address=/adserve.ph/ -address=/adserved.net/ -address=/adserverplus.com/ -address=/adserverpub.com/ -address=/adservhere.com/ -address=/adservi.com/ -address=/adservicemedia.dk/ -address=/adservingfactory.com/ -address=/adservinginternational.com/ -address=/adservme.com/ -address=/adservr.de/ -address=/adsession.com/ -address=/adsettings.com/ -address=/adsfac.eu/ -address=/adsfac.net/ -address=/adsfac.us/ -address=/adsfactor.net/ -address=/adsfan.net/ -address=/adsfast.com/ -address=/adsforallmedia.com/ -address=/adsforindians.com/ -address=/adsfundi.com/ -address=/adsfuse.com/ -address=/adsgangsta.com/ -address=/adshack.com/ -address=/adshark.site/ -address=/adshell.net/ -address=/adshexa.com/ -address=/adshopping.com/ -address=/adshostnet.com/ -address=/adshot.de/ -address=/adshuffle.com/ -address=/adsiduous.com/ -address=/adsignals.com/ -address=/adsimilis.com/ -address=/adsinimages.com/ -address=/adsinstant.com/ -address=/adsixmedia.fr/ -address=/cdn.adsk2.co/ -address=/adskape.ru/ -address=/adskeeper.co.uk/ -address=/adskom.com/ -address=/adskpak.com/ -address=/adslala.com/ -address=/adslidango.com/ -address=/adslingers.com/ -address=/adslivecorp.com/ -address=/adslot.com/ -address=/adslvr.com/ -address=/adsmarket.com/ -address=/adsmarket.es/ -address=/adsmogo.com/ -address=/adsmogo.net/ -address=/adsmoon.com/ -address=/adsnative.com/ -address=/adsnetworkserver.com/ -address=/adsniper.ru/ -address=/adsomi.com/ -address=/adsonar.com/ -address=/adsoptimal.com/ -address=/adsovo.com/ -address=/adsp.com/ -address=/adsparc.net/ -address=/adspdbl.com/ -address=/adspeed.com/ -address=/adspirit.de/ -address=/adsplex.com/ -address=/adspruce.com/ -address=/adspsp.com/ -address=/adspyglass.com/ -address=/adspynet.com/ -address=/adsrevenue.net/ -address=/adsring.com/ -address=/adsrv.me/ -address=/adsrv.us/ -address=/adsrv4k.com/ -address=/adsrvmedia.com/ -address=/adsrvmedia.net/ -address=/adsrvr.org/ -address=/adsrvx.com/ -address=/adssend.net/ -address=/adstarget.net/ -address=/adstargeting.com/ -address=/adstatic.com/ -address=/adsterra.com/ -address=/adstock.pro/ -address=/cdn.adstract.com/ -address=/adstuna.com/ -address=/adsummos.net/ -address=/adsunflower.cn/ -address=/adsunflower.com/ -address=/cctv.adsunion.com/ -address=/adsupermarket.com/ -address=/adsupply.com/ -address=/adsupplyads.com/ -address=/adsupplyssl.com/ -address=/adsurve.com/ -address=/adsvcs.com/ -address=/adsvert.com/ -address=/adsvids.com/ -address=/adsvolum.com/ -address=/adsvolume.com/ -address=/adswam.com/ -address=/adswizz.com/ -address=/adsxgm.com/ -address=/adsymptotic.com/ -address=/adsyst.biz/ -address=/adszom.com/ -address=/adszui.com/ -address=/adt100.com/ -address=/adtag.cc/ -address=/adtags.mobi/ -address=/adtaily.com/ -address=/adtaily.pl/ -address=/adtarget.me/ -address=/adtdp.com/ -address=/adtear.com/ -address=/adtecc.com/ -address=/adtech.de/ -address=/adserver.adtechjp.com/ -address=/ums.adtechjp.com/ -address=/adtechus.com/ -address=/adtegrity.net/ -address=/adtelligence.de/ -address=/adtelligent.com/ -address=/adten.eu/ -address=/adteractive.com/ -address=/adtgs.com/ -address=/adthebest.online/ -address=/adthletic.com/ -address=/adthrive.com/ -address=/adtilt.com/ -address=/adtiming.com/ -address=/adtival.com/ -address=/adtival.network/ -address=/adtive.com/ -address=/adtlgc.com/ -address=/adtng.com/ -address=/adtoadd.com/ -address=/adtoll.com/ -address=/adtology3.com/ -address=/adtoma.com/ -address=/adtomafusion.com/ -address=/adtonement.com/ -address=/adtoox.com/ -address=/adtotal.pl/ -address=/adtpix.com/ -address=/adtr.io/ -address=/adtrace.org/ -address=/adtrackers.net/ -address=/adtraction.com/ -address=/adtransfer.net/ -address=/adtraxx.de/ -address=/adtrgt.com/ -address=/adtriba.com/ -address=/adtrieval.com/ -address=/adtrix.com/ -address=/adtrovert.com/ -address=/adtrue.com/ -address=/wt.adtrue24.com/ -address=/adtruism.com/ -address=/adtwbjs.com/ -address=/adtwirl.com/ -address=/aduic.com/ -address=/adult-adv.com/ -address=/adult.xyz/ -address=/adult3dcomics.com/ -address=/adultaccessnow.com/ -address=/adultadvertising.net/ -address=/adultadworld.com/ -address=/adultblogtoplist.com/ -address=/adultcamchatfree.com/ -address=/adultcamfree.com/ -address=/adultcamliveweb.com/ -address=/adultcommercial.net/ -address=/adultdatingtraffic.com/ -address=/bn.adultempire.com/ -address=/adultforce.com/ -address=/banners.adultfriendfinder.com/ -address=/geobanner.adultfriendfinder.com/ -address=/iframe.adultfriendfinder.com/ -address=/pop6.adultfriendfinder.com/ -address=/adultimate.net/ -address=/adultlinkexchange.com/ -address=/adultmediabuying.com/ -address=/adultmoda.com/ -address=/adultmoviegroup.com/ -address=/adultoafiliados.com.br/ -address=/adultsense.com/ -address=/adultsense.org/ -address=/adulttds.com/ -address=/adulttubetraffic.com/ -address=/adunioncode.com/ -address=/adunite.com/ -address=/adunity.com/ -address=/adup-tech.com/ -address=/fota4.adups.cn/ -address=/adups.com/ -address=/adurr.com/ -address=/aduu.cn/ -address=/adv-adserver.com/ -address=/adv-plus.com/ -address=/adv777.com/ -address=/adv9.net/ -address=/advalo.com/ -address=/advanced-web-analytics.com/ -address=/advancesrl.eu/ -address=/advancetec.co.uk/ -address=/advanseads.com/ -address=/mail.advantagebusinessmedia.com/ -address=/advantageglobalmarketing.com/ -address=/advantagemedia.com/ -address=/advard.com/ -address=/advarkads.com/ -address=/advcash.com/ -address=/advconversion.com/ -address=/adventori.com/ -address=/adventory.com/ -address=/adventurefeeds.com/ -address=/adver.com.tw/ -address=/adverigo.com/ -address=/adverkeyz.com/ -address=/adverpub.com/ -address=/adversal.com/ -address=/adversaldisplay.com/ -address=/adversalservers.com/ -address=/adverserve.net/ -address=/adversolutions.com/ -address=/advertarium.com.ua/ -address=/advertbox.us/ -address=/adverti.io/ -address=/advertica-cdn.com/ -address=/advertica.ae/ -address=/adverticum.net/ -address=/advertise.com/ -address=/advertisegame.com/ -address=/advertiserurl.com/ -address=/advertisespace.com/ -address=/advertiseworld.com/ -address=/advertiseyourgame.com/ -address=/advertising.com/ -address=/advertising365.com/ -address=/advertisingiq.com/ -address=/advertisingsex.com/ -address=/advertisingvalue.info/ -address=/advertjunction.com/ -address=/advertlane.com/ -address=/advertlets.com/ -address=/advertmarketing.com/ -address=/advertmedias.com/ -address=/advertnative.com/ -address=/advertnetworks.com/ -address=/advertom.com/ -address=/advertone.ru/ -address=/advertpay.net/ -address=/advertrtb.com/ -address=/advertserve.com/ -address=/advertstream.com/ -address=/advertur.ru/ -address=/advfeeds.com/ -address=/advg.jp/ -address=/advgoogle.com/ -address=/widget.adviceiq.com/ -address=/widgetcf.adviceiq.com/ -address=/widgets.adviceiq.com/ -address=/advideum.com/ -address=/adview.cn/ -address=/advinci.co/ -address=/advinci.net/ -address=/adviralmedia.com/ -address=/advise.co/ -address=/advisorded.com/ -address=/adviva.net/ -address=/advmaiotg.com/ -address=/advmaker.ru/ -address=/advmaker.su/ -address=/advmania.com/ -address=/advmd.com/ -address=/advmedia.io/ -address=/advmedialtd.com/ -address=/advmob.cn/ -address=/advnetwork.net/ -address=/advombat.ru/ -address=/advon.net/ -address=/advpoints.com/ -address=/advredir.com/ -address=/advsense.info/ -address=/advserver.xyz/ -address=/advsnx.net/ -address=/adwalte.info/ -address=/adways.com/ -address=/tracking.adweb.co.kr/ -address=/adwebster.com/ -address=/adwhirl.com/ -address=/adwires.com/ -address=/adwo.com/ -address=/adworkmedia.com/ -address=/adworkmedia.net/ -address=/adworldmedia.com/ -address=/adworldmedia.net/ -address=/adwstats.com/ -address=/adx-t.com/ -address=/adx.com.ru/ -address=/adx1.com/ -address=/ads.adxadserv.com/ -address=/static.adxadserv.com/ -address=/adxadtracker.com/ -address=/adxat.com/ -address=/adxbid.me/ -address=/adxcel-ec2.com/ -address=/adxchg.com/ -address=/adxcore.com/ -address=/adx.adxglobal.com/ -address=/adxhi.com/ -address=/adxhome.com/ -address=/adxiaozi.com/ -address=/adxion.com/ -address=/adxite.com/ -address=/js.adxkj.com/ -address=/kob.adxkj.com/ -address=/adxmarket.com/ -address=/adxoo.com/ -address=/adxpand.com/ -address=/adxpansion.com/ -address=/m.adxpop.com/ -address=/adxpose.com/ -address=/adxpower.com/ -address=/adxpremium.com/ -address=/adxprts.com/ -address=/adxprtz.com/ -address=/adxscope.com/ -address=/adxvip.com/ -address=/adxxx.com/ -address=/adxxx.me/ -address=/adxxx.org/ -address=/adyapper.com/ -address=/adyoulike.com/ -address=/adyoz.com/ -address=/adytx.com/ -address=/adyun.com/ -address=/adzbazar.com/ -address=/adzchoice.com/ -address=/engine.adzerk.net/ -address=/static.adzerk.net/ -address=/adzhits.com/ -address=/adzhub.com/ -address=/adziff.com/ -address=/adzincome.in/ -address=/adzintext.com/ -address=/adziondin.club/ -address=/adzjzewsma.cf/ -address=/adzmaza.in/ -address=/adzmedia.com/ -address=/adzmob.com/ -address=/adzoe.de/ -address=/adzonk.com/ -address=/adzouk.com/ -address=/adzouk1tag.com/ -address=/adzpower.com/ -address=/adzs.com/ -address=/adzs.nl/ -address=/adzyou.com/ -address=/ae1a1e258b8b016.com/ -address=/ae25079147984d4d.com/ -address=/ae3482c74b1a99f.com/ -address=/ae7c783736eb2ff.com/ -address=/m.aeaeaa.cn/ -address=/aebadu.com/ -address=/aebhdrkiybgy.com/ -address=/freexxxvideoclip.aebn.net/ -address=/screencapturewidget.aebn.net/ -address=/aec40f9e073ba6.com/ -address=/aeckcjy.com/ -address=/aeeefzfuk.com/ -address=/aeesy.com/ -address=/aefvxtue.com/ -address=/aeghae5y.com/ -address=/cdn.aegins.com/ -address=/tracking.aegpresents.com/ -address=/aegzjowko.com/ -address=/aehdgzigy.com/ -address=/aeizbvtknp.com/ -address=/aemediatraffic.com/ -address=/aemxvcqi.com/ -address=/aenan.pw/ -address=/aencx.net/ -address=/aeoprw.cn/ -address=/aepetor.pw/ -address=/aepwtbusoofzw.com/ -address=/js.aerhr224a.site/ -address=/xls.aermed.mobi/ -address=/aeros01.tk/ -address=/aeros02.tk/ -address=/aeros08.tk/ -address=/cookie.aerostatonet.it/ -address=/aerreravasi.com/ -address=/aes01.com/ -address=/aestldhxdqlo.com/ -address=/e.aetetv.cn/ -address=/m.aetetv.cn/ -address=/aew9eigieng.info/ -address=/aewzmsurtab.com/ -address=/af-z.jp/ -address=/af201768865.com/ -address=/afa9bdfa63bf7.com/ -address=/afaeqxnbylkxp.com/ -address=/afairweb.com/ -address=/afcontent.net/ -address=/afcxojqr.com/ -address=/afcyhf.com/ -address=/afdads.com/ -address=/afeeknuueaztxt.com/ -address=/afefw.com/ -address=/afeuvqrsswz.com/ -address=/aff-online.com/ -address=/aff.biz/ -address=/aff201868865.com/ -address=/affairexcuses.com/ -address=/affasi.com/ -address=/affbot1.com/ -address=/affbot3.com/ -address=/affbuzzads.com/ -address=/affclkr.com/ -address=/affec.tv/ -address=/affifix.com/ -address=/affilae.com/ -address=/affilbox.cz/ -address=/affili.st/ -address=/affiliate-b.com/ -address=/affiliate-gate.com/ -address=/affiliate-robot.com/ -address=/affiliate.com/ -address=/affiliate6.com/ -address=/affiliatebannerfarm.com/ -address=/affiliateedge.com/ -address=/affiliateedge.eu/ -address=/affiliateer.com/ -address=/affiliatefuel.com/ -address=/affiliatefuture.com/ -address=/affiliategateways.co/ -address=/affiliategroove.com/ -address=/affiliatelounge.com/ -address=/affiliatemembership.com/ -address=/affiliatenetwork.co.za/ -address=/affiliates-pro.com/ -address=/affiliatesensor.com/ -address=/affiliatewindow.com/ -address=/affiliation-france.com/ -address=/affiliation-int.com/ -address=/affiliationcash.com/ -address=/affiliationworld.com/ -address=/affiliationzone.com/ -address=/affiliatly.com/ -address=/imp.affiliator.com/ -address=/affiliaxe.com/ -address=/affiligay.net/ -address=/affilijack.de/ -address=/affiliproducts.com/ -address=/affiliserve.com/ -address=/affilizr.com/ -address=/affinesystems.com/ -address=/affinitad.com/ -address=/affinity.com/ -address=/affinitymatrix.com/ -address=/tracker.affirm.com/ -address=/affistats.com/ -address=/affiz.net/ -address=/affplanet.com/ -address=/affrh2011.com/ -address=/affrh2012.com/ -address=/affrh2013.com/ -address=/affrh2014.com/ -address=/affrh2015.com/ -address=/affrh2016.com/ -address=/affrh2017.com/ -address=/affrh2018.com/ -address=/affrh2019.com/ -address=/affrh2020.com/ -address=/affrh2021.com/ -address=/affrh2022.com/ -address=/affrh2023.com/ -address=/affrh2024.com/ -address=/affrh2025.com/ -address=/affroba.net/ -address=/afftrack.com/ -address=/afftrk.online/ -address=/affutdmedia.com/ -address=/afgr1.com/ -address=/afgr10.com/ -address=/afgr11.com/ -address=/afgr2.com/ -address=/afgr3.com/ -address=/afgr4.com/ -address=/afgr5.com/ -address=/afgr6.com/ -address=/afgr7.com/ -address=/afgr8.com/ -address=/afgr9.com/ -address=/afj0.com/ -address=/afjlb.com/ -address=/aflrm.com/ -address=/afminer.com/ -address=/afnrmofoljod.com/ -address=/afqveoju.com/ -address=/afraidlanguage.com/ -address=/afrfndbumyyt.com/ -address=/africal.info/ -address=/africawin.com/ -address=/afriflatry.co/ -address=/afrikad.com/ -address=/afruetdxrbxz.com/ -address=/afsanalytics.com/ -address=/webhit.aftenposten.no/ -address=/afterdownload.com/ -address=/afterdownloads.com/ -address=/aftv-serving.bid/ -address=/afxtcajgtzcugb.com/ -address=/afxvaqbbd.com/ -address=/afy11.net/ -address=/afzfzhbk.com/ -address=/ag2hqdyt.site/ -address=/againstanctu.info/ -address=/aganj.com/ -address=/s.agava.ru/ -address=/agcdn.com/ -address=/agdvemtd.com/ -address=/agentanalytics.com/ -address=/agentinteractive.com/ -address=/intelli.ageuk.org.uk/ -address=/aggravedgaree.info/ -address=/aggregateknowledge.com/ -address=/agilecrm.com/ -address=/agillic.eu/ -address=/agilone.com/ -address=/agkn.com/ -address=/aglocobanners.com/ -address=/agmtrk.com/ -address=/agomwefq.com/ -address=/rodo.agora.pl/ -address=/agqjjcwm.com/ -address=/agrammemarg.info/ -address=/agrant.cn/ -address=/agrantsem.com/ -address=/agreeableprice.com/ -address=/agreeabletouch.com/ -address=/agreenikeru.site/ -address=/agreensdistra.info/ -address=/agrxsdujnh.com/ -address=/agsteier.com/ -address=/agtsjb.com/ -address=/m.agugux.cn/ -address=/aguo.com/ -address=/agvinhvex.com/ -address=/agvzvwof.com/ -address=/wuvac.agwebdigital.com/ -address=/agxclick.com/ -address=/agzfxovg.com/ -address=/ssb.ah499.com/ -address=/ahalogy.com/ -address=/ahanve.cn/ -address=/ahbcagaazvtuh.com/ -address=/ahcnxuepput.com/ -address=/aheadday.com/ -address=/ahgekvzwjn.com/ -address=/ahh8.cn/ -address=/ahhuazhen.com/ -address=/ahinang.cn/ -address=/ahinin.cn/ -address=/api.ahjinshu.com/ -address=/ahjwkwugxvznxv.com/ -address=/ahjzys.com/ -address=/ahksqc.com.cn/ -address=/ahllgtevqrsh.com/ -address=/ahlxxx.com/ -address=/ahneiwkpsnxign.com/ -address=/ahqlx.top/ -address=/ahrbsdyjux.com/ -address=/ahrcwekji.com/ -address=/ahstrelgnh.com/ -address=/ahszgog.com/ -address=/ahtkajcs.com/ -address=/advapi.ahtv.cn/ -address=/ahuac.com/ -address=/ahuivddkvrrebo.com/ -address=/ahunui.cn/ -address=/ahuosyyqprt.com/ -address=/ahw3.com/ -address=/ahwzvnqc.com/ -address=/ahxhny.cn/ -address=/ahyau.com/ -address=/ahyhhxpeeswgtl.com/ -address=/ahyuns.com/ -address=/aibangzs.com/ -address=/aibantian.cn/ -address=/aibcqjlvxxd.com/ -address=/aichaima.top/ -address=/aickeeho.com/ -address=/aiclicash.com/ -address=/aiclk.com/ -address=/aicontents.net/ -address=/aicydb.com/ -address=/aid-ad.jp/ -address=/aidaicn.com/ -address=/aidaigry.com/ -address=/aidata.io/ -address=/aifei.info/ -address=/aifoosty.net/ -address=/aigneloa.com/ -address=/aigou023.com/ -address=/aiia.xin/ -address=/aiidbowoj.com/ -address=/js.aijiaoqi.com/ -address=/aijielang.cn/ -address=/aikan6.com/ -address=/xxxa.aikeapp.com/ -address=/aiks.wang/ -address=/ailanibah.com/ -address=/ailaskarc.club/ -address=/ailawlani.club/ -address=/aileenvideos.pro/ -address=/ailezhai.cn/ -address=/aili.com/ -address=/ailiby.cn/ -address=/e.ailix.cn/ -address=/m.ailix.cn/ -address=/ailiyou1999.com/ -address=/ailtumty.net/ -address=/ailwayssteverin.info/ -address=/aim4media.com/ -address=/aimaniape.club/ -address=/aimaptair.club/ -address=/aimassare.club/ -address=/aimatch.com/ -address=/aimato.com/ -address=/aimediagroup.com/ -address=/aimiyz.com/ -address=/timothycopus.aimoo.com/ -address=/aimrawwas.site/ -address=/aimtell.com/ -address=/aintinuumdelos.com/ -address=/aio.media/ -address=/aioemfxj.com/ -address=/aiokvzsq.com/ -address=/atiws.aipai.com/ -address=/mlog.aipai.com/ -address=/apas.aipai.com/ -address=/aipbannerx.com/ -address=/aipmedia.com/ -address=/aipu.mobi/ -address=/fxc.aiquxs.com/ -address=/event-listener.air.tv/ -address=/events.air.tv/ -address=/air2s.com/ -address=/air360tracker.net/ -address=/airbornehydrography.com/ -address=/airdauks.net/ -address=/tc.airfrance.com/ -address=/airoogen.net/ -address=/airpr.com/ -address=/airpush.com/ -address=/airsanguages.info/ -address=/airserve.net/ -address=/airsonett.se/ -address=/airstossiplarge.info/ -address=/production.airswap.io/ -address=/agn.aty.snmsohu.aisee.tv/ -address=/m.aty.snmsohu.aisee.tv/ -address=/mmg.aty.snmsohu.aisee.tv/ -address=/aishake.cn/ -address=/aishangcan.com/ -address=/domain.aishengji.com/ -address=/aishiguolong.com/ -address=/aishowbger.com/ -address=/aivento.cn/ -address=/aiwen.cc/ -address=/aiwenyisheng.mobi/ -address=/aiwznhifgkdqvy.com/ -address=/api.aixifan.com/ -address=/aixintou.com.cn/ -address=/dmym.aixyy.com/ -address=/szb.aiyole.com/ -address=/aiyyu.com/ -address=/dm.aizhan.com/ -address=/dmm.aizhan.com/ -address=/fpbb.aizhan.com/ -address=/aj1052.online/ -address=/aj1090.online/ -address=/aj1432.online/ -address=/aj1574.online/ -address=/aj1602.online/ -address=/aj1913.online/ -address=/ajagrofy.com/ -address=/ajansreklam.net/ -address=/ajaxcdn.org/ -address=/j.ajaxxy.net/ -address=/ajcsjktzlqh.com/ -address=/ajewishgift.com/ -address=/ajhdf.com/ -address=/ajiez.com/ -address=/ajillionmax.com/ -address=/m.ajiuc.com/ -address=/1.ajiyuming.com/ -address=/ajizjpjkrnh.com/ -address=/ajjhtetv87.com/ -address=/ajjsffefpooknd.com/ -address=/ajkdg3.xyz/ -address=/ajkelra.com/ -address=/ajkrls.com/ -address=/ajkzd9h.com/ -address=/ajmwuweeif.com/ -address=/ajplugins.com/ -address=/ajszcymkv.com/ -address=/ajtctiiiaz.com/ -address=/ajuegtbkqnh.com/ -address=/ajuhd.com/ -address=/static.akacdn.ru/ -address=/asimov-win.settings.data.microsoft.com.akadns.net/ -address=/db5.vortex.data.microsoft.com.akadns.net/ -address=/geo.vortex.data.microsoft.com.akadns.net/ -address=/whoami.akamai.net/ -address=/aksb-a.akamaihd.net/ -address=/appnext-a.akamaihd.net/ -address=/blacktri-a.akamaihd.net/ -address=/cdncache2-a.akamaihd.net/ -address=/contentcache-a.akamaihd.net/ -address=/couponcp-a.akamaihd.net/ -address=/downloadandsave-a.akamaihd.net/ -address=/ds-aksb-a.akamaihd.net/ -address=/e77lmzbqou0n-a.akamaihd.net/ -address=/giantsavings-a.akamaihd.net/ -address=/hdapp1003-a.akamaihd.net/ -address=/hdapp1008-a.akamaihd.net/ -address=/hdsrc-a.akamaihd.net/ -address=/ntvcld-a.akamaihd.net/ -address=/pxlgnpgecom-a.akamaihd.net/ -address=/rndntpmgnj-a.akamaihd.net/ -address=/sgphctileh-a.akamaihd.net/ -address=/statictapcdn-a.akamaihd.net/ -address=/uhytajrtpo-a.akamaihd.net/ -address=/zvsuhljiha-a.akamaihd.net/ -address=/lbstatic-a.akamaihd.net/ -address=/ninja.akamaized.net/ -address=/speee-ad.akamaized.net/ -address=/akanoo.com/ -address=/akavita.com/ -address=/akbeyfcu.com/ -address=/akcdinzvcenhjh.com/ -address=/akhlkkdrxwav.com/ -address=/akirkpatrick.com/ -address=/i2.akjunshi.com/ -address=/i5.akjunshi.com/ -address=/aklamator.com/ -address=/akrazappi.com/ -address=/akrwi.cn/ -address=/akstat.com/ -address=/akstat.io/ -address=/akuai.top/ -address=/akuettddwkwtdx.com/ -address=/akwajlcoap.com/ -address=/akyscwwwttk.com/ -address=/akzgmbembk.com/ -address=/geoip.al.com/ -address=/mms.al.com/ -address=/alahnavideos.pro/ -address=/alapsblu.com/ -address=/madmen.alastonsuomi.com/ -address=/albacross.com/ -address=/albalbant.com/ -address=/albertonne.com/ -address=/albireo.xyz/ -address=/alchemysocial.com/ -address=/alcidebrought.pro/ -address=/alcmpn.com/ -address=/nwejs.alcryp.com/ -address=/alcvid.com/ -address=/aleaidass.site/ -address=/aleailarm.com/ -address=/aleaimbuy.site/ -address=/alealebag.site/ -address=/aleapeact.club/ -address=/alegroup.info/ -address=/aleilu.com/ -address=/aleinvest.xyz/ -address=/alemon.ru/ -address=/alemoney.xyz/ -address=/alenty.com/ -address=/alertme.news/ -address=/data.alexa.com/ -address=/alexacdn.com/ -address=/alexametrics.com/ -address=/alfatraffic.com/ -address=/alfynetwork.com/ -address=/stats2.algo.at/ -address=/algocashmaster.com/ -address=/algocashmaster.net/ -address=/algopine.com/ -address=/algovid.com/ -address=/algrizej.com/ -address=/alhistoriousg.info/ -address=/alhpqmefnwkxtn.com/ -address=/ali-crm.ru/ -address=/click.ali213.net/ -address=/dsp.ali213.net/ -address=/bmp.ali213.net/ -address=/bmp1.ali213.net/ -address=/web.ali213.net/ -address=/aliadvert.ru/ -address=/aliapp.org/ -address=/crm-eve.b2b.alibaba-inc.com/ -address=/acookie.alibaba.com/ -address=/click.alibaba.com/ -address=/cmap.alibaba.com/ -address=/dmtracking2.alibaba.com/ -address=/marketing.alibaba.com/ -address=/stat.alibaba.com/ -address=/tracelog.www.alibaba.com/ -address=/ynuf.alibaba.com/ -address=/dmtracking.alibaba.com/ -address=/hydra.alibaba.com/ -address=/p4psearch.china.alibaba.com/ -address=/alibestru.ru/ -address=/alimama.alicdn.com/ -address=/atanx.alicdn.com/ -address=/nbsdk-baichuan.alicdn.com/ -address=/pss.alicdn.com/ -address=/tce.alicdn.com/ -address=/umc.danuoyi.alicdn.com/ -address=/aecpm.alicdn.com/ -address=/afp.alicdn.com/ -address=/afpmm.alicdn.com/ -address=/appdownload.alicdn.com/ -address=/asearch.alicdn.com/ -address=/atanx2.alicdn.com/ -address=/baichuan-sdk.alicdn.com/ -address=/dorangesource.alicdn.com/ -address=/gen.alicdn.com/ -address=/gma.alicdn.com/ -address=/ilce.alicdn.com/ -address=/strip.alicdn.com/ -address=/unidesk.alicdn.com/ -address=/rd.alice.it/ -address=/xoomer.alice.it/ -address=/alicmayuns.com/ -address=/click.aliexpress.com/ -address=/alifixed.cn/ -address=/g.aligames.com/ -address=/gmonitor.aliimg.com/ -address=/alikeaddition.com/ -address=/alimama.cn/ -address=/alimama.com/ -address=/alimb.top/ -address=/alimc1.top/ -address=/ynuf.alipay.com/ -address=/mdap.alipaylog.com/ -address=/alipromo.com/ -address=/alisat.biz/ -address=/alisinak.com/ -address=/alistatic.cn/ -address=/alitems.com/ -address=/alitianxia168.com/ -address=/aliticalpassister.info/ -address=/alitx963.com/ -address=/aliveachiever.com/ -address=/aliyoo999.com/ -address=/oa-panther.data.aliyun.com/ -address=/acjs.aliyun.com/ -address=/osfota.cdn.aliyun.com/ -address=/adash.man.aliyuncs.com/ -address=/badding.oss-ap-southeast-1.aliyuncs.com/ -address=/free-cdn.oss-cn-shanghai.aliyuncs.com/ -address=/jpg1.oss-cn-beijing.aliyuncs.com/ -address=/nlmrjnew.oss-cn-shanghai.aliyuncs.com/ -address=/video231.oss-cn-beijing.aliyuncs.com/ -address=/cdn-ads.oss-cn-shanghai.aliyuncs.com/ -address=/com-eonsun-owl.oss-cn-hangzhou.aliyuncs.com/ -address=/cootek-dialer-download.oss-cn-hangzhou.aliyuncs.com/ -address=/dressimage.img-cn-beijing.aliyuncs.com/ -address=/fs-uc-nearme-com-cn.oss-cn-hangzhou.aliyuncs.com/ -address=/img-dsp.oss-cn-beijing.aliyuncs.com/ -address=/jiayi1.oss-cn-shanghai.aliyuncs.com/ -address=/jsadsdisplay.cn-beijing.log.aliyuncs.com/ -address=/mobaders.oss-cn-beijing.aliyuncs.com/ -address=/ruikeja-mobileoffice.oss-cn-hangzhou.aliyuncs.com/ -address=/ttjx-online.cn-hangzhou.log.aliyuncs.com/ -address=/xz-development.oss-cn-beijing.aliyuncs.com/ -address=/sspmiaoshuo.cn-hangzhou.log.aliyuncs.com/ -address=/aliyuncss.com/ -address=/aliyunxin.com/ -address=/aljwnypxzw.com/ -address=/alkemics.com/ -address=/all-about-tech.com/ -address=/allabc.com/ -address=/x.allabout.co.jp/ -address=/alladultcash.com/ -address=/allaptair.club/ -address=/allarmate.club/ -address=/allartand.club/ -address=/allbouttruth.info/ -address=/alldeveldefinite.info/ -address=/alldk.com/ -address=/alleliteads.com/ -address=/acount.alley.ws/ -address=/alleyarm.com/ -address=/allforlove.de/ -address=/alllget.com/ -address=/allluck.cn/ -address=/t.allmodern.com/ -address=/allmt.com/ -address=/report-zt.allmusic.com/ -address=/allmygoodlife.com/ -address=/allmygreatestlife.com/ -address=/allmyverygreatlife.com/ -address=/allo-media.net/ -address=/smart.allocine.fr/ -address=/smart2.allocine.fr/ -address=/wbdds.allocine.fr/ -address=/cfcn.allocine.net/ -address=/allosponsor.com/ -address=/allotraffic.com/ -address=/analytics.allovoisins.com/ -address=/allowmailbox.com/ -address=/partner.alloy.com/ -address=/alloydigital.com/ -address=/affiliates.allposters.com/ -address=/atrack.allposters.com/ -address=/allsporttv.com/ -address=/alltagcloud.info/ -address=/badges.alltop.com/ -address=/alltracked.com/ -address=/allxin.com/ -address=/allxscan.tk/ -address=/allycollegedstrie.info/ -address=/allyes.cn/ -address=/allyes.com/ -address=/allyes.com.cn/ -address=/alma-cmp.almamedia.io/ -address=/alnsvbmp.com/ -address=/alocdn.com/ -address=/alogationa.co/ -address=/geil.alon3.tk/ -address=/ad.aloodo.com/ -address=/alphabird.com/ -address=/alphagodaddy.com/ -address=/alphamedical02.fr/ -address=/alpinedrct.com/ -address=/alsoknowsit.com/ -address=/alszaaceaz.com/ -address=/banners.alt.com/ -address=/geobanner.alt.com/ -address=/altabold1.com/ -address=/altastat.com/ -address=/altavista.ovh/ -address=/alternads.info/ -address=/alternativeadverts.com/ -address=/fcstats.altervista.org/ -address=/altitude-arena.com/ -address=/altpool.pro/ -address=/altpubli.com/ -address=/altrk.net/ -address=/a1.aluntan.com/ -address=/alvdtjrb.com/ -address=/alvenda.com/ -address=/alvfzqwkb.com/ -address=/alwkvwdxqojyce.com/ -address=/alwqfajh.com/ -address=/alxsite.com/ -address=/alxzes.com/ -address=/alyhlhyhaetbk.com/ -address=/bnr.alza.cz/ -address=/alzexa.com/ -address=/am-display.com/ -address=/am0624.com/ -address=/am10.ru/ -address=/am11.ru/ -address=/am15.net/ -address=/amadagasca.com/ -address=/amadesa.com/ -address=/adtools2.amakings.com/ -address=/analytics.amakings.com/ -address=/amakwktrnb.com/ -address=/amao.mobi/ -address=/logs.amap.com/ -address=/optimus-ads.amap.com/ -address=/amaqvmfd.com/ -address=/amarceusan.com/ -address=/amarfa.ir/ -address=/amateur.amarotic.com/ -address=/cpm.amateurcommunity.com/ -address=/cpm.amateurcommunity.de/ -address=/amateurcouplewebcam.com/ -address=/amavalet.com/ -address=/amazingairplane.com/ -address=/amazingcounters.com/ -address=/amazingfunnvideos.com/ -address=/amazingvacationhotels.com/ -address=/amazon-adsystem.com/ -address=/amazon-cornerstone.com/ -address=/aan.amazon.com/ -address=/aax-us-iad.amazon.com/ -address=/device-messaging-na.amazon.com/ -address=/affilate-img-affasi.s3.amazonaws.com/ -address=/affiliationjs.s3.amazonaws.com/ -address=/airpushmarketing.s3.amazonaws.com/ -address=/analyticsengine.s3.amazonaws.com/ -address=/blamads-assets.s3.amazonaws.com/ -address=/bo-videos.s3.amazonaws.com/ -address=/cadreon.s3.amazonaws.com/ -address=/cdn-alliancegravity.s3.amazonaws.com/ -address=/chartaca.com.s3.amazonaws.com/ -address=/cloudfront-labs.amazonaws.com/ -address=/d303e3cdddb4ded4b6ff495a7b496ed5.s3.amazonaws.com/ -address=/demandmedia.s3.amazonaws.com/ -address=/ecommstats.s3.amazonaws.com/ -address=/entrecard.s3.amazonaws.com/ -address=/epowernetworktrackerimages.s3.amazonaws.com/ -address=/filamentapp-assets.s3.amazonaws.com/ -address=/filamentapp.s3.amazonaws.com/ -address=/gateways.s3.amazonaws.com/ -address=/gfaf-banners.s3.amazonaws.com/ -address=/gtrk.s3.amazonaws.com/ -address=/hawkeye-data-production.sciencemag.org.s3-website-us-east-1.amazonaws.com/ -address=/immassets.s3.amazonaws.com/ -address=/inpref.s3.amazonaws.com/ -address=/kbnetworkz.s3.amazonaws.com/ -address=/leaddyno-client-images.s3.amazonaws.com/ -address=/ltassrv.com.s3.amazonaws.com/ -address=/magnify360-cdn.s3.amazonaws.com/ -address=/mailmunch.s3.amazonaws.com/ -address=/news-whistleout.s3.amazonaws.com/ -address=/rich-agent.s3.amazonaws.com/ -address=/s3-tracking.synthasite.net.s3.amazonaws.com/ -address=/sana.newsinc.com.s3.amazonaws.com/ -address=/secretmedia.s3.amazonaws.com/ -address=/smblock.s3.amazonaws.com/ -address=/strikeadcdn.s3.amazonaws.com/ -address=/stuff-nzwhistleout.s3.amazonaws.com/ -address=/thetradedesk-tags.s3.amazonaws.com/ -address=/trafficfuelpixel.s3-us-west-2.amazonaws.com/ -address=/tree-pixel-log.s3.amazonaws.com/ -address=/twitter-badges.s3.amazonaws.com/ -address=/whistleout.s3.amazonaws.com/ -address=/admarvel.s3.amazonaws.com/ -address=/campaign-tapad.s3.amazonaws.com/ -address=/dualstack.adsame-1421766300.ap-southeast-1.elb.amazonaws.com/ -address=/html5adkit.plusmo.s3.amazonaws.com/ -address=/iacpromotion.s3.amazonaws.com/ -address=/inneractive-assets.s3.amazonaws.com/ -address=/checkip.amazonaws.com/ -address=/ambaab.com/ -address=/ambercrow.com/ -address=/ambienetics.com/ -address=/ambientplatform.vn/ -address=/gg.amblrgg.live/ -address=/ambra.com/ -address=/ambulanciaslazaro.com/ -address=/amcdn.vn/ -address=/amcpusvcit.com/ -address=/imgstat.ameba.jp/ -address=/ln.ameba.jp/ -address=/sy.amebame.com/ -address=/measure.ameblo.jp/ -address=/sy.ameblo.jp/ -address=/amensh.cn/ -address=/laas.americanexpress.com/ -address=/amertazy.com/ -address=/amgdgt.com/ -address=/m.amhmhg.cn/ -address=/amhpbhyxfgvd.com/ -address=/amifgpprfrbsm.com/ -address=/banners.amigos.com/ -address=/amikay.com/ -address=/aminev.com/ -address=/aminopay.net/ -address=/amiok.org/ -address=/amjrfmhtmoyan.com/ -address=/amkwvxhw.com/ -address=/amliands.info/ -address=/amnet.tw/ -address=/amoad.com/ -address=/amobee.com/ -address=/piper.amocrm.ru/ -address=/amort.cn/ -address=/amp.services/ -address=/ampallall.site/ -address=/amplitude.com/ -address=/ampush.io/ -address=/ampxchange.com/ -address=/amrfscxvdvfvpa.com/ -address=/amrnhiqy.com/ -address=/amtracking01.com/ -address=/amung.us/ -address=/amunx.de/ -address=/safety.amw.com/ -address=/amxdt.com/ -address=/amxodxmsuwdhn.com/ -address=/analights.com/ -address=/analitits.com/ -address=/analoganalytics.com/ -address=/analysis.fi/ -address=/analysistools.net/ -address=/analysys.cn/ -address=/analytic.rocks/ -address=/analytics-cdiscount.com/ -address=/analytics-egain.com/ -address=/analytics-engine.net/ -address=/analytics.blue/ -address=/analyticschecker.com/ -address=/analyticsip.net/ -address=/analyticson.com/ -address=/analyticswizard.com/ -address=/analytk.com/ -address=/anametrix.com/ -address=/anametrix.net/ -address=/tracker.anandtech.com/ -address=/anastasia-international.com/ -address=/anastasiasaffiliate.com/ -address=/anbalxkcpwa.com/ -address=/anbiarfehxyz.com/ -address=/tracking.ancestry.com/ -address=/andagainanotherthing.com/ -address=/andantask.online/ -address=/andarcair.club/ -address=/andase.com/ -address=/andbeyond.media/ -address=/andersenit.dk/ -address=/andlache.com/ -address=/andmejs.com/ -address=/andohs.net/ -address=/andomedia.com/ -address=/andomediagroup.com/ -address=/schemas.android.com/ -address=/andyetanotherthing.com/ -address=/andyhoppe.com/ -address=/footprint.anetwork.ir/ -address=/anfeng.com/ -address=/angege.com/ -address=/angelfishstats.com/ -address=/angolotesti.it/ -address=/angorch-cdr7.com/ -address=/rovio-news-app.angrybirdsgame.com/ -address=/angsrvr.com/ -address=/angusmemor.info/ -address=/anhuilitian.net/ -address=/aniashboy.club/ -address=/animeidhentai.com/ -address=/animeteatr.ru/ -address=/animits.com/ -address=/anioscp.com/ -address=/aniview.com/ -address=/anizedglittledisco.info/ -address=/anjqxwvqfnri.com/ -address=/anlcld.com/ -address=/anmvuuhgo.com/ -address=/ann5.net/ -address=/announcement.ru/ -address=/annualinternetsurvey.com/ -address=/anonymousads.com/ -address=/anonymousdmp.com/ -address=/anormal-tracker.de/ -address=/anorrecenturybr.info/ -address=/anotherederi.site/ -address=/anovbqzmit.com/ -address=/gg.anqu.com/ -address=/mm.anqu.com/ -address=/outer.anquan.org/ -address=/static.anquan.org/ -address=/anquanzhuomian.cn/ -address=/anquanzhuomian.com/ -address=/anrdoezrs.net/ -address=/anreson.net/ -address=/answered-questions.com/ -address=/answerscloud.com/ -address=/antalya.ru/ -address=/antaraimedia.com/ -address=/antburape.club/ -address=/antdivisitlodg.info/ -address=/hits.antena3.com/ -address=/antenna.is/ -address=/reachandrich.antevenio.com/ -address=/anti-cheat.info/ -address=/anticarredodolomiti.com/ -address=/antivirustoolext.com/ -address=/antns.com/ -address=/antoball.com/ -address=/antotu.info/ -address=/antvoice.com/ -address=/analytics.anvato.net/ -address=/anvtnqpbkjyk.com/ -address=/anxiousapples.com/ -address=/anyangruisi.com/ -address=/anyaspasp.club/ -address=/anybagant.club/ -address=/anybest.host/ -address=/anybest.pw/ -address=/anybest.site/ -address=/anybest.space/ -address=/s1.anybunny.tv/ -address=/anycadark.site/ -address=/anyclip-media.com/ -address=/pixel.anyclip.com/ -address=/player.anyclip.com/ -address=/anyfiles.ovh/ -address=/anymedia.lv/ -address=/anyonemyth.com/ -address=/anyporn.com/ -address=/anyxp.com/ -address=/anyyqhtebsit.com/ -address=/anyysz.com/ -address=/fd.anzhi.com/ -address=/pv.anzhi.com/ -address=/anzhuocpm.com/ -address=/m.anzhuotan.com/ -address=/aobyp1una641o8.com/ -address=/aocular.com/ -address=/aodongjiaosu.com/ -address=/ads.aol.co.uk/ -address=/b-aws.aol.com/ -address=/adinfo.aol.com/ -address=/advertising.aol.com/ -address=/dynamic.aol.com/ -address=/free.aol.com/ -address=/im.aol.de/ -address=/adserver.aol.fr/ -address=/aombjl099.com/ -address=/aomde.com/ -address=/aomeng.net/ -address=/aomwoygnj.com/ -address=/aoparking.com/ -address=/aopxnvrugx.com/ -address=/aoqvizrign.com/ -address=/aoredi.com/ -address=/aorms.com/ -address=/aorpum.com/ -address=/aorzglux.com/ -address=/aoshrcptugsjd.com/ -address=/aosztecuq.com/ -address=/aoukclebpcb.com/ -address=/aovajfmsy.com/ -address=/b.aowugame.com/ -address=/oascentral.hosted.ap.org/ -address=/metrics.apartments.com/ -address=/apcugpxy.com/ -address=/ape78cn2.com/ -address=/apearkcan.club/ -address=/apearmare.site/ -address=/apendit.com/ -address=/apester.com/ -address=/apex-ad.com/ -address=/apexcdn.com/ -address=/apexstats.com/ -address=/apextag.com/ -address=/apextwo.com/ -address=/apfmwcktbj.com/ -address=/aphookkensidah.pro/ -address=/aphycolourses.info/ -address=/cache.api-zdj.com/ -address=/shares.api.awe.sm/ -address=/apiafubb.com/ -address=/webtracker.apicasystem.com/ -address=/apicit.net/ -address=/apjiangte.com/ -address=/apkdo.com/ -address=/apkonline.ru/ -address=/stats.aplus.com/ -address=/apmebf.com/ -address=/apmengxin.com/ -address=/img.apnanalytics.com/ -address=/analytics.apnewsregistry.com/ -address=/apollofind.com/ -address=/apologixopyr.site/ -address=/apopgo.com/ -address=/app-measurement.com/ -address=/prism.app-us1.com/ -address=/sp.app.com/ -address=/sdk.appadhoc.com/ -address=/appads.com/ -address=/apparede.com/ -address=/apparest.com/ -address=/appboy.eu/ -address=/appboycdn.com/ -address=/appconsent.io/ -address=/a.appcpa.net/ -address=/fast.appcues.com/ -address=/appdriver.cn/ -address=/appdriver.com.cn/ -address=/appendad.com/ -address=/appfh.com/ -address=/appget.cn/ -address=/appier.net/ -address=/click.appinthestore.com/ -address=/appjiagu.com/ -address=/autolinkmaker.itunes.apple.com/ -address=/widgets.itunes.apple.com/ -address=/iadsdk.apple.com/ -address=/banners.itunes.apple.com/ -address=/iad.apple.com/ -address=/fpb1.apple886.com/ -address=/applebarq.com/ -address=/applequan.com/ -address=/a.applovin.com/ -address=/assets.applovin.com/ -address=/d.applovin.com/ -address=/img.applovin.com/ -address=/pdn.applovin.com/ -address=/rt.applovin.com/ -address=/vid.applovin.com/ -address=/appn.center/ -address=/appnext.com/ -address=/api.appodeal.com/ -address=/appodealx.com/ -address=/apportium.com/ -address=/approp.pro/ -address=/apprupt.com/ -address=/appsflyer.com/ -address=/appsha5.space/ -address=/advancedtracker.appspot.com/ -address=/amp-error-reporting.appspot.com/ -address=/axislogger.appspot.com/ -address=/bitdash-reporting.appspot.com/ -address=/caspionlog.appspot.com/ -address=/csp-collector.appspot.com/ -address=/event-reporting-dot-webylytics.appspot.com/ -address=/fourmtagservices.appspot.com/ -address=/ga-beacon.appspot.com/ -address=/geotargetly-1a441.appspot.com/ -address=/githubbadge.appspot.com/ -address=/gplusapi.appspot.com/ -address=/green-griffin-860.appspot.com/ -address=/gu-pix.appspot.com/ -address=/hnbutton.appspot.com/ -address=/javascriptcounter.appspot.com/ -address=/optimizely.appspot.com/ -address=/petitionermaster.appspot.com/ -address=/ping-dot-acp-magento.appspot.com/ -address=/qubitanalytics.appspot.com/ -address=/sales-pop-dot-autoketing-production-sdk.appspot.com/ -address=/apptap.com/ -address=/static.apptrack.cn/ -address=/appuu.cn/ -address=/appwebview.com/ -address=/apromoweb.com/ -address=/aprtn.com/ -address=/aprtx.com/ -address=/apscxogwydnkx.com/ -address=/apsislead.com/ -address=/apsmediaagency.com/ -address=/apsntakwzycu.com/ -address=/aptapebog.online/ -address=/aptashant.club/ -address=/aptausad.com/ -address=/apture.com/ -address=/apvdr.com/ -address=/apxlv.com/ -address=/apxtarget.com/ -address=/apxy.io/ -address=/apxyz.com/ -address=/apycomm.com/ -address=/apyoth.com/ -address=/aqfhhfqarukys.com/ -address=/aqftikmr.com/ -address=/aqgyju.cn/ -address=/m.aqiudaohang.com/ -address=/aqjdigkqvmakz.com/ -address=/aqkjvfaprmez.com/ -address=/aqkrqjvc.com/ -address=/aqotbmnzra.com/ -address=/aqrglffxw.com/ -address=/aqrprjdqogzghb.com/ -address=/aqtracker.com/ -address=/ad.aquamediadirect.com/ -address=/aquarius8.cn/ -address=/aquete.com/ -address=/aquhcfvu.com/ -address=/ar1nvz5.com/ -address=/aralego.com/ -address=/arana.pw/ -address=/arasyqslwmfat.com/ -address=/targeting.perso.aws.arc.pub/ -address=/arcadebannerexchange.org/ -address=/arcadebanners.com/ -address=/arcadebe.com/ -address=/arcadechain.com/ -address=/fun1.arcadeprehacks.com/ -address=/arcadeweb.com/ -address=/arcartall.club/ -address=/arcaukalb.site/ -address=/consent.subscriptions.archant.co.uk/ -address=/csp.archant.co.uk/ -address=/archigate.it/ -address=/analytics.archive.org/ -address=/analytics.us.archive.org/ -address=/archrug.com/ -address=/ardmall.com/ -address=/are-ter.com/ -address=/areadiprova.eu/ -address=/arealx.com/ -address=/areandarm.com/ -address=/arearmark.club/ -address=/areasins.com/ -address=/areasnap.com/ -address=/arena-quantum.co.uk/ -address=/arfeservation.info/ -address=/arfmdqwyztn.com/ -address=/arfttojxv.com/ -address=/arganostrella.com/ -address=/argggultrji.com/ -address=/sp.argusleader.com/ -address=/arianelab.com/ -address=/aribcosw.com/ -address=/click.aristotle.net/ -address=/arizona-miner.tk/ -address=/arjgnqlsdo.com/ -address=/arkairbuy.site/ -address=/arkalealb.site/ -address=/arkayne.com/ -address=/arkbuyarm.club/ -address=/arkinsoftware.in/ -address=/arlime.com/ -address=/arlitasite.pro/ -address=/7lbd4.armandthiery.fr/ -address=/armashair.site/ -address=/armbadare.site/ -address=/a.armystar.com/ -address=/cmp.arnnet.com.au/ -address=/arolrurt.uk/ -address=/arpucyhlmes.com/ -address=/1.arpun.com/ -address=/2.arpun.com/ -address=/arpxs.com/ -address=/arrowbucket.co/ -address=/arrowpushengine.com/ -address=/arrows-hitech.com/ -address=/arsdev.net/ -address=/art-archiv.ru/ -address=/atrack.art.com/ -address=/ac.art456.com/ -address=/artamkari.com/ -address=/artantash.club/ -address=/artbr.net/ -address=/artcamcat.site/ -address=/st.arte.tv/ -address=/artedu.pw/ -address=/artefact.is/ -address=/artfut.com/ -address=/arthwhilearthu.info/ -address=/arti-mediagroup.com/ -address=/stats.articlesbase.com/ -address=/log.artipbox.net/ -address=/artneesrparkete.info/ -address=/artqpnah.com/ -address=/artsconsortium.org/ -address=/tracks.arubamediamarketing.it/ -address=/m.arxnfj14120.cn/ -address=/analytics.arz.at/ -address=/arzcwgdzsed.com/ -address=/as-farm.com/ -address=/as07d698u9.com/ -address=/as5000.com/ -address=/asadcdn.com/ -address=/asadzntx.com/ -address=/asafesite.com/ -address=/visit.asb.co.nz/ -address=/ascend.ai/ -address=/ascraftan.com/ -address=/aseabnyw.com/ -address=/aseadnet.com/ -address=/asenytuhlhwrwz.com/ -address=/asepurch.pro/ -address=/asesuggedame.info/ -address=/ashaidart.site/ -address=/ashaidbit.club/ -address=/ashamparm.site/ -address=/ashchiasp.club/ -address=/ashemeth.com/ -address=/ashiping.com/ -address=/asiafriendfinder.com/ -address=/asiangfsex.com/ -address=/asiinbyu.com/ -address=/asir.vip/ -address=/css.asitend.com/ -address=/apnmedia.ask.com/ -address=/askallalb.club/ -address=/askaspalb.online/ -address=/askhilltop.com/ -address=/m1.asklib.com/ -address=/asklots.com/ -address=/count.asnetworks.de/ -address=/aso1.net/ -address=/asooda.com/ -address=/flagship.asp-host.co.uk/ -address=/stats.asp24.pl/ -address=/aspampbrr.online/ -address=/aspanyarc.club/ -address=/asparmany.site/ -address=/aspartbus.site/ -address=/asperencium.com/ -address=/aspignitean.com/ -address=/a.aspnet.tech/ -address=/aspxbwteth.com/ -address=/asqpniwvxea.com/ -address=/jb.asqql.com/ -address=/asrety.com/ -address=/asrjxxzxmxy.com/ -address=/assampant.club/ -address=/assculturaleincontri.it/ -address=/assetize.com/ -address=/assetscdn.stream/ -address=/assigned.cn/ -address=/assoc-amazon.ca/ -address=/assoc-amazon.cn/ -address=/assoc-amazon.co.uk/ -address=/assoc-amazon.com/ -address=/assoc-amazon.de/ -address=/assoc-amazon.es/ -address=/assoc-amazon.fr/ -address=/assoc-amazon.it/ -address=/assoctrac.com/ -address=/assume8.com/ -address=/dvo.assurandme.fr/ -address=/aster18cdn.nl/ -address=/asterpix.com/ -address=/astoapsu.com/ -address=/astpvgpwbewx.com/ -address=/astro-way.com/ -address=/atlas.astrology.com/ -address=/aswlx.cn/ -address=/aswpsdkus.com/ -address=/ssl.aszy.club/ -address=/aszyzwbjs.com/ -address=/at918.com/ -address=/at98.com/ -address=/atacjnqbkok.com/ -address=/atadserver.com/ -address=/atas.io/ -address=/atatus.com/ -address=/atcanjhcv.com/ -address=/testcddc.atclouddev.net/ -address=/atcryp.com/ -address=/atdmt.com/ -address=/atelovesinothic.info/ -address=/atemda.com/ -address=/atesbrothereso.info/ -address=/audience.atex.com/ -address=/track.atgstores.com/ -address=/atgsvcs.com/ -address=/athenainstitute.biz/ -address=/athingcatedrestori.info/ -address=/atianqi.com/ -address=/tag.aticdn.net/ -address=/ationmultinal.info/ -address=/atlcourier.com/ -address=/atmalinks.com/ -address=/ato.mx/ -address=/track.atom-data.io/ -address=/atomex.net/ -address=/analytics.atomiconline.com/ -address=/atonato.de/ -address=/atoshonetwork.com/ -address=/atoultou.com/ -address=/atousoft.com/ -address=/atp.io/ -address=/atpanel.com/ -address=/atplay.cn/ -address=/atraxio.com/ -address=/atrcoikdyagv.com/ -address=/atresadvertising.com/ -address=/atrinsic.com/ -address=/atsfi.de/ -address=/smetrics.att.com/ -address=/attacketslovern.info/ -address=/njtgsd.attackthethrone.com/ -address=/atterrounesh.info/ -address=/atticwicket.com/ -address=/attracta.com/ -address=/attractivecap.com/ -address=/attributionapp.com/ -address=/aturdaylimityeith.info/ -address=/atvbrhljmsor.com/ -address=/atwola.com/ -address=/atyjvujxe.com/ -address=/atzcmddc.com/ -address=/au2m8.com/ -address=/aubhiple2.com/ -address=/ea.auchantelecom.fr/ -address=/adfront.auction.co.kr/ -address=/auctionnudge.com/ -address=/audersmi.com/ -address=/audience.systems/ -address=/audience2media.com/ -address=/audienceamplify.com/ -address=/audiencefuel.com/ -address=/audienceinsights.net/ -address=/audienceiq.com/ -address=/audiencemanager.de/ -address=/audienceprofiler.com/ -address=/audiencerate.com/ -address=/audiencerun.com/ -address=/audiencesquare.com/ -address=/audiens.com/ -address=/audienzz.ch/ -address=/analytics.audioeye.com/ -address=/ws.audioeye.com/ -address=/audit8.com/ -address=/ad.auditude.com/ -address=/audrte.com/ -address=/audsp.com/ -address=/audtd.com/ -address=/network.aufeminin.com/ -address=/augheguw.net/ -address=/augnuxun.net/ -address=/augrenso.com/ -address=/august15download.com/ -address=/auhqnsjbvizeey.com/ -address=/aujaujoa.net/ -address=/ea.aujourdhui.com/ -address=/pub.aujourdhui.com/ -address=/aukrouwy.net/ -address=/aulrains.com/ -address=/tag.aumago.com/ -address=/aumpoabi.com/ -address=/aumrrwoile.com/ -address=/aup.mobi/ -address=/auqefmhsutnldv.com/ -address=/aurdeert.net/ -address=/aurhgaees.com/ -address=/ausagauw.net/ -address=/auspiciousvp.com/ -address=/auspipe.com/ -address=/dwh-tracking.it.auth0.com/ -address=/authcaptcha.com/ -address=/authedmine.com/ -address=/authedmine.eu/ -address=/authedwebmine.cz/ -address=/authorinsights.com/ -address=/authornernsa.pro/ -address=/aution.pro/ -address=/auto-im.com/ -address=/auto-ping.com/ -address=/kiks.auto.ru/ -address=/autoaffiliatenetwork.com/ -address=/autoaudience.com/ -address=/autobedo.com.cn/ -address=/33.autohome.com.cn/ -address=/al.autohome.com.cn/ -address=/stats.autohome.com.cn/ -address=/activity.app.autohome.com.cn/ -address=/adnewnc.app.autohome.com.cn/ -address=/applogapi.autohome.com.cn/ -address=/c.autohome.com.cn/ -address=/clickx.autohome.com.cn/ -address=/cmx.autohome.com.cn/ -address=/comm.app.autohome.com.cn/ -address=/dspmnt.autohome.com.cn/ -address=/pcd.autohome.com.cn/ -address=/pcmx.autohome.com.cn/ -address=/public.app.autohome.com.cn/ -address=/push.app.autohome.com.cn/ -address=/pvx.autohome.com.cn/ -address=/rd.autohome.com.cn/ -address=/rdx.autohome.com.cn/ -address=/autoid.com/ -address=/adm0.autoimg.cn/ -address=/adm1.autoimg.cn/ -address=/adm2.autoimg.cn/ -address=/adm3.autoimg.cn/ -address=/dbs.autolatest.ro/ -address=/autoline-top.com/ -address=/autologica.ga/ -address=/automatad.com/ -address=/automatedtraffic.com/ -address=/automateyourlist.com/ -address=/automaticside.com/ -address=/automationeventually.com/ -address=/automoc.net/ -address=/collector.automote.co.nz/ -address=/autopilothq.com/ -address=/stats.autoscout24.ch/ -address=/partners.autotrader.co.uk/ -address=/auwqdpbyl.com/ -address=/auxml.com/ -address=/av8d.net/ -address=/avads.co.uk/ -address=/avajo.men/ -address=/avalanchers.com/ -address=/avalhukof.com/ -address=/avalopaly.com/ -address=/profiling.avandor.com/ -address=/analytics.avanser.com.au/ -address=/events.avantisvideo.com/ -address=/avantlink.com/ -address=/avastats.com/ -address=/cpgo.avatacar.com/ -address=/avazu.net/ -address=/avazudsp.net/ -address=/avazutracking.net/ -address=/avencio.de/ -address=/avenseo.com/ -address=/averaladmi.info/ -address=/avercarto.com/ -address=/avero.xyz/ -address=/averoconnector.com/ -address=/stats.avg.com/ -address=/toolbar.avg.com/ -address=/sub.avgle.com/ -address=/metrics.aviasales.ru/ -address=/pgs.aviationweek.com/ -address=/avis-verifies.com/ -address=/avmws.com/ -address=/avoljljeif.com/ -address=/avonnfckdeqeyr.com/ -address=/avppet.com/ -address=/avsmt.cn/ -address=/avstat.it/ -address=/aa.avvo.com/ -address=/avwincall.info/ -address=/avyrpwvm.com/ -address=/j.avz4.com/ -address=/awakebottlestudy.com/ -address=/awaps.net/ -address=/awasete.com/ -address=/awcpmsaiv.com/ -address=/awdigit.info/ -address=/analytics.aweber.com/ -address=/awecr.com/ -address=/awehobrasp.live/ -address=/aweinkbum.com/ -address=/awejmp.com/ -address=/awempire.com/ -address=/awentw.com/ -address=/aweproto.com/ -address=/aweprotostatic.com/ -address=/awept.com/ -address=/awesomelytics.com/ -address=/awestatic.com/ -address=/awhootoa.net/ -address=/awhoufob.com/ -address=/awhxbiqf.com/ -address=/awifi.cn/ -address=/awin1.com/ -address=/awjyickdugj.com/ -address=/awkjs.com/ -address=/awltovhc.com/ -address=/awmpartners.com/ -address=/awmserve.com/ -address=/awnyohgtmb.com/ -address=/awpxjguq.com/ -address=/awqsaged.cn/ -address=/awrnrkmwtia.com/ -address=/mm.awrsx.cn/ -address=/aws-ajax.com/ -address=/awsatstb.com/ -address=/awsclic.com/ -address=/awsmer.com/ -address=/awstaticdn.net/ -address=/awstrack.me/ -address=/awsurveys.com/ -address=/awtks.com/ -address=/awyys.com/ -address=/awzbijw.com/ -address=/awzdbycpiwncrp.com/ -address=/ax47mp-xp-21.com/ -address=/axadaldlozmqu.com/ -address=/axcqasdiots.com/ -address=/axeclbthp.com/ -address=/axeldivision.com/ -address=/oil.axelspringer.com/ -address=/axept.io/ -address=/axeptio.eu/ -address=/axf8.net/ -address=/axfsqwyidpml.com/ -address=/axgkizsmtgks.com/ -address=/axhxa.com/ -address=/axiba66.com/ -address=/axill.com/ -address=/axiomaticalley.com/ -address=/axisbuild.com/ -address=/axizb.cn/ -address=/axkxy.com/ -address=/axlwizxolfby.com/ -address=/axoncoho.tk/ -address=/axsczaklngkxx.com/ -address=/axsrq.cn/ -address=/axvabgnr.com/ -address=/m.axzlsc.com/ -address=/axzwzpxcnwrp.com/ -address=/ayads.co/ -address=/ayazstuzc.com/ -address=/ayboll.com/ -address=/ayc0zsm69431gfebd.xyz/ -address=/aycksenkb.com/ -address=/aycwvgrra.com/ -address=/ayfigdhmsypnr.com/ -address=/ayfzryxitsusx.com/ -address=/ayggsmmb.com/ -address=/ayjfodxqmykn.com/ -address=/aykgxavgrooa.com/ -address=/aymaypibp.com/ -address=/ayrovalcontain.info/ -address=/aysurgentlymisun.info/ -address=/aysydyqpkg.com/ -address=/ayues.com/ -address=/ayyslqwrmoygf.com/ -address=/azabu-u.ac.jp/ -address=/azadify.com/ -address=/azads.com/ -address=/azalead.com/ -address=/sp.azcentral.com/ -address=/azclk.com/ -address=/azcvjaninfa.com/ -address=/azdqwztcp.com/ -address=/azebikcvhtysn.com/ -address=/narrow.azenergyforum.com/ -address=/azera-s014.com/ -address=/tracker.azet.sk/ -address=/azihmmkagcey.com/ -address=/azjmp.com/ -address=/aznapoz.info/ -address=/aznuqxmji.com/ -address=/azointel.com/ -address=/azoogleads.com/ -address=/azorbe.com/ -address=/azrjdlvlsxihbd.com/ -address=/azsikvmhlzuhje.com/ -address=/aztecash.com/ -address=/cdnbigdata.azureedge.net/ -address=/g2insights-cdn.azureedge.net/ -address=/revboostprocdnadsprod.azureedge.net/ -address=/tmform.azurewebsites.net/ -address=/azvjudwr.info/ -address=/azwsolqpewo.com/ -address=/b-m.xyz/ -address=/b014381c95cb.com/ -address=/b06518c81a3b7fe75.com/ -address=/b07f916388fc6e06847.com/ -address=/b0d3ea12ec1b93f7af9.com/ -address=/b0e8.com/ -address=/b0lc.cn/ -address=/ads.b10f.jp/ -address=/b13481647cf775c5.com/ -address=/b142d1440666173b0.com/ -address=/b18a21ab3c9cb53.com/ -address=/b1b951f817beba948.com/ -address=/b1f6fe5e3f0c3c8ba6.com/ -address=/b1fb813dc806b7d.com/ -address=/b1fe8a95ae27823.com/ -address=/b1g1w7wic0.com/ -address=/b1img.com/ -address=/b1js.com/ -address=/m.b1zju.cn/ -address=/b29f325f9383.com/ -address=/acodes.b2b.cn/ -address=/b1.b2b168.com/ -address=/b1.b2b168.net/ -address=/b2c.com/ -address=/ee.b2fwnu.cn/ -address=/m.b2fwnu.cn/ -address=/a2.b310.com/ -address=/b3ff2cfeb6f49e.com/ -address=/b3z29k1uxb.com/ -address=/b400393baba7cd476a3.com/ -address=/b4215c8f2c1.com/ -address=/b45a0da7c44600e69.com/ -address=/b54ah.cn/ -address=/b568tkqe.bid/ -address=/b588866.com/ -address=/b59812ee54afcabd.com/ -address=/b5ae848728034caddca.com/ -address=/b5h7.com/ -address=/b5qpg.cn/ -address=/b60228e270e363f6.com/ -address=/b6aa6257a22451c.com/ -address=/b76adf2b602.com/ -address=/b84pharkhv.com/ -address=/b88c9bd1dcedfc3.com/ -address=/b8cf0fd3179ef.com/ -address=/b936c5932623f.com/ -address=/b9377h.com/ -address=/b97beb2fed1c4f.com/ -address=/b9ba73f1cd9b6.com/ -address=/ba6af3a0099c6cb9eb5.com/ -address=/baa2e174884c9c0460e.com/ -address=/baaeobgdaxdvsa.com/ -address=/babator.com/ -address=/babbnrs.com/ -address=/baiduada.babihu.com/ -address=/bablace.com/ -address=/babsedrinhi.info/ -address=/babsitlehaphow.com/ -address=/babyboomboomads.com/ -address=/b.babylon.com/ -address=/titan.babytree.com/ -address=/titan01.babytree.com/ -address=/tracking.babytree.com/ -address=/backbeatmedia.com/ -address=/backlink-test.de/ -address=/backlink-umsonst.de/ -address=/backlinkdino.de/ -address=/backlinks.com/ -address=/backlogtop.xyz/ -address=/widgets.backtype.com/ -address=/baconaces.pro/ -address=/session-tracker.badcreditloans.com/ -address=/badgeville.com/ -address=/badgirlz.org/ -address=/badjocks.com/ -address=/partners.badongo.com/ -address=/badsabs.com/ -address=/badsamps.com/ -address=/badsbads.com/ -address=/badshades.com/ -address=/badshores.com/ -address=/badslads.com/ -address=/badslopes.com/ -address=/badstairs.com/ -address=/badtopwitch.work/ -address=/baerxupsjjegb.com/ -address=/baful.net/ -address=/bagbeam.com/ -address=/bahnjhnrcdwi.com/ -address=/baiapk.com/ -address=/baichuanbi.wang/ -address=/game.baichuanhd.cn/ -address=/baicoath.net/ -address=/baidu-taobao-av.com/ -address=/dl-vip.pcfaster.baidu.co.th/ -address=/ada.baidu.com/ -address=/afd.baidu.com/ -address=/als.baidu.com/ -address=/anti-bot.baidu.com/ -address=/aod-image.baidu.com/ -address=/as1.wenku.baidu.com/ -address=/baifen.music.baidu.com/ -address=/boxer.baidu.com/ -address=/browserkernel.baidu.com/ -address=/bzclk.baidu.com/ -address=/caclick.baidu.com/ -address=/cb.baidu.com/ -address=/cbjs.baidu.com/ -address=/cir-smart.baidu.com/ -address=/cjie.baidu.com/ -address=/cm.baidu.com/ -address=/cpro.baidu.com/ -address=/cpu.baidu.com/ -address=/crab.baidu.com/ -address=/crs.baidu.com/ -address=/dxp.baidu.com/ -address=/eclick.baidu.com/ -address=/eduad.baidu.com/ -address=/eiv.baidu.com/ -address=/em.baidu.com/ -address=/entry.baidu.com/ -address=/ext.baidu.com/ -address=/f11.baidu.com/ -address=/f12.baidu.com/ -address=/fcm.baidu.com/ -address=/feed.baidu.com/ -address=/goutong.baidu.com/ -address=/hao123union.baidu.com/ -address=/hijack.baidu.com/ -address=/hm.baidu.com/ -address=/hmma.baidu.com/ -address=/hpd.baidu.com/ -address=/idm-su.baidu.com/ -address=/imgstat.baidu.com/ -address=/kstj.baidu.com/ -address=/log.music.baidu.com/ -address=/lxbjs.baidu.com/ -address=/mipengine.baidu.com/ -address=/mobads.baidu.com/ -address=/mountain.zhidao.baidu.com/ -address=/nadvideo.baidu.com/ -address=/nj.t.bcsp2p.baidu.com/ -address=/nsclick.baidu.com/ -address=/paimgcdn-feed.baidu.com/ -address=/pos.baidu.com/ -address=/push.zhanzhang.baidu.com/ -address=/qapm.baidu.com/ -address=/qw.baidu.com/ -address=/sclick.baidu.com/ -address=/share.baidu.com/ -address=/sofire.baidu.com/ -address=/techain.baidu.com/ -address=/top.baidu.com/ -address=/unionsug.baidu.com/ -address=/wkctj.baidu.com/ -address=/a.baidu.com/ -address=/ad.player.baidu.com/ -address=/aden.baidu.com/ -address=/adm.baidu.com/ -address=/adscdn.baidu.com/ -address=/anquan.baidu.com/ -address=/antivirus.baidu.com/ -address=/tuisong.baidu.com/ -address=/appc.baidu.com/ -address=/baichuan.baidu.com/ -address=/bar.baidu.com/ -address=/bdplus.baidu.com/ -address=/btlaunch.baidu.com/ -address=/c.baidu.com/ -address=/cjhq.baidu.com/ -address=/cleaner.baidu.com/ -address=/click.bes.baidu.com/ -address=/cpro.tieba.baidu.com/ -address=/cpro.zhidao.baidu.com/ -address=/cpro2.baidu.com/ -address=/cpu-admin.baidu.com/ -address=/cpucdn.baidu.com/ -address=/datax.baidu.com/ -address=/dl-vip.bav.baidu.com/ -address=/dl.client.baidu.com/ -address=/dl.ops.baidu.com/ -address=/dl1sw.baidu.com/ -address=/dl2.bav.baidu.com/ -address=/dlsw.baidu.com/ -address=/dlsw.br.baidu.com/ -address=/download.bav.baidu.com/ -address=/download.sd.baidu.com/ -address=/dzl.baidu.com/ -address=/e.baidu.com/ -address=/ers.baidu.com/ -address=/fc3tn.baidu.com/ -address=/fc5tn.baidu.com/ -address=/fclick.baidu.com/ -address=/fclog.baidu.com/ -address=/fexclick.baidu.com/ -address=/g.baidu.com/ -address=/gimg.baidu.com/ -address=/hc.baidu.com/ -address=/hdj.baidu.com/ -address=/idm.bce.baidu.com/ -address=/j.br.baidu.com/ -address=/m1.baidu.com/ -address=/mo.baidu.com/ -address=/mobads-logs.baidu.com/ -address=/mpro.baidu.com/ -address=/msite.baidu.com/ -address=/mssp.baidu.com/ -address=/nlog.baidu.com/ -address=/nsclickvideo.baidu.com/ -address=/openrcv.baidu.com/ -address=/pc.videoclick.baidu.com/ -address=/pro.baidu.com/ -address=/publish-pic-cpu.baidu.com/ -address=/qianclick.baidu.com/ -address=/release.baidu.com/ -address=/res.mi.baidu.com/ -address=/river.zhidao.baidu.com/ -address=/rj.baidu.com/ -address=/rplog.baidu.com/ -address=/s.baidu.com/ -address=/sestat.baidu.com/ -address=/shadu.baidu.com/ -address=/sobar.baidu.com/ -address=/stat.v.baidu.com/ -address=/tk.baidu.com/ -address=/toolbar.baidu.com/ -address=/tracker.baidu.com/ -address=/tuijian.baidu.com/ -address=/ucstat.baidu.com/ -address=/udpolimenew.baidu.com/ -address=/union.baidu.com/ -address=/unionimage.baidu.com/ -address=/utility.baidu.com/ -address=/videopush.baidu.com/ -address=/w.gdown.baidu.com/ -address=/w.x.baidu.com/ -address=/wangmeng.baidu.com/ -address=/weishi.baidu.com/ -address=/wisepush.video.baidu.com/ -address=/wm.baidu.com/ -address=/yingxiao.baidu.com/ -address=/znsv.baidu.com/ -address=/usp1.baidu.com/ -address=/plugin.mobopay.baidu.com/ -address=/baidu360haosou.info/ -address=/baiduace.com/ -address=/baiduappu.top/ -address=/baiduccdn1.com/ -address=/baidujavascript.com/ -address=/baidujs.vip/ -address=/baidulao.com/ -address=/issuecdn.baidupcs.com/ -address=/baidushifen.com/ -address=/baiduspider1.cn/ -address=/besc.baidustatic.com/ -address=/cpro.baidustatic.com/ -address=/dup.baidustatic.com/ -address=/ubmcvideo.baidustatic.com/ -address=/cpro2.baidustatic.com/ -address=/rigel.baidustatic.com/ -address=/ubmcmm.baidustatic.com/ -address=/baiduvip.life/ -address=/baiduyoukualiyun.com/ -address=/baiduyubaidu.com/ -address=/baiduzhidahao.cc/ -address=/baifendian.com/ -address=/baifubao.com/ -address=/baigm.com/ -address=/baiiufiwho.com/ -address=/stat.baike.com/ -address=/ehd.baike.com/ -address=/yacafrr.bailingcloud.cn/ -address=/api.bailingjiankang.com/ -address=/m.bailingjiankang.com/ -address=/baimuyuan.com.cn/ -address=/tactics.bainv.net/ -address=/update.bainv.net/ -address=/baipagid.com/ -address=/baisuijk.com/ -address=/baitaiad.com/ -address=/baitaoidc.com/ -address=/baixing.com/ -address=/bd-js.baixing.net/ -address=/bd-s.baixing.net/ -address=/script-bd.baixing.net/ -address=/static.baixingcdn.com/ -address=/a.baiy.net/ -address=/b.baiy.net/ -address=/baiyangzs.com/ -address=/baiyuandian.cc/ -address=/baizhu.cc/ -address=/bajieyy.cc/ -address=/bakaqddxhhsid.com/ -address=/a.bake818.cn/ -address=/balancebreath.com/ -address=/baldehydesupe.info/ -address=/baldiro.de/ -address=/baletingo.com/ -address=/balmoralmkt.com/ -address=/baltchd.net/ -address=/balvalur.com/ -address=/bam-bam-slam.com/ -address=/bam-x.com/ -address=/changan.bama555.com/ -address=/j.baminw.cn/ -address=/ban-host.ru/ -address=/banana-splash.com/ -address=/bananaflippy.com/ -address=/banclip.com/ -address=/bandborder.com/ -address=/bandelcot.com/ -address=/banerator.net/ -address=/bang5mai.com/ -address=/bangbang521.com/ -address=/adsrv.bangbros.com/ -address=/metrics.bangbros.com/ -address=/newads.bangbros.com/ -address=/tck.bangbros.com/ -address=/1.bangdan5.com/ -address=/bangdom.com/ -address=/dc.banggood.com/ -address=/dccss.banggood.com/ -address=/banianspaddi.info/ -address=/banjuanmao.com/ -address=/bhu9.bankia.es/ -address=/stat.bankiros.ru/ -address=/roll.bankofamerica.com/ -address=/widgets.bankrate.com/ -address=/banmamedia.com/ -address=/bannedbook.org/ -address=/track.bannedcelebs.com/ -address=/banner-rotation.com/ -address=/bannerbank.ru/ -address=/bannerbit.com/ -address=/bannerblasters.com/ -address=/bannerbridge.net/ -address=/bannercde.com/ -address=/bannerconnect.com/ -address=/bannerconnect.net/ -address=/bannerdealer.com/ -address=/bannerexchange.com.au/ -address=/bannerflow.com/ -address=/bannerflux.com/ -address=/bannerignition.co.za/ -address=/bannerlot.com/ -address=/bannerperformance.net/ -address=/bannerrage.com/ -address=/bannersmania.com/ -address=/bannersnack.com/ -address=/bannersnack.net/ -address=/bannertgt.com/ -address=/bannertracker-script.com/ -address=/bannerweb.com/ -address=/banomago.com/ -address=/vtf2f.banque-casino.fr/ -address=/banuhqxbc.com/ -address=/mobile.banzai.it/ -address=/baodaozhan.cn/ -address=/action.logger.baofeng.com/ -address=/active.baofeng.com/ -address=/androidlog.shouji.baofeng.com/ -address=/breeze.olclient.baofeng.com/ -address=/co.dtech.baofeng.com/ -address=/coop.pop.baofeng.com/ -address=/dailylog.storm.baofeng.com/ -address=/data.danmu.baofeng.com/ -address=/duration.logger.baofeng.com/ -address=/eventlog.hd.baofeng.com/ -address=/houyi.logger.baofeng.com/ -address=/iphonelog.shouji.baofeng.com/ -address=/log.ltype.baofeng.com/ -address=/log.nvwa.baofeng.com/ -address=/vdinfo.baofeng.com/ -address=/logger.treexml.baofeng.com/ -address=/midinfo.baofeng.com/ -address=/p2pmid.baofeng.com/ -address=/pvlog.hd.baofeng.com/ -address=/sclog.moviebox.baofeng.com/ -address=/static.danmu.baofeng.com/ -address=/storm.logger.baofeng.com/ -address=/subo.logger.baofeng.com/ -address=/timelog.moviebox.baofeng.com/ -address=/tips.logger.baofeng.com/ -address=/tree.logger.baofeng.com/ -address=/videodown.baofeng.com/ -address=/vvlog.moviebox.baofeng.com/ -address=/xs.houyi.baofeng.net/ -address=/app.houyi.baofeng.net/ -address=/ck.houyi.baofeng.net/ -address=/clicklog.moviebox.baofeng.net/ -address=/config.baofeng.net/ -address=/corner.houyi.baofeng.net/ -address=/d3f.houyi.baofeng.net/ -address=/iflow.minfo.baofeng.net/ -address=/jfm4.pop.baofeng.net/ -address=/listlog.baofeng.net/ -address=/loading.baofeng5.baofeng.net/ -address=/log.houyi.baofeng.net/ -address=/mid.houyi.baofeng.net/ -address=/nclog.mars.baofeng.net/ -address=/nclog.pad.baofeng.net/ -address=/onlinetips.baofeng5.baofeng.net/ -address=/parser.houyi.baofeng.net/ -address=/pvlog.moviebox.baofeng.net/ -address=/rec.moviebox.baofeng.net/ -address=/static.houyi.baofeng.net/ -address=/wbwl.houyi.baofeng.net/ -address=/web.houyi.baofeng.net/ -address=/wl.houyi.baofeng.net/ -address=/wx.houyi.baofeng.net/ -address=/baolic.com/ -address=/vpn.baolq666.com/ -address=/baolutongwuye.cn/ -address=/a.baomihua.com/ -address=/b1.baomihua.com/ -address=/djs.baomihua.com/ -address=/resource.baomihua.com/ -address=/area.baomihua.com/ -address=/pvstat.baomihua.com/ -address=/help.baotangwang.cn/ -address=/bapkt.com/ -address=/baptisttop1000.com/ -address=/bardogjvsa.com/ -address=/baremetrics.com/ -address=/partner.bargaindomains.com/ -address=/bargainracks.co.uk/ -address=/barginginfrance.net/ -address=/barilliance.net/ -address=/barjfzpdeqmwi.com/ -address=/barnfps.com/ -address=/baronsoffers.com/ -address=/barrister.org.cn/ -address=/bartender.cc/ -address=/as.base.de/ -address=/is.base.de/ -address=/proactive.base.de/ -address=/tracking.base.de/ -address=/basebanner.com/ -address=/baseniao.com.cn/ -address=/basepush.com/ -address=/1.bashenghuo.com/ -address=/2.bashenghuo.com/ -address=/basicstat.com/ -address=/t.basictool.vip/ -address=/basilic.io/ -address=/pixel-a.basis.net/ -address=/basketballbelieve.com/ -address=/baskettexture.com/ -address=/tracking.batanga.com/ -address=/bataujou.com/ -address=/batch.com/ -address=/batcoroadlinescorporation.com/ -address=/bathibsa.com/ -address=/bathouph.net/ -address=/batnhiyilyvvdo.com/ -address=/geo.battle.net/ -address=/sp.battlecreekenquirer.com/ -address=/tracking.battleon.com/ -address=/battmd168a1.xyz/ -address=/battmd168a2.xyz/ -address=/rack.bauermedia.co.uk/ -address=/bauthair.net/ -address=/bavftcgoapga.com/ -address=/baxt.mobi/ -address=/sp.baxterbulletin.com/ -address=/ad.bayescom.com/ -address=/shuttle.bayescom.com/ -address=/activity.bayimob.com/ -address=/hdggcdn.bayimob.com/ -address=/interaction.bayimob.com/ -address=/baynote.net/ -address=/baypops.com/ -address=/analytics-static.ugc.bazaarvoice.com/ -address=/bazhigu.com/ -address=/track.bazonline.ch/ -address=/baztrack.com/ -address=/bb1429.com/ -address=/bb1acb0ea5ddb1fed8.com/ -address=/bb475d71fa0b1b2.com/ -address=/bb47d806f644cb2.com/ -address=/bbackcssmwam.com/ -address=/bbba8.com/ -address=/bbbp1.com/ -address=/bbbr8.com/ -address=/bbbx.xyz/ -address=/sa.bbc.co.uk/ -address=/stats.bbc.co.uk/ -address=/visualscience.external.bbc.co.uk/ -address=/ssc.api.bbc.com/ -address=/r.bbci.co.uk/ -address=/bbckaxifryxcno.com/ -address=/du1.bbdj.com/ -address=/bbdsdy.com/ -address=/bbelements.com/ -address=/bbeyay41026.cn/ -address=/bbfasycx.com/ -address=/bbhyqp.com/ -address=/bbillwowlfur.com/ -address=/bbitetuncmwfjd.com/ -address=/bbmptlckxgi.com/ -address=/bbnnjjom.com/ -address=/bbthat.com/ -address=/bbtrack.net/ -address=/bbtwdpczir.com/ -address=/bbuni.com/ -address=/bbuyirgucsbfwt.com/ -address=/1to1.bbva.com/ -address=/bc0a.com/ -address=/bcajjtbzmdrl.com/ -address=/bcash4you.com/ -address=/bccyyc.com/ -address=/bj.bcebos.com/ -address=/fc-feed.cdn.bcebos.com/ -address=/mgzs.cdn.bcebos.com/ -address=/cpu-baidu-com-block.cdn.bcebos.com/ -address=/hzyd.cdn.bcebos.com/ -address=/xsapp.cdn.bcebos.com/ -address=/httpdns.bcelive.com/ -address=/android.bcfads.com/ -address=/3wz6z.bchuangpi.cn/ -address=/bchur.com/ -address=/bclizbwet.com/ -address=/bcloudhost.com/ -address=/bcngvwvewfvw.com/ -address=/bcobmmozfan.com/ -address=/bcqrmuwbvxi.com/ -address=/bcservice.it/ -address=/bcunr.com/ -address=/bcvcmedia.com/ -address=/bcvrczvqlm.com/ -address=/bcvxpffzmkqf.com/ -address=/bczxmlqcugwgs.com/ -address=/bd202457b.com/ -address=/tracking.bd4travel.com/ -address=/mvo.bd6t4.xyz/ -address=/bdash-cloud.com/ -address=/bde.be/ -address=/m.bdeix.com/ -address=/bdhbtrizb.com/ -address=/trck.bdi-services.de/ -address=/bdiae.com/ -address=/ecma.bdimg.com/ -address=/ecmb.bdimg.com/ -address=/ecmc.bdimg.com/ -address=/ms.bdimg.com/ -address=/pups.bdimg.com/ -address=/su.bdimg.com/ -address=/bdisnqwfcq.com/ -address=/newsletter.bdnews24.com/ -address=/bdnfszdqwaduv.com/ -address=/bdozkocgkljj.com/ -address=/bdp.cn/ -address=/bdpuaw.com/ -address=/sofire.bdstatic.com/ -address=/zz.bdstatic.com/ -address=/ae.bdstatic.com/ -address=/mipcache.bdstatic.com/ -address=/su.bdstatic.com/ -address=/bdtongfei.cn/ -address=/dig.bdurl.net/ -address=/bdyhvguiq.com/ -address=/foreveryoung.gz01.bdysite.com/ -address=/bdyxzx.com/ -address=/be-funk.com/ -address=/be-notified.com/ -address=/beabsolom.com/ -address=/beaconads.com/ -address=/beaconstreetservices.com/ -address=/beacyoryjkbhqb.com/ -address=/beampulse.com/ -address=/beanscattering.jp/ -address=/beanstalkdata.com/ -address=/beanstock.com/ -address=/beatchucknorris.com/ -address=/beatriceeatr.com/ -address=/beautysafari.com/ -address=/beaverads.com/ -address=/beavertron.com/ -address=/bebadu.com/ -address=/bebelait.com/ -address=/bebi.com/ -address=/bebj.com/ -address=/bebreloomr.com/ -address=/h8.bec.com/ -address=/becanium.com/ -address=/becauseared.site/ -address=/becomedebtfree.com.au/ -address=/becoquin.com/ -address=/bedhdig.cn/ -address=/b.bedop.com/ -address=/bedorm.com/ -address=/bedsbreath.com/ -address=/beead.co.uk/ -address=/beead.net/ -address=/beeaimaid.com/ -address=/beeashale.club/ -address=/beeftransmission.com/ -address=/beeho.site/ -address=/beek99.com/ -address=/beeketing.com/ -address=/beelzgkdjr.com/ -address=/beemray.com/ -address=/beemrdwn.com/ -address=/beencounter.com/ -address=/beeppool.org/ -address=/beespace.com.ua/ -address=/wbmwss.beetv.net/ -address=/beewanuk.net/ -address=/tracker.beezup.com/ -address=/befade.com/ -address=/befirstcdn.com/ -address=/beggarthodcomp.info/ -address=/begun.ru/ -address=/behavioralengine.com/ -address=/behe.com/ -address=/beholder.xyz/ -address=/behybmunweid.com/ -address=/m.beidian.com/ -address=/beifmu.com/ -address=/d.beigedi.com/ -address=/ad.beihai365.com/ -address=/beijinglvyou.net.cn/ -address=/tracking.beilagen-prospekte.de/ -address=/a.beilamusi.com/ -address=/static.beilamusi.com/ -address=/adm.beimg.com/ -address=/beineiros.xyz/ -address=/beintoo.com/ -address=/beiren.xyz/ -address=/beiven.pw/ -address=/beiyu.xin/ -address=/bejotlmrijxvor.com/ -address=/bejzz.top/ -address=/bekannt-im-web.de/ -address=/eulerian.belambra.be/ -address=/eulerian.belambra.fr/ -address=/belamicash.com/ -address=/belboon.de/ -address=/analytics.belgacom.be/ -address=/belgradualuna.site/ -address=/belicimo.pw/ -address=/beliebtestewebseite.de/ -address=/vnf4.belleetbio.com/ -address=/belmonhezamil.pro/ -address=/belointeractive.com/ -address=/belstat.be/ -address=/belstat.com/ -address=/belstat.de/ -address=/belstat.fr/ -address=/belstat.nl/ -address=/beludicolor.com/ -address=/belvertising.be/ -address=/belwrite.com/ -address=/mmi.bemobile.ua/ -address=/bemzepcnp.com/ -address=/coro.benbaisteel.com/ -address=/dfc1.benbaisteel.com/ -address=/hyfh.benbaisteel.com/ -address=/benchit.com/ -address=/benchtag2.co/ -address=/benniuluntai.cn/ -address=/bensezhiye.com/ -address=/a.benshiw.net/ -address=/bensonnsns.com/ -address=/bentengcn.com/ -address=/bentonow.com/ -address=/beopinion.com/ -address=/bepolite.eu/ -address=/beqkxrcgjfnc.com/ -address=/berateveng.ru/ -address=/berfd.xyz/ -address=/berg-6-82.com/ -address=/beringmedia.com/ -address=/consent.berliner-kurier.de/ -address=/track.berliner-kurier.de/ -address=/ubt.berlingskemedia.net/ -address=/ac.berlinonline.de/ -address=/boss.berlinonline.de/ -address=/track.bernerzeitung.ch/ -address=/bertekoa.net/ -address=/berush.com/ -address=/bes-progfree.com/ -address=/beserte.pro/ -address=/besguses.pro/ -address=/besocial.online/ -address=/besstahete.info/ -address=/best-top.de/ -address=/best-top.ro/ -address=/best-zb.com/ -address=/best100catfights.com/ -address=/best2019-games-web1.com/ -address=/best5ex.com/ -address=/bestcasinopartner.com/ -address=/bestcoinsignals.com/ -address=/bestcontactform.com/ -address=/bestcontentcompany.top/ -address=/i.bestcontentfare.top/ -address=/bestcontentfood.top/ -address=/bestcontentpc.top/ -address=/bestcontentservice.top/ -address=/bestcontentsoftware.top/ -address=/bestcontentuse.top/ -address=/bestdeals.ws/ -address=/bestforexpartners.com/ -address=/bestforexplmdb.com/ -address=/bestgameads.com/ -address=/besthitsnow.com/ -address=/besthuaxia.com/ -address=/besti.ga/ -address=/bestmobiworld.com/ -address=/bestofferdirect.com/ -address=/performances.bestofmedia.com/ -address=/bestonlinecoupons.com/ -address=/a1.bestopview.com/ -address=/bestpricewala.com/ -address=/bestproducttesters.com/ -address=/bestquickcontentfiles.com/ -address=/bestsecurepractice.com/ -address=/tracker.bestshopping.com/ -address=/bestssn.com/ -address=/bestvideo2019.xyz/ -address=/fans.bestvogue.com/ -address=/besucherstats.de/ -address=/besucherzaehler-counter.de/ -address=/besucherzaehler-homepage.de/ -address=/besucherzaehler-zugriffszaehler.de/ -address=/besucherzaehler.org/ -address=/besucherzahlen.com/ -address=/bet3000partners.com/ -address=/bet36500050.com/ -address=/bet365affiliates.com/ -address=/betarget.com/ -address=/betarget.de/ -address=/betting.betfair.com/ -address=/betimbur.com/ -address=/betoga.com/ -address=/betohomeall.com/ -address=/betpartners.it/ -address=/betrad.com/ -address=/betsonsport.ru/ -address=/casino.betsson.com/ -address=/bettermetrics.co/ -address=/betterzip.net/ -address=/betterzipcn.com/ -address=/bettingpartners.com/ -address=/partners.betus.com/ -address=/betweendigital.com/ -address=/beucsyzvwdzqu.com/ -address=/beusable.net/ -address=/affportal-lb.bevomedia.com/ -address=/bewaslac.com/ -address=/bewaycare.com/ -address=/bewtqjkrfo.com/ -address=/bexbpzultczaa.com/ -address=/bexrnrxbgh.com/ -address=/beyondcompare.cc/ -address=/bezproudoff.cz/ -address=/bf-ad.net/ -address=/bf-tools.net/ -address=/bfast.com/ -address=/bfb487de1f2da5c.com/ -address=/bfc70a51929fff2d7fe.com/ -address=/static1.bfdcdn.com/ -address=/bfe4e6d364be199.com/ -address=/bfeofwzszuis.com/ -address=/bfgg365.com/ -address=/m.bfhfhk.cn/ -address=/bfjwdxeakfifak.com/ -address=/bfkpzjqpawfu.com/ -address=/bfmio.com/ -address=/di8n.bfmtv.com/ -address=/bfoleyinteractive.com/ -address=/bfrhqyaxtxbq.com/ -address=/bftmphbwpwnnt.com/ -address=/bfvkxdhrnx.com/ -address=/bfxachbubcki.com/ -address=/bg6s0.com/ -address=/m.bgaix.com/ -address=/bgcse.cn/ -address=/bggvfsvaqjvamg.com/ -address=/bggznyujioad.com/ -address=/bgibrhkn.com/ -address=/bgiiubagsuvv.com/ -address=/m.bgj113.cn/ -address=/bgj216.cn/ -address=/e.bgj582.cn/ -address=/m.bgj582.cn/ -address=/m.bgj673.cn/ -address=/m.bgj781.cn/ -address=/m.bgj935.cn/ -address=/m.bgkgko.cn/ -address=/bglnzzsgigbto.com/ -address=/bgmgyuzcfrujc.com/ -address=/bgmtracker.com/ -address=/bgpng.me/ -address=/bgqddlvq.com/ -address=/bgrndi.com/ -address=/bgtrtv.top/ -address=/bgvexbybxxbcao.com/ -address=/bgvfceqpqzx.com/ -address=/bgwbqsmj.com/ -address=/bgwucxto.com/ -address=/bh100.com.cn/ -address=/bh3.net/ -address=/1.bh5.com.cn/ -address=/bhaoea.cn/ -address=/profile.bharatmatrimony.com/ -address=/analytics.bhaskar.com/ -address=/bhcumsc.com/ -address=/m.bhkhkm.cn/ -address=/bhlusdvadp.com/ -address=/bhplyiegippcw.com/ -address=/bhpxcsmvkqgd.com/ -address=/bhrebiicmcj.com/ -address=/trk.bhs4.com/ -address=/bhuak.com/ -address=/bhwpdezzduthrp.com/ -address=/bhyddc.com/ -address=/fei232.bhzje7ua9.com/ -address=/biandaosheng.com/ -address=/bianxianmao.com/ -address=/bianxianwu.com/ -address=/biaoshipai.net/ -address=/biavgmpz.com/ -address=/bibblio.org/ -address=/biberukalap.com/ -address=/bibi100.com/ -address=/bibi91.com/ -address=/bicarepterone.net/ -address=/bid.run/ -address=/bidadx.com/ -address=/bidderrtb.com/ -address=/biddingx.com/ -address=/bidfilter.com/ -address=/bidfppkjo.com/ -address=/bidgear.com/ -address=/bidhead.net/ -address=/bidiology.com/ -address=/bidr.io/ -address=/bidswitch.net/ -address=/bidsxchange.com/ -address=/bidsystem.com/ -address=/bidtheatre.com/ -address=/cn.bidushe.com/ -address=/bidverdrd.com/ -address=/bidverdrs.com/ -address=/bidvertiser.com/ -address=/bidzzbjzx.com/ -address=/biemedia.com/ -address=/bifieyhg.com/ -address=/m.bififd.cn/ -address=/stats.big-boards.com/ -address=/bigbootymania.com/ -address=/bigcattracks.com/ -address=/bigchoicegroup.com/ -address=/analytics.bigcommerce.com/ -address=/bigdoor.com/ -address=/bigfineads.com/ -address=/bighot.ru/ -address=/bigmining.com/ -address=/bigmir.net/ -address=/bigmobileads.com/ -address=/bigpulpit.com/ -address=/bigreal.org/ -address=/bigstats.net/ -address=/bigtracker.com/ -address=/bihutg.com/ -address=/biijdpauyvf.com/ -address=/bijkemraly.com/ -address=/bijscode.com/ -address=/bikeacasqaxbs.com/ -address=/bikepasture.com/ -address=/bxs.bilandgo.com/ -address=/bilbaopisos.es/ -address=/pixel.bild.de/ -address=/rem-track.bild.de/ -address=/bildirnet.com/ -address=/bildirt.com/ -address=/bileth.pw/ -address=/dataflow.biliapi.com/ -address=/data.bilibili.com/ -address=/miniapp.bilibili.com/ -address=/cm.bilibili.com/ -address=/biliqpvehf.com/ -address=/billionfocus.com/ -address=/billionpops.com/ -address=/billypub.com/ -address=/bilsyndication.com/ -address=/biluzhang.cn/ -address=/bimlocal.com/ -address=/t.bimvid.com/ -address=/bin-layer.de/ -address=/bin-layer.ru/ -address=/binarybusiness.de/ -address=/binaryoptions24h.com/ -address=/binaryoptionsgame.com/ -address=/binchoise.ml/ -address=/bat.bing.com/ -address=/c.bing.com/ -address=/telemetry.appex.bing.net/ -address=/bingdianhuanyuan.cn/ -address=/bingdiantao.com/ -address=/bingo4affiliates.com/ -address=/bingohall.ag/ -address=/bingyinq.com/ -address=/stats.binki.es/ -address=/binlayer.com/ -address=/binlayer.de/ -address=/binsatbee.club/ -address=/an.biocoop.cn/ -address=/bionicclick.com/ -address=/ai.bioon.com/ -address=/biosda.com/ -address=/bip-bip-blip.com/ -address=/bipwrite.com/ -address=/ku.biquge.info/ -address=/mx.biquge.info/ -address=/wu.biquge.info/ -address=/jvyigg.biquge.lu/ -address=/biquge22.com/ -address=/j.biquge520.cc/ -address=/m.biquge5200.cc/ -address=/f1c.i.biquge5200.com/ -address=/ow.biqugego.com/ -address=/owin.biqugego.com/ -address=/bd.m.biqugeso.com/ -address=/hioqbb99.biqugeso.com/ -address=/jhgff23az.biqugetv.com/ -address=/du.biqukan.com/ -address=/read.wap.biqukan.com/ -address=/jvyigg.biqumo.com/ -address=/t.birchlane.com/ -address=/birdmedia.com/ -address=/biskerando.com/ -address=/bit-bork-boodle.com/ -address=/g.bit.pt/ -address=/bitads.net/ -address=/bitadv.co/ -address=/bglog.bitauto.com/ -address=/carstat.bitauto.com/ -address=/log.bitauto.com/ -address=/g.bitauto.com/ -address=/gimg.bitauto.com/ -address=/gstat.bitauto.com/ -address=/ad.bitbay.net/ -address=/bitclub.network/ -address=/bitclubnetwork.com/ -address=/bitcoadz.io/ -address=/bitcoin-pay.eu/ -address=/bitcoinadvertisers.com/ -address=/inside.bitcomet.com/ -address=/bitcoset.com/ -address=/stats.bitgravity.com/ -address=/vserv.bc.cdn.bitgravity.com/ -address=/g.bitmag.com.br/ -address=/ad.bitmedia.io/ -address=/licensing.bitmovin.com/ -address=/bitonclick.com/ -address=/api.bitp.it/ -address=/bitraffic.com/ -address=/cod.bitrec.com/ -address=/bitsumactivationserver.com/ -address=/bittads.com/ -address=/bitterstrawberry.org/ -address=/bittraffic.io/ -address=/bitx.tv/ -address=/bityah-sym.com/ -address=/bivitr.com/ -address=/bivujadpvk.com/ -address=/biwkvlmnpwulfl.com/ -address=/bixinkeji.top/ -address=/bixuyao.com.cn/ -address=/img1.biyan8.com/ -address=/biyibia.com/ -address=/bizfo.co.uk/ -address=/bizible.com/ -address=/bizo.com/ -address=/bizographics.com/ -address=/blip.bizrate.com/ -address=/bizrotator.com/ -address=/bizspring.net/ -address=/bizx.info/ -address=/bizzclick.com/ -address=/bizzibeans.net/ -address=/bj-bytsk.com/ -address=/bj1110.online/ -address=/bjbrtc.com/ -address=/bjcathay.com/ -address=/bjceodmwesmbth.com/ -address=/bbs.bjchun.com/ -address=/bjcpcnhssg.com/ -address=/bjcvibh.com/ -address=/bjdianyue.com/ -address=/bjdthyywcargba.com/ -address=/bjeai.com/ -address=/bjedpt.com/ -address=/bjgtsh.com/ -address=/vt.bjhdonline.com/ -address=/bjhengdiao.com/ -address=/bjhjw.com.cn/ -address=/bjhuhangjy.com/ -address=/bjjingda.com/ -address=/bjkejdex.com/ -address=/bjlrdxcjnyxuba.com/ -address=/as.bjmama.net/ -address=/bjmcmj.cn/ -address=/bjofqnbtokzz.com/ -address=/bjqftcty.com/ -address=/bjshimgqbc.com/ -address=/bjsncykyjctsbjxzx.cn/ -address=/bjtrld.com/ -address=/js.bju888.com/ -address=/bjuodbdjluix.com/ -address=/bjwvegvcgbyypx.com/ -address=/bjxiaohua.com/ -address=/bjxrjybjnh.com/ -address=/bjygfd.com/ -address=/bjzcbx.com/ -address=/bkdg.net/ -address=/bkdurgyahjhb.com/ -address=/bkedsknecp.com/ -address=/bkfilgmhnnbq.com/ -address=/bkhzwuddpxjmyu.com/ -address=/2016.bkill.net/ -address=/bkjrxvxa.com/ -address=/bkovnfkkfo.com/ -address=/bkrtx.com/ -address=/m.bkuax.com/ -address=/bkuubwuarrkxk.com/ -address=/bkvtrack.com/ -address=/bkyhq.cn/ -address=/bl0uxepb4o.com/ -address=/bla01.com/ -address=/t.blablacar.com/ -address=/black6adv.com/ -address=/vipdn123.blackapplehost.com/ -address=/promo.blackcrush.com/ -address=/blackfalcon5.net/ -address=/br.blackfling.com/ -address=/d1054130-28095.cp.blacknight.com/ -address=/blacknite.eu/ -address=/banners.blacksexmatch.com/ -address=/geobanner.blacksexmatch.com/ -address=/blacktri.com/ -address=/blaghfpd.com/ -address=/blamads.com/ -address=/blardenso.com/ -address=/blatungo.com/ -address=/mepra.blautechnology.cl/ -address=/pistyll.bleacherreport.com/ -address=/blebesidents.info/ -address=/blgrwhaww.com/ -address=/bliink.io/ -address=/blinkadr.com/ -address=/t.blinkist.com/ -address=/blinko.es/ -address=/blinkogold.es/ -address=/pings.blip.tv/ -address=/blisldgsqk.com/ -address=/blismedia.com/ -address=/bliss-systems-api.co.uk/ -address=/blissfulonline.com/ -address=/pixel.blivenyc.com/ -address=/js9318.bllzgqbyp.com/ -address=/blockbreaker.io/ -address=/blockmetrics.com/ -address=/js.blog-daka.com/ -address=/blog-o-rama.de/ -address=/blog-stat.com/ -address=/blog-webkatalog.de/ -address=/blog104.com/ -address=/blogad.com.tw/ -address=/blogads.com/ -address=/blogcatalog.com/ -address=/blogclans.com/ -address=/blogcounter.com/ -address=/blogcounter.de/ -address=/blogdaka.cc/ -address=/blogdaka.xyz/ -address=/blogengage.com/ -address=/pr.blogflux.com/ -address=/insights.blogfoster.com/ -address=/stats.blogg.se/ -address=/bloggerads.net/ -address=/bloggeramt.de/ -address=/bloggerei.de/ -address=/bloggerex.com/ -address=/x.bloggurat.net/ -address=/blogherads.com/ -address=/blogkiemtien.club/ -address=/bloglife24.com/ -address=/bloglines.com/ -address=/blogmeetsbrand.com/ -address=/blogohertz.com/ -address=/counter.blogoscoop.net/ -address=/stats.blogoscoop.net/ -address=/blogpatrol.com/ -address=/blogrankers.com/ -address=/blogranking.net/ -address=/blogreaderproject.com/ -address=/blogscounter.com/ -address=/blogsontop.com/ -address=/fcgadgets.blogspot.com/ -address=/blogtoplist.com/ -address=/blogtopsites.com/ -address=/blogtraffic.de/ -address=/blogtw.net/ -address=/counter.bloke.com/ -address=/blood23.cn/ -address=/analytics.bloomberg.com/ -address=/location.bloomberg.com/ -address=/blossommo.com/ -address=/blossoms.com/ -address=/stats-newyork1.bloxcms.com/ -address=/blqgnbxva.com/ -address=/blrqeqn.com/ -address=/blu5fdclr.com/ -address=/bluhostedbanners.blucigs.com/ -address=/blueadvertise.com/ -address=/stats.bluebillywig.com/ -address=/bluecava.com/ -address=/blueconic.net/ -address=/bluecore.com/ -address=/bluecounter.de/ -address=/bluedawning.com/ -address=/img.bluehost.com/ -address=/gg.blueidea.com/ -address=/blueimagen.com/ -address=/blueioabj.com/ -address=/bluekai.com/ -address=/iiid.bluescream.cn/ -address=/bluestreak.com/ -address=/bluetoad.com/ -address=/bluposr.com/ -address=/dpm.bluray-disc.de/ -address=/blvdstatus.com/ -address=/blwgtqakqaxemz.com/ -address=/bm23.com/ -address=/bm324.com/ -address=/bmanpn.com/ -address=/bmayyviswklkd.com/ -address=/bmbvnmgucbk.com/ -address=/bmcm.ml/ -address=/bmcm.pw/ -address=/bmdjnvorps.com/ -address=/bmfwwz.top/ -address=/bmgan.com/ -address=/bmichkohfqtnvq.com/ -address=/bmjpxyrpiyq.com/ -address=/bmlmedia.com/ -address=/bmmetrix.com/ -address=/bmnr.pw/ -address=/file.bmob.cn/ -address=/static.bmob.cn/ -address=/bmst.pw/ -address=/bmuju.com/ -address=/bmvjnewxkyi.com/ -address=/stats.bmw.de/ -address=/bmw100.cn/ -address=/bmwocmqtpi.com/ -address=/bmxyvebkmyy.com/ -address=/bright.bncnt.com/ -address=/bndkifres.com/ -address=/bnhtml.com/ -address=/bnielrtzc.com/ -address=/bninc2.cn/ -address=/bnjhbghjznq.com/ -address=/bnjrtdsafo.com/ -address=/bnjuhrbpdjtjul.com/ -address=/bnlqhnqnqveo.com/ -address=/bnmla.com/ -address=/bnq86.com/ -address=/bnqfbcnzdt.com/ -address=/bnrdom.com/ -address=/bnrs.it/ -address=/bnrsis.com/ -address=/bnrslks.com/ -address=/bnserving.com/ -address=/bnsoutlaws.co.uk/ -address=/bnsowzvglhu.com/ -address=/bnstnhto.com/ -address=/bntech.io/ -address=/bnuni.com/ -address=/bnzxc.xyz/ -address=/boaawvdg.com/ -address=/boafabie.com/ -address=/board-books.com/ -address=/boashesu.net/ -address=/bob-bob-bobble.com/ -address=/bobarmale.online/ -address=/bobblewrite.com/ -address=/ad.bobi.tw/ -address=/bobo.com/ -address=/w.bobocn.cn/ -address=/bobotune.com/ -address=/bobwjhcuavqklk.com/ -address=/bocpqkpmez.com/ -address=/bocqmlgslzoo.com/ -address=/bodaimen.com/ -address=/bodapet.com/ -address=/bodelen.com/ -address=/uio.boencj.com/ -address=/boerilav.com/ -address=/bogads.com/ -address=/m.bogubogu.cn/ -address=/bohowhepsandked.info/ -address=/bohuaqiche.com/ -address=/boiceta.com/ -address=/boinkcash.com/ -address=/click.bokecc.com/ -address=/bokilora.com/ -address=/bokroet.com/ -address=/bolizirs.com/ -address=/contadores.bolsamania.com/ -address=/bonad.io/ -address=/bondinra.com/ -address=/bongacams.com/ -address=/bonitrust.de/ -address=/bonnieradnetwork.se/ -address=/fusion.bonniertidskrifter.se/ -address=/stocker.bonnint.net/ -address=/bontech-zh.com/ -address=/bonugmdpqyvjc.com/ -address=/bonuscounter.de/ -address=/bonzai.ad/ -address=/bonzuna.com/ -address=/boo-box.com/ -address=/boodlewrite.com/ -address=/book9.net/ -address=/a1.bookapka.com/ -address=/bookbudd.com/ -address=/affiliates.bookdepository.co.uk/ -address=/affiliates.bookdepository.com/ -address=/bookingdragon.com/ -address=/bookmrk.us/ -address=/bookofkisl.com/ -address=/bookofsex.com/ -address=/a.booksir.cn/ -address=/c.booksir.com.cn/ -address=/boom-boom-vroom.com/ -address=/boomerang.com.au/ -address=/boomgamescloud-cdn.cn/ -address=/boomtrain.com/ -address=/booraipa.com/ -address=/boostable.com/ -address=/boostads.net/ -address=/boostclic.com/ -address=/booster3d.com/ -address=/boostshow.com/ -address=/bootstrap-framework.org/ -address=/bootstrap-js.com/ -address=/bootstraplugin.com/ -address=/bop-bop-bam.com/ -address=/boplhfqz.com/ -address=/bopohsage.com/ -address=/boqdapoiv.com/ -address=/boratestfishke.info/ -address=/borazita.com/ -address=/bordeded.pro/ -address=/stat.boredomtherapy.com/ -address=/geoip.boredpanda.com/ -address=/boriouseruwer.info/ -address=/bororango.com/ -address=/borotango.com/ -address=/borrango.com/ -address=/borsendental.com/ -address=/vkont.bos.ru/ -address=/bosatria.cn/ -address=/boschetto-hotel.gr/ -address=/bas.boshi.tv/ -address=/bosiwangzi.cn/ -address=/bosspush.com/ -address=/up.boston.com/ -address=/bostonparadise.com/ -address=/bostonwall.com/ -address=/botdetector.ru/ -address=/botize.com/ -address=/botman.ninja/ -address=/botscanner.com/ -address=/botsvisit.com/ -address=/boubeeth.com/ -address=/boudja.com/ -address=/boudougu.com/ -address=/bouermes.be/ -address=/bouillerines.website/ -address=/clk.boulanger.com/ -address=/tag.boulanger.fr/ -address=/bounce.bar/ -address=/bounceexchange.com/ -address=/bouncepilot.com/ -address=/bouncex.com/ -address=/px.boundhub.com/ -address=/ea.bouquetnantais.com/ -address=/bournemouthecho-gb.bournemouthecho.co.uk/ -address=/boursnormaticm.info/ -address=/c0011.boursorama.com/ -address=/bovada.lv/ -address=/boweineng.cn/ -address=/bowells.com/ -address=/boxercrazy.org/ -address=/coconuts.boy.jp/ -address=/boyalebut.site/ -address=/b.boyfriendtv.com/ -address=/boylesportsreklame.com/ -address=/boyxu.cn/ -address=/bozhihua.com/ -address=/lerg.bpafree.cn/ -address=/bpasyspro.com/ -address=/bpdffh.cn/ -address=/bpilvlbzegwf.com/ -address=/piti.bplaced.net/ -address=/bplzgzpqp.com/ -address=/bpmonline.com/ -address=/bpmskwgodi.com/ -address=/bposterss.net/ -address=/bpplltxabaayhm.com/ -address=/bppzqphtd.com/ -address=/bpsxhmtotf.com/ -address=/bptracking.com/ -address=/bqbkoyasur.com/ -address=/bqchqjmbkt.com/ -address=/bqcoenkrlqk.com/ -address=/bqhnj.cn/ -address=/bqiovml.com/ -address=/bqntkevvmkk.com/ -address=/bqqsdv73724.cn/ -address=/bqyzesmanfucq.com/ -address=/bracewellfamily.com/ -address=/brafsc.top/ -address=/brainient.com/ -address=/client-analytics.braintreegateway.com/ -address=/branch.io/ -address=/branchr.com/ -address=/brand-display.com/ -address=/t.brand-server.com/ -address=/brand.net/ -address=/brandads.net/ -address=/brandaffinity.net/ -address=/eulerian.brandalley.fr/ -address=/tag.brandcdn.com/ -address=/brandclik.com/ -address=/analytics.brandcrumb.com/ -address=/brandlock.io/ -address=/tracking.brandmentions.com/ -address=/tracking1.brandmentions.com/ -address=/brandmetrics.com/ -address=/brandreachsys.com/ -address=/brassrule.com/ -address=/brat-online.ro/ -address=/braun634.com/ -address=/analytics.brave.com/ -address=/bravenetmedianetwork.com/ -address=/braze.com/ -address=/bbp.brazzers.com/ -address=/brcdn.com/ -address=/breadpro.com/ -address=/breakfastboat.com/ -address=/widget.breakingburner.com/ -address=/breakingfeedz.com/ -address=/brealtime.com/ -address=/bred4tula.com/ -address=/edge.bredg.com/ -address=/ip.breitbart.com/ -address=/brgzqubngqbioh.com/ -address=/bans.bride.ru/ -address=/bride1.com/ -address=/bridgetrack.com/ -address=/bridgevine.com/ -address=/brightadnetwork.com/ -address=/metrics.brightcove.com/ -address=/brighteroption.com/ -address=/brightfunnel.com/ -address=/brightinfo.com/ -address=/brightonclick.com/ -address=/brightshare.com/ -address=/brilig.com/ -address=/brinarynuker.site/ -address=/brinein.com/ -address=/bringmesports.com/ -address=/track.briskfile.com/ -address=/bristlyapace.com/ -address=/brizads.com/ -address=/brlfycvtbo.com/ -address=/broadcastbed.com/ -address=/broaddoor.com/ -address=/broadstreetads.com/ -address=/broadtech.co/ -address=/broced.co/ -address=/brokeloy.com/ -address=/brominer.com/ -address=/bronto.com/ -address=/broomboxmain.com/ -address=/brothersincash.com/ -address=/js.brow.si/ -address=/browser-statistik.de/ -address=/browser-update.org/ -address=/browsermine.com/ -address=/browserpusher.com/ -address=/browserr.top/ -address=/browsers.support/ -address=/browsersfeedback.com/ -address=/xdadevelopers.browsi.mobi/ -address=/browsiprod.com/ -address=/brqvld0p.com/ -address=/brrqeprqsrvrt.com/ -address=/brsrvr.com/ -address=/brtsumthree.com/ -address=/brucelead.com/ -address=/bruceleadx.com/ -address=/bruceleadx1.com/ -address=/bruceleadx2.com/ -address=/bruceleadx3.com/ -address=/bruceleadx4.com/ -address=/bryvvdtek.com/ -address=/m.bs641.cn/ -address=/bs777.net/ -address=/sdk.appadhoc.com.bsclink.cn/ -address=/bscy05.cn/ -address=/bsfnvvxjcisif.com/ -address=/bsgimhqko.com/ -address=/bshare.cn/ -address=/a.bshu.com/ -address=/bskeye.com/ -address=/bskijhtct.com/ -address=/bskwrsjudrp.com/ -address=/bslmw.com/ -address=/bsmakeup.com.cn/ -address=/e.bsnnk.com/ -address=/m.bsnnk.com/ -address=/bsoswwiwzs.com/ -address=/bsqbdbtftyu.com/ -address=/bsriedu.cn/ -address=/bsrkt.com/ -address=/bstn-14-ma.com/ -address=/mo.bsxr.com.cn/ -address=/bszaoqzjyx.com/ -address=/btbuckets.com/ -address=/btbuigpxge.com/ -address=/y.btdc8.cn/ -address=/btgovcuviqor.com/ -address=/s.btime.com/ -address=/btkxogjoxtd.com/ -address=/btmp4.net/ -address=/btnativedirect.com/ -address=/btnibbler.com/ -address=/btonzfjleinuax.com/ -address=/btovopyov.com/ -address=/btpnav.com/ -address=/tool.btrabbit.la/ -address=/btrdlsehltu.com/ -address=/btrll.com/ -address=/btserve.com/ -address=/btssy.net/ -address=/btstatic.com/ -address=/bttbgroup.com/ -address=/bttrack.com/ -address=/btttag.com/ -address=/btttmgxtziztqq.com/ -address=/btwan5.com/ -address=/btyou.com/ -address=/bu520.com/ -address=/jc.bubbleandyeson.com/ -address=/bubblesmedia.ru/ -address=/bubblestat.com/ -address=/bucketsofbanners.com/ -address=/natural.buckeyeenergyforum.com/ -address=/bucksfreepress-gb.bucksfreepress.co.uk/ -address=/sp.bucyrustelegraphforum.com/ -address=/budgetedbauer.com/ -address=/budurl.com/ -address=/buffalogoesout.com/ -address=/bufferapp.com/ -address=/bugcreator.cn/ -address=/down.bugeyu.com/ -address=/bugherd.com/ -address=/bcjjg.bugsevent.com/ -address=/bcjxf.bugsevent.com/ -address=/buhlhkkvljt.com/ -address=/buildtrafficx.com/ -address=/buildviet.info/ -address=/bukpsslm.com/ -address=/buleor.com/ -address=/bulkeach.com/ -address=/bulkhentai.com/ -address=/bullads.net/ -address=/bultigho.net/ -address=/bumblecash.com/ -address=/bumlam.com/ -address=/bumpin.com/ -address=/bumq.com/ -address=/bumskontakte.ch/ -address=/bunchbox.co/ -address=/bunchofads.com/ -address=/bunlxlhmsoizsa.com/ -address=/bunny-net.com/ -address=/bupserge.com/ -address=/burjam.com/ -address=/sp.burlingtonfreepress.com/ -address=/burnbubble.com/ -address=/burnsoftware.info/ -address=/burporess.pro/ -address=/burria.info/ -address=/bursagarc.com/ -address=/burstbeacon.com/ -address=/burstnet.com/ -address=/burt.io/ -address=/busandcob.site/ -address=/ivitrine.buscape.com/ -address=/bushoagh.com/ -address=/businesscare.com/ -address=/businessclick.ch/ -address=/businessclick.com/ -address=/admsapi.businessweekly.com.tw/ -address=/cts.businesswire.com/ -address=/busions.com/ -address=/busterzaster.de/ -address=/butcalve.com/ -address=/butlerelectricsupply.com/ -address=/butter.to/ -address=/butterbulb.com/ -address=/butterburst.com/ -address=/bux1le001.com/ -address=/buxept.com/ -address=/buxflow.com/ -address=/buxmllzyoxnr.com/ -address=/buxp.org/ -address=/tracking.shoptogether.buy.com/ -address=/buyflood.com/ -address=/buyorselltnhomes.com/ -address=/buysellads.com/ -address=/buysellads.net/ -address=/traffic.buyservices.com/ -address=/buyt.in/ -address=/buythis.ad/ -address=/buyu8001.com/ -address=/buywing.com/ -address=/beijing.buzhi5.com/ -address=/buzina.xyz/ -address=/buzz-stats.com/ -address=/buzzadexchange.com/ -address=/buzzadnetwork.com/ -address=/buzzads.com/ -address=/buzzbuttons.com/ -address=/buzzcity.net/ -address=/buzzdeck.com/ -address=/stats.buzzea.com/ -address=/abeagle-public.buzzfeed.com/ -address=/pixiedust.buzzfeed.com/ -address=/buzzonclick.com/ -address=/buzzoola.com/ -address=/buzzparadise.com/ -address=/buzzzoo.net/ -address=/bv8888.com/ -address=/bvflzrtmcssyea.com/ -address=/bvjexgnagddtmu.com/ -address=/bvlbzzeqaafkj.com/ -address=/bvnmmdelarn.com/ -address=/bvoer.com/ -address=/bvosv.com/ -address=/bvovcgdwbafgmf.com/ -address=/bvrdzbzwa.com/ -address=/bvuficdch.com/ -address=/bvvqtaltc.com/ -address=/bvwkethv.com/ -address=/bvzdfhpyz.com/ -address=/bwaguyek.com/ -address=/tg.bwc178.com/ -address=/bwhkzhvq.com/ -address=/bwinpartypartners.com/ -address=/bwjteztqdlg.com/ -address=/bwoipfjnvbw.com/ -address=/bwuqqnxubseq.com/ -address=/bwwfncfuzahpg.com/ -address=/bx9000.top/ -address=/eh.bxche.com.cn/ -address=/bxczv.cn/ -address=/bxejeqyudkgum.com/ -address=/bxg68.com/ -address=/bxgjpocfz1g1jiwb.pro/ -address=/bxgmb.com/ -address=/bxgnnzwagkxur.com/ -address=/bxgz.cc/ -address=/bxhevqnz.com/ -address=/bxjpl.cn/ -address=/bxjt518.com/ -address=/bxknvtbmzsqc.com/ -address=/bxkpkskdox.com/ -address=/bxmns.com/ -address=/bxniyvvxufxyoy.com/ -address=/bxnvdau.com/ -address=/bxodbythc.com/ -address=/bxravgxfkubm.com/ -address=/bxvbtafvyaoc.com/ -address=/baidu.bxwx666.org/ -address=/bxxhbrpxqtwfq.com/ -address=/by8974.com/ -address=/by98.com/ -address=/byaqcsehcj.com/ -address=/byclitror.com/ -address=/bycxsh.com/ -address=/bydonline.com/ -address=/byebye.ml/ -address=/byfgrwrpqjdkj.com/ -address=/bygigguvflpv.com/ -address=/byhz.xyz/ -address=/bypbwm.cn/ -address=/webcare.byside.com/ -address=/byspot.com/ -address=/bystfied.pro/ -address=/bysziktift.com/ -address=/dm.bytedance.com/ -address=/bytemgdd.com/ -address=/wap001.bytravel.cn/ -address=/byujf.cn/ -address=/byusabodcwyct.com/ -address=/byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com/ -address=/byvue.com/ -address=/byxlivaqzo.com/ -address=/byzoo.org/ -address=/bza.co/ -address=/bzcjy.cn/ -address=/bzctqprddwhj.com/ -address=/bzeitvxguf.com/ -address=/bzfvcavza.com/ -address=/bzgijyfjo.com/ -address=/bzkmfzoxqmau.com/ -address=/bznclicks.com/ -address=/bdjj.bzr99.com/ -address=/bzrsybcg.com/ -address=/zxh.bzshzx.com/ -address=/bzspzpdrqjopj.com/ -address=/bzsukdfbotd.com/ -address=/bzvimexwdle.com/ -address=/bzxmgyfae.com/ -address=/cdn.c-i.as/ -address=/c-o-u-n-t.com/ -address=/c-on-text.com/ -address=/c-planet.net/ -address=/c-rings.net/ -address=/c02o3mpych.com/ -address=/c0594.com/ -address=/c0afd4609c303.com/ -address=/c10ed2b8b417880.com/ -address=/c16cp358.com/ -address=/c1exchange.com/ -address=/b1.c1km4.com/ -address=/c212.net/ -address=/c3metrics.com/ -address=/c3tag.com/ -address=/c4698cd6aed0dcef367.com/ -address=/c4tracking01.com/ -address=/t.c4tw.net/ -address=/c63d72a4022.com/ -address=/c75b9ac5103e5d125b8.com/ -address=/c77777777.com/ -address=/c7d470df880b1d0.com/ -address=/c8.net.ua/ -address=/c92a198b4e0a.com/ -address=/ca-mpr.jp/ -address=/ca4ec6874a33a13.com/ -address=/ca72472d7aee.com/ -address=/ca867c69a5d34.com/ -address=/caanalytics.com/ -address=/cab-too-low.com/ -address=/analytics-scripts.cablelabs.com/ -address=/ad.cacafly.com/ -address=/cacafly.net/ -address=/cacfbf85ad2005e4c31.com/ -address=/cache.am/ -address=/cache.fm/ -address=/stipple.cachefly.net/ -address=/flurry.cachefly.net/ -address=/cacl.fr/ -address=/cadchbpsifb.com/ -address=/cadlereducter.info/ -address=/cadreon.com/ -address=/cadsabs.com/ -address=/cadsabz.com/ -address=/cadsans.com/ -address=/cadsatz.com/ -address=/cadsecz.com/ -address=/cadsips.com/ -address=/cadsipz.com/ -address=/cadskis.com/ -address=/cadslimz.com/ -address=/cadsokz.com/ -address=/cadspmz.com/ -address=/cafe58cc6d0ac.com/ -address=/click2.cafepress.com/ -address=/cafooshy.net/ -address=/cagelrib.net/ -address=/cahvxjmcl.com/ -address=/caiba9.xyz/ -address=/caichenguang.cn/ -address=/caicool.co/ -address=/caiji.wiki/ -address=/stat.caijing.com.cn/ -address=/cailawyer.cn/ -address=/vip.cainiaofx.com/ -address=/cais181.com/ -address=/caithamo.net/ -address=/caiwanhui.top/ -address=/gg.caixin.com/ -address=/logstat.caixin.com/ -address=/apollo.caixin.com/ -address=/promote.caixin.com/ -address=/caiyifz.com/ -address=/ad.caiyunapp.com/ -address=/tracker.calameo.com/ -address=/calarm.info/ -address=/calcch.com/ -address=/calculated.cn/ -address=/calculatorstatement.com/ -address=/caljqsml.com/ -address=/call-tracking.by/ -address=/call-tracking.co.uk/ -address=/sp.caller.com/ -address=/api.callget.cn/ -address=/callingcardsinstantly.com/ -address=/callisto.fm/ -address=/callmeasurement.com/ -address=/callmewx.cn/ -address=/callrail.com/ -address=/callreports.com/ -address=/adtrack.calls.net/ -address=/calltrackingmetrics.com/ -address=/calltracks.com/ -address=/calltrk.com/ -address=/calotag.com/ -address=/caltat.com/ -address=/counter.cam-content.com/ -address=/widgetssec.cam-content.com/ -address=/cam-lolita.net/ -address=/cam4flat.com/ -address=/cam4tracking.com/ -address=/camads.net/ -address=/camakaroda.com/ -address=/camalbbuy.online/ -address=/camantasp.club/ -address=/camcrush.com/ -address=/camdough.com/ -address=/camduty.com/ -address=/dispatcher.camera360.com/ -address=/cameraprive.com/ -address=/campaigncog.com/ -address=/campanja.com/ -address=/campartner.com/ -address=/camplacecash.com/ -address=/camprime.com/ -address=/campromos.nl/ -address=/banners.cams.com/ -address=/promo.cams.com/ -address=/camsense.com/ -address=/camsitecash.com/ -address=/camsoda1.com/ -address=/camzap.com/ -address=/secure-stat.canal-plus.com/ -address=/snr4.canalplus.com/ -address=/canalstat.com/ -address=/canddi.com/ -address=/candid.zone/ -address=/count.candou.com/ -address=/usuf.candukang.cn/ -address=/cangnews.com/ -address=/cangshu.info/ -address=/canlytics.com/ -address=/cannabislyric.com/ -address=/cannabispicture.com/ -address=/cannontwin.com/ -address=/ga.canoe.ca/ -address=/canoeklix.com/ -address=/canonch.pro/ -address=/canopylabs.com/ -address=/canwi.mobi/ -address=/canyboysho.info/ -address=/tf.caohua.com/ -address=/tfssl.caohua.com/ -address=/caolvch.com/ -address=/cap-cap-pop.com/ -address=/capacitygrid.com/ -address=/caphyon-analytics.com/ -address=/capquqhuiazl.com/ -address=/capriciouscorn.com/ -address=/capsquirrel.com/ -address=/captainad.com/ -address=/captify.co.uk/ -address=/captifymedia.com/ -address=/captivate.ai/ -address=/captora.com/ -address=/capturemedia.network/ -address=/capturly.com/ -address=/analytics.carambatv.ru/ -address=/carambo.la/ -address=/caramel.press/ -address=/carbian.info/ -address=/carbonads.com/ -address=/carbonads.net/ -address=/carbours.com/ -address=/mmm.carbuyer.co.uk/ -address=/baidua1.cardbaobao.com/ -address=/baidua2.cardbaobao.com/ -address=/cardniu.com/ -address=/stats.cardschat.com/ -address=/caredaily.me/ -address=/caringzinc.com/ -address=/data.caroda.io/ -address=/vet0.carrefour-banque.fr/ -address=/count.carrierzone.com/ -address=/carrotquest.io/ -address=/tracking.carsales.com.au/ -address=/carscannon.com/ -address=/cartoontube.com/ -address=/cartorkins.com/ -address=/carts.guru/ -address=/cartstick.com/ -address=/carvarial.pro/ -address=/casalemedia.com/ -address=/casamama.nl/ -address=/casee.cn/ -address=/cash-ca-ching.com/ -address=/cash-duck.com/ -address=/cash-program.com/ -address=/cash4members.com/ -address=/cashbeet.com/ -address=/cashbigo.com/ -address=/cashburners.com/ -address=/cashcave.net/ -address=/cashcawrite.com/ -address=/cashcount.com/ -address=/cashinme.com/ -address=/cashlayer.com/ -address=/cashmylinks.com/ -address=/cashthat.com/ -address=/cashtrafic.com/ -address=/cashtrafic.info/ -address=/cashworld.biz/ -address=/casino-zilla.com/ -address=/banner2.casino.com/ -address=/casinohacksforyou.com/ -address=/caspion.com/ -address=/x.castanet.net/ -address=/casterist.info/ -address=/casterpretic.com/ -address=/t.castle.io/ -address=/castplatform.com/ -address=/casualstat.com/ -address=/super.cat898.com/ -address=/tracking.cat898.com/ -address=/track.catalogs.com/ -address=/vip.catcs.cn/ -address=/catgallery.com/ -address=/catjogger.win/ -address=/catwrite.com/ -address=/caughinga.info/ -address=/tracker.cauly.co.kr/ -address=/cauthuny.net/ -address=/cautiouscrate.com/ -address=/cautiouscredit.com/ -address=/caxiqapecuop.com/ -address=/caxvm62zyz.com/ -address=/caykotranybjvx.com/ -address=/cb-content.com/ -address=/cb4faf87ffae.com/ -address=/cba-fed-igh.com/ -address=/cbbsnmrwpqou.com/ -address=/subscriptions.cbc.ca/ -address=/uie.data.cbc.ca/ -address=/cbchvrgqb.com/ -address=/cbcjkmyetnqch.com/ -address=/cbclickbank.com/ -address=/cbclicks.com/ -address=/cbcomponent.com/ -address=/cbgujxjlp.com/ -address=/cbhpiuopomc.com/ -address=/cbiapaofuviswf.com/ -address=/cbiknyhztow.com/ -address=/cbleads.com/ -address=/metrics.cbn.com/ -address=/track.cbs.com/ -address=/dw.cbsi.com/ -address=/intent.cbsi.com/ -address=/isgprivacy.cbsi.com/ -address=/dw.cbsimg.net/ -address=/offers-service.cbsinteractive.com/ -address=/vidtech.cbsinteractive.com/ -address=/metrics.cbslocal.com/ -address=/mms.cbslocal.com/ -address=/cbtrk.net/ -address=/cbuxzegro.com/ -address=/cbwocsublalxz.com/ -address=/cby521.cn/ -address=/cby521.com/ -address=/cbyzgxhbovgwju.com/ -address=/cbzjukldosooj.com/ -address=/cc-dt.com/ -address=/sc.cc.com/ -address=/cc599.com/ -address=/ccbccb.cn/ -address=/cccab.club/ -address=/cccccd.com/ -address=/cccpmo.com/ -address=/cccwwwr.com/ -address=/ccgateway.net/ -address=/cchfjz.com/ -address=/ccjxybj.cn/ -address=/audiencies.ccma.cat/ -address=/tmgr.ccmbg.com/ -address=/ccmdgg.com/ -address=/cconseent.info/ -address=/images.ccqxqc.com/ -address=/ccrkqqnxmnwlm.com/ -address=/ccrtvi.com/ -address=/ccscserver.com/ -address=/ads.ccstock.cn/ -address=/imall.cctv.com/ -address=/ad.cctv.com/ -address=/cctvgb.com.cn/ -address=/cctyly.com/ -address=/cczixhwxprith.com/ -address=/cd-best.cn/ -address=/cd490573c64f3f.com/ -address=/cd828.com/ -address=/cd87c85eb2890d048d2.com/ -address=/cdaywwdyicf.com/ -address=/cdbhmahnjb.com/ -address=/cdbnx5.com/ -address=/cddjdjwatndgja.com/ -address=/cnstats.cdev.eu/ -address=/m.cdfdfq.cn/ -address=/cdgxq.com/ -address=/cdhenfan.com/ -address=/tracker-id.cdiscount.com/ -address=/cdjkngs.cn/ -address=/js.cdjqjy.com/ -address=/cdkxvrryzgd.com/ -address=/cdlinli.com/ -address=/lw1.cdmediaworld.com/ -address=/cdmjjvqzurn.com/ -address=/cdn-code.host/ -address=/cdn-jquery.host/ -address=/cdn-net.com/ -address=/cdn-server.top/ -address=/woaizhongguo.cdn111222.com/ -address=/cdn7.network/ -address=/cdn7.rocks/ -address=/cdn7now.com/ -address=/cdnads.com/ -address=/cdnanalytics.xyz/ -address=/cdnapi.net/ -address=/cdnasjdkajgfhgajfjkagfa.pro/ -address=/cdnativ.com/ -address=/cdnaz.win/ -address=/api.cdnbye.com/ -address=/st.cdnco.us/ -address=/by.tel.cdndm.com/ -address=/cdnfarm18.com/ -address=/cdnfiles.site/ -address=/cdnjke.com/ -address=/ad.cdnjm.cn/ -address=/cdnjsp.wang/ -address=/cdnmaster.cn/ -address=/cdnmaster.com/ -address=/cdnmedia.xyz/ -address=/cdnny.com/ -address=/cdnondemand.org/ -address=/cdnproviders.net/ -address=/cdnquality.com/ -address=/cdnrl.com/ -address=/cdntlz.cn/ -address=/cdntrf.com/ -address=/cdntrf.de/ -address=/node.cdntxt.com/ -address=/stat.rum.cdnvideo.ru/ -address=/pixel.cdnwidget.com/ -address=/cdooewrzvec.com/ -address=/cdookjqkri.com/ -address=/cdouj.com/ -address=/cdqjmc.com/ -address=/cdqweuwvagrbd.com/ -address=/xiazai.cdren.com/ -address=/tracker.cds-tracking.com/ -address=/cdsbnrs.co/ -address=/cdshusen.cn/ -address=/cdvjpzltcouxm.com/ -address=/cdvoqspgdp.com/ -address=/cdwqibctfz.com/ -address=/huhai.cdwz8.cn/ -address=/cdxjt.mobi/ -address=/m.cdxtny.cn/ -address=/cdxyb.cn/ -address=/cdyiipzo.com/ -address=/cdyqc.com/ -address=/cdzifdzftkmfof.com/ -address=/ads.ce.cn/ -address=/cmicapui.ce.gov.br/ -address=/wy.ce22d.cn/ -address=/ce62e0d222bc5aca.com/ -address=/ce9c00f41ae8cdd.com/ -address=/cea9d3d4f74fb831.com/ -address=/cebadu.com/ -address=/cebbe184db148.com/ -address=/image.cecash.com/ -address=/cedcdoqkrjabs.com/ -address=/cedexis.com/ -address=/track.cedsdigital.it/ -address=/ceeglagu.net/ -address=/ceeglousaud.com/ -address=/ceehimur.uk/ -address=/ceepq.com/ -address=/cef5b491241aa0f3.com/ -address=/cef9c80977e050.com/ -address=/cefqvuhygky.com/ -address=/cegludse.net/ -address=/ceincreatedaughtcha.info/ -address=/ceisystems.it/ -address=/ceiyo.com/ -address=/cejqceekq.com/ -address=/cekptlucf.com/ -address=/cekzdbewgnzu.com/ -address=/celeb-ads.com/ -address=/cs.celebbusters.com/ -address=/celebjihad.com/ -address=/statstracker.celebrity-gossip.net/ -address=/celebros-analytics.com/ -address=/celebrus.com/ -address=/celeritascdn.com/ -address=/ea.celio.com/ -address=/cellularbeton.it/ -address=/ads.celtra.com/ -address=/cache-ssl.celtra.com/ -address=/cache.celtra.com/ -address=/cdn.celtra.com/ -address=/track.celtra.com/ -address=/vpn.celueziben.com/ -address=/analytics.ceneo.pl/ -address=/cennter.com/ -address=/center.io/ -address=/centlysheerf.info/ -address=/centralnervous.net/ -address=/centraltag.com/ -address=/centralwestwater.com.au/ -address=/centrnotify.com/ -address=/centrpush.com/ -address=/centwrite.com/ -address=/ceoillwdcc.com/ -address=/ceparateauab.info/ -address=/cepegas.com/ -address=/m.cepga.cn/ -address=/ceprovidingsesse.info/ -address=/ceraitoa.com/ -address=/cerotop.com/ -address=/cerquasas.it/ -address=/certakesime.site/ -address=/certifica.com/ -address=/certified-apps.com/ -address=/ceruchina.com/ -address=/ceskarepublika.net/ -address=/cespousseluniv.info/ -address=/cetlog.jp/ -address=/cetrk.com/ -address=/cevwkduhwbuc.com/ -address=/cewaugaz.net/ -address=/cewbeyy.com/ -address=/cexetchy.net/ -address=/ceycwphrp.com/ -address=/ceyimthpmrct.com/ -address=/ceyiuy.com/ -address=/cezezo.top/ -address=/cezmxscvslmfhy.com/ -address=/cf0aac5b4b68f728b22.com/ -address=/cf26d627adf5.com/ -address=/m.cfanm.com/ -address=/cfasync.cf/ -address=/cfasync.ga/ -address=/cfasync.gq/ -address=/cfasync.ml/ -address=/cfasync.tk/ -address=/cfboo.com/ -address=/cfcdist.gdn/ -address=/cfcdist.loan/ -address=/cfcloudcdn.com/ -address=/cfdanet.com/ -address=/cferw.com/ -address=/cfff.net/ -address=/cfgr1.com/ -address=/cfhijdsb.cn/ -address=/t.cfjump.com/ -address=/cfkhdbzn.com/ -address=/cfknxewzz.com/ -address=/cfnumapv.com/ -address=/cformanalytics.com/ -address=/cfqpxzx.com/ -address=/cfraazitu.com/ -address=/cftervwhu.com/ -address=/cftrack.com/ -address=/cfts1tifqr.com/ -address=/cfupqlin.com/ -address=/cfuwbptxcdgza.com/ -address=/h1.cfxinxi.cn/ -address=/cfzskkkmjg.com/ -address=/cg2017.com/ -address=/cgaij.com/ -address=/cgamyfohry.com/ -address=/cgbqzfjf.com/ -address=/cgcukmix.com/ -address=/cghc87.cn/ -address=/cgjbizumzm.com/ -address=/cgkeasqkzfpepr.com/ -address=/cgkhqjuwfle.com/ -address=/cglcdshkqiuic.com/ -address=/cglpmszvpzzxj.com/ -address=/cglqqjxaaowb.com/ -address=/cgnfyfer.com/ -address=/cgociipdf.com/ -address=/cgskqg.com/ -address=/cgtqfbnviajcx.com/ -address=/y.cgtte.com/ -address=/cguru.ga/ -address=/cguvvvdxa.com/ -address=/cgwhbzfxhwltpm.com/ -address=/cgxxmy.com/ -address=/cgz0213.com/ -address=/ch-hr12333.com/ -address=/officeon.ch.ma/ -address=/tracking.chacha.com/ -address=/chachors.net/ -address=/chadegongxiao.com/ -address=/chaghets.net/ -address=/chaimeks.com/ -address=/chainads.io/ -address=/chainwalladsy.com/ -address=/challengedeprave.com/ -address=/chameleon.ad/ -address=/championmachinery-cn.com/ -address=/chandlertreatment.com/ -address=/chanelets-aurning.com/ -address=/chanet.com.cn/ -address=/changement.pro/ -address=/changhehengqi.com/ -address=/changmaoxinjzo.com/ -address=/chango.com/ -address=/changxiukj.com/ -address=/count.channeladvisor.com/ -address=/tracking2.channeladvisor.com/ -address=/t.channeladvisor.com/ -address=/cmp.channelpartner.de/ -address=/chaogej.com/ -address=/chaojilamei.cn/ -address=/chaoliangyun.com/ -address=/events.chaordicsystems.com/ -address=/j.chaorenjiaoshi.com/ -address=/chaoxianleather.ltd/ -address=/chapesx.site/ -address=/chapm.com/ -address=/chaptoor.com/ -address=/charanchedope.info/ -address=/chargeplatform.com/ -address=/charlesfc.com/ -address=/charltonmedia.com/ -address=/charmour.club/ -address=/chart.dk/ -address=/chartaca.com/ -address=/chartbeat.com/ -address=/chartbeat.net/ -address=/analytics.chase.com/ -address=/chatinator.com/ -address=/chaufoox.net/ -address=/chauksoa.net/ -address=/cse3.chausport.com/ -address=/sdn.chaxiaohao.top/ -address=/chaxinyong.net/ -address=/ssgg.chazidian.com/ -address=/yong.chazidian.com/ -address=/1.chcx.cn/ -address=/chdaismlykqep.com/ -address=/che-ka.com/ -address=/che0.com/ -address=/loggly.cheatsheet.com/ -address=/top.chebra.lt/ -address=/checkabil.com/ -address=/checkapi.xyz/ -address=/checkeffect.at/ -address=/checkm8.com/ -address=/checkmy.cam/ -address=/checkmystats.com.au/ -address=/checkoutfree.com/ -address=/checkpost.club/ -address=/checkru.net/ -address=/checkstat.nl/ -address=/stats.cheddar.com/ -address=/mp.cheering3d.com/ -address=/barium.cheezdev.com/ -address=/chehuanjie.com/ -address=/widget.cheki.com.ng/ -address=/cheksoam.com/ -address=/atrace.chelaile.net.cn/ -address=/logs.chelaile.net.cn/ -address=/ss.chelaile.net.cn/ -address=/chemdraw.com/ -address=/chemdraw.com.cn/ -address=/dv.chemie.de/ -address=/chendjiangxing.cn/ -address=/chengaib.net/ -address=/chengboke.cn/ -address=/chengdahdf.cn/ -address=/chenggao.cn/ -address=/chengjie168.com.cn/ -address=/chengruide.com/ -address=/chengzhao95511.com/ -address=/m.chenhuia.com/ -address=/chenyanjiao.cn/ -address=/chenyayun.com.cn/ -address=/chersc.com/ -address=/chersoat.com/ -address=/cherytso.com/ -address=/media.cheshi-img.com/ -address=/click.cheshi.com/ -address=/pv.cheshi.com/ -address=/chexiw.com/ -address=/fgawegwr.chez.com/ -address=/z1.chezhuzhinan.com/ -address=/chgdf.cn/ -address=/chiaperottipaolo.it/ -address=/chiasephim.xyz/ -address=/chicbuy.info/ -address=/chicken18.com/ -address=/chickensaladandads.com/ -address=/chidir.com/ -address=/chiliadv.com/ -address=/sp.chillicothegazette.com/ -address=/chilromy.net/ -address=/china-netwave.com/ -address=/china-oxygen.cn/ -address=/china-pengdu.cn/ -address=/china-star.cc/ -address=/china-waters.com.cn/ -address=/c1.china.cn/ -address=/clkstat.china.cn/ -address=/log.china.cn/ -address=/pvstat.china.cn/ -address=/dvs.china.com/ -address=/dvser.china.com/ -address=/sssvd.china.com/ -address=/dvsend.china.com/ -address=/dvser02.china.com/ -address=/rank.hit.china.com/ -address=/track.china.com/ -address=/union.china.com.cn/ -address=/x.china1715.com/ -address=/china99315.cn/ -address=/chinaairs.cn/ -address=/bdasd.chinabig.com.cn/ -address=/bdjsfl.chinabig.com.cn/ -address=/sq1.chinacsky.com/ -address=/sq2.chinacsky.com/ -address=/same.chinadaily.com.cn/ -address=/usercollection.chinadaily.com.cn/ -address=/chinae.mobi/ -address=/chinagrad.ru/ -address=/chinahdcm.com/ -address=/chinaheh.com/ -address=/analysis.chinaiiss.com/ -address=/navi.gd.chinamobile.com/ -address=/afp.chinanews.com/ -address=/chinapsj.com.cn/ -address=/chinapulverizer.com.cn/ -address=/chinaqirun.cn/ -address=/adq.chinaso.com/ -address=/stat.chinaso.com/ -address=/chinaso.red/ -address=/chinauma.net/ -address=/chinaweian.com/ -address=/chinaweichu.net/ -address=/chinawms.cn/ -address=/chinaxiedu.cn/ -address=/ns1.chinayms.com/ -address=/bbs2.chinaz.com/ -address=/images.chinaz.com/ -address=/stats.chinaz.com/ -address=/chinesean.com/ -address=/adtm.chip.de/ -address=/adx.chip.de/ -address=/chiphecy.net/ -address=/widget.chipin.com/ -address=/chipleader.com/ -address=/chiptionics.co/ -address=/chitika.com/ -address=/chitika.net/ -address=/chiuhua.com.cn/ -address=/chjfbjjgqts.com/ -address=/chjriixbqmppwm.com/ -address=/chjvykulvzey.com/ -address=/chkqqbpppcuihn.com/ -address=/chlekoyxrbi.com/ -address=/chmae.com/ -address=/chmproxy.bid/ -address=/chnci.com/ -address=/eco.chng5.xyz/ -address=/mvo.chng5.xyz/ -address=/chnhty.com/ -address=/chnktglh.com/ -address=/chofezrj.com/ -address=/chokertraffic.com/ -address=/sunny99.cholerik.cz/ -address=/chongxiaota.top/ -address=/choogeet.net/ -address=/choorgiw.net/ -address=/chootsod.net/ -address=/chopstick16.com/ -address=/chordeez.net/ -address=/hitweb2.chosun.com/ -address=/adimg1.chosun.com/ -address=/cad.chosun.com/ -address=/hitlog2.chosun.com/ -address=/chqspuonctkgz.com/ -address=/stats.christianpost.com/ -address=/christiantop1000.com/ -address=/christinehris.com/ -address=/christmalicious.com/ -address=/chromc.com/ -address=/chrommotor.com/ -address=/origin.chron.com/ -address=/chronicads.com/ -address=/chrumedia.com/ -address=/m.chshsc.cn/ -address=/chtntr.com/ -address=/176.chuangmijishu.xyz/ -address=/chuangyixi.com/ -address=/chuanmen.mobi/ -address=/chuantu.biz/ -address=/j.chuanxianwanguan.com/ -address=/3.chuanyi5.com/ -address=/chucity.com/ -address=/chufudsi.net/ -address=/chugagre.com/ -address=/chuhanweb.com/ -address=/chuhul.cn/ -address=/y66xvgo5i.chuimg.com/ -address=/bd3.chuiyue.com/ -address=/bd4.chuiyue.com/ -address=/m.chunyin.site/ -address=/chushoushijian.cn/ -address=/chuzushijian.cn/ -address=/chvwtxtzmzbggo.com/ -address=/chxwlqtvgrw.com/ -address=/wuliao.chzsport.cn/ -address=/ci-web.cn/ -address=/tc.ci123.com/ -address=/cibleclick.com/ -address=/ea.ciblo.net/ -address=/cp81.ott.cibntv.net/ -address=/m-vali.cp31.ott.cibntv.net/ -address=/adinf.cp11.ott.cibntv.net/ -address=/adstat.cp11.ott.cibntv.net/ -address=/agn.aty.cp45.ott.cibntv.net/ -address=/api.adv.ott.cibntv.net/ -address=/apklog.cp11.ott.cibntv.net/ -address=/ark.cp21.ott.cibntv.net/ -address=/cachenotice.cp11.ott.cibntv.net/ -address=/dc.cp21.ott.cibntv.net/ -address=/de.as.cp61.ott.cibntv.net/ -address=/ipm.atm.cp31.ott.cibntv.net/ -address=/m.aty.cp45.ott.cibntv.net/ -address=/mmg.aty.cp45.ott.cibntv.net/ -address=/val.atm.cp31.ott.cibntv.net/ -address=/valf.atm.cp31.ott.cibntv.net/ -address=/ciclismovalenciano.com/ -address=/ciecissstwncw.com/ -address=/cifenqi.com/ -address=/cifor.com/ -address=/cifraclub.com.br/ -address=/cifwsaufnalvh.com/ -address=/cig.com.cn/ -address=/cike666.com/ -address=/cilidaquan.pw/ -address=/cimcshjoue.com/ -address=/cinarra.com/ -address=/sp.cincinnati.com/ -address=/analytics.cincopa.com/ -address=/t.cinemablend.com/ -address=/track.cinestar.de/ -address=/cint.com/ -address=/cintnetworks.com/ -address=/cmp.cio.com.au/ -address=/cioqyqlkimuh.com/ -address=/s.ciouwap.com/ -address=/cipateamondrevie.info/ -address=/circle.am/ -address=/tags.cdn.circlesix.co/ -address=/circular-counters.com/ -address=/circularhub.com/ -address=/data.circulate.com/ -address=/ciridola.com/ -address=/ct5m.citadium.com/ -address=/citinnoiddidn.pro/ -address=/sp.citizen-times.com/ -address=/city-ads.de/ -address=/city009.com/ -address=/cityadspix.com/ -address=/citymediamagazin.hu/ -address=/control.cityofcairns.com/ -address=/citypaketet.se/ -address=/citysex.com/ -address=/citysite.net/ -address=/cityua.net/ -address=/ciusqhujddbggb.com/ -address=/civitik.com/ -address=/civyssfaqtufib.com/ -address=/ciwbezny.com/ -address=/cizemeshbbc.com/ -address=/21.cizhibaogao.org/ -address=/cizion.com/ -address=/cj-cy.com/ -address=/helesouurusa.cjb.com/ -address=/1.cjcp.cn/ -address=/cjdomdjyvble.com/ -address=/cjh9.cn/ -address=/cjotzbxtyxwplr.com/ -address=/cjsdtj.com/ -address=/cjt1.net/ -address=/cjuztylaun.com/ -address=/cjvpybdsasarc.com/ -address=/cjwjpmudu.com/ -address=/ck-cdn.com/ -address=/m.ckaim.com/ -address=/ckardwithinktab.info/ -address=/ckikq.com/ -address=/assets.ckjr001.com/ -address=/kpstaticbj.wx.ckjr001.com/ -address=/wxa79ef55c1a84e284.wx.ckjr001.com/ -address=/ckkqgycwljxib.com/ -address=/ckkrlzxvy.com/ -address=/cklad.xyz/ -address=/ckombcgg.com/ -address=/ckopycdb.com/ -address=/ckotfhgn.com/ -address=/ckrf1.com/ -address=/ckseeknew.com/ -address=/ckxqtppyzqbll.com/ -address=/claiks.com/ -address=/clandia.cn/ -address=/updat120.clanteam.com/ -address=/sp.clarionledger.com/ -address=/clarity.ms/ -address=/clarityray.com/ -address=/claritytag.com/ -address=/clarivoy.com/ -address=/clash-media.com/ -address=/class2deal.com/ -address=/class64deal.com/ -address=/classicallyabsurdphotography.com/ -address=/classicgir.cn/ -address=/classicspeedway.com/ -address=/classionreactice.info/ -address=/claxonmedia.com/ -address=/privacy.claytonhomes.com/ -address=/claz.com.cn/ -address=/clcassd.com/ -address=/clckmedia.club/ -address=/clcknads.pro/ -address=/clcknpop.com/ -address=/clckysudks.com/ -address=/cldlr.com/ -address=/cleafs.com/ -address=/clean.gg/ -address=/cleananalytics.com/ -address=/cleanbrowser.network/ -address=/stats.clear-media.com/ -address=/clear-request.com/ -address=/clearac.com/ -address=/clearadnetwork.com/ -address=/clearbit.com/ -address=/dart.clearchannel.com/ -address=/clearonclick.com/ -address=/clearsale.com.br/ -address=/clente.com/ -address=/geoip.cleveland.com/ -address=/mms.cleveland.com/ -address=/clevergirlscollective.com/ -address=/cleveritics.com/ -address=/clevernt.com/ -address=/cleverpush.com/ -address=/cleverusenet.club/ -address=/clevi.com/ -address=/clevv.com/ -address=/bei7.clewx.com/ -address=/clfvfumqqok.com/ -address=/clgserv.pro/ -address=/t.clic2buy.com/ -address=/clic2pub.com/ -address=/clicadu.com/ -address=/stat.clichehosting.de/ -address=/click-url.com/ -address=/click4assistance.co.uk/ -address=/click4free.info/ -address=/btn.clickability.com/ -address=/cas.clickability.com/ -address=/imp.clickability.com/ -address=/s.clickability.com/ -address=/stats.clickability.com/ -address=/clickable.com/ -address=/clickable.net/ -address=/clickad.pl/ -address=/clickadilla.com/ -address=/clickadin.com/ -address=/clickadu.com/ -address=/clickagy.com/ -address=/clickaider.com/ -address=/clickaine.com/ -address=/clickalyzer.com/ -address=/clickanalyzer.jp/ -address=/clickansave.net/ -address=/clickathere.com/ -address=/hop.clickbank.net/ -address=/clickbet88.com/ -address=/clickbigo.com/ -address=/clickbooth.com/ -address=/clickboothlnk.com/ -address=/clickbrainiacs.com/ -address=/clickcash.com/ -address=/clickcdn.co/ -address=/clickcease.com/ -address=/clickcertain.com/ -address=/clickclick.net/ -address=/clickconversion.net/ -address=/clickdensity.com/ -address=/clickdimensions.com/ -address=/clickening.com/ -address=/clickequations.net/ -address=/clickercollections.com/ -address=/clickexperts.net/ -address=/clickferret.com/ -address=/clickforensics.com/ -address=/stats.clickforknowledge.com/ -address=/clickfuse.com/ -address=/clickganic.com/ -address=/clickgate.biz/ -address=/clickguard.com/ -address=/clickguardian.co.uk/ -address=/clicki.cn/ -address=/clickinc.com/ -address=/clickintext.com/ -address=/clickintext.net/ -address=/clickiocdn.com/ -address=/clickkingdom.net/ -address=/clickly.co/ -address=/clickly.me/ -address=/clickmanage.com/ -address=/clickmap.ch/ -address=/clickmatic.pl/ -address=/clickmeter.com/ -address=/clickmngr.com/ -address=/clickmon.co.kr/ -address=/clicknano.com/ -address=/clicknerd.com/ -address=/clickonometrics.pl/ -address=/clickopop1000.com/ -address=/clickosmedia.com/ -address=/clickpapa.com/ -address=/clickpartoffon.xyz/ -address=/clickpathmedia.com/ -address=/clickperks.info/ -address=/clickpoint.com/ -address=/clickprotector.com/ -address=/clickr.xyz/ -address=/clickredirection.com/ -address=/clickreport.com/ -address=/clicks2count.com/ -address=/clicksagent.com/ -address=/clicksen.se/ -address=/clicksgear.com/ -address=/clickshift.com/ -address=/clicksor.com/ -address=/clicksor.net/ -address=/clickstream.co.za/ -address=/clicksvenue.com/ -address=/clicktale.net/ -address=/clickterra.net/ -address=/clickthruserver.com/ -address=/clicktrace.info/ -address=/clicktrack1.com/ -address=/clicktracks.com/ -address=/clicktripz.co/ -address=/clicktripz.com/ -address=/clicktrkservices.com/ -address=/clickupto.com/ -address=/z.clickvip.shop/ -address=/clickwinks.com/ -address=/clickx.io/ -address=/clickxchange.com/ -address=/clickzs.com/ -address=/clickzxc.com/ -address=/clickzzs.nl/ -address=/clientgear.com/ -address=/clifftopper.com/ -address=/privacy.clion.agency/ -address=/creatives.cliphunter.com/ -address=/geo.cliphunter.com/ -address=/h.cliphunter.com/ -address=/scluster3.cliphunter.com/ -address=/widget.clipix.com/ -address=/track2.cliplister.com/ -address=/clixco.in/ -address=/clixcount.com/ -address=/clixgalore.com/ -address=/clixpy.com/ -address=/clixsense.com/ -address=/clixtrac.com/ -address=/cljmarinq.com/ -address=/clkads.com/ -address=/clkcln.com/ -address=/clkfeed.com/ -address=/clkkcokl.com/ -address=/clkmon.com/ -address=/clknrtrg.pro/ -address=/clkpback3.com/ -address=/clkrev.com/ -address=/clks003-glaze.online/ -address=/p215223.clksite.com/ -address=/clmbtech.com/ -address=/clmcom.com/ -address=/clmmw.com/ -address=/clnk.me/ -address=/clnlyfxit.com/ -address=/clnyonxgsvov.com/ -address=/clockdisplaystoring.com/ -address=/clod.pw/ -address=/cloisteredcord.com/ -address=/closeveri.info/ -address=/clotezar.com/ -address=/activity.clotfun.xyz/ -address=/cloud-exploration.com/ -address=/cloud-iq.com/ -address=/tr.cloud-media.fr/ -address=/cloud-miner.de/ -address=/cloud-miner.eu/ -address=/cloudad.asia/ -address=/cookietracker.cloudapp.net/ -address=/trackingapi.cloudapp.net/ -address=/cloudcdn.gdn/ -address=/cloudcoins.co/ -address=/7xi9g1.com1.z0.glb.clouddn.com/ -address=/7xsf3h.com1.z0.glb.clouddn.com/ -address=/7mnpeh.com1.z0.glb.clouddn.com/ -address=/p2sdmkj6t.bkt.clouddn.com/ -address=/cloudflane.com/ -address=/cloudflare.solutions/ -address=/cloudflareinsights.com/ -address=/d10gj7yjsfriaj.cloudfront.net/ -address=/d10lpsik1i8c69.cloudfront.net/ -address=/d10lumateci472.cloudfront.net/ -address=/d10lv7w3g0jvk9.cloudfront.net/ -address=/d11a2fzhgzqe7i.cloudfront.net/ -address=/d11tybz5ul8vel.cloudfront.net/ -address=/d13jhr4vol1304.cloudfront.net/ -address=/d140sbu1b1m3h0.cloudfront.net/ -address=/d141wsrw9m4as6.cloudfront.net/ -address=/d144jmuhz9kvbq.cloudfront.net/ -address=/d158nafix8anfs.cloudfront.net/ -address=/d15cjcet1djbmv.cloudfront.net/ -address=/d15gt9gwxw5wu0.cloudfront.net/ -address=/d15kdpgjg3unno.cloudfront.net/ -address=/d15r06k2ko210l.cloudfront.net/ -address=/d162nnmwf9bggr.cloudfront.net/ -address=/d169bbxks24g2u.cloudfront.net/ -address=/d16fk4ms6rqz1v.cloudfront.net/ -address=/d16xpr36wrmcmk.cloudfront.net/ -address=/d17m68fovwmgxj.cloudfront.net/ -address=/d188elxamt3utn.cloudfront.net/ -address=/d18mealirgdbbz.cloudfront.net/ -address=/d18p8z0ptb8qab.cloudfront.net/ -address=/d18xeipe1243h6.cloudfront.net/ -address=/d191y0yd6d0jy4.cloudfront.net/ -address=/d1aezk8tun0dhm.cloudfront.net/ -address=/d1aqvw7cn4ydzo.cloudfront.net/ -address=/d1bxkgbbc428vi.cloudfront.net/ -address=/d1cdnlzf6usiff.cloudfront.net/ -address=/d1cerpgff739r9.cloudfront.net/ -address=/d1clfvuu2240eh.cloudfront.net/ -address=/d1cr9zxt7u0sgu.cloudfront.net/ -address=/d1crt12zco2cvf.cloudfront.net/ -address=/d1ebha2k07asm5.cloudfront.net/ -address=/d1gp8joe0evc8s.cloudfront.net/ -address=/d1grtyyel8f1mh.cloudfront.net/ -address=/d1hi41nc56pmug.cloudfront.net/ -address=/d1i9kr6k34lyp.cloudfront.net/ -address=/d1iazwv1n1tsyi.cloudfront.net/ -address=/d1il9t8pu4dsoj.cloudfront.net/ -address=/d1ilwohzbe4ao6.cloudfront.net/ -address=/d1jnvfp2m6fzvq.cloudfront.net/ -address=/d1ks8roequxbwa.cloudfront.net/ -address=/d1m6l9dfulcyw7.cloudfront.net/ -address=/d1mbgf0ge24riu.cloudfront.net/ -address=/d1mbihpm2gncx7.cloudfront.net/ -address=/d1mib12jcgwmnv.cloudfront.net/ -address=/d1n1ppeppre6d4.cloudfront.net/ -address=/d1n3tk65esqc4k.cloudfront.net/ -address=/d1nkvehlw5hmj4.cloudfront.net/ -address=/d1nmxiiewlx627.cloudfront.net/ -address=/d1nx2jii03b4ju.cloudfront.net/ -address=/d1pdpbxj733bb1.cloudfront.net/ -address=/d1qc76gneygidm.cloudfront.net/ -address=/d1qggq1at2gusn.cloudfront.net/ -address=/d1qk9ujrmkucbl.cloudfront.net/ -address=/d1qpxk1wfeh8v1.cloudfront.net/ -address=/d1r27qvpjiaqj3.cloudfront.net/ -address=/d1r55yzuc1b1bw.cloudfront.net/ -address=/d1r90st78epsag.cloudfront.net/ -address=/d1rgnfh960lz2b.cloudfront.net/ -address=/d1rguclfwp7nc8.cloudfront.net/ -address=/d1rjzrtsxlzawf.cloudfront.net/ -address=/d1rkf0bq85yx06.cloudfront.net/ -address=/d1ros97qkrwjf5.cloudfront.net/ -address=/d1t9uctetvi0tu.cloudfront.net/ -address=/d1uanozc5el74n.cloudfront.net/ -address=/d1uh1a7az90pt0.cloudfront.net/ -address=/d1v99qnc7usc0g.cloudfront.net/ -address=/d1w24oanovvxvg.cloudfront.net/ -address=/d1wi563t0137vz.cloudfront.net/ -address=/d1wjz6mrey9f5v.cloudfront.net/ -address=/d1xfq2052q7thw.cloudfront.net/ -address=/d1z2jf7jlzjs58.cloudfront.net/ -address=/d1zgderxoe1a.cloudfront.net/ -address=/d20kffh39acpue.cloudfront.net/ -address=/d21f25e9uvddd7.cloudfront.net/ -address=/d21j20wsoewvjq.cloudfront.net/ -address=/d21o24qxwf7uku.cloudfront.net/ -address=/d22lo5bcpq2fif.cloudfront.net/ -address=/d22v2nmahyeg2a.cloudfront.net/ -address=/d22z575k8abudv.cloudfront.net/ -address=/d23guct4biwna6.cloudfront.net/ -address=/d23p9gffjvre9v.cloudfront.net/ -address=/d23pi6hvdpcc5i.cloudfront.net/ -address=/d24cze5sab2jwg.cloudfront.net/ -address=/d24rtvkqjwgutp.cloudfront.net/ -address=/d25dfknw9ghxs6.cloudfront.net/ -address=/d25ezbwokoefx6.cloudfront.net/ -address=/d25xkbr68qqtcn.cloudfront.net/ -address=/d26c6kzavi5zwd.cloudfront.net/ -address=/d28g9g3vb08y70.cloudfront.net/ -address=/d29dbajta0the9.cloudfront.net/ -address=/d29i6o40xcgdai.cloudfront.net/ -address=/d2as12kgjg8gw5.cloudfront.net/ -address=/d2b560qq58menv.cloudfront.net/ -address=/d2bgg7rjywcwsy.cloudfront.net/ -address=/d2c4ylitp1qu24.cloudfront.net/ -address=/d2cgumzzqhgmdu.cloudfront.net/ -address=/d2cpw6kwpff7n5.cloudfront.net/ -address=/d2d8qsxiai9qwj.cloudfront.net/ -address=/d2e30rravz97d4.cloudfront.net/ -address=/d2edfzx4ay42og.cloudfront.net/ -address=/d2fbkzyicji7c4.cloudfront.net/ -address=/d2focgxak1cn74.cloudfront.net/ -address=/d2g9nmtuil60cb.cloudfront.net/ -address=/d2ghscazvn398x.cloudfront.net/ -address=/d2glav2919q4cw.cloudfront.net/ -address=/d2hvwfg7vv4mhf.cloudfront.net/ -address=/d2i55s0cnk529c.cloudfront.net/ -address=/d2ibu2ug0mt5qp.cloudfront.net/ -address=/d2ip7iv1l4ergv.cloudfront.net/ -address=/d2izls9pm2f64q.cloudfront.net/ -address=/d2k7b1tjy36ro0.cloudfront.net/ -address=/d2kdl5wcwrtj90.cloudfront.net/ -address=/d2kr2fnkbj2h4c.cloudfront.net/ -address=/d2lp70uu6oz7vk.cloudfront.net/ -address=/d2mic0r0bo3i6z.cloudfront.net/ -address=/d2muzdhs7lpmo0.cloudfront.net/ -address=/d2na2p72vtqyok.cloudfront.net/ -address=/d2nlytvx51ywh9.cloudfront.net/ -address=/d2nxi61n77zqpl.cloudfront.net/ -address=/d2nz8k4xyoudsx.cloudfront.net/ -address=/d2o307dm5mqftz.cloudfront.net/ -address=/d2o67tzzxkqap2.cloudfront.net/ -address=/d2oa97wrxvxm7y.cloudfront.net/ -address=/d2oh4tlt9mrke9.cloudfront.net/ -address=/d2pxbld8wrqyrk.cloudfront.net/ -address=/d2q52i8yx3j68p.cloudfront.net/ -address=/d2qz7ofajpstv5.cloudfront.net/ -address=/d2r1yp2w7bby2u.cloudfront.net/ -address=/d2ry9vue95px0b.cloudfront.net/ -address=/d2san7t27xb2pn.cloudfront.net/ -address=/d2szg1g41jt3pq.cloudfront.net/ -address=/d2taktuuo4oqx.cloudfront.net/ -address=/d2tcg4i9q4js4a.cloudfront.net/ -address=/d2tgfbvjf3q6hn.cloudfront.net/ -address=/d2tkdzior84vck.cloudfront.net/ -address=/d2uepos3ef6db0.cloudfront.net/ -address=/d2va1d0hpla18n.cloudfront.net/ -address=/d2xgf76oeu9pbh.cloudfront.net/ -address=/d2z51a9spn09cw.cloudfront.net/ -address=/d2zcblk8m9mzq5.cloudfront.net/ -address=/d31mxuhvwrofft.cloudfront.net/ -address=/d31vxm9ubutrmw.cloudfront.net/ -address=/d32hwlnfiv2gyn.cloudfront.net/ -address=/d32r9jwgeu9dzx.cloudfront.net/ -address=/d33otidwg56k90.cloudfront.net/ -address=/d347nuc6bd1dvs.cloudfront.net/ -address=/d34ko97cxuv4p7.cloudfront.net/ -address=/d34rdvn2ky3gnm.cloudfront.net/ -address=/d355vwft2pa8h6.cloudfront.net/ -address=/d359wjs9dpy12d.cloudfront.net/ -address=/d35u1vg1q28b3w.cloudfront.net/ -address=/d36lvucg9kzous.cloudfront.net/ -address=/d39hdzmeufnl50.cloudfront.net/ -address=/d39yds8oe4n4jq.cloudfront.net/ -address=/d3a2okcloueqyx.cloudfront.net/ -address=/d3a42c7xs4vn3.cloudfront.net/ -address=/d3a49eam5ump99.cloudfront.net/ -address=/d3ahinqqx1dy5v.cloudfront.net/ -address=/d3aiy6aqoa3ykz.cloudfront.net/ -address=/d3al52d8cojds7.cloudfront.net/ -address=/d3asksgk2foh5m.cloudfront.net/ -address=/d3b2hhehkqd158.cloudfront.net/ -address=/d3cxv97fi8q177.cloudfront.net/ -address=/d3dytsf4vrjn5x.cloudfront.net/ -address=/d3hitamb7drqut.cloudfront.net/ -address=/d3hj4iyx6t1waz.cloudfront.net/ -address=/d3hs51abvkuanv.cloudfront.net/ -address=/d3iouejux1os58.cloudfront.net/ -address=/d3jgr4uve1d188.cloudfront.net/ -address=/d3kpkrgd3aj4o7.cloudfront.net/ -address=/d3kyk5bao1crtw.cloudfront.net/ -address=/d3l320urli0p1u.cloudfront.net/ -address=/d3l3lkinz3f56t.cloudfront.net/ -address=/d3lvr7yuk4uaui.cloudfront.net/ -address=/d3mskfhorhi2fb.cloudfront.net/ -address=/d3n6i6eorggdxk.cloudfront.net/ -address=/d3nvrqlo8rj1kw.cloudfront.net/ -address=/d3ojzyhbolvoi5.cloudfront.net/ -address=/d3pe8wzpurrzss.cloudfront.net/ -address=/d3pkae9owd2lcf.cloudfront.net/ -address=/d3q33rbmdkxzj.cloudfront.net/ -address=/d3q7vxy7usqoub.cloudfront.net/ -address=/d3qu0b872n4q3x.cloudfront.net/ -address=/d3qxwzhswv93jk.cloudfront.net/ -address=/d3r7h55ola878c.cloudfront.net/ -address=/d3rxqouo2bn71j.cloudfront.net/ -address=/d3s7ggfq1s6jlj.cloudfront.net/ -address=/d3sbxpiag177w8.cloudfront.net/ -address=/d3t3lxfqz2g5hs.cloudfront.net/ -address=/d3tglifpd8whs6.cloudfront.net/ -address=/d3ud741uvs727m.cloudfront.net/ -address=/d3ujids68p6xmq.cloudfront.net/ -address=/d3uqm14ppr8tkw.cloudfront.net/ -address=/d3vnm1492fpnm2.cloudfront.net/ -address=/d3vpf6i51y286p.cloudfront.net/ -address=/d4ax0r5detcsu.cloudfront.net/ -address=/d4ngwggzm3w7j.cloudfront.net/ -address=/d5k6iufjynyu8.cloudfront.net/ -address=/d5pb47xzjz3fc.cloudfront.net/ -address=/d63a3au5lqmtu.cloudfront.net/ -address=/d6jkenny8w8yo.cloudfront.net/ -address=/d6sav80kktzcx.cloudfront.net/ -address=/d81mfvml8p5ml.cloudfront.net/ -address=/d8rk54i4mohrb.cloudfront.net/ -address=/d9etzk30b05yg.cloudfront.net/ -address=/da3uf5ucdz00u.cloudfront.net/ -address=/dal9hkyfi0m0n.cloudfront.net/ -address=/daq0d0aotgq0f.cloudfront.net/ -address=/dbcdqp72lzmvj.cloudfront.net/ -address=/dc08i221b0n8a.cloudfront.net/ -address=/dc5k8fg5ioc8s.cloudfront.net/ -address=/dc8na2hxrj29i.cloudfront.net/ -address=/dc8xl0ndzn2cb.cloudfront.net/ -address=/dd6zx4ibq538k.cloudfront.net/ -address=/ddvfoj5yrl2oi.cloudfront.net/ -address=/dew9ckzjyt2gn.cloudfront.net/ -address=/dhpikd1t89arn.cloudfront.net/ -address=/djr4k68f8n55o.cloudfront.net/ -address=/djtflbt20bdde.cloudfront.net/ -address=/djv99sxoqpv11.cloudfront.net/ -address=/djz9es32qen64.cloudfront.net/ -address=/dkm6b5q0h53z4.cloudfront.net/ -address=/dl1d2m8ri9v3j.cloudfront.net/ -address=/dlne6myudrxi1.cloudfront.net/ -address=/dlvkf5067xruv.cloudfront.net/ -address=/dm0acvguygm9h.cloudfront.net/ -address=/dm7gsepi27zsx.cloudfront.net/ -address=/dmkdtkad2jyb9.cloudfront.net/ -address=/dn34cbtcv9mef.cloudfront.net/ -address=/dn3uy6cx65ujf.cloudfront.net/ -address=/dnn506yrbagrg.cloudfront.net/ -address=/dojx47ab4dyxi.cloudfront.net/ -address=/doug1izaerwt3.cloudfront.net/ -address=/dpd9yiocsyy6p.cloudfront.net/ -address=/dpsq2uzakdgqz.cloudfront.net/ -address=/dqhi3ea93ztgv.cloudfront.net/ -address=/dr3k6qonw2kee.cloudfront.net/ -address=/dr8pk6ovub897.cloudfront.net/ -address=/drf8e429z5jzt.cloudfront.net/ -address=/ds02gfqy6io6i.cloudfront.net/ -address=/dsh7ky7308k4b.cloudfront.net/ -address=/dsie7h4lo9wxu.cloudfront.net/ -address=/dt1pxsve3tgas.cloudfront.net/ -address=/dtakdb1z5gq7e.cloudfront.net/ -address=/dtto8zfzskfoa.cloudfront.net/ -address=/du01z5hhojprz.cloudfront.net/ -address=/du2uh7rq0r0d3.cloudfront.net/ -address=/du4rq1xqh3i1k.cloudfront.net/ -address=/du8783wkf05yr.cloudfront.net/ -address=/dufue2m4sondk.cloudfront.net/ -address=/duu8lzqdm8tsz.cloudfront.net/ -address=/duzt6rhr7wo8p.cloudfront.net/ -address=/dv7t7qyvgyrt5.cloudfront.net/ -address=/dvc8653ec6uyk.cloudfront.net/ -address=/dvnafl0qtqz9k.cloudfront.net/ -address=/dvt4pepo9om3r.cloudfront.net/ -address=/dw9uc6c6b8nwx.cloudfront.net/ -address=/dxkkb5tytkivf.cloudfront.net/ -address=/dxprljqoay4rt.cloudfront.net/ -address=/dxwgpw0lkcum5.cloudfront.net/ -address=/dy2xcjk8s1dbz.cloudfront.net/ -address=/dybxezbel1g44.cloudfront.net/ -address=/dymlo6ffhj97l.cloudfront.net/ -address=/dzmxze7hxwn6b.cloudfront.net/ -address=/d29qt51jeyi6xb.cloudfront.net/ -address=/d31qbv1cthcecs.cloudfront.net/ -address=/d36eyd5j1kt1m6.cloudfront.net/ -address=/d3anogn3pbtk4v.cloudfront.net/ -address=/d3oltyb66oj2v8.cloudfront.net/ -address=/d3v1lb83psg9di.cloudfront.net/ -address=/d5nxst8fruw4z.cloudfront.net/ -address=/cloudiiv.com/ -address=/cloudioo.net/ -address=/cloudmade.com/ -address=/api.cloudmobi.net/ -address=/mms.cloudpro.co.uk/ -address=/trk.cloudsna.com/ -address=/cloudsrvtrk.com/ -address=/cloudtracer101.com/ -address=/cloudtracked.com/ -address=/stats.cloudwp.io/ -address=/clouxtnxsmxdva.com/ -address=/clpremdo.com/ -address=/ujm.clr9t.com/ -address=/clrstm.com/ -address=/clsyxddpbt.com/ -address=/clubcollector.com/ -address=/clubpenguinclub.com/ -address=/e.clubske.com/ -address=/m.clubske.com/ -address=/phxwwaznm.clupsvdblzcgnjj.com/ -address=/clutaqawmz.com/ -address=/clz3.net/ -address=/clzfurcqmlgw.com/ -address=/cm-analysis.com/ -address=/cmaxisolation.com/ -address=/ccclub.cmbchina.com/ -address=/cmbestsrv.com/ -address=/stats.cmcigroup.com/ -address=/cmcintra.net/ -address=/cmcdl.cmcm.com/ -address=/ms.cmcm.com/ -address=/pegasus.cmcm.com/ -address=/cmcore.com/ -address=/cmdfnow.com/ -address=/cmelqqmywpmf.com/ -address=/cmfads.com/ -address=/cmfflktyndtqnt.com/ -address=/analytics.cmg.net/ -address=/drm.cmgame.com/ -address=/sdk.cmgame.com/ -address=/sdklog.cmgame.com/ -address=/wap.cmgame.com/ -address=/wtrace.cmgame.com/ -address=/cmhomlaipa.com/ -address=/desk.cmix.org/ -address=/cmkotfol.com/ -address=/cmllk1.info/ -address=/cmllk2.info/ -address=/cmmeglobal.com/ -address=/cmmob.cn/ -address=/cmncgeqivmjki.com/ -address=/cmp.cmo.com.au/ -address=/log1.cmpassport.com/ -address=/log.cmpassport.com/ -address=/mms.cmpsky.com/ -address=/cmptch.com/ -address=/cms.lv/ -address=/cmslayue.com/ -address=/ggx.cmvideo.cn/ -address=/adxserver.ad.cmvideo.cn/ -address=/dspserver.ad.cmvideo.cn/ -address=/openstorage.ad.cmvideo.cn/ -address=/test.ad.cmvideo.cn/ -address=/baidu.cmxsw.com/ -address=/cn-3drp.com/ -address=/zisu.cn.com/ -address=/1.cn716.com/ -address=/cnbanbao.com/ -address=/cnbarnfxq.com/ -address=/oimg.m.cnbc.com/ -address=/oimg.mobile.cnbc.com/ -address=/ad-api.cnblogs.com/ -address=/cnbole.net/ -address=/stat.cncenter.cz/ -address=/cncqycrckl.com/ -address=/cncy8.com/ -address=/ms.cnczjy.com/ -address=/ss.cnczjy.com/ -address=/analytics.cnd-motionmedia.de/ -address=/cndgrpfuuijg.com/ -address=/cndijojw.com/ -address=/sp3.cndm.com/ -address=/dw.cnet.com/ -address=/surveys.cnet.com/ -address=/cnetdirectintl.com/ -address=/cnfanglei.com/ -address=/adm.cloud.cnfol.com/ -address=/gg8888.cnfol.com/ -address=/cnhbxx.com/ -address=/dmr.cnhoney.com/ -address=/cnhv.co/ -address=/cni58.com/ -address=/cniuv.com/ -address=/adp.cnki.net/ -address=/cnkok.com/ -address=/cnlhg.cn/ -address=/jsf.cnlinfo.net/ -address=/pic.cnmo-img.com.cn/ -address=/stat.cnmo.com/ -address=/icon.cnmo.com/ -address=/js.cnmo.com/ -address=/metrics.cnn.com/ -address=/mms.cnn.com/ -address=/cnn.dyn.cnn.com/ -address=/customad.cnn.com/ -address=/gdyn.cnn.com/ -address=/zion.api.cnn.io/ -address=/i.l.cnn.net/ -address=/cnnic.cn/ -address=/cnnic.net/ -address=/cnnic.net.cn/ -address=/push.cnnindonesia.com/ -address=/adp.cnool.net/ -address=/adi.cnool.net/ -address=/adi2007.cnool.net/ -address=/adp1.cnool.net/ -address=/ida.cnool.net/ -address=/cnossxqkdoupxw.com/ -address=/cnpinzhuo.com/ -address=/cnpntmju.com/ -address=/adsame1.cnr.cn/ -address=/d1.cnr.cn/ -address=/ggdata1.cnr.cn/ -address=/oem.cnrghj.cn/ -address=/cnrvmcderv.com/ -address=/cnscdj.com/ -address=/t.cnscore.com/ -address=/cnshef.com/ -address=/cnsjx.net/ -address=/ucqq.cnsptv.com.cn/ -address=/cnstats.ru/ -address=/cnt.my/ -address=/cnt1.net/ -address=/cntdy.mobi/ -address=/cntrafficpro.com/ -address=/imall.cntv.cn/ -address=/a.cntv.cn/ -address=/d.cntv.cn/ -address=/cntvxymwesggem.com/ -address=/cnutjhszkjse.com/ -address=/counter.cnw.cz/ -address=/cnwav.com/ -address=/cnxad.com/ -address=/cnxad.net/ -address=/cnxmyb.cn/ -address=/cnxweb.com/ -address=/cnyibs.com/ -address=/z1.cnywst.com/ -address=/z2.cnywst.com/ -address=/cnzhqs.com/ -address=/u.cnzol.com/ -address=/cnzz.cn/ -address=/cnzz.com/ -address=/cnzz.net/ -address=/bravo.israelweather.co.il/ -address=/cellstats.mako.co.il/ -address=/ds.haaretz.co.il/ -address=/erate.co.il/ -address=/gim.co.il/ -address=/imedia.co.il/ -address=/linicom.co.il/ -address=/stats.mako.co.il/ -address=/stats.ynet.co.il/ -address=/ad.9tv.co.il/ -address=/sasson-cpa.co.il/ -address=/adgebra.co.in/ -address=/inuxu.co.in/ -address=/media.onlineteachers.co.in/ -address=/netcore.co.in/ -address=/stats.ibtimes.co.in/ -address=/pix360.co.nf/ -address=/adz.co.zw/ -address=/mms.coachmag.co.uk/ -address=/coadvertise.com/ -address=/coagricu.net/ -address=/coaincltxhw.com/ -address=/coalimpex.com/ -address=/coatobpljh.com/ -address=/coazuthu.net/ -address=/cobaltgroup.com/ -address=/coccccc.cc/ -address=/wsstats.coches.net/ -address=/coco988.cn/ -address=/analytics.cocolog-nifty.com/ -address=/ark.cocounion.com/ -address=/config.cocounion.com/ -address=/m.cocounion.com/ -address=/res.cocounion.com/ -address=/service.cocounion.com/ -address=/stats.cocounion.com/ -address=/codata.ru/ -address=/code222.com/ -address=/code668.com/ -address=/codedexchange.com/ -address=/codefund.app/ -address=/codefund.io/ -address=/baidu1.codejie.net/ -address=/codejumps.com/ -address=/log.codemarketing.cloud/ -address=/codenow.cn/ -address=/codeonclick.com/ -address=/1.codesdq.com/ -address=/codesoftchina.com/ -address=/codetips.wang/ -address=/codezap.com/ -address=/1.codezh.com/ -address=/analytics.codigo.se/ -address=/coedmediagroup.com/ -address=/coenr.com/ -address=/coepzyavjda.com/ -address=/cb.h5.coffeedak.cn/ -address=/coffeol.com/ -address=/cogmatch.net/ -address=/cognativex.com/ -address=/cognitivematch.com/ -address=/cogocast.net/ -address=/cogsdigital.com/ -address=/coguan.com/ -address=/analytics.cohesionapps.com/ -address=/make.cohesionapps.com/ -address=/coin-cube.com/ -address=/coin-have.com/ -address=/coin-hive.com/ -address=/coin-service.com/ -address=/coinad.com/ -address=/coinadv.com/ -address=/coinadvert.net/ -address=/coincheck.com/ -address=/coinerra.com/ -address=/coinhive-manager.com/ -address=/coinhive.com/ -address=/coinhiveproxy.com/ -address=/coinimp.com/ -address=/coinimp.net/ -address=/coinlab.biz/ -address=/coinmedia.co/ -address=/coinminerz.com/ -address=/coinminingonline.com/ -address=/coinnebula.com/ -address=/coinpirate.cf/ -address=/coinpot.co/ -address=/coinsicmp.com/ -address=/cointraffic.io/ -address=/coinwebmining.com/ -address=/coinwire.eu/ -address=/coinzilla.io/ -address=/coinzillatag.com/ -address=/cojia.net/ -address=/cold-cold-freezing.com/ -address=/coldhardcash.com/ -address=/coll1onf.com/ -address=/collarity.com/ -address=/colleable.info/ -address=/collecting.click/ -address=/collection-day.com/ -address=/collectpush.com/ -address=/track.collegehumor.com/ -address=/voss.collegehumor.com/ -address=/colliersads.com/ -address=/collserve.com/ -address=/colmwynne.com/ -address=/sp.coloradoan.com/ -address=/colorfulafterthought.com/ -address=/coloritpak.by/ -address=/colossusssp.com/ -address=/colpory.com/ -address=/com-878979.info/ -address=/com-online.website/ -address=/com-wkejf32ljd23409system.net/ -address=/adlog.com.com/ -address=/dw-eu.com.com/ -address=/dw.com.com/ -address=/rok.com.com/ -address=/e.xkqpco.com.com/ -address=/m.xkqpco.com.com/ -address=/afa15.com.ne.kr/ -address=/logsbin.dantri.com.vn/ -address=/hrdcvn.com.vn/ -address=/beldiplomcom.75.com1.ru/ -address=/notebookservisru.161.com1.ru/ -address=/push.com2us.net/ -address=/s.com2us.net/ -address=/comberry.cn/ -address=/combotag.com/ -address=/teameda.comcastbiz.net/ -address=/comclick.com/ -address=/widgets.comcontent.net/ -address=/comeadvertisewithus.com/ -address=/activities.niagara.comedycentral.com/ -address=/imx.comedycentral.com/ -address=/comegarage.com/ -address=/comgnnyx.com/ -address=/cominghamer.info/ -address=/commander1.com/ -address=/dm.commentcamarche.net/ -address=/sp.commercialappeal.com/ -address=/commercialvalue.org/ -address=/commission-junction.com/ -address=/commission.bz/ -address=/commissionfactory.com.au/ -address=/commissionlounge.com/ -address=/commissionmonster.com/ -address=/commodates.info/ -address=/commodationship.info/ -address=/platform.communicatorcorp.com/ -address=/communicatoremail.com/ -address=/companiedoml.site/ -address=/company-target.com/ -address=/comparencelabl.site/ -address=/compass-fit.jp/ -address=/i.compendium.com/ -address=/compensions.pro/ -address=/analytics.competitoor.com/ -address=/completeexecutor.com/ -address=/toolbar.complex.com/ -address=/complexmedianetwork.com/ -address=/complextoad.com/ -address=/comproliverton.pro/ -address=/noa0.compteczam.fr/ -address=/compteur-fr.com/ -address=/compteur-gratuit.org/ -address=/compteur-visite.com/ -address=/compteur.cc/ -address=/compteur.com/ -address=/compteur.org/ -address=/ms.computerbild.de/ -address=/computersoftwarelive.com/ -address=/cmp.computerworld.com.au/ -address=/cmp.computerworld.pl/ -address=/comscore.com/ -address=/comunicazio.com/ -address=/priceinfo.comuv.com/ -address=/comuwczkajglxs.com/ -address=/comwgi.com/ -address=/concernrain.com/ -address=/rum.conde.io/ -address=/counter2.condenast.it/ -address=/capture.condenastdigital.com/ -address=/infinityid.condenastdigital.com/ -address=/pixel.condenastdigital.com/ -address=/conderedtoget.info/ -address=/conditioncrush.com/ -address=/conds.ru/ -address=/conductrics.com/ -address=/conduit-banners.com/ -address=/canvas-ping.conduit-data.com/ -address=/canvas-usage-v2.conduit-data.com/ -address=/wibiya-actions.conduit-data.com/ -address=/wibiya-june-new-log.conduit-data.com/ -address=/conduit-services.com/ -address=/hosting.conduit.com/ -address=/tracking.conduit.com/ -address=/confirmational.com/ -address=/confirmit.com/ -address=/conflibred.co/ -address=/conforama-push.com/ -address=/analytics.conmio.com/ -address=/connatix.com/ -address=/push.connect.digital/ -address=/connectad.io/ -address=/victor.connectcloud.ch/ -address=/connectif.cloud/ -address=/connectignite.com/ -address=/connectionads.com/ -address=/geo.connexionsecure.com/ -address=/connexity.net/ -address=/connexplace.com/ -address=/connextra.com/ -address=/consciouschairs.com/ -address=/consensu.org/ -address=/consent.dk/ -address=/consentag.eu/ -address=/0sbm.consobaby.co.uk/ -address=/6pal.consobaby.com/ -address=/consorcraightyc.info/ -address=/imp.constantcontact.com/ -address=/survey.constantcontact.com/ -address=/constintptr.com/ -address=/construment.com/ -address=/consumable.com/ -address=/consumeralternatives.org/ -address=/consumergenepool.com/ -address=/event-api.contactatonce.co.uk/ -address=/event-api.contactatonce.com/ -address=/event-api.contactatonce.com.au/ -address=/contactmonkey.com/ -address=/contadd.com/ -address=/contadordevisitas.es/ -address=/contadorgratis.com/ -address=/contadorgratis.es/ -address=/contadorvisitasgratis.com/ -address=/contadorweb.com/ -address=/contatoreaccessi.com/ -address=/contaxe.com/ -address=/contehos.com/ -address=/contemporaryceremonies.ca/ -address=/content-ad.net/ -address=/content-cooperation.com/ -address=/content-recommendation.net/ -address=/content-square.net/ -address=/content.ad/ -address=/contentabc.com/ -address=/contentclick.co.uk/ -address=/contentdigital.info/ -address=/contentexchange.me/ -address=/cookiemanager1.contentforces.com/ -address=/contentinsights.com/ -address=/contentjs.com/ -address=/track.contently.com/ -address=/contentr.net/ -address=/contentsfeed.com/ -address=/contentspread.net/ -address=/contentsquare.net/ -address=/contenture.com/ -address=/contentwidgets.net/ -address=/contextly.com/ -address=/contextuads.com/ -address=/contextweb.com/ -address=/contineljs.com/ -address=/continue.com/ -address=/continuedsys.cn/ -address=/contribusourcesyndication.com/ -address=/contried.com/ -address=/convergetrack.com/ -address=/tracking.conversion-lab.it/ -address=/conversion.pl/ -address=/conversionfly.com/ -address=/conversionlabs.net.pl/ -address=/conversionlogic.net/ -address=/conversionly.com/ -address=/conversionruler.com/ -address=/conversionsbox.com/ -address=/convertcart.com/ -address=/convertexperiments.com/ -address=/convertglobal.com/ -address=/analytics.convertlanguage.com/ -address=/convertro.com/ -address=/convertsocial.com/ -address=/cws.conviva.com/ -address=/pings.conviva.com/ -address=/cws-cctv.conviva.com/ -address=/convrse.media/ -address=/conyak.com/ -address=/hoisin.coocaatv.com/ -address=/cooch.tv/ -address=/coocopop.com/ -address=/cooguo.com/ -address=/12.cookcai.com/ -address=/cookie-accept.com/ -address=/cookie-script.com/ -address=/cookie.support/ -address=/cookieassistant.com/ -address=/cookiebot.com/ -address=/cookiechoices.org/ -address=/cookieinformation.com/ -address=/cookieinfoscript.com/ -address=/cookielaw.org/ -address=/cookiemonster.is/ -address=/cookiepro.com/ -address=/cookieq.com/ -address=/cookiereports.com/ -address=/cookiescript.info/ -address=/cooladata.com/ -address=/coolandevencooler.com/ -address=/coolerads.com/ -address=/api.coolguang.com/ -address=/download.coolguang.com/ -address=/log.coolguang.com/ -address=/coollcloud.com/ -address=/coolmirage.com/ -address=/coolnay.com/ -address=/coolpadrom.cn/ -address=/coolsite.club/ -address=/coolyi.com/ -address=/update.coolyun.com/ -address=/coomosha.com/ -address=/cooolyi.cn/ -address=/cooolyi.com/ -address=/cooowbno.com/ -address=/coordinatedcoat.com/ -address=/coordinatedcub.com/ -address=/coostack.com/ -address=/track.cooster.ru/ -address=/coostuni.com/ -address=/cootek-file.cdn.cootekservice.com/ -address=/data-news.cdn.cootekservice.com/ -address=/data-pic.cdn.cootekservice.com/ -address=/dialer.cdn.cootekservice.com/ -address=/ws2.cootekservice.com/ -address=/cootewie.com/ -address=/coothupu.net/ -address=/bdu1.coozhi.cn/ -address=/copacast.net/ -address=/copacet.com/ -address=/pub1.cope.es/ -address=/cope.it/ -address=/hit.copesa.cl/ -address=/c4dv.copinesdevoyage.com/ -address=/copperegg.com/ -address=/copush.com/ -address=/copvigvmzj.com/ -address=/copycarpenter.com/ -address=/copyrightaccesscontrols.com/ -address=/cor-natty.com/ -address=/coralogix.com/ -address=/corateencountry.pro/ -address=/track.cordial.io/ -address=/ox-i.cordillera.tv/ -address=/core-cen-54.com/ -address=/coreldrawchina.com/ -address=/coremetrics.com/ -address=/coremotives.com/ -address=/cornflip.com/ -address=/cornplus.cn/ -address=/coroheyjses.com/ -address=/cortesidesign.com/ -address=/corwrite.com/ -address=/sp.coshoctontribune.com/ -address=/cosmetice-farduri.ro/ -address=/cosmi.io/ -address=/cosmjs.com/ -address=/cosmosjackson.com/ -address=/cosoyoo.com/ -address=/cost1action.com/ -address=/cotchaug.com/ -address=/cotnr.com/ -address=/couas.com/ -address=/couchcoaster.jp/ -address=/coull.com/ -address=/counciladvertising.net/ -address=/counevan.pro/ -address=/count.fr/ -address=/count.im/ -address=/count.me.uk/ -address=/count24.de/ -address=/countante.info/ -address=/countar.de/ -address=/countby.com/ -address=/counter-city.de/ -address=/counter-go.de/ -address=/counter-gratis.com/ -address=/counter-kostenlos.info/ -address=/counter-kostenlos.net/ -address=/counter-treff.de/ -address=/counter.de/ -address=/counter.gd/ -address=/counter.top.ge/ -address=/counter.top.kg/ -address=/counter160.com/ -address=/counter27.ch/ -address=/counterbot.com/ -address=/countercentral.com/ -address=/countercity.de/ -address=/countercity.net/ -address=/countergeo.com/ -address=/counterland.com/ -address=/counterlevel.de/ -address=/counteronline.de/ -address=/counters4u.com/ -address=/counterseite.de/ -address=/counterserver.de/ -address=/counterservis.com/ -address=/countersforlife.com/ -address=/counterstation.de/ -address=/counterstatistik.de/ -address=/countersys.cn/ -address=/countertracker.com/ -address=/countertrck.com/ -address=/counterviews.net/ -address=/counthis.com/ -address=/counti.de/ -address=/counting4free.com/ -address=/countino.de/ -address=/countit.ch/ -address=/countnow.de/ -address=/counto.de/ -address=/countok.de/ -address=/countomat.com/ -address=/countus.fr/ -address=/countyou.de/ -address=/countz.com/ -address=/coupon2buy.com/ -address=/bc.coupons.com/ -address=/stbt.coupons.com/ -address=/couqm.com.cn/ -address=/sp.courier-journal.com/ -address=/sp.courierpostonline.com/ -address=/sp.courierpress.com/ -address=/courselfnorter.site/ -address=/coveredsys.cn/ -address=/covernmentasto.info/ -address=/cpabeyond.com/ -address=/cpaclicks.com/ -address=/cpaclickz.com/ -address=/cpacoreg.com/ -address=/cpaevent.ru/ -address=/cpagrip.com/ -address=/cpalabtracking.com/ -address=/cpalead.com/ -address=/cpalock.com/ -address=/cpamatik.com/ -address=/cpanuk.com/ -address=/tracker.cpapath.com/ -address=/cpasmrttds.info/ -address=/cpaway.com/ -address=/cpayard.com/ -address=/cpays.com/ -address=/cpc.cc/ -address=/cpcmanager.com/ -address=/cpcmart.com/ -address=/pixel.cpex.cz/ -address=/cpfclassifieds.com/ -address=/m.cpgzh.com/ -address=/cphalk.com/ -address=/cpl1.ru/ -address=/cpm.biz/ -address=/cpm10.com/ -address=/cpm360.com/ -address=/cpmadvisors.com/ -address=/cpmaffiliation.com/ -address=/cpmchina.co/ -address=/cpmgohigh.com/ -address=/cpmktg.com/ -address=/cpmleader.com/ -address=/cpmmedia.net/ -address=/cpmrocket.com/ -address=/cpms.cc/ -address=/cpmstar.com/ -address=/cpmterra.com/ -address=/cpmtree.com/ -address=/cppnznmorh.com/ -address=/cpshwl.cn/ -address=/cptrack.de/ -address=/cptycdzksyvn.com/ -address=/cpu2cash.link/ -address=/cpufan.club/ -address=/cpuim.com/ -address=/cpulaptop.com/ -address=/cpv6.com/ -address=/cpvads.com/ -address=/cpvadvertise.com/ -address=/cpvtgt.com/ -address=/cpx.to/ -address=/cpx24.com/ -address=/cpxadroit.com/ -address=/cpxinteractive.com/ -address=/cpxkvc.com/ -address=/cpzxmrne.com/ -address=/s.cq20.cn/ -address=/cq9119.com/ -address=/cqbaitong.cn/ -address=/cqcounter.com/ -address=/dm.cqdxun.cn/ -address=/cqfangduan.com/ -address=/cqflplcldh.com/ -address=/cqftonline.com/ -address=/cqgya.com/ -address=/cqjjlsy.com/ -address=/mob10.cqjktj.com/ -address=/cqkqukynmny.com/ -address=/cqlupb.com/ -address=/cqlxscdc.top/ -address=/cqmjjx.cn/ -address=/cbjg.cqnews.net/ -address=/phpad.cqnews.net/ -address=/adimg.cqnews.net/ -address=/cqnhmccy.com/ -address=/cqpmmfxvibjr.com/ -address=/cqsta.com/ -address=/cqtfeoje.com/ -address=/cquotient.com/ -address=/cqvkwpulpwfudg.com/ -address=/stat.cqwb.com.cn/ -address=/cqwqxapujf.com/ -address=/cqyfjodshwuici.com/ -address=/cqyhd.com/ -address=/cqzspt888.cn/ -address=/cr-nielsen.com/ -address=/crabbychin.com/ -address=/cracataum.com/ -address=/cracks.vg/ -address=/crackspider.us/ -address=/crackzone.net/ -address=/craftkeys.com/ -address=/crakbanner.com/ -address=/crakcash.com/ -address=/crakmedia.com/ -address=/craktraffic.com/ -address=/cralp.cn/ -address=/crasheye.cn/ -address=/crashfootwork.com/ -address=/crashlytics.com/ -address=/crazyad.net/ -address=/crazyclickstats.com/ -address=/crazyegg.com/ -address=/crazyhell.com/ -address=/crazylead.com/ -address=/crazymike.tw/ -address=/crcewevoy.com/ -address=/crdrjs.info/ -address=/cre99.com/ -address=/creatchristorisalmos.info/ -address=/create2fear.com/ -address=/btn.createsend1.com/ -address=/creative-serving.com/ -address=/creativecdn.com/ -address=/creativetv.pro/ -address=/creditbootcamp.com/ -address=/creoads.com/ -address=/crewita.co/ -address=/crheaeqw.com/ -address=/crhvyali.com/ -address=/analytics.liveact.cri-mw.jp/ -address=/crickwrite.com/ -address=/criminglynuk.pro/ -address=/crispads.com/ -address=/cdn1.crispadvertising.com/ -address=/cdn2.crispadvertising.com/ -address=/critariatele.pro/ -address=/criteo.com/ -address=/criteo.net/ -address=/critictruck.com/ -address=/crm4d.com/ -address=/crmmetrix.fr/ -address=/crmmetrixwris.com/ -address=/crocoads.com/ -address=/croea.com/ -address=/croissed.info/ -address=/crokacpwjtf.com/ -address=/cross-system.com/ -address=/pt.crossmediaservices.com/ -address=/crossoverchina.com/ -address=/crosspixel.net/ -address=/crossrider.com/ -address=/crosswalkmail.com/ -address=/b2c-wsinsight.crowdfactory.com/ -address=/crowdgravity.com/ -address=/widget.crowdignite.com/ -address=/crowdscience.com/ -address=/crowdtwist.com/ -address=/crowdynews.com/ -address=/crpmohfici.com/ -address=/crptentry.com/ -address=/crptgate.com/ -address=/crrgnnqidpf.com/ -address=/crsspxl.com/ -address=/crtracklink.com/ -address=/crtx.info/ -address=/cruisingsmallship.com/ -address=/cruisteerses.co/ -address=/eec.crunchyroll.com/ -address=/crupntgybilt.com/ -address=/crwdcntrl.net/ -address=/crwzxtuhvzv.com/ -address=/crxhbchbd.com/ -address=/cryaptall.club/ -address=/cryartarm.online/ -address=/crykaxliilz.com/ -address=/crylukzsthjz.com/ -address=/cryptaloot.pro/ -address=/crypto-coins.club/ -address=/crypto-coins.com/ -address=/crypto-coins.info/ -address=/crypto-loot.com/ -address=/crypto-pool.fr/ -address=/crypto-webminer.com/ -address=/cryptoads.space/ -address=/cryptobara.com/ -address=/cryptoloot.pro/ -address=/cryptomine.pro/ -address=/cryptonoter.com/ -address=/crystalmart.cn/ -address=/crywl.com/ -address=/crzytm.com/ -address=/cs-bailing.com.cn/ -address=/gg.cs090.com/ -address=/cs12d.com/ -address=/csad.cc/ -address=/sc.csai.cn/ -address=/csaimall.com/ -address=/csalsylqx.com/ -address=/csbew.com/ -address=/csbthyhh.com/ -address=/csdata1.com/ -address=/adaccount.csdn.net/ -address=/event.csdn.net/ -address=/kunpeng.csdn.net/ -address=/kunyu.csdn.net/ -address=/zhannei-dm.csdn.net/ -address=/ads.csdn.net/ -address=/medal.blog.csdn.net/ -address=/kunpeng-sc.csdnimg.cn/ -address=/csdzhoku.com/ -address=/csfkhqzegycmux.com/ -address=/csgocpu.com/ -address=/csgtfruit.com/ -address=/acool.csheaven.com/ -address=/azoos.csheaven.com/ -address=/ixoox.csheaven.com/ -address=/kulro.csheaven.com/ -address=/nonsi.csheaven.com/ -address=/oampa.csheaven.com/ -address=/pigra.csheaven.com/ -address=/vitha.csheaven.com/ -address=/whabi.csheaven.com/ -address=/zibup.csheaven.com/ -address=/cshwhy.cn/ -address=/csionjbak.com/ -address=/csjayzqifekaq.com/ -address=/cskwckhyhriyk.com/ -address=/csmcfetvb.com/ -address=/csnqzwwdtjg.com/ -address=/cmp.cso.com.au/ -address=/cmp.csoonline.com/ -address=/csouqeeviwo.com/ -address=/cspyozjbwb.com/ -address=/csqiulong.com/ -address=/css-style-95.com/ -address=/cssdiv.club/ -address=/bs.csshq.com.cn/ -address=/cssimplicanab.info/ -address=/cssrvsync.com/ -address=/cstfzgckbtrb.com/ -address=/cstmedia.com.cn/ -address=/cstoa.com/ -address=/cswilliamsburg.com/ -address=/csxsyp.cn/ -address=/csyjaajr.com/ -address=/m.csypspcs.cn/ -address=/mjs.csyymp4.com/ -address=/cszz.ru/ -address=/ct1985.com/ -address=/ctags.cn/ -address=/ctasnet.com/ -address=/ctcautobody.com/ -address=/ctenetwork.com/ -address=/doubleclick.ctfile.com/ -address=/mydisplay.ctfile.com/ -address=/ctm-media.com/ -address=/ctnsnet.com/ -address=/ctobsnssdk.com/ -address=/ctpjfacao.com/ -address=/ctqoduhdji.com/ -address=/ctrhfd.top/ -address=/ctrhub.com/ -address=/u.ctrip.com/ -address=/ctripatm.cn/ -address=/ctrmanager.com/ -address=/ctsjackupspete.info/ -address=/ctsrwmcshv.com/ -address=/ctsywy.com/ -address=/cttghjfhsw.com/ -address=/cttracking02.com/ -address=/cttwfmsx.com/ -address=/metrics.ctvdigital.net/ -address=/ctyzd.com/ -address=/cubchannel.com/ -address=/w.cube3d.cn/ -address=/cubics.com/ -address=/cudacorp.com/ -address=/m.cudaojia.com/ -address=/cudjntck.com/ -address=/cuelinks.com/ -address=/cueyetwee.site/ -address=/cuguwxkasghy.com/ -address=/cujsutkdbz.com/ -address=/culreelt.com/ -address=/culsauwou.com/ -address=/culturedcrayon.com/ -address=/cultwithough.info/ -address=/culumunderbianwa.info/ -address=/d4.cumshots.ws/ -address=/cuntador.com/ -address=/cuoas.com/ -address=/e.cuomm.com/ -address=/cuortwomnr.com/ -address=/cuoss.com/ -address=/cupallask.site/ -address=/affiliates.cupidplc.com/ -address=/curalate.com/ -address=/curancience.com/ -address=/curiyo.com/ -address=/curnkiosk.com/ -address=/currentlyobsessed.me/ -address=/curriculture.com/ -address=/geoservice.curse.com/ -address=/cursors-4u.net/ -address=/curtainsky.wang/ -address=/curtisfrierson.com/ -address=/customer.io/ -address=/customerconversio.com/ -address=/customerlabs.co/ -address=/tracking.customerly.io/ -address=/customsboysint.com/ -address=/cutescale.online/ -address=/cutopportings.info/ -address=/stat.cutv.com/ -address=/cutw.pro/ -address=/cux.io/ -address=/cvarxvlbnphcjq.com/ -address=/cvdvexais.com/ -address=/cvembcmcvrxly.com/ -address=/cvixcaboqq.com/ -address=/cvofpjhscrj.com/ -address=/cvqgnkeqme.com/ -address=/cvsuqfsul.com/ -address=/cvtr.io/ -address=/cvupqfim.com/ -address=/cvvwaepygjzczp.com/ -address=/cvwrspsdr.com/ -address=/cvypzafq.com/ -address=/cvzixxiesyjkha.com/ -address=/cwandzytnzplqn.com/ -address=/cwbbqhgtjbvtzi.com/ -address=/cweclub.cn/ -address=/cweiwoydalr.com/ -address=/cwfikuwyjwnev.com/ -address=/cwgads.com/ -address=/cwgayuzp.com/ -address=/cwj2h.cn/ -address=/cwkhyupiwzcjy.com/ -address=/cwkuki.com/ -address=/cwmlm.com/ -address=/cwnrunnvatbfug.com/ -address=/cworsbumjgbuc.com/ -address=/cwplubzglmfah.com/ -address=/cwpumsjshnacl.com/ -address=/cwsgwqbcdhtk.com/ -address=/cwyvnvukvkxqv.com/ -address=/cxcxt.com/ -address=/cxd-ailegou.com/ -address=/cxense.com/ -address=/cxfzw.cn/ -address=/cxhtodgorrq.com/ -address=/cxlm.net.cn/ -address=/cxmakekcesubep.com/ -address=/live.cxo.name/ -address=/live.ec2.cxo.name/ -address=/cmp.cxo.pl/ -address=/cxpublic.com/ -address=/cxqmzfcfcwbwv.com/ -address=/cxrjl.cn/ -address=/hhn.cxslcc.cn/ -address=/cxslchkb.cn/ -address=/cxt.ms/ -address=/cxuehuxz.com/ -address=/cxunpvor.com/ -address=/cxxhkmuxdjsmw.com/ -address=/cxxqchjb.com/ -address=/cxxtv.com/ -address=/img.cxxyft.com/ -address=/cy-block.cn/ -address=/cya1t.net/ -address=/cya2.net/ -address=/cyacc.com/ -address=/cyad456.com/ -address=/baidu.cybcyw.com/ -address=/ads.cyberctm.com/ -address=/cyberlink.pro/ -address=/cybermonitor.com/ -address=/cybernetentertainment.com/ -address=/cybmas.com/ -address=/cyboke.cn/ -address=/cycxrevajbyyk.com/ -address=/ca.cydp5.com/ -address=/cygnus.com/ -address=/c.cyhx98.com/ -address=/cyjybkrmzstpid.com/ -address=/z1.cyla.cn/ -address=/imgc.cymzc.com/ -address=/imgp.cymzc.com/ -address=/analytics.cynapse.com/ -address=/partner.cynapse.com/ -address=/cyneburg-yam.com/ -address=/cyp889.cn/ -address=/cyqbtxpgarmc.com/ -address=/cytcm.com/ -address=/cyto-biotherapy.com/ -address=/cytoclause.com/ -address=/t.cyuew.com/ -address=/cyvnsdsygkpqvz.com/ -address=/cyad1.cyworld.com/ -address=/stat.cyworld.com/ -address=/cz345.cn/ -address=/cz4444.cn/ -address=/uniondm.cz88.net/ -address=/czcetfjlisyjh.com/ -address=/czechose.com/ -address=/e.czggcj.com/ -address=/czgmlnhz.com/ -address=/czhcloud.cn/ -address=/czilladx.com/ -address=/czjiuding.cn/ -address=/czlhgz.com/ -address=/czmolxvvrbb.com/ -address=/czobtirdnwqhn.com/ -address=/czpush.com/ -address=/czpwm.com/ -address=/czsnzyykqzcreu.com/ -address=/czspwzutqpbr.com/ -address=/cztanchao.com/ -address=/czvfrzvnsltwco.com/ -address=/czx5eyk0exbhwp43ya.biz/ -address=/czxjx.cn/ -address=/bd.czxuexi.com/ -address=/czyiming.club/ -address=/czypiqwulod.com/ -address=/czzdf.com/ -address=/d-1.co/ -address=/d-agency.net/ -address=/d-bi.fr/ -address=/d-l-t.com/ -address=/d-markets.net/ -address=/d-stats.com/ -address=/d04b7831b4690.com/ -address=/d08kfa.cn/ -address=/d0eda50bf4f7d172c06.com/ -address=/d0efb7d9aeb478d.com/ -address=/d0f85db8ee56f5c6.com/ -address=/d0main.ru/ -address=/ggjs.d17.cc/ -address=/d194f913ee63.com/ -address=/d1ad.com/ -address=/d1skp.cn/ -address=/d2-apps.net/ -address=/d22chwk8np.com/ -address=/d29gqcij.com/ -address=/d2ship.com/ -address=/d31ea41705818c9.com/ -address=/d3b75cfc88a9.com/ -address=/d3e44a82c2df88.com/ -address=/d3nh49.com/ -address=/d3s5kn5t.cn/ -address=/d400e5249d363b5617.com/ -address=/d41.co/ -address=/d4fed03105c9f65b.com/ -address=/d4orbital.com/ -address=/d50285bff60edbb406.com/ -address=/d58bf31082fa97.com/ -address=/d59fa492f75f520.com/ -address=/d5a5a.xyz/ -address=/d5c18469d17cb1d1.com/ -address=/d5d4f491e92.com/ -address=/d602196786e42d.com/ -address=/d60227ef59e.com/ -address=/d6a0826e866d3ac5b.com/ -address=/d6e9d7d57085c0.com/ -address=/ee.d6s2pn5t.cn/ -address=/m.d6s2pn5t.cn/ -address=/d6s3mov.cn/ -address=/d71e6dd31a026d45.com/ -address=/d72l4.com/ -address=/d77777777.com/ -address=/d7e10fa2099.com/ -address=/d7s3muv.cn/ -address=/d824d7f5cbcb0e00.com/ -address=/d8360.com/ -address=/d869381a42af33b.com/ -address=/d8885.com/ -address=/d8b440faa110b.com/ -address=/d93nzb.cn/ -address=/d9ad.com/ -address=/da-ads.com/ -address=/da303.com/ -address=/da60995df247712.com/ -address=/da6fda11b2b0ba.com/ -address=/dabaoku.com/ -address=/dable.io/ -address=/dabxzyfcxrdgbs.com/ -address=/dachadu.cn/ -address=/dacoloment.pro/ -address=/dacounter.com/ -address=/sadv.dadapro.com/ -address=/statsadv.dadapro.com/ -address=/dadawm.cc/ -address=/dadi.technology/ -address=/dadjia.com/ -address=/dadsatz.com/ -address=/dadsecs.com/ -address=/dadsecz.com/ -address=/dadsipz.com/ -address=/dadskis.com/ -address=/dadskiz.com/ -address=/dadsoks.com/ -address=/dadsokz.com/ -address=/dadspms.com/ -address=/daecan.xyz/ -address=/daero.pw/ -address=/daethana.pw/ -address=/dafahao.com/ -address=/dafahao.org/ -address=/dafapai.com/ -address=/daffaite.com/ -address=/dagasaka.com/ -address=/dah0ooy4doe.info/ -address=/dahanedu.com/ -address=/adf.dahe.cn/ -address=/dahexs.net/ -address=/daibusee.com/ -address=/dailiq.cn/ -address=/dailycaller-alerts.com/ -address=/crta.dailymail.co.uk/ -address=/rta.dailymail.co.uk/ -address=/t.dailymail.co.uk/ -address=/ted.dailymail.co.uk/ -address=/logger.dailymotion.com/ -address=/sp.dailyrecord.com/ -address=/sp.dailyworld.com/ -address=/dainaith.net/ -address=/daiporno.com/ -address=/daiwofei2019.top/ -address=/daizhankj.cn/ -address=/daizoohu.net/ -address=/dajean.com/ -address=/alipay.dajiadou6.com/ -address=/widnd.dajiadou6.com/ -address=/dajiyuan.com/ -address=/dajiyuan.org/ -address=/dajlkvplxyzbsa.com/ -address=/dakawm.cc/ -address=/dake.net.cn/ -address=/push.daksham.in/ -address=/dalianhengtai.com/ -address=/daliantong.com.cn/ -address=/dallavel.com/ -address=/dalqybwdy.com/ -address=/g.daman.cc/ -address=/damdoor.com/ -address=/damelaurig.info/ -address=/dami66.cn/ -address=/damihyugqet.com/ -address=/damiren.com/ -address=/dana123.com/ -address=/dancecourt.com/ -address=/k1.dancihu.com/ -address=/zndsssp.dangbei.net/ -address=/a.dangdang.com/ -address=/click.dangdang.com/ -address=/union.dangdang.com/ -address=/danhhmhxkrm.com/ -address=/danmeneldur.com/ -address=/danorenius.com/ -address=/danpinwu.com/ -address=/danqingschool.com/ -address=/e.danrs.com/ -address=/dante2007.com/ -address=/danzabucks.com/ -address=/danzhallfes.com/ -address=/daokejs.com/ -address=/daoyoudao.com/ -address=/dapaogg.xyz/ -address=/s1.dapenti.com/ -address=/dapper.net/ -address=/dapxl.com/ -address=/log.daqi.com/ -address=/daqiangolf.com/ -address=/daqijjpjow.com/ -address=/daralasnan.com/ -address=/dardwebertoha.info/ -address=/daredorm.com/ -address=/darersan.co/ -address=/m1.darfd.com/ -address=/darking07.tk/ -address=/ch0p.darty.com/ -address=/darwarvid.com/ -address=/das5ku9q.com/ -address=/dashantechan.cn/ -address=/dashaowu.com/ -address=/dashbida.com/ -address=/dashboard.io/ -address=/dashboardad.net/ -address=/dasheducation.cn/ -address=/down.dashendown.com/ -address=/dashet.com/ -address=/dashgreen.online/ -address=/logs.dashlane.com/ -address=/daskm.com/ -address=/daspar.net/ -address=/dat.red/ -address=/data-analytics.jp/ -address=/data-data-vac.com/ -address=/data-dynamic.net/ -address=/data-ero-advertising.com/ -address=/data-eroadvertising.com/ -address=/tracker.data-vp.com/ -address=/databrain.com/ -address=/datacaciques.com/ -address=/datacoral.com/ -address=/datacoral.io/ -address=/datado.me/ -address=/datadoghq-browser-agent.com/ -address=/logs.datadoghq.com/ -address=/datadome.co/ -address=/datafastguru.info/ -address=/datafeedfile.com/ -address=/analytics.datahc.com/ -address=/stats.datahjaelp.net/ -address=/datam.com/ -address=/datamaster.com.cn/ -address=/datamind.ru/ -address=/dataperforma.com/ -address=/privatkunden.datapipe9271.com/ -address=/datasecu.download/ -address=/datasteam.io/ -address=/datawrkz.com/ -address=/dataxpand.com/ -address=/date-for-more.com/ -address=/datefree.com/ -address=/datefunclub.com/ -address=/datetraders.com/ -address=/datexchanges.net/ -address=/dating-adv.com/ -address=/dating-banners.com/ -address=/dating-service.net/ -address=/top.dating.lt/ -address=/dating2cloud.org/ -address=/datingadnetwork.com/ -address=/datingamateurs.com/ -address=/datingcensored.com/ -address=/datinggold.com/ -address=/datingidol.com/ -address=/datoporn.com/ -address=/ws1.datouniao.com/ -address=/ws2.datouniao.com/ -address=/datvantage.com/ -address=/track.tiara.daum.net/ -address=/analytics.ad.daum.net/ -address=/display.ad.daum.net/ -address=/adimg.daumcdn.net/ -address=/m1.daumcdn.net/ -address=/keyword.daumdn.com/ -address=/daurifek.net/ -address=/get.davincisgold.com/ -address=/davthnojr.com/ -address=/dawanjiahn.com/ -address=/img.dawenxue.org/ -address=/dawin.tv/ -address=/dawnframing.com/ -address=/dawwx.com/ -address=/daxishi.com/ -address=/daxueshengqiandai.com/ -address=/day66.com/ -address=/dayadopen.site/ -address=/jc1.dayfund.cn/ -address=/daylogs.com/ -address=/daysurgentlybecau.info/ -address=/dazhantai.com/ -address=/dazhonghua.cn/ -address=/dazibenwm.com/ -address=/wtk.db.com/ -address=/db14a56766c5e1a1c2.com/ -address=/db52cc91beabf7e8.com/ -address=/db8a41d81b8dfe41de2.com/ -address=/dbaij.com/ -address=/cs02-pps-drcn.dbankcdn.com/ -address=/dbaof.com/ -address=/union.dbba.cn/ -address=/dbbp1.com/ -address=/dbbsrv.com/ -address=/dbclix.com/ -address=/dbeii.com/ -address=/dbeij.com/ -address=/dbftszei.bid/ -address=/dbhrfdfuqh.com/ -address=/dbhyrddfm.com/ -address=/dbiej.com/ -address=/dbktgmyjph.com/ -address=/dblpmp.com/ -address=/dbmysjylbpwrav.com/ -address=/dbncp.com/ -address=/dbooksbysecon.info/ -address=/dbrgmcjuf.com/ -address=/dbrxdvqz.com/ -address=/dbtlonlnjlnr.com/ -address=/dbvault.net/ -address=/dbyinbsam.com/ -address=/dc-storm.com/ -address=/dc121677.com/ -address=/dc63bfb069ea522f.com/ -address=/dcaij.com/ -address=/dccstsamnyrjk.com/ -address=/dceni.com/ -address=/dcentatorsstrial.info/ -address=/dchnguasrxubf.com/ -address=/dcimei.tw/ -address=/dcjhpaexcwtc.com/ -address=/dckyimoylozbby.com/ -address=/dcmn.com/ -address=/dcmn.io/ -address=/dcontonalscho.info/ -address=/dcoxxsbn.com/ -address=/dcqhbqwlcukxu.com/ -address=/dcqthcwm.com/ -address=/dcreatssculpabl.info/ -address=/dcwgzqbfl.com/ -address=/dcxitlzzmyxbwn.com/ -address=/dcxmy.com/ -address=/dcxtvftrdd.com/ -address=/ddanq.com/ -address=/dddddd.net/ -address=/dddgndcqajr.com/ -address=/dddomainccc.com/ -address=/ddf67683e4778d.com/ -address=/ddfnykqqiexse.com/ -address=/ddg1277.com/ -address=/ddhtek.com/ -address=/ddhuangchao.com/ -address=/ddljcvtxfjtc.com/ -address=/ddlwnwshlk.com/ -address=/ddm.io/ -address=/ddmlzfwsb.com/ -address=/ddnmzrpp.com/ -address=/ddns.name/ -address=/gustaver.ddns.net/ -address=/ddomm.com/ -address=/count.ddooo.com/ -address=/ddpxhq.cn/ -address=/s.ddstu.com/ -address=/u.ddvip.com/ -address=/ddzfjyppcbv.com/ -address=/de-mi-nis-ner.info/ -address=/de-mi-nis-ner2.info/ -address=/de-ner-mi-nis4.info/ -address=/de-nis-ner-mi-5.info/ -address=/research.de.com/ -address=/de093o.cn/ -address=/s.de123.net/ -address=/de17a.com/ -address=/img752.de92.com/ -address=/imgcdn.de92.com/ -address=/mms.deadspin.com/ -address=/dealcurrent.com/ -address=/clicks.dealer.com/ -address=/hits.dealer.com/ -address=/dfanalytics.dealerfire.com/ -address=/tracking.dealerwebwatcher.com/ -address=/yh6u.dealeusedevoyages.com/ -address=/dealspure.com/ -address=/visit.dealspwn.com/ -address=/dealswarm.com/ -address=/stat.dealtime.com/ -address=/dealzone.co.za/ -address=/deatheriwevo.site/ -address=/tp.deawm.com/ -address=/debadu.com/ -address=/debitcrebit669.com/ -address=/debrium-surbara.com/ -address=/decademical.com/ -address=/decdna.net/ -address=/decenthat.com/ -address=/decibelinsight.net/ -address=/decideinteractive.com/ -address=/decisionediv.site/ -address=/decisionmark.com/ -address=/decisionnews.com/ -address=/decisivedrawer.com/ -address=/decknetwork.net/ -address=/decografix.com/ -address=/decota.es/ -address=/decrolyschool.be/ -address=/ad.dedecms.com/ -address=/stat.dedecms.com/ -address=/dedicatedmedia.com/ -address=/dedicatednetworks.com/ -address=/loft2126.dedicatedpanel.com/ -address=/deecash.com/ -address=/deep.bi/ -address=/deepattention.com/ -address=/deepc.cc/ -address=/deepchannel.com/ -address=/deepintent.com/ -address=/deepmetrix.com/ -address=/defaultimg.com/ -address=/defeatural.com/ -address=/definitial.com/ -address=/defpush.com/ -address=/ea.deguisetoi.fr/ -address=/dehardward.com/ -address=/deicslktis.com/ -address=/deiqehvcdnntg.com/ -address=/dejionsite.pro/ -address=/del-del-ete.com/ -address=/del-marine.com/ -address=/delainlygoverhe.info/ -address=/sp.delawareonline.com/ -address=/delegatediscussion.com/ -address=/deletespyware-adware.com/ -address=/feeds.delicious.com/ -address=/static.delicious.com/ -address=/delidatax.net/ -address=/g.delivery.net/ -address=/open.delivery.net/ -address=/p.delivery.net/ -address=/delivery45.com/ -address=/delivery47.com/ -address=/delivery49.com/ -address=/delivery51.com/ -address=/deliverydom.com/ -address=/deliverymodo.com/ -address=/boomerang.dell.com/ -address=/sp.delmarvanow.com/ -address=/delnapb.com/ -address=/deloplen.com/ -address=/delta-boa.com/ -address=/smetrics.delta.com/ -address=/tkpi.delta.com/ -address=/cache2.delvenetworks.com/ -address=/mcs.delvenetworks.com/ -address=/demand.supply/ -address=/demandbase.com/ -address=/demanier.com/ -address=/dematom.com/ -address=/demdex.net/ -address=/sp.democratandchronicle.com/ -address=/events.demoup.com/ -address=/denakop.com/ -address=/c.dengbaozx.cn/ -address=/v.dengbaozx.cn/ -address=/dengfenzhang.cn/ -address=/baidu.dengzhoull.com/ -address=/denis-pj0823031-491201b.com/ -address=/denixsips.com/ -address=/dirt.dennis.co.uk/ -address=/denotatorum.site/ -address=/dentairemalin.com/ -address=/denza.pro/ -address=/dep-x.com/ -address=/deparisesamer.info/ -address=/departapp.com/ -address=/deplayer.net/ -address=/deployads.com/ -address=/deqwas.net/ -address=/track.derbund.ch/ -address=/derlatas.com/ -address=/derler.pro/ -address=/touy.deryakose.com/ -address=/descrepush.com/ -address=/descz.ovh/ -address=/sp.desertsun.com/ -address=/5yrra.deshuangwang.cn/ -address=/desigactinific.pro/ -address=/desipearl.com/ -address=/desiredirt.com/ -address=/sp.desmoinesregister.com/ -address=/despearingle.co/ -address=/destinationurl.com/ -address=/oal2.destinia.co.uk/ -address=/vry9.destinia.com/ -address=/exd4.destinia.com.au/ -address=/zsi7.destinia.do/ -address=/uue2.destinia.ir/ -address=/zrw1.destinia.jp/ -address=/upz1.destinia.lt/ -address=/znq9.destinia.mx/ -address=/zyq2.destinia.sk/ -address=/wph2.destinia.us/ -address=/detectdiscovery.com/ -address=/deteql.net/ -address=/determsclo.info/ -address=/dethao.com/ -address=/sp.detroitnews.com/ -address=/detuns.com/ -address=/deuqpxrht.com/ -address=/cxt.deutsche-bank.de/ -address=/devatics.com/ -address=/devatics.io/ -address=/develenv.com/ -address=/developermedia.com/ -address=/compteur.developpez.com/ -address=/adcast.deviantart.com/ -address=/adimg.deviantart.net/ -address=/device9.com/ -address=/devjbzfd.com/ -address=/devphp.org.ua/ -address=/devscroll.com/ -address=/btstats.devtribu.fr/ -address=/dewltdgzgtt.com/ -address=/api.dewmobile.net/ -address=/downloada.dewmobile.net/ -address=/downloadb.dewmobile.net/ -address=/dewqbkpy.com/ -address=/dexim.space/ -address=/deximedia.com/ -address=/dexplatform.com/ -address=/deyidesign.com/ -address=/dezfu.com/ -address=/dezuiderwaard.nl/ -address=/df-srv.de/ -address=/apisoft.df0535.com/ -address=/df3n43m.com/ -address=/df63de4ef399b.com/ -address=/df77.com/ -address=/df8c5028a1fad1.com/ -address=/df931f2841ac729.com/ -address=/df9377.com/ -address=/dfb79196408612f1.com/ -address=/dfcwecvmjtdj.com/ -address=/dfcwg.com/ -address=/dfgfgvqogboiz.com/ -address=/dfmedtntwcepqx.com/ -address=/dfmunigpp.com/ -address=/mo.dfnbyn.top/ -address=/dfomexjuokpuxi.com/ -address=/dfpejgtwrgawen.com/ -address=/newswifiapi.dfshurufa.com/ -address=/dftoutiao.com/ -address=/dfxvfkutloxnyl.com/ -address=/dfyudpyceqoy.com/ -address=/dgafgadsgkjg.top/ -address=/dgaoz.com/ -address=/dgarvwharbgpb.com/ -address=/dgeggjwyhkrr.com/ -address=/dgergrwre.com/ -address=/dgfggy.com/ -address=/dghgutalvz.com/ -address=/dgkvriccq.com/ -address=/dglscm.cn/ -address=/t.dgm-au.com/ -address=/dgmatix.com/ -address=/dgmaustralia.com/ -address=/dgmaxinteractive.com/ -address=/dgmsearchlab.com/ -address=/dgoqeqfihs.com/ -address=/dgpzx.com/ -address=/dgtmyxfuzwtr.com/ -address=/dgtnoyoud.com/ -address=/dgucunmuibx.com/ -address=/dgwyckutalyqcn.com/ -address=/dgxzwj.com/ -address=/d.dgzj.com/ -address=/dh2xbuwg.com/ -address=/dh54wf.xyz/ -address=/dh810.com/ -address=/dh820.com/ -address=/dh956.com/ -address=/dhaomvok.com/ -address=/dhbo4t.cn/ -address=/dhftcgd.net/ -address=/imonitor.dhgate.com/ -address=/dhgcqqmtf.com/ -address=/dhgdp.cn/ -address=/zs.dhl.de/ -address=/dhlh.org/ -address=/dhlmy.com/ -address=/dhouse.mobi/ -address=/dhuhui.cn/ -address=/dhundora.com/ -address=/dhuqolbvyla.com/ -address=/dhxwczetwdkt.com/ -address=/pp2.dhzw.org/ -address=/8t2.di91ba.cn/ -address=/di9qu.com.cn/ -address=/dialgold.com/ -address=/dialogtech.com/ -address=/ea.diamant-unique.com/ -address=/diamondtraff.com/ -address=/dian500.com/ -address=/dian5000.com/ -address=/dianepiette.co.uk/ -address=/j.diangon.com/ -address=/dianjoy.com/ -address=/down.diannaodian.com/ -address=/u.diannaodian.com/ -address=/dianomi.com/ -address=/dianomioffers.co.uk/ -address=/dianru.com/ -address=/dianrui.com/ -address=/dianshihuanping.cn/ -address=/jb.dianshu119.com/ -address=/diantcummiere.info/ -address=/dianwenwang.com/ -address=/dianxin.com/ -address=/daima.diaoben.net/ -address=/diaoguoshi.mobi/ -address=/diaojiaoji168.com/ -address=/w1.diaoyou.com/ -address=/a.diaoyu.cn/ -address=/diaryofagameaddict.com/ -address=/stats.dice.com/ -address=/nova.dice.net/ -address=/codeym.dictall.com/ -address=/spanids.dictionary.com/ -address=/track.dictionary.com/ -address=/did-it.com/ -address=/didit.com/ -address=/static.diditaxi.com.cn/ -address=/didna.io/ -address=/die-rankliste.com/ -address=/diediao.com/ -address=/diekhxpwngawme.com/ -address=/dierqingchun.com/ -address=/319dn.dieti-natura.com/ -address=/913nd.dieti-natura.es/ -address=/dieutribenhkhop.com/ -address=/differentdesk.com/ -address=/diffusion-tracker.com/ -address=/difnxm.cn/ -address=/digadser.com/ -address=/digdeepdigital.com.au/ -address=/stats.digg.com/ -address=/widgets.digg.com/ -address=/digiad.co/ -address=/digidip.net/ -address=/digipathmedia.com/ -address=/digital-metric.com/ -address=/stats.digital-natives.de/ -address=/digitaladvertisingalliance.org/ -address=/digitaladvisor.dk/ -address=/cmp.digitalartsonline.co.uk/ -address=/digitaldesire.com/ -address=/hbid.ams3.cdn.digitaloceanspaces.com/ -address=/digitaloptout.com/ -address=/digitalpush.org/ -address=/display.digitalriver.com/ -address=/track.digitalriver.com/ -address=/pixel.digitalspy.co.uk/ -address=/digitaltarget.ru/ -address=/digitalthrottle.com/ -address=/vstats.digitaltrends.com/ -address=/ad.digitimes.com.tw/ -address=/digitiminimi.com/ -address=/stats-factory.digitregroup.io/ -address=/digitrevenue.com/ -address=/digitru.st/ -address=/dignow.org/ -address=/digreality.com/ -address=/digsby.com/ -address=/digyepnag.club/ -address=/dijutbdzbv.com/ -address=/dikzfvrgjpygz.com/ -address=/dilcn.net/ -address=/dillweqbducwi.com/ -address=/dilutercelebraltygu.info/ -address=/dimarsbg.com/ -address=/dimenal.com.br/ -address=/dimessing-parker.com/ -address=/dimestore.com/ -address=/dimml.io/ -address=/dimsnetwork.com/ -address=/dimsofiz.net/ -address=/dinclinx.com/ -address=/dingge.cc/ -address=/dinglixuan.cn/ -address=/dingrigoguter.pro/ -address=/dingsincernett.info/ -address=/dingviewjeep.info/ -address=/dingyuanyao.cn/ -address=/dinovala.com/ -address=/dinuojixie.com.cn/ -address=/diogv.com/ -address=/diplomahawaii.com/ -address=/dipsbbygv.com/ -address=/dircont3.com/ -address=/directaclick.com/ -address=/directadvert.net/ -address=/directadvert.ru/ -address=/directchat.tv/ -address=/directclicksonly.com/ -address=/directcounter.de/ -address=/directcrm.ru/ -address=/direction-x.com/ -address=/directleads.com/ -address=/directnavbt.com/ -address=/directnicparking.com/ -address=/directorym.com/ -address=/directprimal.com/ -address=/directrdr.com/ -address=/directrev.com/ -address=/directtrack.com/ -address=/directtrk.com/ -address=/directxex.com/ -address=/dirty-tinder.com/ -address=/disappenedy.site/ -address=/discover-path.com/ -address=/discoverapp.xyz/ -address=/discovertrail.net/ -address=/omnikool.discovery.com/ -address=/tr.discuss.com.hk/ -address=/discvr.net/ -address=/analytics.disneyinternational.com/ -address=/display.studio/ -address=/displaymarketplace.com/ -address=/displink.com/ -address=/dispop.com/ -address=/referrer.disqus.com/ -address=/links.services.disqus.com/ -address=/disqusads.com/ -address=/dissonbegant.info/ -address=/distantnews.com/ -address=/distilled.ie/ -address=/distiltag.com/ -address=/distinctday.com/ -address=/distinesseqe.site/ -address=/distinethout.info/ -address=/distralytics.com/ -address=/distribeo.com/ -address=/districtm.ca/ -address=/districtm.io/ -address=/dit-dit-dot.com/ -address=/ditdotsol.com/ -address=/ditds.xyz/ -address=/code.ditiezu.net/ -address=/ditincoriligh.pro/ -address=/ditookry.com/ -address=/ditwrite.com/ -address=/pingbi.diudou.com/ -address=/diuling.com/ -address=/e.diupp.com/ -address=/divascam.com/ -address=/diveringecondsw.info/ -address=/divertura.com/ -address=/divolution.com/ -address=/diwamugh.net/ -address=/diwfhgfszus.com/ -address=/diwsvdnmpn.com/ -address=/diwtbtakcu.com/ -address=/ads.dixcom.com/ -address=/img16.diyifanwen.com/ -address=/dd1.diymianmo.com/ -address=/dizhonghaihotel.com/ -address=/dj-updates.com/ -address=/djagrjpaoek.com/ -address=/djdcjvivns.com/ -address=/djephnpzpjuvt.com/ -address=/djers.com/ -address=/djfiln.com/ -address=/djhhy.com/ -address=/djiboutdifficial.info/ -address=/djjckavq.com/ -address=/djjyyqgsnnfa.com/ -address=/lslmetrics.djlmgdigital.com/ -address=/djmaza.in/ -address=/djibeacon.djns.com/ -address=/djsn888.com/ -address=/djtfkakbufpwot.com/ -address=/djvpsxtkdmga.com/ -address=/djwdefnov.com/ -address=/djy518.com/ -address=/dk4ywix.com/ -address=/event.dkb.de/ -address=/top.dkd.lt/ -address=/dkecozphug.com/ -address=/dkfindnpdgac.com/ -address=/dkgitkwo.com/ -address=/dkmdklhu.com/ -address=/dkmnn.top/ -address=/dkorusxgputkrb.com/ -address=/dkqapp.cn/ -address=/dkroonzvxvansw.com/ -address=/dksvmumbi.com/ -address=/dktyjwldv.com/ -address=/dkxeorhjmua.com/ -address=/dl-rms.com/ -address=/dlads.cn/ -address=/r.dlandroid.com/ -address=/dlawshsjupuyy.com/ -address=/dlcgxmentykv.com/ -address=/dldiuzdkrqbk.com/ -address=/dldsrs.com/ -address=/dle-news.pw/ -address=/dleke.com/ -address=/dlfdvyfn.com/ -address=/dlgriyjm.com/ -address=/dlhhzptgsavxu.com/ -address=/zly.dlhxgg.com/ -address=/dlhygj.com/ -address=/llk.dlingtalk.cn/ -address=/dlkjgjmy.com/ -address=/dlmghzdca.com/ -address=/dlpifu.com/ -address=/dlpypwmo.com/ -address=/dlpyumfmg.com/ -address=/dlrijiaele.com/ -address=/dlrwabzugcyj.com/ -address=/dlsear.com/ -address=/dlski.space/ -address=/dltags.com/ -address=/dlwssyqp.com/ -address=/dlzjdesign.com/ -address=/dlzm790g.com/ -address=/dm-event.net/ -address=/pebed.dm.gg/ -address=/dmanalytics1.com/ -address=/dmastescaugh.info/ -address=/dmclick.cn/ -address=/dmd53.com/ -address=/dmdi.pl/ -address=/dmg-mobile.com/ -address=/dmgcxznqmmiek.com/ -address=/dmgmediaprivacy.co.uk/ -address=/dmiqfxlnf.com/ -address=/delivery.dmkt-sp.jp/ -address=/mlweb.dmlab.hu/ -address=/dmodernedindivin.info/ -address=/dmouy.cn/ -address=/dmpcounter.com/ -address=/ssp1.dmpdsp.com/ -address=/dmpsj.cn/ -address=/dmpxs.com/ -address=/dmrecvpflqb.com/ -address=/track.dmrtb.com/ -address=/dmtracker.com/ -address=/dmtrck.com/ -address=/dmtry.com/ -address=/dmu20vut.com/ -address=/dmvbdfblevxvx.com/ -address=/dmxleo.com/ -address=/dmypkmieippdq.com/ -address=/dn189.com/ -address=/dnab.info/ -address=/stats.dnaindia.com/ -address=/dnaxddnc.com/ -address=/dnbizcdn.com/ -address=/dneglectionsinter.info/ -address=/dneliqkbeixeri.com/ -address=/dnftqfwycmfqrs.com/ -address=/sp.dnj.com/ -address=/dnjj.mobi/ -address=/dnkwgzmuxv.com/ -address=/dnpehliwdvjkp.com/ -address=/sp.dnqc.com/ -address=/dnrywryy.com/ -address=/projop.dnsalias.com/ -address=/dnset.com/ -address=/dnskuu.com/ -address=/dntrax.com/ -address=/dnvod.tv/ -address=/dnyjhikistbhvg.com/ -address=/dnzevkqpk.com/ -address=/dnzwjlbknhe.com/ -address=/do-not-tracker.org/ -address=/do09.net/ -address=/doastebu.net/ -address=/info.meihua.docer.com/ -address=/dochase.com/ -address=/dochyedu.info/ -address=/fpb.docin.com/ -address=/zx.docin.com/ -address=/doclix.com/ -address=/docodoco.jp/ -address=/doctor-alex.com/ -address=/dodatova.com/ -address=/hit.dogannet.tv/ -address=/doghoust.net/ -address=/doglickz.club/ -address=/api-es.doglobal.net/ -address=/api-luckycoinsdk.doglobal.net/ -address=/durdcn.doglobal.net/ -address=/pan.dogster.com/ -address=/dogwrite.com/ -address=/dogwuyrspt.com/ -address=/dohillright.com/ -address=/dojmlztmbrvp.com/ -address=/dojomojo.com/ -address=/dojomojo.ninja/ -address=/dokaboka.com/ -address=/dokauzob.top/ -address=/ad.dokrmob.com/ -address=/c.dokrmob.com/ -address=/doksfyhdtqmipa.com/ -address=/analytics.dol.gr/ -address=/analyticsv2.dol.gr/ -address=/dollarade.com/ -address=/dollarsponsor.com/ -address=/dolohen.com/ -address=/dolsoste.com/ -address=/domainadvertising.com/ -address=/domainbuyingservices.com/ -address=/imgtrack.domainmarket.com/ -address=/domainsponsor.com/ -address=/domdex.com/ -address=/dominoad.com/ -address=/dominocounter.net/ -address=/domisesvivin.info/ -address=/domob.cn/ -address=/domob.com.cn/ -address=/sm.domobcdn.com/ -address=/domodomain.com/ -address=/btr.domywife.com/ -address=/donecooler.com/ -address=/cad.donga.com/ -address=/dongbeisurewin.com/ -address=/dongtaiwang.com/ -address=/dongtaiwang.org/ -address=/donhyxngg.com/ -address=/doniv.net/ -address=/donneuropa.it/ -address=/donreach.com/ -address=/abcj.dooccn.com/ -address=/abc.dooccn.com/ -address=/data.doodlemobile.com/ -address=/data2.doodlemobile.com/ -address=/f.doodlemobile.com/ -address=/m.doodlemobile.com/ -address=/doogleonduty.com/ -address=/doolooku.net/ -address=/doomail.org/ -address=/doomna.com/ -address=/dooptoug.net/ -address=/door2new.net/ -address=/doowe.cn/ -address=/dopa.com/ -address=/dopa.com.cn/ -address=/ad-cache.dopool.com/ -address=/analytics3.dopool.com/ -address=/dopor.info/ -address=/doqapnez.com/ -address=/doqjemtf.com/ -address=/pixel.dorehernowi.pro/ -address=/dorthuredwardles.info/ -address=/dortoolr.com/ -address=/doryhome.com/ -address=/doshaido.com/ -address=/dosugcz.biz/ -address=/dotaki.com/ -address=/dotandad.com/ -address=/dotandads.com/ -address=/adss.dotdo.net/ -address=/dotmailer-surveys.com/ -address=/leadvision.dotmailer.co.uk/ -address=/dotmetrics.net/ -address=/flv.dotmore.com.tw/ -address=/pic.dotmore.com.tw/ -address=/dotnetkicks.com/ -address=/dotnetshoutout.com/ -address=/dotnxdomain.net/ -address=/dotomi.com/ -address=/ssl2.dottexpress.com/ -address=/dotui.cn/ -address=/dou777.com/ -address=/erebor.douban.com/ -address=/ad.doubanio.com/ -address=/at1.doubanio.com/ -address=/at2.doubanio.com/ -address=/xingyao.doubiy.com/ -address=/double-check.com/ -address=/double.net/ -address=/doubleadv.com/ -address=/adclick.g.doublecklick.net/ -address=/doubleclick.com/ -address=/doubleclick.net/ -address=/doubleclickbygoogle.com/ -address=/doubleclicks.me/ -address=/doubledeepclick.com/ -address=/doublegear.com/ -address=/doublelimpup.com/ -address=/doublemax.net/ -address=/doublepimp.com/ -address=/doublepimpssl.com/ -address=/doublerecall.com/ -address=/doubleverify.com/ -address=/doubooca.com/ -address=/doucheng123.com/ -address=/doudao.cn/ -address=/dougmlee.com/ -address=/abc.douguo.com/ -address=/kpshx.douguo.com/ -address=/leabd.douguo.com/ -address=/ggb.douguo.com/ -address=/doukekan.cn/ -address=/doumaibiji.cn/ -address=/doumob.com/ -address=/a.dounanhuahui.com/ -address=/doupuer.com/ -address=/t.douyaobuy.com/ -address=/tt.douyaobuy.com/ -address=/msg.douyu.com/ -address=/wan.douyu.com/ -address=/cs-op.douyucdn.cn/ -address=/rtbapi.douyucdn.cn/ -address=/dovewallet.com/ -address=/dowages.com/ -address=/down1oads.com/ -address=/beta.down2crazy.com/ -address=/tracker.downdetector.com/ -address=/dl.downf468.com/ -address=/download-archiver.ru/ -address=/download-performance.com/ -address=/downloadboutique.com/ -address=/downloaddirect.com/ -address=/downloadgot.com/ -address=/downloads-whatsapp.com/ -address=/downloadthesefile.com/ -address=/downloatransfer.com/ -address=/downlossinen.info/ -address=/downmn.com/ -address=/xiazai.downok.com/ -address=/adv2.downsave.com/ -address=/info.downsave.com/ -address=/shili.downxia.com/ -address=/doxurgeoisuniv.info/ -address=/s.doyo.cn/ -address=/doyugqaizcecne.com/ -address=/ping.dozuki.com/ -address=/dp-medien.eu/ -address=/dp25.kr/ -address=/dpallyihgtgu.com/ -address=/dpbolvw.net/ -address=/dpbrrirhtlo.com/ -address=/s.dpcq1.net/ -address=/dpixysnllk.com/ -address=/dpjszs.com/ -address=/dpkubdncmez.com/ -address=/dpmsrv.com/ -address=/dpnahzfbb.com/ -address=/dpoulbxouhor.com/ -address=/dppeusog.com/ -address=/dprtb.com/ -address=/dps-reach.com/ -address=/dpsqqaaqbc.com/ -address=/dpstack.com/ -address=/dpwrhdzeqw.com/ -address=/dpxjvfdtufp.com/ -address=/dpypzvjarj.com/ -address=/dq95d35.com/ -address=/dqburpwaqwehj.com/ -address=/dqdwvmpez.com/ -address=/dqeqsiwc.com/ -address=/dqfpksnabgagc.com/ -address=/dqgpb.com/ -address=/dqiokxyebdc.com/ -address=/dqldmtpu.com/ -address=/dqmfeimedqswbr.com/ -address=/dqnpfsxuq.com/ -address=/dqolgbehhzvo.com/ -address=/dqsft.com/ -address=/dqvckdfaa.com/ -address=/m.dqwhsx.top/ -address=/dqyczunj.com/ -address=/dradvice.in/ -address=/dragolosa.com/ -address=/dragoncent.com/ -address=/144.dragonparking.com/ -address=/930.dragonparking.com/ -address=/track.dragonparking.com/ -address=/cdn.dragonstatic.com/ -address=/draulinehandon.info/ -address=/drbwugautcgh.com/ -address=/zhgg.dre8.com/ -address=/wxggtg.dre8.com/ -address=/zhggw.dre8.com/ -address=/dreamaquarium.com/ -address=/pub.dreamboxcart.com/ -address=/dreamcounter.de/ -address=/dreamfull.cn/ -address=/images.dreamhost.com/ -address=/dreamine.com/ -address=/cmp.dreamlab.pl/ -address=/dreamrecord.cn/ -address=/dredkcyex.com/ -address=/drevozone.com.cn/ -address=/dreyeli.info/ -address=/drgykb.cn/ -address=/event.api.drift.com/ -address=/metrics.api.drift.com/ -address=/dbex-tracker-v2.driveback.ru/ -address=/drivenetwork.ru/ -address=/drjctivspweild.com/ -address=/drjgjngf.com/ -address=/drjwmuwmnll.com/ -address=/drlsf.com/ -address=/drmfslx.cn/ -address=/drnxs.com/ -address=/drogomet.com/ -address=/log.droid4x.cn/ -address=/mtlog.droid4x.cn/ -address=/nlog.droid4x.cn/ -address=/counter.drom.ru/ -address=/marketing.dropbox.com/ -address=/dropzenad.com/ -address=/droqnswhcfk.com/ -address=/drotcporkutvz.com/ -address=/drovederuifswfe.info/ -address=/drowadri.racing/ -address=/drowle.com/ -address=/drpmtzjanjqjpj.com/ -address=/drqlvjwhg.com/ -address=/tracking.drsfostersmith.com/ -address=/drteachme.com/ -address=/adv.drtuber.com/ -address=/eproof.drudgereport.com/ -address=/drwfixovzqdcs.com/ -address=/drwttspxjdoosq.com/ -address=/drwzn.com/ -address=/drydrum.com/ -address=/mo.drzd9.cn/ -address=/drzndwmqrgra.com/ -address=/dsaiwxrneawj.com/ -address=/dscry.com/ -address=/dsf4t5jfds34j.com/ -address=/dsfohqgkydgn.com/ -address=/dsgy521.com/ -address=/dsjre.com/ -address=/dsjyjj.cn/ -address=/dskyseconomic.info/ -address=/dsmmadvantage.com/ -address=/dsmxwgmkj.com/ -address=/files.dsnetwb.com/ -address=/dsnextgen.com/ -address=/dsnr-affiliates.com/ -address=/dsnxvnkxyimczk.com/ -address=/cdn.dsp.com/ -address=/secure.dsp.com/ -address=/dsp.wtf/ -address=/dspack.com.cn/ -address=/dsparking.com/ -address=/dsply.com/ -address=/dssdr.top/ -address=/dstillery.com/ -address=/dstrack2.info/ -address=/photo.dstrchina.cn/ -address=/dstxhvmgkg.com/ -address=/dsultra.com/ -address=/dsxdn.com/ -address=/dsyxresmht.com/ -address=/dszan.com/ -address=/dt2xr6g2i5.com/ -address=/dtc-v6t.com/ -address=/burnside.dtcn.com/ -address=/dtgwjxeymdlri.com/ -address=/dthmzwzsgjibw.com/ -address=/dthousepresistc.info/ -address=/dti-ranker.com/ -address=/affiliate.dtiserv.com/ -address=/rss.dtiserv.com/ -address=/dtiserv2.com/ -address=/dtjhwypfsayh.com/ -address=/dtmpub.com/ -address=/dtprhsosiqckd.com/ -address=/dtprofit.com/ -address=/dtrcw.cc/ -address=/dtscout.com/ -address=/dtuhvgjyrp.com/ -address=/dtusmzjdycvk.com/ -address=/dtvlalitvg.com/ -address=/dtxngr.com/ -address=/dtzads.com/ -address=/dtzysm.com/ -address=/m.du1du.org/ -address=/dualmarket.info/ -address=/duamgurza.com/ -address=/duamuprs.com/ -address=/src.duanxin520.com/ -address=/androidgo.duapp.com/ -address=/noxagile.duapp.com/ -address=/duapps.com/ -address=/bu1.duba.com/ -address=/bu2.duba.com/ -address=/dubester.pw/ -address=/dubester.site/ -address=/dubester.space/ -address=/dubshub.com/ -address=/dubvacasept.com/ -address=/duchoono.com/ -address=/a.duduji.com/ -address=/duetads.com/ -address=/ad.duga.jp/ -address=/s1.dugoogle.com/ -address=/perf.dugout.com/ -address=/dugqbllwslqrlj.com/ -address=/duhochid.net/ -address=/m.duias.com/ -address=/union.duizhuang.com/ -address=/dujbubzvrdw.com/ -address=/track2.dulingo.com/ -address=/dulrlifipkbac.com/ -address=/dumedia.ru/ -address=/dunhilltraveldeals.com/ -address=/e.dunmm.com/ -address=/m.duobao999.com/ -address=/duobaoqj.com/ -address=/duoduo.icu/ -address=/duoduo.net/ -address=/v2.fm.n.duokanbox.com/ -address=/duomai.com/ -address=/duomeng.cn/ -address=/c.duomeng.net/ -address=/e.duomeng.org/ -address=/service.ad.duomi.com/ -address=/duoqumanhua.com/ -address=/duoroumao.cn/ -address=/duote.com/ -address=/js.duotegame.com/ -address=/gt.duowan.com/ -address=/market.duowan.com/ -address=/other.v.duowan.com/ -address=/playstats.v.duowan.com/ -address=/stats.v.duowan.com/ -address=/vupload.duowan.com/ -address=/a.cn.duoyi.com/ -address=/swappdl.duoyi.com/ -address=/dupinpu.com/ -address=/durnowar.com/ -address=/durocount.com/ -address=/duroternout.info/ -address=/dushimj.com/ -address=/wew.dushiwenxue.net/ -address=/advertising.dushu.io/ -address=/dustumbs.pro/ -address=/duusuu.com/ -address=/duxumpou.com/ -address=/duzakergeex.com/ -address=/dvaminusodin.net/ -address=/dvgpgtwrqxa.com/ -address=/dvhznawcuacblo.com/ -address=/analytics.dvidshub.net/ -address=/dviiocxrl.com/ -address=/dvjhdodvcu.com/ -address=/dvokgydenwaksi.com/ -address=/dvoyy3qexr.com/ -address=/dvpgijdm.com/ -address=/dvr8.com/ -address=/dvrttkoyngtnhi.com/ -address=/dvszrkspd.com/ -address=/dvtwezyzog.com/ -address=/dvuneqnrkukud.com/ -address=/dvvkdxejwh.com/ -address=/zap.dw-world.de/ -address=/partner.dw.com/ -address=/social.dw.de/ -address=/dw998.com/ -address=/dwaceiiywjwcyf.com/ -address=/dwczfwnjg.com/ -address=/higher.dwebsi.tk/ -address=/dwgfwxiecp.com/ -address=/dwhvkier.com/ -address=/dwin1.com/ -address=/dwin2.com/ -address=/dwkfnswdnheqfz.com/ -address=/dwmegismbq.com/ -address=/untitled.dwstatic.com/ -address=/vimg.dwstatic.com/ -address=/dwuvmraztukg.com/ -address=/dx1200.com/ -address=/dxcssc.cn/ -address=/dxiixnrumvni.com/ -address=/dxkkixczpsdaw.com/ -address=/aff-jp.dxlive.com/ -address=/dxmci.com/ -address=/dxpmedia.com/ -address=/dxqxeklbsqe.com/ -address=/1224.dxsbb.com/ -address=/m1.dxsbb.com/ -address=/dxssiyi.com/ -address=/dxtveuux.com/ -address=/dsd.dxwpedu.me/ -address=/syy.dxwpedu.me/ -address=/dxyafwkhrnycjp.com/ -address=/dxzkrtpnwpp.com/ -address=/dy886.cn/ -address=/dy8nb.com/ -address=/dydab.com/ -address=/dydyhg.com/ -address=/dyfzyg.com/ -address=/dyhs52.com/ -address=/dyhwaacbbntu.com/ -address=/dyino.com/ -address=/a.dyjqd.com/ -address=/dyllkretnnzuhm.com/ -address=/dylsjsmqjbbcs.com/ -address=/dymaffzxk.com/ -address=/dymveullwn.com/ -address=/dymzcxgdvf.com/ -address=/dynad.net/ -address=/dynameex.com/ -address=/dynamicadx.com/ -address=/dynamicdn.com/ -address=/dynamicoxygen.com/ -address=/svc.dynamics.com/ -address=/dynamicserving.com/ -address=/dynamicyield.com/ -address=/dynamitedata.com/ -address=/beacon.rum.dynapis.com/ -address=/dynatracesaas.com/ -address=/trk.email.dynect.net/ -address=/dynpaa.com/ -address=/dynsrvtyu.com/ -address=/dyntrk.com/ -address=/dyoyiydbwdcr.com/ -address=/dyscb.cn/ -address=/kn.dyscsm.cn/ -address=/dyssir.com/ -address=/dyucosivnycndc.com/ -address=/dywjcc.top/ -address=/dyzvxhch.com/ -address=/dz4ad.com/ -address=/dzacosgvnz.com/ -address=/dzais.com/ -address=/dzaphjajrisgr.com/ -address=/dzaqzgjsot.com/ -address=/dzblysulli.com/ -address=/dzdkw9.cn/ -address=/dzhss.cn/ -address=/dzizsih.ru/ -address=/dzjzg.com/ -address=/dzkmbajm.com/ -address=/dzletao.com/ -address=/dzloxwupyxw.com/ -address=/widgets.dzone.com/ -address=/dzrenju2.cn/ -address=/de.dzribao.com/ -address=/sdd.dzsc.com/ -address=/dzsstye.com/ -address=/ad.dzwindows.com/ -address=/ad.dzwww.com/ -address=/app.acm.dzwww.com/ -address=/page.acm.dzwww.com/ -address=/dzxwnews.com/ -address=/dzyqqwixizp.com/ -address=/c.dzytjqcc.com/ -address=/dzznyesmwj.com/ -address=/api.e-cg.cn/ -address=/partner.e-conomic.com/ -address=/e-contenta.com/ -address=/e-demx.com/ -address=/e-find.co/ -address=/e-generator.com/ -address=/e-heater.vip/ -address=/e-kaiseki.com/ -address=/e-kuzbass.ru/ -address=/e-pagerank.net/ -address=/e-planning.net/ -address=/e-referrer.com/ -address=/e-viral.com/ -address=/e-webtrack.net/ -address=/wstats.e-wok.tv/ -address=/e-zeeinternet.com/ -address=/hits.e.cl/ -address=/e0663490cca0296f7.com/ -address=/e0a42e1a21669b.com/ -address=/e0yp21.cn/ -address=/e13085e58935e6.com/ -address=/e18a97eee94d0f2519.com/ -address=/e1eb.cn/ -address=/e1r.net/ -address=/e2618abc9a1.com/ -address=/e2ertt.com/ -address=/app.e2ma.net/ -address=/embed.e2ma.net/ -address=/e331ff4e674c083.com/ -address=/e347bb14dc71778.com/ -address=/e350570881272e.com/ -address=/e376ef28103177cc.com/ -address=/e3tmyc4rbs.com/ -address=/e521d17fa185a2.com/ -address=/e553bcf717698d33.com/ -address=/e6081b73afec581f.com/ -address=/e6916adeb7e46a883.com/ -address=/e6cfmdmo81.com/ -address=/e7001.com/ -address=/e7002.com/ -address=/e7009.com/ -address=/e70123.com/ -address=/e7015.com/ -address=/e704.net/ -address=/e705.net/ -address=/e708.net/ -address=/e713c2431ad39079.com/ -address=/e719.net/ -address=/s.e739.cn/ -address=/e7393e33565ce805.com/ -address=/e7cb2d86b68099f16.com/ -address=/e7e776c1a8bf677.com/ -address=/e7is2u38.top/ -address=/track.e7r.com.br/ -address=/e85440ec98f04725.com/ -address=/e8934fbbed0495.com/ -address=/e8dcdcd1ddcb352b.com/ -address=/e960e146d9b5ca.com/ -address=/e9976b21f1b2775b.com/ -address=/e9emh.cn/ -address=/e9mlrvy1.com/ -address=/m.e9wm6a.cn/ -address=/ea3721.com/ -address=/stat.ea3w.com/ -address=/js.ea3w.com/ -address=/pic.ea3w.com/ -address=/eac0823ca94e3c07.com/ -address=/wlpinnaclesports.eacdn.com/ -address=/wlneteller.adsrv.eacdn.com/ -address=/eacla.com/ -address=/pix.eads.com/ -address=/eads.to/ -address=/eadulttraffic.com/ -address=/eae33bbaf48.com/ -address=/eae5daf052d2673b.com/ -address=/omniture.eaeurope.eu/ -address=/eaffzvnyj.com/ -address=/fast.eager.io/ -address=/eagleapi.io/ -address=/stat.eagleplatform.com/ -address=/eaiatlexsotxbh.com/ -address=/eaintrolled.info/ -address=/eajmyphr.com/ -address=/eaknxurdsogwr.com/ -address=/cdn.adc.eamobile.com/ -address=/eanalyzer.de/ -address=/eaolnbvd.com/ -address=/eaoxitwrlr.com/ -address=/eaqxjz6bra.com/ -address=/earednorthymisund.info/ -address=/earlinggea.info/ -address=/early-birds.fr/ -address=/early-birds.io/ -address=/earnbigo.com/ -address=/earnify.com/ -address=/earnitup.com/ -address=/earthcontrolsys.com/ -address=/addl.easetuner.com/ -address=/track.easeus.com/ -address=/easou.com/ -address=/afpimages.eastday.com/ -address=/hot.eastday.com/ -address=/mini.eastday.com/ -address=/tongji.eastday.com/ -address=/0koryu0.easter.ne.jp/ -address=/jb.eastlady.cn/ -address=/wl.eastlady.cn/ -address=/bdstatic.eastmoney.com/ -address=/bdwblog.eastmoney.com/ -address=/cp2.eastmoney.com/ -address=/emdcadvertise.eastmoney.com/ -address=/same.eastmoney.com/ -address=/bduserlog.eastmoney.com/ -address=/js4.eastmoney.com/ -address=/mobappconfig.securities.eastmoney.com/ -address=/push2.eastmoney.com/ -address=/easy-ads.com/ -address=/easy-dating.org/ -address=/easy-hit-counter.com/ -address=/easy-hit-counters.com/ -address=/easy.lv/ -address=/easyaccess.mobi/ -address=/easyad.com/ -address=/easycounter.com/ -address=/easydownload4you.com/ -address=/easydownloadnow.com/ -address=/easyfeeed.com/ -address=/easyflirt-partners.biz/ -address=/easyflirt.com/ -address=/easyhash.de/ -address=/easyhash.io/ -address=/easyhitcounters.com/ -address=/easyhits4u.com/ -address=/easyinline.com/ -address=/easykits.org/ -address=/easylist.club/ -address=/e.easypatent.net/ -address=/easyrecoverychina.com/ -address=/easyresearch.se/ -address=/easysol.net/ -address=/easytomessage.com/ -address=/easytracking.de/ -address=/compare.easyviaggio.com/ -address=/tdf1.easyviaggio.com/ -address=/compare.easyviajar.com/ -address=/tdf1.easyviajar.com/ -address=/tdf1.easyvols.fr/ -address=/tdf1.easyvoyage.co.uk/ -address=/tdf1.easyvoyage.com/ -address=/tdf1.easyvoyage.de/ -address=/eat-travel.com.tw/ -address=/eatayvgov.com/ -address=/eatxurmf.com/ -address=/eayyegrkujxcw.com/ -address=/eazyleads.com/ -address=/ebahpya.com/ -address=/ebannertraffic.com/ -address=/adn.ebay.com/ -address=/epnt.ebay.com/ -address=/pulsar.ebay.com/ -address=/ebayclassifiedsgroup.com/ -address=/ebayobjects.com/ -address=/ebayobjects.com.au/ -address=/ebcpfsslht.com/ -address=/ebdr2.com/ -address=/ebdr3.com/ -address=/ebfkifnjs.com/ -address=/ebgaxsjgdsnr.com/ -address=/ebhytolzhum.com/ -address=/ebicjwvxmygdqr.com/ -address=/ebipuskrxy.com/ -address=/ebis.ne.jp/ -address=/eblastengine.com/ -address=/ebocornac.com/ -address=/eboundservices.com/ -address=/ebtrk1.com/ -address=/pipe-collect.ebu.io/ -address=/ebuzzing.com/ -address=/ebz.io/ -address=/ec-concier.com/ -address=/ec-optimizer.com/ -address=/ec-track.com/ -address=/eca1d7792ad5de43.com/ -address=/jb.ecar168.cn/ -address=/sts.eccmp.com/ -address=/ecdglplsmzxcergaqx.com/ -address=/m.ecenf.com/ -address=/ecezkkrm.com/ -address=/log.ecgh.dk/ -address=/echoazou.com/ -address=/eclampsialemontree.net/ -address=/eclick.vn/ -address=/msg.eclicks.cn/ -address=/ecn5.com/ -address=/analytics.prod.aws.ecnext.net/ -address=/eco-tag.jp/ -address=/ecommstats.com/ -address=/com.econa.com/ -address=/data.econa.com/ -address=/econda-monitor.de/ -address=/economyobserver.com/ -address=/econsideepofle.info/ -address=/a.ecook.cn/ -address=/tracking.ecookie.fr/ -address=/ecortb.com/ -address=/analytics.ecosia.org/ -address=/ps.ecosia.org/ -address=/ecpmrocks.com/ -address=/ecpms.net/ -address=/ecsanalytics.com/ -address=/ecto-ecto-uno.com/ -address=/ecuc123.net/ -address=/ecustomeropinions.com/ -address=/ecuwa.cn/ -address=/ecxgfgas.com/ -address=/ecyexjyti.com/ -address=/ecyohwpbcxdjl.com/ -address=/ed9wkbpy.com/ -address=/edchargina.pro/ -address=/edcritessuspi.info/ -address=/eddong.com/ -address=/eddrpnykbofjln.com/ -address=/s.edeka.de/ -address=/edencourtbrita.info/ -address=/stat4.edev.at/ -address=/edfrencessaryhu.info/ -address=/edgeads.org/ -address=/edgeadx.net/ -address=/analytics.edgekey.net/ -address=/analytics.edgesuite.net/ -address=/sitescout-video-cdn.edgesuite.net/ -address=/yieldmanager.edgesuite.net/ -address=/edgevertise.com/ -address=/stats.edicy.com/ -address=/edigitalsurvey.com/ -address=/edintorni.net/ -address=/ediun.com/ -address=/ediuschina.com/ -address=/edlsdyhll.com/ -address=/edmontonlife.info/ -address=/edw.edmunds.com/ -address=/ednplus.com/ -address=/edo5.com/ -address=/edococounter.de/ -address=/edomz.net/ -address=/edoutoam.net/ -address=/edrone.me/ -address=/edsnnfqazn.com/ -address=/edt02.net/ -address=/edtp.de/ -address=/www.tpt.edu.in/ -address=/eduace.com.cn/ -address=/eduancm.com/ -address=/ad.edugram.com/ -address=/edumsys.com/ -address=/eduyzcjsnoeokj.com/ -address=/eduzzjy.com/ -address=/edvforeveretest.info/ -address=/tracking.edvisors.com/ -address=/edwhitnes.info/ -address=/edxosrcvydn.com/ -address=/edyjiqxeppjkj.com/ -address=/edysn.cn/ -address=/m.ee-skin.com/ -address=/m.ee-vip.net/ -address=/metrics.ee.co.uk/ -address=/ee4kdushuba.com/ -address=/ee6a35c1eeee.com/ -address=/eeagxonnsoggq.com/ -address=/eeamatyc.com/ -address=/eedsaiks.uk/ -address=/eedsovou.net/ -address=/adguanggao.eee114.com/ -address=/eee3a05c040fef3.com/ -address=/eeeqi.cn/ -address=/eefiywjjzxry.com/ -address=/eeftordu.net/ -address=/eegjpwmi.com/ -address=/eegnacou.com/ -address=/eegputuwclsvo.com/ -address=/eekkanwe.com/ -address=/eekrooha.com/ -address=/eelsouph.click/ -address=/eeltaung.com/ -address=/eenbryfjg.com/ -address=/eencosteptffo.com/ -address=/eengaums.com/ -address=/eeps.me/ -address=/eergaroa.com/ -address=/eergurty.net/ -address=/eernnfbfby.com/ -address=/eetseemp.net/ -address=/eewherak.net/ -address=/eeyy.com/ -address=/ef867a1be4f83922.com/ -address=/efatik.me/ -address=/efbmfnzwsbnb.com/ -address=/efd3b86a5fbddda.com/ -address=/m.efeir.com/ -address=/anon-stats.eff.org/ -address=/effectivelyreport.com/ -address=/effectivemeasure.net/ -address=/mastertag.effiliation.com/ -address=/track.effiliation.com/ -address=/efhlntnvpzi.com/ -address=/efhseqgqgl.com/ -address=/eficdbhnojt.com/ -address=/eforeantheirma.info/ -address=/efqadeuwdt.com/ -address=/efrcjwdcwhhqrx.com/ -address=/trezor.efscle.com/ -address=/si.efwga.xyz/ -address=/efxjqdymvzqqkt.com/ -address=/egamingonline.com/ -address=/egamiplatform.tv/ -address=/egfbynnwhco.com/ -address=/eggplant.cloud/ -address=/eghuntsrizvbt.com/ -address=/egjq.com.cn/ -address=/m.eglglh.cn/ -address=/deepknow.egoid.me/ -address=/egolina.com/ -address=/egooad.com/ -address=/ad.egou.com/ -address=/img0.egou.com/ -address=/p.egou.com/ -address=/gg.egouz.com/ -address=/egqvppwseieyu.com/ -address=/egroacho.com/ -address=/egwbxocwwf.com/ -address=/eee.eh39.co/ -address=/xj.eh456yje4.pw/ -address=/tms.eharmony.ca/ -address=/tms.eharmony.co.uk/ -address=/t.eharmony.com/ -address=/eharmony.com.au/ -address=/tracking.ehavior.net/ -address=/ehgefgcollhd.com/ -address=/ehhmynitx.com/ -address=/ehkvtodjwanjfk.com/ -address=/ehnjtmqchrub.com/ -address=/ehospiteratherere.info/ -address=/beacon.ehow.com/ -address=/bit.ehow.com/ -address=/sitelife.ehow.com/ -address=/ehraxliuwt.com/ -address=/ehu96t2p.com/ -address=/m.ehwhwz.cn/ -address=/ehxyz.com/ -address=/s1.ei16h.cn/ -address=/ei4f.cn/ -address=/ct.eid.co.nz/ -address=/7mx.eider.com/ -address=/ee.eiiteho.cn/ -address=/m.eiiteho.cn/ -address=/adingo.jp.eimg.jp/ -address=/einsuran.com.cn/ -address=/eiuuiormjc.com/ -address=/eivamos.com/ -address=/eiygqumgrobos.com/ -address=/ejdkqclkzq.com/ -address=/ejeenews.com/ -address=/ejgdixiddmruql.com/ -address=/ejgpuaguf.com/ -address=/ejieban.com/ -address=/ejin56.com/ -address=/ejiur.com/ -address=/ejkeshrzwoe.com/ -address=/ejktviknfv.com/ -address=/ejlsbfqqxoc.com/ -address=/ejmiysfbwuk.com/ -address=/ejodwopthpg.com/ -address=/ejoonsoo.net/ -address=/e.ejuen.com/ -address=/ejunshi.com/ -address=/qiye11.ejunshi.net/ -address=/ejwxbwzrhihtp.com/ -address=/ejyymghi.com/ -address=/ekansovi.com/ -address=/ekbcrhpyfuo.com/ -address=/ekbiwwngwig.com/ -address=/ekeide.com/ -address=/ekggptrw.com/ -address=/ekhqoivfkm.com/ -address=/ekkuztgnjnitmd.com/ -address=/ekmas.com/ -address=/ekmpinpoint.co.uk/ -address=/ekmpinpoint.com/ -address=/eknfrwtxsde.com/ -address=/ekoatchooze.com/ -address=/ekod.info/ -address=/connect.ekomi.de/ -address=/ekoocmujairt.com/ -address=/ia.ekstrabladet.dk/ -address=/m.ektktg.cn/ -address=/ekxfupdlyst.com/ -address=/dmpcdn.el-mundo.net/ -address=/metrics.el-mundo.net/ -address=/ela-3-tnk.com/ -address=/elabalar.pw/ -address=/elamyar.pw/ -address=/elanatality.info/ -address=/elasticad.net/ -address=/elastinabuker.site/ -address=/elastx.net/ -address=/elatsadlux.com/ -address=/elatumal.xyz/ -address=/info.elba.at/ -address=/eleasuredfas.info/ -address=/top.elec.ru/ -address=/electnext.com/ -address=/electosake.com/ -address=/electusdigital.com/ -address=/elefantsearch.com/ -address=/elekted.com/ -address=/elelrryoifogje.com/ -address=/elepocial.pro/ -address=/elessretarydevo.info/ -address=/elexgfzjpmo.com/ -address=/elfnwncr.com/ -address=/elhzbfovikex.com/ -address=/eliehabib.com/ -address=/elimpfdlss.com/ -address=/elisaart.it/ -address=/pave.elisecries.com/ -address=/elite-s001.com/ -address=/elitics.com/ -address=/elitsearch.com/ -address=/elivescousingcr.info/ -address=/elmenor.xyz/ -address=/elmissouri.fr/ -address=/eloer.cn/ -address=/d.elong.cn/ -address=/mhuodong.elong.com/ -address=/eloqua.com/ -address=/eloumbsyd.com/ -address=/elsad.tw/ -address=/elsbfby.com/ -address=/eltex.co.jp/ -address=/eltrafiko.com/ -address=/hits.eluniversal.com.mx/ -address=/eluxer.net/ -address=/elvx.top/ -address=/elwraek.xyz/ -address=/email-login-support.com/ -address=/email-match.com/ -address=/email-reflex.com/ -address=/emailretargeting.com/ -address=/coolertracks.emailroi.com/ -address=/azg1.emalu-store.com/ -address=/emar.com.cn/ -address=/emarbox.com/ -address=/ematicsolutions.com/ -address=/embeddedanalytics.com/ -address=/emberads.com/ -address=/emdqaycbvqz.com/ -address=/v.emedia.cn/ -address=/emediate.dk/ -address=/emediate.eu/ -address=/emediate.se/ -address=/emediatrack.com/ -address=/ememoricane.info/ -address=/emetriq.de/ -address=/emgwq.com/ -address=/emjcd.com/ -address=/emkarto.fun/ -address=/emlifok.info/ -address=/emltrk.com/ -address=/nba.emohe.com/ -address=/dyn.empflix.com/ -address=/pr-static.empflix.com/ -address=/empiremoney.com/ -address=/emptyspaceads.com/ -address=/emqeafoztotu.com/ -address=/emrlogistics.com/ -address=/emsecure.net/ -address=/emshx.cn/ -address=/emsmcdwfbseox.com/ -address=/tracking.emsmobile.de/ -address=/emsservice.de/ -address=/emxdgt.com/ -address=/emxztiidh.com/ -address=/enaceanspection.info/ -address=/enavtfdjjcmgy.com/ -address=/enchantier.com/ -address=/enclasmodifyt.info/ -address=/encoding.ovh/ -address=/encountryf.pro/ -address=/encoursejaso.site/ -address=/endcgwkclhtnk.com/ -address=/enecto.com/ -address=/eneritchmax.info/ -address=/count.enet.com.cn/ -address=/frame.enet.com.cn/ -address=/images.enet.com.cn/ -address=/pv.enet.com.cn/ -address=/www9.enet.com.cn/ -address=/engage.im/ -address=/engageclick.com/ -address=/engagemaster.com/ -address=/track.engagesciences.com/ -address=/engagetosell.com/ -address=/engageya.com/ -address=/engagio.com/ -address=/engine212.com/ -address=/engine64.com/ -address=/engineseeker.com/ -address=/engingsecondu.info/ -address=/enhance.com/ -address=/cams.enjoy.be/ -address=/enjuk.com/ -address=/enjuw.com/ -address=/enlarget.com/ -address=/enlnks.com/ -address=/enmisindingat.info/ -address=/enohb.com/ -address=/enoratraffic.com/ -address=/enormitteen.pro/ -address=/eap.big5.enorth.com.cn/ -address=/eap.enorth.com.cn/ -address=/enoughts.info/ -address=/enquisite.com/ -address=/enquoted.com/ -address=/enrcqdgqnjb.com/ -address=/enseptedsome.info/ -address=/ensighten.com/ -address=/enter-system.com/ -address=/enterads.com/ -address=/counter.entertainmentwise.com/ -address=/enticelabs.com/ -address=/sa.entireweb.com/ -address=/entlydazhcmlgx.com/ -address=/entrecard.com/ -address=/entstronicsform.info/ -address=/entualagreetsd.info/ -address=/entygpeb.com/ -address=/enusbrzlmcmg.com/ -address=/enviousshape.com/ -address=/envortudrqy.com/ -address=/enzagnshqtmhg.com/ -address=/enzodpxuons.com/ -address=/eo62cocntx.com/ -address=/e.eoeoev.cn/ -address=/m.eoeoev.cn/ -address=/bdu1.eol.cn/ -address=/eolcdn.com/ -address=/eopazyxdkppnz.com/ -address=/eopbflgmxcr.com/ -address=/eoqgguubvksu.com/ -address=/eoqsbpvdxllxo.com/ -address=/eoredi.com/ -address=/eoruxpqn.com/ -address=/eosads.com/ -address=/eou01a.cn/ -address=/eozegbfpvhasf.com/ -address=/e.eozozw.cn/ -address=/m.eozozw.cn/ -address=/ep4p.com/ -address=/epacash.com/ -address=/epanr.com/ -address=/epeex.com/ -address=/eperfectdata.com/ -address=/epexcjdkzcl.com/ -address=/analytics.epi.es/ -address=/epicgameads.com/ -address=/epilot.com/ -address=/a.epinv.com/ -address=/b.epinv.com/ -address=/epiodata.com/ -address=/episerver.net/ -address=/epitrack.com/ -address=/epnredirect.ru/ -address=/m.epoch168.com/ -address=/epochtimes.com/ -address=/epochtimes.org/ -address=/epochweekly.com/ -address=/a.eporner.com/ -address=/ad.eporner.com/ -address=/dot.eporner.com/ -address=/dot2.eporner.com/ -address=/epouunclxehmni.com/ -address=/photo.epowuxiao.cn/ -address=/epqigxjf.com/ -address=/epresententifi.info/ -address=/eproof.com/ -address=/eps-analyzer.de/ -address=/epsqdbhrhqmbs.com/ -address=/eptztrhirt.com/ -address=/epu.sh/ -address=/epxfggcgr.com/ -address=/epxokmckjkj.com/ -address=/eqads.com/ -address=/eqdfilkwrpn.com/ -address=/eqdlypxvit.com/ -address=/eqdxwctuflfc.com/ -address=/eqfgc.com/ -address=/eqfnhtthkog.com/ -address=/eavs02.eqifa.com/ -address=/eqnqxfrxsmuy.com/ -address=/eqrauafet.com/ -address=/eqrbfjwnmxpy.com/ -address=/equjalkngu.com/ -address=/eqzjfqkioowkle.com/ -address=/erabaru.net/ -address=/eralsstroying.info/ -address=/eraltradiansid.info/ -address=/eratqmdr.com/ -address=/gateway-banner.eravage.com/ -address=/erbabjmdu.com/ -address=/erberos.xyz/ -address=/erbjahuyn.com/ -address=/erdsyzb.com/ -address=/ere3j2e001.com/ -address=/erecommerchh.info/ -address=/eredexpendin.com/ -address=/erendri.com/ -address=/ereportz.com/ -address=/eresmas.net/ -address=/detect.ergebnis-dienst.de/ -address=/ergeiros.xyz/ -address=/ergoledo.com/ -address=/ergs4.com/ -address=/erificyggw.com/ -address=/erireiejv.com/ -address=/erkhxw.com/ -address=/ermjhgdl.com/ -address=/green.erne.co/ -address=/erniphiq.com/ -address=/ero-advertising.com/ -address=/eroadvertising.com/ -address=/erocw.com/ -address=/erosadv.com/ -address=/trader.erosdlz.com/ -address=/erosyndc.com/ -address=/eroterest.net/ -address=/webmaster.erotik.com/ -address=/erotikcounter.org/ -address=/erotikdating.com/ -address=/erotizer.info/ -address=/erotop.lv/ -address=/erovation.com/ -address=/erovinmo.com/ -address=/erqimall.net/ -address=/errnaphim.site/ -address=/beacon.errorception.com/ -address=/bd.ershenghuo.com/ -address=/ersremarypiec.info/ -address=/erssamplet.pro/ -address=/erteesffesf.com/ -address=/geo.ertya.com/ -address=/erucjvsest.com/ -address=/erversarycompa.info/ -address=/erxalim.xyz/ -address=/erxvdkrivto.com/ -address=/es54i9g7p7xh.com/ -address=/esauwoan.com/ -address=/esawuervlpptj.com/ -address=/escalated.io/ -address=/escalatenetwork.com/ -address=/eschpaxxwy.com/ -address=/escokuro.com/ -address=/escortso.com/ -address=/escottish.com/ -address=/esdipherecoordi.info/ -address=/esearchvision.com/ -address=/eseecmoa.com/ -address=/esfivwvnawienn.com/ -address=/esfzbdwg.com/ -address=/esgvhaspsjg.com/ -address=/eshortonempleae.info/ -address=/esignificanvi.info/ -address=/eslkcmhn.com/ -address=/esm1.net/ -address=/esomniture.com/ -address=/espdesign.com.au/ -address=/w88.espn.com/ -address=/esptj.com/ -address=/push.esputnik.com/ -address=/essayads.com/ -address=/essaycoupons.com/ -address=/essjetuhfuo.com/ -address=/urchin.estadao.com.br/ -address=/estadisticasgratis.com/ -address=/estadisticasgratis.es/ -address=/estafair.com/ -address=/estara.com/ -address=/estat.com/ -address=/static.estebull.com/ -address=/estionexperime.info/ -address=/estrack.net/ -address=/estream.nu/ -address=/estream.to/ -address=/estream.xyz/ -address=/esundpxbixeqgu.com/ -address=/esuuqqdmsuil.com/ -address=/esuzm.cn/ -address=/esyzdb.com/ -address=/eszpmsipks.com/ -address=/et-code.ru/ -address=/etacontent.com/ -address=/etahub.com/ -address=/etargetnet.com/ -address=/etcjliejxlcfw.com/ -address=/etcodes.com/ -address=/ete.cn/ -address=/aff.eteachergroup.com/ -address=/etekxogwxx.com/ -address=/eternitymobiles.com/ -address=/eteun.cn/ -address=/etg98.com/ -address=/etgdta.com/ -address=/eth-pocket.com/ -address=/eth-pocket.de/ -address=/eth-pocket.eu/ -address=/ethereum-pocket.de/ -address=/ethereum-pocket.eu/ -address=/gen.etherscan.io/ -address=/ethethoa.net/ -address=/ethic.vip/ -address=/ethikuma.link/ -address=/ethn.io/ -address=/ethnio.com/ -address=/ethtrader.de/ -address=/etihenbteb.com/ -address=/etkdximarcsq.com/ -address=/etknnufo.com/ -address=/etmattemptholla.info/ -address=/etmewatuh.com/ -address=/etology.com/ -address=/partners.etoro.com/ -address=/marketing.etouch.cn/ -address=/zhwnlapi.etouch.cn/ -address=/etracker.com/ -address=/etracker.de/ -address=/etracking24.de/ -address=/etrafficcounter.com/ -address=/t.etraveli.com/ -address=/etrevro.com/ -address=/etrigue.com/ -address=/etrust.eu/ -address=/msg.ettoday.net/ -address=/ad.ettoday.net/ -address=/ettournalurgerap.info/ -address=/etvgjkyo.com/ -address=/etxbcbdhf.com/ -address=/etyper.com/ -address=/etyxitxlvqp.com/ -address=/etzbnfuigipwvs.ru/ -address=/etzyzocznjd.com/ -address=/eucsoft.com/ -address=/eudcmqdyl.com/ -address=/eugxcnqw.com/ -address=/eujjcfegnqfa.com/ -address=/eukjktmw.com/ -address=/euktoywjpdxpdh.com/ -address=/eulbamjx.com/ -address=/mj23.eulerian.com/ -address=/eulerian.net/ -address=/euleriancdn.net/ -address=/eum-appdynamics.com/ -address=/eunformeranothe.info/ -address=/euro-pr.eu/ -address=/euro-vertrieb.com/ -address=/euro4ads.de/ -address=/euroads.dk/ -address=/euroclick.com/ -address=/eurocounter.com/ -address=/eurogamer-uk.eurogamer.net/ -address=/media.eurolive.com/ -address=/europacash.com/ -address=/banner.europacasino.com/ -address=/europagerank.com/ -address=/pixel.europapress.net/ -address=/europuls.eu/ -address=/europuls.net/ -address=/euros4click.de/ -address=/tracking.eurosport.com/ -address=/tracker.euroweb.net/ -address=/vpf4.euskaltelofertas.com/ -address=/eusmhdvvddcr.com/ -address=/eutdrjvsrmav.com/ -address=/eutsbhvtao.com/ -address=/euwyhbib.com/ -address=/euywavffcik.com/ -address=/euz.net/ -address=/euzlyrzg.com/ -address=/evaffwmdjgtn.com/ -address=/evanetpro.com/ -address=/evantative.top/ -address=/evdveuys.com/ -address=/evefashion.cn/ -address=/evenexcite.com/ -address=/eventcapture03.com/ -address=/eventful.com/ -address=/eventifiederik.pro/ -address=/eventurypol.site/ -address=/evepcynlxks.com/ -address=/everestjs.net/ -address=/everesttech.net/ -address=/evergage.com/ -address=/everyonyathe.info/ -address=/evewrite.net/ -address=/evfzxjiqg.com/ -address=/evghlumwjasu.com/ -address=/eviclick.pro/ -address=/eviltracker.net/ -address=/evisitanalyst.com/ -address=/evlpfjro.com/ -address=/evnksnocq.com/ -address=/evnoxawvqhda.com/ -address=/g.x.evolife.cn/ -address=/evolvemediallc.com/ -address=/evolvemediametrics.com/ -address=/evolvenation.com/ -address=/e.evpywi.cn/ -address=/m.evpywi.cn/ -address=/evuchenzypysci.com/ -address=/evvjvrpldtnlqk.com/ -address=/evvpibrfqzjn.com/ -address=/evvznnafduvs.com/ -address=/evyy.net/ -address=/ew3.io/ -address=/ew740.cn/ -address=/ewebanalytics.com/ -address=/ewebcounter.com/ -address=/ewebse.com/ -address=/ewgnexykqnyoun.com/ -address=/ewrdeqrktgcu.com/ -address=/ewvugujfhi.com/ -address=/exactag.com/ -address=/exactdrive.com/ -address=/a.exam58.com/ -address=/beacon.examiner.com/ -address=/exanahjkwz.com/ -address=/exapxl.de/ -address=/excellenceads.com/ -address=/exchancetaur.info/ -address=/exchange4media.com/ -address=/exchangecash.de/ -address=/wisteria-js.excite.co.jp/ -address=/adimp.excite.co.jp/ -address=/px.excitedigitalmedia.com/ -address=/exclusiveclicks.com/ -address=/exclusivepussy.com/ -address=/excqjoor.com/ -address=/exdynsrv.com/ -address=/exe.bid/ -address=/exelator.com/ -address=/exercially.mobi/ -address=/exernala.com/ -address=/evisit.exeter.ac.uk/ -address=/exgfpunished.com/ -address=/exgkfejvm.com/ -address=/exikxnbxula.com/ -address=/exitbee.com/ -address=/exitexplosion.com/ -address=/exitintel.com/ -address=/exitjunction.com/ -address=/exitmonitor.com/ -address=/exkruwviyy.com/ -address=/exlpor.com/ -address=/exmarkt.de/ -address=/exoclick.com/ -address=/exoclickz.com/ -address=/exoclsodaqs.com/ -address=/exogripper.com/ -address=/exomonyf.com/ -address=/exosrv.com/ -address=/exoticads.com/ -address=/exovueplatform.com/ -address=/cl.expedia.com/ -address=/collector.prod.expedia.com/ -address=/oms.expedia.com/ -address=/experianmarketingservices.digital/ -address=/mms.expertreviews.co.uk/ -address=/explainidentifycoding.info/ -address=/explorads.com/ -address=/explore-123.com/ -address=/expo123.net/ -address=/expocrack.com/ -address=/expogrim.com/ -address=/exponderle.pro/ -address=/exponea.com/ -address=/exponential.com/ -address=/exposebox.com/ -address=/cs.exposedontape.com/ -address=/ac.express.de/ -address=/track.express.de/ -address=/expresswebtraffic.com/ -address=/expsevdkqyr.com/ -address=/exrmlhihaj.com/ -address=/exrnrdnebas.com/ -address=/extend.tv/ -address=/exteriapremai.info/ -address=/extole.com/ -address=/extole.io/ -address=/server1.extra-web.cz/ -address=/extra33.com/ -address=/extreme-dm.com/ -address=/extreme-ip-lookup.com/ -address=/extremereach.io/ -address=/metrics.extremetech.com/ -address=/extstat.com/ -address=/exusr.com/ -address=/exvrvcnlfc.com/ -address=/exyubuwtwmepqi.com/ -address=/eyd77s.com/ -address=/eyein.com/ -address=/eyemedias.com/ -address=/eyeota.net/ -address=/eyere.com/ -address=/eyereturn.com/ -address=/eyeviewads.com/ -address=/stats.eyeviewdigital.com/ -address=/eyewand.cn/ -address=/eyewonder.com/ -address=/eyhempsedinte.info/ -address=/click.eyk.net/ -address=/eympwecfhxy.com/ -address=/eynusizl.com/ -address=/eyouv.cn/ -address=/eyqletzkhybsef.com/ -address=/eyrqubnodswlkw.com/ -address=/eysmaa.pw/ -address=/eytoshab.com/ -address=/eytqtjpjnmeas.com/ -address=/eyvcjtoiwbrt.com/ -address=/eywirvfupvo.com/ -address=/liveviewer.ez.no/ -address=/ez33.com/ -address=/ezakus.net/ -address=/ezdownloadpro.info/ -address=/ezec.co.uk/ -address=/ezfashion.com.cn/ -address=/ezhdgoeat.com/ -address=/ezhinpwh.com/ -address=/ezlxnyhbjtqr.com/ -address=/ezmob.com/ -address=/ezoic.net/ -address=/ezojs.com/ -address=/widget.ezprice.com.tw/ -address=/ysm.ezprice.net/ -address=/ezqkuwqlvnv.com/ -address=/ezqldmevi.com/ -address=/ezrutveckpuly.com/ -address=/eztfsnnttpqfs.com/ -address=/ezuereisgj.com/ -address=/ezytrack.com/ -address=/ezzbemrabj.com/ -address=/ezzrewrad.com/ -address=/f-4560.com/ -address=/f-counter.jp/ -address=/f-counter.net/ -address=/f01ed651eca.com/ -address=/f09vhflf10.com/ -address=/f1190.com/ -address=/f11w.com/ -address=/f18a35cc33ee29a.com/ -address=/f1tbit.com/ -address=/f1zd.com/ -address=/f26f3cbe225289a0947.com/ -address=/c1313.f28014.cn/ -address=/f2958da6965fde48.com/ -address=/openvpn.f2pool.com/ -address=/f2zd.com/ -address=/f35c5dba3b0b5b017.com/ -address=/f369a60bf483bcc9.com/ -address=/f3a2dc11dfb33.com/ -address=/f3c1cc473b337ded.com/ -address=/f40f89d54b8.com/ -address=/f45ff72fec5426ae.com/ -address=/f47cecd3f0a29874f.com/ -address=/f4906b7c15ba.com/ -address=/f5080f5cee5a00.com/ -address=/f54b0c9d6893bda7b9a.com/ -address=/outils.f5biz.com/ -address=/g.f5gh.com/ -address=/f5v1x3kgv5.com/ -address=/f6ce.com/ -address=/f70123.com/ -address=/f8260adbf8558d6.com/ -address=/f8272.com/ -address=/f8316b45436f.com/ -address=/f92j5.com/ -address=/f9918c3545cc7b.com/ -address=/fa00c331ceacc.com/ -address=/drank.fa779.com/ -address=/faayojxf.com/ -address=/fabioalbini.com/ -address=/fabolele.com/ -address=/fabricww.com/ -address=/fabrkrup.com/ -address=/fabrtgzehf.com/ -address=/badge.facebook.com/ -address=/graph.facebook.com/ -address=/pixel.facebook.com/ -address=/facebookicon.net/ -address=/facebookma.cn/ -address=/faceporn.com/ -address=/facetz.net/ -address=/facil-iti.com/ -address=/factortg.com/ -address=/fadama.com/ -address=/dl01.faddmr.com/ -address=/fadeatrighlet.com/ -address=/fadedsnow.com/ -address=/fadian.xin/ -address=/fadsabs.com/ -address=/fadsans.com/ -address=/fadsanz.com/ -address=/fadsats.com/ -address=/fadsatz.com/ -address=/fadsecs.com/ -address=/fadsecz.com/ -address=/fadsims.com/ -address=/fadsips.com/ -address=/fadskis.com/ -address=/fadskiz.com/ -address=/fadslims.com/ -address=/fadsoks.com/ -address=/fadspms.com/ -address=/fadspmz.com/ -address=/faed4.cc/ -address=/fafgamdtlulo.com/ -address=/fage1.club/ -address=/faggrim.com/ -address=/fagmomqua.site/ -address=/fahdsite.pro/ -address=/faibl.org/ -address=/faidoud.com/ -address=/fail24h.com/ -address=/failoglo.com/ -address=/fairadsnetwork.com/ -address=/l.fairblocker.com/ -address=/fairnessels.com/ -address=/faiyazahmed.com/ -address=/cookies.fakt.pl/ -address=/faktor.io/ -address=/falconsafe.com.sg/ -address=/falkag.net/ -address=/fallingfalcon.com/ -address=/flux.faloo.com/ -address=/falseframe.com/ -address=/falundata.com/ -address=/falundata.org/ -address=/familiarrod.com/ -address=/family-joy.com/ -address=/family-partners.fr/ -address=/bdlmggcs1.familydoctor.com.cn/ -address=/sp.fanatical.com/ -address=/fanaticalfly.com/ -address=/pixel.fanbridge.com/ -address=/tracking.fanbridge.com/ -address=/lftxali.fancyapi.com/ -address=/cm.fancyapi.com/ -address=/fandelcot.com/ -address=/fandommetrics.com/ -address=/clickm.fang.com/ -address=/clickn.fang.com/ -address=/countpvn.light.fang.com/ -address=/mshow.fang.com/ -address=/fangjslc.com/ -address=/fanglinwang.cn/ -address=/cpro.fangtoo.com/ -address=/ubm.fangtoo.com/ -address=/fangzhanla.cn/ -address=/fanjis.cn/ -address=/fanli.in/ -address=/fanplayr.com/ -address=/fanqianbb.com/ -address=/fanyi100.com.cn/ -address=/fanzhuang.net.cn/ -address=/fapality.com/ -address=/rev.fapdu.com/ -address=/fapping.club/ -address=/faq-candrive.tk/ -address=/faqflcoaovd.com/ -address=/far-far-star.com/ -address=/nbook.far.ru/ -address=/fardan.pw/ -address=/fark.com/ -address=/farmergoldfish.com/ -address=/farpeiros.pw/ -address=/farrivederev.pro/ -address=/farshake.com/ -address=/farteniuson.com/ -address=/pat.farvd.com/ -address=/farvqaxaoid.com/ -address=/fasadobygg.com/ -address=/fashion-hat.cn/ -address=/fast-thinking.co.uk/ -address=/fast2earn.com/ -address=/fastable.com/ -address=/fastanalytic.com/ -address=/fastapi.net/ -address=/fastcache.com.cn/ -address=/fastclick.com/ -address=/fastclick.net/ -address=/fastcounter.de/ -address=/banners.fastcupid.com/ -address=/fastly-analytics.com/ -address=/fastly-insights.com/ -address=/clarium.global.ssl.fastly.net/ -address=/dfapvmql-q.global.ssl.fastly.net/ -address=/fastonlineusers.com/ -address=/fastpopclick.com/ -address=/fastpopunder.com/ -address=/faststart.ru/ -address=/fastwebcounter.com/ -address=/fasvgvzxsqxqhu.com/ -address=/fatbuydoc.com/ -address=/fatcatstar.com/ -address=/fate-xy.com/ -address=/privacyportal.fatergroup.com/ -address=/fathionmall.com/ -address=/fathomseo.com/ -address=/fatrvclgpnb.com/ -address=/faultycanvas.com/ -address=/faunlesnuff.co/ -address=/analytics.favcy.com/ -address=/adserving.favorit-network.com/ -address=/fawhuksy.com/ -address=/ac1.faxingchina.com/ -address=/faykdrhpo.com/ -address=/gets.faz.net/ -address=/ts.faz.net/ -address=/fazoumee.net/ -address=/fb-plus.com/ -address=/fb0c32d2f28c.com/ -address=/fbaot.com/ -address=/fbcdn2.com/ -address=/fbduluwmba.com/ -address=/fbekvzjp.com/ -address=/fbfd396918c60838.com/ -address=/fbgdc.com/ -address=/fbgpnk.com/ -address=/fbhfbgtj.com/ -address=/fbknvrvouex.com/ -address=/fbku.com/ -address=/fblbdytlhsc.com/ -address=/fbmgmcerkou.com/ -address=/fbooksluts.com/ -address=/fbpetrwt.com/ -address=/widgets.fbshare.me/ -address=/fbsvu.com/ -address=/fbufrl15br.com/ -address=/fbxnqsviqujxv.com/ -address=/js.fc090.com/ -address=/analyzer.fc2.com/ -address=/analyzer2.fc2.com/ -address=/analyzer51.fc2.com/ -address=/analyzer52.fc2.com/ -address=/ruleclaim.web.fc2.com/ -address=/fc2b9b7ce3165.com/ -address=/m.fca305.cn/ -address=/m.fca553.cn/ -address=/fcafnvgdokqfo.com/ -address=/fcaot.com/ -address=/fcbykurluasdeu.com/ -address=/fccay.cn/ -address=/itracking.fccinteractive.com/ -address=/tracking.fccinteractive.com/ -address=/widgets.fccinteractive.com/ -address=/fcfd5de4b3be3.com/ -address=/fcfhjuyanmlvgb.com/ -address=/fchio.com/ -address=/fcihwhsiukz.com/ -address=/fclfmfjykupjdk.com/ -address=/fcrdb.com/ -address=/fcs.ovh/ -address=/fcuit.com/ -address=/fcunq.com/ -address=/fcvwuevewdzpm.com/ -address=/fcwpxsmiyy.com/ -address=/stats.fd.nl/ -address=/fd173.cn/ -address=/fd7c.com/ -address=/fd7qz88ckd.com/ -address=/fd84e9a464aec4387a.com/ -address=/fd9523b31ff93b5c.com/ -address=/fdaoo.com/ -address=/fderty.com/ -address=/fdf4.com/ -address=/fdfrbyxylhgii.com/ -address=/fdkevkzm.com/ -address=/fdkjt.cn/ -address=/sp.fdlreporter.com/ -address=/fdofosytszg.com/ -address=/fdoun.com/ -address=/e.fdp29b.cn/ -address=/fdrqokusnwpq.com/ -address=/fdrqqpeengzj.com/ -address=/fdvilavipz.com/ -address=/fdxdjkswppg.com/ -address=/fdxsswtgvshhe.com/ -address=/fdxstats.xyz/ -address=/fdzsmfyy.com/ -address=/fe95a992e6afb.com/ -address=/fearer.info/ -address=/feathr.co/ -address=/feature.fm/ -address=/featuredusers.com/ -address=/featurelink.com/ -address=/febadu.com/ -address=/fecgvrvne.com/ -address=/fecjf.cn/ -address=/fedsit.com/ -address=/feed-ads.com/ -address=/feed777.me/ -address=/feedage.com/ -address=/feedage.net/ -address=/feedaty.com/ -address=/feedblitz.com/ -address=/feedcat.net/ -address=/1.feeddsp.cn/ -address=/feedgist.com/ -address=/feedify.net/ -address=/feedjit.com/ -address=/feedperfect.com/ -address=/metrics.feedroom.com/ -address=/pi.feedsportal.com/ -address=/res3.feedsportal.com/ -address=/feefo.com/ -address=/feegozoa.com/ -address=/feelinedbusin.site/ -address=/feelineweatyeng.info/ -address=/ads.feelingtouch.com/ -address=/feelophe.net/ -address=/feesocrald.com/ -address=/feewoajy.net/ -address=/fehsnwiem.com/ -address=/feidalu.com/ -address=/feidhartaime.pro/ -address=/feifish66.com/ -address=/d.feih.com.cn/ -address=/feihongjiaoyu.com/ -address=/1.feihua.com/ -address=/1.feihua.net.cn/ -address=/ffb.feihuo.com/ -address=/feipaihehuoren.cn/ -address=/m.feirs.com/ -address=/feisia1.cn/ -address=/feitian001.com/ -address=/feitianma.com/ -address=/feixin2.com/ -address=/feiyang163.com/ -address=/feiyun.info/ -address=/fejbkpidkkwts.com/ -address=/fejki.info/ -address=/felixflow.com/ -address=/feljack.com/ -address=/fem-inc.com/ -address=/femalewrestlingnow.com/ -address=/cash.femjoy.com/ -address=/fenbengpan.cn/ -address=/fencemiracle.com/ -address=/yes1.feng.com/ -address=/b1.fengdu100.com/ -address=/fenggejiaju.com/ -address=/fp-it.fengkongcloud.com/ -address=/js.fengniao.com/ -address=/stat.fengniao.com/ -address=/fengxiangstore.com/ -address=/fengyelin.net/ -address=/a.fengyx.com/ -address=/fenixm.com/ -address=/fenqihome.com/ -address=/m.fenrs.com/ -address=/fenvm.com/ -address=/feozcthyfbdc.com/ -address=/feraciumus.com/ -address=/ferank.fr/ -address=/img.ferlie.net/ -address=/fermolo.info/ -address=/fernomius.com/ -address=/ferreddo.com/ -address=/fesrsxtmkjgms.com/ -address=/fessmegilscha.info/ -address=/fessoovy.com/ -address=/festaporno.com/ -address=/invention.festinolente.cl/ -address=/fetchback.com/ -address=/fethungi.com/ -address=/fetishfitnessbabes.com/ -address=/fetishlocator.com/ -address=/ads.fetnet.net/ -address=/fevgukzwvjam.com/ -address=/fewmphbwt.com/ -address=/fexiaen.com/ -address=/feyfjlpeexvg.com/ -address=/ff52e77ba517.com/ -address=/ff5bd8d9f8df.com/ -address=/ffa9.cn/ -address=/ffaamympgd.com/ -address=/ffanq.com/ -address=/ffaspwzfq.com/ -address=/ffbook.cc/ -address=/ffbqnbdcrx.com/ -address=/fffeeeq.com/ -address=/ffhtek.com/ -address=/ffhwzaenzoue.com/ -address=/fflsn.com/ -address=/ffortongoropenityin.info/ -address=/ffortyimagist.info/ -address=/ffpnlrnmfyeqx.com/ -address=/ffqpdpezdmnpb.com/ -address=/ffre.ffrepair.com/ -address=/ffwap.com/ -address=/ffwlbiabff.com/ -address=/ffwnxfezobeoi.com/ -address=/ffxobftzaiogcg.com/ -address=/ffychb.com/ -address=/fg09t.com/ -address=/fgbmbyqmdgr.com/ -address=/fgbmjogeurrqe.com/ -address=/fgddrrr.com/ -address=/fgjasshw.com/ -address=/fgmtv.org/ -address=/fgoocsqg.com/ -address=/fgsmmpazsuqak.com/ -address=/fgtdzvlydqcpus.com/ -address=/fgtskhlizoitz.com/ -address=/fgzxlngohtg.com/ -address=/21.fh21static.com/ -address=/fhbv.cn/ -address=/fhddhfhz.com/ -address=/fhfg.net.cn/ -address=/fhidehpl.com/ -address=/fhluqrhmqs.com/ -address=/fhoexcvjspuh.com/ -address=/fhserve.com/ -address=/fhsohqtif.com/ -address=/fhtoxxda.com/ -address=/aexz.rm.fhxiaoshuo.com/ -address=/m.fhxsw.org/ -address=/fiaehdnnx.com/ -address=/ficrwcptjvfpd.com/ -address=/ficusoid.xyz/ -address=/x.fidelity-media.com/ -address=/fiduciariobajio.com.mx/ -address=/widgets.fie-data.co.uk/ -address=/fiechaev.com/ -address=/curated.fieldtest.cc/ -address=/fifnonxntvaszg.com/ -address=/e.figigl.cn/ -address=/m.figigl.cn/ -address=/figshare.com/ -address=/fiksu.com/ -address=/filecatcher.xyz/ -address=/fileloadr.com/ -address=/filestube.com/ -address=/filetarget.com/ -address=/filetarget.net/ -address=/filitrac.com/ -address=/filmoljupci.com/ -address=/filterycreasona.info/ -address=/fimserve.com/ -address=/finalid.com/ -address=/news.net.finam.ru/ -address=/finance-reporting.org/ -address=/financenews.pw/ -address=/tracker.financialcontent.com/ -address=/mdsngpush.finanzen.net/ -address=/tracking.finanzen.net/ -address=/d.finative.eu/ -address=/find-ip-address.org/ -address=/find-my-great-life.com/ -address=/findandtry.com/ -address=/findbetterresults.com/ -address=/findepended.com/ -address=/finderlocator.com/ -address=/findicons.com/ -address=/findqc.com/ -address=/findswiftresults.com/ -address=/finead.cn/ -address=/fingahvf.top/ -address=/finnhair.co.uk/ -address=/finsbfaizzx.com/ -address=/finverty.info/ -address=/fiozxmznaba.com/ -address=/fipipo.cn/ -address=/firaxtech.com/ -address=/js.firefang.cn/ -address=/zzjs2.firefang.cn/ -address=/firefeeder.com/ -address=/fireflyengagement.com/ -address=/a1.firefoxchina.cn/ -address=/firehouse651.com/ -address=/first-rate.com/ -address=/firstadsolution.com/ -address=/firstclass-download.com/ -address=/a1.firstgw.com/ -address=/firstimpression.io/ -address=/firstlightera.com/ -address=/pics.firstload.de/ -address=/firstmediahub.com/ -address=/fisari.com/ -address=/fishhoo.com/ -address=/fishkekcamp.info/ -address=/fitanalytics.com/ -address=/iedc.fitbit.com/ -address=/tracking.fits.me/ -address=/stats.fittkaumaass.de/ -address=/collector.fiverr.com/ -address=/fiwatmctnaqec.com/ -address=/fixcounter.com/ -address=/fixionmedia.com/ -address=/fixpass.net/ -address=/fixsirrod.site/ -address=/fj95560.com/ -address=/fjbu.cn/ -address=/fjbzjc.com/ -address=/fjczvutpucr.com/ -address=/fjdvzx.cn/ -address=/fjdy.cc/ -address=/fjhanmei.com/ -address=/fjlqqc.com/ -address=/fjmeyer.com/ -address=/fjmrxys.com/ -address=/fjmsdaswvhktht.com/ -address=/fjs043.cn/ -address=/fjs056.cn/ -address=/fjshxzyyxgs.cn/ -address=/fjsjsj.com/ -address=/adv.fjtv.net/ -address=/fjtzjy.com/ -address=/fjwagiuqmeymw.com/ -address=/fjxssyatdwttqm.com/ -address=/fjzimaoqu.cn/ -address=/desa.fkapi.net/ -address=/desb.fkapi.net/ -address=/desr.fkapi.net/ -address=/fkbwtoopwg.com/ -address=/fkcfaagktu.com/ -address=/fkfpkhijf.com/ -address=/fkgbxlgcnzf.com/ -address=/fkikij.cn/ -address=/fkkse.com/ -address=/fkloazpi.com/ -address=/fkogs.com/ -address=/fkqafflyjz.com/ -address=/fkrgfktdvta.com/ -address=/fkrisjefbx.com/ -address=/fktrlckpmsxx.com/ -address=/fkymvojkpdx.com/ -address=/fl-ads.com/ -address=/d9w.fl1c.com/ -address=/flac2flac.xyz/ -address=/flagads.net/ -address=/flagcounter.com/ -address=/flaghit.com/ -address=/flags.es/ -address=/flakyfeast.com/ -address=/flare-analytics.com/ -address=/flash-counter.com/ -address=/flash.cn/ -address=/flashadengine.com/ -address=/flashadtools.com/ -address=/flashclicks.com/ -address=/flashgamestats.com/ -address=/flashgroup.com/ -address=/flashsavant.com/ -address=/flashtalking.com/ -address=/flashwing.net/ -address=/flashx.cc/ -address=/nas1.flashx.net/ -address=/flashx.pw/ -address=/api.flattr.com/ -address=/flavordecision.com/ -address=/trk.flazio.com/ -address=/flcounter.com/ -address=/flepzrkdwm.com/ -address=/fleshcash.com/ -address=/fleshlightgirls.com/ -address=/ea.fleurancenature.fr/ -address=/flexknfp.com/ -address=/flexlinks.com/ -address=/bd1.flfgw.cn/ -address=/bd2.flfgw.cn/ -address=/heartbeat.flickr.com/ -address=/flightsy.bid/ -address=/flightsy.win/ -address=/flightzy.bid/ -address=/adb.fling.com/ -address=/br.fling.com/ -address=/promos.fling.com/ -address=/sexy.fling.com/ -address=/ad-beta.flipboard.com/ -address=/ad.flipboard.com/ -address=/flipf.cn/ -address=/flipp.com/ -address=/flipy6sudy.com/ -address=/flirrfbpb.com/ -address=/flirt4e.com/ -address=/flirt4free.com/ -address=/flirtingsms.com/ -address=/flite.com/ -address=/flix360.com/ -address=/flixfacts.co.uk/ -address=/flixsyndication.net/ -address=/fljozww19f.com/ -address=/flloczhqdkn.com/ -address=/flmyidbnljphko.com/ -address=/flnfbaoozuib.com/ -address=/flnqmin.org/ -address=/flnwaqyh.com/ -address=/flockflame.com/ -address=/flodonas.com/ -address=/flomigo.com/ -address=/flophous.cf/ -address=/sp.floridatoday.com/ -address=/flowcodeapp.com/ -address=/flowplayer.space/ -address=/flowtec.com.br/ -address=/flowwiththetide.xyz/ -address=/js.flpjc.com/ -address=/flrqdjglshsbi.com/ -address=/flsfxpostdtvgc.com/ -address=/flstudiochina.com/ -address=/fltfwrhpv.com/ -address=/fluencymedia.com/ -address=/asotrack1.fluentmobile.com/ -address=/fluidads.co/ -address=/fluidsurveys.com/ -address=/flurry.com/ -address=/ad.flux.com/ -address=/t.flux.com/ -address=/flux16.com/ -address=/fluxads.com/ -address=/watchfree.flv.in/ -address=/flx1.com/ -address=/flxpxl.com/ -address=/flybhyis.com/ -address=/flyingpt.com/ -address=/api-flow.flyme.cn/ -address=/bro.flyme.cn/ -address=/t-e.flyme.cn/ -address=/t-flow.flyme.cn/ -address=/reporting.flymonarch.com/ -address=/flymyads.com/ -address=/b.flyreading.cn/ -address=/flytomars.online/ -address=/fm6w.com/ -address=/fmad.cc/ -address=/fmcktrmnlyfjr.com/ -address=/fmebili.info/ -address=/fmecsdelxmeks.com/ -address=/fmgdzqpcaliqs.com/ -address=/fmkfzc.com/ -address=/api.sdk.fmobi.cn/ -address=/fmpevnvced.com/ -address=/fmpub.net/ -address=/fmrbnuhtabzavu.com/ -address=/fmsads.com/ -address=/fmscash.com/ -address=/fmstigat.online/ -address=/concede.fmtlib.net/ -address=/fmxnlkoaf.com/ -address=/fn-pz.com/ -address=/eultech.fnac.com/ -address=/fnbsrxtemj.com/ -address=/fncash.com/ -address=/fncnet1.com/ -address=/fndvovywrtghk.com/ -address=/fnfhplmys.com/ -address=/fnggdlzncynqx.com/ -address=/fninin.cn/ -address=/fnkjj.com/ -address=/m.fnlve.cn/ -address=/fnmubgld.com/ -address=/fnprtscsvux.com/ -address=/fnrqbhhyff.com/ -address=/fntstkghwldnoy.com/ -address=/m.fnwnwi.cn/ -address=/fnxmyx.cn/ -address=/fnyhewjd.com/ -address=/fnytdllpzdv.com/ -address=/foaks.com/ -address=/foastail.net/ -address=/foavistu.net/ -address=/foazasis.com/ -address=/focalex.com/ -address=/adv-sv-show.focus.cn/ -address=/adv-sv-stat.focus.cn/ -address=/bdu.focus.cn/ -address=/pv.focus.cn/ -address=/focuscat.com/ -address=/ypa.focusoftime.com/ -address=/focusprolight.com/ -address=/foditgoz.com/ -address=/fofipsie.net/ -address=/fofxjgrn.com/ -address=/fogl1onf.com/ -address=/fogzyads.com/ -address=/fokgwuoft.com/ -address=/followercounter.com/ -address=/external.followgram.me/ -address=/followistic.com/ -address=/folloyu.com/ -address=/foloatoo.com/ -address=/fondazioneciampi.org/ -address=/fonderredd.info/ -address=/insight.fonecta.fi/ -address=/tracking-opi.fonpit.de/ -address=/foocheeb.net/ -address=/food5.net/ -address=/foodieblogroll.com/ -address=/footar.com/ -address=/footnote.com/ -address=/footprintdns.com/ -address=/footprintlive.com/ -address=/foqbcgpwrq.com/ -address=/foqzposfvmk.com/ -address=/fast.forbes.com/ -address=/cookies.forbes.pl/ -address=/force24.co.uk/ -address=/forced-lose.de/ -address=/forcedolphin.com/ -address=/forecasttiger.com/ -address=/forensics1000.com/ -address=/analytics.foresee.com/ -address=/brain.foresee.com/ -address=/gateway.foresee.com/ -address=/foreseeresults.com/ -address=/forex-affiliate.com/ -address=/forex-affiliate.net/ -address=/forexplmdb.com/ -address=/forexprostools.com/ -address=/forexyard.com/ -address=/forgot.mobi/ -address=/forkcdn.com/ -address=/forkitz.com/ -address=/forkizata.com/ -address=/formalyzer.com/ -address=/formessengers.com/ -address=/formisimo.com/ -address=/formulawire.com/ -address=/forpyke.com/ -address=/forrerri.com/ -address=/forrestersurveys.com/ -address=/intern.forskning.no/ -address=/fortpush.com/ -address=/forttantontherdown.info/ -address=/gateway.fortunelounge.com/ -address=/fortvision.com/ -address=/forwayonlibe.site/ -address=/forwrdnow.com/ -address=/fos123.com/ -address=/fosclhrsdhhn.com/ -address=/foshou.pw/ -address=/foswrohqoadp.com/ -address=/fotao9.com/ -address=/fotoidea.com/ -address=/affiliation.fotovista.com/ -address=/fotsaulr.net/ -address=/fotw.xyz/ -address=/fouas.com/ -address=/foumm.com/ -address=/foundry42.com/ -address=/fouptauk.com/ -address=/fourmtagservices.com/ -address=/platform.foursquare.com/ -address=/fourthgate.org/ -address=/fout.jp/ -address=/fouwazou.net/ -address=/fowpq.top/ -address=/foxlaytg.com/ -address=/ad.foxnetworks.com/ -address=/foxpush.com/ -address=/foxpush.net/ -address=/foxsnews.net/ -address=/foxypp.com/ -address=/foydnzdtjcjg.com/ -address=/fpcptdqmjlnlu.com/ -address=/fpctraffic2.com/ -address=/fpeegzspcgnjt.com/ -address=/fpesoigpyes.com/ -address=/fpfivothg.com/ -address=/fpherzxrae.com/ -address=/fpkcggyczcvix.com/ -address=/fpomyspwepxxe.com/ -address=/fpoxpjpxn.com/ -address=/fprnt.com/ -address=/fpsnezwiumsv.com/ -address=/fpunplooxphq.com/ -address=/fpxthotxzuf.com/ -address=/fpzcaabzhvzz.com/ -address=/fpzcyccpqldc.com/ -address=/fqanilbgne.com/ -address=/fqbrdnpf.com/ -address=/fqcqmjdn.com/ -address=/fqcwtrbxzhjsiu.com/ -address=/fqhltvwpl.com/ -address=/fqkvanldq.com/ -address=/fqpfvqpptch.com/ -address=/fqqtlkuklrd.com/ -address=/fqsecure.com/ -address=/fqtag.com/ -address=/fqtra.com/ -address=/fqzds.com/ -address=/frailoffer.com/ -address=/framentyder.pro/ -address=/frameptp.com/ -address=/fsz1.francoisesaget.com/ -address=/stats.frankfurterneuepresse.de/ -address=/fraudmetrix.cn/ -address=/bab.frb.io/ -address=/frbyvuxzvmqpb.com/ -address=/frcinpdv.com/ -address=/frclyody.com/ -address=/freakads.com/ -address=/hmora.fred-build.tk/ -address=/free-counter.co.uk/ -address=/free-counter.com/ -address=/free-counters.co.uk/ -address=/free-counters.net/ -address=/free-crochet-pattern.com/ -address=/free-domain.net/ -address=/free-website-hit-counters.com/ -address=/free-website-statistics.com/ -address=/sabin.free.fr/ -address=/k.h.a.d.free.fr/ -address=/stopmeagency.free.fr/ -address=/freebiesurveys.com/ -address=/freebloghitcounter.com/ -address=/freecontent.bid/ -address=/freecontent.date/ -address=/freecontent.download/ -address=/freecontent.party/ -address=/freecontent.review/ -address=/freecontent.science/ -address=/freecontent.stream/ -address=/freecontent.trade/ -address=/freecounter.it/ -address=/freecountercode.com/ -address=/freecounterstat.com/ -address=/freecouponbiz.com/ -address=/spinbox.freedom.com/ -address=/freedownloadsoft.net/ -address=/server.freegamesall.com/ -address=/freegamespub.com/ -address=/freegeoip.app/ -address=/freegeoip.net/ -address=/freehitscounter.org/ -address=/t.freelancer.com/ -address=/freelogs.com/ -address=/freemao.com/ -address=/abakus.freenet.de/ -address=/freeonescams.com/ -address=/freeonlineusers.com/ -address=/dd1.freep.cn/ -address=/dd2.freep.cn/ -address=/sp.freep.com/ -address=/trk.freepik.com/ -address=/freerotator.com/ -address=/freeserials.ws/ -address=/freesitemapgenerator.com/ -address=/freeskreen.com/ -address=/freesoftwarelive.com/ -address=/analytics.freespee.com/ -address=/freestar.io/ -address=/freestat.ws/ -address=/freestats.biz/ -address=/freestats.com/ -address=/freestats.me/ -address=/freestats.net/ -address=/freestats.org/ -address=/freestats.tk/ -address=/freestats.tv/ -address=/freestats.ws/ -address=/freestudio.info/ -address=/freetellafriend.com/ -address=/stat.freetool.it/ -address=/freetracker.biz/ -address=/freetrafficsystem.com/ -address=/freetricktipss.info/ -address=/freeusenet.rocks/ -address=/freeusersonline.com/ -address=/freewebcams.com/ -address=/freewebfonts.org/ -address=/freeweblogger.com/ -address=/counters.freewebs.com/ -address=/freewebtown.com/ -address=/pops.freeze.com/ -address=/freihit.de/ -address=/fremaks.net/ -address=/coaha.frenchgerlemanelectric.com/ -address=/dofeb.frenchgerlemanelectric.com/ -address=/ithyk.frenchgerlemanelectric.com/ -address=/oawoo.frenchgerlemanelectric.com/ -address=/xotsa.frenchgerlemanelectric.com/ -address=/activity.frequency.com/ -address=/frereadayobq.com/ -address=/fresh8.co/ -address=/freshcounter.com/ -address=/freshmarketer.com/ -address=/freshplum.com/ -address=/freshrefresher.com/ -address=/frestacero.com/ -address=/frestime.com/ -address=/frevi.net/ -address=/frfnlvnpzeju.com/ -address=/m.frfykc.cn/ -address=/frgbgwnbjkgco.com/ -address=/frhoobwj.com/ -address=/fridrici.info/ -address=/friend17.net/ -address=/friendbuy.com/ -address=/friendlyduck.com/ -address=/friends2follow.com/ -address=/c6.friok.com/ -address=/frivol-ads.com/ -address=/frizbit.com/ -address=/frjxdv.cn/ -address=/frlssw.me/ -address=/frolnk.com/ -address=/front99.com/ -address=/frosinonewesternshow.it/ -address=/frosmo.com/ -address=/frost-electric-supply.com/ -address=/frqmnrlqk.com/ -address=/frsqgvwmzjnun.com/ -address=/frtfwlvwuw.com/ -address=/frtya.com/ -address=/frtyb.com/ -address=/geo.frtyd.com/ -address=/frtye.com/ -address=/frtyh.com/ -address=/frtyi.com/ -address=/fruitflan.com/ -address=/fruitkings.com/ -address=/frutrun.com/ -address=/frvpeuulyprl.com/ -address=/fryxaknn.com/ -address=/stats-dc1.frz.io/ -address=/frzynewnpg.com/ -address=/stats.fs.com/ -address=/fsaticze.com/ -address=/fsbotviofnthgk.com/ -address=/fscslwmvbadncb.com/ -address=/fsd2.digital/ -address=/e.fsdlu.cn/ -address=/m.fsdlu.cn/ -address=/fsindvlkmrqnie.com/ -address=/fsitel.com/ -address=/fsjsp.com/ -address=/fsjvhkobubai.com/ -address=/fsm-europe.eu/ -address=/fsmpxxdyv.com/ -address=/fsnhesxsw.com/ -address=/fsohxklbxdi.com/ -address=/fsphhbsklawjs.com/ -address=/fspicbawd.com/ -address=/fst360.com/ -address=/fstaw.com/ -address=/fstrk.net/ -address=/sp.fsunews.com/ -address=/fswinrje.com/ -address=/html.fsxinling.com/ -address=/fsxkporoe.com/ -address=/image.fsyule.net/ -address=/fsyzcs.com/ -address=/fszhxd.com/ -address=/ftbpro.com/ -address=/ftcjcmcovx.com/ -address=/ftdcseuvlmfp.com/ -address=/ftdspjxhcufui.com/ -address=/fthcz.com/ -address=/ftigholm.site/ -address=/ftigken.online/ -address=/creatives1.ftimg.net/ -address=/dolphin.ftimg.net/ -address=/dolphin4.ftimg.net/ -address=/ftjcfx.com/ -address=/ftpd188.com/ -address=/ftqgkcmbkptohh.com/ -address=/ftqnttckompj.com/ -address=/ftrack.ru/ -address=/ftssqcsl.com/ -address=/ftsygfycaybskz.com/ -address=/ftuzhlqzmmp.com/ -address=/ftv-publicite.fr/ -address=/ftvpqgmbovwzot.com/ -address=/ftvwoljibdwd.com/ -address=/ftxekufylzqis.com/ -address=/ftxmicgc.com/ -address=/ftz.io/ -address=/fu68.com/ -address=/fu9453.com/ -address=/fuckbook.cm/ -address=/fuckbookdating.com/ -address=/banners.fuckbookhookups.com/ -address=/geobanner.fuckbookhookups.com/ -address=/fuckedbyme.com/ -address=/fuckermedia.com/ -address=/fuckyoucash.com/ -address=/amoeba.fudata.cn/ -address=/fuelbuck.com/ -address=/fueldeck.com/ -address=/fuelx.com/ -address=/fufoatch.com/ -address=/fugetech.com/ -address=/fugqzoijct.com/ -address=/fuhuikang360.com/ -address=/fuialqqq.com/ -address=/i4.fuimg.com/ -address=/fujianryt.com/ -address=/boy.fujieace.com/ -address=/fukbyehdjdf.com/ -address=/fukkzdxfyrchhc.com/ -address=/yule.fulevmy.com/ -address=/analyze.full-marke.com/ -address=/fulltraffic.net/ -address=/fun-hits.com/ -address=/funchill.com/ -address=/fungus.online/ -address=/funklicks.com/ -address=/funmatrix.net/ -address=/funneld.com/ -address=/backstage.funnelenvy.com/ -address=/e.funnymel.com/ -address=/ad.funp.com/ -address=/pub.funshion.com/ -address=/adm.funshion.com/ -address=/conf.funshion.com/ -address=/vs.funshion.com/ -address=/stat.funshion.net/ -address=/rt.funshion.net/ -address=/funshion.net.cn/ -address=/ad.funshion.org.cn/ -address=/funstage.com/ -address=/funtikapa.info/ -address=/fupgvldb.com/ -address=/furmnas.com/ -address=/cosmos.furnipict.com/ -address=/furt4.top/ -address=/furtherescottom.info/ -address=/fuse-data.com/ -address=/fusestats.com/ -address=/fusionads.net/ -address=/fuszkweba.com/ -address=/futengbao.com.cn/ -address=/futsoksu.com/ -address=/future-fie-assets.co.uk/ -address=/future-hawk-content.co.uk/ -address=/future-price.co.uk/ -address=/future888.net/ -address=/widgets.fie.futurecdn.net/ -address=/futureresiduals.com/ -address=/futureus.com/ -address=/futuristicfifth.com/ -address=/ef.futuroscope.com/ -address=/ef.futuroscope.mobi/ -address=/fuwosi.cn/ -address=/tkn.fux.com/ -address=/fuxhdhdjlyrwhq.com/ -address=/pop3.fuxids.com/ -address=/fuxin-tech.com/ -address=/fuxoasim.link/ -address=/fuxunb.com/ -address=/fuyigo.top/ -address=/fuymatqqiyz.com/ -address=/fuyuap.xyz/ -address=/download.fuyuncc.com/ -address=/fuz.cc/ -address=/fuziontech.net/ -address=/fv99.com/ -address=/fvbeyduylvgy.com/ -address=/fvdwltww.com/ -address=/fveegvyfe.com/ -address=/fvflgigyryacgp.com/ -address=/fvhyqudibhqgpn.com/ -address=/fviwwkvvxs.com/ -address=/fvkdatbzswo.bid/ -address=/fvpluqipfjcsf.com/ -address=/fvsdvxjpxi.com/ -address=/fvsniyfeyjvg.com/ -address=/fvtwyjev.com/ -address=/fvugxwoy.com/ -address=/fvwfkfzhha.com/ -address=/fvwlzsm3tt921krvoq6.pro/ -address=/fvwvhvsvqgyhs.com/ -address=/fvzompquocgdsu.com/ -address=/fvzrxepvqibn.com/ -address=/fvzusqdf.com/ -address=/fwbntw.com/ -address=/yy1.fwccw.com/ -address=/fwix.com/ -address=/fwjoi.com/ -address=/fwmrm.net/ -address=/fwqekk.top/ -address=/fwt0.com/ -address=/fwuxrjzrkcjkop.com/ -address=/fwvdptvy.com/ -address=/fwwdmnkjg.com/ -address=/fwwvuefyr.com/ -address=/fwwzqxveuk.com/ -address=/fwyang.com/ -address=/fwyofqdypydo.com/ -address=/ams.fx678.com/ -address=/cms.fx678.com/ -address=/cms.fx678img.com/ -address=/fxdepo.com/ -address=/fxfhjs.com/ -address=/fxfxpyrq.com/ -address=/fxgpbkwu.com/ -address=/fxlmstfrxtqp.com/ -address=/fxmacd.com/ -address=/fxox4wvv.win/ -address=/fxpqoyxlas.com/ -address=/fxsqsng.com/ -address=/track.fxstreet.com/ -address=/fxtducb.cn/ -address=/fxtrqanyko.com/ -address=/fxwpmfdapcalu.com/ -address=/fxxgw.com/ -address=/img3.fy1g.com/ -address=/fy4zb.cn/ -address=/fy6x8o.cn/ -address=/fyaxvmnnfk.com/ -address=/fydgold132.com/ -address=/fyehare.com/ -address=/fygpdajgtsqp.com/ -address=/cars.fyidriving.com/ -address=/fyijddhpohsvj.com/ -address=/fyjyhm.com/ -address=/fykmahfa.com/ -address=/fylusiucmzdjl.com/ -address=/fyoewyqwpzc.com/ -address=/fyoqltiztjbdd.com/ -address=/fyphnmoz.com/ -address=/fyreball.com/ -address=/fyredet.xyz/ -address=/fyrvxydxsrww.com/ -address=/fytrvzettfn.com/ -address=/fz863.com/ -address=/fzbyrntsjxhcmb.com/ -address=/fzcyyqvrbrpk.com/ -address=/fzdfwy.com/ -address=/fzeahussyd.com/ -address=/fzgitqrqrsyyiv.com/ -address=/fzglqyy.com/ -address=/fzhvebnia.com/ -address=/fzlkdwivfnreg.com/ -address=/fzmogmfqh.com/ -address=/fzojq.info/ -address=/fzorwhus.com/ -address=/fzqmjlkvb.com/ -address=/fztmn.top/ -address=/fzvydcgqazrr.com/ -address=/fzxrjx.com/ -address=/fzyxygxa.com/ -address=/g--o.info/ -address=/g-cash.biz/ -address=/g-content.bid/ -address=/g-statistic.com/ -address=/xyoss.g.com.cn/ -address=/g05.info/ -address=/g1341551423.com/ -address=/g17media.com/ -address=/gmota.g188.net/ -address=/g1c5.com/ -address=/g1dxj6q1qfl2.com/ -address=/g1f5.com/ -address=/g1thub.com/ -address=/g2247755016.com/ -address=/g22rbb7.com/ -address=/g2440001011.com/ -address=/g2526721279.com/ -address=/g2546417787.com/ -address=/g27zkdvsxl.com/ -address=/g2921554487.com/ -address=/g2afse.com/ -address=/tracking.g2crowd.com/ -address=/g3369554495.com/ -address=/g344530742.com/ -address=/g35.cc/ -address=/g383912402.com/ -address=/g3ao2q.cn/ -address=/g3j2wzmon8b.com/ -address=/g3user.com/ -address=/g4058683381.com/ -address=/g4rre.xyz/ -address=/g52bl.cn/ -address=/g5fzq2l.com/ -address=/g6ni40i7.com/ -address=/e.g71i1.cn/ -address=/g726n8cy.com/ -address=/fghmc.ga25.com/ -address=/ga87z2o.com/ -address=/logs.gaana.com/ -address=/gacela.eu/ -address=/gadgetresearch.net/ -address=/gadhx.cn/ -address=/gadsabz.com/ -address=/gadsans.com/ -address=/gadsanz.com/ -address=/gadsats.com/ -address=/gadsecs.com/ -address=/gadsecz.com/ -address=/gadsimz.com/ -address=/gadsipz.com/ -address=/gadskis.com/ -address=/gadskiz.com/ -address=/gadslims.com/ -address=/gadsokz.com/ -address=/gadwhy.com/ -address=/gaftaums.com/ -address=/gagacon.com/ -address=/gagkf.top/ -address=/gagnibcan.com/ -address=/tejia.gaibang.fun/ -address=/gaihunuo.cn/ -address=/gainmoneyfast.com/ -address=/gaipipty.com/ -address=/gaitheed.com/ -address=/gakseeft.com/ -address=/banner.galabingo.com/ -address=/promo.galabingo.com/ -address=/galaks.io/ -address=/affiliates.galapartners.co.uk/ -address=/galaxyleaders.com/ -address=/galaxyns.com/ -address=/galileofive.com/ -address=/galileounaluna.com/ -address=/galiowen.com/ -address=/galkama.info/ -address=/galleyn.com/ -address=/gallupnet.fi/ -address=/galumbor.com/ -address=/gambling-affiliation.com/ -address=/game-advertising-online.com/ -address=/game-clicks.com/ -address=/game3737.com/ -address=/gameads.com/ -address=/gameanalytics.com/ -address=/gameangel.com/ -address=/gamecetera.com/ -address=/gamecps.com/ -address=/sugar.gameforge.com/ -address=/analytics.gameforge.de/ -address=/tracking.gameforge.de/ -address=/worldh5.gamehz.cn/ -address=/ingameads.gameloft.com/ -address=/mormont.gamer-network.net/ -address=/gameriew.com/ -address=/atax.gamermetrics.com/ -address=/gamersad.com/ -address=/gamersbanner.com/ -address=/click.gamersky.com/ -address=/ja.gamersky.com/ -address=/gamesbannerexchange.com/ -address=/gamescarousel.com/ -address=/gamesims.ru/ -address=/gamesrevenu24.com/ -address=/gamesrevenue.com/ -address=/sp.gametimepa.com/ -address=/ad.gametower.com.tw/ -address=/gamevui24.com/ -address=/tm-offers.gamingadult.com/ -address=/gammachug.com/ -address=/ganardineroreal.com/ -address=/gandrad.org/ -address=/ganggao123456.com/ -address=/gangidance.com/ -address=/gangtiebang.net/ -address=/ganja.com/ -address=/jiaoben.ganji.cn/ -address=/wuliao.ganji.cn/ -address=/ganjituiguang.ganji.com/ -address=/ad.ganji.com/ -address=/analytics.ganji.com/ -address=/click.ganji.com/ -address=/tralog.ganji.com/ -address=/gansha.co/ -address=/apistat.gao7.com/ -address=/m.gaodianfl.com/ -address=/gaoguai.com/ -address=/ab.gaoguang.com/ -address=/gaohuduo.cn/ -address=/img.gaore.com/ -address=/bdad.gaotie.net/ -address=/gapsfartrely.best/ -address=/garacy.cn/ -address=/cookies.gardena.net/ -address=/gardoult.com/ -address=/garo-garo-osh.com/ -address=/garowrite.com/ -address=/garristo.com/ -address=/garrogy.info/ -address=/garss.tv/ -address=/gasolina.ml/ -address=/gasthofpost-ebs.de/ -address=/banner.gasuki.com/ -address=/gasxf.com/ -address=/gatorleads.co.uk/ -address=/gaug.es/ -address=/gauwicig.com/ -address=/gay-hotvideo.net/ -address=/gayadnetwork.com/ -address=/gayadpros.com/ -address=/gaycloud.cn/ -address=/gayxperience.com/ -address=/gazati.com/ -address=/analytics.gazeta.pl/ -address=/cookie.gazeta.pl/ -address=/mklik.gazeta.pl/ -address=/p.gazeta.pl/ -address=/c.gazetevatan.com/ -address=/gazette-news-gb.gazette-news.co.uk/ -address=/gazukakdlk.com/ -address=/gb0rd.com/ -address=/gb686.cn/ -address=/gbdzznirg.com/ -address=/m.gbe665.cn/ -address=/gbeik.com/ -address=/m.gbf199.cn/ -address=/gblcdn.com/ -address=/gbotvisit.com/ -address=/gbtoxwxmahhctv.com/ -address=/gbwieawjiylgx.com/ -address=/gbwnpchivh.com/ -address=/gbylaoajzugbgj.com/ -address=/gc8fjz.cn/ -address=/gcaog.com/ -address=/gccoetmm.com/ -address=/gchhswgagb.com/ -address=/beacon.gcion.com/ -address=/gannett.gcion.com/ -address=/gclcehwfvl.com/ -address=/gclick.cn/ -address=/gcomrarlta.com/ -address=/gcpbftsiwdrajj.com/ -address=/gcpjstirhbqjx.com/ -address=/gcs1.cn/ -address=/gctwvryd.com/ -address=/gcwkjeon.com/ -address=/vps.gcx3.cn/ -address=/gczjhffh.com/ -address=/ee.gd881.cn/ -address=/m.gd881.cn/ -address=/gdbly.com/ -address=/gdbmpwlhf.com/ -address=/gdczbvckwjafu.com/ -address=/gdeslon.ru/ -address=/gdfc0563.com/ -address=/gdgy56.com/ -address=/gdl5vtbbv0lj.com/ -address=/gdlbdzkj.com/ -address=/gdlvbiaokeji.cn/ -address=/gdmconvtrck.com/ -address=/gdmdigital.com/ -address=/ssl2.gdqifang.com/ -address=/gdskmueffp.com/ -address=/gdskywings.com/ -address=/gdsqwy.org/ -address=/stjzh.gdtarget.com/ -address=/adsmind.gdtimg.com/ -address=/gdtqq.cn/ -address=/gdunt.com/ -address=/gdwwpvwq.com/ -address=/gdxxb.com/ -address=/ge-ge-force.com/ -address=/ge95.com/ -address=/geakr.com/ -address=/gear5.me/ -address=/gebadu.com/ -address=/gebralefukim.site/ -address=/gedspecificano.info/ -address=/gedus.cn/ -address=/t.geedai.com/ -address=/geede.info/ -address=/stats.geegain.com/ -address=/geepwnfly.club/ -address=/geethoap.com/ -address=/gefnaro.com/ -address=/gefwrite.com/ -address=/g.gegeyingshi.com/ -address=/geili.co/ -address=/geistm.com/ -address=/geiyujieda.com/ -address=/gelbitelf.club/ -address=/j.geluck.net/ -address=/gemius.pl/ -address=/gemsasto.com/ -address=/realist.gen.tr/ -address=/webservis.gen.tr/ -address=/affiliates.genealogybank.com/ -address=/genecute.com/ -address=/generalchemicalsupply.com/ -address=/generaltracking.de/ -address=/genergydevote.info/ -address=/genericlink.com/ -address=/genesismedia.com/ -address=/geni.us/ -address=/geniad.net/ -address=/genieedmp.com/ -address=/genieessp.com/ -address=/genieessp.jp/ -address=/genieesspv.jp/ -address=/conversions.genieventures.co.uk/ -address=/geniusbanners.com/ -address=/geniusdexchange.com/ -address=/geniusdisplay.com/ -address=/geniusonclick.com/ -address=/gennaroespositomilano.it/ -address=/gentags.com/ -address=/gentags.net/ -address=/geo-idm.fr/ -address=/geoaddicted.net/ -address=/geobytes.com/ -address=/visit.geocities.com/ -address=/geocompteur.com/ -address=/geocontatore.com/ -address=/geodestricy.site/ -address=/geoedge.be/ -address=/geofamily.ru/ -address=/geoinventory.com/ -address=/geoip-db.com/ -address=/geojs.io/ -address=/geolid.com/ -address=/geoplugin.net/ -address=/geopromos.com/ -address=/georgias.cn/ -address=/georiot.com/ -address=/geotmt.com/ -address=/geovisite.com/ -address=/gepush.com/ -address=/geranew.info/ -address=/gerunsenbo.cn/ -address=/geryi.com/ -address=/gestionpub.com/ -address=/ww2.gestyy.com/ -address=/get.com/ -address=/get8bit.com/ -address=/getaim.info/ -address=/getalinkandshare.com/ -address=/getback.ch/ -address=/getbackstory.com/ -address=/event.getblue.io/ -address=/getblueshift.com/ -address=/getbonusnow3.com/ -address=/gg.getbs.com/ -address=/getclicky.com/ -address=/getcontent.net/ -address=/getconversion.net/ -address=/getdatanetukscan.info/ -address=/getdrip.com/ -address=/ad.getfond.info/ -address=/getfreebl.com/ -address=/getgamers.eu/ -address=/getglue.com/ -address=/getiton.com/ -address=/getkudos.me/ -address=/getmailcounter.com/ -address=/getmos.cn/ -address=/getmyads.com/ -address=/getmyfreetraffic.com/ -address=/getoptad360.com/ -address=/widgets.getpocket.com/ -address=/getpopunder.com/ -address=/getpushmonkey.com/ -address=/getresponse.com/ -address=/getreview.pl/ -address=/getrockerbox.com/ -address=/getscorecash.com/ -address=/getscoutapp.com/ -address=/getscriptjs.com/ -address=/getsecuredfiles.com/ -address=/analytics.getshogun.com/ -address=/getsitecontrol.com/ -address=/getsmartcontent.com/ -address=/getsmartlook.com/ -address=/getsmily.com/ -address=/getstatistics.se/ -address=/icu.getstorybox.com/ -address=/getsupernova.com/ -address=/gettipsz.info/ -address=/gettraff.com/ -address=/getui.com/ -address=/getui.net/ -address=/getxml.org/ -address=/getzwnrgsrz.com/ -address=/geusihivdqkwzf.com/ -address=/gexampletebaptin.info/ -address=/biz.gexing.com/ -address=/m.gexings.com/ -address=/gez.io/ -address=/gezaehlt.de/ -address=/gf108.com/ -address=/gf1353.com/ -address=/gfamqlcmymxbeu.com/ -address=/gfbnr.com/ -address=/gfbrfqfwwis.com/ -address=/tools.gfcash.com/ -address=/gfchcxin.com/ -address=/gfdfhdh5t5453.com/ -address=/gfeaegaepsgp.com/ -address=/gffupsrgds.com/ -address=/gfhdkse.com/ -address=/gfhuvykiqajjbi.com/ -address=/gfladrimbg.com/ -address=/gflnzl1vqntw.com/ -address=/gft2.de/ -address=/gfxzwyphyv.com/ -address=/iurhxzmr.ga.gfycat.com/ -address=/pix.gfycat.com/ -address=/gfyrxikptop.com/ -address=/gfzluvsjsprkac.com/ -address=/gg0376.com/ -address=/gg570.com/ -address=/ggaji.com/ -address=/ggdoubi.com/ -address=/ggdydz.com/ -address=/ggezvffghs.com/ -address=/ax.ggfeng.com/ -address=/sc.ggfeng.com/ -address=/gggwwwe.com/ -address=/gghh486.cn/ -address=/gghh493.cn/ -address=/gglscr.online/ -address=/ggmm777.com/ -address=/ggntadmnwwm.com/ -address=/ggprfmbbl.com/ -address=/ggsafe.com/ -address=/ggskt.com/ -address=/ggtg8.com/ -address=/zxcs.ggwan.com/ -address=/ggwcash.com/ -address=/ggweb.net/ -address=/logs.ggweb.nl/ -address=/ggxt.net/ -address=/ggxvxrmrjitg.com/ -address=/cp.ggyapp.com/ -address=/ggz55268.com/ -address=/ggzikbwrri.com/ -address=/stats.dmp.ghac.cn/ -address=/ghdccdtxvnpo.com/ -address=/deacon.ghfkk.com/ -address=/ghkajgexob.com/ -address=/ghkhvajwsiy.com/ -address=/ghkihfwfxb.com/ -address=/ghnmg.top/ -address=/ghomifuzhobtoo.com/ -address=/ghosttty.cn/ -address=/ghrbmfggqylld.com/ -address=/dcc.ghrtgf.xyz/ -address=/giantaffiliates.com/ -address=/gib-gib-la.com/ -address=/giddycoat.com/ -address=/giddyuptrk.com/ -address=/giecsodzyl.com/ -address=/gifiqbbfvh.com/ -address=/stats-messages.gifs.com/ -address=/stats.gifs.com/ -address=/giga-abs.de/ -address=/gigaads.xyz/ -address=/pw.gigazine.net/ -address=/gigcount.com/ -address=/toolbar.cdn.gigya.com/ -address=/giinmwnwsid.com/ -address=/gilzana.pw/ -address=/blocks.ginotrack.com/ -address=/ads.gionee.com/ -address=/pdl.gionee.com/ -address=/pingback.giphy.com/ -address=/giraff.io/ -address=/giraffepiano.com/ -address=/mbjb1.girl13.com/ -address=/girlcc.cc/ -address=/giroud.top/ -address=/girrjaqgjb.com/ -address=/gisiwdcqte.com/ -address=/achicih.gitee.io/ -address=/gitgrub.pro/ -address=/collector-cdn.github.com/ -address=/prxio.github.io/ -address=/baidut.github.io/ -address=/collector.githubapp.com/ -address=/gitishcreasu.info/ -address=/eg.gitpapa.com/ -address=/truehits1.gits.net.th/ -address=/truehits3.gits.net.th/ -address=/mixer.cupid.ptqy.gitv.tv/ -address=/msg.ptqy.gitv.tv/ -address=/msga.ptqy.gitv.tv/ -address=/store.ptqy.gitv.tv/ -address=/t7z.cupid.ptqy.gitv.tv/ -address=/api.cupid.ptqy.gitv.tv/ -address=/giveaways.club/ -address=/givemeb33f.com/ -address=/givemeburg3r.com/ -address=/givingsol.com/ -address=/gixmo.dk/ -address=/giyjhogjmfmc.com/ -address=/gizgxhqqdngfh.com/ -address=/mms.gizmodo.com/ -address=/gj500.com/ -address=/f.gj555.net/ -address=/gj632.cn/ -address=/gjbgesaromnb.com/ -address=/gjdawsvqs.com/ -address=/gjdnksgfwoj.com/ -address=/gjdogaqhtzaqj.com/ -address=/gjghy.com/ -address=/gjh111.cn/ -address=/gjijrevdp.com/ -address=/gjkpo.com/ -address=/gjnusfiby.com/ -address=/gjproyrwjv.com/ -address=/gjqbidroh.com/ -address=/gjqrpgdr.com/ -address=/gjrstyulnbf.com/ -address=/gjrzirxxkbw.com/ -address=/gjuet.com/ -address=/gjyfmlrqssyj.com/ -address=/gk277.cn/ -address=/gkatquevzk.com/ -address=/gkhfahrtren.com/ -address=/gkhyhmtj.com/ -address=/gkjtchmlj.com/ -address=/gklmedia.com/ -address=/gkpsrxgdbco.com/ -address=/gkqcduzwla.com/ -address=/gkrvcunjoacvc.com/ -address=/gkumodsmcmffdv.com/ -address=/gky73.cn/ -address=/gl-cash.com/ -address=/gladiatorbugs.com/ -address=/e.glaef.cn/ -address=/m.glaef.cn/ -address=/glailols.com/ -address=/glaimtug.com/ -address=/pagesocket.glam.com/ -address=/data.glamour.ru/ -address=/glanceguide.com/ -address=/glargoun.uk/ -address=/glasgowtimes-gb.glasgowtimes.co.uk/ -address=/glasszz.com/ -address=/glaswall.online/ -address=/glaumtok.com/ -address=/glauptan.net/ -address=/glawheejoushpush.com/ -address=/stat.glaze.ai/ -address=/glbsuoebquueky.com/ -address=/glbtracker.com/ -address=/glbtrk.com/ -address=/a.glcdn.co/ -address=/gld35wndkn.com/ -address=/gleaminist.info/ -address=/gleebsex.net/ -address=/gleechie.net/ -address=/gleechood.com/ -address=/gleergie.net/ -address=/gleetait.net/ -address=/glerteeb.com/ -address=/gletaums.net/ -address=/glfiivzom.com/ -address=/glfqztlzebamqw.com/ -address=/glgcclcyz.com/ -address=/gliamicidellunicef.it/ -address=/gliese-682c.com/ -address=/pixel.glimr.io/ -address=/glishais.net/ -address=/glmaamwyjkx.com/ -address=/glnvdc.cn/ -address=/glo-glo-oom.com/ -address=/gloalrie.com/ -address=/global-surveys.co/ -address=/globaladmedia.com/ -address=/globaladsales.com/ -address=/globaladv.net/ -address=/globaldating.online/ -address=/globalinteractive.com/ -address=/analyticcdn.globalmailer.com/ -address=/pcash.globalmailer5.com/ -address=/globalsuccessclub.com/ -address=/globaltakeoff.net/ -address=/globaltraffico.com/ -address=/globalviptraffic.com/ -address=/globalwebindex.net/ -address=/globase.com/ -address=/globbiz.cn/ -address=/globel.co.uk/ -address=/globetrackr.com/ -address=/ads.globo.com/ -address=/globwo.online/ -address=/glodrips.com/ -address=/glodsool.net/ -address=/glomseci.com/ -address=/1.glook.cn/ -address=/glookalr.com/ -address=/glookroz.net/ -address=/gloolsee.net/ -address=/gloorajo.com/ -address=/glotchat.click/ -address=/gloumtol.net/ -address=/gloussuz.com/ -address=/glowdot.com/ -address=/glpen08.com/ -address=/glpyiiahtdmaan.com/ -address=/confirm-referer.glrsales.com/ -address=/gltpstgjnyb.com/ -address=/glucmift.net/ -address=/gludraus.com/ -address=/glumifo.info/ -address=/glumtitu.net/ -address=/gluokdhafryxtw.com/ -address=/glvzlhrrdjlme.com/ -address=/mg.glwxw.net/ -address=/glxfls.com/ -address=/glynzumin.pw/ -address=/gm682.com/ -address=/gm99.com/ -address=/gmads.net/ -address=/adscript.gmarket.co.kr/ -address=/gmcjjh.org/ -address=/gmcyfkrtw.com/ -address=/gmjhwyby.com/ -address=/gmodmp.jp/ -address=/ads.gmodules.com/ -address=/sp.gmossp-sp.jp/ -address=/gmowaloqmhtd.com/ -address=/gmqczpcyzjeen.com/ -address=/ad.gmw.cn/ -address=/gmwqmjkggg.com/ -address=/gmxetthnzmqo.com/ -address=/gmxyorg.cn/ -address=/gmyze.com/ -address=/gmzaaeenp.com/ -address=/gmzdaily.com/ -address=/gnezdo.ru/ -address=/e.gnfpzc.cn/ -address=/m.gnfpzc.cn/ -address=/gnmbd.top/ -address=/gnpecuwegllca.com/ -address=/gnpge.com/ -address=/gntzacjc.com/ -address=/gnuxgnnkflvkm.com/ -address=/go-mpulse.net/ -address=/go-quicky.com/ -address=/clog.go.com/ -address=/log.go.com/ -address=/merlin.abc.go.com/ -address=/w88.go.com/ -address=/ad.go.com/ -address=/adimages.go.com/ -address=/adsatt.espn.go.com/ -address=/dcapps.disney.go.com/ -address=/ngads.go.com/ -address=/oascentral.abclocal.go.com/ -address=/seavideo-ak.espn.go.com/ -address=/weblog.eseoul.go.kr/ -address=/weblog2.eseoul.go.kr/ -address=/go2affise.com/ -address=/go2app.org/ -address=/go2jump.org/ -address=/go2link.net/ -address=/go2media.org/ -address=/go2speed.org/ -address=/i1.go2yd.com/ -address=/rl.go2yd.com/ -address=/s.go2yd.com/ -address=/web-track.go2yd.com/ -address=/goadservices.com/ -address=/goallurl.ru/ -address=/goatoode.net/ -address=/gobaiwhe.net/ -address=/gobali.cn/ -address=/gobovoul.net/ -address=/goclick.info/ -address=/mms.gocomics.com/ -address=/events.godaddy.com/ -address=/tracking.godatafeed.com/ -address=/godhat.com/ -address=/godloveme.cn/ -address=/godspeaks.net/ -address=/goember.com/ -address=/goemotify.com/ -address=/pacan.gofreedom.info/ -address=/goge365-baidu.com/ -address=/gogetgorgeous.com/ -address=/lexu.goggendorf.at/ -address=/gogntrsm.com/ -address=/gogolm.xyz/ -address=/gogoplexer.com/ -address=/gogvo.com/ -address=/gohappy.com.tw/ -address=/gohillgo.com/ -address=/goingup.com/ -address=/gokjicokl.com/ -address=/gold-city.it/ -address=/gold-file.com/ -address=/tag.goldenbees.fr/ -address=/golderotica.com/ -address=/goldlambotrader.co/ -address=/goldoffer.online/ -address=/cdn.us.goldspotmedia.com/ -address=/goldstats.com/ -address=/cpx.golem.de/ -address=/cpxl.golem.de/ -address=/golizoli.com/ -address=/gomain.pro/ -address=/prom.gome.com.cn/ -address=/e.gomev.cn/ -address=/m.gomev.cn/ -address=/info.gomlab.com/ -address=/playinfo.gomlab.com/ -address=/promotion.gomlab.com/ -address=/gomnlt.com/ -address=/gondolagnome.com/ -address=/gondzizo.com/ -address=/goneviral.com/ -address=/gccode.gongchang.com/ -address=/gongeeta.net/ -address=/gongfanglong.cn/ -address=/sdn.gongkao.hn.cn/ -address=/gonuuudpdcu.com/ -address=/log000.goo.ne.jp/ -address=/adcdn.goo.ne.jp/ -address=/goo2anywhere.com/ -address=/gooblesdd.com/ -address=/goodadvert.ru/ -address=/goodbookbook.com/ -address=/goodcounter.org/ -address=/logging.goodgamestudios.com/ -address=/tracking.goodgamestudios.com/ -address=/goodgz.cn/ -address=/goodtag.it/ -address=/affiliates.goodvibes.com/ -address=/google-analytics.com/ -address=/google-rank.org/ -address=/adservice.google.co.jp/ -address=/adservice.google.com/ -address=/mail-ads.google.com/ -address=/plusone.google.com/ -address=/video-stats.video.google.com/ -address=/ads.google.com/ -address=/afd.l.google.com/ -address=/mobileads.google.com/ -address=/pagead-tpc.l.google.com/ -address=/pagead.google.com/ -address=/pagead.l.google.com/ -address=/partnerad.l.google.com/ -address=/adservice.google.com.hk/ -address=/googleadservices.com/ -address=/googleadsl.com/ -address=/googleadsserving.cn/ -address=/googlealiyun.cn/ -address=/ad.googleanalysis.mobi/ -address=/stat.googleanalysis.mobi/ -address=/googleanalytcs.com/ -address=/googleapi.club/ -address=/clientservices.googleapis.com/ -address=/firebaselogging.googleapis.com/ -address=/imasdk.googleapis.com/ -address=/attributiontrackingga.googlecode.com/ -address=/blaaaa12.googlecode.com/ -address=/bloggergreetbox.googlecode.com/ -address=/imgpop.googlecode.com/ -address=/myscoop-tracking.googlecode.com/ -address=/salefile.googlecode.com/ -address=/trakksocial.googlecode.com/ -address=/googlecommerce.com/ -address=/googleme.eu/ -address=/badad.googleplex.com/ -address=/googleplus.party/ -address=/googlerank.info/ -address=/googlespider1.cn/ -address=/googlesyndication.com/ -address=/googletagmanager.com/ -address=/googletagservices.com/ -address=/googlevideoads.com/ -address=/goolpter.com/ -address=/goonline13.online/ -address=/gooo.al/ -address=/goozbkcchscvb.com/ -address=/gopjn.com/ -address=/goprediction.com/ -address=/goraps.com/ -address=/goredi.com/ -address=/goredirect.party/ -address=/goreleetren.com/ -address=/gorgeousground.com/ -address=/gorgonkil.com/ -address=/analytics.gorillanation.com/ -address=/cdn.assets.gorillanation.com/ -address=/geo.gorillanation.com/ -address=/triggertag.gorillanation.com/ -address=/goroost.com/ -address=/sp.gosanangelo.com/ -address=/gosciniec-paproc.pl/ -address=/data.gosquared.com/ -address=/data2.gosquared.com/ -address=/gosrjadsh.com/ -address=/adtools.gossipkings.com/ -address=/gostats.cn/ -address=/gostats.com/ -address=/gostats.de/ -address=/gostats.org/ -address=/gostats.pl/ -address=/gostats.ro/ -address=/gostats.ru/ -address=/gostats.vn/ -address=/gotagy.com/ -address=/gotchosen.com/ -address=/bt641499.gotoip4.com/ -address=/gotonav.com/ -address=/gotoniubiurl.pw/ -address=/gotooback.com/ -address=/gotoplaymillion.com/ -address=/gotourl.xyz/ -address=/gotourls.bid/ -address=/gotrk.net/ -address=/gotrlayh.com/ -address=/gou1zhe.com/ -address=/kc.gouchezj.com/ -address=/gouhei.top/ -address=/api.goulegu.com/ -address=/goupandhigher.com/ -address=/gourmetads.com/ -address=/goutee.top/ -address=/ddd.gouwuke.cn/ -address=/gouzhibao.cn/ -address=/js.govbaidu.cn/ -address=/govbusi.info/ -address=/govdelivery.com/ -address=/govereign.com/ -address=/goverua.com/ -address=/govgift.com/ -address=/goviral-content.com/ -address=/govmetric.com/ -address=/bd.gow100.com/ -address=/superwidget-assets.gowatchit.com/ -address=/webcounter.goweb.de/ -address=/gowin01.com/ -address=/gowinxp.com/ -address=/gpatesbcesl.com/ -address=/gpdqzmhayrcgsy.com/ -address=/gpgsxlmjnfid.com/ -address=/promos.gpniches.com/ -address=/gpr.hu/ -address=/m.gpsa46z.top/ -address=/gpscard.cn/ -address=/gpsecureads.com/ -address=/gpursultspinessi.info/ -address=/gpuulhuupfinoq.com/ -address=/gpxsfsxsfm.com/ -address=/gpxtxzzxoph.com/ -address=/gpydym.cn/ -address=/e.gpzndq.cn/ -address=/m.gpzndq.cn/ -address=/gqecfgovxbj.com/ -address=/gqekfxgdaxoau.com/ -address=/gqosdcpjxajae.com/ -address=/gqqdlckj8y.com/ -address=/gqqsqbipuhlzb.com/ -address=/gqrsxfwxvx.com/ -address=/gqrwjsjbnoayff.com/ -address=/gqrxsjqo.com/ -address=/gqswg.com/ -address=/gquqjrbgaghpfq.com/ -address=/gqusxhuexmu.com/ -address=/gqutnukt.com/ -address=/grabmyads.com/ -address=/et.grabnetworks.com/ -address=/txn.grabnetworks.com/ -address=/grabo.bg/ -address=/gracaiko.net/ -address=/graciamediaweb.com/ -address=/stats.grafikart.fr/ -address=/grafpedia.com/ -address=/graftaub.com/ -address=/graftpool.ovh/ -address=/grafzen.com/ -address=/gragliapastri.info/ -address=/graicmiw.com/ -address=/graidsee.net/ -address=/graivaik.com/ -address=/gnar.grammarly.com/ -address=/gramombird.com/ -address=/grampouz.net/ -address=/grand-ads.com/ -address=/cms.grandcloud.cn/ -address=/download.grandcloud.cn/ -address=/granify.com/ -address=/grapeshot.co.uk/ -address=/grapheffect.com/ -address=/graphinsider.com/ -address=/funn.graphiq.com/ -address=/upt.graphiq.com/ -address=/graphli.net/ -address=/gratis-besucherzaehler.de/ -address=/gratis-counter-gratis.de/ -address=/gratisnetwork.com/ -address=/graucoay.net/ -address=/graunada.com/ -address=/gravitec.net/ -address=/gravity.com/ -address=/gravity4.com/ -address=/gravityexp.com/ -address=/gravityrd-services.com/ -address=/grazeit.com/ -address=/mms.graziadaily.co.uk/ -address=/greatcpm.com/ -address=/greatdexchange.com/ -address=/sp.greatfallstribune.com/ -address=/greatusenetoffer.agency/ -address=/greatvideos.xyz/ -address=/greatviews.de/ -address=/grebanise.pw/ -address=/gredinatib.org/ -address=/share.gree.jp/ -address=/ad.greedland.net/ -address=/ad1.greedland.net/ -address=/greedseed.world/ -address=/green-red.com/ -address=/greenads.org/ -address=/sp.greenbaypressgazette.com/ -address=/greenbetterkids.com/ -address=/cmp.greenbot.com/ -address=/greengaming.de/ -address=/greenhouseglobal.cn/ -address=/greenlabelppc.com/ -address=/greenocktelegraph-gb.greenocktelegraph.co.uk/ -address=/greenprints.org.cn/ -address=/analytics.greensender.pl/ -address=/greensuy.net/ -address=/sp.greenvilleonline.com/ -address=/ea.greenweez.com/ -address=/cp.greenxf.cn/ -address=/baidu.greenxf.cn/ -address=/xzq.greenxf.net/ -address=/greerlies.pro/ -address=/greetpanda.info/ -address=/grementessenti.info/ -address=/grenatorkovsh.site/ -address=/grendizer.biz/ -address=/grensauy.com/ -address=/grepdata.com/ -address=/grergoch.net/ -address=/gresokie.com/ -address=/gretzalz.com/ -address=/grexoacu.com/ -address=/greyinstrument.com/ -address=/greystripe.com/ -address=/grfz.de/ -address=/grgxptjsgl.com/ -address=/gri98.com/ -address=/gridiogrid.com/ -address=/gridsum.com/ -address=/recv-vd.gridsumdissector.cn/ -address=/gridsumdissector.com/ -address=/gringrin.cn/ -address=/gripdownload.co/ -address=/grjs01.com/ -address=/grjs02.com/ -address=/grlygpybnhbwcu.com/ -address=/grmtas.com/ -address=/grmtech.net/ -address=/groackam.com/ -address=/groatche.com/ -address=/grobido.info/ -address=/gromairt.net/ -address=/groobsoo.com/ -address=/grooksom.com/ -address=/groorgex.net/ -address=/aggnr.groovesharks.org/ -address=/groovinads.com/ -address=/grosirkecantikan.com/ -address=/group-ib.ru/ -address=/groupcommerce.com/ -address=/analytics.groupe-seb.com/ -address=/api.groupon.com/ -address=/eu.groupondata.com/ -address=/growingio.com/ -address=/mo.grqf.com.cn/ -address=/grsdvgnr.com/ -address=/grt02.com/ -address=/grt03.com/ -address=/grtbzrsndrrtsb.com/ -address=/grtnahd.cn/ -address=/grtyv.com/ -address=/grubsoan.com/ -address=/gruglooh.net/ -address=/grumpyadzen.com/ -address=/grumrt.com/ -address=/grunkav.online/ -address=/analytics.grupogodo.com/ -address=/gruponn.com/ -address=/grvmedia.com/ -address=/grxzcfdcxu.com/ -address=/grykuutktgaun.com/ -address=/gs307.com/ -address=/gscontxt.net/ -address=/k.gsdhome.cn/ -address=/gg.gsdlcn.com/ -address=/gsdolqvdjr.com/ -address=/gsdsccoo.com/ -address=/gsecondscreen.com/ -address=/gsezbakx.com/ -address=/engage.gsfn.us/ -address=/gsgqwl.wang/ -address=/gshtrl.top/ -address=/gsimedia.net/ -address=/gsimjyplcciwgb.com/ -address=/gsipjksiepxsqi.com/ -address=/gsjdzx.com/ -address=/gsjgkpnq.com/ -address=/gslyyfntvnwbad.com/ -address=/gsmtop.net/ -address=/gsniper2.com/ -address=/gso0.com/ -address=/gsspat.jp/ -address=/gsspcln.jp/ -address=/gssprt.jp/ -address=/gssxb.com/ -address=/gstatic-as.pro/ -address=/gstatic-us.pro/ -address=/gstats.cn/ -address=/gswaelxxh.com/ -address=/gswiegmikzh.com/ -address=/gsycdb.com/ -address=/gszbba.cn/ -address=/gt4ec.net/ -address=/gtags.net/ -address=/gtbrnqncz.com/ -address=/ad.gtbrowser.com/ -address=/gtchong.com/ -address=/gtciedhftphow.com/ -address=/gtcjcqxpgykuq.com/ -address=/gtcslt-di2.com/ -address=/gtdkx91r.pro/ -address=/gtifund.cn/ -address=/cmshow.gtimg.cn/ -address=/pgdt.gtimg.cn/ -address=/tianshu-x.gtimg.cn/ -address=/discuz.gtimg.cn/ -address=/wa.gtimg.com/ -address=/bla.gtimg.com/ -address=/lb.gtimg.com/ -address=/ra.gtimg.com/ -address=/swa.gtimg.com/ -address=/tui.gtimg.com/ -address=/wb.gtimg.com/ -address=/gtjpkitasq.com/ -address=/gtlcgovlg.com/ -address=/gtlp.net.cn/ -address=/gtmucs.cn/ -address=/gtnde.com/ -address=/gtnlyyxfhkjv.com/ -address=/gtnmyddlf.com/ -address=/gtop.ro/ -address=/gtopstats.com/ -address=/e.gtrve.cn/ -address=/gtsads.com/ -address=/gtsgdddss.com/ -address=/static.cdn.gtsmobi.com/ -address=/e.gtuoj.com/ -address=/m.gtuoj.com/ -address=/beacon.gu-web.net/ -address=/phar.gu-web.net/ -address=/guaas.com/ -address=/guamokqekridi.com/ -address=/sp.guampdn.com/ -address=/guanggao369.cn/ -address=/guangming.org/ -address=/down.guangsu.cn/ -address=/guangtui1999.com/ -address=/bdjs.guangyuanol.cn/ -address=/bdjsym.guangyuanol.cn/ -address=/guangzizai.com/ -address=/guannin.com/ -address=/guanoo.net/ -address=/m.guanren11.com/ -address=/m.guanren5.com/ -address=/m.guanren6.com/ -address=/m.guanren9.com/ -address=/guansenff.cn/ -address=/guanyitanggy.com/ -address=/guanzistory.com/ -address=/guardiandigitalcomparison.co.uk/ -address=/guardwork.info/ -address=/dm.gucheng.com/ -address=/guduopu.com/ -address=/gueqndbe.com/ -address=/events.guesttoguest.com/ -address=/gugemfslzh.com/ -address=/gugeys.com/ -address=/fbapi.guguread.com/ -address=/guhpyglt.com/ -address=/guidashu.com/ -address=/m.guifei99.com/ -address=/guiltlessbasketball.com/ -address=/guitaralliance.com/ -address=/guitarpro.cc/ -address=/guknpywmxk.com/ -address=/gulf-industrial.com/ -address=/geoip.gulflive.com/ -address=/mms.gulflive.com/ -address=/gulliblecamp.com/ -address=/mb.gulongbbs.com/ -address=/gumdeqjzclc.com/ -address=/gumgo.cn/ -address=/gumgum.com/ -address=/gunimalpengu.com/ -address=/gunmi.cn/ -address=/gunnepaa.xyz/ -address=/gunnersalmighty.com/ -address=/gunpartners.com/ -address=/guntinehughedf.info/ -address=/gunzblazingpromo.com/ -address=/guomob.com/ -address=/wsd.guonongllc.com/ -address=/guoshennet.com/ -address=/ad-specs.guoshipartners.com/ -address=/guoxintdh.com/ -address=/gurktexxtpofyz.com/ -address=/gururevenue.com/ -address=/gus.host/ -address=/gushifanyi.com/ -address=/aa.gushiwen.org/ -address=/yijiuningyia.gushiwen.org/ -address=/ggw.gusuwang.com/ -address=/gusxyrtlnyv.com/ -address=/beacon.gutefrage.net/ -address=/gutouwang.net/ -address=/guxiaom.cn/ -address=/1.guyaheng.com/ -address=/guyscards.com/ -address=/guzijie.top/ -address=/guzqqzsv.com/ -address=/gvdjqwahgh.com/ -address=/gvee.top/ -address=/m.gvez.top/ -address=/analytics.gvim.mobi/ -address=/gvisit.com/ -address=/gvnqfiwzronbq.com/ -address=/gvoraoonpi.com/ -address=/gvtawzpydsujep.com/ -address=/gvwyxnyq.com/ -address=/gvzphwswtv.com/ -address=/gg.gw032.com/ -address=/gw069.com/ -address=/gwallet.com/ -address=/gwashiondevelhig.info/ -address=/gwdqp.com/ -address=/gweini.com/ -address=/gwigqsgv.com/ -address=/gwjmznxk.com/ -address=/gwohimtyhbthg.com/ -address=/gwovohvkzay.com/ -address=/gwucenxvmkowap.com/ -address=/gwwzlwibbws.com/ -address=/gwylm.com/ -address=/gwywsuemmf.com/ -address=/gx101.com/ -address=/gx38.cn/ -address=/gxdhgb.com/ -address=/gxejgs.com/ -address=/fpb1.gxfin.com/ -address=/gxgydnhz.com/ -address=/gxgzyny.com/ -address=/gxhxmy88.com/ -address=/e.gxjfh.com/ -address=/gxklbrtpqqyvy.com/ -address=/gxklsftz.cn/ -address=/gxkyl.com/ -address=/gxordgtvjr.com/ -address=/va.gxpan.cn/ -address=/gxpijskyqwqfjw.com/ -address=/gxqocoxl.com/ -address=/gxqotelkdra.com/ -address=/gxqrjjcsyh.com/ -address=/ll.gxsky.com/ -address=/skads.gxsky.com/ -address=/a.m.gxwztv.com/ -address=/drdj.m.gxwztv.com/ -address=/yfcode.m.gxwztv.com/ -address=/yfxpcode.m.gxwztv.com/ -address=/gxyrnjtgtwll.com/ -address=/gxzjzg.com/ -address=/gybdtg.com/ -address=/gydag.com/ -address=/gyeet.com/ -address=/gygdmy.com/ -address=/gyhzr.com/ -address=/gykmfqxeolnne.com/ -address=/gynax.com/ -address=/gynzvwhup.com/ -address=/gyrtg.com/ -address=/gyt168.com.cn/ -address=/xxp.gytygc.com/ -address=/gyyzsgri.com/ -address=/gz-bz.cn/ -address=/gz00005.top/ -address=/img.gz9d.com/ -address=/gzabsbddocwn.com/ -address=/gzayyacwy.com/ -address=/bbn.gzblogger.cn/ -address=/gzbywl.com/ -address=/kn.gzcce.cn/ -address=/gzcl999.cn/ -address=/gzcl999.com/ -address=/gzdhzb.com/ -address=/share.gzdsw.com/ -address=/gze3.cn/ -address=/mtl.gzhuibei.com/ -address=/gzivryjzal.com/ -address=/gzjingm.cn/ -address=/gzjtfzs.cn/ -address=/gzktpf.com/ -address=/gzmcjt.cn/ -address=/gzmjnx.cn/ -address=/gzmknnasowdtop.com/ -address=/gzmlvrvkven.com/ -address=/gzmsm.cn/ -address=/gzmxybg.com/ -address=/gzmzts.com/ -address=/gznsyh.com/ -address=/gzqczl.cn/ -address=/gzqoxmkuhl.com/ -address=/gzqudou.com/ -address=/gzrljx.cn/ -address=/gzsadlmy.cn/ -address=/c.gzsanxiaomingshi.cn/ -address=/gzuvyhqb.com/ -address=/gzxdkaytxdsyxg.com/ -address=/gzxiongwa.cn/ -address=/gzxxty168.com/ -address=/gzzena.com/ -address=/h-bid.com/ -address=/perr.h-cdn.com/ -address=/h01ce.cn/ -address=/h0o33.cn/ -address=/m.h0x.cn/ -address=/h12-media.com/ -address=/mediatrade.h19.ru/ -address=/h2pzh.cn/ -address=/ee.h2tywo.cn/ -address=/m.h2tywo.cn/ -address=/h3btqpy2abc3.com/ -address=/h3lw971ym6.com/ -address=/h4game.net/ -address=/h4k5.com/ -address=/h501.cn/ -address=/h56h5r.xyz/ -address=/t.h5data.com/ -address=/h5e6d5.xyz/ -address=/24200.h5ixp.com/ -address=/s.h5king.com/ -address=/h5tjj3loy2.com/ -address=/h6y654wgfdhd.com/ -address=/h83zvgrg29.com/ -address=/cd23b.h8hypjvr9.com/ -address=/h8vzwpv.com/ -address=/h92zbpn4zcv1.com/ -address=/h9377c.com/ -address=/haashbjfw.com/ -address=/habdhuhuzi.com/ -address=/d.haberler.com/ -address=/ea.habitat.de/ -address=/ea.habitat.fr/ -address=/counter.hackers.lv/ -address=/hackesie.net/ -address=/hacmoone.net/ -address=/hadczwhwfvhcc.com/ -address=/hadlacrighterthen.pro/ -address=/hadsabz.com/ -address=/hadsecz.com/ -address=/hadsipz.com/ -address=/haftobso.net/ -address=/haggilder.com/ -address=/hagiqxizxqf.com/ -address=/hagoit.com/ -address=/gg.haianw.com/ -address=/hats.haibao.cn/ -address=/net.haier.com/ -address=/hailuoxiang.com/ -address=/haimaokj.com/ -address=/bdd.hainan.net/ -address=/bds.hainan.net/ -address=/hainufamliy.top/ -address=/haitejs.com/ -address=/haiyunimg.com/ -address=/haiyunx.com/ -address=/haizirv.cn/ -address=/hajtekzuoe.com/ -address=/hajuwang.cn/ -address=/fathom.hakibenita.com/ -address=/haklopar.com/ -address=/halfpriceozarks.com/ -address=/halileo.com/ -address=/hallaert.online/ -address=/halldata.com/ -address=/halo77.com/ -address=/sta.haloall.com/ -address=/mo.haloapps.cn/ -address=/i.haloapps.com/ -address=/mo.test.haloapps.com/ -address=/halogennetwork.com/ -address=/halstats.com/ -address=/g.haluoha.com/ -address=/hamadotax.site/ -address=/hamjgkzgycmur.com/ -address=/hammerhearing.com/ -address=/hamtugin.com/ -address=/hanaprop.com/ -address=/d1.handdiy.com/ -address=/handll.com/ -address=/reporting.handll.net/ -address=/handy-tab.com/ -address=/go.hangzhou.com.cn/ -address=/hanhooo.cn/ -address=/hanimyel.com/ -address=/hanmiyong.com/ -address=/tracking.hannoversche.de/ -address=/hanqidq.com/ -address=/hantinlethemsed.info/ -address=/hanulsms.com/ -address=/tt123.hao0202.com/ -address=/ff123.hao0202.com/ -address=/1.hao123.com/ -address=/as1.m.hao123.com/ -address=/mini.hao123.com/ -address=/hao222.com/ -address=/bd.hao224.com/ -address=/hao549.com/ -address=/hao61.net/ -address=/hao916.com/ -address=/hao934.com/ -address=/haoba.info/ -address=/ddd.haodizhi666.com/ -address=/bdcode1.haodou.com/ -address=/haoduoyi1688.cn/ -address=/haoeat.info/ -address=/mp3.haogeba.com/ -address=/dm.haojuzi.net/ -address=/haolew.com/ -address=/bd.haomagujia.com/ -address=/haomaojin.com/ -address=/haomm.com/ -address=/haoqq.me/ -address=/haosf.com/ -address=/haotyxhbv.com/ -address=/m.haowj.com.cn/ -address=/pic.haowj.com.cn/ -address=/haoxianyangrouye.com/ -address=/f.haoxinjaju.com/ -address=/haoxinq.top/ -address=/2.haoxue360.com/ -address=/js.haoxyx.com/ -address=/jss.haoxyx.com/ -address=/td.haoxyx.com/ -address=/haoyangmao.ltd/ -address=/haoyiwang.net/ -address=/haoyoushuo.cn/ -address=/hapend.biz/ -address=/m1.hapi123.net/ -address=/happer.info/ -address=/happylifebab.com/ -address=/haprjb.com/ -address=/haptontnerota.info/ -address=/analytics-production.hapyak.com/ -address=/hardcorepornparty.com/ -address=/reco.hardsextube.com/ -address=/hariqavi.com/ -address=/stats.harpercollins.com/ -address=/harrenmedianetwork.com/ -address=/harridan.cc/ -address=/harshwhispers.com/ -address=/harsonsy.com/ -address=/harthatforsin.pro/ -address=/hascosafety.com/ -address=/hash-hash-tag.com/ -address=/hashalre.uk/ -address=/hashcoin.co/ -address=/hashforcash.us/ -address=/hashing.win/ -address=/hashnest.com/ -address=/hashvault.pro/ -address=/hashzone.io/ -address=/hatagashira.com/ -address=/hatchord.com/ -address=/b.hatena.ne.jp/ -address=/sp.hattiesburgamerican.com/ -address=/hauchi.com.tw/ -address=/hauglees.net/ -address=/hauphaun.net/ -address=/hausly.info/ -address=/hausnet.ru/ -address=/havamedia.net/ -address=/haveamint.com/ -address=/havenwrite.com/ -address=/havetohave.com/ -address=/haviouslyshoutesce.info/ -address=/hawbfa.com/ -address=/hayfatduh.com/ -address=/scout.haymarketmedia.com/ -address=/haypaydig.club/ -address=/hb-247.com/ -address=/hbalx.cn/ -address=/m.hbans.com/ -address=/hbbww.com/ -address=/hbfls.vip/ -address=/hbhcilgdqxt.com/ -address=/hbhfslicqq.com/ -address=/hbhgheovqz.com/ -address=/hbhnwy.com/ -address=/hbhtbn.com/ -address=/hbhxqcw.com/ -address=/hbkajyvrus.com/ -address=/hblanghun.cn/ -address=/hblinwei.com/ -address=/hbngfy.com/ -address=/hbnqcbfgsjfa.com/ -address=/hbnygj.com/ -address=/telegraph.api.hbo.com/ -address=/harvester.hbpl.co.uk/ -address=/hbsimg.com/ -address=/hbssjd.cn/ -address=/hbstty.com/ -address=/hbttcc.com/ -address=/j.hbwcl.com/ -address=/hbyingchang.cn/ -address=/hbyinzhibao.cn/ -address=/ijdl.hbyongwan.cn/ -address=/hbyyzm.com/ -address=/hbzjht.com/ -address=/hc29x.cn/ -address=/hcatboilyxs.com/ -address=/hccms.com.cn/ -address=/hccwwz.cn/ -address=/hcenc.com/ -address=/hceykfajyioqkz.com/ -address=/hcg82f2b.com/ -address=/hcgtkmes.com/ -address=/hchg89.cn/ -address=/hchik.com/ -address=/hcmjlsxhebb.com/ -address=/hcrwnoaqe.com/ -address=/hcskwstr.com/ -address=/hcwdcintgl.com/ -address=/img.hcwifi.cn/ -address=/hcycanmscyg.com/ -address=/hd100546b.com/ -address=/hd149026b.com/ -address=/hdat.xyz/ -address=/hdcqfqnn.com/ -address=/hddzzizitskc.com/ -address=/hdfdm.com/ -address=/hdfsruiqwgjdo.com/ -address=/hdhkwl.com/ -address=/feb.hdingkun.com/ -address=/hdjxmf.com/ -address=/m.hdjy999.com/ -address=/hdminfeng.com/ -address=/hdmtools.com/ -address=/hdnvtfyvyhq.com/ -address=/hdosaoxfcogpl.com/ -address=/hdpass.club/ -address=/hdpass.info/ -address=/hdporn.to/ -address=/hdpreview.com/ -address=/hdslnhmjga.com/ -address=/hdwkcfqzxhvx.com/ -address=/hdysed.com/ -address=/js.hdzog.com/ -address=/he2d.com/ -address=/cl.he9630.com/ -address=/md.he9630.com/ -address=/ss.he9630.com/ -address=/xs.he9630.com/ -address=/headbidder.net/ -address=/header.tech/ -address=/headlinesnetwork.com/ -address=/headup.com/ -address=/headwell.cn/ -address=/healte.de/ -address=/healthaffiliatesnetwork.com/ -address=/healthcarestars.com/ -address=/healthgrades.com/ -address=/healthoutabol.site/ -address=/healthtrader.com/ -address=/heapanalytics.com/ -address=/abc.hearst.co.uk/ -address=/kinesisproxy.hearstlabs.com/ -address=/customer.heartinternet.co.uk/ -address=/heatmap.it/ -address=/heatmap.services/ -address=/heavenwil.top/ -address=/a.heavy-r.com/ -address=/heawzlvivkakly.com/ -address=/hebadu.com/ -address=/hebeixingfei.com/ -address=/hebhec.cn/ -address=/hebiichigo.com/ -address=/stat.hebnews.cn/ -address=/hebzycw.com/ -address=/hechaocheng.cn/ -address=/heckagny.com/ -address=/heckhaphanofres.info/ -address=/hedlimitatelearlyb.info/ -address=/hedressive.info/ -address=/hedtgodingsincy.info/ -address=/heeevykjhujfy.com/ -address=/ad.hefei.cc/ -address=/hegreeks.com/ -address=/hegtiterbuttons.pro/ -address=/hehmy.cn/ -address=/hehongmei.top/ -address=/hehraybryciyls.com/ -address=/hehyqqqxzndwia.com/ -address=/bd1.heiguang.cn/ -address=/pro.heiguang.com/ -address=/heima8.com/ -address=/heimi.red/ -address=/heinvugrgkcxl.com/ -address=/dxe2.heip.fr/ -address=/prophet.heise.de/ -address=/responder.wt.heise.de/ -address=/rl.heise.de/ -address=/2.heiyange.com/ -address=/hejingroup.cn/ -address=/helanpinpai.com/ -address=/helingoneheckhes.pro/ -address=/beacon.heliumnetwork.com/ -address=/hellobar.com/ -address=/hellogalaxy.cn/ -address=/e.hellomingpian.com/ -address=/m.hellomingpian.com/ -address=/helloreverb.com/ -address=/hellosherpa.com/ -address=/m.helloworld2018.top/ -address=/helltraffic.com/ -address=/helove.xyz/ -address=/heloymydva.com/ -address=/helpclause.com/ -address=/helpinfo.cn/ -address=/hemmieconverset.info/ -address=/hemnes.win/ -address=/hemonledriat.pro/ -address=/hen360.com/ -address=/henanfs.com/ -address=/henanlinyu.cn/ -address=/henasentence.pro/ -address=/henduoqian.com/ -address=/henghost.com/ -address=/hengshui1.com/ -address=/hentaibiz.com/ -address=/hentaicounter.com/ -address=/hentaifap.land/ -address=/hepsandminawas.pro/ -address=/heraldscotland-gb.heraldscotland.com/ -address=/herereportancen.info/ -address=/herezera.com/ -address=/herocpm.com/ -address=/heroesdom.com/ -address=/herofandhist.info/ -address=/ao-freegeoip.herokuapp.com/ -address=/filament-stats.herokuapp.com/ -address=/gdpr-service.herokuapp.com/ -address=/hn-button.herokuapp.com/ -address=/onespot-tracking.herokuapp.com/ -address=/statt-collect.herokuapp.com/ -address=/binaryage-leechgate.herokuapp.com/ -address=/jqcdn01.herokuapp.com/ -address=/jqcdn03.herokuapp.com/ -address=/jqcdn2.herokuapp.com/ -address=/sxcdn1.herokuapp.com/ -address=/sxcdn5.herokuapp.com/ -address=/wpcdn1.herokuapp.com/ -address=/herordearhem.info/ -address=/herowebads.com/ -address=/herreperolsof.pro/ -address=/hertforthatharrigh.pro/ -address=/m.heshanwan.cn/ -address=/hesxz.com/ -address=/hetchi.com/ -address=/hetu.in/ -address=/affiliate.heureka.cz/ -address=/hexagon-analytics.com/ -address=/hexagram.com/ -address=/utrack.hexun.com/ -address=/hxsame.hexun.com/ -address=/itv.hexun.com/ -address=/hey.lt/ -address=/heygugu.com/ -address=/heyhelga.net/ -address=/heylookhere.top/ -address=/stats.heyoya.com/ -address=/heystaks.com/ -address=/ads.heyzap.com/ -address=/hezhenzi.com/ -address=/hf18yg8q.com/ -address=/e.hf355.cn/ -address=/m.hf355.cn/ -address=/hfc195b.com/ -address=/hferzkyqt.com/ -address=/hffgptqfpewjz.com/ -address=/hfjuki.com/ -address=/hfnxxzotprja.com/ -address=/hfqxjx.cn/ -address=/hfsteel.net/ -address=/miui.hftaili.com/ -address=/tf.hftaili.com/ -address=/j7182.hfxcsl.cn/ -address=/js2254.hfxcsl.cn/ -address=/hfxs01il.com/ -address=/hfydxmahpllyx.com/ -address=/hfyxdl.com/ -address=/an1.hfyy120.cn/ -address=/hg-labs.com/ -address=/hg417.bet/ -address=/hg89038.com/ -address=/hg89068.com/ -address=/hg89078.com/ -address=/hg8dc7bm.com/ -address=/hgacevkuxzifv.com/ -address=/hgbn.rocks/ -address=/hgdanbas.cn/ -address=/hgdat.com/ -address=/hgeojizz.com/ -address=/hghit.com/ -address=/hghm4u7b61.com/ -address=/hgo7r.cn/ -address=/hgowmgat.com/ -address=/hgtdroan.com/ -address=/hguas.com/ -address=/hgukeujwsfgwrq.com/ -address=/hhb123.tk/ -address=/hhdwgxmrvwyg.com/ -address=/hheeffxjz.com/ -address=/hhfun.cn/ -address=/hhhhbf.com/ -address=/hhit.xyz/ -address=/hhlrnfmn.com/ -address=/photo.hhmyi.cn/ -address=/hhourtrk2.com/ -address=/hhppyt.com/ -address=/hhslbz.cn/ -address=/hhzejzwcqa.com/ -address=/tracking.hi-pi.com/ -address=/sdd.hi1718.com/ -address=/hi760.com/ -address=/hiadone.com/ -address=/up.hiao.com/ -address=/s1.hiapk.com/ -address=/s2.hiapk.com/ -address=/hiblcom.com/ -address=/store2.hispace.hicloud.com/ -address=/store3.hispace.hicloud.com/ -address=/uc2.hispace.hicloud.com/ -address=/uc3.hispace.hicloud.com/ -address=/hiconversion.com/ -address=/hicpm10.com/ -address=/hiddenbucks.com/ -address=/hiddencounter.de/ -address=/pubs.hiddennetwork.com/ -address=/hide.ovh/ -address=/vpnaffiliates.hidester.com/ -address=/hidupsoo.com/ -address=/hiekeegi.com/ -address=/hiffyl.com/ -address=/higame123.com/ -address=/highcpms.com/ -address=/higherengine.com/ -address=/higheurest.com/ -address=/highmetrics.com/ -address=/highnets.com/ -address=/stats.highwire.com/ -address=/higoo4.com/ -address=/hihifenxiang.com/ -address=/hihufu.cn/ -address=/adeq.hiidc.com.cn/ -address=/cdn.hiido.cn/ -address=/hiido.com/ -address=/log.hiiir.com/ -address=/hikvar.ru/ -address=/hilariouszinc.com/ -address=/hillpl.com/ -address=/hilltopads.net/ -address=/hilltopgo.com/ -address=/himandy.com/ -address=/himediads.com/ -address=/himediadx.com/ -address=/himselvepostly.site/ -address=/himselves.com/ -address=/himve.com/ -address=/hindurinning.pro/ -address=/analytics.hindustantimes.com/ -address=/notify.hindustantimes.com/ -address=/hiad.myweb.hinet.net/ -address=/p8u.hinet.net/ -address=/ssp.hinet.net/ -address=/vatrack.hinet.net/ -address=/adasad.myweb.hinet.net/ -address=/blogad01.myweb.hinet.net/ -address=/blogad02.myweb.hinet.net/ -address=/hinsib.com/ -address=/hipals.com/ -address=/hiperstat.com/ -address=/hipersushiads.com/ -address=/hiplair.com/ -address=/a8ht.hipp.fr/ -address=/hipsarda.net/ -address=/hira-meki.jp/ -address=/hirmatrix.hu/ -address=/analytics.shop.hisense.com/ -address=/hisoupocdted.com/ -address=/hissq.com/ -address=/histats.com/ -address=/histlingklakson.site/ -address=/histock.info/ -address=/ea.histoiredor.com/ -address=/historicalbeam.com/ -address=/hisxgmthxjdm.com/ -address=/hit-counter-download.com/ -address=/hit-counter.info/ -address=/hit-counters.net/ -address=/hit-counts.com/ -address=/hit-now.com/ -address=/hit-parade.com/ -address=/c.hit.ua/ -address=/hit100.ro/ -address=/hit2map.com/ -address=/hitbox.com/ -address=/hitcount.dk/ -address=/hitcountersonline.com/ -address=/hitcounterstats.com/ -address=/hitcpm.com/ -address=/hitekshop.vn/ -address=/hitfarm.com/ -address=/hitgraph.jp/ -address=/hitmarkerjobs.com/ -address=/hitmaster.de/ -address=/hitmatic.com/ -address=/hitme.pw/ -address=/hitmir.ru/ -address=/hitplus.net/ -address=/hits.io/ -address=/hits2u.com/ -address=/hitslink.com/ -address=/hitslog.com/ -address=/hitsniffer.com/ -address=/hitsprocessor.com/ -address=/hittail.com/ -address=/hittracker.com/ -address=/hitwake.com/ -address=/hitwebcounter.com/ -address=/images.hitwise.co.uk/ -address=/hiug862dj0.com/ -address=/hivecn.cn/ -address=/hivedata.cc/ -address=/hivps.xyz/ -address=/hiwtotxepiaogu.com/ -address=/hixili.top/ -address=/hixpfhoon.com/ -address=/hizlireklam.com/ -address=/hizvevxvi.com/ -address=/hjagjopxzz.com/ -address=/hjaoopoa.top/ -address=/hjbfpopj.com/ -address=/hjc1990.com/ -address=/hjgen.cn/ -address=/hjgtnhierc.com/ -address=/hjiebsdcxldu.com/ -address=/hjihwmtsltqi.com/ -address=/hjjjsurdhtt.com/ -address=/hjjnpx.com/ -address=/hjklf.com/ -address=/hjknszojbbecy.com/ -address=/hjkrlc.cn/ -address=/hjues.com/ -address=/hjxrhlmei.com/ -address=/hjyhfusvr.com/ -address=/hjyll.top/ -address=/hk662.com/ -address=/hk9600.com/ -address=/hkdjrnkjwtqo.com/ -address=/hkdyys.cn/ -address=/abc.hkepc.com/ -address=/abc.hkepc.net/ -address=/hkfuy.com/ -address=/hkhotpewfxr.com/ -address=/hknuifygfbz.com/ -address=/hkoxlirf.com/ -address=/hkqhuilqnu.com/ -address=/js.hkslg520.com/ -address=/hkswktixvcot.com/ -address=/hktedu.site/ -address=/hktv10.com/ -address=/stat.hkwb.net/ -address=/hkwzswzf.com/ -address=/hlads.com/ -address=/hldsogaxfq.com/ -address=/hldwmly.com/ -address=/hlfjgurbaln.com/ -address=/hlfjvpcpkynqco.com/ -address=/knb.hlgmsy.com/ -address=/hlhulu.com/ -address=/hlitvetlw.com/ -address=/hljhufengling.cn/ -address=/hlmiq.com/ -address=/hlpnowp-c.com/ -address=/hlrziwaldlui.com/ -address=/hlserve.com/ -address=/hlsqjrgeuw.com/ -address=/co.hltv.org/ -address=/geo.hltv.org/ -address=/hlvzvisiwbtuwv.com/ -address=/hlykwstrvxa.com/ -address=/m.hm146.cn/ -address=/e.hm196.cn/ -address=/m.hm196.cn/ -address=/e.hm203.cn/ -address=/m.hm203.cn/ -address=/hm252.cn/ -address=/hmbgumjgey.com/ -address=/hmgozryqbc.com/ -address=/hmjtutipevtmg.com/ -address=/hmmmcjgho.com/ -address=/hmnjf.com/ -address=/hmongcash.com/ -address=/hmp33.com/ -address=/hmpumxcsex.com/ -address=/hmstats.com/ -address=/hmtoday.com/ -address=/hmttoly.com/ -address=/hmwebs.top/ -address=/hmyangshengji.com/ -address=/m.hmzsfmjc.com/ -address=/hn163fck.com/ -address=/eco.hn765f.xyz/ -address=/mvo.hn765f.xyz/ -address=/a6s.hn985.com/ -address=/a6.hn985.com/ -address=/hnasd.com/ -address=/hncahnvieotyu.com/ -address=/hnctsm.com/ -address=/hndiyikj.com/ -address=/hnfpgm.com/ -address=/s1.hnhbyxdq.com/ -address=/hnhgw.cn/ -address=/hnhsvlswqtoxgn.com/ -address=/hnhycp.com/ -address=/hnkuangshan.cn/ -address=/hnlike.com/ -address=/hnpjshop.com/ -address=/hnrfwtlvlnzumb.com/ -address=/hnsamgkrtliye.com/ -address=/hnshjxowpldar.com/ -address=/hnskorea.co.kr/ -address=/hntntnfizowo.com/ -address=/hntxitqhto.com/ -address=/hntymg.com/ -address=/hnwjlhg.cn/ -address=/hnwlyy.com.cn/ -address=/hnyiche3.com/ -address=/hnyny.com/ -address=/1.hnyouneng.com/ -address=/hoaphaiw.com/ -address=/hoawhaum.net/ -address=/hobbytotaalservice.nl/ -address=/hoerbird.net/ -address=/ea.hofmann.es/ -address=/ea.hofmann.pt/ -address=/hofraxopw.com/ -address=/hoghqjddg.com/ -address=/hogyp.com/ -address=/hohrnldconk.com/ -address=/h5.holalauncher.com/ -address=/i.holalauncher.com/ -address=/ad.holaq.com/ -address=/pay.holaq.com/ -address=/holder.com.ua/ -address=/holexknw.loan/ -address=/ea.homair.com/ -address=/home-soon.com/ -address=/unitex.home.pl/ -address=/bd1.home8080.cn/ -address=/bd2.home8080.cn/ -address=/pixel.homebook.pl/ -address=/homelycrown.com/ -address=/geo.homepage-web.com/ -address=/activity.homescape.com/ -address=/affiliates.homestead.com/ -address=/uptpro.homestead.com/ -address=/tc.hometogo.net/ -address=/honcode.ch/ -address=/hondajd.cn/ -address=/pixel.honestjohn.co.uk/ -address=/honeybadger.io/ -address=/hongchenzhilu.com/ -address=/f.hongm.com/ -address=/hongshikai.com/ -address=/js4476.hongtaidichan.net/ -address=/hongtefm.com/ -address=/hongyangbg.com/ -address=/hongze.info/ -address=/honouncil.com/ -address=/hoo1luha.com/ -address=/hoochoor.com/ -address=/hoodline.com/ -address=/hookupbucks.com/ -address=/hoood.info/ -address=/hooraico.com/ -address=/hoortols.org/ -address=/hoosorie.com/ -address=/hoozique.net/ -address=/hopeyouxue.com/ -address=/hopfeed.com/ -address=/hopilos.com/ -address=/hoppr.co/ -address=/hoptopboy.com/ -address=/hopurl.org/ -address=/hoqqzlvwukpo.com/ -address=/horedi.com/ -address=/horheloopo.com/ -address=/horjhksl.com/ -address=/hornybirds.com/ -address=/hornymatches.com/ -address=/hornyspots.com/ -address=/horse-racing-affiliate-program.co.uk/ -address=/horsenectar.com/ -address=/horsered.com/ -address=/hortestoz.com/ -address=/horvmygebyg.com/ -address=/horyzon-media.com/ -address=/hosoojat.net/ -address=/m.hospital028.com/ -address=/hospitality-optimizer.com/ -address=/host-host-ads.com/ -address=/host-tracker.com/ -address=/hostave.net/ -address=/hostave2.net/ -address=/hostave4.net/ -address=/hostcontent.live/ -address=/murbil.hostei.com/ -address=/hosticanaffiliate.com/ -address=/hosting-controlid1.tk/ -address=/hosting-controlnext.tk/ -address=/hosting-controlpin.tk/ -address=/hosting-controlpr.tk/ -address=/hostingcloud.live/ -address=/hostingcloud.party/ -address=/hostingcloud.racing/ -address=/hostingcloud.review/ -address=/hostingcloud.science/ -address=/hostingcloud.stream/ -address=/hostingcloud.trade/ -address=/hostingcloud.win/ -address=/hostip.info/ -address=/hot-3d-girls.com/ -address=/hot-count.com/ -address=/hot-eam.com/ -address=/hot-hits.us/ -address=/hot-mob.com/ -address=/hot-stories.cn/ -address=/hotchatdate.com/ -address=/hotchatdirect.com/ -address=/hotcounter.de/ -address=/hotdogsandads.com/ -address=/private.hotelcesenaticobooking.info/ -address=/cem.hotelsapi.io/ -address=/hrum.hotelsapi.io/ -address=/hotelscombined.com.au/ -address=/hotfacesitting.com/ -address=/hotgvibe.com/ -address=/hothta.com/ -address=/hotjar.com/ -address=/hotjar.io/ -address=/hotkeys.com/ -address=/hotlog.ru/ -address=/a3.hotpornfile.org/ -address=/hotptp.com/ -address=/hotrank.com.tw/ -address=/numb.hotshare.biz/ -address=/hotsocials.com/ -address=/hotspot.cz/ -address=/logs.hotstar.com/ -address=/hottraffic.nl/ -address=/hotwords.com/ -address=/hotwords.com.br/ -address=/hotwords.com.mx/ -address=/houanjijuxie.cn/ -address=/houchosi.net/ -address=/wxtz.houmags.com/ -address=/hounicuy.com/ -address=/hourakob.net/ -address=/housandady.site/ -address=/adadmin.house365.com/ -address=/stat.house365.com/ -address=/ad.house365.com/ -address=/ads.house365.com/ -address=/admd.housefun.com.tw/ -address=/housopsi.net/ -address=/houtanyun.com/ -address=/hover.in/ -address=/s.hoverming.cn/ -address=/hoverr.co/ -address=/hoverr.media/ -address=/how5.cn/ -address=/howtodoblog.com/ -address=/howubdgdt.com/ -address=/hp-china.biz/ -address=/hpasvfsndgr.com/ -address=/hpbczauldndnep.com/ -address=/hpbsyqsypxy.com/ -address=/e.hpcat.cn/ -address=/m.hpcat.cn/ -address=/hpeshwdwkzyz.com/ -address=/m.hpfjy.com/ -address=/hpkkzzyek.com/ -address=/hplctrsd.com/ -address=/hplose.de/ -address=/hpmyhrljkbl.com/ -address=/hpplay.cn/ -address=/cdn.hpplay.com.cn/ -address=/hprofits.com/ -address=/hpuknttzl.com/ -address=/hpwdohgicpmi.com/ -address=/hpwoowyxhrsatx.com/ -address=/hpwsosviqyjem.com/ -address=/hpwzlfjpa.com/ -address=/hpyxckmwle.com/ -address=/hqbphxpavrxry.com/ -address=/hqczpetgslammu.com/ -address=/hqhrt.com/ -address=/hqkwnyub.com/ -address=/hqpass.com/ -address=/hqsgnzvjkyog.com/ -address=/hqsjc.com/ -address=/hqtlbsglscrju.com/ -address=/hqtvvfqmfykcrs.com/ -address=/hqupjfmq.com/ -address=/hqvdkbap.com/ -address=/hqwlpexoywbc.com/ -address=/hqyenmzgxk.com/ -address=/hqygz.com/ -address=/hqzceymmcwsvd.com/ -address=/hr41.cn/ -address=/hr44.com/ -address=/hrahdmon.com/ -address=/hraowdzgs.com/ -address=/hrarjpeqtcsge.com/ -address=/hrbpay.com/ -address=/hrcmzp.cn/ -address=/hrcqeghr.com/ -address=/hrgbolmbxmovli.com/ -address=/hrjg.com.cn/ -address=/hrklcreflssza.com/ -address=/hrmqqrvqaxvzb.com/ -address=/hrnklivlbhf.com/ -address=/tracking.hrs.de/ -address=/hrsddepycjmvdd.com/ -address=/hrtsclmulpwnr.com/ -address=/hrtxufdb.com/ -address=/hrtya.com/ -address=/hrtyc.com/ -address=/hs-analytics.net/ -address=/hs1s1.cn/ -address=/hsadspixel.net/ -address=/a.hsbianma.com/ -address=/hsbkr.com/ -address=/hsbrhnkgkx.com/ -address=/hscta.net/ -address=/hsdn.org/ -address=/sh.hsfzexsg.com/ -address=/hsgatgymg.com/ -address=/hshcspczsaa.com/ -address=/hskj.net/ -address=/hskj88.cn/ -address=/hsleadflows.net/ -address=/hslyqs.com/ -address=/hsmkj.net/ -address=/tracking.hsn.com/ -address=/hsnoamgzlksidfliivb.com/ -address=/hsqujerwg.com/ -address=/hsslx.com/ -address=/hstpnetwork.com/ -address=/hstrck.com/ -address=/g.hsw.cn/ -address=/hsxftwpltcmil.com/ -address=/hsydzoapohcvbz.com/ -address=/ht55.cn/ -address=/htalizer.com/ -address=/htamaster.com/ -address=/htckiummbyxfha.com/ -address=/new.htcui.com/ -address=/htdvt.com/ -address=/htegogwj.com/ -address=/4au.htf16a.cn/ -address=/htfmbt.com/ -address=/htg-x.com/ -address=/htgpsnbtha.com/ -address=/htjsk.com/ -address=/htl.bid/ -address=/htlbid.com/ -address=/htlvvqlcqvq.com/ -address=/htmlhubing.xyz/ -address=/htmonster.com/ -address=/htmvtmglofpbz.com/ -address=/htnote.info/ -address=/htopensationclie.info/ -address=/sp.htrnews.com/ -address=/httftlckaxj.com/ -address=/httpool.com/ -address=/httpschecker.net/ -address=/httpsecurity.org/ -address=/htunjeuczuox.com/ -address=/m.hua6.cn/ -address=/e.huaas.com/ -address=/pgg.huabojnxdd.com/ -address=/huaerduo.com/ -address=/ad.huajiao.com/ -address=/s1.hualaoye.com/ -address=/api-analytics-cn.huami.com/ -address=/api-analytics.huami.com/ -address=/app-analytics-cn.huami.com/ -address=/app-analytics.huami.com/ -address=/ads.huan.tv/ -address=/huanbao110.com.cn/ -address=/huanbaoxiangmu.xyz/ -address=/huangdao.info/ -address=/hy.huangye88.com.cn/ -address=/hy.huangye88.net/ -address=/17.huanqiu.com/ -address=/32.huanqiu.com/ -address=/boardx.huanqiu.com/ -address=/21.huanqiu.com/ -address=/boardy.huanqiu.com/ -address=/interactive.huanqiu.com/ -address=/ipengtai.huanqiu.com/ -address=/huanqiucaizhi.com/ -address=/a1.huanqiumil.com/ -address=/a2.huanqiumil.com/ -address=/m.huanyuexpress.com/ -address=/huapuzs.com/ -address=/huaqikonggu.com.cn/ -address=/huaqiss.cn/ -address=/huashengtai.net/ -address=/huashuowork.com/ -address=/kdl.huaxinsp.cn/ -address=/huaxinxunye.cn/ -address=/huayange.com/ -address=/huayi65.com/ -address=/huayiav.cn/ -address=/hub.com.pl/ -address=/hubahczah.com/ -address=/hubojd.com/ -address=/hubrus.com/ -address=/track.hubspot.com/ -address=/hubtraffic.com/ -address=/hubvisor.io/ -address=/hubvotrpjios.com/ -address=/huccrlctmgifs.com/ -address=/h0.hucdn.com/ -address=/huckauhy.com/ -address=/huctgggrvw.com/ -address=/hudb.pl/ -address=/stat.hudong.com/ -address=/hugeincome.cf/ -address=/hugexdeal.com/ -address=/hugjupzdpvuzdr.com/ -address=/huha.ink/ -address=/huhit.site/ -address=/huichenbz.com/ -address=/huician.cn/ -address=/huidakms.com.cn/ -address=/huigoushop.com/ -address=/niuer-req.xy.huijitrans.com/ -address=/huilian.info/ -address=/i.huilixieye.net/ -address=/1.huilv.cc/ -address=/huimee.com/ -address=/huimee.net/ -address=/a1.huiqituan.com/ -address=/s1.huiqituan.com/ -address=/huirnbrfj.com/ -address=/huishenghuiying.com/ -address=/huishenghuiying.com.cn/ -address=/huixingcheng.cn/ -address=/track.hujiang.com/ -address=/mc.hujiang.com/ -address=/hulemedia.com/ -address=/t-ak.hulu.com/ -address=/t2.hulu.com/ -address=/tw.i.hulu.com/ -address=/huluads.info/ -address=/t2.huluim.com/ -address=/analytics.humanautomation.ai/ -address=/humanclick.com/ -address=/humanding.com/ -address=/humparsi.com/ -address=/humsoolt.net/ -address=/log.hunantv.com/ -address=/log.v2.hunantv.com/ -address=/log.da.hunantv.com/ -address=/log.event.hunantv.com/ -address=/log.p2p.hunantv.com/ -address=/log.rc.hunantv.com/ -address=/log.so.hunantv.com/ -address=/mp4.res.hunantv.com/ -address=/x.da.hunantv.com/ -address=/x1.da.hunantv.com/ -address=/y.da.hunantv.com/ -address=/hundun.mobi/ -address=/hung.ch/ -address=/ping.hungama.com/ -address=/hunkal.com/ -address=/hunpingou.com/ -address=/hunpp.com/ -address=/hunt-leads.com/ -address=/tydd.hunterwish.cn/ -address=/img.ads.huntmad.com/ -address=/e.huoas.com/ -address=/1.huobiwang.cc/ -address=/gg.huolinhe.com/ -address=/huoyiad1.cn/ -address=/huoyiad2.cn/ -address=/huoying666.com/ -address=/yiliao.hupan.com/ -address=/hupsouft.net/ -address=/adx.hupu.com/ -address=/cc.dace.hupu.com/ -address=/hd.hupu.com/ -address=/lite.hupu.com/ -address=/shence.hupu.com/ -address=/ccdace.hupu.com/ -address=/goblin.hupu.com/ -address=/hupuzhibo.cn/ -address=/hurchaseeffectionpe.info/ -address=/hurdleyreer.info/ -address=/hurom365.cn/ -address=/hurra.com/ -address=/clicks.hurriyet.com.tr/ -address=/sayac.hurriyettv.com/ -address=/sohu.husenfood.com/ -address=/iframes.hustler.com/ -address=/roia.hutchmedia.com/ -address=/p2p.huya.com/ -address=/huyqmtpqhemcv.com/ -address=/m.huyulh.com/ -address=/huzhanbin.cn/ -address=/hvato.info/ -address=/hvduwoozla.com/ -address=/hvdyyojh.com/ -address=/hvitcycze.com/ -address=/m.hvjxf.cn/ -address=/hvqqergvbpvetq.com/ -address=/hvtlipnbfwu.com/ -address=/hvulkudamh.com/ -address=/hvwaieuielzzy.com/ -address=/hvxhmsiz.com/ -address=/hw6.com/ -address=/hwekl8dz1d.com/ -address=/hwertd.xyz/ -address=/tikn.hwgs.info/ -address=/hwhdxuid.com/ -address=/hwhiffonprotect.info/ -address=/hwhzonbib.com/ -address=/hwjjxzzbpbn.com/ -address=/hwlykqjlytnm.com/ -address=/hwmwin.com/ -address=/hwpub.com/ -address=/hws.ru/ -address=/hwyoikfrfdtjp.com/ -address=/hx623.cn/ -address=/hxadt.com/ -address=/hxbvxmyldlt.com/ -address=/hxcav77.com/ -address=/gz.hxdaka.com/ -address=/hxgccl.cn/ -address=/hxhxjcffzp.com/ -address=/hxhymfdpmgs.com/ -address=/hxiak.com/ -address=/hxjuumufsei.com/ -address=/hxlif.com/ -address=/hxnbotlkxpkyt.com/ -address=/hxnzyy.com/ -address=/hxqhctdtdsr.com/ -address=/hxqu.com/ -address=/hxtrack.com/ -address=/hxtwl.cn/ -address=/hxvuuswzydwykb.com/ -address=/hxyifu.com/ -address=/hxyx360.com/ -address=/dm.hxzdhn.com/ -address=/hy-dy.cn/ -address=/hybrid.ai/ -address=/hycfxdc.com/ -address=/xuexi.hydcd.com/ -address=/zuowen.hydcd.com/ -address=/dsadas.hydp188.com/ -address=/hydraulicpowerpack.com/ -address=/hyfntrak.com/ -address=/hyfyuan.com/ -address=/hygqtz.cn/ -address=/ssl.hyhzy.cn/ -address=/counter.hyipexplorer.com/ -address=/hyjyjc.com/ -address=/hylyl.club/ -address=/hype-ads.com/ -address=/hypeads.org/ -address=/log.hypebeast.com/ -address=/hypemakers.net/ -address=/hyperactivate.com/ -address=/hyperbanner.net/ -address=/hyperboardupil.info/ -address=/hyperlinksecure.com/ -address=/hyperpromote.com/ -address=/t.hypers.com.cn/ -address=/dsp.hypers.com.cn/ -address=/t-abi.hypers.com.cn/ -address=/hypersnap.net/ -address=/hypertrackeraff.com/ -address=/hypervre.com/ -address=/hypestat.com/ -address=/hyphenatedion.com/ -address=/hyphenion.com/ -address=/hypoot.com/ -address=/hypzv.com/ -address=/hyrnujewyatvd.com/ -address=/ab.hysdknb.com/ -address=/hysjm.cn/ -address=/hysnqwbokyuvsm.com/ -address=/1.hysou.com/ -address=/hystq.com/ -address=/hysyqgbls.com/ -address=/hytcsh.cn/ -address=/app.hytdsm.com/ -address=/hytgj.com/ -address=/hyurzuxoksg.com/ -address=/hywdqloml.com/ -address=/yly.hywly.com/ -address=/hyxca.top/ -address=/zfgn.hyxsoft.com/ -address=/hyyazhaji.com/ -address=/hyz86.com/ -address=/e.hyzui.com/ -address=/m.hyzui.com/ -address=/hz3137.com/ -address=/hzaibi.com/ -address=/i.hzblic.com/ -address=/hzcrhwmi.com/ -address=/hzdhr.cn/ -address=/hzht666.com/ -address=/hzhyhm.com/ -address=/hzlewuunwm.com/ -address=/hzlm.cc/ -address=/hzlsghfoqsvawe.com/ -address=/hzmiyou.cn/ -address=/hzskbnafzwsu.com/ -address=/hzsmmfohtye.com/ -address=/col.hztags.net/ -address=/hztjenzlrrwinq.com/ -address=/hzuok.com/ -address=/hzuvw.com/ -address=/hzwmcqlmxpdrlp.com/ -address=/hzxfmc.com/ -address=/hzxma.com/ -address=/hzyuw.com/ -address=/hzyxmywj.com/ -address=/hzzfan.com/ -address=/hzzmoouuqb.com/ -address=/i-media.co.nz/ -address=/i-mobile.co.jp/ -address=/ar.i-run.fr/ -address=/i-stats.com/ -address=/tracking.i-vengo.com/ -address=/i000o.com/ -address=/i05h.cn/ -address=/i0s26ol9.com/ -address=/metric-agent.i10c.net/ -address=/i1236.net/ -address=/i22lo.com/ -address=/i2ad.jp/ -address=/i2i.jp/ -address=/i36mf.cn/ -address=/i3818.com/ -address=/i3z.cn/ -address=/i401xox.com/ -address=/i568vc.cn/ -address=/i5iog3mlrw.com/ -address=/i864ekhq.com/ -address=/fgp.i8l7tg.cn/ -address=/i92xue.com/ -address=/1.i999d.cn/ -address=/ia22.com/ -address=/iaatzkkqyv.com/ -address=/iadfjbrttvgn.com/ -address=/iafqqcsw.com/ -address=/tpa7.iahorro.com/ -address=/iajcvxcqktpm.com/ -address=/iamagameaddict.com/ -address=/affiliate.iamplify.com/ -address=/iangs.com/ -address=/ianhice.pw/ -address=/ianxalim.pw/ -address=/iapurlkukrwd.com/ -address=/iarfina.pw/ -address=/iarvyre.pw/ -address=/promotions.iasbet.com/ -address=/iasbetaffiliates.com/ -address=/sc.iasds01.com/ -address=/iask.cn/ -address=/iask.com.cn/ -address=/qiyeb.iaskbus.com/ -address=/dd.iaskgo.com/ -address=/wneia.iaskhot.com/ -address=/iasodjsbjcq.com/ -address=/iasrv.com/ -address=/iaudienc.com/ -address=/iavfta8090.com/ -address=/iawytmnbnchhy.com/ -address=/ib-ibi.com/ -address=/ib00.cn/ -address=/ib1oyteqqn.com/ -address=/m.ib345.cn/ -address=/ibafnw.cn/ -address=/ibannerexchange.com/ -address=/ibaqfspkktxfj.com/ -address=/trackicollect.ibase.fr/ -address=/ibatom.com/ -address=/ibbyu85u.com/ -address=/ibclxtlh.com/ -address=/ibcnwhnbid.com/ -address=/ibeiling.cn/ -address=/ibetinwubwl.com/ -address=/ibfsream.com/ -address=/ibgwwujip.com/ -address=/ibillboard.com/ -address=/ibleigzj.com/ -address=/ad.ibookstar.com/ -address=/hitserver.ibope.com.br/ -address=/ibpxl.com/ -address=/ibpxl.net/ -address=/ibryte.com/ -address=/comet.ibsrv.net/ -address=/stats.ibtimes.co.uk/ -address=/ibxfhtklswtbd.com/ -address=/ic-live.com/ -address=/shicao.icantv.cn/ -address=/icapabloidsety.club/ -address=/icast.cn/ -address=/iccdytfvhd.com/ -address=/icdirect.com/ -address=/a.icdol.com/ -address=/icdxc.com/ -address=/iceban.su/ -address=/icebeatuy.com/ -address=/icebns.com/ -address=/icemf.com/ -address=/tracker.icerocket.com/ -address=/icetraffic.com/ -address=/smpop.icfcdn.com/ -address=/icfgedouno.com/ -address=/iche88.cn/ -address=/ichecknotifyfriends.info/ -address=/static.ichehome.com/ -address=/f1.ichong123.com/ -address=/goto.www.iciba.com/ -address=/info.iciba.com/ -address=/iclbkrgjdstqt.com/ -address=/cdn.iclicash.com/ -address=/rcv.iclicash.com/ -address=/iclive.com/ -address=/iclwy.xyz/ -address=/m.icoc2018.cn/ -address=/icolor8.com/ -address=/iconworkshop.cn/ -address=/ics0.com/ -address=/icstats.nl/ -address=/icybrand.eu/ -address=/idt.id-news.net/ -address=/id-visitors.com/ -address=/id1.cn/ -address=/id5-sync.com/ -address=/id528.com/ -address=/id6.me/ -address=/s1.idaguang.com/ -address=/idanmei.cn/ -address=/idasai.com/ -address=/apk.idate520.com/ -address=/idbhsgy.com/ -address=/idbjhskxiablsi.com/ -address=/idbjldbeguhq.com/ -address=/idbpftjjz.com/ -address=/1.idc100.com/ -address=/idch9s8d.com/ -address=/idcot.com/ -address=/idcqi.com/ -address=/iddgzongegt.com/ -address=/iddpop.com/ -address=/ideal-sexe.com/ -address=/idealgasm.com/ -address=/idealmedia.com/ -address=/ideliv.net/ -address=/ideng.com/ -address=/identads.com/ -address=/identified.cn/ -address=/ideoclick.com/ -address=/idezofimc.com/ -address=/cmp.pcworld.idg.com.au/ -address=/linkpuls.idg.no/ -address=/cmp.idg.pl/ -address=/ai.idg.se/ -address=/ax.idg.se/ -address=/gx.idg.se/ -address=/bd1.idgdmg.com.cn/ -address=/bd2.idgdmg.com.cn/ -address=/js.idgdmg.com.cn/ -address=/idgdmgroup.com.cn/ -address=/idianfang.com/ -address=/idio.co/ -address=/idmfdmoli.com/ -address=/log.idnes.cz/ -address=/idntfy.ru/ -address=/idoc58.com/ -address=/ping.idocdn.com/ -address=/idolbucks.com/ -address=/idot.cz/ -address=/idownloadgalore.com/ -address=/idrdmyixk.com/ -address=/idreammedia.com/ -address=/actsdk.idreamsky.com/ -address=/v1-feed.idreamsky.com/ -address=/idszrbmjvkdodt.com/ -address=/idtargeting.com/ -address=/idwq.info/ -address=/idxrjpfxrqernb.com/ -address=/ie8eamus.com/ -address=/iedijlgkbqc.com/ -address=/vvv.ieduw.com/ -address=/iedzocfoflfgam.com/ -address=/iee5.com/ -address=/ieeagbtui.com/ -address=/ieeod0.com/ -address=/iefjsqos.com/ -address=/iendoo.com/ -address=/ienkdaccessible.cn/ -address=/ms.ienkdaccessory.cn/ -address=/ienkdago.cn/ -address=/ierhqysqwrziez.com/ -address=/iesnare.com/ -address=/iettnkls.com/ -address=/iewad.net/ -address=/if1512.com/ -address=/ifactz.com/ -address=/ifbubmsr.com/ -address=/ifbwyogrfjo.com/ -address=/secure.ifbyphone.com/ -address=/aa1.ifeng.com/ -address=/ae4.ifeng.com/ -address=/ao.r7f.ifeng.com/ -address=/as.g4.ifeng.com/ -address=/as.g5s.ifeng.com/ -address=/ax.ifeng.com/ -address=/bb2.ifeng.com/ -address=/bvakl.ifeng.com/ -address=/cc3.ifeng.com/ -address=/cdgfa.ifeng.com/ -address=/deliver.ifeng.com/ -address=/dkg.ifeng.com/ -address=/g8f.ifeng.com/ -address=/jiejg.ifeng.com/ -address=/qcvf.ifeng.com/ -address=/rugncn.ifeng.com/ -address=/snbnhngl.ifeng.com/ -address=/stadig.ifeng.com/ -address=/ztyumn.ifeng.com/ -address=/api.iapps.ifeng.com/ -address=/api.newad.ifeng.com/ -address=/err.ifengcloud.ifeng.com/ -address=/exp.3g.ifeng.com/ -address=/ifengad.3g.ifeng.com/ -address=/stadig0.ifeng.com/ -address=/cz.ifeng0.com/ -address=/bdfpbimg.ifengimg.com/ -address=/c1.ifengimg.com/ -address=/ifeuddaywa.com/ -address=/iffzxqnhd.com/ -address=/ifhxmaazmylfx.com/ -address=/ifilez.org/ -address=/iflndvke.com/ -address=/ifnwfachxk.com/ -address=/ifocus.cn/ -address=/ifofucuvklrnfw.com/ -address=/ifoldmuxqjeddk.com/ -address=/analytics.ifood.tv/ -address=/ifovxnjbsqcnc.com/ -address=/ifqzzgwrra.com/ -address=/ifriends.net/ -address=/ifrwam.com/ -address=/ifufen.com/ -address=/ifuvjvbyjir.com/ -address=/ifzwbqzqs.com/ -address=/ig0nr8hhhb.com/ -address=/ig8al3mkou.com/ -address=/igameunion.com/ -address=/igaming.biz/ -address=/igbznxar.com/ -address=/igexin.com/ -address=/igg.biz/ -address=/csmail.iggcn.com/ -address=/ighavizixlohvi.com/ -address=/iglaique.net/ -address=/igllgmtrioka.com/ -address=/igloohq.com/ -address=/igmsjgadiz.com/ -address=/g.ign.com/ -address=/geobeacon.ign.com/ -address=/wrapper.ign.com/ -address=/ads.ign.com/ -address=/ignitioninstaller.com/ -address=/ignkopdlnlkk.com/ -address=/ignup.com/ -address=/igo5.cc/ -address=/collect.igodigital.com/ -address=/igrid.org/ -address=/diagnose.igstatic.com/ -address=/iguang.tw/ -address=/igycquuoypdiqx.com/ -address=/ihais.com/ -address=/ihear123.com/ -address=/iheartbucks.com/ -address=/ihgehlpfzoefmd.com/ -address=/q.ihgmc.cn/ -address=/ihgwekwwxbuxy.com/ -address=/ihhii.xyz/ -address=/ard.ihookup.com/ -address=/ihookupdaily.com/ -address=/ihosetch.com/ -address=/ihpekyhfanmljo.com/ -address=/a.ihref.com/ -address=/ihualun.com/ -address=/ihuanmei.com/ -address=/ihutbqqmjan.com/ -address=/ihzwuzeslfh.com/ -address=/ihzyxuhgocszv.com/ -address=/iiad.com/ -address=/iialqejeka.com/ -address=/iibcejrrfhxh.com/ -address=/iiccrpwaxmxkqm.com/ -address=/iicheewi.com/ -address=/iid-network.jp/ -address=/iidfyyelvijfk.com/ -address=/iiewl.com/ -address=/iigushi.com/ -address=/iilrgkor.com/ -address=/api.iimedia.cn/ -address=/iimueeipaitpb.com/ -address=/iivt.com/ -address=/iizgpusp.com/ -address=/ijfchpiptvvzko.com/ -address=/ijfnbtksuntwqe.com/ -address=/ijhpzjzjaujpov.com/ -address=/stat.ijinshan.com/ -address=/andmlbf.tj.ijinshan.com/ -address=/apns.ios.ijinshan.com/ -address=/bp.mobad.ijinshan.com/ -address=/cdnimg.liehu.ijinshan.com/ -address=/d.union.ijinshan.com/ -address=/dl.union.ijinshan.com/ -address=/mlb.did.ijinshan.com/ -address=/pop.sjk.ijinshan.com/ -address=/rcmd.pop.ijinshan.com/ -address=/rcv.mobad.ijinshan.com/ -address=/sdk.mobad.ijinshan.com/ -address=/unconf.mobad.ijinshan.com/ -address=/ijiraeitwqpj.com/ -address=/ijo5g.cn/ -address=/lm.ijq.tv/ -address=/ijrah.top/ -address=/ijriehir.com/ -address=/ijterttmus.com/ -address=/ijugatdyiuwxq.com/ -address=/api.ijunhai.com/ -address=/ijxfkfsvzvnyk.com/ -address=/a3.ikafan.com/ -address=/a4.ikafan.com/ -address=/ikbwvphztgkiq.com/ -address=/iklmgdsfnajmoy.com/ -address=/ad.ikonke.com/ -address=/ikuailian.com/ -address=/ikwxqqaduybfnv.com/ -address=/ikyzcnyqkzctm.com/ -address=/events.il.fi/ -address=/il8r.com/ -address=/ilepai.com/ -address=/ilinan.xyz/ -address=/ilividnewtab.com/ -address=/iljmp.com/ -address=/ilkphyyzg.com/ -address=/ilkwork.com/ -address=/illazkka.com/ -address=/illumenix.com/ -address=/illustriousoatmeal.com/ -address=/ilmijlktgjx.com/ -address=/ilogbox.com/ -address=/ilovecheating.com/ -address=/ilovechenyuqian.xyz/ -address=/ad.iloveinterracial.com/ -address=/ilstsympathsguitary.info/ -address=/ilsuuqcab.com/ -address=/tracker.iltrovatore.it/ -address=/vppst.iltrovatore.it/ -address=/ilxwlsnzhzukj.com/ -address=/ilzjjdujrgaa.com/ -address=/ilzwenpgf.com/ -address=/im-apps.net/ -address=/im2ss2ss.top/ -address=/imageadvantage.net/ -address=/static.img.imagecdn.cn/ -address=/imagedoll.com/ -address=/imagehostnetwork.com/ -address=/imagenpic.com/ -address=/images9999.com/ -address=/imageshimage.com/ -address=/imagetwist.com/ -address=/njs.imagicskin.com/ -address=/data.imakenews.com/ -address=/imanchu.cn/ -address=/hotlinking.dosmil.imap.cc/ -address=/imayjubge.com/ -address=/imbafgnoipmv.com/ -address=/imbetan.info/ -address=/imbpmlyhkk.com/ -address=/imbwnxknxzmo.com/ -address=/imcht.net/ -address=/j.imdb.cn/ -address=/c.imedia.cz/ -address=/h.imedia.cz/ -address=/i.imedia.cz/ -address=/imediaaudiences.com/ -address=/imediarevenue.com/ -address=/imeljiehhwy.com/ -address=/imeteti.info/ -address=/imetrix.it/ -address=/imevdywafhro.com/ -address=/img-cdn-as.pro/ -address=/img-cdn-eu.pro/ -address=/img-cdn-us.pro/ -address=/ad.qn.img-space.com/ -address=/stat.img-space.com/ -address=/img001.com/ -address=/img1122.com/ -address=/img.img18.com/ -address=/img80.net/ -address=/ak.imgaft.com/ -address=/ak1.imgaft.com/ -address=/imgdew.pw/ -address=/ww2.imgdrive.net/ -address=/imgfeedget.com/ -address=/imgkcxjlrlqf.com/ -address=/imglnka.com/ -address=/imglnkb.com/ -address=/imglnkc.com/ -address=/imglt.com/ -address=/imgmaze.pw/ -address=/likemore-go.imgsmail.ru/ -address=/radar.imgsmail.ru/ -address=/imgsniper.com/ -address=/a.imgso.cn/ -address=/imgspice.com/ -address=/imgtown.pw/ -address=/imgtty.com/ -address=/imgview.pw/ -address=/imgwebfeed.com/ -address=/imhizxejm.com/ -address=/imho.ru/ -address=/imiclk.com/ -address=/imiek.com/ -address=/imimtord.net/ -address=/imindmap.cc/ -address=/imitrk.com/ -address=/analytic.imlive.com/ -address=/pcash.imlive.com/ -address=/tours.imlive.com/ -address=/immanalytics.com/ -address=/immedlinkum.info/ -address=/immensehoney.com/ -address=/immob.cn/ -address=/doa1.immobilier-neuf.com/ -address=/immscjnenl.com/ -address=/imonomy.com/ -address=/imounsos.com/ -address=/impact-ad.jp/ -address=/impactradius-event.com/ -address=/impactradius-go.com/ -address=/impactradius.com/ -address=/impcounter.com/ -address=/pix.impdesk.com/ -address=/impeacknow.xyz/ -address=/implix.com/ -address=/impore.com/ -address=/importedincrease.com/ -address=/impresionesweb.com/ -address=/impresix.com/ -address=/impressiondesk.com/ -address=/impressionmonster.com/ -address=/impressionperformance.biz/ -address=/impressoras-cartoes.com.pt/ -address=/imprvdosrv.com/ -address=/imrk.net/ -address=/imrtrack.com/ -address=/imrworldwide.com/ -address=/euwidget.imshopping.com/ -address=/widget.imshopping.com/ -address=/imsnp.com/ -address=/crm-analytics.imweb.ru/ -address=/b.imwx.com/ -address=/imzahrwl.xyz/ -address=/imzhide.net.cn/ -address=/imzuoqkrzrjw.com/ -address=/in-appadvertising.com/ -address=/vtracking.in.com/ -address=/in6ej4pbpnih.com/ -address=/inadequal.com/ -address=/inaharice.pw/ -address=/inastina.pw/ -address=/inatye.com/ -address=/inaudium.com/ -address=/inbinaryoption.com/ -address=/as.inbox.com/ -address=/inboxtag.com/ -address=/tempo.inc.com/ -address=/inccnd.com/ -address=/incentaclick.com/ -address=/incentivesnetwork.net/ -address=/inclk.com/ -address=/incloak.com/ -address=/includemodal.com/ -address=/inclusivediversity.co.uk/ -address=/incoctel.cl/ -address=/incogpontus.club/ -address=/increased.cn/ -address=/increaserev.com/ -address=/incrediblethebest.online/ -address=/dlres.ind9ed.com/ -address=/t.indeed.com/ -address=/sp.independentmail.com/ -address=/videostat-new.index.hu/ -address=/videostat.index.hu/ -address=/index.ru/ -address=/index8.cn/ -address=/indexstats.com/ -address=/indextools.com/ -address=/indexww.com/ -address=/ribbon.india.com/ -address=/indiabanner.com/ -address=/indiads.com/ -address=/indianbannerexchange.com/ -address=/indianfriendfinder.com/ -address=/indianlinkexchange.com/ -address=/indianweeklynews.com/ -address=/cmstrendslog.indiatimes.com/ -address=/ibeat.indiatimes.com/ -address=/ibs.indiatimes.com/ -address=/timestrends.indiatimes.com/ -address=/indicia.com/ -address=/indieclick.com/ -address=/beacon.indieclicktv.com/ -address=/beacon2.indieclicktv.com/ -address=/indisancal.com/ -address=/individuad.net/ -address=/indlzxgptf.com/ -address=/indofad.com/ -address=/analytics.industriemagazin.net/ -address=/industrybrains.com/ -address=/sp.indystar.com/ -address=/ineedhits.com/ -address=/inentasky.com/ -address=/stats.inergizedigitalmedia.com/ -address=/metric.inetcore.com/ -address=/inetinteractive.com/ -address=/inewcontentdelivery.info/ -address=/infectiousmedia.com/ -address=/inferclick.com/ -address=/infinigraph.com/ -address=/infinite-ads.com/ -address=/infinity-tracking.net/ -address=/infinityads.com/ -address=/inflectionpointmedia.com/ -address=/influads.com/ -address=/influid.co/ -address=/analytics.infobae.com/ -address=/infocollect.dk/ -address=/s.infogram.com/ -address=/infolinks.com/ -address=/cmp.infopro-digital.com/ -address=/infopro-insight.com/ -address=/infoprodata.com/ -address=/zgody.infor.pl/ -address=/analytics.inform.com/ -address=/hits.informer.com/ -address=/link.informer.com/ -address=/informvisitors.com/ -address=/informz.net/ -address=/infoweb-coolinfo.tk/ -address=/infox.sg/ -address=/infra-ad.com/ -address=/infra.by/ -address=/infra.systems/ -address=/infrashift.com/ -address=/infvb.com/ -address=/cnpc.infzm.com/ -address=/stats.infzm.com/ -address=/x.infzm.com/ -address=/events.ingatlan.com/ -address=/ingcigarettbarro.info/ -address=/ingdaughtexam.info/ -address=/ingenioustech.biz/ -address=/ingprographyt.info/ -address=/inheart.ru/ -address=/v.inigsplan.ru/ -address=/inimbus.com.au/ -address=/ininmacerad.pro/ -address=/inistrack.net/ -address=/trackerstatistik.init-ag.de/ -address=/inityhntee.com/ -address=/injjmtlzq.com/ -address=/injuredcandy.com/ -address=/inktad.com/ -address=/inlinea.co.uk/ -address=/inlrdxbuco.com/ -address=/consent.inm.ie/ -address=/ai.inmdata.io/ -address=/inmobi.cn/ -address=/inmobi.com/ -address=/inmobicdn.cn/ -address=/inmobicdn.com/ -address=/inmobicdn.net/ -address=/inmoment.com/ -address=/creatives.inmotionhosting.com/ -address=/innatek.com/ -address=/inner-active.mobi/ -address=/cookies.innershed.co.uk/ -address=/innity.com/ -address=/innity.net/ -address=/innocentinvention.com/ -address=/innomdc.com/ -address=/qfy.innotechx.com/ -address=/innovateads.com/ -address=/innovid.com/ -address=/inoprosport.su/ -address=/inpagepush.com/ -address=/inpetusgames.com/ -address=/inphonic.com/ -address=/inpref.com/ -address=/inpwrd.com/ -address=/m.inqra.cn/ -address=/geoip.inquirer.net/ -address=/inquisitiveinvention.com/ -address=/agg.inquisitr.com/ -address=/aggregator.inquisitr.com/ -address=/relatable.inquisitr.com/ -address=/inrd.ru/ -address=/counter.insales.ru/ -address=/wdr9.inseec.com/ -address=/inside-graph.com/ -address=/insideall.com/ -address=/insidesoci.al/ -address=/insightera.com/ -address=/insightexpress.com/ -address=/insightexpressai.com/ -address=/insightgrit.com/ -address=/insigit.com/ -address=/insitemetrics.com/ -address=/insitepromotion.com/ -address=/escape.insites.eu/ -address=/inskinad.com/ -address=/inskinmedia.com/ -address=/glogger.inspcloud.com/ -address=/inspectlet.com/ -address=/inspikon.com/ -address=/eventlog.inspsearchapi.com/ -address=/insta-cash.net/ -address=/instadia.net/ -address=/instaemail.net/ -address=/badges.instagram.com/ -address=/instagramfollowbutton.com/ -address=/installads.net/ -address=/installcdnfile.com/ -address=/instana.io/ -address=/instancetour.info/ -address=/instanceyou.info/ -address=/instant.page/ -address=/instant007.com/ -address=/instantbannercreator.com/ -address=/instantdollarz.com/ -address=/instantly-ageless.net/ -address=/instantpaydaynetwork.com/ -address=/instantresp.com/ -address=/instawidget.net/ -address=/insticator.com/ -address=/instinctiveads.com/ -address=/instivate.com/ -address=/instore.biz/ -address=/instraffic.com/ -address=/instreamatic.com/ -address=/instreamvideo.ru/ -address=/instreet.cn/ -address=/instruminahui.edu.ec/ -address=/insuf.cn/ -address=/insurads.com/ -address=/inswebt.com/ -address=/intangibleconcordant.com/ -address=/integral-marketing.com/ -address=/prcappzone.intel.com/ -address=/syndication.intel.com/ -address=/www91.intel.com/ -address=/intelensafrete.stream/ -address=/intelimet.com/ -address=/traccoon.intellectsoft.net/ -address=/intelli-direct.com/ -address=/intelli-tracker.com/ -address=/intelliad.de/ -address=/intellibanners.com/ -address=/intellichatadult.com/ -address=/intelligencefocus.com/ -address=/intelligentscissors.com/ -address=/intellimize.co/ -address=/intellitxt.com/ -address=/intely.cn/ -address=/intentarget.com/ -address=/intenthq.com/ -address=/sync.intentiq.com/ -address=/intentmedia.net/ -address=/inter1ads.com/ -address=/interact-analytics.com/ -address=/interactivearea.ru/ -address=/interadv.net/ -address=/interakt.ru/ -address=/interaktiv-net.de/ -address=/interceptum.com/ -address=/interclick.com/ -address=/interdfp.com/ -address=/interesting.cc/ -address=/interestingz.pw/ -address=/intergi.com/ -address=/intergid.ru/ -address=/intergient.com/ -address=/interhits.de/ -address=/fab.interia.pl/ -address=/hit.interia.pl/ -address=/tr.interlake.net/ -address=/intermarkets.net/ -address=/intermundomedia.com/ -address=/internebula.net/ -address=/internet-bb.tk/ -address=/internetadbrokers.com/ -address=/bonsai.internetbrands.com/ -address=/gdpr.internetbrands.com/ -address=/internetdefenseleague.org/ -address=/cmp.internetstandard.pl/ -address=/interpolls.com/ -address=/survey.interquest.com/ -address=/interstateanalytics.com/ -address=/intertakekuhy.info/ -address=/intervigil.com/ -address=/tracking.interweave.com/ -address=/interworksmedia.co.kr/ -address=/intextad.net/ -address=/intextdirect.com/ -address=/intextscript.com/ -address=/intextual.net/ -address=/intgr.net/ -address=/intimlife.net/ -address=/intopicmedia.com/ -address=/intrapromotion.com/ -address=/intrastats.com/ -address=/intrev.co/ -address=/inttrax.com/ -address=/trf.intuitwebsites.com/ -address=/intuneads.com/ -address=/intxt.cn/ -address=/inukjwvwhz.com/ -address=/inuvo.com/ -address=/inuxu.biz/ -address=/rolemodelstreetteam.invasioncrew.com/ -address=/business.inveno.com/ -address=/malacca.inveno.com/ -address=/zuimeitianqi.inveno.com/ -address=/invernetter.info/ -address=/investhash.com/ -address=/investingchannel.com/ -address=/invisioncloudstats.com/ -address=/invitemedia.com/ -address=/inviziads.com/ -address=/invoc.us/ -address=/invoca.net/ -address=/invoca.solutions/ -address=/log.invodo.com/ -address=/inwemo.com/ -address=/inwig3aqg9xq.com/ -address=/sp.inyork.com/ -address=/io1g.net/ -address=/irqs.ioam.de/ -address=/mqs.ioam.de/ -address=/iochuhah.com/ -address=/iociley.com/ -address=/iocnkrbgic.com/ -address=/iocnt.net/ -address=/ioghdgdgss.com/ -address=/iogous.com/ -address=/ioiylgyf.com/ -address=/iojpbletb.com/ -address=/ai.iol.io/ -address=/evnt.iol.it/ -address=/iolam.it/ -address=/iolautrf.com/ -address=/iomsew.com/ -address=/ionmvdpifz.com/ -address=/ionrefreshotsev.info/ -address=/iopjpldd.com/ -address=/ioppxhhtgbydsj.com/ -address=/iopushtech.com/ -address=/ioredi.com/ -address=/m.iorgb.com/ -address=/iotechnologies.com/ -address=/iouuorpkc.com/ -address=/iouxtayinkmu.com/ -address=/iozpujvmlojzhp.com/ -address=/iozsmwjezobro.com/ -address=/ip-adress.com/ -address=/ip-api.com/ -address=/ip-label.net/ -address=/api.ip138.com/ -address=/ip2location.com/ -address=/ip2map.com/ -address=/ip2phrase.com/ -address=/ipacpdxmvwyi.com/ -address=/c.ipaddress.com/ -address=/ipaddresslabs.com/ -address=/ad.ipadview.com/ -address=/fugger.ipage.com/ -address=/ipapi.co/ -address=/ipaypay.cn/ -address=/ipbiydocgvllrg.com/ -address=/ipbsgpm4.top/ -address=/ipcatch.com/ -address=/ipchinatelecom.com/ -address=/ipcount.net/ -address=/iper2.com/ -address=/iperceptions.com/ -address=/ipesdpqmq.com/ -address=/ipesuojab.com/ -address=/ipfcvsxisyz.com/ -address=/ipfingerprint.com/ -address=/ipfrom.com/ -address=/ipgeolocation.io/ -address=/ipgp.net/ -address=/iphliojn.com/ -address=/ipiakraazowdui.com/ -address=/ipinfo.info/ -address=/ipinfodb.com/ -address=/res.ipingke.com/ -address=/ipinyou.com/ -address=/ipinyou.com.cn/ -address=/ipl.hk/ -address=/iplocationtools.com/ -address=/iplrcmff.com/ -address=/iwa.iplsc.com/ -address=/ipluhckk.com/ -address=/stats.ipmgroup.be/ -address=/ipnamtuezkwi.com/ -address=/st.ipornia.com/ -address=/ippwkczttno.com/ -address=/ipraccessie.info/ -address=/ipredictive.com/ -address=/iprefer.com.tw/ -address=/ipro.com/ -address=/iproanalytics.com/ -address=/iproblet.com/ -address=/iprofit.cc/ -address=/ipromote.com/ -address=/iprotrk.com/ -address=/ipsoorel.com/ -address=/ipsowrite.com/ -address=/ipstack.com/ -address=/ipstat.com/ -address=/iptvdeals.com/ -address=/ipuckjvccooync.com/ -address=/ipv6monitoring.eu/ -address=/metric.ipv6test.net/ -address=/ipwwqitqsh.com/ -address=/ipxejxiq.com/ -address=/iq24ne.cn/ -address=/iqagrsach.com/ -address=/iqbfctebbzh.com/ -address=/iqdata.ai/ -address=/iqfcpnclcaaidy.com/ -address=/iqfp1.com/ -address=/g3.iqilu.com/ -address=/g4.iqilu.com/ -address=/baiducdncmn.inter.iqiyi.com/ -address=/cs-feige.iqiyi.com/ -address=/emoticon-sns.iqiyi.com/ -address=/msg.iqiyi.com/ -address=/api.cupid.iqiyi.com/ -address=/api.yuedu.iqiyi.com/ -address=/c.uaa.iqiyi.com/ -address=/cloudpush.iqiyi.com/ -address=/cm.passport.iqiyi.com/ -address=/emoticon.sns.iqiyi.com/ -address=/gamecenter.iqiyi.com/ -address=/hotchat-im.iqiyi.com/ -address=/ifacelog.iqiyi.com/ -address=/mbdlog.iqiyi.com/ -address=/msga.cupid.iqiyi.com/ -address=/notice.iqiyi.com/ -address=/nl.rcd.iqiyi.com/ -address=/paopao.iqiyi.com/ -address=/policy.video.iqiyi.com/ -address=/puma-api.iqiyi.com/ -address=/puma.api.iqiyi.com/ -address=/static.g.iqiyi.com/ -address=/store.iqiyi.com/ -address=/t7z.cupid.iqiyi.com/ -address=/tracker.sns.iqiyi.com/ -address=/iqiyi.kim/ -address=/iqiyi.pub/ -address=/iqiyi.space/ -address=/iqiznxqn.com/ -address=/iqjajyjbnaqieu.com/ -address=/iqnmjstd.com/ -address=/tracker.iqnomy.com/ -address=/iqoakacwvzrp.com/ -address=/iqopeoufjul.com/ -address=/tracker.affiliate.iqoption.com/ -address=/iqtygxmjgbakm.com/ -address=/iqu-operation.com/ -address=/iqwrmwssizr.com/ -address=/iqyewu.cn/ -address=/iqyirwfzlx.com/ -address=/iqyxvcqns.com/ -address=/analytics.iraiser.eu/ -address=/irauz.com/ -address=/irdcdrpzs.com/ -address=/am.g.ireader.com/ -address=/irecfjyzlrjrr.com/ -address=/irgulzk8bi.com/ -address=/iridiumsergeiprogenitor.info/ -address=/irjfsrocuzwkpf.com/ -address=/irkdsu.ru/ -address=/irkgxjcgl.com/ -address=/irkuj.com/ -address=/irmctbwmhnyznx.com/ -address=/iroby.com/ -address=/ironbeast.io/ -address=/irpaknbwgif.com/ -address=/irpush.com/ -address=/irs01.com/ -address=/irs03.com/ -address=/irs09.com/ -address=/irtya.com/ -address=/iruad.com/ -address=/irvelcchuvsis.com/ -address=/iryazan.ru/ -address=/is686.com/ -address=/isabelisa.com/ -address=/sal.isanook.com/ -address=/1.isanxia.com/ -address=/mark.isbank.com.tr/ -address=/clicktracker.iscan.nl/ -address=/iscrv.com/ -address=/isffnlbsuyinnv.com/ -address=/isfmvohloskgw.com/ -address=/isfxsiooyjad.com/ -address=/isgmpykwv.com/ -address=/isgow.com/ -address=/ishahguv.com/ -address=/jump.ishop789.com/ -address=/ishowbg.com/ -address=/ishowms.com/ -address=/dm.ishuo.cn/ -address=/isitone.com/ -address=/analytics.islamicfinder.org/ -address=/islofthmci.com/ -address=/banman.isoftmarketing.com/ -address=/isohits.com/ -address=/isonomia.com.ar/ -address=/ispaagigjygd.com/ -address=/isparkmedia.com/ -address=/pt.ispot.tv/ -address=/isqbthtlvazequ.com/ -address=/isrecblqmlzi.com/ -address=/pingback.issuu.com/ -address=/request.issuu.com/ -address=/sidebar.issuu.com/ -address=/ist-track.com/ -address=/istats.nl/ -address=/istcg.com/ -address=/istlandoll.com/ -address=/istrack.com/ -address=/istrawzh3.com/ -address=/istreamsche.com/ -address=/clicks.istripper.com/ -address=/isupopc.com/ -address=/isyxabloojj.com/ -address=/iszqveznr.com/ -address=/gb.it1352.com/ -address=/168.it168.com/ -address=/adshow.it168.com/ -address=/stat.it168.com/ -address=/italianadirectory.com/ -address=/itaoxiaoshuo.com/ -address=/widgets.itaringa.net/ -address=/ct.itbusinessedge.com/ -address=/itcfnfi.com/ -address=/itcoder.top/ -address=/itdise.info/ -address=/itechwall.com/ -address=/itecsozudb.com/ -address=/itefgucwwytfc.com/ -address=/itemccmod.com/ -address=/itempana.site/ -address=/platform.iteratehq.com/ -address=/g.itespresso.fr/ -address=/cee1.iteye.com/ -address=/mpb1.iteye.com/ -address=/rabc1.iteye.com/ -address=/stat.iteye.com/ -address=/cee2.iteye.com/ -address=/mpb2.iteye.com/ -address=/rabc2.iteye.com/ -address=/sp.ithacajournal.com/ -address=/a.itiexue.net/ -address=/jph.itiexue.net/ -address=/itmcash.com/ -address=/beacon.itmedia.jp/ -address=/tr.api.itmedia.jp/ -address=/itop.cz/ -address=/itpchjbr.com/ -address=/itrac.it/ -address=/itracker360.com/ -address=/itrackerpro.com/ -address=/itracmediav4.com/ -address=/share.itraffic.su/ -address=/itruni.com/ -address=/itrxx.com/ -address=/itslive.com/ -address=/itsmore.cn/ -address=/stats.itsol.it/ -address=/itspsmup.com/ -address=/itsup.com/ -address=/cpt.itv.com/ -address=/ned.itv.com/ -address=/itvgjuijuh.com/ -address=/itw.me/ -address=/itwbbmsigrkhnw.com/ -address=/ad.itweb.co.za/ -address=/stats.itweb.co.za/ -address=/itxapggeqcu.com/ -address=/itxljhric.com/ -address=/iu16wmye.com/ -address=/iu1xoe7o.com/ -address=/iuawzhuqjl.com/ -address=/iubenda.com/ -address=/iublpudmdjky.com/ -address=/iucpxetj.com/ -address=/iuegjuawehd.com/ -address=/iugwmpnszxxwti.com/ -address=/iuhojiqev.com/ -address=/iuhpbpzwpldqbj.com/ -address=/iuiweb.com/ -address=/iulianus-mon.com/ -address=/wo.iuni.com.cn/ -address=/iuowwbrqblweoa.com/ -address=/iupot.com/ -address=/iupqelechcmj.com/ -address=/iutqdjtajrhpi.com/ -address=/ivastoor.com/ -address=/ivbifyia.com/ -address=/ivcbrasil.org.br/ -address=/ivfwajwbhiwzw.com/ -address=/ivitrack.com/ -address=/ivkfuasf.com/ -address=/ivoophie.net/ -address=/ivowhzku.com/ -address=/ivqxarewpk.com/ -address=/ivstracker.net/ -address=/ivwbox.de/ -address=/ivxjpqksoclbyc.com/ -address=/iwansf.com/ -address=/iwanttobe.pro/ -address=/iwanttodeliver.com/ -address=/iwantuonly.com/ -address=/iwapwcqg.com/ -address=/iwebtrack.com/ -address=/pro.iweihai.cn/ -address=/iwinnersadvantage.com/ -address=/iwlvufxv.com/ -address=/iwpxkwojbw.com/ -address=/iwqownwjbk.com/ -address=/iwqsvntvdry.com/ -address=/iwstats.com/ -address=/iwztirze.com/ -address=/ixdqmmovnvbkl.com/ -address=/ixhcokzelvvxs.com/ -address=/ixiaa.com/ -address=/v3-ad.ixigua.com/ -address=/dehua.ixinfan.com/ -address=/banners.ixitools.com/ -address=/bdjs.ixiumei.com/ -address=/bdjs1.ixiumei.com/ -address=/xiaoling.ixiunv.com/ -address=/ixkbavqbpsm.com/ -address=/ixkkhacwdxpgpt.com/ -address=/ixlkoyqqikmwb.com/ -address=/ixnp.com/ -address=/ixskusmnsb.com/ -address=/ixspublic.com/ -address=/ixueiomwi.com/ -address=/ixunmkbyxvif.com/ -address=/ixuytaxnu.com/ -address=/ixvzraajuiniwg.com/ -address=/ixxrjygfpzfty.com/ -address=/ixxstrxhxvxbwl.com/ -address=/iy.com.cn/ -address=/iyaos.com/ -address=/count.iyaxin.com/ -address=/iybasketball.info/ -address=/iycdikcbgsmihg.com/ -address=/iyfrmewyned.com/ -address=/e.iygqhe.cn/ -address=/m.iygqhe.cn/ -address=/iyi.net/ -address=/iykehvusfrt.com/ -address=/iykrtmswkibdp.com/ -address=/iylndfmf.com/ -address=/iyoowi.com/ -address=/iyouhu.cn/ -address=/iyptc.cn/ -address=/iyumiao.com.cn/ -address=/iyygzs.com/ -address=/t.iz55.com/ -address=/izavihllfvej.com/ -address=/izbxxwogfufnfi.com/ -address=/izea.com/ -address=/izeads.com/ -address=/izearanks.com/ -address=/izfaiqnxxts.com/ -address=/izgxbakxatp.com/ -address=/z888.izhufu.net/ -address=/izjguvanm.com/ -address=/izkcesinsyz.com/ -address=/izlrmsjdntfhpr.com/ -address=/izooto.com/ -address=/izuis.com/ -address=/izwffvgxs.com/ -address=/izxiluohe.com/ -address=/izzy-cars.nl/ -address=/j200d3.cn/ -address=/j2k9.in/ -address=/j6y54.xyz/ -address=/j6yh5.xyz/ -address=/j8j9.com/ -address=/j93557g.com/ -address=/j94.cc/ -address=/ja9377.com/ -address=/jaaqcdrpmyju.com/ -address=/jaat3ax.site/ -address=/jaavpuhxrsryk.com/ -address=/analytics.jabong.com/ -address=/jackao.net/ -address=/jackettrain.com/ -address=/eventlog.jackpot.de/ -address=/sp.jacksonsun.com/ -address=/jacmnkcusf.com/ -address=/jadcenter.com/ -address=/jadeitite.com/ -address=/jads.co/ -address=/jagcn.com/ -address=/jahediretictho.info/ -address=/jaidennegros.pro/ -address=/jajattt.com/ -address=/jajbufmcl.com/ -address=/jajkgegza.com/ -address=/jakzpcgrxgda.com/ -address=/mms.jalopnik.com/ -address=/ad.jamba.net/ -address=/jamestop.xyz/ -address=/jamexistence.com/ -address=/ad.jamster.co.uk/ -address=/s.jandan.com/ -address=/a3.jandan.net/ -address=/b3.jandan.net/ -address=/jango.com/ -address=/jangonetwork.com/ -address=/janrain.xyz/ -address=/japanbros.com/ -address=/japanesevehicles.us/ -address=/japheth.com.cn/ -address=/japsulsa.com/ -address=/jardeesi.net/ -address=/jasmin.com/ -address=/ns.jasnk.com/ -address=/jasonsvid.com/ -address=/jaugloup.com/ -address=/jautaush.net/ -address=/jav23.com/ -address=/jav321.com/ -address=/javacript.cf/ -address=/javacript.ga/ -address=/javacript.gq/ -address=/javacript.tk/ -address=/javbucks.com/ -address=/tracker.jawcloud.co/ -address=/jaxwrwvxfscq.com/ -address=/jaymancash.com/ -address=/jazdoxthxiv.com/ -address=/dm.jb51.net/ -address=/bdjs.jb51.net/ -address=/jbanb.com/ -address=/jbbath.cn/ -address=/jbbfphnd.com/ -address=/jbcbio.cn/ -address=/jbdddxgjn.com/ -address=/jbflil.cn/ -address=/jbinjmsb.com/ -address=/jbiqepilzn.com/ -address=/jbkxmktmatzk.com/ -address=/jbpsorexvuapf.com/ -address=/jbqeyfrli.com/ -address=/jbqhnzmvh.com/ -address=/jbrlsr.com/ -address=/jbrpciuloi.com/ -address=/jbwunmehf.com/ -address=/jbxggecaj.com/ -address=/jbyy010.com/ -address=/jbzdpixig.com/ -address=/jscode.jbzj.com/ -address=/gg1.jc001.cn/ -address=/jcaik.com/ -address=/jcboloni.cn/ -address=/jccjaosi.com/ -address=/jccszmkabdean.com/ -address=/jcdb88.com/ -address=/jcdfdhx.top/ -address=/jcelyj.com/ -address=/jchhompudl.com/ -address=/sta.jcjk0451.com/ -address=/jcjrcmaunbqxg.com/ -address=/jcllysqtvlro.com/ -address=/jcmarcadolib.com/ -address=/sp.jconline.com/ -address=/h.jcqtb.cn/ -address=/jcrqhscfqqbgby.com/ -address=/sjs.jcshouhui.com/ -address=/jcsisvtb.com/ -address=/jcwwxn.com/ -address=/jcxghdlrrmyy.com/ -address=/jczzjx.com/ -address=/pic.jd-bbs.com/ -address=/ads-union.jd.com/ -address=/cc.m.jd.com/ -address=/jcm.jd.com/ -address=/x.jd.com/ -address=/ads.union.jd.com/ -address=/cm.jd.com/ -address=/du.jd.com/ -address=/im-x.jd.com/ -address=/img-x.jd.com/ -address=/jrad.jd.com/ -address=/stat.m.jd.com/ -address=/u-x.jd.com/ -address=/mercury.jd.com/ -address=/pic.jdbbs.com/ -address=/rmw.jdburl.com/ -address=/jddaw.com/ -address=/jddghmkf.com/ -address=/jdf494.cn/ -address=/jdfabrication.com/ -address=/jdflower.cn/ -address=/jdgsgl.com/ -address=/jdhnrnvdjmu.com/ -address=/m.jdhq188.cn/ -address=/as.jdkic.com/ -address=/creative.jdkic.com/ -address=/jdlhg.com/ -address=/jdlnquri.com/ -address=/jdolsuyshcz.com/ -address=/jdoqocy.com/ -address=/jdouzzxkyukv.com/ -address=/jdpqtgvzsoy.com/ -address=/jdrckkbpb.com/ -address=/jdrftaau.com/ -address=/jdtracker.com/ -address=/jdtufqcyumvb.com/ -address=/jducqfnxeypyw.com/ -address=/pic.jdunion.com/ -address=/jdwimtfp.com/ -address=/qiji1.jdwx.info/ -address=/jdzlxtc.com/ -address=/jdzw3frs.com/ -address=/jeansvixens.com/ -address=/jebadu.com/ -address=/jechesmacaltont.info/ -address=/jeckethemarbut.net/ -address=/jeclittrecheckrep.info/ -address=/jectsinteredse.info/ -address=/jeegopte.com/ -address=/jeeh7eet.com/ -address=/jeejujou.net/ -address=/jeekeglu.net/ -address=/jeeng.com/ -address=/jeepyy.com/ -address=/jeetyetmedia.com/ -address=/jegugqcvo.com/ -address=/jeinvegpool.com/ -address=/jeisl.com/ -address=/jejowkopsdiw.com/ -address=/cd.jejre.cn/ -address=/jeksffryglas.com/ -address=/jemmgroup.com/ -address=/jepmdqcn.com/ -address=/jeqixokniyny.com/ -address=/jerotidv.com/ -address=/jerrcotch.com/ -address=/jerredsite.pro/ -address=/jesgoo.com/ -address=/jessisjewels.com/ -address=/jetmhrcy.com/ -address=/jettags.rocks/ -address=/ea.jeuxvideopc.com/ -address=/jewhaulr.com/ -address=/jewishcontentnetwork.com/ -address=/mms.jezebel.com/ -address=/jf71qh5v14.com/ -address=/jfavhjmb.com/ -address=/cp.jfcdns.com/ -address=/unjs.jfcdns.com/ -address=/jfduv7.com/ -address=/jffoydsb.com/ -address=/jfgbdjhyc.com/ -address=/jfgvtdcgomvmwv.com/ -address=/jfjsp.com/ -address=/statistics.jfmedier.dk/ -address=/jfmtvybvze.com/ -address=/jfnafbcysy.com/ -address=/jfqkj.com/ -address=/jfresi.com/ -address=/jfvjtudp.com/ -address=/jg1668.com/ -address=/jgchq.com/ -address=/jgedbspzlrjhp.com/ -address=/jgerrmaktdzyh.com/ -address=/jghcy.com/ -address=/jgjpicgy.com/ -address=/jgjvhtnshqjc.com/ -address=/jgmvibtqe.com/ -address=/jgrroalqa.com/ -address=/jgrsqcqdfwzu.com/ -address=/jguczdjzvfp.com/ -address=/jgwsmqx.com/ -address=/app.jgyee.com/ -address=/jh76fy.xyz/ -address=/jh99s.cn/ -address=/jhakie.com/ -address=/jhbrc.xyz/ -address=/jhbsq.cn/ -address=/jhceybuguvureg.com/ -address=/m.jhcgood.com/ -address=/jhcnnizbua.com/ -address=/jhdfcbqophm.com/ -address=/jheduynirrxkro.com/ -address=/jhf2e.cn/ -address=/jhhlhneavuo.com/ -address=/jhijojlatyvri.com/ -address=/vhec.jhjhyn.cn/ -address=/jhpceldehkofgj.com/ -address=/jhqku.cn/ -address=/jhtcdj.com/ -address=/jhutqqddwi.com/ -address=/jhvgvihirzj.com/ -address=/jhwj88.com/ -address=/jhwkypuhrw.com/ -address=/jhybwydghelnd.com/ -address=/jia-huan.cn/ -address=/e.jiaas.com/ -address=/jiaheyonggu.com/ -address=/jiajv.net/ -address=/jianbaimei.com/ -address=/jianbangjiaoyu.com/ -address=/js.jianbihuadq.com/ -address=/wj.jiancai365.cn/ -address=/jianduankm.com/ -address=/po.jiangchangbo.com/ -address=/jiangchunli.cn/ -address=/jianghaiaa.top/ -address=/jianglishi.cn/ -address=/jianglongjie.cn/ -address=/jiangmg.com/ -address=/hh.jiankang.com/ -address=/jiankang13.com/ -address=/jke1.jianke.com/ -address=/jiankongbao.com/ -address=/jianmei123.com/ -address=/tr.jianshu.com/ -address=/events.jianshu.io/ -address=/dl.jianshunrui.com/ -address=/jianyousj.com/ -address=/jiaofulin.cn/ -address=/jiaqingli.cn/ -address=/static.jiaquyi.com/ -address=/jiasdart.cn/ -address=/i.jiathis.com/ -address=/id.jiathis.com/ -address=/lc.jiathis.com/ -address=/v2.jiathis.com/ -address=/v3.jiathis.com/ -address=/jiawen88.com/ -address=/jiaxinkang.cn/ -address=/photo.jiaxiyuan.cn/ -address=/jiayi2019.top/ -address=/daima.jiazhao.com/ -address=/jiazihao.cn/ -address=/jibysqppqkprj.com/ -address=/jicfbcczdh.com/ -address=/jicmutse.com/ -address=/jiduan.cc/ -address=/jiedaibao.com/ -address=/soft.jiegeng.com/ -address=/jiehantai.com/ -address=/jiejiemimu.cn/ -address=/jiekc.com/ -address=/url.jiemengle.com/ -address=/ad.jiemian.com/ -address=/jieyixiu.com/ -address=/jif5o70u.pro/ -address=/jiguang.cn/ -address=/jiguangyi.com.cn/ -address=/jiguangzhuisu.com/ -address=/jihehuaban.com/ -address=/jihehuaban.com.cn/ -address=/jiirz.com/ -address=/jiixdtavic.com/ -address=/mini.jijiplayer.com/ -address=/txtad.jijiplayer.com/ -address=/jijyubjf.com/ -address=/jikottnbg.com/ -address=/jilabukurlabu.com/ -address=/oxo.jilinfurong.com/ -address=/jilinxinfukeji.com/ -address=/jiliw.com/ -address=/jim86d.cn/ -address=/s.jimdo.com/ -address=/u.jimdo.com/ -address=/jimeilm.com/ -address=/jimxaqrpqbxldt.com/ -address=/bd1.jinbaozy.com/ -address=/jincreasteregy.site/ -address=/jindu179.com/ -address=/jinfrfimajr.com/ -address=/a.jing55.com/ -address=/jingavot.com/ -address=/jingdayiyuan.com/ -address=/t8ac8a8f8.jingfeed.com/ -address=/jinghuazhijia.com/ -address=/jinglongtang.cn/ -address=/jingoulong.cn/ -address=/jingxiangyalvji.cn/ -address=/jingyixueyuan.cn/ -address=/jinhonghao.cn/ -address=/m.jinhuizhibo.com/ -address=/jinlanqiangyi.cn/ -address=/jinshagt222.com/ -address=/jinshasi.cn/ -address=/jinsoopt.net/ -address=/321.jintang114.org/ -address=/jibn12.jintang114.org/ -address=/m1.jintang114.org/ -address=/yy.jintonghua.com/ -address=/yy2018.jintonghua.com/ -address=/tj.jinyuewang.cn/ -address=/w1.jinyueya.net/ -address=/jioeg.com/ -address=/jioivnytpmam.com/ -address=/jipzvmzzycg.com/ -address=/1.jiqie.cn/ -address=/jiqtqcojfezn.com/ -address=/jirafe.com/ -address=/jirmbsgr.com/ -address=/mad1.jirou.com/ -address=/jisbar.com/ -address=/dde.jishengjc.com/ -address=/jistaumt.com/ -address=/jisucn.com/ -address=/jimg.jisuoping.com/ -address=/jitvspfwwmzcu.com/ -address=/jiuaixianzhi.mobi/ -address=/jiubuhua.com/ -address=/jiudianhudong.com/ -address=/jiudianxing.cn/ -address=/jiudianxing.com/ -address=/jdb.jiudingcapital.cn/ -address=/jdb.jiudingcapital.com/ -address=/news.jiukang.org/ -address=/tech.jiukang.org/ -address=/jiuku.cc/ -address=/h5.jiumaster.com/ -address=/jiumishow.com/ -address=/jiupinshan.cn/ -address=/888.jiuwanwang.com/ -address=/jiuzhilan.com/ -address=/jivnpidyteh.com/ -address=/telemetry.jivosite.com/ -address=/jivox.com/ -address=/jiwire.com/ -address=/jixian360.com/ -address=/jixiby.cn/ -address=/jixie.io/ -address=/jixing8.com/ -address=/jixing8.net/ -address=/jiyairvjgfqk.com/ -address=/jiyan.net/ -address=/jiyuanzixun.com/ -address=/jiyvkdfab.com/ -address=/jizzads.com/ -address=/jj123.com.cn/ -address=/fp.jj59.com/ -address=/jjb168.net/ -address=/jjhnnzef.com/ -address=/jjireaqdzdll.com/ -address=/c.jjkk.org/ -address=/jjkllkhsaj.com/ -address=/jjokvprdxwf.com/ -address=/jjpnveujkk.com/ -address=/jjptjphnkrqnc.com/ -address=/jjpvzyfarsjiac.com/ -address=/jjresmnvcbdilt.com/ -address=/jjvdpetfxbjdbq.com/ -address=/jjxbbjvpagbnz.com/ -address=/jjxgly.com/ -address=/d.jjyx.com/ -address=/rh.code.jjyx.com/ -address=/tv.code.jjyx.com/ -address=/jjz666.cn/ -address=/jk939.com/ -address=/jkamuwyswgk.com/ -address=/jkbwwwrchsqktk.com/ -address=/jkciacmcnya.com/ -address=/jkcvevwvgfopog.com/ -address=/jkcyrdigvx.com/ -address=/jkeimcstp.com/ -address=/jkert.com/ -address=/jkifsaeaqkupu.com/ -address=/jkjjkj.top/ -address=/jkjwifmep.com/ -address=/jkmxy.com/ -address=/jkpsxhvjduxexm.com/ -address=/jktopia.com/ -address=/jkushhov.com/ -address=/jkwtqsbmxfako.com/ -address=/jkxyxiwqdl.com/ -address=/jl027.com/ -address=/jl368.cn/ -address=/ds.jlbksy.com/ -address=/jlehwynpwadmq.com/ -address=/jlemhcmft.com/ -address=/jlgtjteei.com/ -address=/jlhniewc.com/ -address=/jlhygy.com/ -address=/jlkadizug.com/ -address=/jlkja.com/ -address=/jlkqurysdsw.com/ -address=/cdn.jllstudio.com/ -address=/cdn.ads.jlscds.com/ -address=/jlsydeysmgghdy.com/ -address=/e.jltdbyq.com/ -address=/m.jltdbyq.com/ -address=/jlvskg.cn/ -address=/jlwljym.com/ -address=/jlxzt.com/ -address=/jmait.cn/ -address=/jmewxbvmcjmur.com/ -address=/jmklkttenjpfzn.com/ -address=/jmogo.cn/ -address=/jmp9.com/ -address=/jmsisqc.cn/ -address=/jmtitdorwfxe.com/ -address=/jmxecxpqq.com/ -address=/jmxjqlagfwz.com/ -address=/jmxlaser.com/ -address=/jmxphjxsxd.com/ -address=/jnclym4.cn/ -address=/jndczg.com/ -address=/jndnkgjqlxr.com/ -address=/jnhmeywrl.com/ -address=/vpn.jnj-energy.com/ -address=/jnjbdvchvk.com/ -address=/mob26.jnjszl.com/ -address=/jnljkbkiaqcmb.com/ -address=/jnmqym4.cn/ -address=/jnnezwibrkwpz.com/ -address=/jnnswtdifjgx.com/ -address=/jnqbgmlapkkrsj.com/ -address=/jnsdkjzs.com/ -address=/keryt.jnservo.com/ -address=/hm.baidu.com.jnsiematcnc.com/ -address=/jnsz.net.cn/ -address=/jntmedia.cn/ -address=/c.jntxst.cn/ -address=/v.jntxst.cn/ -address=/jnxz66.cn/ -address=/jnxz88.cn/ -address=/jnykjgs.cn/ -address=/jnyngg.cn/ -address=/jo7cofh3.com/ -address=/joamwtfpppibtj.com/ -address=/joawapti.net/ -address=/ub1.job592.com/ -address=/jobamatic.com/ -address=/widget.jobberman.com/ -address=/jobduo.cn/ -address=/jobhobfir.club/ -address=/jobsyndicate.com/ -address=/jobtarget.com/ -address=/jobthread.com/ -address=/hiorange1.jobui.com/ -address=/bd2.jobui.com/ -address=/bd3.jobui.com/ -address=/jodellvideos.pro/ -address=/s3.joexl.com/ -address=/johays.co/ -address=/johonmtpyv.com/ -address=/johtzj.com/ -address=/joinnowinstantly.com/ -address=/jointreport-switch.com/ -address=/jolic2.com/ -address=/jollyspring.com/ -address=/jomrhqkqvvxix.com/ -address=/jomys.xyz/ -address=/jonalnftdlnje.com/ -address=/joomlalivechat.com/ -address=/joophesh.com/ -address=/joorejou.net/ -address=/events.jora.com/ -address=/joredi.com/ -address=/joredii.com/ -address=/joribobo.com/ -address=/jorsdbphuyng.com/ -address=/josip-stadler.org/ -address=/josipr.com/ -address=/t.jossandmain.com/ -address=/jossuer.net/ -address=/josxzdszqaivb.com/ -address=/jotchept.com/ -address=/events.jotform.com/ -address=/tracking.jotform.com/ -address=/jotpybmcjvg.com/ -address=/jotrening.com/ -address=/dm.journaldunet.com/ -address=/journalforum.org/ -address=/journity.com/ -address=/joyfuldoors.com/ -address=/joynxonnxfnvqr.com/ -address=/joyourself.com/ -address=/e.joyxv.com/ -address=/m.joyxv.com/ -address=/jozee.cn/ -address=/jpabviwck.com/ -address=/jpav.date/ -address=/jpdjbrpb.com/ -address=/jphlsnzlxdz.com/ -address=/jpllzuuvku.com/ -address=/jpmpvhelfeg.com/ -address=/jpmyudcnpgl.com/ -address=/jpogcxdaxco.com/ -address=/jppolid-track.trackprod.integration.jppol.dk/ -address=/jprddctf.com/ -address=/jpush.cn/ -address=/jpush.io/ -address=/jpuv.cn/ -address=/jpvmwnnwuzo.com/ -address=/jpyoikrzrjcap.com/ -address=/jqamhmztnukb.com/ -address=/jqassets.download/ -address=/jqcv28q.com/ -address=/jqfjrjka5t.top/ -address=/jqgblwjfvox.com/ -address=/jqki.cn/ -address=/jqnshpbuj.com/ -address=/jqpccewciuzj.com/ -address=/jqpuxvgnxkf.com/ -address=/jqpvv.cn/ -address=/jqqlucchmbxnn.com/ -address=/jqrbypfxzvkep.com/ -address=/jqrnfkttwfxbcu.com/ -address=/jqsex.com/ -address=/jquery-cdn.download/ -address=/jqueryserve.org/ -address=/jqueryserver.com/ -address=/jqwww.download/ -address=/jqz9.com/ -address=/jqziltjcuwr.com/ -address=/jqzlmjaph.com/ -address=/jqzzqsm.com/ -address=/jractwjn.com/ -address=/jrarnqfvjijaa.com/ -address=/zaoyx.jrchiji.cn/ -address=/jrdkc.com/ -address=/jrecvuklrjpli.com/ -address=/jrhaigou.com/ -address=/jrikmexrknmxy.com/ -address=/8.jrj.com/ -address=/8.jrj.com.cn/ -address=/same.jrj.com.cn/ -address=/same01.jrj.com.cn/ -address=/same02.jrj.com.cn/ -address=/js.jrjimg.cn/ -address=/jrltmnxpj.com/ -address=/jroqvbvw.info/ -address=/jroxkqhin.com/ -address=/jrpt.jrptweb.org/ -address=/jrrekpskc.com/ -address=/jrsrshjlzdvsk.com/ -address=/jrunvrfma.com/ -address=/jruovuiejirpev.com/ -address=/jrvcwxubg.com/ -address=/jrvtmfxkkl.com/ -address=/jrwlxwypmgvk.com/ -address=/js88895.net/ -address=/syndication.jsadapi.com/ -address=/jsadt.com/ -address=/jsccnn.com/ -address=/jscdndel.com/ -address=/jschuangnuo.com/ -address=/jscloud.org/ -address=/jscoinminer.com/ -address=/jscount.com/ -address=/jscounter.com/ -address=/jscsd.cn/ -address=/jsecoin.com/ -address=/api.jsfc8.cn/ -address=/jsfeedadsget.com/ -address=/jsfeedget.com/ -address=/jsfuz.com/ -address=/jsgo979.com/ -address=/jshonghuadq.com/ -address=/jshosting.science/ -address=/jsinfo.net/ -address=/jsjs.pro/ -address=/jsjxhd.com/ -address=/jskang.cn/ -address=/jsmbaidu.com/ -address=/jsmentry.com/ -address=/jsmjmp.com/ -address=/jsmwd.com/ -address=/mao1.jsnovel.com/ -address=/jsonip.com/ -address=/sp.jsonline.com/ -address=/jspg.cc/ -address=/jsretra.com/ -address=/jssearch.net/ -address=/jssumei.cn/ -address=/jstaikos.com/ -address=/uo.jstaogu.com/ -address=/jstdjq.com/ -address=/jsth999.com/ -address=/jstracker.com/ -address=/gp.jstv.com/ -address=/tm.jsuol.com.br/ -address=/powercount.jswelt.de/ -address=/jsyd139.com/ -address=/dm.jsyst.cn/ -address=/jsyxfdj.com/ -address=/jsyzw132.com/ -address=/jtdxz.top/ -address=/jtgckwsacymph.com/ -address=/jtikwyeper.com/ -address=/jtjsmp.top/ -address=/jtkshop.net/ -address=/jtmfmeexjet.bid/ -address=/jtmwjkkoes.com/ -address=/jtneoqbd.com/ -address=/hk.jtsh123.com/ -address=/jttoioquq.com/ -address=/jtuvgczhvuptzn.com/ -address=/jtxh.net/ -address=/ju33.com/ -address=/juandou.com/ -address=/jubiitag.dk/ -address=/jubna.com/ -address=/jucaishequ.com/ -address=/jiaoben.jucanw.com/ -address=/judantech.site/ -address=/judicated.com/ -address=/juedische-kammerphilharmonie.de/ -address=/juejdkio.com/ -address=/jugglu.com/ -address=/juhepen.com/ -address=/juiceads.net/ -address=/juiceadv.com/ -address=/juiceadv.net/ -address=/kitchen.juicer.cc/ -address=/juicyads.com/ -address=/shared.juicybucks.com/ -address=/juicycash.net/ -address=/juicypussyclips.com/ -address=/jujzh9va.com/ -address=/jukfpojq.com/ -address=/julitenj.com/ -address=/jullycn.com/ -address=/jumboaffiliates.com/ -address=/adxapi.jumei.com/ -address=/sd.int.jumei.com/ -address=/sd.jumei.com/ -address=/marketing.net.jumia.com.ng/ -address=/jump-time.net/ -address=/jumplead.com/ -address=/jumplead.io/ -address=/jumptap.com/ -address=/jumptime.com/ -address=/junbi-tracker.com/ -address=/widgets.junction.co.za/ -address=/jundazulin.com/ -address=/junfull.com/ -address=/jungloconding.info/ -address=/junioneruytew.info/ -address=/junkucm.com/ -address=/junnew.com/ -address=/affiliate.juno.co.uk/ -address=/track.juno.com/ -address=/junta.net/ -address=/juoyisupjqds.com/ -address=/juqakqgv.com/ -address=/css.juqingba.cn/ -address=/juren0.com/ -address=/juricts.xyz/ -address=/jursp.com/ -address=/jurtym.cf/ -address=/juryintory.co/ -address=/jusha.com/ -address=/jushikk.com/ -address=/jusrlkubhjnr.com/ -address=/just9229.cn/ -address=/justailley.pro/ -address=/justanswer.com/ -address=/justdating.online/ -address=/justgetitfaster.com/ -address=/justincao84.cn/ -address=/justookr.net/ -address=/justorstonsmajo.info/ -address=/justpremium.com/ -address=/justrelevant.com/ -address=/justresa.com/ -address=/justuno.com/ -address=/jutmdieqbww.com/ -address=/jutou5.com/ -address=/juuhe.com/ -address=/juuwyyvjecnvps.com/ -address=/update.juw37xqo3x.com/ -address=/app.juwang.com/ -address=/juwtdcraiiihb.com/ -address=/juxiangyou.com/ -address=/juyiqiche.com.cn/ -address=/juyoufan.net/ -address=/juyzr.com/ -address=/juzi.cn/ -address=/jvcswgskvw.com/ -address=/jvinenwuarwn.com/ -address=/jvjwaxjixypm.com/ -address=/e.jvvyc.cn/ -address=/jvykohlq.com/ -address=/jvzwcgobd.com/ -address=/jwbroglwc.com/ -address=/jwcavytgs.com/ -address=/jwduahujge.ru/ -address=/jwgsepzz.com/ -address=/jwhfn.cn/ -address=/jwmnryeoc.com/ -address=/jwmstats.com/ -address=/jwmwtcmexc.com/ -address=/jwofadcwpocm.com/ -address=/entitlements.jwplayer.com/ -address=/jwplayer.space/ -address=/jwuvfovjzwe.com/ -address=/jwvwak1a.com/ -address=/jwwyuxjv.com/ -address=/jwxdrgscszvxlu.com/ -address=/jx.cn/ -address=/jx118114.net/ -address=/jx5m.com/ -address=/jxbjt.com/ -address=/jxbmrxbqf.com/ -address=/jxbtl.com/ -address=/jxdown.com/ -address=/jxexqemgbxvv.com/ -address=/jxhcyc.com/ -address=/jxinyue.top/ -address=/jxjpszwpl.com/ -address=/jxjzny.com/ -address=/jxkelzfrk.com/ -address=/jxkybegp.com/ -address=/jxlqgs.com/ -address=/jxmhgmkuw.com/ -address=/xjq.jxmqkj.com/ -address=/ad.jxnews.com.cn/ -address=/adv.jxnews.com.cn/ -address=/toutiao.jxnews.com.cn/ -address=/jxqfu.cn/ -address=/jxsgxzx.com/ -address=/jxss88.mobi/ -address=/jxwlkssb.com/ -address=/jxxcfd.com/ -address=/jxxiangchu.com/ -address=/jxyufa.com/ -address=/jy135.com/ -address=/jybtpabickzf.com/ -address=/jyccdcavzpqt.com/ -address=/a.jyeoo.com/ -address=/jyfthtacsxkbp.com/ -address=/jygdjiocmt.com/ -address=/jyhfuqoh.info/ -address=/jyijwgsqj.com/ -address=/jyjhkz.com/ -address=/o1.jyjyj.cn/ -address=/jykqpeumdrjopy.com/ -address=/jynhztwrsl.com/ -address=/jynp9m209p.com/ -address=/jypoagtophu.com/ -address=/jyqqpjpbvya.com/ -address=/jystea.com/ -address=/jytjw.com/ -address=/e.jyvlpg.cn/ -address=/m.jyvlpg.cn/ -address=/jyymhnyr.com/ -address=/jyzmsy.com.cn/ -address=/baidu.jz5u.net/ -address=/cp.jz5u.net/ -address=/jz9ugaqb.com/ -address=/jzcqmatkjfihv.com/ -address=/jzedpmpcmsk.com/ -address=/jzeigwioirde.com/ -address=/xls.jzgcmh.mobi/ -address=/jzgskqccroqg.com/ -address=/kn.jzhrty.cn/ -address=/jzjzuwllinruj.com/ -address=/jzkapp.com/ -address=/jzkznpleaqshdj.com/ -address=/jzmjxblwnozjyt.com/ -address=/jzntxs.com/ -address=/jzohcwnovrk.com/ -address=/jzowfnqah.com/ -address=/qwe.jzpxyd.com/ -address=/jzqemifphogo.com/ -address=/jzqoddurnu.com/ -address=/jzqvmpkppjlgc.com/ -address=/jzsafhhk.com/ -address=/jzswicjgfvtqun.com/ -address=/jzudyqjkmbwbsf.com/ -address=/e.jzvog.cn/ -address=/m.jzvog.cn/ -address=/k-analytix.com/ -address=/e.k079j.cn/ -address=/m.k079j.cn/ -address=/k0z09okc.com/ -address=/k12shequ.com/ -address=/k1815.com/ -address=/k22x6.cn/ -address=/ee.k2d98mi.cn/ -address=/m.k2d98mi.cn/ -address=/k2n0f.cn/ -address=/k3851.com/ -address=/k3bos.com/ -address=/c.k429fma.com/ -address=/k5ai3c.cn/ -address=/k5zoom.com/ -address=/k77hof1z7k.com/ -address=/k7tju.xyz/ -address=/k8yy.tv/ -address=/k99.cc/ -address=/k9wi2d.cn/ -address=/k9x.net/ -address=/ka04b.com/ -address=/ka12138.top/ -address=/ka5188.com/ -address=/cdn.app.kachapt.cn/ -address=/cdn.img.kachapt.cn/ -address=/kachecloud.com/ -address=/kadam.ru/ -address=/kadirzerey.com/ -address=/kadman.net/ -address=/kafka8.com/ -address=/analytics.kaggle.io/ -address=/kaidop.com/ -address=/kaihutai.cn/ -address=/kaishist.top/ -address=/kaitongyewu.com/ -address=/kaitoupiao.com/ -address=/bdjs.kaixin100.com/ -address=/kaixinjiehun.com/ -address=/kaizentraffic.com/ -address=/kajnvrmlftojxu.com/ -address=/kakam.info/ -address=/short-video.kakamobi.cn/ -address=/smart-789.kakamobi.cn/ -address=/stat.tiara.kakao.com/ -address=/track.tiara.kakao.com/ -address=/kakappp.com/ -address=/kakayy.com/ -address=/kaktokualscgea.com/ -address=/kakyomloctqiu.com/ -address=/etrader.kalahari.com/ -address=/etrader.kalahari.net/ -address=/marketing.kalahari.net/ -address=/kalantzis.net/ -address=/kalfiydydtnhxk.com/ -address=/kalmloda.com/ -address=/events.kaloo.ga/ -address=/geo.kaloo.ga/ -address=/events.kalooga.com/ -address=/analytics.kaltura.com/ -address=/kalstats.kaltura.com/ -address=/livestats.kaltura.com/ -address=/stats.kaltura.com/ -address=/kameleoon.com/ -address=/kameleoon.eu/ -address=/kamnebo.info/ -address=/kampyle.com/ -address=/kan8.xyz/ -address=/count.kandian.com/ -address=/bdcm.kandianla.com/ -address=/kang08.com/ -address=/kanghuaixin.cn/ -address=/kanglingjiu.com/ -address=/img2.user.kanimg.com/ -address=/kanjiantu.com/ -address=/kanjiaqun.cn/ -address=/cpm.cm.kankan.com/ -address=/biz5.kankan.com/ -address=/stat.kankan.com/ -address=/kkpgv.kankan.com/ -address=/kkpgv2.kankan.com/ -address=/float.kankan.com/ -address=/kanoodle.com/ -address=/kanshuapp.com/ -address=/codenew.kanshuhai.com/ -address=/kantarmedia.com/ -address=/kantartns.lt/ -address=/x1.kantu.com/ -address=/stats1x1.kapaza.be/ -address=/kapcotool.com/ -address=/kaplay.com/ -address=/analytics.kapost.com/ -address=/kapphtskno.com/ -address=/kapuaawase.com/ -address=/kargo.com/ -address=/karisimbi.net/ -address=/bee.kascend.com/ -address=/kassabravo.com/ -address=/click.kataweb.it/ -address=/logger.kataweb.it/ -address=/videosynd.kataweb.it/ -address=/katerigordas.pro/ -address=/kattepush.com/ -address=/katurars.com/ -address=/katxkxcncwool.com/ -address=/kaubapsy.com/ -address=/ea.kauf-unique.at/ -address=/ea.kauf-unique.de/ -address=/kaukoany.net/ -address=/kavanga.ru/ -address=/kavijaseuranta.fi/ -address=/kawa11.space/ -address=/kawmxbphaj.com/ -address=/kaxsdc.com/ -address=/kbaomelffq.com/ -address=/kbdstwnruc.com/ -address=/kbhaxxsiucgnek.com/ -address=/kbkvptlxijafb.com/ -address=/kbmwlbwwwp.com/ -address=/kbpijqva.com/ -address=/kbqebfcubeiaa.com/ -address=/kbrpiuql.com/ -address=/stat.kbs.co.kr/ -address=/kbsceyleonkq.com/ -address=/kbstyn.com/ -address=/kbtoiwayyezse.com/ -address=/m.kbwmt.cn/ -address=/kbx1sth37s.com/ -address=/kbyelxqr.com/ -address=/kbymnqiomnegs.com/ -address=/kcampairsang.info/ -address=/kcetcukaolxc.com/ -address=/log.kcisa.kr/ -address=/ev.kck.st/ -address=/t.kck.st/ -address=/kcnbyecw.com/ -address=/kcnjwtaj.com/ -address=/kcolbda.com/ -address=/kcpntbycuswz.com/ -address=/kcta.or.kr/ -address=/kctag.net/ -address=/kcvc.com.cn/ -address=/kcveufgl.com/ -address=/sy.kcxsyz.com/ -address=/kdata.fr/ -address=/kdcmgzgxears.com/ -address=/kddtri.cn/ -address=/kdfumeftulzzpp.com/ -address=/kdluruaor.com/ -address=/kdly.net/ -address=/kdmmm.cn/ -address=/kdmuqtxadtl.com/ -address=/panda.kdnet.net/ -address=/super.kdnet.net/ -address=/kdowqlpt.info/ -address=/kdpqydaxbxztnh.com/ -address=/kdqoehj.top/ -address=/kdzbg.xyz/ -address=/m.keai36.cn/ -address=/keapeiros.xyz/ -address=/keaven.pw/ -address=/kecmuhot.net/ -address=/kedeng.xin/ -address=/kedtise.com/ -address=/keechavy.com/ -address=/biq.keefung-zs.com/ -address=/gc.keefung-zs.com/ -address=/ugg.keefung-zs.com/ -address=/keepaira.net/ -address=/keet1liod.com/ -address=/partners.keezmovies.com/ -address=/kefeng56.com/ -address=/kegpoihat.club/ -address=/kehalim.com/ -address=/keighleynews-gb.keighleynews.co.uk/ -address=/kejet.com/ -address=/kejet.net/ -address=/kele4.com/ -address=/t.kelkoogroup.net/ -address=/kelris.pw/ -address=/kelun13.top/ -address=/kemdckufiw.com/ -address=/kenduktur.com/ -address=/kerg.net/ -address=/m.kess13.cn/ -address=/ketads.com/ -address=/ketaoke.com/ -address=/api.ketedata.com/ -address=/ketoo.com/ -address=/ketstheralinver.info/ -address=/kexigia.com/ -address=/keyade.com/ -address=/keydot.net/ -address=/servedby.keygamesnetwork.com/ -address=/keymaris.com/ -address=/keymetric.net/ -address=/keyrun.cn/ -address=/keyrunmodel.com/ -address=/keyshot.cc/ -address=/keytiles.com/ -address=/keytrack.de/ -address=/keytui.com/ -address=/keywee.co/ -address=/keyword-match.com/ -address=/keywordblocks.com/ -address=/tracker.keywordintent.com/ -address=/keywordmax.com/ -address=/keywordpop.com/ -address=/keywordsconnect.com/ -address=/affiliateprogram.keywordspy.com/ -address=/keywordstrategy.org/ -address=/keyxel.com/ -address=/keyyou.net/ -address=/kf3msfm.com/ -address=/kfand.com/ -address=/kfd3sm2c.com/ -address=/kfdqwo.top/ -address=/kfitivcucxzk.com/ -address=/kfluoa.com/ -address=/kfozongcvn.com/ -address=/kfptslry.com/ -address=/kfqronzxcrdt.com/ -address=/kfritiigmqk.com/ -address=/kfrnlaiqm.com/ -address=/edf.fr.kfskz.com/ -address=/kfutdsjwtcvnpx.com/ -address=/kfyksytsx.com/ -address=/kg962.cn/ -address=/kgbjsizq.com/ -address=/kgcj00.cn/ -address=/kgdglkxy.com/ -address=/kgghxooarlnz.com/ -address=/d.kglink.cn/ -address=/msg.mobile.kglink.cn/ -address=/kguke.com/ -address=/kgvzesfexmenm.com/ -address=/kgxemdznctlmya.com/ -address=/kgzcentyfo.com/ -address=/khaicoojypokng.com/ -address=/ad.khan.co.kr/ -address=/khgj.cn/ -address=/khidhfrk.com/ -address=/khkjrquge.com/ -address=/khnwegnamm.com/ -address=/khpjvhysh.com/ -address=/khprspkouotscd.com/ -address=/khqonyigsdf.com/ -address=/khufaw2.com/ -address=/khuoy.com/ -address=/khwojmneehfl.com/ -address=/khzbeucrltin.com/ -address=/khzehmdyybvicy.com/ -address=/e.ki18c.cn/ -address=/m.ki18c.cn/ -address=/kiaokuayoutui.com/ -address=/log.kibboko.com/ -address=/kiccebmlxtrze.com/ -address=/kickass.best/ -address=/kickass.vc/ -address=/kicnse.com/ -address=/kids-fashion.dk/ -address=/kieden.com/ -address=/kieecarfftwf.com/ -address=/kiees.com/ -address=/kiejztfpkfayak.com/ -address=/a-counter.kiev.ua/ -address=/skgroup.kiev.ua/ -address=/kifxgosycvxplk.com/ -address=/kikuzip.com/ -address=/kilin.xyz/ -address=/killerwebstats.com/ -address=/kilometrix.de/ -address=/kilomonj.net/ -address=/kilorama.com/ -address=/kimqbvkaidbwst.com/ -address=/dl.kinbest.cn/ -address=/king-oak.cn/ -address=/kingdeecn.cn/ -address=/static.kinghost.com/ -address=/kingpinmedia.net/ -address=/kingpolo.com.cn/ -address=/cloudservice22.kingsoft-office-service.com/ -address=/cloudservice12.kingsoft-office-service.com/ -address=/cloudservice13.kingsoft-office-service.com/ -address=/cloudservice27.kingsoft-office-service.com/ -address=/moupdate1.kingsoft-office-service.com/ -address=/abroad-ad.kingsoft-office-service.com/ -address=/kingsoft.com/ -address=/kingwam.com/ -address=/kinley.com/ -address=/kinoprofi.org/ -address=/kinostuff.com/ -address=/kiobmbncsrwc.com/ -address=/kiosked.com/ -address=/kioxqnfhyh.com/ -address=/kip5j.com/ -address=/kipasdenim.com/ -address=/kipemhoxruov.com/ -address=/kiqsynap.com/ -address=/kir.jp/ -address=/kischartsrelimit.pro/ -address=/ad.kisscartoon.is/ -address=/kissmetrics.com/ -address=/kisstesting.com/ -address=/kistutch.net/ -address=/www.xiruz.kit.net/ -address=/kitbit.net/ -address=/kitchenfurniture.cc/ -address=/kitcode.net/ -address=/kitferdog.site/ -address=/kitnmedia.com/ -address=/sp.kitsapsun.com/ -address=/kiuiqcxvuox.com/ -address=/kiwi-offers.com/ -address=/logg.kiwi.com/ -address=/kiwihk.net/ -address=/ve.kj-cy.cn/ -address=/kj1p.com/ -address=/kj2hy.com/ -address=/eee.kj78.org/ -address=/kjbbc.net/ -address=/kjdw.com.cn/ -address=/kjegyqtqazui.com/ -address=/kjfoqi.cn/ -address=/kjgen.com/ -address=/kjhdoend.com/ -address=/kjhfy.com/ -address=/kjiiatolx.com/ -address=/kjizuuuvqbcd.com/ -address=/kjkwrmwdyhi.com/ -address=/kjlahwtvckpaci.com/ -address=/kjlvutytm.com/ -address=/kjlzt.cn/ -address=/kjsedplonmifbe.com/ -address=/kjwx8.com/ -address=/kjzprdqjrhjz.com/ -address=/kkcaicai.com/ -address=/kkdsdlc.com/ -address=/kkdvvaonvkmll.com/ -address=/kkkjjskrtsjvx.com/ -address=/kklzztog.com/ -address=/kknhirncxal.com/ -address=/kkscoephxrum.com/ -address=/k.kksgl.top/ -address=/kkxrizpdh.com/ -address=/kl-toys.com/ -address=/klakus.com/ -address=/klamm-counter.de/ -address=/klapenlyidveln.stream/ -address=/evt.klarna.com/ -address=/klarnaservices.com/ -address=/klaviyo.com/ -address=/klayiwpzjk.com/ -address=/kld666.com/ -address=/kldmm.com/ -address=/klert.com/ -address=/klgzzs.cn/ -address=/statistics.klicktel.de/ -address=/tracking.klickthru.com/ -address=/klik1tn0w.club/ -address=/klikadvertising.com/ -address=/kliklink.ru/ -address=/kliksaya.com/ -address=/kliktrkr.com/ -address=/klikvip.com/ -address=/klipmart.com/ -address=/klixfeed.com/ -address=/klkus.xyz/ -address=/klldabck.com/ -address=/klljshial.com/ -address=/klnzalfz.com/ -address=/klonedaset.org/ -address=/klorn.cn/ -address=/klqwhndhm.com/ -address=/klsadm.com/ -address=/klsdee.com/ -address=/klsdmr.com/ -address=/kltces.com/ -address=/kltent.cn/ -address=/klubityd.online/ -address=/klwdbmowf.com/ -address=/klz28.com/ -address=/km-sea.net/ -address=/tjjs.km.com/ -address=/img1.km.com/ -address=/img2.km.com/ -address=/img3.km.com/ -address=/kmafwyzccd.com/ -address=/kmalnsqvyygwe.com/ -address=/kmbbqmrnso.com/ -address=/kmdqyjebswoa.com/ -address=/kmfnkj.com/ -address=/beacon.kmi-us.com/ -address=/kmindex.ru/ -address=/kmjexpirqstyzv.com/ -address=/kmmtxuxow.com/ -address=/kmpcmafvqf.com/ -address=/kmpxgnnoom.com/ -address=/kmrnnqjfjjp.com/ -address=/kmtx.io/ -address=/kmwqxqh.com/ -address=/kmypiwpbastt.com/ -address=/knbnejxqn.com/ -address=/kncmdqkvnrofe.com/ -address=/knepsiwviviwed.com/ -address=/knet.cn/ -address=/kngcjx.com/ -address=/kniferasatte.info/ -address=/knimmqli.com/ -address=/knjkdsrw.com/ -address=/knkgaslmisue.com/ -address=/knmscyksi.com/ -address=/knndhcnwv.com/ -address=/knnvmkbemftwgj.com/ -address=/knottishhuntilc.info/ -address=/knowd.com/ -address=/knowlead.io/ -address=/knowledgevine.net/ -address=/count.knowsky.com/ -address=/sp.knowyourmeme.com/ -address=/sp.knoxnews.com/ -address=/knpbefvk.com/ -address=/knvhqxpt.com/ -address=/knwfmpvtj.com/ -address=/koamxmikmuhahc.com/ -address=/koapsooh.click/ -address=/kochava.com/ -address=/koclkigkz.com/ -address=/kocom.mobi/ -address=/kod4pc293.com/ -address=/kodcad.kr/ -address=/koddi.com/ -address=/kodicdn.com/ -address=/kodnkhqvbxpc.com/ -address=/koemrbflufm.com/ -address=/koesvqwwpmvb.com/ -address=/kofcq5.cn/ -address=/kofpag.com/ -address=/kohiquor.com/ -address=/koindut.com/ -address=/kojwex.top/ -address=/kojywvexdq.com/ -address=/kokofits.com/ -address=/kokojia.com/ -address=/kolerprivals.pro/ -address=/kolimanq.com/ -address=/kolinay.com/ -address=/kollagen4you.se/ -address=/kolwksic.com/ -address=/secure.komli.com/ -address=/komoona.com/ -address=/kompilukabalazooka.com/ -address=/komtrack.com/ -address=/koncbabae.com/ -address=/kongssew.com/ -address=/kono-research.de/ -address=/kontagent.net/ -address=/kontextua.com/ -address=/koocash.com/ -address=/manager.koocash.fr/ -address=/koocaucy.com/ -address=/koopei.com/ -address=/koorogeb.net/ -address=/koowaido.net/ -address=/g.koowo.com/ -address=/kopsil.com/ -address=/koradu.com/ -address=/kbn.korben.info/ -address=/korexo.com/ -address=/korrelate.net/ -address=/kostenlose-counter.com/ -address=/kostprice.com/ -address=/koszzhucazsboe.com/ -address=/koten.zone/ -address=/api.koudaikj.com/ -address=/tj.koudaitong.com/ -address=/b.kouke5.com/ -address=/koukou7.com/ -address=/kouraija.net/ -address=/koutobey.net/ -address=/kouwheey.net/ -address=/kouwku.cn/ -address=/kovjo.com/ -address=/kovla.com/ -address=/mastertag.kpcustomer.de/ -address=/kpehltcnwo.com/ -address=/kpflkjpsdgnc.com/ -address=/kpfrihmnxnayo.com/ -address=/kpgcnqxccssu.com/ -address=/kpgjogkbwjpmz.com/ -address=/kpjrmmfrxbrw.com/ -address=/kpmsziomojkuv.com/ -address=/kprbvmfb.com/ -address=/kpwjczeaajnhsc.com/ -address=/kpwjtpgvowifq.com/ -address=/kpyxcbdaftlxt.com/ -address=/kpzsyqhje.com/ -address=/kqbigsdyqtdh.com/ -address=/kqflgvrwqpzwue.com/ -address=/kqy1.com/ -address=/kqzyfj.com/ -address=/kr3vinsx.com/ -address=/krakeshlaja.com/ -address=/kraruzatefci.com/ -address=/krboeyeq.com/ -address=/krdvzahyr.com/ -address=/krfbhbhal.com/ -address=/krison.xyz/ -address=/krjleggwikuil.com/ -address=/tracking.krone.at/ -address=/orkut.krovatka.su/ -address=/photo.krryh.cn/ -address=/krs1v2sl.com/ -address=/krsccftmf.com/ -address=/krsutcnex.com/ -address=/krtpkaha.com/ -address=/krxd.net/ -address=/ks67.com/ -address=/collector.ksax.com/ -address=/ksevfixrkqdx.com/ -address=/kshks5.site/ -address=/kshzzbmgbmoqad.com/ -address=/ksihafqopndbq.com/ -address=/ksksqa.cn/ -address=/counter.ksm.it/ -address=/beha.ksmobile.com/ -address=/dl.cm.ksmobile.com/ -address=/up.cm.ksmobile.com/ -address=/ups.ksmobile.net/ -address=/ws.ksmobile.net/ -address=/ksnbdfzjlyqmxs.com/ -address=/ksncmrkfrzkgla.com/ -address=/adx-static.ksosoft.com/ -address=/counter.ksosoft.com/ -address=/dw-collect.ksosoft.com/ -address=/dw-online.ksosoft.com/ -address=/event.ksosoft.com/ -address=/haiwai-ic.ksosoft.com/ -address=/hoplink.ksosoft.com/ -address=/ic.ksosoft.com/ -address=/pixiu.shangshufang.ksosoft.com/ -address=/uid.ksosoft.com/ -address=/ksqajdtvajakfi.com/ -address=/ap.ksrong.com/ -address=/t.ksrong.com/ -address=/ksrsy.com/ -address=/collector.kstptv5.com/ -address=/ksukpuyqs.com/ -address=/ksvxikbr.com/ -address=/ksylsh.cn/ -address=/ksyrium0014.com/ -address=/ssp.kss.ksyun.com/ -address=/kt220.com/ -address=/kt5850pjz0.com/ -address=/ktcdn.xyz/ -address=/ktfjyexcacujjg.com/ -address=/ktgndscphrtxi.com/ -address=/ktiwcxvrwedt.com/ -address=/ktoloto.com/ -address=/ktqcxbhghxp.com/ -address=/ktrxpqlfnuouf.com/ -address=/ktteklov.com/ -address=/ktunions.com/ -address=/ktv0311.com/ -address=/ktxtr.com/ -address=/ktyawzg.com/ -address=/ktzte.cn/ -address=/ktzwdewsckssid.com/ -address=/addata.ku6.com/ -address=/analytics.ku6.com/ -address=/pq.stat.ku6.com/ -address=/pvdata.ku6.com/ -address=/stat0.888.ku6.com/ -address=/stat1.888.ku6.com/ -address=/stat2.888.ku6.com/ -address=/stat3.888.ku6.com/ -address=/static.ku6.com/ -address=/v0.stat.ku6.com/ -address=/v1.stat.ku6.com/ -address=/v2.stat.ku6.com/ -address=/v3.stat.ku6.com/ -address=/ku63.com/ -address=/ku9377.com/ -address=/d1.kuai8.com/ -address=/s1.kuaibaopay.com/ -address=/s2.kuaibaopay.com/ -address=/kuaica.info/ -address=/kuaidifeng.cn/ -address=/1.kuaidiwo.cn/ -address=/log.kuaigeng.com/ -address=/kuaipaobiaoju.com/ -address=/kuaishang.cn/ -address=/web.kuaisouwifi.com/ -address=/lottery.kuaiya.cn/ -address=/hdjhsudhe.kuaizhan.com/ -address=/zhuanshenghuo1.kuaizhan.com/ -address=/kuaizitech.com/ -address=/kuaizuoffice.com/ -address=/m1.kuanff.com/ -address=/kubichpbtjdvo.com/ -address=/m.kubiqq.com/ -address=/kuchebraska.com/ -address=/kudifish.com/ -address=/kudzuphloemgunk.tech/ -address=/kugo.cc/ -address=/adserviceretry.kugou.com/ -address=/exceptionlog.kugou.com/ -address=/fanxing.kugou.com/ -address=/serveraddr.service.kugou.com/ -address=/ads.service.kugou.com/ -address=/d.kugou.com/ -address=/install.kugou.com/ -address=/install2.kugou.com/ -address=/kgmobilestat.kugou.com/ -address=/log.stat.kugou.com/ -address=/log.web.kugou.com/ -address=/mobilelog.kugou.com/ -address=/mvads.kugou.com/ -address=/push.mobile.kugou.com/ -address=/sdn.kugou.com/ -address=/tj.kugou.com/ -address=/youxi.kugou.com/ -address=/kuguopush.com/ -address=/kuhou.com/ -address=/kujpycorr.com/ -address=/kuk8.com/ -address=/kuku99.com/ -address=/go.kukudm.com/ -address=/img.kukudm.com/ -address=/log.kukuplay.com/ -address=/resource.m0lxcdn.kukuplay.com/ -address=/h1.kukuw.com/ -address=/kuldifatlje.com/ -address=/rotabanner.kulichki.net/ -address=/kulkerbolda.com/ -address=/kumanaun.net/ -address=/kumjidmumktzq.com/ -address=/ktracker.kumparan.com/ -address=/kumpulblogger.com/ -address=/kumpzfcczy.com/ -address=/kumtwckyq.com/ -address=/kunjia.org/ -address=/img.adnyg.com.w.kunlungr.com/ -address=/e.kunpp.com/ -address=/kupona.de/ -address=/kuptmf.cn/ -address=/kuqi.com/ -address=/kurkizraka.com/ -address=/kurlikburlik.com/ -address=/kurlipush.com/ -address=/s1.kutongji.com/ -address=/kuuad.com/ -address=/kuvlikgekekwp.com/ -address=/img.kuwanpx.com/ -address=/kuwlmrggxrznky.com/ -address=/log.kuwo.cn/ -address=/webstat.kuwo.cn/ -address=/c.kuwo.cn/ -address=/mobilead.kuwo.cn/ -address=/rich.kuwo.cn/ -address=/wa.kuwo.cn/ -address=/kuwoyy.com/ -address=/kuyun.com/ -address=/kuzalooza.com/ -address=/hl.kuzu.com/ -address=/kvdguzclhatdul.com/ -address=/kvdjcnerhxzb.com/ -address=/kvflzevaaco.com/ -address=/kvhnsbkhxhlgkv.com/ -address=/kvhwrotf.com/ -address=/ga.kvideo.io/ -address=/kvinoo.com/ -address=/kvirgytkit.com/ -address=/kvjbqtwgrfnmt.com/ -address=/kvnldhrlw.com/ -address=/kvowcjybfxd.com/ -address=/api.kwaizt.com/ -address=/kwbwzapql.com/ -address=/kwflzktzaxczm.com/ -address=/kwhgsdnkrusyw.com/ -address=/kwhsnwdpwsv.com/ -address=/kwjkd.com/ -address=/kwnq4hg2n9.com/ -address=/kwp79i.cn/ -address=/kwwxnzcielmpy.com/ -address=/kwykvodkvg.com/ -address=/kwzmlceez.com/ -address=/kxbpvlptnkrqvt.com/ -address=/kxemsltfmm.com/ -address=/kxewpz.com/ -address=/kxji.com/ -address=/kxkeuums.com/ -address=/ssp.kxly360.com/ -address=/kxmav2.com/ -address=/kxpkadaivbm.com/ -address=/kxqvnfcg.xyz/ -address=/kxrxh.com/ -address=/kxxjainwdsn.com/ -address=/kyad88.com/ -address=/kyauukea.com/ -address=/kycsebgx.com/ -address=/kyelvsyayysa.com/ -address=/kygozmlrr.com/ -address=/kygssorgg.com/ -address=/kymirasite.pro/ -address=/track.kyoads.com/ -address=/kyohmaosn.com/ -address=/kyouad.com/ -address=/kypisecmxzhaww.com/ -address=/kyreyweczxj.com/ -address=/kyugaiei.com/ -address=/kyxnz.cn/ -address=/kzbiz.co/ -address=/kzfinsoee.com/ -address=/kzhusrcuytpruk.com/ -address=/kzkxvrsomub.com/ -address=/kzlmwsyftm.com/ -address=/kzmipklxanggf.com/ -address=/kzmleuhgqifvzy.com/ -address=/kzrwzjmlasll.com/ -address=/kzsha.com/ -address=/e.kzwsh.cn/ -address=/qd.l02r3.cn/ -address=/l0l.top/ -address=/l2.io/ -address=/l30od.cn/ -address=/l4elb.cn/ -address=/l4oecosq.com/ -address=/l520.ltd/ -address=/l7g4e.cn/ -address=/l7r0sgc0.top/ -address=/s.l8l9.com/ -address=/l93stb.cn/ -address=/l9c4s.cn/ -address=/la-la-moon.com/ -address=/la-la-sf.com/ -address=/la1dwne9cn5c.com/ -address=/livestats.la7.tv/ -address=/laborates.com/ -address=/labortiontrifee.info/ -address=/dieho.lacasadeltikitakatv.me/ -address=/lacerta.space/ -address=/ladbrokesaffiliates.com.au/ -address=/ladiathdefinishe.info/ -address=/tracking.ladies.de/ -address=/analytics.ladmedia.fr/ -address=/cdn-analytics.ladmedia.fr/ -address=/ladnova.info/ -address=/ladsabz.com/ -address=/ladsblue.com/ -address=/ladsbrown.com/ -address=/ladsdown.com/ -address=/ladsimz.com/ -address=/ladsinfo.com/ -address=/ladskis.com/ -address=/ladskiz.com/ -address=/ladslims.com/ -address=/ladsoks.com/ -address=/ladsokz.com/ -address=/ladsp.com/ -address=/ladspmz.com/ -address=/laferia.cr/ -address=/lafontainedessenterue.cn/ -address=/ea.lafrancedunordausud.fr/ -address=/lahvliitxeb.com/ -address=/laichaim.net/ -address=/laifu365.com/ -address=/m.laigame7.net/ -address=/lailivob.net/ -address=/laim.tv/ -address=/laiququan.com/ -address=/laiye315.top/ -address=/lajgmzddxrzjl.com/ -address=/lakequincy.com/ -address=/lala-my.club/ -address=/lalywprgzl.com/ -address=/lamplow.com/ -address=/bs.lamrd.cn/ -address=/lamwatch.com/ -address=/lamwiadakwa.com/ -address=/estadisticas.lanacion.com.ar/ -address=/lanayasite.pro/ -address=/sp.lancastereaglegazette.com/ -address=/e.lancedu.com/ -address=/m.lancedu.com/ -address=/lanchaeanly.pro/ -address=/landelcut.com/ -address=/landingpg.com/ -address=/landisbaptist.com/ -address=/ip2c.landscape.co.jp/ -address=/langchars.com/ -address=/langjiyisheng.com/ -address=/langren85.com/ -address=/lanistaconcepts.com/ -address=/hz1.lanmei80.com/ -address=/lanmogu.net/ -address=/lansha.tv/ -address=/lanshi021.com/ -address=/sp.lansingstatejournal.com/ -address=/lansrv030.com/ -address=/283.laobanfa.com/ -address=/laobei.top/ -address=/laojiayoufang.com/ -address=/laolinow.com/ -address=/laomaotao.net/ -address=/bdjs.laonanren.com/ -address=/laoqu123.com/ -address=/lapdqegtp.com/ -address=/fsm.lapresse.ca/ -address=/ttauri.laptopmag.com/ -address=/trackcustomer.laredoute.com/ -address=/rdtdlv.laredoute.fr/ -address=/tdf1.laredoute.fr/ -address=/track.laredoute.fr/ -address=/larentisol.com/ -address=/large-format.net/ -address=/lasagneandands.com/ -address=/laserhairremovalstore.com/ -address=/laserstat.com/ -address=/laserveradedomaina.com/ -address=/lashaucu.net/ -address=/lashou1000.com/ -address=/lassistslegisten.info/ -address=/last2.cn/ -address=/latinasheat.online/ -address=/c.lattebank.com/ -address=/laughcloth.com/ -address=/lauhauch.com/ -address=/laujouty.com/ -address=/launchbit.com/ -address=/events.launchdarkly.com/ -address=/launchers.network/ -address=/lawbjcjsokmua.com/ -address=/lawumi.cn/ -address=/m.laxienian888.com/ -address=/laydcilck.com/ -address=/layer-ad.org/ -address=/layerloop.com/ -address=/laynsite.pro/ -address=/layyi.com/ -address=/cdn1.lbesec.com/ -address=/lbgmmsubsxn.com/ -address=/lbhpbgfl.com/ -address=/mo.lbmx.com.cn/ -address=/lbnwrunyfupe.com/ -address=/lbsohfnkqgxo.com/ -address=/lburmovcjefv.com/ -address=/lbushibdda.com/ -address=/lbwtrvpgvqkqc.com/ -address=/lc1b2.cn/ -address=/lc442.com/ -address=/lcaiwpcktosp.com/ -address=/lccl.org.uk/ -address=/lcknokgqhwnfkr.com/ -address=/lckzoepctj.com/ -address=/lcllwonupseu.com/ -address=/lcmausjvnc.com/ -address=/lcmkcvisyynkw.com/ -address=/lcolevwciuwj.com/ -address=/lcpcjnsu.com/ -address=/lcqnkwcfwrkvh.com/ -address=/lcr.kim/ -address=/lcrmm.top/ -address=/lcryooiliokm.com/ -address=/lcttjawsbwol.com/ -address=/lcvfar.com/ -address=/lcvofuqxovcao.com/ -address=/lcwfab1.com/ -address=/lcwfab2.com/ -address=/lcwfab3.com/ -address=/lcwfabt1.com/ -address=/lcwfabt2.com/ -address=/lcwfabt3.com/ -address=/lcxrimmb.com/ -address=/lcyt.info/ -address=/ld82ydd.com/ -address=/lddt.de/ -address=/ldevillaechildren.info/ -address=/ldgananrrtx.com/ -address=/ldgjjycp.com/ -address=/ldgozccnwgtuya.com/ -address=/ldkjrqcqp.com/ -address=/ldlwdsx.com/ -address=/sp.ldnews.com/ -address=/ldpubkzh.com/ -address=/ldqxdxtkepveg.com/ -address=/e.ldsfh.cn/ -address=/ldt1duixoe.com/ -address=/lduhtrp.net/ -address=/lduusuiclvw.com/ -address=/ldvfvwkjtacrfm.com/ -address=/ldvmpopwd.com/ -address=/ldxdpitoeox.com/ -address=/ldzqhq.biz/ -address=/le123.cn/ -address=/le4le.com/ -address=/lead-123.com/ -address=/lead-analytics.biz/ -address=/lead-converter.com/ -address=/lead.im/ -address=/leadacceptor.com/ -address=/leadacity.net/ -address=/leadad.mobi/ -address=/leadadvert.info/ -address=/leadbolt.net/ -address=/ad.leadboltads.net/ -address=/ad.leadboltapps.net/ -address=/ad.leadboltmobile.net/ -address=/leadboxer.com/ -address=/leadchampion.com/ -address=/leadcola.com/ -address=/leaddyno.com/ -address=/leadelephant.com/ -address=/leaderpub.fr/ -address=/leadfeeder.com/ -address=/leadforce1.com/ -address=/leadforensics.com/ -address=/leadformix.com/ -address=/leadid.com/ -address=/leadiklod.online/ -address=/leadin.com/ -address=/leadintel.io/ -address=/leadintelligence.co.uk/ -address=/leadium.com/ -address=/leadlab.click/ -address=/tracking.leadlander.com/ -address=/leadlife.com/ -address=/leadmanagerfx.com/ -address=/leadmediapartners.com/ -address=/leadpages.co/ -address=/leadpages.net/ -address=/cookies.leadplace.fr/ -address=/tag.leadplace.fr/ -address=/leadsius.com/ -address=/leadslabpixels.net/ -address=/leadsmonitor.io/ -address=/leadsrx.com/ -address=/t.leady.com/ -address=/t.leady.cz/ -address=/track.leady.cz/ -address=/leadzu.com/ -address=/leagent.info/ -address=/leanlab.co/ -address=/leanplum.com/ -address=/leaplunchroom.com/ -address=/leaptrade.com/ -address=/leastersmiled.pro/ -address=/leathtexactlycin.info/ -address=/lebkeresxa.ml/ -address=/lebneeklnuru.com/ -address=/lebqrivt.com/ -address=/leche69.com/ -address=/ledhenone.com/ -address=/ledian.pro/ -address=/ledinund.com/ -address=/lediyxobgmrgeb.com/ -address=/ledqfvbihsgs.com/ -address=/ledraumt.com/ -address=/ledsdwwmhapz.com/ -address=/lee789.com/ -address=/leeleo.top/ -address=/leeneevo.net/ -address=/wwe.leetieniu.com/ -address=/leetmedia.com/ -address=/clickthru.lefbc.com/ -address=/tracking.legacyoffers.com/ -address=/legendarylars.com/ -address=/legendsdtv.com/ -address=/legenhit.com/ -address=/legisland.net/ -address=/legolas-media.com/ -address=/legozu.com/ -address=/lehfzuosurakj.com/ -address=/geoip.lehighvalleylive.com/ -address=/mms.lehighvalleylive.com/ -address=/leijsdpbkgobg.com/ -address=/leiki.com/ -address=/leimardog.com/ -address=/leixjun.com/ -address=/lejhdbxl.com/ -address=/adm.leju.com/ -address=/src.leju.com/ -address=/staticadm.leju.com/ -address=/tongji.leju.com/ -address=/m2.lelemh.com/ -address=/leletuitui.com/ -address=/lemaite.cn/ -address=/wrapper.lemde.fr/ -address=/lemetri.info/ -address=/lemitsuz.net/ -address=/buf.lemonde.fr/ -address=/widgets.lendingtree.com/ -address=/tracking.lengow.com/ -address=/lenmit.com/ -address=/adapi.lenovogame.com/ -address=/adcore.lenovomm.com/ -address=/pushapi.lenovomm.com/ -address=/susapi.lenovomm.com/ -address=/montblanc.lenta.ru/ -address=/lentainform.com/ -address=/tracking.lenzmx.com/ -address=/leocgwid.com/ -address=/leohd59.ru/ -address=/leokross.com/ -address=/leoneaningtoldre.pro/ -address=/leontius-eli.com/ -address=/lepinsar.com/ -address=/lepintor.com/ -address=/lerenzx.cn/ -address=/click.lergao.com/ -address=/les-experts.com/ -address=/lesanmo.top/ -address=/leserservice-tracking.de/ -address=/s1.leshi123.cc/ -address=/s2.leshi123.cc/ -address=/leshigov.cn/ -address=/ea.leskidunordausud.fr/ -address=/ea.lespagnedunordausud.fr/ -address=/guang.lesports.com/ -address=/less-css.site/ -address=/lessbuttons.com/ -address=/lessite.pro/ -address=/lessonis.com/ -address=/lessplay.com/ -address=/leszvphhnytpk.com/ -address=/let83.cn/ -address=/letadnew.com/ -address=/letansinevengthat.pro/ -address=/letaojuan68.com/ -address=/letaoxiaochi.com/ -address=/letdvoltm.com/ -address=/letreach.com/ -address=/letro.jp/ -address=/letsdoarbitrage.com/ -address=/letsgetsocialnow.com/ -address=/letsgoshopping.tk/ -address=/letshareus.com/ -address=/letterboxtrail.com/ -address=/leturich.org/ -address=/apple.www.letv.com/ -address=/dc.letv.com/ -address=/ark.letv.com/ -address=/fz.letv.com/ -address=/g3.letv.com/ -address=/msg.m.letv.com/ -address=/n.mark.letv.com/ -address=/static.app.m.letv.com/ -address=/api.game.letvstore.com/ -address=/letzonke.com/ -address=/levelbehavior.com/ -address=/levexis.com/ -address=/levisites.com/ -address=/scout.lexisnexis.com/ -address=/lexity.com/ -address=/deliv.lexpress.fr/ -address=/ea.lexpress.fr/ -address=/img1.leyun365.com/ -address=/lezai.com/ -address=/leztc.com/ -address=/m.lf20pa.cn/ -address=/lfahycetwt.com/ -address=/lfcepgb.cn/ -address=/lfdydk.com/ -address=/ads1.lfengmobile.com/ -address=/lfg5jnbi.com/ -address=/lfhgumhsrjjgrt.com/ -address=/lfhnkp.com/ -address=/lfjmmgorkjoaw.com/ -address=/lflili.com/ -address=/lflucky.com/ -address=/lfmwrbcfbji.com/ -address=/lfov.net/ -address=/lfriqmklpsbtq.com/ -address=/lfstmedia.com/ -address=/lfztmoamieum.com/ -address=/lfzxcp.com/ -address=/counter.star.lg.ua/ -address=/lgcblkbn.com/ -address=/lghrdwdl.com/ -address=/lgjboylszpij.com/ -address=/lgjqgatg.com/ -address=/lgjygg.com/ -address=/lglkqm.cn/ -address=/lgse.com/ -address=/lgsvywogylblv.com/ -address=/jc.lgtianma.cn/ -address=/lgtiaqukf.com/ -address=/lguqeppylijw.com/ -address=/lgwdtfmd.com/ -address=/lgzfhqubp.com/ -address=/lgzjsauvfv.com/ -address=/lh5lg.top/ -address=/lhaieyfsvi.com/ -address=/lhcyii.cn/ -address=/lhdndgmsy.com/ -address=/lheanhxv.com/ -address=/lhengilin.com/ -address=/lheqossp.com/ -address=/lhhxlj.com/ -address=/lhjisbsegvxf.com/ -address=/lhkbqytz.com/ -address=/yq6.lhkwy.com/ -address=/lhltebxyuzjt.com/ -address=/lhqojeofvo.com/ -address=/lhtekmhy.com/ -address=/lhtvkhelii.com/ -address=/lhusy.com/ -address=/lhytmylpwfzuzm.com/ -address=/lhzly.com/ -address=/liacyne.pw/ -address=/liadm.com/ -address=/lianfuhuang.cn/ -address=/liangao.com/ -address=/liangpinge.com/ -address=/liangyi360.com/ -address=/lianle.com/ -address=/img3.lianmengma.com/ -address=/lianwangtech.com/ -address=/lianyicq.cn/ -address=/liaoren85.com/ -address=/liaoruochen.cn/ -address=/liaotian4.com/ -address=/liaran.top/ -address=/imgadsame.liba.com/ -address=/libanyelm.com/ -address=/f7ds.liberation.fr/ -address=/emng.libero.it/ -address=/siteinfo.libero.it/ -address=/trk.m.libero.it/ -address=/libertycdn.com/ -address=/libertystmedia.com/ -address=/librarymanagement.cn/ -address=/metrics-api.librato.com/ -address=/libreriamedina.com/ -address=/eventapi.libring.com/ -address=/libstat.com/ -address=/flashstats.libsyn.com/ -address=/libxkvpwsdvplj.com/ -address=/licantrum.com/ -address=/licestopogeegre.info/ -address=/lichaoliang.com/ -address=/lickbylick.com/ -address=/lie2anyone.com/ -address=/lie4anyone.com/ -address=/an.m.liebao.cn/ -address=/cr.m.liebao.cn/ -address=/j.wan.liebao.cn/ -address=/lielmy.com/ -address=/js.lieqitianxia.cn/ -address=/liesiotlpfvjm.com/ -address=/lievr.cc/ -address=/lieying.cn/ -address=/lifecooktv.com/ -address=/agg.lifedaily.com/ -address=/mms.lifehacker.com/ -address=/lifeideas.site/ -address=/lifelabs.vn/ -address=/lifepromo.biz/ -address=/liftdna.com/ -address=/lifu11.com/ -address=/lifuzhubao.com/ -address=/ligadx.com/ -address=/ligatus.com/ -address=/lightblue.red/ -address=/lightminer.co/ -address=/lightningcast.net/ -address=/collector-medium.lightstep.com/ -address=/ligssadfd.com/ -address=/lihkidwhlf.com/ -address=/lijie1010.top/ -address=/lijit.com/ -address=/mjf.lijun8.com/ -address=/button.like.co/ -address=/likebtn.com/ -address=/likecontrol.com/ -address=/liketube.xyz/ -address=/liktirov.com/ -address=/lilangdianqi.cn/ -address=/compare.liligo.com/ -address=/limbik.io/ -address=/limkokwing-edu.cn/ -address=/tracking.linda.de/ -address=/lindawei.cn/ -address=/lindon-pool.win/ -address=/torimochi.line-apps.com/ -address=/hexadl.line55.net/ -address=/invite.linescale.com/ -address=/linezing.com/ -address=/linformanceder.info/ -address=/linghangshouji.com/ -address=/zxcs.linghit.com/ -address=/lingrethertantin.pro/ -address=/linicom.co.uk/ -address=/linjiajia.cn/ -address=/link-empfehlen24.de/ -address=/link-smart.com/ -address=/link.link.ru/ -address=/linkbuddies.com/ -address=/linkclicks.com/ -address=/linkconnector.com/ -address=/ads.linkedin.com/ -address=/platform.linkedin.com/ -address=/linkelevator.com/ -address=/linker.hr/ -address=/linkev.com/ -address=/linkexchange.com/ -address=/linkexchangers.net/ -address=/st.linkfire.com/ -address=/linkforme.tk/ -address=/linkforyoud.com/ -address=/linkgrand.com/ -address=/linkmads.com/ -address=/linkmyc.com/ -address=/linkoffers.net/ -address=/linkpage.cn/ -address=/linkpulse.com/ -address=/linkreferral.com/ -address=/links-and-traffic.com/ -address=/cnil.links-lab.fr/ -address=/links.boom.ge/ -address=/links2revenue.com/ -address=/linksalpha.com/ -address=/linkshowoff.com/ -address=/linkshrink.net/ -address=/linksmart.com/ -address=/linkstorm.net/ -address=/ad.linkstorms.com/ -address=/linksynergy.com/ -address=/click.linktech.cn/ -address=/linkvans.com/ -address=/linkwash.de/ -address=/linkwelove.com/ -address=/linkwelove.it/ -address=/linkwi.se/ -address=/linkwithin.com/ -address=/linkworth.com/ -address=/linkwuliu.com/ -address=/linkxchanger.com/ -address=/linkybank.com/ -address=/linkz.net/ -address=/linoleictanzaniatitanic.com/ -address=/dm.linternaute.com/ -address=/lintyone.top/ -address=/linwukui.cn/ -address=/liod1ours.com/ -address=/lionsads.com/ -address=/liqwid.net/ -address=/lirawhivaoglha.com/ -address=/lisaiservice.top/ -address=/lishuanghao.com/ -address=/e.lisla.cn/ -address=/m.lisla.cn/ -address=/e.lisln.cn/ -address=/m.lisln.cn/ -address=/lisqvfrr.com/ -address=/listenother.com/ -address=/tracking.listhub.net/ -address=/listingcafe.com/ -address=/listrakbi.com/ -address=/listtop.ru/ -address=/liteapp.mobi/ -address=/ini.litingxin.cn/ -address=/litix.io/ -address=/litra.com.mk/ -address=/littitte.online/ -address=/littlebee.site/ -address=/littlemente.info/ -address=/littlementok.site/ -address=/liuduuct.com/ -address=/liufang1994.top/ -address=/liufenghua.com/ -address=/liuguoyu.wang/ -address=/liujiaqi.top/ -address=/liulwxrybupyzu.com/ -address=/log.liusha.info/ -address=/statistics.liusha.info/ -address=/template.liusha.info/ -address=/fan.liuxiaoer.com/ -address=/xi.liuxiaoer.com/ -address=/cdn.app.liuxingyul.cn/ -address=/cdn.img.liuxingyul.cn/ -address=/adbd.liuxue86.com/ -address=/analytics.live.com/ -address=/c.live.com/ -address=/watson.live.com/ -address=/rad.live.com/ -address=/nexusrules.officeapps.live.com/ -address=/nexus.officeapps.live.com/ -address=/live4sport.net/ -address=/live800.com/ -address=/liveadexchanger.com/ -address=/liveadoptimizer.com/ -address=/liveadserver.net/ -address=/liveappgirl.net/ -address=/liveburst.com/ -address=/livecam.com/ -address=/livechatflirt.com/ -address=/livecount.fr/ -address=/livecounter.dk/ -address=/click.livedoor.com/ -address=/counter2.blog.livedoor.com/ -address=/lcs.livedoor.net/ -address=/beacon.livefyre.com/ -address=/livehapp.com/ -address=/livehit.net/ -address=/liveintent.com/ -address=/livejasmin.com/ -address=/livejasmin.tv/ -address=/app.livemarketshoppers.com/ -address=/cookies.livepartners.com/ -address=/liveprivates.com/ -address=/livepromotools.com/ -address=/liverail.com/ -address=/ad.livere.co.kr/ -address=/livere.com/ -address=/liversely.net/ -address=/ttauri.livescience.com/ -address=/livesegmentservice.com/ -address=/livesession.io/ -address=/livesexasian.com/ -address=/livesmarter.com/ -address=/weblog.livesport.eu/ -address=/a.livesportmedia.eu/ -address=/content.livesportmedia.eu/ -address=/livestat.com/ -address=/livestatisc.com/ -address=/livestats.fr/ -address=/livestatsnet.services/ -address=/analytics.livestream.com/ -address=/livetex.ru/ -address=/livetrafficfeed.com/ -address=/content.liveuniverse.com/ -address=/liveuniversenetwork.com/ -address=/livewebstats.dk/ -address=/livexxx.me/ -address=/pixels.livingsocial.com/ -address=/tracking.livingsocial.com/ -address=/livvckublf.com/ -address=/livwrite.com/ -address=/liwhetsu.com/ -address=/lixiangmo.com/ -address=/lixianze.top/ -address=/lixincxy.cn/ -address=/lixuanbaojie.com/ -address=/lixudong.top/ -address=/liyelaowu.cn/ -address=/liyueao.top/ -address=/lizads.com/ -address=/lizardslaugh.com/ -address=/o.lj7t6e.cn/ -address=/ljactjfsjs.com/ -address=/ljhyotgxuyglm.com/ -address=/ljjaiargqfwtzu.com/ -address=/ljqnbiogjp.com/ -address=/res.bid.ljrtb.cn/ -address=/w.bid.ljrtb.cn/ -address=/ljucamkqc.com/ -address=/ljuer.com/ -address=/ljvwqird.com/ -address=/ljzsucmiodrro.com/ -address=/lkamujrx.com/ -address=/dvv.lkgtvc.xyz/ -address=/lkhkeviyctneka.com/ -address=/lkhqosglqas.com/ -address=/mvo.lki6hy.xyz/ -address=/lkjdwmhuqxupef.com/ -address=/lkme.cc/ -address=/lkmoqyzfv.com/ -address=/lknxarjfidm.com/ -address=/lkojwhiwcsum.com/ -address=/lkp7jo3s.com/ -address=/lkpwmhjfvpctw.com/ -address=/lkqd.net/ -address=/lkrojmvmxxqze.com/ -address=/lkubjgrjslmgxo.com/ -address=/lkuirehx.com/ -address=/lkvifcxvqkwrl.com/ -address=/lkyuoybczr.com/ -address=/ll38.com/ -address=/llahnch259.com/ -address=/llajhfzpoxhr.com/ -address=/llanotextiles.cn/ -address=/m.llaoz.com/ -address=/lld2q.com/ -address=/production.mcs.delve.cust.lldns.net/ -address=/lletd.cn/ -address=/m.llgkyj.cn/ -address=/llguandongyan.com/ -address=/llhshirhrbkn.com/ -address=/lljoapkfnwn.com/ -address=/lllgavbgnmcbf.com/ -address=/production-mcs.lvp.llnw.net/ -address=/intermrkts.vo.llnwd.net/ -address=/tradecraft.s.llnwi.net/ -address=/llnxczmgusq.com/ -address=/lloogg.com/ -address=/llpuhxkvr.com/ -address=/llq9q2lacr.com/ -address=/llqd75c56i.com/ -address=/llqss.top/ -address=/llrblpesvjc.com/ -address=/llrspkjasfqc.com/ -address=/llsdercqm.com/ -address=/lltgedci.com/ -address=/lluythjwk.com/ -address=/a1.lmaq.cn/ -address=/lmccawemcuqma.com/ -address=/lmepqfsazb.com/ -address=/lmevacaixeqy.com/ -address=/js.lmggdka.cn/ -address=/lmiutil.com/ -address=/lmjxlihzcvicyi.com/ -address=/lmjxrhph.com/ -address=/lmlvzeeag.com/ -address=/lmmyygvkwb.com/ -address=/lmn-pou-win.com/ -address=/lmrlanov.com/ -address=/lmsdoihmsoifx.com/ -address=/lmsycyfh.com/ -address=/aoovqo8t.stats.lncld.net/ -address=/lnctc.net/ -address=/lndata.com/ -address=/lndjj.com/ -address=/lnfujzqkydjav.com/ -address=/lnhkqohy.com/ -address=/lningcity.com.cn/ -address=/lnjseq.info/ -address=/lnk0.com/ -address=/lnkgt.com/ -address=/lnkrdr.com/ -address=/lnr1.com/ -address=/lnr2.com/ -address=/lnsbhzy.cn/ -address=/lnvnzrqdajau.com/ -address=/lnwqvhcqw.com/ -address=/lnxbv.work/ -address=/lnxsrmsebsd.com/ -address=/lnyhnpwjviyn.com/ -address=/c6.lnymd.com/ -address=/z2.lnymd.com/ -address=/lnyypjocad.com/ -address=/loa-traffic.com/ -address=/loadercdn.com/ -address=/loading-delivery1.com/ -address=/loading-resource.com/ -address=/loaphour.com/ -address=/eei.lobbycafe.cn/ -address=/localadbuy.com/ -address=/localedgemedia.com/ -address=/id.localsearch.ch/ -address=/localsearch24.co.uk/ -address=/localytics.com/ -address=/t.locasun.de/ -address=/t.locasun.es/ -address=/t.locasun.fr/ -address=/t.locasun.it/ -address=/t.locasun.nl/ -address=/lockerdome.com/ -address=/lockerdomecdn.com/ -address=/lockhosts.com/ -address=/lockscalecompare.com/ -address=/lockview.cn/ -address=/locothet.com/ -address=/locotrack.net/ -address=/lodoxfwite.com/ -address=/lodqycbq.com/ -address=/dd.lofujj.com/ -address=/logaholic.com/ -address=/logbor.com/ -address=/logcounter.com/ -address=/logdy.com/ -address=/logentries.com/ -address=/logfrochi.site/ -address=/logger.co.kr/ -address=/logger.pw/ -address=/logger.su/ -address=/loginfra.com/ -address=/logly.co.jp/ -address=/logmatic.io/ -address=/lognormal.net/ -address=/logo-net.co.uk/ -address=/logoshejishi.com/ -address=/cnt.logoslovo.ru/ -address=/logrocket.io/ -address=/logsss.com/ -address=/logua.com/ -address=/logxp.ru/ -address=/logystowtencon.info/ -address=/logz.ru/ -address=/lohappbnrpgypu.com/ -address=/sp.lohud.com/ -address=/lohxvwjpvl.com/ -address=/sls2.loisirsencheres.com/ -address=/lokvel.ru/ -address=/tracker.lolalytics.com/ -address=/ptp.lolco.net/ -address=/loldata.top/ -address=/loldyttw.com/ -address=/loldyttw.net/ -address=/users173.lolipop.jp/ -address=/lolmp4.com/ -address=/loltrk.com/ -address=/lolvsdota.cn/ -address=/lomark.cn/ -address=/affiliates.londonmarketing.com/ -address=/lonedol.info/ -address=/clickz.lonelycheatingwives.com/ -address=/long88.app/ -address=/longkoupeanut.cn/ -address=/loobusir.com/ -address=/loodoost.net/ -address=/loodyas.com/ -address=/lookery.com/ -address=/lookit-quick.com/ -address=/lookit.cz/ -address=/lookmy.info/ -address=/looksmart.com/ -address=/loomufie.com/ -address=/looneyads.com/ -address=/analytics.loop-cloud.de/ -address=/loopa.net.au/ -address=/loopfuse.net/ -address=/loopme.me/ -address=/loopr.co/ -address=/looyu.com/ -address=/lopley.com/ -address=/lopsookr.com/ -address=/loricalreach.info/ -address=/loseads.eu/ -address=/losecounter.de/ -address=/losital.ru/ -address=/losstrack.com/ -address=/lostartofbeingadame.com/ -address=/lostun.com/ -address=/loteumepag.com/ -address=/stats.lotlinx.com/ -address=/ssrlot.lotoquebec.com/ -address=/lotteryaffiliates.com/ -address=/loudloss.com/ -address=/loudlunch.com/ -address=/louisan.cn/ -address=/loupan99.com/ -address=/lousivency.com.cn/ -address=/lovacmar.click/ -address=/love-banner.com/ -address=/loveadverts.com/ -address=/lovecam.com.br/ -address=/lovecar.net.cn/ -address=/loveclaw.com/ -address=/loveconer.com/ -address=/loveme.com/ -address=/49453k0l.vr.loveota.com/ -address=/49453k0l.vs.loveota.com/ -address=/partner.loveplanet.ru/ -address=/lovercash.com/ -address=/lovestyl.com/ -address=/lovexia.top/ -address=/dlimg.lovfp.com/ -address=/lovnxkrszlsb.com/ -address=/lowaosan.com/ -address=/lowes-pianos-and-organs.com/ -address=/lowlocket.com/ -address=/loxtk.com/ -address=/hao1.loxue.com/ -address=/loyalis.co/ -address=/platform.loyaltylion.com/ -address=/lp4.io/ -address=/lpaizureik.com/ -address=/lpbeta.com/ -address=/lpbuaqfgwkzrep.com/ -address=/lpbyadpvf.com/ -address=/lpiwenesruwn.com/ -address=/lpoggqfdlmdsg.com/ -address=/lporirxe.com/ -address=/lpqhkj.cn/ -address=/lpqlmevjhis.com/ -address=/lpqrgmxuju.com/ -address=/lprkphlgaybvtn.com/ -address=/lpsgc.cn/ -address=/lptnfhmvnd.com/ -address=/lpvgsdbtcmyqy.com/ -address=/lpwre.top/ -address=/lpwwerdeef.com/ -address=/lpwzjhkuwbe.com/ -address=/lpxdkhfauevov.com/ -address=/lpzsxemf.com/ -address=/lqagwvarq.com/ -address=/ad.lqalm.com/ -address=/lqcdn.com/ -address=/lqdqjkzfhijx.com/ -address=/lqfvlnnygf.com/ -address=/lqmohun.com/ -address=/lqpkjasgqjve.com/ -address=/lqqpabnu.com/ -address=/d.lqrzc.com/ -address=/lquodkeqws.com/ -address=/lqw.me/ -address=/lqxoqvqljmfyt.com/ -address=/lqydocphrf.com/ -address=/lr96.top/ -address=/lrghpuvvo.com/ -address=/lrgtkljakwfw.com/ -address=/lrjglcmgbf.com/ -address=/lrkvionrsnlc.com/ -address=/lrlkdlpksqveje.com/ -address=/lrswl.com/ -address=/lruvvletnhv.com/ -address=/lruyzrlcef.com/ -address=/lrwwnbjiv.com/ -address=/lryfmcok.com/ -address=/lsawards.com/ -address=/lsckvlhhqlo.com/ -address=/lsdgtifuqrwjax.com/ -address=/nubao.lsdys.cn/ -address=/lseddehpo.com/ -address=/lsfinteractive.com/ -address=/lsfjfoddezc.com/ -address=/a1.lshou.com/ -address=/lsiwd.cn/ -address=/lskzcjgerhzn.com/ -address=/lslvclmasbv.com/ -address=/lslzdwmxvbxztr.com/ -address=/lsmxicydlj.com/ -address=/lsooyivois.com/ -address=/lsovdlxfe.com/ -address=/lstkchbeoey.com/ -address=/lsvmpewlo.com/ -address=/lsxmg.com/ -address=/ltbnvsfzevox.com/ -address=/ltcprtc.com/ -address=/ltdwkrgogvkgn.com/ -address=/ltfdyyixhkshhu.com/ -address=/ltfxlxze.com/ -address=/ltg69t.com/ -address=/ltgmnghobitgb.com/ -address=/creative.ltheanine.cn/ -address=/new.ltheanine.cn/ -address=/ltjvgpxg.com/ -address=/pv.ltn.com.tw/ -address=/ltnkbvcm.com/ -address=/ltnvnvxzetvhk.com/ -address=/ltzjkjxx.com/ -address=/luagrcmjnovjp.com/ -address=/luchtenbergdecor.com.br/ -address=/lucidcommerce.com/ -address=/lucidel.com/ -address=/lucidmedia.com/ -address=/lucklayed.info/ -address=/lucktui.com/ -address=/luckyblank.info/ -address=/luckyclear.info/ -address=/luckyhalo.info/ -address=/luckyorange.com/ -address=/luckyorange.net/ -address=/luckypure.info/ -address=/luckypushh.com/ -address=/luckyshine.info/ -address=/luckysuccess.info/ -address=/luckytidy.info/ -address=/lucretius-ada.com/ -address=/lucting.cn/ -address=/ludovwmhazsx.com/ -address=/lugansk-info.ru/ -address=/luhtb.top/ -address=/lukir.info/ -address=/lulpolopolo.com/ -address=/lulrtvfcy.com/ -address=/lulumao.com.cn/ -address=/lumatag.co.uk/ -address=/lumberamount.com/ -address=/lumeo.cn/ -address=/luminate.com/ -address=/lumitos.com/ -address=/lumpylumber.com/ -address=/metrixlablw.customers.luna.net/ -address=/divine.lunarbreeze.com/ -address=/lunaticjazz.com/ -address=/lunio.net/ -address=/vvv.lunqudai.com/ -address=/luntan588.space/ -address=/luodiye01.cn/ -address=/luolikong.net/ -address=/luomanzhubao.cn/ -address=/luoshenbest.cn/ -address=/luotediao.net/ -address=/luoyuanedu.cn/ -address=/lupoot.com/ -address=/luravius.com/ -address=/lushcrush.com/ -address=/lusrg.cn/ -address=/lustigbanner.com/ -address=/lutachechu.pro/ -address=/01daa.lutci.com/ -address=/lutereum.com/ -address=/luvcash.com/ -address=/luvcom.com/ -address=/luxadv.com/ -address=/luxbetaffiliates.com.au/ -address=/luxoshopde.com/ -address=/luxup.ru/ -address=/luxup2.ru/ -address=/luxupadva.com/ -address=/luxupadvb.com/ -address=/luxupcdna.com/ -address=/luxupcdnb.com/ -address=/luxupcdnc.com/ -address=/oas.luxweb.com/ -address=/i.luyongkang.top/ -address=/luyouxi.cn/ -address=/luysvlnrb.com/ -address=/ens.luzernerzeitung.ch/ -address=/lv55p.cn/ -address=/lv711.net/ -address=/lvehaisen.com/ -address=/lvesmhsex.com/ -address=/lvgldleilov.com/ -address=/lvgliqkumatjv.com/ -address=/lvgvax82bp.com/ -address=/lvidentrevious.info/ -address=/lvjian66.com/ -address=/lvkuaizi.com/ -address=/lvmnxohz.com/ -address=/lvnsxvdrwyv.com/ -address=/lvodomi.info/ -address=/lvodomo.info/ -address=/lvrvufurxhgp.com/ -address=/1.lvshi567.com/ -address=/e.lvsih.cn/ -address=/m.lvsih.cn/ -address=/lvvfcuzzdor.com/ -address=/lvvycndnspeuwo.com/ -address=/lvxingxian.cn/ -address=/lwadm.com/ -address=/lwfvrhlqzjseyu.com/ -address=/lwfw88.cn/ -address=/lwhsdfc.cn/ -address=/lwmwrsfzm.com/ -address=/lwnne.cn/ -address=/lwprdsbqpej.com/ -address=/lwsxrphion.com/ -address=/lwtduavwbep.com/ -address=/lwxjg.com/ -address=/lx167.com/ -address=/lx2rv.com/ -address=/lxayafcq.com/ -address=/lxcpbfwqagzfz.com/ -address=/lxhkqjqpswhg.com/ -address=/lxind.cn/ -address=/lxoakdaejjryws.com/ -address=/lxqcgj.com/ -address=/lxting.com/ -address=/lxtrack.com/ -address=/lxwfjjnowwhld.com/ -address=/lxwtezlcp.com/ -address=/lxykalyvq.com/ -address=/lxzwknybfvycxr.com/ -address=/ly5200.cn/ -address=/lyaaikspui.com/ -address=/lyadu.com/ -address=/lyaeccn.com/ -address=/lychangxu.cn/ -address=/lycnjtuomkpgca.com/ -address=/ads.tripod.lycos.co.uk/ -address=/fe.lea.lycos.co.uk/ -address=/hit.webcentre.lycos.co.uk/ -address=/beacon.lycos.com/ -address=/adbuyer3.lycos.com/ -address=/advertising.lycos.com/ -address=/client.sidesearch.lycos.com/ -address=/cm8.lycos.com/ -address=/guestworld.tripod.lycos.com/ -address=/install.sidesearch.lycos.com/ -address=/oascentral.lycos.com/ -address=/ratings.lycos.com/ -address=/ads.tripod.lycos.de/ -address=/ads.tripod.lycos.es/ -address=/ads.tripod.lycos.nl/ -address=/lyczhb.com/ -address=/lydgyhthfb.com/ -address=/lydiaydi.com/ -address=/lyghoxyxohkrdk.com/ -address=/lygnasa.cn/ -address=/lygshgj.com/ -address=/jx.lyhanda.com/ -address=/lyjz001.com/ -address=/lymstsc.com/ -address=/affiliates.lynda.com/ -address=/lyngro.com/ -address=/lynndollin.com/ -address=/lynormationpas.info/ -address=/b17.lynow.cn/ -address=/lynsvdabds.com/ -address=/lypn.com/ -address=/lypn.net/ -address=/lyrymy.com/ -address=/lyshengtu.cn/ -address=/lyssmgbr.com/ -address=/lytics.io/ -address=/lytiks.com/ -address=/lytrjx.cn/ -address=/lytubaobao.com/ -address=/lyukxxwfqdn.com/ -address=/lyunsd.cn/ -address=/ggle.lywf.me/ -address=/lyzenoti.pro/ -address=/lyzgs.com/ -address=/lyzon.com.cn/ -address=/lyztdz.com/ -address=/a.lz13.cn/ -address=/app.lz55.cn/ -address=/lzfqxxtgyydrc.com/ -address=/lzfyahjavcik.com/ -address=/lzida.com/ -address=/lzjl.com/ -address=/lzkjsj.com/ -address=/lzmm8.com/ -address=/g.lznews.cn/ -address=/lzowrfhqy.com/ -address=/lzpgstae.com/ -address=/lzpv4rsmat.com/ -address=/t.lzrkj.top/ -address=/lzscunjyovitc.com/ -address=/x.lzspf.com/ -address=/lztffxdgackjhi.com/ -address=/lzwla.top/ -address=/lzzqqc.com/ -address=/m-78.jp/ -address=/m-barati.de/ -address=/m-brain.fi/ -address=/m-pathy.com/ -address=/m-shes.ru/ -address=/m-t.io/ -address=/m10s8.com/ -address=/mlog.m1905.cn/ -address=/trace.m1905.cn/ -address=/vodlog.m1905.cn/ -address=/afp.m1905.com/ -address=/counter.m1905.com/ -address=/m19ud.cn/ -address=/m1ll1c4n0.com/ -address=/m2.ai/ -address=/m216j.cn/ -address=/m2pub.com/ -address=/m30w.net/ -address=/m32.media/ -address=/m328ii38yg76vw.com/ -address=/m3bnqqqw.com/ -address=/m4clicks.com/ -address=/p.m5bn.com/ -address=/m5prod.net/ -address=/m.m5z3e.cn/ -address=/m652a.cn/ -address=/m6r.eu/ -address=/m73lae5cpmgrv38.com/ -address=/deal.maabm.com/ -address=/counter.maases.com/ -address=/mabaya.com/ -address=/mabeetam.com/ -address=/mabipa.com/ -address=/exit.macandbumble.com/ -address=/macandcheeseandads.com/ -address=/union.maccms.com/ -address=/machieved.com/ -address=/machings.com/ -address=/mackeeper.com/ -address=/macromill.com/ -address=/laurel.macrovision.com/ -address=/deals.macupdate.com/ -address=/audit.macworld.co.uk/ -address=/cmp.macworld.co.uk/ -address=/sa135.macworld.co.uk/ -address=/cmp.macworld.com/ -address=/mad-adz.com/ -address=/madadsmedia.com/ -address=/madbanner.com/ -address=/madcpms.com/ -address=/sykc.madeindesign.ch/ -address=/eulerian.madeindesign.com/ -address=/tsj0.madeindesign.com/ -address=/madhouse.cn/ -address=/madisonlogic.com/ -address=/madnet.ru/ -address=/madplypie.club/ -address=/madsabs.com/ -address=/madsabz.com/ -address=/madsans.com/ -address=/madsats.com/ -address=/madsatz.com/ -address=/madserving.com/ -address=/madsimz.com/ -address=/madsipz.com/ -address=/madskis.com/ -address=/madskiz.com/ -address=/madslims.com/ -address=/madsokz.com/ -address=/madsone.com/ -address=/brcache.madthumbs.com/ -address=/ad.madvertise.de/ -address=/maebtjn.com/ -address=/mva1.maeva.com/ -address=/tongji.mafengwo.cn/ -address=/mafia-linkz.to/ -address=/magararepublic.com/ -address=/magicads.nl/ -address=/magictreehouse.cn/ -address=/stats.magicwindow.cn/ -address=/magiphone.cn/ -address=/magiq.com/ -address=/rbc.magna.ru/ -address=/magnetairport.com/ -address=/magnetisemedia.com/ -address=/magnetmail1.net/ -address=/magnificohec.site/ -address=/magnify360.com/ -address=/magnuum.com/ -address=/magufsvogh.com/ -address=/mahimeta.com/ -address=/mahindrainsurance.com/ -address=/mahrzxsou.com/ -address=/m.maiduoer.com/ -address=/bad.maienyanjing.cn/ -address=/maihaimo.com/ -address=/delivery.maihehd.com/ -address=/maikuque.net/ -address=/1l-hit.mail.ru/ -address=/mediator.mail.ru/ -address=/r.mail.ru/ -address=/rs.mail.ru/ -address=/top-fwz1.mail.ru/ -address=/ad.mail.ru/ -address=/mailboto.com/ -address=/mailerlite.com/ -address=/n.mailfire.io/ -address=/scripts.mailfire.io/ -address=/mailhxubk.com/ -address=/mailmarketingmachine.com/ -address=/analytics.mailmunch.co/ -address=/tr1.mailperformance.com/ -address=/mailstat.us/ -address=/mainadv.com/ -address=/mainroll.com/ -address=/maipoted.com/ -address=/mairdumont.com/ -address=/mairuan.cn/ -address=/mairuan.com/ -address=/mairuan.com.cn/ -address=/mairuan.net/ -address=/mairuanwang.com/ -address=/maisoncherry.com/ -address=/maka.im/ -address=/makecashtakingsurveys.biz/ -address=/makeding.com/ -address=/makemyvids.com/ -address=/makkuqiavqx.com/ -address=/makohela.tk/ -address=/makumuvgxfogq.com/ -address=/malakasonline.com/ -address=/malest.com/ -address=/bisko.mall.tv/ -address=/mall043.com/ -address=/mass.mall044.com/ -address=/vip.mall044.com/ -address=/mallcom.com/ -address=/mallcss.com/ -address=/mallorcash.com/ -address=/statis1.mama.cn/ -address=/mamaailmjz.cn/ -address=/mamamiyu.com/ -address=/mammina.cn/ -address=/mamphxagal.com/ -address=/mamydirect.com/ -address=/109-204-26-16.netconnexion.managedbroadband.co.uk/ -address=/yx1.managershare.com/ -address=/managewp.org/ -address=/mancehostic.site/ -address=/manfys.com/ -address=/mangoads.net/ -address=/mangoforex.com/ -address=/adsapi.manhuaren.com/ -address=/mannusinglygues.info/ -address=/manoske.com/ -address=/manparis.cn/ -address=/pod.manplay.com/ -address=/sp.mansfieldnewsjournal.com/ -address=/mts.mansion.com/ -address=/mantedtonisms.info/ -address=/manychat.com/ -address=/notice.uchome.manyou.com/ -address=/maokdata.com/ -address=/maomaotang.com/ -address=/m.maopuzw.com/ -address=/maoyumao.net/ -address=/wdm.map24.com/ -address=/maploco.com/ -address=/mapmyuser.com/ -address=/log.mappy.net/ -address=/localads-statistics.maps.me/ -address=/jct.maptu.cn/ -address=/marapcana.online/ -address=/aff.marathonbet.com/ -address=/mb.marathonbet.com/ -address=/marbil24.co.za/ -address=/marchen-toy.co.jp/ -address=/px.marchex.io/ -address=/marfeel.com/ -address=/bc.marfeelcache.com/ -address=/alexandria.marfeelcdn.com/ -address=/mbid.marfeelrev.com/ -address=/marguvpydbrr.com/ -address=/marial.pro/ -address=/marimedia.com/ -address=/marinoderosas.com/ -address=/marinsm.com/ -address=/tracker.marinsoftware.com/ -address=/sp.marionstar.com/ -address=/marisappear.pro/ -address=/markergot.com/ -address=/markerly.com/ -address=/market2lead.com/ -address=/marketbanker.com/ -address=/marketfly.net/ -address=/marketgid.com/ -address=/markethealth.com/ -address=/marketing-page.de/ -address=/marketingenhanced.com/ -address=/marketizator.com/ -address=/marketleverage.com/ -address=/marketnetwork.com/ -address=/marketo.com/ -address=/marketo.net/ -address=/marketperf.com/ -address=/marketresearchglobal.com/ -address=/marketshot.com/ -address=/marketshot.fr/ -address=/oda.markitondemand.com/ -address=/markswebcams.com/ -address=/marktest.pt/ -address=/maropost.com/ -address=/marphezis.com/ -address=/rum.marquardmedia.hu/ -address=/marsads.com/ -address=/marsflag.com/ -address=/sp.marshfieldnewsherald.com/ -address=/marss.eu/ -address=/martiniadnetwork.com/ -address=/marvedesderef.info/ -address=/marvin.pw/ -address=/masdsmt.com/ -address=/g.mashable.com/ -address=/kg.aws.mashable.com/ -address=/maskbaby.com.cn/ -address=/ocm8.masmovil.es/ -address=/geoip.masslive.com/ -address=/mms.masslive.com/ -address=/massrelevance.com/ -address=/tags.master-perf-tools.com/ -address=/master-push.com/ -address=/master-push.net/ -address=/masterads.org/ -address=/masterbate.pro/ -address=/masternal.com/ -address=/masterstats.com/ -address=/mastertop100.org/ -address=/masterwanker.com/ -address=/cnt.mastorage.net/ -address=/masture.mobi/ -address=/mataharirama.xyz/ -address=/media.match.com/ -address=/analytics.matchbin.com/ -address=/matchjia.cn/ -address=/mateti.net/ -address=/mathads.com/ -address=/mathenea.com/ -address=/matheranalytics.com/ -address=/eulerian.mathon.fr/ -address=/mathtag.com/ -address=/mathtype.cn/ -address=/stat.matichon.co.th/ -address=/mation.xyz/ -address=/matiro.com/ -address=/matomo.cloud/ -address=/matrimoniale3x.ro/ -address=/matrix-cash.com/ -address=/livestats.matrix.it/ -address=/tr.bt.matrixspa.it/ -address=/tracker.mattel.com/ -address=/mattempts.info/ -address=/maudau.com/ -address=/maudfkdsuyp.com/ -address=/mauzobou.net/ -address=/uid.mavencoalition.io/ -address=/maxcash.com/ -address=/tracking.maxcdn.com/ -address=/maxcorpmedia.com/ -address=/maxfull.info/ -address=/maxgirlgames.com/ -address=/maxiadv.com/ -address=/maxim.pub/ -address=/maximainvest.net/ -address=/maxisoft.co.uk/ -address=/hda.maxli.cn/ -address=/hdb.maxli.cn/ -address=/maxoi.cn/ -address=/maxonclick.com/ -address=/maxserving.com/ -address=/on.maxspeedcdn.com/ -address=/mad.m.maxthon.cn/ -address=/maxtracker.net/ -address=/maxtraffic.com/ -address=/maxwebsearch.com/ -address=/maxymiser.com/ -address=/maxymiser.net/ -address=/maysrqdev.com/ -address=/collector.mazeberry.com/ -address=/mb-srv.com/ -address=/mb01.com/ -address=/mb102.com/ -address=/mb103.com/ -address=/mb104.com/ -address=/mb38.com/ -address=/mb4a.com/ -address=/mb57.com/ -address=/mbai.cn/ -address=/jb.mbaidu.top/ -address=/js.mbaidu.top/ -address=/mbbjrwsl.com/ -address=/mbcperyc.com/ -address=/mbethnarrowe.info/ -address=/ptcdn.mbicash.nl/ -address=/mbid.io/ -address=/mbjrejhbcaihz.com/ -address=/mbledeparatea.info/ -address=/mbmwfufkaxll.com/ -address=/mbn.com.ua/ -address=/mbotvisit.com/ -address=/mbpjpmcz.com/ -address=/mbsivmsbuteaz.com/ -address=/mbsy.co/ -address=/mbusdw.cn/ -address=/mbww.com/ -address=/mc-nudes.com/ -address=/mcdhshlsboom.com/ -address=/mcdstorage.com/ -address=/mcgndenytmy.com/ -address=/mchpowtyj.com/ -address=/mcirxbajhw.com/ -address=/mcjdsooo.com/ -address=/mcloudglobal.com/ -address=/m.mcnnic.com/ -address=/mcprofits.com/ -address=/mcrzrxwrtpr.com/ -address=/mcskucrxgwx.com/ -address=/a.mct01.com/ -address=/at.mct01.com/ -address=/cm.mct01.com/ -address=/static.mct01.com/ -address=/mcuqjebym.com/ -address=/mcyopesbusomqf.com/ -address=/mczemvlzkndplq.com/ -address=/md-nx.com/ -address=/mdadx.com/ -address=/uid.mdbchina.com/ -address=/mdcszycw.com/ -address=/mddwabpvzcr.com/ -address=/mdgpupricqpmy.com/ -address=/mdialog.com/ -address=/mdlsite.com/ -address=/mdlsrv.com/ -address=/mdmupsmel.com/ -address=/mdn2015x1.com/ -address=/mdn2015x2.com/ -address=/mdn2015x3.com/ -address=/mdn2015x4.com/ -address=/mdn2015x5.com/ -address=/mdotlabs.com/ -address=/ads.mdotm.com/ -address=/cdn.mdotm.com/ -address=/mdous.com/ -address=/karma.mdpcdn.com/ -address=/mdpmgoitzaotk.com/ -address=/mdqpfqvienzr.com/ -address=/mdsauswjligigj.com/ -address=/mdsfzh.cn/ -address=/mdwvwbyvqh.com/ -address=/mdxapi.io/ -address=/mdxzmatcc.com/ -address=/mdzvoi.cn/ -address=/me0715.top/ -address=/plugin.me2day.net/ -address=/meadigital.com/ -address=/meajnbdavp.com/ -address=/measure.ly/ -address=/measured.com/ -address=/measuremap.com/ -address=/measurementapi.com/ -address=/measurementaz.com/ -address=/meatballsandads.com/ -address=/meatydime.com/ -address=/analytics.meaww.com/ -address=/mebablo.com/ -address=/meccahoo.com/ -address=/medi-8.net/ -address=/media-app.com/ -address=/media-click.ru/ -address=/media-general.com/ -address=/media-networks.ru/ -address=/media-sapiens.com/ -address=/media-servers.net/ -address=/media-serving.com/ -address=/media-toolbar.com/ -address=/media.net/ -address=/media01.eu/ -address=/media303.com/ -address=/media6degrees.com/ -address=/media8.cn/ -address=/media970.com/ -address=/mediaadserver.org/ -address=/mediaarmor.com/ -address=/log.mediacategory.com/ -address=/mediaclick.com/ -address=/mediacpm.com/ -address=/mediad2.jp/ -address=/mediadisclose.com/ -address=/mediaessence.net/ -address=/mediaffiliation.com/ -address=/mediafilesdownload.com/ -address=/download207.mediafire.com/ -address=/mediaflire.com/ -address=/mediaforce.com/ -address=/mediaforge.com/ -address=/mediaforgews.com/ -address=/mediafuse.com/ -address=/mediag4.com/ -address=/mediagauge.com/ -address=/download.mediaget.com/ -address=/ld.mediaget.com/ -address=/mediagra.com/ -address=/mediagridwork.com/ -address=/bt.mediaimpact.de/ -address=/mediakeywords.com/ -address=/medialand.ru/ -address=/a.medialytics.com/ -address=/c.medialytics.com/ -address=/cdn.creative.medialytics.com/ -address=/p.medialytics.com/ -address=/t.medialytics.com/ -address=/beacons.mediamelon.com/ -address=/mediametrics.ru/ -address=/audit.median.hu/ -address=/mediaoaktree.com/ -address=/mediaonenetwork.net/ -address=/mediaonpro.com/ -address=/mediapeartree.com/ -address=/mediaplan.ru/ -address=/iframe.mediaplazza.com/ -address=/mediaplex.com/ -address=/mediaraily.com/ -address=/mediarithmics.com/ -address=/mediaseeding.com/ -address=/mediasprucetree.com/ -address=/mto.mediatakeout.com/ -address=/mediatarget.com/ -address=/affiliate.mediatemple.net/ -address=/mediative.ca/ -address=/mediative.com/ -address=/mediatoday.ru/ -address=/mediatraffic.com/ -address=/mediatraffic.com.ua/ -address=/mediatraks.com/ -address=/mediav.com/ -address=/mediaver.com/ -address=/mediavine.com/ -address=/mediaweaver.jp/ -address=/medical-aid.net/ -address=/mediego.com/ -address=/c3metrics.medifast1.com/ -address=/events.medio.com/ -address=/mediumpimpin.com/ -address=/medleyads.com/ -address=/medprofile.cn/ -address=/bi.medscape.com/ -address=/medyagundem.com/ -address=/medyanet.net/ -address=/medyanetads.com/ -address=/meebo.com/ -address=/meehaina.net/ -address=/meendocash.com/ -address=/meepwrite.com/ -address=/meetic-partners.com/ -address=/promos.meetlocals.com/ -address=/meetrics.net/ -address=/meetsexygirls.org/ -address=/meezauch.net/ -address=/mefozykpcwuazw.com/ -address=/mega-stats.com/ -address=/megaad.nz/ -address=/megacpm.com/ -address=/counter.megaindex.ru/ -address=/megapopads.com/ -address=/megappu.com/ -address=/megast.at/ -address=/megatronmailer.com/ -address=/megausenet.pro/ -address=/megausenet.services/ -address=/megmobpoi.club/ -address=/ea.megustaleer.com/ -address=/ea.megustaleer.com.pe/ -address=/meicubao.cn/ -address=/meigeer.com.cn/ -address=/ff.meikanguo.com/ -address=/meilides.com/ -address=/jingdian230.meilika.net/ -address=/meimeidaren.com/ -address=/meimeiha.com/ -address=/meineserver.com/ -address=/meinlist.com/ -address=/meinlnim.com/ -address=/trck.meinprospekt.de/ -address=/meipian7.cn/ -address=/img.meipic.net/ -address=/meiqia.com/ -address=/meishiba.com.cn/ -address=/crayon.meishichina.com/ -address=/ma1.meishij.net/ -address=/ma2.meishij.net/ -address=/meiti1.net/ -address=/tuiguang.meitu.com/ -address=/adui.tg.meitu.com/ -address=/rabbit.tg.meitu.com/ -address=/report.meituan.com/ -address=/analytics.meituan.net/ -address=/meitubeauty.meitudata.com/ -address=/my-material.zone1.meitudata.com/ -address=/meitumq.com/ -address=/dc.meitustat.com/ -address=/mdc.meitustat.com/ -address=/rabbit.meitustat.com/ -address=/meizhuli365.cn/ -address=/norma-external-collect.meizu.com/ -address=/tongji.meizu.com/ -address=/aider-res.meizu.com/ -address=/api-push.meizu.com/ -address=/cal.meizu.com/ -address=/ebook.res.meizu.com/ -address=/game-res.meizu.com/ -address=/game.res.meizu.com/ -address=/infocenter.meizu.com/ -address=/openapi-news.meizu.com/ -address=/push.res.meizu.com/ -address=/reader.meizu.com/ -address=/reader.res.meizu.com/ -address=/tongji-res1.meizu.com/ -address=/umid.orion.meizu.com/ -address=/upush.res.meizu.com/ -address=/uxip.meizu.com/ -address=/hyrankhit.meldingcloud.com/ -address=/melfljypjydxta.com/ -address=/dl.meliacloud.com/ -address=/ea.melijoe.com/ -address=/mellowads.com/ -address=/mellowtin.com/ -address=/melo.space/ -address=/meloads.com/ -address=/melohxphr.com/ -address=/memecounter.com/ -address=/memo.co/ -address=/memsyndazra.com/ -address=/menagexbqhxf.com/ -address=/tracking.menamarketplace.com/ -address=/mendoc.cn/ -address=/menepe.com/ -address=/meng1216.com/ -address=/mengbingyuan.com/ -address=/mengchengbao.com/ -address=/mengheyu.com/ -address=/menghuanzhilv.cn/ -address=/menghuanzs.com/ -address=/mengis-linden.org/ -address=/mengpr.com/ -address=/mengyuanwei.com/ -address=/liveresources.mensxp.com/ -address=/mentad.com/ -address=/mentalks.ru/ -address=/menuexamples.com/ -address=/meooe.com/ -address=/mepirtedic.com/ -address=/mercadoclics.com/ -address=/dejavu.mercadolivre.com.br/ -address=/mercent.com/ -address=/chanalytics.merchantadvantage.com/ -address=/merchenta.com/ -address=/affiliate.mercola.com/ -address=/mercuras.com/ -address=/mercy.ga/ -address=/count.merian.de/ -address=/analytics00.meride.tv/ -address=/meried.co/ -address=/slickdeals.meritline.com/ -address=/merrymilkfoods.com/ -address=/meryjane.pro/ -address=/ad.mesomorphosis.com/ -address=/messengerpeople.com/ -address=/metartmoney.met-art.com/ -address=/hit.meta.ua/ -address=/meta4-group.com/ -address=/metalyzer.com/ -address=/metartmoney.com/ -address=/metavertising.com/ -address=/metavertizer.com/ -address=/meteor.com/ -address=/meteorsolutions.com/ -address=/methodcash.com/ -address=/metmt.com/ -address=/metricfast.com/ -address=/metricool.com/ -address=/metrics.io/ -address=/metricsdirect.com/ -address=/metriweb.be/ -address=/rta2.metro.co.uk/ -address=/ted.metro.co.uk/ -address=/wa.metro.co.uk/ -address=/metrocuadro.com.ve/ -address=/geo.metronews.ca/ -address=/meubonus.com/ -address=/mewnetwag.site/ -address=/meya41w7.com/ -address=/mezaa.com/ -address=/mezimedia.com/ -address=/geo.mezr.com/ -address=/mezzobit.com/ -address=/mfadsrvr.com/ -address=/a.mfcad.net/ -address=/mfcvxw.cn/ -address=/mfdhvdwkdg.com/ -address=/mffsqhmzeycb.com/ -address=/mfgxwluvrr.com/ -address=/mfgyyqqjpp.com/ -address=/mfhsvkepu.com/ -address=/mfigasff.com/ -address=/mfio.cf/ -address=/mvo.mftgyh.xyz/ -address=/mftracking.com/ -address=/ee.mfufanj.cn/ -address=/m.mfufanj.cn/ -address=/mfwfpucpfya.com/ -address=/mfwjyreguafi.com/ -address=/mfxzxrveb.com/ -address=/mg2connext.com/ -address=/mgcash.com/ -address=/mgcashgate.com/ -address=/mgdfebwxonyfe.com/ -address=/1.mgff.com/ -address=/mgfkncmjue.com/ -address=/mgid.com/ -address=/mgjumvwmgusai.com/ -address=/mgldzcls.com/ -address=/mgltjlqx.com/ -address=/mglvqian.com/ -address=/affiliates.mgmmirage.com/ -address=/mgnczbprazyv.com/ -address=/mgnkokxa.com/ -address=/mgogo.com/ -address=/mgojnezwuuxyv.com/ -address=/mgouoirpayddk.com/ -address=/mgplatform.com/ -address=/mgsue.cn/ -address=/data.mgtv.com/ -address=/as.mgtv.com/ -address=/audit.aaa.mgtv.com/ -address=/cmop.mgtv.com/ -address=/imgaliyun.da.mgtv.com/ -address=/imgaliyun.res.mgtv.com/ -address=/m2.da.mgtv.com/ -address=/mobaliyun.res.mgtv.com/ -address=/mobile.da.mgtv.com/ -address=/mobile2.da.mgtv.com/ -address=/pc.da.mgtv.com/ -address=/pc1.da.mgtv.com/ -address=/pcvideoaliyun.titan.mgtv.com/ -address=/pcvideoyd.titan.mgtv.com/ -address=/pcweb-v1.log.mgtv.com/ -address=/pcweb.v1.mgtv.com/ -address=/py.da.mgtv.com/ -address=/v1-play.log.mgtv.com/ -address=/v2.da.mgtv.com/ -address=/v2.log.mgtv.com/ -address=/web.da.mgtv.com/ -address=/web2.da.mgtv.com/ -address=/x.da.mgtv.com/ -address=/y.da.mgtv.com/ -address=/ys.da.mgtv.com/ -address=/mguqjbjgs.com/ -address=/mgwcn.com/ -address=/mgwl668.com/ -address=/mgziozplbkzv.com/ -address=/mh9dskj8jg.com/ -address=/mhbdezpwdq.com/ -address=/mhhjqfjujxwrfa.com/ -address=/mhmgeilfkcgov.com/ -address=/mhogb.space/ -address=/mhorwseoai.com/ -address=/mhradio.org/ -address=/hy-brasil.mhwang.com/ -address=/marx-brothers.mhwang.com/ -address=/rat-on-subway.mhwang.com/ -address=/mhwozc.cn/ -address=/mi-de-ner-nis3.info/ -address=/resolver.gslb.mi-idc.com/ -address=/app01.nodes.gslb.mi-idc.com/ -address=/app02.nodes.gslb.mi-idc.com/ -address=/f3.mi-stat.gslb.mi-idc.com/ -address=/ssl-cdn.static.browser.mi-img.com/ -address=/mi-mi-fa.com/ -address=/a.hl.mi.com/ -address=/a.union.mi.com/ -address=/ad.mi.com/ -address=/api.jr.mi.com/ -address=/migc.g.mi.com/ -address=/migcreport.g.mi.com/ -address=/mis.g.mi.com/ -address=/mivideo.g.mi.com/ -address=/sg.a.stat.mi.com/ -address=/staging.admin.e.mi.com/ -address=/mi1.cc/ -address=/miakalyn.pw/ -address=/mialbj6.com/ -address=/miaobeichina.com/ -address=/miaomu139.cn/ -address=/miaos11.com/ -address=/miaozhen.com/ -address=/qqa.miaozhu823.com/ -address=/contadores.miarroba.com/ -address=/contadores.miarroba.es/ -address=/stats.miarroba.info/ -address=/miastina.pw/ -address=/mibebu.com/ -address=/mibsooks.net/ -address=/data.mic.com/ -address=/odin.mic.com/ -address=/micodigo.com/ -address=/micpn.com/ -address=/micreative-china.cn/ -address=/microad-cn.com/ -address=/microad.jp/ -address=/microad.net/ -address=/microadinc.com/ -address=/microcounter.de/ -address=/c72.microfog.me/ -address=/c73.microfog.me/ -address=/glbdns.microsoft.com/ -address=/telemetry.microsoft.com/ -address=/bingads.microsoft.com/ -address=/choice.microsoft.com/ -address=/crl.microsoft.com/ -address=/diagnostics.support.microsoft.com/ -address=/vortex-win.data.microsoft.com/ -address=/i1.services.social.microsoft.com/ -address=/ieonline.microsoft.com/ -address=/rad.microsoft.com/ -address=/redir.metaservices.microsoft.com/ -address=/settings-sandbox.data.microsoft.com/ -address=/settings-win.data.microsoft.com/ -address=/statsfe1.ws.microsoft.com/ -address=/statsfe2.ws.microsoft.com/ -address=/watson.microsoft.com/ -address=/telemetry.urs.microsoft.com/ -address=/vortex-sandbox.data.microsoft.com/ -address=/vortex-win-sandbox.data.microsoft.com/ -address=/vortex.data.microsoft.com/ -address=/mobile.pipe.aria.microsoft.com/ -address=/microsoftaffiliates.net/ -address=/dl.microsword.net/ -address=/midas-i.com/ -address=/midas-network.com/ -address=/analytics.midwesternmac.com/ -address=/mie99.net/ -address=/miegpokitjxm.com/ -address=/daima.miercn.com/ -address=/hz.miercn.com/ -address=/tongji.miercn.com/ -address=/mierdydkqvpgno.com/ -address=/mieru-ca.com/ -address=/mieyisi.com/ -address=/mifun.mobi/ -address=/mifxolavi.com/ -address=/migdtqq.com/ -address=/mighbest.host/ -address=/mighbest.pw/ -address=/mighbest.site/ -address=/mightiger.net/ -address=/mignoops.net/ -address=/mignpaybmqkcy.com/ -address=/miidi.net/ -address=/miiuv.com/ -address=/mijifen.com/ -address=/feed.mikle.com/ -address=/mikpumwbahkx.com/ -address=/mikrairs.com/ -address=/milabra.com/ -address=/milardi.it/ -address=/mileporn.com/ -address=/tracking.military.com/ -address=/milleniumpapelaria.com.br/ -address=/millennialmedia.com/ -address=/ea.millet-mountain.com/ -address=/ea.millet.fr/ -address=/millioncash.ru/ -address=/millioncounter.com/ -address=/p.milliyet.com.tr/ -address=/millwardbrownacsr.com/ -address=/milotree.com/ -address=/milparota.com/ -address=/miltauru.net/ -address=/tlp5.mimale.com/ -address=/mimgoal.com/ -address=/mimqvkusf.com/ -address=/min1319.com/ -address=/minardict.pro/ -address=/analytics.mindjolt.com/ -address=/mindlytix.com/ -address=/mindmanager.cc/ -address=/mindopu.com/ -address=/mindrook.com/ -address=/tracking.mindshare.de/ -address=/mindtake.com/ -address=/minemytraffic.com/ -address=/minerad.com/ -address=/mineralt.io/ -address=/minero.cc/ -address=/minero.pw/ -address=/minesage.com/ -address=/minescripts.info/ -address=/minessetion.info/ -address=/minewhat.com/ -address=/minexmr.com/ -address=/mingbangzichan.com/ -address=/minghui.com/ -address=/minghui.org/ -address=/affiliates.minglematch.com/ -address=/cdn.mingmingtehui.com/ -address=/s1.mingmingtehui.com/ -address=/s2.mingmingtehui.com/ -address=/a1.mingyihui.net/ -address=/mingysh.com/ -address=/mingyueqingfengshe.com/ -address=/minimumpay.info/ -address=/mining.best/ -address=/mininghub.club/ -address=/minisplat.cn/ -address=/ministedik.info/ -address=/ministerio-publi.info/ -address=/minodazi.com/ -address=/minologyhesia.site/ -address=/minr.pw/ -address=/minsistereron.site/ -address=/mintake.com/ -address=/insight.mintel.com/ -address=/data.minute.ly/ -address=/mioxtidzcrh.com/ -address=/wm.mipcdn.com/ -address=/mipujia.com/ -address=/miracan.pw/ -address=/mirafaren.pw/ -address=/mirago.com/ -address=/mirandolasrl.it/ -address=/as.mirapodo.de/ -address=/mirrorpersonalinjury.co.uk/ -address=/mirtesen.ru/ -address=/misdem.pro/ -address=/misosoup.io/ -address=/misslk.com/ -address=/ss.missyouxi.com/ -address=/mitatic.xyz/ -address=/mitouxoo.net/ -address=/stats.mituyu.com/ -address=/hot.browser.miui.com/ -address=/tracking.miui.com/ -address=/adinfo.ra1.xlmc.sec.miui.com/ -address=/adv.sec.miui.com/ -address=/api.ra2.xlmc.sec.miui.com/ -address=/api.tw06.xlmc.sec.miui.com/ -address=/api.xk.miui.com/ -address=/calopenupdate.comm.miui.com/ -address=/etl.xlmc.sec.miui.com/ -address=/fb.xk.miui.com/ -address=/info.analysis.kp.sec.miui.com/ -address=/info.sec.miui.com/ -address=/logupdate.avlyun.sec.miui.com/ -address=/metok.sys.miui.com/ -address=/proxy.sec.miui.com/ -address=/r.browser.miui.com/ -address=/reader.browser.miui.com/ -address=/security.browser.miui.com/ -address=/update.avlyun.sec.miui.com/ -address=/hot.browser.intl.miui.com/ -address=/activity.browser.intl.miui.com/ -address=/adv.sec.intl.miui.com/ -address=/api.brs.intl.miui.com/ -address=/api.newsfeed.intl.miui.com/ -address=/huangye.miui.com/ -address=/miwhonjam.com/ -address=/mixi.media/ -address=/mixi.mn/ -address=/mixmarket.biz/ -address=/mixpanel.com/ -address=/mixpo.com/ -address=/mixturehopeful.com/ -address=/mixuaeielbnlg.com/ -address=/miyudaquan.top/ -address=/ttts.miyue17.com/ -address=/mj70.cn/ -address=/mjcvdxnmp.com/ -address=/lucid.mjhassoc.com/ -address=/mjita.cn/ -address=/mjkvwpabdce.com/ -address=/mjmbfjbgtqpu.com/ -address=/mjpjjbbvct.com/ -address=/mjquyspsrgybs.com/ -address=/mjtjtcofce.com/ -address=/mjx123.com/ -address=/mkgosjtrbhag.com/ -address=/mkhoj.com/ -address=/mkkosxvmn.com/ -address=/mkkxioajtwm.com/ -address=/open.mkt1397.com/ -address=/mkt3261.com/ -address=/mkt51.net/ -address=/mkt941.com/ -address=/mktmobi.com/ -address=/mktoresp.com/ -address=/mkxgvmswfmypy.com/ -address=/mkyrxfftdmqx.com/ -address=/mkzbpsiml.com/ -address=/emjs.mkzhan.com/ -address=/ml-attr.com/ -address=/etui.fs.ml.com/ -address=/ml314.com/ -address=/ml44.cn/ -address=/m.mlabf.cn/ -address=/mlangw.net/ -address=/dejavu.mlapps.com/ -address=/mlclick.com/ -address=/mlgtlxyicweqn.com/ -address=/api.mlinks.co/ -address=/mlion.cn/ -address=/geoip.mlive.com/ -address=/mms.mlive.com/ -address=/mllfdnjrnkvhmd.com/ -address=/mlltyllhgohn.com/ -address=/mlnadvertising.com/ -address=/mlno6.com/ -address=/mlonsougoylpbu.com/ -address=/mlpoint.pt/ -address=/mlqrytbjgrbe.com/ -address=/mlsbxcgueedu.com/ -address=/mlstat.com/ -address=/analytics.mlstatic.com/ -address=/mlsys.xyz/ -address=/mlsyuvxhhmvd.com/ -address=/mlt01.com/ -address=/mlyqbqha.com/ -address=/mm-cgnews.com/ -address=/mm-syringe.com/ -address=/mm100.com/ -address=/mm7.net/ -address=/mmaaxx.com/ -address=/mmadsgadget.com/ -address=/mtag.mman.kr/ -address=/da.mmarket.com/ -address=/mmbfmlrd.com/ -address=/mmccint.com/ -address=/i.mmcdn.cn/ -address=/mmfusheng.com/ -address=/mmfvtvdqlwxyj.com/ -address=/mmgads.com/ -address=/mmhhjt.com/ -address=/mmi-agency.com/ -address=/mmile.com/ -address=/mmismm.com/ -address=/mmissedecon.info/ -address=/mmkvi.com/ -address=/mmnetwork.mobi/ -address=/mmo123.co/ -address=/mmoframes.com/ -address=/mmondi.com/ -address=/mmoptional.com/ -address=/mmotraffic.com/ -address=/mmpcqstnkcelx.com/ -address=/mmpnierhio.com/ -address=/mmpool.org/ -address=/mmpuh.cn/ -address=/mmqidlebc.com/ -address=/mmsbbbki.com/ -address=/gj.mmstat.com/ -address=/oneid.mmstat.com/ -address=/ac.mmstat.com/ -address=/cnzz.mmstat.com/ -address=/gm.mmstat.com/ -address=/go.mmstat.com/ -address=/gxb.mmstat.com/ -address=/hz.mmstat.com/ -address=/p3p.mmstat.com/ -address=/res.mmstat.com/ -address=/wgo.mmstat.com/ -address=/yt.mmstat.com/ -address=/mmtro.com/ -address=/mmwdwg.cn/ -address=/mmxbgakffqemu.com/ -address=/zg.mmyuer.com/ -address=/mn1nm.com/ -address=/mn586.com/ -address=/mnaljqzekv.com/ -address=/mnbfujorh.com/ -address=/mnbvjhg.com/ -address=/mncvjhg.com/ -address=/mnetads.com/ -address=/mnfiiphpwzyncr.com/ -address=/mng-ads.com/ -address=/mnnsjudnfgalyx.com/ -address=/mno.link/ -address=/mnozqjxzrhko.com/ -address=/mnptinibfbv.com/ -address=/ad.mnt123.com/ -address=/mntzr11.net/ -address=/mntzrlt.net/ -address=/g.mnw.cn/ -address=/mnwmcyyoxm.com/ -address=/mnxtu.com/ -address=/mnyawkpabrsv.com/ -address=/mnzdgidf.com/ -address=/mo-tuo.com/ -address=/mo8mwxi1.com/ -address=/moad.cn/ -address=/moafoche.com/ -address=/moapteeg.net/ -address=/moatads.com/ -address=/mob.com/ -address=/mob1ledev1ces.com/ -address=/mobaders.com/ -address=/mobadme.jp/ -address=/mobalives.com/ -address=/mobalyzer.net/ -address=/mobatori.com/ -address=/mobbobr.com/ -address=/ads.mobclix.com/ -address=/data.mobclix.com/ -address=/s.mobclix.com/ -address=/mobday.com/ -address=/mobdisc.net/ -address=/mobdisc.org/ -address=/mobfox.com/ -address=/mobgi.com/ -address=/mobgold.com/ -address=/mobicont.com/ -address=/cdn.mobicow.com/ -address=/mobidevdom.com/ -address=/mobifobi.com/ -address=/a.mobify.com/ -address=/mobile-10.com/ -address=/tracking.mobile.de/ -address=/mobileadspopup.com/ -address=/track-east.mobileadtrading.com/ -address=/mobileapptracking.com/ -address=/debugreport.mobiledissector.com/ -address=/img.ads.mobilefuse.net/ -address=/widgets.mobilelocalnews.com/ -address=/mobileraffles.com/ -address=/mobilerevenu.com/ -address=/ads.mobilityware.com/ -address=/apps.mobilityware.com/ -address=/mobiright.com/ -address=/config.mobisage.cn/ -address=/c.mobishu.com/ -address=/mobisla.com/ -address=/mobitracker.info/ -address=/mobiyield.com/ -address=/mobizme.net/ -address=/cdn0.mobmore.com/ -address=/ex.mobmore.com/ -address=/moborobot.com/ -address=/visit.mobot.net/ -address=/mobpartner.mobi/ -address=/mobsterbird.info/ -address=/mobstrks.com/ -address=/mobtop.ru/ -address=/mobtrks.com/ -address=/mobtyb.com/ -address=/mobylog.jp/ -address=/mobytrks.com/ -address=/mocean.mobi/ -address=/x.mochiads.com/ -address=/xs.mochiads.com/ -address=/mochibot.com/ -address=/mockingfish.com/ -address=/rv.modanisa.com/ -address=/modelsgonebad.com/ -address=/moderningvigil.pro/ -address=/modernus.is/ -address=/modescrips.info/ -address=/a6s.modoupai.com/ -address=/pic.modpi.cn/ -address=/modulepush.com/ -address=/modzj.net/ -address=/moengage.com/ -address=/stat.moevideo.net/ -address=/mofun.ltd/ -address=/mofzedjmlhds.com/ -address=/mogointeractive.com/ -address=/mogqlceldpwbxe.com/ -address=/moguozhi.com/ -address=/mohecm.com/ -address=/mohini-ger.com/ -address=/mohqurakhwvf.com/ -address=/moimjvrbzb.com/ -address=/mojhasmpl.com/ -address=/ad.api.moji.com/ -address=/adlaunch.moji.com/ -address=/fds.api.moji.com/ -address=/stat.moji.com/ -address=/v1.log.moji.com/ -address=/cdn2.moji002.com/ -address=/mojigaga.com/ -address=/mojiva.com/ -address=/mojoaffiliates.com/ -address=/qd.mojya.cn/ -address=/stats.mokeedev.com/ -address=/mokonocdn.com/ -address=/mokuz.ru/ -address=/moleagmeq.com/ -address=/molfkqiw.com/ -address=/ad.molitv.cn/ -address=/adlog.molitv.cn/ -address=/log.molitv.cn/ -address=/log1.molitv.cn/ -address=/log2.molitv.cn/ -address=/track.molitv.cn/ -address=/log.tv.moliv.cn/ -address=/mollnia.com/ -address=/momently.com/ -address=/momzs.com/ -address=/xfn6.monaco.edu/ -address=/monad-rtb.com/ -address=/monadplug.com/ -address=/monarchslo.com/ -address=/monditomasks.co/ -address=/mondoperaio.net/ -address=/monerise.com/ -address=/monero-miner.com/ -address=/monero.how/ -address=/monerominer.rocks/ -address=/moneromining.online/ -address=/moneroocean.stream/ -address=/xfo.monesyy.com/ -address=/monetate.net/ -address=/monetizer101.com/ -address=/monetizze.com.br/ -address=/money4ads.com/ -address=/moneycosmos.com/ -address=/moneymakercdn.com/ -address=/moneytec.com/ -address=/moneywhisper.com/ -address=/mongoosemetrics.com/ -address=/monijorb.com/ -address=/moninosa.com/ -address=/monitis.com/ -address=/monitoringservice.co/ -address=/monitus.net/ -address=/monkeybroker.net/ -address=/monkeyminer.net/ -address=/monkeytracker.cz/ -address=/tracking.monsido.com/ -address=/ea.monsieurmanuel.com/ -address=/monsoonads.com/ -address=/monstat.com/ -address=/promotion.monster.com/ -address=/publisher.monster.com/ -address=/montacarichi.it/ -address=/dv59b.montecarlomeeting.com/ -address=/sp.montgomeryadvertiser.com/ -address=/montmti.top/ -address=/montpti.top/ -address=/monu.delivery/ -address=/monxserver.com/ -address=/moodoocrv.com.cn/ -address=/moogos.com/ -address=/mookie1.com/ -address=/moomoopop.com/ -address=/moon-ads.com/ -address=/moonlightingapi-ads.com/ -address=/mo.moonpig.com/ -address=/moonsade.com/ -address=/moonwish.com.cn/ -address=/mooseway.com/ -address=/mootermedia.com/ -address=/moowouzy.net/ -address=/mooxar.com/ -address=/union.mop.com/ -address=/mopinion.com/ -address=/track.mopo.de/ -address=/mopub.com/ -address=/mopushy.com/ -address=/mopxhrgiyybr.com/ -address=/moquanad.com/ -address=/sstats.mora.jp/ -address=/moradu.com/ -address=/morbitempus.com/ -address=/mordi.fun/ -address=/tap.more-results.net/ -address=/moregamers.com/ -address=/morehitserver.com/ -address=/morenews3.net/ -address=/moreshare.com/ -address=/morgdm.ru/ -address=/moritava.com/ -address=/morningdigit.com/ -address=/morningpiggy.com/ -address=/morydark.pw/ -address=/stats.mos.ru/ -address=/mosa86.com/ -address=/mosaiq.io/ -address=/mosdqxsgjhes.com/ -address=/n.a.mosenni.com/ -address=/moshangflower.cn/ -address=/mostviewed.xyz/ -address=/webstats.motigo.com/ -address=/motille.com/ -address=/motivacionyrelajacion.com/ -address=/motohelpr.com/ -address=/motominer.com/ -address=/motorpresse-statistik.de/ -address=/statistik.motorpresse.de/ -address=/pageinfo.motorsport.com/ -address=/motosal.net/ -address=/motrixi.com/ -address=/mottnow.com/ -address=/mouaa.com/ -address=/mouse3k.com/ -address=/mouseflow.com/ -address=/mousestats.com/ -address=/mousetrace.com/ -address=/moutaihotel.cn/ -address=/analytics.mouthshut.com/ -address=/mouuhrprxixwrw.com/ -address=/movable-ink-6710.com/ -address=/r.movad.de/ -address=/v.movad.de/ -address=/movad.net/ -address=/movcpm.com/ -address=/move2.co/ -address=/846.move7.com/ -address=/w6061.move7.com/ -address=/moveadrenaline.com/ -address=/movie4all.co/ -address=/moviedownloader.net/ -address=/tower.moviepilot.com/ -address=/analytics.moviepilot.de/ -address=/movii-loft.cn/ -address=/mowfruit.com/ -address=/mowithlerendu.pro/ -address=/ad.mox.tv/ -address=/moxiaoyang.top/ -address=/mozgvya.com/ -address=/mozist.com/ -address=/widgets.mozo.com.au/ -address=/affiliates.mozy.com/ -address=/mp-https.info/ -address=/mp3ger.com/ -address=/mp3toavi.xyz/ -address=/mp3vicio.com/ -address=/mparticle.com/ -address=/mpay69.pw/ -address=/mpbjbeueinytao.com/ -address=/mpgvgkeib.com/ -address=/mpianalytics.com/ -address=/mpjitqgyr.com/ -address=/mpk01.com/ -address=/mpliedancia.info/ -address=/mplxtms.com/ -address=/mpmcash.com/ -address=/mpmzqgkpavhhkt.com/ -address=/mpnrs.com/ -address=/mpp9h.cn/ -address=/mppapi.io/ -address=/mppmnetwork.com/ -address=/mpqfzyh.com/ -address=/mpression.net/ -address=/mprezchc.com/ -address=/mprisedluxemb.info/ -address=/mps-gba.de/ -address=/tracking.gruppo.mps.it/ -address=/mediametrics.mpsa.com/ -address=/mpstat.us/ -address=/mptedcazdep.info/ -address=/mptentry.com/ -address=/mpudcfnsnpj.com/ -address=/mpuls.ru/ -address=/mpuqvoa.com/ -address=/mpush.cn/ -address=/mpwe.net/ -address=/mpyiiswvgxz.com/ -address=/mpzw.com/ -address=/mldys.mqchy.cn/ -address=/mqcwr.cn/ -address=/mqdznyotsam.com/ -address=/mqgpo.com/ -address=/mqhjvfeiiucga.com/ -address=/mqhubpjjlhszv.com/ -address=/mql5.com/ -address=/mqmtjoshdvlow.com/ -address=/mqnklgnucy.com/ -address=/mqohsosljexz.com/ -address=/mqpx4.com/ -address=/mquvqdhzgfyjl.com/ -address=/mr-rank.de/ -address=/mr087.cn/ -address=/mrelko.com/ -address=/mrhtltayffbrgv.com/ -address=/mrjppjqmc.com/ -address=/mrjzfzwey.com/ -address=/mrksys.com/ -address=/mrnvpqtqkx.com/ -address=/mrperfect.in/ -address=/mrporngeek.com/ -address=/e.mrsasharingspace.com/ -address=/tour.mrskin.com/ -address=/mrskincash.com/ -address=/mruxsxrnu.com/ -address=/mrw.so/ -address=/mrycrypto.com/ -address=/mrzpfpgh.com/ -address=/ms11.net/ -address=/ms758.com/ -address=/msads.net/ -address=/msbftyajwu.com/ -address=/mscimg.com/ -address=/msdfd.cn/ -address=/mse2v5oglm.com/ -address=/az693360.vo.msecnd.net/ -address=/msecure108.com/ -address=/msegeqxwopq.com/ -address=/msgapp.com/ -address=/heals.msgfocus.com/ -address=/msgs.jp/ -address=/msgtag.com/ -address=/msgwxozk.com/ -address=/msigpurubzkm.com/ -address=/mskjf.com/ -address=/msltzer.cn/ -address=/msmaijsxlo.com/ -address=/c-5uwzmx78pmca09x24aiux2euavx2ekwu.g00.msn.com/ -address=/expdb2.msn.com/ -address=/partner.video.syndication.msn.com/ -address=/proxypage.msn.com/ -address=/r.msn.com/ -address=/rad.msn.com/ -address=/rel.msn.com/ -address=/srtb.msn.com/ -address=/ads1.msn.com/ -address=/ads2.msn.com/ -address=/ac3.msn.com/ -address=/ads.eu.msn.com/ -address=/ads.msn.com/ -address=/adsyndication.msn.com/ -address=/analytics.msn.com/ -address=/analytics.msnbc.msn.com/ -address=/c.msn.com/ -address=/catalog.video.msn.com/ -address=/h.msn.com/ -address=/mobileads.msn.com/ -address=/otf.msn.com/ -address=/popup.msn.com/ -address=/rmads.eu.msn.com/ -address=/rmads.msn.com/ -address=/toolbar.msn.com/ -address=/c.msn.com.cn/ -address=/tags.msnbc.com/ -address=/analytics.msnbc.com/ -address=/msparktrk.com/ -address=/mspgkbvxtl.com/ -address=/tracker.mspy.com/ -address=/msquaredproductions.com/ -address=/msrigkqkdd.com/ -address=/mssheng.com/ -address=/mstat.ga/ -address=/mstracker.net/ -address=/mstrlytcs.com/ -address=/msuik.cn/ -address=/msujd.cn/ -address=/mswysfgnr.com/ -address=/msxmfyhwgkos.com/ -address=/msypr.com/ -address=/mszoioqvm.com/ -address=/s.mt145.com/ -address=/mtbgrgscjwcjc.com/ -address=/mtburn.com/ -address=/mtbwqtfqnj.com/ -address=/mtcat.cn/ -address=/counter.mtgnewmedia.se/ -address=/log.mtime.cn/ -address=/log2.mtime.cn/ -address=/logx.mtime.cn/ -address=/logx.mtime.com/ -address=/advert.mting.info/ -address=/mtldesigns.ca/ -address=/mtmuhcmpz.com/ -address=/mtnreztslx.com/ -address=/mtoor.com/ -address=/mtrack.nl/ -address=/mtracking.com/ -address=/mtrcss.com/ -address=/mtree.com/ -address=/x.mtrend.cn/ -address=/mtsoxkqlqnawre.com/ -address=/mtty.com/ -address=/material.mtty.xin/ -address=/mtty-cdn.mtty.xin/ -address=/mttyfwtvyumc.com/ -address=/m.mtuoa.com/ -address=/stat.mtv3.fi/ -address=/geo.mtvnn.com/ -address=/mtvp05j.com/ -address=/mtxsk.com/ -address=/mtzddtrs.com/ -address=/mtzszlpypbxjm.com/ -address=/mu722.com/ -address=/muagjoxfew.com/ -address=/mubite.cn/ -address=/smart-789.image.mucang.cn/ -address=/muchritfakethen.info/ -address=/go.mudoudou.net/ -address=/mueller-holz-bau.com/ -address=/mueyqvzw.com/ -address=/muhexvakuawzo.com/ -address=/km1.muhoujiemi.com/ -address=/ys.muhoujiemi.com/ -address=/mujap.com/ -address=/mujiangdashi.cn/ -address=/mujilora.com/ -address=/mujzsntbwzwc.com/ -address=/mukqeq.cn/ -address=/mulanphone.cn/ -address=/multiadserv.com/ -address=/multicounter.de/ -address=/multimater.com/ -address=/mto.multiopen.cn/ -address=/multiview.com/ -address=/js.mumayi.net/ -address=/mumbldnn.com/ -address=/dai18.mumu01.com/ -address=/jian18.mumu01.com/ -address=/mundanepollution.com/ -address=/munero.me/ -address=/count.munhwa.com/ -address=/munpprwlhric.com/ -address=/munroadaz.site/ -address=/muoiuxfj.com/ -address=/mupteekr.net/ -address=/muqsad.xyz/ -address=/muqson0kgr.com/ -address=/murdoog.com/ -address=/murkymouse.online/ -address=/murroliving.com.cn/ -address=/mushan.xin/ -address=/music-desktop.com/ -address=/log2.musical.ly/ -address=/log.musical.ly/ -address=/applog.musical.ly/ -address=/lp.musicboxnewtab.com/ -address=/musiccounter.ru/ -address=/musicnote.info/ -address=/musighkm.com/ -address=/musik-mp3.info/ -address=/tracking.musixmatch.com/ -address=/musthird.com/ -address=/mutary.com/ -address=/mutaticial.com/ -address=/mutinycdn.com/ -address=/mutinyhq.com/ -address=/mutinyhq.io/ -address=/mutualvehemence.com/ -address=/e.mutvib.cn/ -address=/muusn.cn/ -address=/muvflix.com/ -address=/muvimtim.com/ -address=/muwjxxvovtb.com/ -address=/ad.muyang888.top/ -address=/dvv.muyfgf.xyz/ -address=/muzjpkel.com/ -address=/mvbemeggnodty.com/ -address=/mvdbdtwicgw.bid/ -address=/mvdizbgdpfgl.com/ -address=/mvdvktbaptzl.com/ -address=/datadog-service.mvfglobal.com/ -address=/px.mvfglobal.com/ -address=/mvilivestats.com/ -address=/mvimzkmondb.com/ -address=/eur3.mvjcdn.com/ -address=/mvnuyjsdgle.com/ -address=/mvnyllursi.com/ -address=/mvotvznetuvfb.com/ -address=/mvqzskrnrsy.com/ -address=/mvtracker.com/ -address=/mvunstblutptj.com/ -address=/mvvspjarye.com/ -address=/mvyctyji.com/ -address=/mvyutamcykv.com/ -address=/e.mw31pe.cn/ -address=/m.mw31pe.cn/ -address=/mwaiqeefj.com/ -address=/mwfzoumik.com/ -address=/mwhjamwra.com/ -address=/mwhtoxix.com/ -address=/mwjpk.com/ -address=/mwor.gq/ -address=/mwslcqfoifw.com/ -address=/mwstats.net/ -address=/mwvznnssqv.com/ -address=/mwzquivpqnod.com/ -address=/mxadtjluuv.com/ -address=/mxapis.com/ -address=/mxcdn.net/ -address=/mxdregs.com/ -address=/m.mxguan.com/ -address=/mxitie.com/ -address=/mxmrt.com/ -address=/mxphrvkcgvcpl.com/ -address=/mxpnl.com/ -address=/mxpopad.com/ -address=/mxptint.net/ -address=/mxsads.com/ -address=/mxsuikhqaggf.com/ -address=/mxtads.com/ -address=/mxtailor.com/ -address=/mxvncslrduda.com/ -address=/mxysalqnbj.com/ -address=/my-ranking.de/ -address=/my-stats.info/ -address=/r.my.com/ -address=/tracker-api.my.com/ -address=/fdc.my0511.com/ -address=/myaarzoo.com/ -address=/myadcash.com/ -address=/myadstack.net/ -address=/myadultimpressions.com/ -address=/r.myadx.net/ -address=/myaffiliateprogram.com/ -address=/myaffiliates.com/ -address=/adres.myaora.net/ -address=/lv.myapks.com/ -address=/myaudience.de/ -address=/myawesomecash.com/ -address=/mybestdc.com/ -address=/img.mybet.com/ -address=/mybitsearch.com/ -address=/mybloglog.com/ -address=/tracking.mycapture.com/ -address=/mycasinoaccounts.com/ -address=/mycctvmedia.com/ -address=/mycdn.co/ -address=/mycdn2.co/ -address=/sp.mycentraljersey.com/ -address=/mycleanmymac.com/ -address=/mycleanpc.tk/ -address=/myclickbankads.com/ -address=/track.mycliplister.com/ -address=/track2.mycliplister.com/ -address=/mycookies.it/ -address=/mycounter.com.ua/ -address=/mycounter.ua/ -address=/mycryrpto.com/ -address=/mydas.mobi/ -address=/mydreamads.com/ -address=/xc.mydrivers.com/ -address=/icons.mydrivers.com/ -address=/myeffect.net/ -address=/myeffecto.com/ -address=/myemailbox.info/ -address=/myfastcdn.com/ -address=/myfastcounter.com/ -address=/affiliates.myfax.com/ -address=/analytics.myfidevs.io/ -address=/analytics.myfinance.com/ -address=/mygeek.cn/ -address=/mygeneclub.com/ -address=/mygoodlives.com/ -address=/myhard.com/ -address=/libfre.obs.cn-east-3.myhuaweicloud.com/ -address=/myinfotopia.com/ -address=/mykhtesikvuz.com/ -address=/down.mykings.pw/ -address=/up.mykings.pw/ -address=/media.mykocam.com/ -address=/media.mykodial.com/ -address=/mylabsrl.com/ -address=/mylbhsppnrskr.com/ -address=/mylevfpqmlt.com/ -address=/mylhebhwgim.com/ -address=/mylikechat.com/ -address=/mylinkbox.com/ -address=/images.mylot.com/ -address=/soso.mymederback.com/ -address=/mynativeads.com/ -address=/mynetab.com/ -address=/mynewcounter.com/ -address=/mynsystems.com/ -address=/myntelligence.com/ -address=/mynunu.net/ -address=/myogwiwjlfrngo.com/ -address=/myomnistar.com/ -address=/myopenads.com/ -address=/myornamenti.com/ -address=/podzemi.myotis.info/ -address=/mypagerank.net/ -address=/track.mypcbackup.com/ -address=/tag.myplay.com/ -address=/myprecisionads.com/ -address=/mypydwibqja.com/ -address=/ggtp-1255424916.cos.ap-chengdu.myqcloud.com/ -address=/cndjs-1251973891.coshk.myqcloud.com/ -address=/mibook-10006092.cos.myqcloud.com/ -address=/moren-1252794300.file.myqcloud.com/ -address=/redpaper-10006092.cos.myqcloud.com/ -address=/myqdpxaofyzkwf.com/ -address=/myqnpgfgjo.com/ -address=/myqzicfxbkpk.com/ -address=/myrcrypto.com/ -address=/myrdrcts.com/ -address=/myreferer.com/ -address=/myroitracking.com/ -address=/mysafeurl.com/ -address=/mysagagame.com/ -address=/partners.mysavings.com/ -address=/mysearch-online.com/ -address=/myseostats.com/ -address=/myshopmarketim.com/ -address=/mysitetraffic.net/ -address=/mysocialpixel.com/ -address=/b.myspace.com/ -address=/fimserve.myspace.com/ -address=/nb.myspace.com/ -address=/mystat-in.net/ -address=/mystat.hu/ -address=/mystat.it/ -address=/mystats.nl/ -address=/mysty.com.cn/ -address=/mysumo.de/ -address=/eco.myt7th.xyz/ -address=/mvo.myt7th.xyz/ -address=/mytanwan.com/ -address=/mytestminer.xyz/ -address=/mythings.com/ -address=/mytianqi.vip/ -address=/mytictac.com/ -address=/mytopf.com/ -address=/as.mytoys.de/ -address=/te.mytoys.de/ -address=/mytrack.pro/ -address=/mytzdhz.cn/ -address=/myuf6.xyz/ -address=/myuffcmf.com/ -address=/myusersonline.com/ -address=/myvads.com/ -address=/playata.myvideo.de/ -address=/myvisitors.se/ -address=/myvisualiq.net/ -address=/myvoicenation.com/ -address=/mywebclick.net/ -address=/mywebstats.com.au/ -address=/mywebstats.org/ -address=/2017img.myxh999.com/ -address=/ms.myyage.com/ -address=/njs.myyage.com/ -address=/myycrw.com/ -address=/ggs.myzaker.com/ -address=/myip.myzaker.com/ -address=/adm.myzaker.com/ -address=/push-android.myzaker.com/ -address=/myzcoffice.com/ -address=/myzhuanghe.cn/ -address=/myzk1.com/ -address=/myzsyljf.com/ -address=/myzwqwe12.com/ -address=/ac.mz-web.de/ -address=/mz28ismn.com/ -address=/mzaugggxs.com/ -address=/mzclass.club/ -address=/mzcsdf.com/ -address=/mzgqqjpnbez.com/ -address=/mzjotkigwu.com/ -address=/mzmnrczlsqtlya.com/ -address=/mzmtpdcouoa.com/ -address=/mznzltgotp.com/ -address=/mzol7lbm.com/ -address=/vgbp.mzran.com.cn/ -address=/aries.mzres.com/ -address=/mzwmdaadjf.com/ -address=/js.mzxxiend.com/ -address=/mzy2014.com/ -address=/metrics.n-tv.de/ -address=/n0h8g.cn/ -address=/n123loi.com/ -address=/n130adserv.com/ -address=/n161adserv.com/ -address=/tr.n2.hk/ -address=/n2s.co.kr/ -address=/n388hkxg.com/ -address=/n74s9.com/ -address=/n8n7.me/ -address=/n8s.jp/ -address=/n9nedegrees.com/ -address=/naavxddd.com/ -address=/naayna.com/ -address=/nabaza.com/ -address=/nabbr.com/ -address=/nabeghlavi.com.cn/ -address=/nablabee.com/ -address=/banstat.nadavi.net/ -address=/nadegda-95.ru/ -address=/nadinthimmeled.pro/ -address=/nadjustifygas.info/ -address=/naetoris.pw/ -address=/nafgiaui.com/ -address=/naganoadigei.com/ -address=/static.live.nagezan.net/ -address=/ytapi1.nagezan.net/ -address=/nagrande.com/ -address=/nahixtmnmpcz.com/ -address=/nahpewniig.com/ -address=/naiadexports.com/ -address=/naidafak.net/ -address=/naideema.com/ -address=/pixel.naij.com/ -address=/nailbytes1.com/ -address=/nailowhe.net/ -address=/naiwvizpzflx.com/ -address=/naj.sk/ -address=/najva.com/ -address=/najyzdlmqq.com/ -address=/nakanohito.jp/ -address=/pub.nakedreel.com/ -address=/nalizerostants.info/ -address=/nalook.com/ -address=/nalrxmmcs.com/ -address=/nws.naltis.com/ -address=/nameads.com/ -address=/namemek.com/ -address=/namesakeoscilloscopemarquis.com/ -address=/nametraff.com/ -address=/namitol.com/ -address=/nangong2.com/ -address=/a.nanhuwang.com/ -address=/nanigans.com/ -address=/nankuan.xin/ -address=/nanoadexchange.com/ -address=/nanostats.nanopress.it/ -address=/nanovisor.io/ -address=/fp.nanrenwo.net/ -address=/1.nanrenwo.net/ -address=/2.nanrenwo.net/ -address=/nanyangqiaoxiang.cn/ -address=/sp.naplesnews.com/ -address=/nobodyspeakstruth.narod.ru/ -address=/nashlin.top/ -address=/nastydollars.com/ -address=/cyad1.nate.com/ -address=/natero.com/ -address=/nathetsof.com/ -address=/ea.natiloo.com/ -address=/newsletters.nationalgeographic.com/ -address=/proac.nationwide.com/ -address=/native-adserver.com/ -address=/native.ai/ -address=/nativeadmatch.com/ -address=/nativeads.com/ -address=/nativeadsfeed.com/ -address=/nativeleads.net/ -address=/d.nativendo.de/ -address=/t.nativendo.de/ -address=/nativepu.sh/ -address=/nativeroll.tv/ -address=/nativeserv.com/ -address=/nativespot.com/ -address=/nativesubscribe.pro/ -address=/nativexxx.com/ -address=/natpal.com/ -address=/premium.naturalnews.tv/ -address=/naturaltracking.com/ -address=/naucaips.com/ -address=/nauchegy.link/ -address=/naughtyplayful.com/ -address=/nauhohag.net/ -address=/nauthoun.net/ -address=/navaxudoru.com/ -address=/navdmp.com/ -address=/l.m.naver.com/ -address=/nil.naver.com/ -address=/pb.m.naver.com/ -address=/sp.naver.com/ -address=/veta.naver.com/ -address=/wcs.naver.com/ -address=/ad.naver.com/ -address=/adcr.naver.com/ -address=/adcreative.naver.com/ -address=/adimg3.search.naver.net/ -address=/navigator.io/ -address=/navilytics.com/ -address=/navrcholu.cz/ -address=/naxrjxij.com/ -address=/naytev.com/ -address=/nbasicalbuffere.info/ -address=/nbbqgaeqnxun.com/ -address=/nbbull.com/ -address=/tracker.nbcuas.com/ -address=/pix.nbcuni.com/ -address=/nbeejafjpbm.com/ -address=/nbf9b5aurl.com/ -address=/nbgorv.cn/ -address=/e.nbhaosheng168.com/ -address=/m.nbhaosheng168.com/ -address=/nbhotpo.com/ -address=/nbhubocsduzn.com/ -address=/nbhxgjz.com/ -address=/nbijjhqnzcwr.com/ -address=/nbjmp.com/ -address=/nbkcuewy.com/ -address=/nbkwnsonadrb.com/ -address=/nbnhhwnjbkdmfi.com/ -address=/nbrwvrqyz.com/ -address=/nbstatic.com/ -address=/nbuzrpmvgwsmjg.com/ -address=/nbwcnctzneii.com/ -address=/nbxpuziszhqz.com/ -address=/nbylhvbswplcj.com/ -address=/nbzq.net/ -address=/ncachear.com/ -address=/ncafclpip.com/ -address=/ncaudienceexchange.com/ -address=/rum.nccgroup-webperf.com/ -address=/lp.ncdownloader.com/ -address=/ncefoundanges.info/ -address=/nchte.com/ -address=/nchxiaxafowid.com/ -address=/nchxvxvy.com/ -address=/ncitwacpa.com/ -address=/nclfwbnmcrci.com/ -address=/ncmcbufifgcu.com/ -address=/ncnmi.cn/ -address=/ncoibhdzttozh.com/ -address=/ncom.dk/ -address=/ncoyqc.com/ -address=/ncvperjurh.com/ -address=/ncyemedcazdnol.com/ -address=/ncylegiatede.info/ -address=/nczlhwsguwc.com/ -address=/nd59w.cn/ -address=/nda3456.com/ -address=/cdn.ndapp.com/ -address=/ndapus.cn/ -address=/ndddttxkqyh.com/ -address=/nddmcconmqsy.ru/ -address=/ndf81.com/ -address=/ndfegyhf.com/ -address=/ndg.io/ -address=/ndkaxtyhxy.com/ -address=/ndndasyo.com/ -address=/ndricshoweverau.info/ -address=/ndsinternanhono.info/ -address=/alerts.ndtv.com/ -address=/ndtzx.com/ -address=/nduop.com/ -address=/ndusa.cn/ -address=/ne9377.com/ -address=/neads.delivery/ -address=/cdn.nearbyad.com/ -address=/fs.uc.nearme.com.cn/ -address=/i.stat.nearme.com.cn/ -address=/kv.stat.nearme.com.cn/ -address=/stat.browser.nearme.com.cn/ -address=/neatstats.com/ -address=/nebadu.com/ -address=/neblotech.com/ -address=/stats.nebula.fi/ -address=/nedstat.com/ -address=/nedstat.net/ -address=/nedstatbasic.net/ -address=/nedstatpro.net/ -address=/neechuce.net/ -address=/ct.needlive.com/ -address=/neepaips.com/ -address=/neesoape.com/ -address=/neesupee.com/ -address=/neewoapi.com/ -address=/mvo.nefcd.xyz/ -address=/nefczemmdcqi.com/ -address=/negolist.com/ -address=/nehersheteen.pro/ -address=/neighborlywatch.com/ -address=/l9bdhcgihw.neihanw.com/ -address=/neki.org/ -address=/push.neko-san.fr/ -address=/geoip.nekudo.com/ -address=/nelfmgxcysd.bid/ -address=/nelsdecademi.info/ -address=/neltoole.net/ -address=/ad1.nend.net/ -address=/ad2.nend.net/ -address=/img1.nend.net/ -address=/js1.nend.net/ -address=/output.nend.net/ -address=/nenrk.us/ -address=/neo-neo-xeo.com/ -address=/neobux.com/ -address=/neodatagroup.com/ -address=/neoebiz.co.kr/ -address=/neoffic.com/ -address=/tracker.neon-images.com/ -address=/mdn.neowin.net/ -address=/neocounter.neoworx-blog-tools.net/ -address=/nepalhtml.com/ -address=/nepohita.com/ -address=/nepyhecawr.com/ -address=/ner-de-mi-nis-6.info/ -address=/logger.nerdwallet.com/ -address=/nerfherdersolo.com/ -address=/nernv.com/ -address=/nero.live/ -address=/nerohut.com/ -address=/nervoussummer.com/ -address=/nesnts.cn/ -address=/nesoaghu.net/ -address=/nessendencec.info/ -address=/net-ad-vantage.com/ -address=/net-filter.com/ -address=/net3media.com/ -address=/netaffiliation.com/ -address=/netagent.cz/ -address=/netanlingtheeveng.pro/ -address=/netapplications.com/ -address=/netavenir.com/ -address=/netbiscuits.net/ -address=/stats.netbopdev.co.uk/ -address=/netcatx.com/ -address=/netclickstats.com/ -address=/ad.netcommunities.com/ -address=/netcoresmartech.com/ -address=/netcounter.de/ -address=/netdebit-counter.de/ -address=/lunametrics.wpengine.netdna-cdn.com/ -address=/s11clickmoviedownloadercom.maynemyltf.netdna-cdn.com/ -address=/core-queerclick.netdna-ssl.com/ -address=/da.netease.com/ -address=/httpdns.n.netease.com/ -address=/mam.netease.com/ -address=/analytics.hz.netease.com/ -address=/statis.push.netease.com/ -address=/yt-adv.bn.netease.com/ -address=/netflame.cc/ -address=/beacon.netflix.com/ -address=/nmtracking.netflix.com/ -address=/presentationtracking.netflix.com/ -address=/netgraviton.net/ -address=/netinsight.co.kr/ -address=/netliker.com/ -address=/netloader.cc/ -address=/ad.netmedia.hu/ -address=/netminers.dk/ -address=/netmining.com/ -address=/netmng.com/ -address=/netmonitor.fi/ -address=/netosdesalim.info/ -address=/ad.netowl.jp/ -address=/netpatas.com/ -address=/netratings.com/ -address=/media.netrefer.com/ -address=/netrosol.net/ -address=/marketing.tr.netsalesmedia.pl/ -address=/netsdoctobersa.info/ -address=/netseer.com/ -address=/netshelter.net/ -address=/netsolads.com/ -address=/netsop.cn/ -address=/netstats.dk/ -address=/c.netu.tv/ -address=/netupdater.info/ -address=/netvigie.com/ -address=/cmp.network-n.com/ -address=/networkad.net/ -address=/dc1.networkbench.com/ -address=/networkedblogs.com/ -address=/networkice.com/ -address=/networkmanag.com/ -address=/networkmedical.com.hk/ -address=/networkplay.in/ -address=/networkxi.com/ -address=/networld.hk/ -address=/networldmedia.net/ -address=/netzaehler.de/ -address=/tracking.netzathleten-media.de/ -address=/track.netzero.net/ -address=/netzstat.ch/ -address=/neudesicmediagroup.com/ -address=/neuesdate.com/ -address=/neumashop.cl/ -address=/data.neuroxmedia.com/ -address=/b.nevadaprivateoffice.com/ -address=/never.ovh/ -address=/never2date.com/ -address=/nevergreen.net/ -address=/new-address.tk/ -address=/new-new-years.com/ -address=/new17write.com/ -address=/pic.new400.cn/ -address=/newagerevenue.com/ -address=/cdn.newapi.com/ -address=/logs.newapi.com/ -address=/newaprads.com/ -address=/sp.newarkadvocate.com/ -address=/newaugads.com/ -address=/newcustomads.com/ -address=/newdecads.com/ -address=/newdosug.eu/ -address=/nm.newegg.com/ -address=/pf.newegg.com/ -address=/promotions.newegg.com/ -address=/cash.neweramediaworks.com/ -address=/newfebads.com/ -address=/newfriads.com/ -address=/newgentraffic.com/ -address=/newideasdaily.com/ -address=/newjanads.com/ -address=/newjulads.com/ -address=/newjunads.com/ -address=/newknowledge.cn/ -address=/newmarads.com/ -address=/newmayads.com/ -address=/newmonads.com/ -address=/newnovads.com/ -address=/newnudecash.com/ -address=/newoctads.com/ -address=/newpush.support/ -address=/newrelic.com/ -address=/sp.news-press.com/ -address=/tmisc.home.news.cn/ -address=/webd.home.news.cn/ -address=/tags.news.com.au/ -address=/news2day.me/ -address=/newsadst.com/ -address=/newsanalytics.com.au/ -address=/newsarmor.com/ -address=/newsatads.com/ -address=/audience.newscgp.com/ -address=/pixel.newscgp.com/ -address=/tags.newscgp.com/ -address=/analytics.newscred.com/ -address=/pixel.newscred.com/ -address=/newscurve.com/ -address=/audienceapi.newsdiscover.com.au/ -address=/pixel.newsdiscover.com.au/ -address=/newsepads.com/ -address=/newsexbook.com/ -address=/newsgator.com/ -address=/newsharecounts.com/ -address=/sp.newsleader.com/ -address=/g2a-com.newsletter.com.pl/ -address=/newsletter2go.com/ -address=/newsmaxfeednetwork.com/ -address=/newsnet.in.ua/ -address=/uatu.newsquestdigital.co.uk/ -address=/newstarads.com/ -address=/newstogram.com/ -address=/newsushe.info/ -address=/log.newsvine.com/ -address=/gc.newsweek.com/ -address=/newswhip.com/ -address=/newtab-media.com/ -address=/newtention.net/ -address=/newtueads.com/ -address=/newvideos.xyz/ -address=/newweb.top/ -address=/newwedads.com/ -address=/newwiesdom.com.cn/ -address=/al.newxue.com/ -address=/newyiba.top/ -address=/mms.newyorkupstate.com/ -address=/mfeed.newzfind.com/ -address=/newzheng.cn/ -address=/nex8.net/ -address=/nexac.com/ -address=/nexage.com/ -address=/nexeps.com/ -address=/nexioniect.com/ -address=/nextbdom.ru/ -address=/cmp.nextday.media/ -address=/useg.nextdigital.com.hk/ -address=/nextdoor.com/ -address=/collector.nextguide.tv/ -address=/cdn5.nextinpact.com/ -address=/edmi.nextinpact.com/ -address=/pam.nextinpact.com/ -address=/zam.nextinpact.com/ -address=/nextlandingads.com/ -address=/nextlnk9.com/ -address=/tw.adx.nextmedia.com/ -address=/imp.nextmedia.com/ -address=/dev-imp.nextmedia.com/ -address=/nextmillennium.io/ -address=/nextoptim.com/ -address=/nextstat.com/ -address=/nexttime.ovh/ -address=/neyenbozrfuocz.com/ -address=/nezbumpwtdexd.com/ -address=/nfarmerlycompa.info/ -address=/nfbpdwso.com/ -address=/nfkq8jy5db0b.com/ -address=/nfkxplkiid.com/ -address=/nflightiesmurtone.com/ -address=/nfngrcjaejui.com/ -address=/nfrlqwjwwzri.com/ -address=/nfwebminer.com/ -address=/nfwljgjva.com/ -address=/ngacm.com/ -address=/ngastatic.com/ -address=/ngbn.net/ -address=/ngceq.cn/ -address=/ngecity.com/ -address=/tms-st.cdn.ngenix.net/ -address=/analytics.ngfiles.com/ -address=/ngfsciiu.com/ -address=/ngholishingsm.info/ -address=/nglmedia.com/ -address=/nglrbsnu.com/ -address=/ngmco.net/ -address=/ngmhnamtzgzabg.com/ -address=/ngmpuognxgs.com/ -address=/ngsaang.top/ -address=/ngsomedquiz.club/ -address=/ngtraveler.com.cn/ -address=/nguooqblyjrz.com/ -address=/ngyfmghgd.com/ -address=/ngymzbpjnqra.com/ -address=/ggdm1.nhaidu.net/ -address=/mtc.nhk.or.jp/ -address=/nhndzbmnkps.com/ -address=/nhpfvdlbjg.com/ -address=/nhqmomir.com/ -address=/nhtkbvafhre.com/ -address=/ni22.com/ -address=/ni87.com/ -address=/niacretaryfrience.info/ -address=/niazlhvok.com/ -address=/nicelabel.cc/ -address=/cnt.nicemix.com/ -address=/nicequest.com/ -address=/nicevideos.xyz/ -address=/nicheads.com/ -address=/nichibenren.or.jp/ -address=/nickarini.com/ -address=/nicmtzkucd.com/ -address=/nicorette.co.kr/ -address=/nicoad.nicovideo.jp/ -address=/nidorivo.com/ -address=/niebrundveepursuede.info/ -address=/niegg.com/ -address=/nielofficieshandl.info/ -address=/niematego.tk/ -address=/nieveni.com/ -address=/niforniadistollie.info/ -address=/niftyhospital.com/ -address=/niftymaps.com/ -address=/nighter.club/ -address=/nigypfppbo.com/ -address=/nihao987654.top/ -address=/nihaomama.monster/ -address=/niholaev.com/ -address=/nijiua.com/ -address=/nik.io/ -address=/astat.nikkei.com/ -address=/nikkiscash.com/ -address=/nile.works/ -address=/niltutch.com/ -address=/nimdinb.com/ -address=/nimiq-network.com/ -address=/nimiq.agency/ -address=/nimiq.com/ -address=/nimiq.network/ -address=/nimiq.watch/ -address=/nimiqchain.info/ -address=/nimiqpool.com/ -address=/nimiqtest.ml/ -address=/nimiqtest.net/ -address=/nimjdyknjzcp.com/ -address=/nimmediu.info/ -address=/nimpool.io/ -address=/nimsepee.net/ -address=/ninaning.com/ -address=/adc-js.nine.com.au/ -address=/adc.api.nine.com.au/ -address=/adc.nine.com.au/ -address=/omni.nine.com.au/ -address=/admin.ninebox.cn/ -address=/ads.ninemsn.com.au/ -address=/ninestats.com/ -address=/track.ning.com/ -address=/ningbojipiao.com/ -address=/bd1.ningboseo0574.com/ -address=/ningme.ru/ -address=/ningmengnm.cn/ -address=/ningxiayy.com/ -address=/ninxcwcwgvr.com/ -address=/aa.ninze.com/ -address=/bd11.nipic.com/ -address=/bd1.nipic.com/ -address=/bd2.nipic.com/ -address=/nirentang.com/ -address=/nishathlessharr.info/ -address=/nishfarmerlypas.info/ -address=/nitigoly.com/ -address=/nitmus.com/ -address=/tracker.nitropay.com/ -address=/nittlopp.online/ -address=/niubiba.com/ -address=/p.niudashu.com/ -address=/niuguwang.net.cn/ -address=/niulail.top/ -address=/x.niuliyan.cn/ -address=/niuosnd.ru/ -address=/niurenw.com/ -address=/niutaizong.cn/ -address=/niuxgame77.com/ -address=/niuza.com/ -address=/nivsrtqdurhjz.com/ -address=/niwota.com/ -address=/niwztgetlytxv.com/ -address=/nixiclothing.com/ -address=/nization.com/ -address=/geoip.nj.com/ -address=/mms.nj.com/ -address=/njawafwpmv.com/ -address=/njdijiani.com/ -address=/njfsk.com/ -address=/njguluyu.cn/ -address=/njhuashidai.cn/ -address=/njjmp.com/ -address=/njjrlf.com/ -address=/njkgqdxavz.com/ -address=/njmaq.com/ -address=/njmeadll.com/ -address=/njmpacc.com/ -address=/njmztqqtigys.com/ -address=/njq.net/ -address=/js2254.njqunyi.com/ -address=/js658.njqunyi.com/ -address=/js883.njqunyi.com/ -address=/njqyjlyh.com/ -address=/njwxh.com/ -address=/njxczy.com/ -address=/njxjjvyim.com/ -address=/njxtoflrhhyy.com/ -address=/njyyk.com/ -address=/nk295.cn/ -address=/nkgamers.com/ -address=/m.nkjfzq43034.cn/ -address=/nkk31jjp.com/ -address=/nklwltrpzhy.com/ -address=/nkmsite.com/ -address=/nknxugrndmf.com/ -address=/nkredir.com/ -address=/nkscdn.com/ -address=/nktcw.cn/ -address=/bbs.search.nkwwnx.com/ -address=/o.nkwwpw.com/ -address=/nkyafqufx.com/ -address=/nkyyls.cn/ -address=/nlbnegea.com/ -address=/nlcriuncacyys.com/ -address=/nlqfhpikbrtk.com/ -address=/nlteopgkeb.com/ -address=/nltzieywjkfb.com/ -address=/nlujbqmtgv.com/ -address=/nlwy0.com/ -address=/nlyjs2015.com/ -address=/nlzq888.com/ -address=/nlzz7a3md4sx.com/ -address=/nmbtedu.com/ -address=/nmcdn.us/ -address=/nmdvagwi.com/ -address=/nmeithybnvik.com/ -address=/nmentthoutintellin.info/ -address=/ctr-iwb.nmg.de/ -address=/ctr-opc.nmg.de/ -address=/ctr.nmg.de/ -address=/nmldqncelrpht.com/ -address=/nmouzlbragpyp.com/ -address=/nmpcdn.com/ -address=/nmqbg.com/ -address=/nmqdnykj.com/ -address=/nmqgjoytd.com/ -address=/nmrcieuvb.com/ -address=/nmrlcnuok.com/ -address=/nmsbaseball.com/ -address=/e.nmsxi.cn/ -address=/m.nmsxi.cn/ -address=/nmtouzi.com/ -address=/nmvqhlengcrur.com/ -address=/nmwzrcdzbrjj.com/ -address=/nmywwgnnkmud.com/ -address=/counter.nn.ru/ -address=/m1.nn670.com/ -address=/tben.nnchangyi.com/ -address=/nndgxdunwvte.com/ -address=/nnedbx.com/ -address=/nnfgfuhecdfls.com/ -address=/nngfrvcf.com/ -address=/nngft.com/ -address=/nnijfmocgvclcg.com/ -address=/zlsw.nnjxqd.com/ -address=/nnmgvixuhbqju.com/ -address=/nnmmdhpi.com/ -address=/nnnwwwe.com/ -address=/infostroy.nnov.ru/ -address=/nnoxqfmbdv.com/ -address=/nnpiggtivf.com/ -address=/nnvjigagpwsh.com/ -address=/nnvqabkpa.com/ -address=/dump1.no-ip.biz/ -address=/dasfdasfasdf.no-ip.info/ -address=/api.no4book.com/ -address=/noadblock.net/ -address=/noadblock.org/ -address=/noagloot.net/ -address=/noaloheb.com/ -address=/noaptauw.com/ -address=/noberlmall.com/ -address=/api.nobeta.com.br/ -address=/noble55.com/ -address=/noblemagnition.com/ -address=/nobpgppgbucy.com/ -address=/noclef.com/ -address=/track.noddus.com/ -address=/marketing.nodesource.com/ -address=/behave.noen.at/ -address=/nofejectontrab.info/ -address=/nogerefron.info/ -address=/noglolra.com/ -address=/nojbconvtg.com/ -address=/uvu.nojmlxq.cn/ -address=/nokaut.link/ -address=/geoip.nola.com/ -address=/mms.nola.com/ -address=/nolpjfsu.com/ -address=/nompakru.click/ -address=/nongsalei.com/ -address=/nonissue.com/ -address=/nonkads.com/ -address=/nonpaly.ru/ -address=/nonstoppartner.de/ -address=/noobgirls.com/ -address=/noosaphy.net/ -address=/noowho.com/ -address=/counter.nope.dk/ -address=/norakseemlyntr.info/ -address=/nord-raum.com/ -address=/nordiccountry.cz/ -address=/nordicresearch.com/ -address=/trckr.nordiskemedier.dk/ -address=/log.nordot.jp/ -address=/norentisol.com/ -address=/noretia.com/ -address=/normkela.com/ -address=/nornelis.pw/ -address=/norteevu.com/ -address=/ebay.northernhost.com/ -address=/sp.northjersey.com/ -address=/northmay.com/ -address=/northpoleitalia.it/ -address=/northstartravelmedia.com/ -address=/northyatters.site/ -address=/websecurity.norton.com/ -address=/nortonfire.co.uk/ -address=/norvalur.xyz/ -address=/cookies.nos.nl/ -address=/nosdbwnd.com/ -address=/connect.nosto.com/ -address=/banners.nostringsattached.com/ -address=/notaverde.com/ -address=/nothingcompares.co.uk/ -address=/notifadz.com/ -address=/notification-centar.com/ -address=/notification-list.com/ -address=/notification-time.com/ -address=/notifpush.com/ -address=/notify-monad.com/ -address=/notify.support/ -address=/notifyon.com/ -address=/notifysrv.com/ -address=/notifyvisitors.com/ -address=/notmining.org/ -address=/m.nouaa.com/ -address=/nouseeth.com/ -address=/noutstancerewe.info/ -address=/lem.nouvelobs.com/ -address=/cnt.nov.ru/ -address=/novadune.com/ -address=/novarevenue.com/ -address=/novelty.media/ -address=/tracking.novem.pl/ -address=/november-lax.com/ -address=/noveslovo.com/ -address=/stat.novinky.cz/ -address=/novostisporta.info/ -address=/cpms.now.com/ -address=/party-vqgdyvoycc.now.sh/ -address=/coin-hive-proxy-ybydcnjgkl.now.sh/ -address=/minero-proxy-01.now.sh/ -address=/minero-proxy-02.now.sh/ -address=/minero-proxy-03.now.sh/ -address=/mxcdn1.now.sh/ -address=/mxcdn2.now.sh/ -address=/npcdn1.now.sh/ -address=/party-nngvitbizn.now.sh/ -address=/sxcdn02.now.sh/ -address=/sxcdn4.now.sh/ -address=/sxcdn6.now.sh/ -address=/sndkorea.nowcdn.co.kr/ -address=/nowina.info/ -address=/nowinteract.com/ -address=/nowlooking.net/ -address=/a.nowscore.com/ -address=/z.nowscore.com/ -address=/nowspots.com/ -address=/noxredxaijqdb.com/ -address=/noy-95.com/ -address=/npario-inc.net/ -address=/util.nphoto.net/ -address=/nplexmedia.com/ -address=/atconnect.npo.nl/ -address=/nprove.com/ -address=/npslxuwkrfwvou.com/ -address=/npugiddevgmtft.com/ -address=/npujhntk.com/ -address=/npvos.com/ -address=/nq37f.cn/ -address=/nqcqwnvazq.com/ -address=/nqfwx.cn/ -address=/nqiabjxpcsea.com/ -address=/nqmwfddfwogbhw.com/ -address=/nqnggjvdzsy.com/ -address=/nqtnwvwigvo.com/ -address=/nqtqrnfzvp.com/ -address=/nqwkzvqwa.com/ -address=/nqxdnmsp.com/ -address=/nqzmtrwend.com/ -address=/nqzmumesrbiy.com/ -address=/nr-data.net/ -address=/nr1234.com/ -address=/nr7.us/ -address=/nrbgvvpll.com/ -address=/nrdaixdlt.com/ -address=/nrdlj2ru.com/ -address=/nrelate.com/ -address=/nrfort.com/ -address=/nrgbjgui.com/ -address=/beacon.nrholding.net/ -address=/nrich.ai/ -address=/dt.nrjmobile.fr/ -address=/nrllvmtosawfm.com/ -address=/nrnma.com/ -address=/nrrxxpvgtf.com/ -address=/nrtorbqr.com/ -address=/nrubehhd.com/ -address=/nrupgnyboerssu.com/ -address=/nryiou.cn/ -address=/ns1p.net/ -address=/c.ns8d.com/ -address=/ns8ds.com/ -address=/choice.microsoft.com.nsatc.net/ -address=/sqm.telemetry.microsoft.com.nsatc.net/ -address=/nsaudience.pl/ -address=/nsboaqyssquk.com/ -address=/nscash.com/ -address=/nscjgmhyeov.com/ -address=/nscontext.com/ -address=/nscyklfbiymns.com/ -address=/nsdsok.cn/ -address=/nsdsvc.com/ -address=/nsfwads.com/ -address=/ga.nsimg.net/ -address=/m2.nsimg.net/ -address=/nsjpu.com/ -address=/image.nsk-sys.com/ -address=/nslaingeninfinedna.info/ -address=/nsmartad.com/ -address=/nsnfokcikwf.com/ -address=/nsomfammrmhbc.com/ -address=/nsovwzmhl.com/ -address=/nspmotion.com/ -address=/nspot.co/ -address=/nsstatic.com/ -address=/nsstatic.net/ -address=/nstjenxcpvm.com/ -address=/nstlnjtrufu.com/ -address=/nstracking.com/ -address=/nsvfl7p9.com/ -address=/nswnseld.com/ -address=/nsxawdatuetbq.com/ -address=/nsxtob.cn/ -address=/nszmz.com/ -address=/nt-associates.com/ -address=/ntalker.com/ -address=/ntbftkhrsrh.com/ -address=/ntbtvdbomevgzs.com/ -address=/ntdbjlngermplx.com/ -address=/ntdtv.com/ -address=/ntdtv.org/ -address=/ntent.com/ -address=/nterbx.com/ -address=/ntfsformac.cc/ -address=/ntfsformac.cn/ -address=/ntgygnke.com/ -address=/mas.nth.ch/ -address=/nthfds.xyz/ -address=/nticqzrucdg.com/ -address=/ntjcrsfvszoen.com/ -address=/ntlab.org/ -address=/ntnmliatmtk.com/ -address=/ntpawkfea.com/ -address=/ntpddq.com/ -address=/ntpmhryl.com/ -address=/ntryonoxojiyya.com/ -address=/ntsartingaccura.info/ -address=/ntsimprovide.info/ -address=/ntv.io/ -address=/ntvk1.ru/ -address=/ntvsw.com/ -address=/ntxiangtai.com/ -address=/count.nuanyuehanxing.com/ -address=/nuaycqtaluwha.com/ -address=/nucgjbkrixsyh.com/ -address=/nucndowcvrugy.com/ -address=/nuconomy.com/ -address=/nudebeachgalleries.net/ -address=/phantom.nudgespot.com/ -address=/nuggad.net/ -address=/nuhwyavc.com/ -address=/nui.media/ -address=/b.nujq0.cn/ -address=/nullrefexcep.com/ -address=/nuloox.com/ -address=/numberium.com/ -address=/numbers.md/ -address=/numerino.cz/ -address=/nummobile.com/ -address=/nunc-china.com/ -address=/nuonuo1.icu/ -address=/nuowoczmvits.com/ -address=/nupgypwxcv.com/ -address=/nupoot.com/ -address=/nuptialimages.com/ -address=/nurno.com/ -address=/nurobi.info/ -address=/ptracker.nurturehq.com/ -address=/nuseek.com/ -address=/beacon.nuskin.com/ -address=/nusptbgwdcc.com/ -address=/nutlekuainya.com/ -address=/nutnet.ir/ -address=/cnt.nuvid.com/ -address=/nuvidp.com/ -address=/nuvon.com/ -address=/nuxsmhexm.com/ -address=/nuxyz.cn/ -address=/nv43.com/ -address=/nvdljujp.com/ -address=/nvhzkdltdxfoax.com/ -address=/nvikgaormj.com/ -address=/nvjjquyylqicp.com/ -address=/nvloygrnfe.com/ -address=/nvnbwkkryjqsvh.com/ -address=/nvoepbzqtn.com/ -address=/nvp2auf5.com/ -address=/nvrentao8.com/ -address=/nvsea.com/ -address=/nvshenfan.com/ -address=/nvshuyun.com/ -address=/nvtbspcwhb.com/ -address=/nvvdtfqboy.bid/ -address=/nvxzjmowusg.com/ -address=/nwazehtl.com/ -address=/mvo.nwffx.xyz/ -address=/nwfhalifax.com/ -address=/nwjabizlgseab.com/ -address=/nwntsnjtowku.com/ -address=/nwqcvbyznx.com/ -address=/nwqgyaxazz.com/ -address=/nwrgqhjtullyjs.com/ -address=/nwsderzo.com/ -address=/metric.nwsource.com/ -address=/nwwap.com/ -address=/nwwiirgkuqtxwa.com/ -address=/nwwuhiukrq.com/ -address=/nwxtppuoeycp.com/ -address=/nwxwaxhfg.com/ -address=/cdn1.res.nx5.com/ -address=/nx93f.xyz/ -address=/nxcxithvcoeh.com/ -address=/nxh2h.cn/ -address=/bd1.nxing.cn/ -address=/nxjlnchylgsw.com/ -address=/nxnjpslufglmvp.com/ -address=/nxrhs.com/ -address=/rc.nxrxt.com/ -address=/s.nxrxt.com/ -address=/nxtck.com/ -address=/nxtipyczkivm.com/ -address=/nxtuaeko.com/ -address=/nxwly.com/ -address=/nxwzfz.com/ -address=/nxypz.com/ -address=/nxyycsyy.com/ -address=/ny5159.com/ -address=/nyacampwk.com/ -address=/nyadmcncserve-05y06a.com/ -address=/nybsqmqbycmtid.com/ -address=/nychunlnlca.com/ -address=/nyctrl32.com/ -address=/nydjsm.cn/ -address=/nydql.com/ -address=/stat.nyheter24.se/ -address=/nyhnx.com/ -address=/nyhpyq.com/ -address=/nyibqkuhqdz.com/ -address=/nykps.com/ -address=/nyltx.com/ -address=/stats.nymag.com/ -address=/nymphdate.com/ -address=/nypmjsgpmhd.com/ -address=/nysita.com/ -address=/als-svc.nytimes.com/ -address=/et.nytimes.com/ -address=/tagx.nytimes.com/ -address=/up.nytimes.com/ -address=/nytlog.com/ -address=/nyutkikha.info/ -address=/nyvbugkm.com/ -address=/nyvqazwtcwk.com/ -address=/nyyxyx.com.cn/ -address=/nyzda.top/ -address=/hxfu.nz53h.cn/ -address=/nzbbsxujqlhjn.com/ -address=/nzcjjhkd.com/ -address=/nzezn.com/ -address=/nzhuswwhd.com/ -address=/nzkjbazl.com/ -address=/nzkumtaiw.com/ -address=/nzkxmphfbqrfzs.com/ -address=/nzlydrgumirn.com/ -address=/nzphoenix.com/ -address=/nzpjatzkwdzb.com/ -address=/nzydzsw.com/ -address=/ens.nzz.ch/ -address=/oxifwsabgd.nzz.ch/ -address=/o-oo.ooo/ -address=/o-s.io/ -address=/o091i.com/ -address=/o12zs3u2n.com/ -address=/servedby.o2.co.uk/ -address=/o2live.com/ -address=/cct2.o2online.de/ -address=/o333o.com/ -address=/jnm.o41qed.cn/ -address=/e.o5vm6c.cn/ -address=/m.o5vm6c.cn/ -address=/o6ek91ag15.com/ -address=/o6uea.cn/ -address=/oabcufwk.com/ -address=/oacautoh.net/ -address=/oacram.com/ -address=/oacustom.com/ -address=/oadaheba.net/ -address=/oadz.com/ -address=/oageeedhvyyojj.com/ -address=/oaibzaqh.com/ -address=/oainternetservices.com/ -address=/oaitcmlscwe.com/ -address=/oajujirg.net/ -address=/oakrkptc.com/ -address=/oalselry.com/ -address=/c.x.oanda.com/ -address=/oaraunal.com/ -address=/oatcheex.com/ -address=/oatheehu.com/ -address=/oatvyenmekc.com/ -address=/oawleebf.com/ -address=/oaxpcohp.com/ -address=/oazbtactg.com/ -address=/oazojnwqtsaj.com/ -address=/obada-konstruktiwa.org/ -address=/obaukads.com/ -address=/obboob.cn/ -address=/obdzedcpwxk.com/ -address=/obeeifroxtivh.com/ -address=/obefjbb4mykw.com/ -address=/obeip.com/ -address=/obeus.com/ -address=/obeyter.com/ -address=/obfkwtiwavn.com/ -address=/obgsyorlag.com/ -address=/obhlfwnatj.com/ -address=/objectservers.com/ -address=/obkom.net.ua/ -address=/obmokhi.info/ -address=/obnyujeibv.com/ -address=/oboxads.com/ -address=/obrayxknu.com/ -address=/observare.de/ -address=/observerapp.com/ -address=/obthqxbm.com/ -address=/obufquwiwy.com/ -address=/obuuyneuhfwf.com/ -address=/obvbubmzdvom.com/ -address=/obxwnnheaixf.com/ -address=/obyxqjgwg.com/ -address=/obyz.de/ -address=/obzatop.info/ -address=/events.ocdn.eu/ -address=/oceanwebcraft.com/ -address=/ocejkjkopphj.com/ -address=/ocelot.studio/ -address=/m.ocenp.com/ -address=/oceuwezutqfcbx.com/ -address=/ochaugly.net/ -address=/oclaserver.com/ -address=/oclasrv.com/ -address=/oclus.com/ -address=/ocnjgcedhp.com/ -address=/ocnvgwuppfstkj.com/ -address=/oconner.biz/ -address=/ocpersian.com/ -address=/ocphuciylacb.com/ -address=/ocphuulbithyyd.com/ -address=/octavius.rocks/ -address=/octomarket.com/ -address=/octopart-analytics.com/ -address=/collector-px0py5pczn.octopart.com/ -address=/octophor.com/ -address=/octopuspop.com/ -address=/octopuszyw.cn/ -address=/ocyhiome.com/ -address=/od0gddq27wkk.com/ -address=/ea.odalys-vacances.com/ -address=/ea.odalys-vacation-rental.com/ -address=/odanetrlgvunth.com/ -address=/webstatistik.odav.de/ -address=/odbabo.info/ -address=/odcnpmjgsxrqpr.com/ -address=/oddads.net/ -address=/oddomane.com/ -address=/odezwmru.com/ -address=/odlkdyoe.com/ -address=/ododtktl.com/ -address=/odoscope.cloud/ -address=/odoscope.com/ -address=/odukhsymyua.com/ -address=/odwofgksbcyoh.com/ -address=/odwsequjcyk.com/ -address=/odysseus-nua.com/ -address=/tracking.oe24.at/ -address=/oebadu.com/ -address=/oecxrvamnvc.com/ -address=/oefyjdykepx.com/ -address=/oegzbchydxbjkz.com/ -address=/oehivgounhm.com/ -address=/oei1.gq/ -address=/oeidusggzj.com/ -address=/oende.cn/ -address=/oertmxfsryji.com/ -address=/oesnw.com/ -address=/oevery.com/ -address=/oevltdvzl.com/ -address=/oevujdgj.com/ -address=/oewabox.at/ -address=/oewscpwrvoca.com/ -address=/oexbdfnbentzd.com/ -address=/oezgivtasc.com/ -address=/of8wzl97iq.tk/ -address=/ofapes.com/ -address=/ofbapmmo.com/ -address=/ofdfinqurwpi.com/ -address=/ofeetles.pro/ -address=/ofenltlzepz.com/ -address=/ofexmskz.com/ -address=/offaces-butional.com/ -address=/cdn.offcloud.com/ -address=/offerent.com/ -address=/offerforge.com/ -address=/offerforge.net/ -address=/offerimage.com/ -address=/offermatica.com/ -address=/offerpalads.com/ -address=/offerpoint.net/ -address=/offerreality.com/ -address=/offerserve.com/ -address=/offersquared.com/ -address=/offerstrategy.com/ -address=/offertrk.info/ -address=/zzcw.office-mall.net/ -address=/ea.officedepot.fr/ -address=/officeme.cn/ -address=/officialrdr.com/ -address=/eulerian.officiel-des-vacances.com/ -address=/officultpolicit.pro/ -address=/ofgbefrhs.com/ -address=/ofhappinyer.com/ -address=/ofhypnoer.com/ -address=/ofigraiw.net/ -address=/ofirjzamaye.com/ -address=/ofkrfhjded.com/ -address=/ofnpjpvxtjfx.com/ -address=/ofrecom.info/ -address=/ofslaskeujwn.com/ -address=/t.ofsys.com/ -address=/ofuwwzlao.com/ -address=/ofwuwfgq.com/ -address=/ofy3m0gp.com/ -address=/ofzoxqcldl.com/ -address=/ogdzyxly.com/ -address=/ogeemolt.net/ -address=/ogercron.com/ -address=/oggifinogi.com/ -address=/oghub.io/ -address=/ogisrmbhajhyam.com/ -address=/ogluyourrvv.com/ -address=/ogmtiwxrm.com/ -address=/ognybevu.com/ -address=/ogqbessddhezi.com/ -address=/ogqewglysfc.com/ -address=/ogrfi3uyt7.com/ -address=/ogt.jp/ -address=/ogvrdxjcgzst.com/ -address=/ogwykjkqbhf.com/ -address=/ogyhsyuhczvjg.com/ -address=/a.oh100.com/ -address=/ohdoxowrbkyd.com/ -address=/ohiomm.com/ -address=/ohleiludieje.info/ -address=/ohmcasting.com/ -address=/ohmchoicechi.online/ -address=/ohmwrite.com/ -address=/ohmystats.com/ -address=/ohrkrzvndwitaa.com/ -address=/ohs1upuwi8b.info/ -address=/ohsatum.info/ -address=/ohscoczrnhzd.com/ -address=/ohstbumzdyz.com/ -address=/ohszjtbehoo.com/ -address=/ohv1tie2.com/ -address=/ohwlwlus.com/ -address=/ohzczsyjadw.com/ -address=/ohznypoh.com/ -address=/oicchina.com/ -address=/oicssiq.com/ -address=/oidah.com/ -address=/oiehcvpxfbnur.com/ -address=/oijjptnwrg.com/ -address=/oikqfwv.cn/ -address=/oiluk.net/ -address=/oimpkumntje.com/ -address=/oinqqbzs.com/ -address=/oipcqenejq.com/ -address=/oir85.cn/ -address=/oiumoqzo.com/ -address=/oiurtedh.com/ -address=/oiwjcsh001.top/ -address=/ojaulrop.com/ -address=/ojktwzisvpb.com/ -address=/ojntbybxh.com/ -address=/ojrq.net/ -address=/ojstdedb.com/ -address=/ojujyjjgg.com/ -address=/ojwgkxcgdhvacc.com/ -address=/ojwmlieqguqg.com/ -address=/counter.ok.ee/ -address=/connect.ok.ru/ -address=/ok365.com/ -address=/okanjo.com/ -address=/okcklbtuel.com/ -address=/img.okd3.cn/ -address=/cdn.m.okdd.net/ -address=/okdvodyejd.com/ -address=/okeo.ru/ -address=/okffuzmscjboad.com/ -address=/okgfvcourjeb.com/ -address=/okgzwezcrmchk.com/ -address=/pb.okk123.com/ -address=/okkkk.com/ -address=/okm918.com/ -address=/c.okmgy.cn/ -address=/s.okmgy.cn/ -address=/okmuxdbq.com/ -address=/oknarai.ru/ -address=/okokw.com/ -address=/baid1.okooo.com/ -address=/okoufwmfzujsf.com/ -address=/okshishi.com/ -address=/okt.to/ -address=/oktkuwjry.com/ -address=/oktopost.com/ -address=/oktpage.com/ -address=/okuis.com/ -address=/okvari.info/ -address=/okvedvo.info/ -address=/okvfijgdmqton.bid/ -address=/okvidihqc.com/ -address=/okvtmvrmha.com/ -address=/okwan.cn/ -address=/okwfx.cn/ -address=/okx6.site/ -address=/okx7.site/ -address=/log.olark.com/ -address=/stats.olark.com/ -address=/olctpejrnnfh.com/ -address=/oldership.com/ -address=/oldtiger.net/ -address=/olfkptkfop.com/ -address=/olgtex.com/ -address=/olhupniause.com/ -address=/olicyconsendsi.info/ -address=/olkzcdihiewe.com/ -address=/olmall.vip/ -address=/ologyarriedpr.info/ -address=/ololen.pw/ -address=/olrmwkarcwfbjz.com/ -address=/olrznxrgkym.com/ -address=/olthlikechgq.com/ -address=/olvqbwxucv.com/ -address=/tracking.olx-st.com/ -address=/olxt.top/ -address=/olzwogofebrfh.com/ -address=/omaceran.pw/ -address=/omafaren.pw/ -address=/omareeper.com/ -address=/omaris.pw/ -address=/omarsys.com/ -address=/omatri.info/ -address=/omclick.com/ -address=/omeda.com/ -address=/ometria.com/ -address=/omg2.com/ -address=/omgnjvrjgpeg.com/ -address=/track.omgpl.com/ -address=/omgpm.com/ -address=/api.analytics.omgpop.com/ -address=/omguk.com/ -address=/omiki.com/ -address=/omine.org/ -address=/omkt.co/ -address=/omlube.com/ -address=/ommodatesjoin.info/ -address=/ommunalspound.info/ -address=/omni-ads.com/ -address=/omniconvert.com/ -address=/omnitagjs.com/ -address=/omoaxaus.net/ -address=/omparentcarage.info/ -address=/omrdatacapture.com/ -address=/video.oms.eu/ -address=/videos.oms.eu/ -address=/omsama.info/ -address=/d.omsnative.de/ -address=/omsyfxirjg.com/ -address=/omtrdc.net/ -address=/omymicrossmuc.info/ -address=/omynews.net/ -address=/omztf.cn/ -address=/omzwbcsev.com/ -address=/on-line.lv/ -address=/on-push.com/ -address=/on68xf.cn/ -address=/onad.eu/ -address=/onads.com/ -address=/onalentressionw.info/ -address=/ninja.onap.io/ -address=/onatozo.info/ -address=/onaudience.com/ -address=/once88.cn/ -address=/onclasrv.com/ -address=/onclickads.net/ -address=/onclickclear.com/ -address=/onclickmax.com/ -address=/onclickmega.com/ -address=/onclickprediction.com/ -address=/onclickpulse.com/ -address=/onclicksuper.com/ -address=/onclicktop.com/ -address=/onclkds.com/ -address=/ondu.ru/ -address=/rlinks.one.in/ -address=/cgicounter.oneandone.co.uk/ -address=/oneblackjocker.online/ -address=/onecount.net/ -address=/onedmp.com/ -address=/onefeed.co.uk/ -address=/oneimpress.io/ -address=/onelink-translations.com/ -address=/sod.onelink.me/ -address=/onemboaran.com/ -address=/onenetworkdirect.com/ -address=/onenetworkdirect.net/ -address=/analytics.oneplus.cn/ -address=/click.oneplus.com/ -address=/open.oneplus.net/ -address=/onerror.cf/ -address=/onerror.ga/ -address=/onerror.gq/ -address=/onerror.ml/ -address=/update.onescan.co.kr/ -address=/mo.oneshouyou.cn/ -address=/onesignal.com/ -address=/onespot.com/ -address=/onestat.com/ -address=/onestepproductions.online/ -address=/clk.onet.pl/ -address=/csr.onet.pl/ -address=/kropka.onet.pl/ -address=/sgqcvfjvr.onet.pl/ -address=/stats.media.onet.pl/ -address=/onetad.com/ -address=/onetag-sys.com/ -address=/onetag.io/ -address=/onetouch4.com/ -address=/onetrust.com/ -address=/onewastansepa.pro/ -address=/ads.oneway.mobi/ -address=/onewhee.com/ -address=/onfericaq.com/ -address=/onfocus.io/ -address=/ongsono.com/ -address=/onhercam.com/ -address=/onhitads.net/ -address=/onindexicowillio.info/ -address=/onkcjpgmshqx.com/ -address=/onkftmmfiwxh.com/ -address=/online-adnetwork.com/ -address=/online-media24.de/ -address=/online-metrix.net/ -address=/onlinecareerpackage.com/ -address=/onlinecashmethod.com/ -address=/onlinedl.info/ -address=/fpbcode.onlinedown.net/ -address=/cgicounter.onlinehome.de/ -address=/onlinepbx.ru/ -address=/onlinereserchstatistics.online/ -address=/onlineshopping.website/ -address=/onlinewebstat.com/ -address=/onlyalad.net/ -address=/btn.onlylady.com/ -address=/olpv.onlylady.com/ -address=/olpvimg.onlylady.com/ -address=/olstats.onlylady.com/ -address=/analytics.onlyonlinemarketing.com/ -address=/onlyshow.top/ -address=/onlysix.co.uk/ -address=/potd.onlytease.com/ -address=/onpato.ru/ -address=/onrampadvertising.com/ -address=/onrio.com.br/ -address=/onrlaqhh.com/ -address=/onscribedpastrong.info/ -address=/onscroll.com/ -address=/onsiteline.vip/ -address=/onsiterope.com/ -address=/onsnv.com/ -address=/onthe.io/ -address=/user-metrics.onthemarket.com/ -address=/onunughegmar.club/ -address=/onvertise.com/ -address=/onvictinitor.com/ -address=/onwaysebuj.site/ -address=/onwsys.net/ -address=/onxxyeoyes.com/ -address=/oobywbdeveuodd.com/ -address=/oochaurt.com/ -address=/oodraune.com/ -address=/oodsotso.com/ -address=/oofpjjtc.com/ -address=/oojthlwtlu.com/ -address=/ookiqhfioldxwj.com/ -address=/oollttqq.com/ -address=/ooniu.com/ -address=/oonnmaxhz.com/ -address=/oopepoul.net/ -address=/oopt.fr/ -address=/ooq5z.com/ -address=/ooredi.com/ -address=/oorseest.net/ -address=/oos4l.com/ -address=/ootloakr.com/ -address=/oounzfsyxiuj.com/ -address=/oovvuu.com/ -address=/ooxoatse.com/ -address=/analytics.ooyala.com/ -address=/l.ooyala.com/ -address=/l.player.ooyala.com/ -address=/ooyhetoodapmrjvffzpmjdqubnpevefsofghrfsvixxcbwtmrj.com/ -address=/oozrsmpieq.com/ -address=/opai.red/ -address=/opap.co.kr/ -address=/opbandit.com/ -address=/opcyvbwkbiaqyt.com/ -address=/opdefmkoeuoumo.com/ -address=/tagger.opecloud.com/ -address=/open-downloads.net/ -address=/open8.cn/ -address=/openadserving.com/ -address=/openbook.net/ -address=/opencdb84507.com/ -address=/opencdb84508.com/ -address=/opencdb84509.com/ -address=/openclick.com/ -address=/opendownloadmanager.com/ -address=/opengam.com/ -address=/openguid.org/ -address=/openhit.com/ -address=/g-stats.openhost.es/ -address=/openinstall.io/ -address=/ad.openmultimedia.biz/ -address=/opensharecount.com/ -address=/openstat.net/ -address=/iflyad.bj.openstorage.cn/ -address=/iflyad.bjb.openstorage.cn/ -address=/ads2.opensubtitles.org/ -address=/opentracker.net/ -address=/opentracking.ru/ -address=/casting.openv.com/ -address=/uniclick.openv.com/ -address=/m.openv.tv/ -address=/openvenue.com/ -address=/openx.net/ -address=/openxadexchange.com/ -address=/openxenterprise.com/ -address=/openxmarket.asia/ -address=/openxt.cn/ -address=/operaserver.com/ -address=/operatedelivery.com/ -address=/opflriars.com/ -address=/ophagealbriance.info/ -address=/ophoahik.net/ -address=/ophpbseelohv.com/ -address=/opimpeeb.net/ -address=/opinary.com/ -address=/opingexamplyt.info/ -address=/opiniac.com/ -address=/counter.opinion.com.ua/ -address=/opinionbar.com/ -address=/opinionstage.com/ -address=/opisumqii.com/ -address=/opjfqjlfdxup.com/ -address=/oplo.org/ -address=/opmnstr.com/ -address=/opner.co/ -address=/stats.opoloo.de/ -address=/u.oppomobile.com/ -address=/adsfs.oppomobile.com/ -address=/adx.ads.oppomobile.com/ -address=/bdapi.ads.oppomobile.com/ -address=/data.ads.oppomobile.com/ -address=/httpdns.push.oppomobile.com/ -address=/i.flow.browser.oppomobile.com/ -address=/imagzine.oppomobile.com/ -address=/oprahsearch.com/ -address=/oprivi.info/ -address=/oproi.com/ -address=/opsivesh.net/ -address=/opsooque.com/ -address=/opt-intelligence.com/ -address=/opt-n.net/ -address=/optad360.io/ -address=/optaim.com/ -address=/opteama.com/ -address=/opter.co/ -address=/optiads.org/ -address=/go.optifuze.com/ -address=/optify.net/ -address=/optiker-michelmann.de/ -address=/analytics.optilead.co.uk/ -address=/optimahub.com/ -address=/optimatic.com/ -address=/optimierung-der-website.de/ -address=/optimix.asia/ -address=/optimix.cn/ -address=/optimization-methods.com/ -address=/optimizely.com/ -address=/optimizelydata.com/ -address=/optimizesocial.com/ -address=/optimizesrv.com/ -address=/optimonk.com/ -address=/optimost.com/ -address=/optin-machine.com/ -address=/optinemailpro.com/ -address=/optinmonster.com/ -address=/partners.optiontide.com/ -address=/optkit.com/ -address=/cdn.optmd.com/ -address=/optmnstr.com/ -address=/optmstr.com/ -address=/optnmnstr.com/ -address=/optnmstr.com/ -address=/opto-22.com.cn/ -address=/optorb.com/ -address=/optvx.com/ -address=/opyisszzoyhc.com/ -address=/opyyykrdyuum.com/ -address=/oq68.com/ -address=/oq8dojwz7hd.tk/ -address=/oqbxbautpu.com/ -address=/oqhrlphoecl.com/ -address=/oqiatejmfwelas.com/ -address=/oqmjxcqgdghq.com/ -address=/oqogtkqquflpf.com/ -address=/oqvjuqnkncom.com/ -address=/oqxyzvkwso.com/ -address=/oqziwmemusftg.com/ -address=/oracleinfinity.io/ -address=/ccexperimentsstatic.oracleoutsourcing.com/ -address=/orangeads.fr/ -address=/oranges88.com/ -address=/img.oraohui.cn/ -address=/orarala.com/ -address=/oratedencourse.info/ -address=/oratorsresente.info/ -address=/oratosaeron.com/ -address=/offline-adv.oray.com/ -address=/orbengine.com/ -address=/orbitfour47.com/ -address=/orcapia.com/ -address=/orchidscape.net/ -address=/orcjagpox.com/ -address=/ordbtltlcmqv.com/ -address=/ordermc.com/ -address=/ordidc.com/ -address=/ordingly.com/ -address=/ordssuspicuousc.info/ -address=/oredero.com/ -address=/geoip.oregonlive.com/ -address=/mms.oregonlive.com/ -address=/analytics.orenshmu.com/ -address=/oreporu.info/ -address=/org-dot-com.com/ -address=/organicalews.info/ -address=/organicfruitapps.com/ -address=/doktester.orgfree.com/ -address=/oribi.io/ -address=/oriel.io/ -address=/origer.info/ -address=/c.originz.cn/ -address=/v.originz.cn/ -address=/outal.origo.hu/ -address=/orlandomp.com/ -address=/ornament-i.com/ -address=/orszajhynaqr.com/ -address=/ortantchangem.info/ -address=/ortonch.com/ -address=/orvzvaqig.com/ -address=/os-data.com/ -address=/os.tc/ -address=/osalsdistiniaatt.info/ -address=/consent.api.osano.com/ -address=/osaws.com/ -address=/tesla.oscaro.com/ -address=/osdata.solutions/ -address=/oselyprepartie.info/ -address=/osevrgzpsu.com/ -address=/osiaffiliate.com/ -address=/osidf.xyz/ -address=/ositracker.com/ -address=/oslzqjnh.com/ -address=/osmondards.pro/ -address=/osnbddsrm.com/ -address=/osndy.com/ -address=/osnosa.info/ -address=/osny2p7a0k.com/ -address=/ospjthkhtwv.com/ -address=/ospreymedialp.com/ -address=/ospserver.net/ -address=/osrto.com/ -address=/ossdqciz.com/ -address=/ostsee-schnack.de/ -address=/ostyfayab.com/ -address=/osvp2.cn/ -address=/osvryhznx.com/ -address=/osxau.de/ -address=/osynchresiderin.info/ -address=/otaijing.com/ -address=/otaserve.net/ -address=/otcbuqxriuht.com/ -address=/otcxzgcu.com/ -address=/otfquqgqvsjof.com/ -address=/othere.info/ -address=/othernedm.info/ -address=/otherprofit.com/ -address=/othersonline.com/ -address=/otiqknmqyibci.com/ -address=/otkpegjvpyi.com/ -address=/otmonog.info/ -address=/otmyoesv.com/ -address=/otnolabttmup.com/ -address=/otnolatrnup.com/ -address=/otoshiana.com/ -address=/otoxkqlivsqr.com/ -address=/otpyldlrygga.com/ -address=/otqhemtwoene.com/ -address=/otqzpgagsstvth.com/ -address=/otracking.com/ -address=/otrfmbluvrde.com/ -address=/otruzjgxof.com/ -address=/otrwaram.com/ -address=/otsurvedchange.info/ -address=/orbidder.otto.de/ -address=/pxc.otto.de/ -address=/ottomdisede.club/ -address=/otvetus.com/ -address=/otyguqrpv.com/ -address=/otylkaaotesanek.cz/ -address=/ouboosta.com/ -address=/oucywciij.com/ -address=/stat.ouedkniss.com/ -address=/ougesqknoehod.com/ -address=/oughaoxixcfe.com/ -address=/oughgoalityabo.info/ -address=/ouhdgmzajfaop.com/ -address=/ouhegapy.net/ -address=/sstats.oui.sncf/ -address=/stats.oui.sncf/ -address=/tracking.oui.sncf/ -address=/v.oui.sncf/ -address=/wblt.oui.sncf/ -address=/oujlnbyavjhy.com/ -address=/oujouniw.com/ -address=/oul78c.cn/ -address=/ouloutso.net/ -address=/oultuwee.net/ -address=/oulvtrip.com/ -address=/ountapaveralle.info/ -address=/ounyrilukncbj.com/ -address=/ouo.io/ -address=/cookie.oup.com/ -address=/c.bxb.oupeng.com/ -address=/img-ad.oupeng.com/ -address=/r.bxb.oupeng.com/ -address=/startup.oupeng.com/ -address=/ouptoobe.net/ -address=/oupushee.com/ -address=/ouqlhdajsaq.com/ -address=/ourbanners.net/ -address=/ourgeche.net/ -address=/ournet-analytics.com/ -address=/ourstats.de/ -address=/oushenoo.net/ -address=/ouslayer.co/ -address=/g.ousns.net/ -address=/g2.ousns.net/ -address=/ousseventi.info/ -address=/outbid.io/ -address=/outboundlink.me/ -address=/amplify.outbrain.com/ -address=/amplifypixel.outbrain.com/ -address=/hpr.outbrain.com/ -address=/log.outbrain.com/ -address=/newsletter.outbrain.com/ -address=/odb.outbrain.com/ -address=/rva.outbrain.com/ -address=/sphere.outbrain.com/ -address=/stas.outbrain.com/ -address=/sync.outbrain.com/ -address=/videoevents.outbrain.com/ -address=/vrp.outbrain.com/ -address=/vrt.outbrain.com/ -address=/widgets.outbrain.com/ -address=/outbrainimg.com/ -address=/apps.outfit7.com/ -address=/apps2.outfit7.com/ -address=/cdn-gcs.outfit7.com/ -address=/cdn.outfit7.com/ -address=/events-api.outfit7.net/ -address=/revive.outin.cn/ -address=/outlinearray.com/ -address=/outlookabsorb.com/ -address=/banners.outpersonals.com/ -address=/outporn.com/ -address=/outseeltor.com/ -address=/ad.outsidehub.com/ -address=/outster.com/ -address=/ouuktjcoh.com/ -address=/ouzoadru.net/ -address=/ouzqwetenps.com/ -address=/ovbnb.com/ -address=/ovckindyf.com/ -address=/oveld.com/ -address=/over50datingservices.com/ -address=/cf.overblog.com/ -address=/overhaps.com/ -address=/overlordtea.cn/ -address=/overreare.co/ -address=/overribleintena.info/ -address=/overstat.com/ -address=/overture.com/ -address=/overturechina.com/ -address=/overturs.com/ -address=/ovgepsxx.com/ -address=/ovgzbnjj.com/ -address=/oviwtvswp.com/ -address=/ovmeaxabvfor.com/ -address=/ovscyvcucd.com/ -address=/ovtopli.ru/ -address=/owajgovpu.com/ -address=/owcdycko.com/ -address=/owdojmypl.com/ -address=/owejzckyioic.com/ -address=/oweverycanvas.info/ -address=/owihjchxgydd.com/ -address=/owkbqoby.com/ -address=/owlads.io/ -address=/owlanalytics.io/ -address=/owldata.com/ -address=/owlopadjet.info/ -address=/owndata.network/ -address=/px.owneriq.net/ -address=/ownlocal.com/ -address=/ownpage.fr/ -address=/owodtmyd.com/ -address=/owoeaicjtds.com/ -address=/owowoaty.com/ -address=/owueis.com/ -address=/owwjelpkhli.com/ -address=/ox-bio.com/ -address=/q.ox11.com/ -address=/oxado.com/ -address=/oxcluster.com/ -address=/oxfjlzyhxjihk.com/ -address=/oxfpvhulqwv.com/ -address=/oxi23.cn/ -address=/oxidy.com/ -address=/oxipkvzcdzh.com/ -address=/oxpvwliy.com/ -address=/oxrm.com/ -address=/oxsng.com/ -address=/oxtracking.com/ -address=/oxybe.com/ -address=/osd.oxygem.it/ -address=/oxzffweyw.com/ -address=/oyfncnedrymc.com/ -address=/oyfsdpmhncobvj.com/ -address=/oyhnizdr4bxkz0.com/ -address=/oylqnzunnw.com/ -address=/oymlttqg.com/ -address=/oyndqimgof.com/ -address=/oyzypkiodmhmv.com/ -address=/ozafaszolf.com/ -address=/ozbwaijtzfwel.com/ -address=/ozcdkiphvsnrht.com/ -address=/ozelmedikal.com/ -address=/ozertesa.com/ -address=/ozhwenyohtpb.com/ -address=/ozmifi.info/ -address=/ozonemedia.com/ -address=/ozora.work/ -address=/ozrdgjalmch.com/ -address=/ozrmnwplx.com/ -address=/ozsriqitazi.com/ -address=/ozugzufdxniu.com/ -address=/ozvxadosic.com/ -address=/stats.ozwebsites.biz/ -address=/ozwjhdler.com/ -address=/e.ozwqxi.cn/ -address=/p-advg.com/ -address=/p-comme-performance.com/ -address=/p-digital-server.com/ -address=/p-td.com/ -address=/p071qmn.com/ -address=/p0y.cn/ -address=/p24.hu/ -address=/p2ads.com/ -address=/p2poolmining.com/ -address=/p2poolmining.net/ -address=/p2r14.com/ -address=/p3tt.com/ -address=/p51d20aa4.website/ -address=/p555.cc/ -address=/p5genexs.com/ -address=/p74.cc/ -address=/p78lld1s.top/ -address=/p7vortex.com/ -address=/e.p98ytk.cn/ -address=/pa-oa.com/ -address=/paads.dk/ -address=/paakkisuvs.com/ -address=/pababy.cn/ -address=/tracking.pacharge.com/ -address=/pacific-yield.com/ -address=/counter.packa2.cz/ -address=/package01.com/ -address=/ew16d.package12.com/ -address=/paclitor.com/ -address=/analytics.paddle.com/ -address=/padsabz.com/ -address=/padsatz.com/ -address=/padsblue.com/ -address=/padsbrown.com/ -address=/padsdel.com/ -address=/padsdelivery.com/ -address=/padsecs.com/ -address=/padsips.com/ -address=/padsipz.com/ -address=/padskiz.com/ -address=/padsokz.com/ -address=/padspmz.com/ -address=/padstm.com/ -address=/paegcsvchsdlbj.com/ -address=/pagaynrbee.com/ -address=/page-hit.de/ -address=/page.tl/ -address=/page2rss.com/ -address=/pagechoice.com/ -address=/pagechoice.net/ -address=/pagefair.com/ -address=/pagefair.net/ -address=/pagerage.com/ -address=/pagerank-backlink.eu/ -address=/pagerank-linkverzeichnis.de/ -address=/pagerank-online.eu/ -address=/pagerank-suchmaschine.de/ -address=/pagerankfree.com/ -address=/pageranking-counter.de/ -address=/pages05.net/ -address=/pagesinxt.com/ -address=/p.pagesjaunes.fr/ -address=/reports.pagesuite-professional.co.uk/ -address=/metering.pagesuite.com/ -address=/counter.pagesview.com/ -address=/pagiwp.com/ -address=/pagnookr.net/ -address=/pagoda56.com/ -address=/instore.pagomeno.it/ -address=/vip.pai76.com/ -address=/paibopse.com/ -address=/paid-to-promote.net/ -address=/paidonresults.net/ -address=/paidsearchexperts.com/ -address=/paidstats.com/ -address=/photo.paiji188.cn/ -address=/promote.pair.com/ -address=/pakbanners.com/ -address=/sp.pal-item.com/ -address=/ojm4.palladiumhotelgroup.com/ -address=/pampopholf.com/ -address=/panachetech.com/ -address=/panazan.ro/ -address=/panda.network/ -address=/adserver.pandora.com/ -address=/stats.pandora.com/ -address=/tracker.pandora.com/ -address=/lg.tr.pandora.tv/ -address=/log.sv.pandora.tv/ -address=/prism.pandora.tv/ -address=/panection.co/ -address=/panel-cn.com/ -address=/statystyki.panelek.com/ -address=/panelsave.com/ -address=/pangu.cc/ -address=/panoll.com/ -address=/jipinapi.panqis.cn/ -address=/c.panqishu.com/ -address=/pantherads.com/ -address=/clicktale.pantherssl.com/ -address=/panwenjun.top/ -address=/panyeri.info/ -address=/paochala.net/ -address=/bmw2ep.paomifen.cn/ -address=/papa999.xyz/ -address=/paperclipservice.com/ -address=/paperg.com/ -address=/papoto.com/ -address=/paqtnspb.com/ -address=/get.paradise8.com/ -address=/paradocs.ru/ -address=/parallelsdesktop.cn/ -address=/parameter.dk/ -address=/paraskov.com/ -address=/paratingexcret.info/ -address=/paratingsulik.site/ -address=/parcelcreature.com/ -address=/pardina.ru/ -address=/parding.info/ -address=/go.pardot.com/ -address=/parketbedde.info/ -address=/parkingcrew.net/ -address=/parkingpremium.com/ -address=/parklogic.com/ -address=/parrable.com/ -address=/parromlethowsit.info/ -address=/parronnotandone.info/ -address=/parse.ly/ -address=/config.parsely.com/ -address=/static.parsely.com/ -address=/parsimoniouspolice.com/ -address=/particizedese.club/ -address=/partishion.com/ -address=/partner-ads.com/ -address=/partnercash.com/ -address=/partnercash.de/ -address=/partnerearning.com/ -address=/partnermax.de/ -address=/partplanes.com/ -address=/partycasino.com/ -address=/partypartners.com/ -address=/partypills.org/ -address=/partypoker.com/ -address=/parwrite.com/ -address=/pas-rahav.com/ -address=/pasaigul.com/ -address=/pasco.cc/ -address=/pass-1234.com/ -address=/passeura.com/ -address=/banners.passion.com/ -address=/geobanner.passion.com/ -address=/banners.passiondollars.com/ -address=/passionfruitads.com/ -address=/ads.passiontimes.hk/ -address=/passive-earner.com/ -address=/stats.paste2.org/ -address=/patecrafts.com/ -address=/bt1.patexplorer.com/ -address=/pathful.com/ -address=/pathlime.com/ -address=/patiskcontentdelivery.info/ -address=/patlgfvxkto.com/ -address=/patoris.xyz/ -address=/paula-secundinus.com/ -address=/paumoogo.net/ -address=/paupbxxmhh.com/ -address=/paveralleycoun.info/ -address=/pavfhwwddf.com/ -address=/paxmedia.net/ -address=/pay-click.ru/ -address=/pay838.com/ -address=/payae8moon9.com/ -address=/as.payback.it/ -address=/count.paycounter.com/ -address=/paydotcom.com/ -address=/syndicate.payloadz.com/ -address=/epl.paypal-communication.com/ -address=/c.paypal.com/ -address=/t.paypal.com/ -address=/payperpost.com/ -address=/banners.payserve.com/ -address=/pb-webdesign.net/ -address=/pbbl.co/ -address=/pbcde.com/ -address=/pbfjqmwjmuxywt.com/ -address=/pbixcuapo.com/ -address=/pbkhlczs.com/ -address=/pbnnsras.com/ -address=/pbnusnsr.com/ -address=/pbofytmakvye.com/ -address=/pbpdgojwzfdc.com/ -address=/pbterra.com/ -address=/pbttxbna.com/ -address=/pbyfsnjpnygyfc.com/ -address=/pc-ads.com/ -address=/pc-agency24.de/ -address=/pc1.io/ -address=/pc1ads.com/ -address=/pc20160522.com/ -address=/pc2ads.com/ -address=/audit.pcadvisor.co.uk/ -address=/count.pcauto.com.cn/ -address=/counter.pcauto.com.cn/ -address=/ivy.pcauto.com.cn/ -address=/ivy.pcbaby.com.cn/ -address=/pcbfhotfyuyg.com/ -address=/pccpyjngw.com/ -address=/pcdjvinnlhysg.com/ -address=/hawk.pcgamer.com/ -address=/count.pcgames.com.cn/ -address=/srt.pch.com/ -address=/pchijkkms.com/ -address=/ad.pchome.com.tw/ -address=/adcl.pchome.com.tw/ -address=/btn.pchome.net/ -address=/stat.pchome.net/ -address=/js-1.pchome.net/ -address=/pf-2.pchome.net/ -address=/pf.pchome.net/ -address=/pcizpawioulv.com/ -address=/pcjkmabp.com/ -address=/ivy.pclady.com.cn/ -address=/pclicks.com/ -address=/pcmzn.com/ -address=/bestpush.pconline.com.cn/ -address=/count5.pconline.com.cn/ -address=/ivy.pconline.com.cn/ -address=/count6.pconline.com.cn/ -address=/imgad0.pconline.com.cn/ -address=/ashow.pcpop.com/ -address=/33.pcpop.com/ -address=/count.pcpop.com/ -address=/pcpzhtdvtcqj.com/ -address=/pcrhfkuwp.com/ -address=/pcruxm.xyz/ -address=/pcspeedup.com/ -address=/uuu.pctowap.com/ -address=/cmp.pcwelt.de/ -address=/cmp.pcworld.co.nz/ -address=/cmp.pcworld.com/ -address=/pixel.pcworld.com/ -address=/cmp.pcworld.pl/ -address=/pd3a.cn/ -address=/pdapmkivb.com/ -address=/pdbaewqjyvux.com/ -address=/pdbu.net/ -address=/pdfbs.com/ -address=/pdfcomplete.com/ -address=/pdfexpert.cc/ -address=/pdgxtdughbeks.com/ -address=/pdiinfo.com.cn/ -address=/pdkuai.com/ -address=/ijeu.pdkzyy.cn/ -address=/pdmp.jp/ -address=/pdmucolwl.com/ -address=/pdn-1.com/ -address=/pdn-2.com/ -address=/pdnoucwb.com/ -address=/pdoijgyoxcjob.com/ -address=/pdsjycm.com/ -address=/pdsxp.cn/ -address=/pdywlbjkeq.work/ -address=/pdzqwzrxlltz.com/ -address=/pe2k2dty.com/ -address=/peacepowder.com/ -address=/peakclick.com/ -address=/peakcounter.dk/ -address=/pebadu.com/ -address=/pebblemedia.be/ -address=/pebwjgvxpnxsch.com/ -address=/pebx.pl/ -address=/pecash.com/ -address=/pectit.info/ -address=/pedailyu.com/ -address=/pedcarefusalmo.info/ -address=/pedropanther.com/ -address=/pee.cn/ -address=/peefeehu.com/ -address=/peemee.com/ -address=/peep1alea.com/ -address=/peer39.com/ -address=/peer39.net/ -address=/peerius.com/ -address=/peethobo.com/ -address=/peewuvgdcian.com/ -address=/pegaumsi.com/ -address=/promo.pegcweb.com/ -address=/pegloang.com/ -address=/pejqoq4cafo3bg9yqqqtk5e6s6.com/ -address=/pekingpk10.com/ -address=/pema.cl/ -address=/pemainedperio.info/ -address=/img2.pengfu.net/ -address=/penggua.com.cn/ -address=/penglei.info/ -address=/geoip.pennlive.com/ -address=/mms.pennlive.com/ -address=/pennynetwork.com/ -address=/pennyotcstock.com/ -address=/pennzxycrdmw.com/ -address=/pension-helene.cz/ -address=/penspade.com/ -address=/pentaxaws.cn/ -address=/banners.penthouse.com/ -address=/penuma.com/ -address=/penxiangge.com/ -address=/counter.people.cn/ -address=/pmm.people.com.cn/ -address=/a1.peoplecdn.cn/ -address=/olil.peopleselect.cn/ -address=/pepipo.com/ -address=/pepperjam.com/ -address=/pepperjamnetwork.com/ -address=/perceivequarter.com/ -address=/percentmobile.com/ -address=/percycle.com/ -address=/perfb.com/ -address=/perfcjlensdl.com/ -address=/perfdrive.com/ -address=/perfectaudience.com/ -address=/bannershotlink.perfectgonzo.com/ -address=/perfectmarket.com/ -address=/perfiliate.com/ -address=/perfops.net/ -address=/analytics.performable.com/ -address=/performance-based.com/ -address=/performanceadexchange.com/ -address=/performanceanalyser.net/ -address=/performanceonclick.com/ -address=/performanceplay.co.kr/ -address=/performancerevenues.com/ -address=/pmetrics.performancing.com/ -address=/performancingads.com/ -address=/performanteads.com/ -address=/performax.cz/ -address=/performit.club/ -address=/performtracking.com/ -address=/t.perigold.com/ -address=/perimeterx.net/ -address=/perion.com/ -address=/perk0mean.com/ -address=/perkas.pw/ -address=/perkcanada.com/ -address=/c.perlentaucher.de/ -address=/permenor.xyz/ -address=/permutive.com/ -address=/persevered.com/ -address=/persianstat.com/ -address=/persianstat.ir/ -address=/personaleme.pro/ -address=/personalicanvas.com/ -address=/personyze.com/ -address=/perstago.pro/ -address=/pertholin.com/ -address=/perupuntocom.com/ -address=/perymiynf.com/ -address=/pesbqkopdm.com/ -address=/pestrike.com/ -address=/petametrics.com/ -address=/petchesa.net/ -address=/petiteumbrella.com/ -address=/petpleasers.ca/ -address=/mgfd1b.petrix.net/ -address=/petsarlaaafru.com/ -address=/petsfairy.com/ -address=/petsheying.com/ -address=/petsoocm.com/ -address=/pewgnvqixnhvij.com/ -address=/pexu.com/ -address=/pezrphjl.com/ -address=/pfcjhjogq.com/ -address=/pfdctvdgjw.com/ -address=/pferetgf.com/ -address=/pflexads.com/ -address=/pfmmqofcadze.com/ -address=/pfmoriuywsl.com/ -address=/passport.pfn.bz/ -address=/stats.cdn.pfn.bz/ -address=/pfpkzjwi.com/ -address=/pfvgazngauezhk.com/ -address=/pfyalardueu.com/ -address=/pgalvaoteles.pt/ -address=/pgathailand.com/ -address=/pgdhapctt.com/ -address=/pgepkagfndl.com/ -address=/pghwwjd.com/ -address=/pgmcdn.com/ -address=/pgmediaserve.com/ -address=/pgmqzpjoauoknj.com/ -address=/pgnjgjiwomgdmn.com/ -address=/pgpartner.com/ -address=/pgpfdravejq.com/ -address=/pgpszwldfpc.com/ -address=/pgqpibyycasfvl.com/ -address=/pgradualirelev.info/ -address=/pgs.io/ -address=/pgssl.com/ -address=/g.pgu.cc/ -address=/pguf.top/ -address=/phabsoun.net/ -address=/phaikroo.net/ -address=/pharmadeal.gr/ -address=/pharmcash.com/ -address=/pharougn.com/ -address=/o.phb123.com/ -address=/v1.phb123.com/ -address=/v2.phb123.com/ -address=/phdtryxlepjayf.com/ -address=/phedudug.net/ -address=/pheedroh.net/ -address=/pheegoab.click/ -address=/pheekrie.com/ -address=/pheepudo.net/ -address=/pheergar.com/ -address=/pheersie.com/ -address=/pheevoug.com/ -address=/pheizpjpowvw.com/ -address=/phekrimp.com/ -address=/phengung.net/ -address=/phhigelii.com/ -address=/phiambczsg.com/ -address=/philbardre.com/ -address=/philosophere.com/ -address=/philpool.com/ -address=/philstraffic.com/ -address=/phiptams.net/ -address=/phitenmy.com/ -address=/phjml.cn/ -address=/s3.phluant.com/ -address=/mdn1.phluantmobile.net/ -address=/mdn2.phluantmobile.net/ -address=/mdn3.phluantmobile.net/ -address=/mdn3origin.phluantmobile.net/ -address=/analytic.pho.fm/ -address=/analyticapi.pho.fm/ -address=/app.pho8.com/ -address=/phoaksiw.com/ -address=/phoenix-widget.com/ -address=/phokukse.com/ -address=/phonalytics.com/ -address=/phone-analytics.com/ -address=/phonespybubble.com/ -address=/m.phonthing.com/ -address=/phoodsom.net/ -address=/phookree.com/ -address=/pbox.photobox.de/ -address=/photographpan.com/ -address=/counter.photopulse.ru/ -address=/photorank.me/ -address=/photoscape.ch/ -address=/photozoomchina.com/ -address=/phpape.com/ -address=/phpjtafdqsa.com/ -address=/freefblikes.phpnet.us/ -address=/phpstat.com/ -address=/lianjie.phpwind.com/ -address=/init.phpwind.com/ -address=/nt.phpwind.com/ -address=/s.phpwind.com/ -address=/init.phpwind.net/ -address=/phragnmpo.com/ -address=/phsism.com/ -address=/phskaieua.com/ -address=/phtfydtpxkdhmo.com/ -address=/phudrour.net/ -address=/phukrovo.com/ -address=/phvmjnkysnj.com/ -address=/phywi.org/ -address=/phywyzpugswttb.com/ -address=/pi-stats.com/ -address=/pi920.com/ -address=/stats.piaggio.com/ -address=/pianoldor.com/ -address=/pianyi95.top/ -address=/j1.piaobing.com/ -address=/piaogj.com/ -address=/pibaba.com.cn/ -address=/pic.pic-img.com/ -address=/picadmedia.com/ -address=/picbr.com/ -address=/picbucks.com/ -address=/creatives.pichunter.com/ -address=/ip.pichunter.com/ -address=/ad.pickple.net/ -address=/pickytime.com/ -address=/picsti.com/ -address=/picstunoar.com/ -address=/pictela.net/ -address=/pictureturn.com/ -address=/picznhen.com/ -address=/pieaa.com/ -address=/pieiron.co.uk/ -address=/piercial.com/ -address=/pietexture.com/ -address=/f1.pig66.com/ -address=/piifwkvdil.com/ -address=/pijlvpsqf.com/ -address=/pikacn.com/ -address=/pikkr.net/ -address=/analytics.piksel.com/ -address=/pikzor.com/ -address=/pilipala.info/ -address=/pimpmypr.de/ -address=/pinballpublishernetwork.com/ -address=/ab.pincai.com/ -address=/pincidao.cn/ -address=/pinddeals.com/ -address=/ping-fast.com/ -address=/ping-traffic.info/ -address=/pingagenow.com/ -address=/events.pingan.com/ -address=/pingclock.net/ -address=/pingdom.net/ -address=/pingeds.cn/ -address=/gg86.pinggu.org/ -address=/pic50.pingguolv.com/ -address=/pingil.com/ -address=/pingoli.info/ -address=/pingomatic.com/ -address=/abds.pingpingw.com/ -address=/pingqwlxklbiev.com/ -address=/pingshu365.xyz/ -address=/b7sw62.pingshu8.xyz/ -address=/api.pingstart.com/ -address=/t.pingzei.com/ -address=/pinkhoneypots.com/ -address=/pinkmore.cn/ -address=/pinlrzucbjt.com/ -address=/tracker.pinnaclesports.com/ -address=/pinocularoud.site/ -address=/pinpinnet.net/ -address=/pinpoll.com/ -address=/ct.pinterest.com/ -address=/log.pinterest.com/ -address=/pintour.com/ -address=/pioneeringad.com/ -address=/piozhntfxag.com/ -address=/pip-pip-pop.com/ -address=/bd1.pipaw.com/ -address=/bd2.pipaw.com/ -address=/pipeaota.com/ -address=/pipfire.com/ -address=/pipgiglea.club/ -address=/pipilida.com/ -address=/pipiryiqu.com/ -address=/pippio.com/ -address=/pippity.com/ -address=/pipsol.net/ -address=/piqvuvqc.com/ -address=/pirdoust.com/ -address=/pismvlkq.com/ -address=/pistoma.info/ -address=/pistraving.co/ -address=/pisucbaart.com/ -address=/pitatagata.com/ -address=/pitena.top/ -address=/piticlik.com/ -address=/piuhqbchk.com/ -address=/pivotrunner.com/ -address=/pivt2fueu68.ml/ -address=/piwik.pro/ -address=/piwwplvxvqqi.com/ -address=/pixanalytics.com/ -address=/pixazza.com/ -address=/pixel.ad/ -address=/pixel.watch/ -address=/pixeleze.com/ -address=/pixelinteractivemedia.com/ -address=/pixellitomedia.com/ -address=/pixelpop.co/ -address=/pixelrevenue.com/ -address=/pixels.asia/ -address=/pixelsfighting.co/ -address=/pixeltrack66.com/ -address=/pixfuture.net/ -address=/r.pixgold.com/ -address=/pixhost.to/ -address=/piximedia.com/ -address=/pixiv.org/ -address=/ea.pixmania.de/ -address=/ea.pixmania.dk/ -address=/ea.pixmania.fi/ -address=/ea.pixmania.ie/ -address=/ea.pixmania.it/ -address=/ea.pixmania.nl/ -address=/ea.pixmania.pl/ -address=/ea.pixmania.se/ -address=/ad.pixnet.in/ -address=/ad.pixnet.net/ -address=/counter.pixplug.in/ -address=/referer.pixplug.in/ -address=/pixroute.com/ -address=/pixtrack.in/ -address=/fog.pixual.co/ -address=/pixxur.com/ -address=/pizzaandads.com/ -address=/publish.pizzazzemail.com/ -address=/pj3456.com/ -address=/pj38330.bet/ -address=/pj39330.bet/ -address=/pj39330.com/ -address=/pj50.com/ -address=/pj5189.com/ -address=/pj550077.com/ -address=/pjatr.com/ -address=/pjbifjjtir.com/ -address=/pjbjzf.com/ -address=/pjbwsczypwze.com/ -address=/pjchkuksy.com/ -address=/pjcn.org/ -address=/pjdhfwe.com/ -address=/pjhwhxmzefjgn.com/ -address=/pjkbojrcraj.com/ -address=/pjnjskdvmbnup.com/ -address=/pjpgrrkegamhq.com/ -address=/pjshw.cn/ -address=/pjsiazatx.com/ -address=/pjszvzkfib.com/ -address=/pjtra.com/ -address=/pjtymy.cn/ -address=/pjwdbgkrhb.com/ -address=/pjxna.xyz/ -address=/h5.pk1179.com/ -address=/pkbook.com.cn/ -address=/pkeeper3.ru/ -address=/pkirdfqe.com/ -address=/pkitdifnkz.com/ -address=/pklaowdpzwflvr.com/ -address=/pkmzxzfazpst.com/ -address=/pknzoizczuhjvk.com/ -address=/pkqbgjuinhgpizxifssrtqsyxnzjxwozacnxsrxnvkrokysnhb.com/ -address=/pkqfuffahcdbm.com/ -address=/accounts.pkr.com/ -address=/pkrgwlwhhsie.com/ -address=/pkscjfqekfahb.com/ -address=/pkvhprfhbtft.com/ -address=/ea.placedestendances.com/ -address=/placeiq.com/ -address=/placemypixel.com/ -address=/pladform.ru/ -address=/plainplayground.com/ -address=/affiliation.planethoster.info/ -address=/planktab.com/ -address=/plannto.com/ -address=/plantaosexy.com/ -address=/plantdigestion.com/ -address=/platado.com/ -address=/platformpanda.com/ -address=/tracking.plattformad.com/ -address=/plaxo.com/ -address=/play-asia.com/ -address=/api2.play.cn/ -address=/open.play.cn/ -address=/geo.play.it/ -address=/play4k.co/ -address=/delivery.playallvideos.com/ -address=/ads.playboy.com/ -address=/pei-ads.playboy.com/ -address=/playboymethod.com/ -address=/inline.playbryte.com/ -address=/prd-collector-anon.playbuzz.com/ -address=/stg-data-collector.playbuzz.com/ -address=/weblogger-dynamic-lb.playdom.com/ -address=/hwt.player888.cn/ -address=/playertraffic.com/ -address=/bdxs.playnetx.cn/ -address=/bdx.playnext.cn/ -address=/playtem.com/ -address=/playuhd.host/ -address=/playukinternet.com/ -address=/plbfuyckzn.com/ -address=/pldsafpulgnw.com/ -address=/plecki.com/ -address=/pleeko.com/ -address=/pleisty.com/ -address=/plenomedia.com/ -address=/analytics.plex.tv/ -address=/plex2.com/ -address=/plexop.com/ -address=/plexop.net/ -address=/plexworks.de/ -address=/plgrrkpxnjrvac.com/ -address=/plhielbsmvlm.com/ -address=/plhvzqkkirw.com/ -address=/plified.pro/ -address=/tracking.plinga.de/ -address=/plinx.net/ -address=/mxm.plipala.com/ -address=/plista.com/ -address=/pllblrapagrvn.com/ -address=/plmuxaeyapbqxszavtsljaqvmlsuuvifznvttuuqfcxcbgqdnn.com/ -address=/plocap.com/ -address=/plokr.com/ -address=/plopx.com/ -address=/plqakqvku.com/ -address=/plsdrct2.me/ -address=/plufdsa.com/ -address=/plugerr.com/ -address=/plugin.ws/ -address=/plugrush.com/ -address=/plugs.co/ -address=/leadtracking.plumvoice.com/ -address=/plusfind.net/ -address=/share.pluso.ru/ -address=/plwvwvhudkuv.com/ -address=/plxserve.com/ -address=/plxtejszb.com/ -address=/plyvitablesagree.info/ -address=/plzjcnyxcdl.com/ -address=/pm0.net/ -address=/pm14.com/ -address=/pmbox.biz/ -address=/pmdgwnsgucy.com/ -address=/pminnsodv.com/ -address=/pmlcuxqbngrl.com/ -address=/pmlw0efk4x.com/ -address=/pmnywlfdffjge.com/ -address=/pmoucikneuxcxy.com/ -address=/pmpubs.com/ -address=/pmrbancrbuht.com/ -address=/pmshy.cn/ -address=/pmsrvr.com/ -address=/pmzer.com/ -address=/pnads.com/ -address=/pnaea.com/ -address=/1.pncdn.cn/ -address=/100.pncdn.cn/ -address=/pnd.gs/ -address=/pndelfast.com/ -address=/pnewspages.com/ -address=/pnhfc.com/ -address=/track.pnicnik.live/ -address=/sp.pnj.com/ -address=/pnkdlqeibm.com/ -address=/pnkrtgea.com/ -address=/pnmkuqkonlzj.com/ -address=/pnobsmeio.com/ -address=/pnperf.com/ -address=/pnsandbox.com/ -address=/pnstat.com/ -address=/pntra.com/ -address=/pntrac.com/ -address=/pntrs.com/ -address=/pnunijdm.com/ -address=/pnxs.com/ -address=/pnzamawzgw.com/ -address=/poagroul.com/ -address=/poaulpos.net/ -address=/poaurtor.com/ -address=/poaxupoqbw.com/ -address=/poazoanu.com/ -address=/poblemi.info/ -address=/pobliba.info/ -address=/pochengweiyuan.com/ -address=/pocitadlo.cz/ -address=/pocitadlo.sk/ -address=/a-m-s.poco.cn/ -address=/podbwdcrmjufmr.com/ -address=/poesiadelsud.it/ -address=/pofang.com/ -address=/pogdlwpmck.com/ -address=/poijugh.top/ -address=/pointclicktrack.com/ -address=/pointillist.com/ -address=/pointomatic.com/ -address=/pointroll.com/ -address=/points2shop.com/ -address=/poirreleast.club/ -address=/pokachi.net/ -address=/poke88.com/ -address=/i.pokernews.com/ -address=/poketraff.com/ -address=/pic.poklytk.com/ -address=/polanders.com/ -address=/polarcdn-pentos.com/ -address=/polarcdn-terrax.com/ -address=/polarmobile.com/ -address=/polawrg.com/ -address=/poleonaryprac.info/ -address=/polephen.com/ -address=/policityseriod.info/ -address=/polimantu.com/ -address=/polkoa.com/ -address=/stats.polldaddy.com/ -address=/polluxnetwork.com/ -address=/polmontventures.com/ -address=/polyad.net/ -address=/polydarth.com/ -address=/polymorphicads.jp/ -address=/pomhz.com/ -address=/po.ponant.com/ -address=/pontypriddcrick.com/ -address=/poogriry.click/ -address=/poolgmsd.com/ -address=/poolmining.eu/ -address=/poolmining.net/ -address=/poonproscash.com/ -address=/e.poonscn.com/ -address=/m.poonscn.com/ -address=/pop-rev.com/ -address=/glean.pop6.com/ -address=/map.pop6.com/ -address=/pop800.com/ -address=/popads.media/ -address=/popads.net/ -address=/popadscdn.net/ -address=/popander.com/ -address=/popcain.com/ -address=/popcash.net/ -address=/popclck.net/ -address=/popcornvod.com/ -address=/popcpm.com/ -address=/popearn.com/ -address=/popeng.top/ -address=/popin.cc/ -address=/popmajor.com/ -address=/popmarker.com/ -address=/popmog.com/ -address=/popmonetizer.com/ -address=/popmonetizer.net/ -address=/popmyad.com/ -address=/popmyads.com/ -address=/popnc.com/ -address=/poponclick.com/ -address=/poppcheck.de/ -address=/popped.biz/ -address=/poppysol.com/ -address=/poppyta.com/ -address=/poprevenue.net/ -address=/popsads.com/ -address=/popsample.com/ -address=/popsuperbbrands.com/ -address=/popt.in/ -address=/poptm.com/ -address=/popuexo.com/ -address=/popularitish.com/ -address=/popularmedia.net/ -address=/populis.com/ -address=/populisengage.com/ -address=/populr.me/ -address=/popunder.bid/ -address=/popunder.ru/ -address=/popunders.bid/ -address=/popundertotal.com/ -address=/popunderz.com/ -address=/popunderzone.com/ -address=/popupclick.ru/ -address=/popupdomination.com/ -address=/popuptraffic.com/ -address=/popwin.net/ -address=/popxxx.net/ -address=/poratav.com/ -address=/poredii.com/ -address=/porkolt.com/ -address=/porn-hitz.com/ -address=/porn-site-builder.com/ -address=/delivery.porn.com/ -address=/public.porn.fr/ -address=/porn300.com/ -address=/porn88.net/ -address=/porn99.net/ -address=/pornattitude.com/ -address=/go.pornav.net/ -address=/pornconversions.com/ -address=/porndeals.com/ -address=/plx.porndig.com/ -address=/tracking.porndoelabs.com/ -address=/porndroids.com/ -address=/pornearn.com/ -address=/partners.pornerbros.com/ -address=/tkn.pornerbros.com/ -address=/pornglee.com/ -address=/porngraph.com/ -address=/porngray.com/ -address=/tracking.pornhd.com/ -address=/banner1.pornhost.com/ -address=/pornkings.com/ -address=/pornleep.com/ -address=/pornnperfect.com/ -address=/porno-file.ru/ -address=/pornoh.info/ -address=/pornomovies.com/ -address=/pornoow.com/ -address=/b.pornoxo.com/ -address=/bnnr.pornpics.com/ -address=/uuvm.pornpics.com/ -address=/pornstarss.tk/ -address=/porntagged.com/ -address=/porntrack.com/ -address=/tkn.porntube.com/ -address=/pornv.org/ -address=/pornworld.online/ -address=/porojo.net/ -address=/port.bg/ -address=/portablefish.com/ -address=/portablevaporizer.com/ -address=/sbhc.portalhc.com/ -address=/portantreadedagree.info/ -address=/sp.portclintonnewsherald.com/ -address=/portedlysarcatc.info/ -address=/portfold.com/ -address=/portkingric.net/ -address=/portraitphotographygroup.com/ -address=/pos-kupang.com/ -address=/pos68.cn/ -address=/possipationd.info/ -address=/posst.co/ -address=/postaffiliatepro.com/ -address=/postback.info/ -address=/postclickmarketing.com/ -address=/sp.postcrescent.com/ -address=/postquare.com/ -address=/postrelease.com/ -address=/postrsyk.com/ -address=/analytics.posttv.com/ -address=/postut.cn/ -address=/potentionsdarket.site/ -address=/poterrupte.co/ -address=/potpourrichordataoscilloscope.com/ -address=/potterpetrey.com/ -address=/potvaporizer.com/ -address=/poubotem.com/ -address=/poudeeri.com/ -address=/pougg.com/ -address=/sp.poughkeepsiejournal.com/ -address=/pourmajeurs.com/ -address=/povbdf.cn/ -address=/povoq.info/ -address=/powerad.ai/ -address=/poweradvertising.co.uk/ -address=/powerapp.download/ -address=/sub.powerapple.com/ -address=/powercount.com/ -address=/powerjobs.com/ -address=/powerlinks.com/ -address=/powermarketing.com/ -address=/t-staging.powerreviews.com/ -address=/t.powerreviews.com/ -address=/powershopnet.net/ -address=/powisgadhot.com/ -address=/uontent.powvideo.net/ -address=/counter.powweb.com/ -address=/poxcldtepiulo.com/ -address=/poxeemso.com/ -address=/poxzyu.com/ -address=/poyang.cn/ -address=/poyang.com/ -address=/poyecjzk.com/ -address=/log.cs.pp.cn/ -address=/patriot.cs.pp.cn/ -address=/server.m.pp.cn/ -address=/pp.ua/ -address=/pp8.com/ -address=/pp9899.com/ -address=/pp9kk.com/ -address=/ppbvmesssyacij.com/ -address=/ppc-direct.com/ -address=/ppcashpop.com/ -address=/ppcindo.com/ -address=/ppclinking.com/ -address=/ppctrck.com/ -address=/ppcwebspy.com/ -address=/ppdb.pl/ -address=/ppfpocea.com/ -address=/pphyjqna.com/ -address=/ppikspdz.com/ -address=/asimgs.pplive.cn/ -address=/ads.data.pplive.com/ -address=/gas.data.pplive.com/ -address=/plt.data.pplive.com/ -address=/ppvabs.pplive.com/ -address=/web.data.pplive.com/ -address=/ppoi.org/ -address=/ppqahjgkui.com/ -address=/ppqfteducvts.com/ -address=/ppro.de/ -address=/game.pps.tv/ -address=/stat.ppstream.com/ -address=/static.g.ppstream.com/ -address=/g1.pptair.com/ -address=/de.as.pptv.com/ -address=/ads.aplus.pptv.com/ -address=/app.aplus.pptv.com/ -address=/as.aplus.pptv.com/ -address=/img1.g.pptv.com/ -address=/img2.g.pptv.com/ -address=/img3.g.pptv.com/ -address=/jp.as.pptv.com/ -address=/static.g.pptv.com/ -address=/tj.g.pptv.com/ -address=/ppvlukah.com/ -address=/ppwxiuicy.com/ -address=/ppyneidpwpepu.com/ -address=/pqftlgwzkuzsg.com/ -address=/pqgslqshlj.com/ -address=/pqlueojjnccebi.com/ -address=/pqlveeoq.com/ -address=/pqmfbegdsuwqiz.com/ -address=/pqnlorg.cn/ -address=/pqowedazx.bid/ -address=/pqpuraoxacaxw.com/ -address=/pquuiokltzjpeg.com/ -address=/pqwaaocbzrob.com/ -address=/pqwtrq.xyz/ -address=/pr-chart.com/ -address=/pr-chart.de/ -address=/counter.pr-cy.ru/ -address=/pr-linktausch.de/ -address=/pr-sunshine.de/ -address=/pr00001.com/ -address=/pr0gram.org/ -address=/pr33.cn/ -address=/tracking.practicefusion.com/ -address=/practively.com/ -address=/events.practo.com/ -address=/pradakomechanicals.com/ -address=/analytics.praetor.im/ -address=/stat.pravmir.ru/ -address=/prazpf.cn/ -address=/prchecker.info/ -address=/prcymjchczmbjj.com/ -address=/prebid.org/ -address=/precisionclick.com/ -address=/precisioncounter.com/ -address=/predicta.net/ -address=/predictad.com/ -address=/predictiondisplay.com/ -address=/predictivadnetwork.com/ -address=/predictivadvertising.com/ -address=/predictivedna.com/ -address=/predictiveresponse.net/ -address=/preferredain.com/ -address=/logging.prefixbox.com/ -address=/partner.premiumdomains.com/ -address=/premiumhdv.com/ -address=/premiumpushnotification.com/ -address=/premiumstats.xyz/ -address=/preonesetro.com/ -address=/presatisfy.com/ -address=/presearchity.site/ -address=/registration.presonus.com/ -address=/sp.press-citizen.com/ -address=/sp.pressconnects.com/ -address=/statdb.pressflex.com/ -address=/pressly.com/ -address=/prestadsng.com/ -address=/serve.prestigecasino.com/ -address=/prevealhealth.info/ -address=/prexista.com/ -address=/log.prezi.com/ -address=/analytics.prezly.com/ -address=/aos-creative.prf.hn/ -address=/aos.prf.hn/ -address=/prfct.co/ -address=/prfdesk.pro/ -address=/prfffc.info/ -address=/prfxrfkrvzroz.com/ -address=/prggimadscvm.com/ -address=/tr.price.com.hk/ -address=/pricedinfo.com/ -address=/track.pricespider.com/ -address=/pride-u-bike.com/ -address=/prigmaperf.me/ -address=/prikolizdesa.com/ -address=/primaryads.com/ -address=/prime535.com/ -address=/primebc1.website/ -address=/api.primecaster.net/ -address=/dyn.primecdn.net/ -address=/primechoice.ru/ -address=/primetag.net/ -address=/primusu.com/ -address=/print3.info/ -address=/printfriendly.com/ -address=/gdpr.prisa.com/ -address=/consent.prismamedia.com/ -address=/pritesol.com/ -address=/privacy-center.org/ -address=/privacy4browsers.com/ -address=/privacyprotector.com/ -address=/private4.com/ -address=/privateadx.com/ -address=/privateinternetaccess.com/ -address=/widgets.privateproperty.com.ng/ -address=/privateseiten.net/ -address=/privatewebseiten.com/ -address=/privy.com/ -address=/prizel.com/ -address=/prjcjjyxj.com/ -address=/prjcq.com/ -address=/prlnfrzyx.com/ -address=/prm-native.com/ -address=/prmobiles.com/ -address=/prndi.net/ -address=/prnetwork.de/ -address=/warp.prnewswire.co.uk/ -address=/rt.prnewswire.com/ -address=/prnx.net/ -address=/pro-advert.de/ -address=/pro-advertising.com/ -address=/pro-market.net/ -address=/pro-pro-go.com/ -address=/pro.cn/ -address=/pro6e.com/ -address=/proadscdn.com/ -address=/proascolcolombia.com/ -address=/probannerswap.com/ -address=/probtn.com/ -address=/proclivitysystems.com/ -address=/prodtraff.com/ -address=/producebreed.com/ -address=/productorbash.info/ -address=/productorsy.pro/ -address=/analytics.productreview.com.au/ -address=/productsup.com/ -address=/prodwaves.pro/ -address=/1.proewildfire.cn/ -address=/proext.com/ -address=/profbigo.com/ -address=/professionalblackbook.com/ -address=/stats.proff.no/ -address=/proffigurufast.com/ -address=/profilesnitch.com/ -address=/profill-smd.com/ -address=/profistats.net/ -address=/profitpeelers.com/ -address=/profitshare.ro/ -address=/profusesupport.com/ -address=/progettocrea.org/ -address=/proglack.site/ -address=/program3.com/ -address=/programmatic.cz/ -address=/programmatictrader.com/ -address=/programresolver.net/ -address=/prographiciko.site/ -address=/widgets.progrids.com/ -address=/prohibited.cn/ -address=/prohost.com.tw/ -address=/proj2018.xyz/ -address=/projectagora.net/ -address=/projectagora.tech/ -address=/projectagoratech.com/ -address=/projectsunblock.com/ -address=/projectwonderful.com/ -address=/tracking.promiflash.de/ -address=/promo-bc.com/ -address=/promo-market.net/ -address=/promo-reklama.ru/ -address=/promo4partners.com/ -address=/promobenef.com/ -address=/promocionesweb.com/ -address=/img.promoddl.com/ -address=/promokrot.com/ -address=/promoted.com/ -address=/promotionengine.com/ -address=/promotools.biz/ -address=/promowebstar.com/ -address=/bugel.pronpic.org/ -address=/newmail.pronpic.org/ -address=/proofpoint.com/ -address=/proofpositivemedia.com/ -address=/propan.ru/ -address=/propbigo.com/ -address=/propbn.com/ -address=/ad.propellerads.com/ -address=/propellerclick.com/ -address=/propellerpops.com/ -address=/propelllerads.com/ -address=/propelplus.com/ -address=/proper.io/ -address=/propgoservice.com/ -address=/props.id/ -address=/propu.sh/ -address=/pixel.propublica.org/ -address=/stats.propublica.org/ -address=/propush.net/ -address=/prorentisol.com/ -address=/prorodeosportmed.com/ -address=/pixel.prosieben.de/ -address=/prospecteye.com/ -address=/prosperent.com/ -address=/protally.net/ -address=/protect-x.com/ -address=/protect-your-privacy.net/ -address=/protizer.ru/ -address=/protoawe.com/ -address=/provenpixel.com/ -address=/provider-direct.com/ -address=/provisituske.site/ -address=/prowlerz.com/ -address=/analytics.proxer.me/ -address=/proximic.com/ -address=/abs.proxistore.com/ -address=/ad.proxy.sh/ -address=/prpops.com/ -address=/prpopss.com/ -address=/prqivgpcjxpp.com/ -address=/prqqmfkedev.com/ -address=/prre.ru/ -address=/prrpfmrz.com/ -address=/prscripts.com/ -address=/stat.prsmedia.fr/ -address=/prtracker.com/ -address=/prudsys-rde.de/ -address=/prwlzpyschwi.com/ -address=/count.prx.org/ -address=/prxbxljcxnsso.com/ -address=/prxio.pw/ -address=/pryovpwyimwh.com/ -address=/pryrhoohs.site/ -address=/ps7894.com/ -address=/psampabs.net/ -address=/psaukrik.net/ -address=/psclicks.com/ -address=/psdnlprwclz.com/ -address=/psecurzoicompa.info/ -address=/psephash.com/ -address=/pseqcs05.com/ -address=/pserhnmbbwexmbjderezswultfqlamugbqzsmyxwumgqwxuerl.com/ -address=/psewhaur.net/ -address=/psfmlcgzdtwfwf.com/ -address=/psgch.xyz/ -address=/psh.one/ -address=/psijdbcwwnqqw.com/ -address=/psitchie.com/ -address=/pskadmzl.com/ -address=/pskajrxx.com/ -address=/psma01.com/ -address=/psma02.com/ -address=/psma03.com/ -address=/psmxlnkovf.com/ -address=/psnkrefrfh.com/ -address=/psoaghie.net/ -address=/psoaksoo.com/ -address=/psoanouy.net/ -address=/psoapeez.click/ -address=/psoaptou.net/ -address=/psoomeeg.com/ -address=/psoonsod.com/ -address=/psoptopi.com/ -address=/psoultar.net/ -address=/psozoult.net/ -address=/pstarv.cn/ -address=/dm.pstatp.com/ -address=/pb3.pstatp.com/ -address=/sf1-ttcdn-tos.pstatp.com/ -address=/sf3-ttcdn-tos.pstatp.com/ -address=/sf6-ttcdn-tos.pstatp.com/ -address=/pstats.com/ -address=/psulsobi.net/ -address=/psurdoak.com/ -address=/t.pswec.com/ -address=/trk.pswec.com/ -address=/pswucdobdvt.com/ -address=/psxxbhheqxoy.com/ -address=/scripts.psyma.com/ -address=/psywed.com/ -address=/pszs388.cn/ -address=/img1.pszyzxh.org/ -address=/pt-trx.com/ -address=/m.pt05c.cn/ -address=/ptaivain.net/ -address=/ptarepjx.com/ -address=/ptauphie.com/ -address=/ptauphiw.net/ -address=/ptaussee.net/ -address=/ptauvuph.com/ -address=/ptawe.com/ -address=/ptchits.com/ -address=/ptclassic.com/ -address=/ptdrw.com/ -address=/pteefoak.com/ -address=/pteegloa.com/ -address=/ptefautu.net/ -address=/ptengine.cn/ -address=/ptengine.com/ -address=/ptengine.jp/ -address=/gg.ptfish.com/ -address=/ptgezc.com/ -address=/deliver.ptgncdn.com/ -address=/pthejzb.com/ -address=/pthrsanmcct.com/ -address=/ptiftoud.com/ -address=/ptipoast.com/ -address=/ptiqsfrnkmmtvtpucwzsaqonmvaprjafeerwlyhabobuvuazun.com/ -address=/ptkhy.com/ -address=/ptmind.com/ -address=/ptmzr.com/ -address=/pto-slb-09.com/ -address=/ptoafauz.net/ -address=/ptocmaux.com/ -address=/ptogheeb.net/ -address=/ptoosteg.com/ -address=/ptoulsey.com/ -address=/ptp123.com/ -address=/ptp22.com/ -address=/ptp24.com/ -address=/ptpefoctzmmvd.com/ -address=/ptrfc.com/ -address=/ptrk-wn.com/ -address=/ptrqrnadg.com/ -address=/pttsite.com/ -address=/ptummn.cn/ -address=/ptvcfltikpdi.com/ -address=/ptw.la/ -address=/ptwebcams.com/ -address=/ptzpyhhapyt.com/ -address=/cdn.puata.info/ -address=/ex.puata.info/ -address=/pub-fit.com/ -address=/pub.network/ -address=/pubbirdf.com/ -address=/pubdirecte.com/ -address=/pubexchange.com/ -address=/pubgears.com/ -address=/pubgenius.io/ -address=/m.pubgorg.xyz/ -address=/pubguru.com/ -address=/stat.pubhtml5.com/ -address=/loglady.publicbroadcasting.net/ -address=/publicgood.com/ -address=/publicidad.net/ -address=/publicidees.com/ -address=/publicityclerks.com/ -address=/tracker.publico.pt/ -address=/sp.publicopiniononline.com/ -address=/publift.com/ -address=/estadonline.publiguias.cl/ -address=/publir.com/ -address=/publish-int.se/ -address=/publish4.com/ -address=/publisheradnetwork.com/ -address=/publishflow.com/ -address=/publited.com/ -address=/publy.com/ -address=/publy.net/ -address=/pubmatic.com/ -address=/pubmine.com/ -address=/pubnation.com/ -address=/pubplus.com/ -address=/pubrain.com/ -address=/pubstack.io/ -address=/carl.pubsvs.com/ -address=/pubted.com/ -address=/pubwise.io/ -address=/pucemara.com/ -address=/puenteaereo.info/ -address=/pufenchuanmu.com/ -address=/puffnetwork.com/ -address=/puffyloss.com/ -address=/puffypull.com/ -address=/puffypurpose.com/ -address=/pugklldkhrfg.com/ -address=/puhtml.com/ -address=/pujj652hkm.com/ -address=/pukrazopchatka.com/ -address=/puktazxh.com/ -address=/pukzrlddw.com/ -address=/pulleymarketing.com/ -address=/pulpix.com/ -address=/pulpyads.com/ -address=/puls.lv/ -address=/pulse360.com/ -address=/pulselog.com/ -address=/pulsemaps.com/ -address=/pulsemgr.com/ -address=/pulseonclick.com/ -address=/pumtaimp.com/ -address=/atm.punchbox.org/ -address=/pic.punchbox.org/ -address=/punchtab.com/ -address=/puntoenun.site/ -address=/e.puooi.com/ -address=/m.puooi.com/ -address=/puoplord.link/ -address=/puoplord.net/ -address=/pupwgnmakgpnrl.com/ -address=/privacy.purch.com/ -address=/ramp.purch.com/ -address=/purdewee.net/ -address=/response.pure360.com/ -address=/pureadexchange.com/ -address=/pureairhits.com/ -address=/cgicounter.puretec.de/ -address=/purethc.com/ -address=/purevideo.com/ -address=/affiliates.purevpn.com/ -address=/es.puritan.com/ -address=/purpleads.io/ -address=/purpleflag.net/ -address=/purplehorses.net/ -address=/purpreine.co/ -address=/pusbamejpkxq.com/ -address=/puscomosca.com/ -address=/puserving.com/ -address=/push-ad.com/ -address=/push-centr.com/ -address=/push-centr.net/ -address=/push-house.net/ -address=/push-me-up.com/ -address=/push-money.ru/ -address=/push-notifications.top/ -address=/push-pro.net/ -address=/push.world/ -address=/push2check.com/ -address=/push4site.com/ -address=/pusha.se/ -address=/pushads.biz/ -address=/pushagim.com/ -address=/pushalert.co/ -address=/pushame.com/ -address=/pushance.com/ -address=/pushanert.com/ -address=/pushango.com/ -address=/pusharest.com/ -address=/pushassist.com/ -address=/pushaya.com/ -address=/pushazam.com/ -address=/pushbaddy.com/ -address=/pushbasic.com/ -address=/pushbird.com/ -address=/pushbots.com/ -address=/pushbox.info/ -address=/track.pushbullet.com/ -address=/widget.pushbullet.com/ -address=/pushcentr.com/ -address=/pushchev.info/ -address=/pushcrew.com/ -address=/pushdom.co/ -address=/pushdusk.com/ -address=/pushe.co/ -address=/pushego.com/ -address=/pusheify.com/ -address=/pushengage.com/ -address=/pushengage.im/ -address=/stats.pusher.com/ -address=/pusherapp.com/ -address=/pusherism.com/ -address=/pushex.io/ -address=/pushgaga.com/ -address=/pushify.com/ -address=/pushiki.ru/ -address=/pushimer.com/ -address=/pushinstruments.com/ -address=/pushkahouse.com/ -address=/pushkaplus.com/ -address=/pushkintop.ru/ -address=/pushlaram.com/ -address=/pushlat.com/ -address=/pushlinck.com/ -address=/pushlommy.com/ -address=/pushlum.com/ -address=/pushly.com/ -address=/pushmejs.com/ -address=/pushmenews.com/ -address=/pushmobilenews.com/ -address=/pushmono.com/ -address=/pushnami.com/ -address=/pushnative.com/ -address=/pushnest.com/ -address=/pushnevis.com/ -address=/pushnews.eu/ -address=/pushnews.org/ -address=/pushnice.com/ -address=/pushno.com/ -address=/pushnotifications.click/ -address=/pushnotificationx.com/ -address=/pushosub.com/ -address=/pushosubk.com/ -address=/pushowl.com/ -address=/pushpad.xyz/ -address=/pushprofit.ru/ -address=/pushprospush.com/ -address=/pushpush.net/ -address=/pushpushgo.com/ -address=/pushrase.com/ -address=/pushsar.com/ -address=/pushservice.one/ -address=/sp.pushsquare.com/ -address=/pushstack.it/ -address=/pushup.space/ -address=/pushvip.ru/ -address=/pushwhy.com/ -address=/pushwoosh.com/ -address=/pushworldtool.com/ -address=/pussl10.com/ -address=/pussl3.com/ -address=/pussl31.com/ -address=/pussl32.com/ -address=/pussl33.com/ -address=/pussl37.com/ -address=/pussl38.com/ -address=/pussl39.com/ -address=/pussl40.com/ -address=/pussl48.com/ -address=/pussl5.com/ -address=/pussl6.com/ -address=/pussl8.com/ -address=/pussy-pics.net/ -address=/media.pussycash.com/ -address=/pussyeatingclub.com/ -address=/pussyeatingclubcams.com/ -address=/pussyspace.com/ -address=/putags.com/ -address=/putanapartners.com/ -address=/putkjter.com/ -address=/putrr10.com/ -address=/putrr12.com/ -address=/putrr13.com/ -address=/putrr14.com/ -address=/putrr15.com/ -address=/putrr16.com/ -address=/putrr17.com/ -address=/putrr18.com/ -address=/putrr19.com/ -address=/putrr20.com/ -address=/putrr5.com/ -address=/putrr6.com/ -address=/putrr7.com/ -address=/putrr8.com/ -address=/puzzlingfall.com/ -address=/pvclouds.com/ -address=/pvmax.net/ -address=/pvnyzrvvzgy.com/ -address=/pvptwhhkfmog.com/ -address=/pvtcntdlcdsb.com/ -address=/pvuakayuw.com/ -address=/pvumxwnriy.com/ -address=/pvxfvqlkclc.com/ -address=/dm.pw0.cn/ -address=/pw6lrr05k7c.cf/ -address=/pw8tq9wk.top/ -address=/pwaqmmquztyne.com/ -address=/pwekxhwrgpfr.com/ -address=/pwjhg.com/ -address=/pwjmzqx.cn/ -address=/pwondjwwgqahw.com/ -address=/pwrads.net/ -address=/pwrjjvjtvmr.com/ -address=/pwufxar8.top/ -address=/pwvita.pl/ -address=/px-cloud.net/ -address=/px3792.com/ -address=/px69z.cn/ -address=/pxarwmerpavfmomfyjwuuinxaipktnanwlkvbmuldgimposwzm.com/ -address=/pxbryexcnyz.com/ -address=/pxchk.net/ -address=/pxf.io/ -address=/pxgfdcfcrucazj.com/ -address=/pxgfvpwkukl.com/ -address=/pxgkuwybzuqz.com/ -address=/pxhogrilyeov.com/ -address=/pxhtltatsxarl.com/ -address=/pxi.pub/ -address=/pxiqcfkbxof.com/ -address=/pxjttrrk.com/ -address=/pxktkwmrribg.com/ -address=/pxl2015x1.com/ -address=/pxlqyrteuuh.com/ -address=/pxstda.com/ -address=/pxthyfgzm.com/ -address=/xsweb.pxuns.com/ -address=/pxxxyhum.com/ -address=/pxyltyzjnm.com/ -address=/pxyvb.cn/ -address=/img.py69.cn/ -address=/pycmdgig.com/ -address=/pyerc.com/ -address=/pyfmxzhrnivq.com/ -address=/cnzz.pygold.net/ -address=/vv1.pyhfxdm.cn/ -address=/pyhuiyu.com/ -address=/pyiel2bz.com/ -address=/pyllxjfkjhpjbq.com/ -address=/pymx5.com/ -address=/pypkrvtepsha.com/ -address=/pyqsbuaeqiku.com/ -address=/pyqwtxicjodcij.com/ -address=/pyraming.com/ -address=/pyubjvvdsrja.com/ -address=/pyzhtj.com/ -address=/pyzkbxspoon.com/ -address=/pyzkk.com/ -address=/pzbqocjaphp.com/ -address=/t.pzclw.cn/ -address=/y.pzclw.cn/ -address=/pzgchrjikhfyueumavkqiccvsdqhdjpljgwhbcobsnjrjfidpq.com/ -address=/df666.pzhttaax.cn/ -address=/pzhygu.cn/ -address=/pzjdrhrlzdli.com/ -address=/pzkpyzgqvofi.com/ -address=/pzopzjlhqbkgnp.com/ -address=/pzpotdmpv.com/ -address=/pzrj6.top/ -address=/pzszpntjlz.com/ -address=/pztcyvdibslx.com/ -address=/pzujqxug.com/ -address=/pzuth.cn/ -address=/pzvlnh.cn/ -address=/pzwsredntjhcwy.com/ -address=/pzz.events/ -address=/q-counter.com/ -address=/retrack.q-divisioncdn.de/ -address=/mastertag.q-sis.de/ -address=/urtracker.q-sis.de/ -address=/q-stats.nl/ -address=/q0uz4c.cn/ -address=/q0zsp5e3dv.com/ -address=/q1media.com/ -address=/q1mediahydraplatform.com/ -address=/q1xyxm89.com/ -address=/q3d9whbdhpb.tk/ -address=/q3sift.com/ -address=/geo.q5media.net/ -address=/q64a9ris0j.com/ -address=/q671e.cn/ -address=/q6idnawboy7g.com/ -address=/a1.q6u.com/ -address=/q7ms.cn/ -address=/q8ux4fscc7.com/ -address=/qadserve.com/ -address=/qadservice.com/ -address=/qaggfomwjko.com/ -address=/qagkaxrj.com/ -address=/qagnufdwht.com/ -address=/qaizylhmcxv.com/ -address=/qajypx.com/ -address=/qamwplzcvq.com/ -address=/qaqact.cn/ -address=/qarqyhfwient.com/ -address=/qarsza.cn/ -address=/eco.qasdw3.xyz/ -address=/mvo.qasdw3.xyz/ -address=/qatcmlbgiaqde.com/ -address=/qaulinf.com/ -address=/qawiman.com/ -address=/qaykb.com/ -address=/mo.qb138.cn/ -address=/qbaka.net/ -address=/dig.qbao.com/ -address=/cp.qbaobei.com/ -address=/qbbnixdd.com/ -address=/qbddhjrwe.com/ -address=/m.qbenu.com/ -address=/qbeoyasaiz.com/ -address=/qbfvwovkuewm.com/ -address=/qbfzmwamsid.com/ -address=/qbjnwjtbfrxceq.com/ -address=/qbldzsktv.com/ -address=/qbop.com/ -address=/qbovhtdejygua.com/ -address=/dn-growing.qbox.me/ -address=/qbpamfcntbprjw.com/ -address=/qbtfmtuixtmep.com/ -address=/qbttelbrupkss.com/ -address=/qbwjddqa.com/ -address=/qbyy010.com/ -address=/qceixjlqe.com/ -address=/qcgkd322.vip/ -address=/qchannel01.cn/ -address=/qchannel02.cn/ -address=/qchannel03.cn/ -address=/qchannel04.cn/ -address=/qcjslm.com/ -address=/qclcdn.cn/ -address=/log.qvb.qcloud.com/ -address=/report.qcloud.com/ -address=/car.qcmrjx.com/ -address=/qcnrblgdonypg.com/ -address=/track.qcri.org/ -address=/qcsjgzxqcyhv.com/ -address=/qcupup.com/ -address=/m.qcw.com/ -address=/qd3u5eeuos.com/ -address=/qd836.cn/ -address=/qdanzopuyrbf.com/ -address=/qdchunyu.com/ -address=/m.qdeia.com/ -address=/qdgpsfmg.com/ -address=/qdiut.com/ -address=/qdjnwlrjllti.com/ -address=/qdksdycvbv.com/ -address=/qdlhprdtwhvgxuzklovisrdbkhptpfarrbcmtrxbzlvhygqisv.com/ -address=/qdmil.com/ -address=/uedas.qdmm.com/ -address=/qdsfzz.cn/ -address=/qdxrhg.com/ -address=/qdyazc.com/ -address=/qdykmiarpuph.com/ -address=/qebodu.com/ -address=/qecweqpczciic.com/ -address=/qefyaspzyhcb.com/ -address=/qeivncvk.com/ -address=/img2.qekun.com/ -address=/qel-qel-fie.com/ -address=/qelbvlacy.com/ -address=/qelllwrite.com/ -address=/qelrpourxvvg.com/ -address=/qenafbvgmoci.com/ -address=/qenscqqmnfiuro.com/ -address=/qeobhjit.com/ -address=/qertewrt.com/ -address=/qerusedpastrong.info/ -address=/qeryz.com/ -address=/qetstdbssdvs.com/ -address=/qevcxo.cn/ -address=/qewa33a.com/ -address=/qewisoti.com/ -address=/qfdn3gyfbs.com/ -address=/qfeorrrf.com/ -address=/qflwh.cn/ -address=/qfosjgnd.net/ -address=/qfpqfdbjyjmvv.com/ -address=/qfqtufbrfdpbw.com/ -address=/qfrpehkvqtyj.com/ -address=/qfs365.com/ -address=/qftdsg.com/ -address=/qfubwupddefjw.com/ -address=/qfwjclpckrdehi.com/ -address=/qfymuoqugz.com/ -address=/qfypbqbumu.com/ -address=/qgaot.com/ -address=/qgevavwyafjf.com/ -address=/qggcjrrjvlif.com/ -address=/qgjapp.com/ -address=/qgkmjpgwg.com/ -address=/qgnneaeagxaypp.com/ -address=/qgpmtdrm.com/ -address=/qgrazpvofra.com/ -address=/qgslgwfxar.com/ -address=/qgss8.com/ -address=/qguwoq.cn/ -address=/qgwazwmlx.com/ -address=/qhaif.com/ -address=/qhdanxdyeuzdio.com/ -address=/qhdbfjx.com/ -address=/qhdfxkj.com/ -address=/qhdmqzc.cn/ -address=/qhdop.com/ -address=/jspassport.ssl.qhimg.com/ -address=/top.h.qhimg.com/ -address=/top.h.qhmsg.com/ -address=/qhoosovyj.com/ -address=/m.qhout.com/ -address=/qhpjexftk.com/ -address=/qhpwanmnbvkiio.com/ -address=/qhpwqremdlclpk.com/ -address=/c.qhruixin.cn/ -address=/v.qhruixin.cn/ -address=/news.qhstatic.com/ -address=/qhsyg.top/ -address=/qhuktypo.com/ -address=/qhupdate.com/ -address=/qhxcdmfj.cn/ -address=/qhzvvwblzrjc.com/ -address=/qi-shi.top/ -address=/qiaepasvtp.com/ -address=/qianfuyin.com/ -address=/s.qiangger.pw/ -address=/download.qianka.com/ -address=/m.qianka.com/ -address=/qianmeiby.com/ -address=/click.qianqian.com/ -address=/qianwei.wang/ -address=/qianyilamian.cn/ -address=/jsb.qianzhan.com/ -address=/a.qiao024.com/ -address=/qiaopiguniang.com/ -address=/e.qiaoyuwang.com/ -address=/qibbblerzykelr.com/ -address=/undm.qibulo.com/ -address=/qichacha.ink/ -address=/qichetiemo.info/ -address=/qdp.qidian.com/ -address=/cj.qidian.com/ -address=/dwtrack.qidian.com/ -address=/o.if.qidian.com/ -address=/uedas.qidian.com/ -address=/qidou.com/ -address=/qienews.cn/ -address=/qifake.com/ -address=/qiheptnm80.com/ -address=/clkstat.qihoo.com/ -address=/haostat.qihoo.com/ -address=/qihucdn.com/ -address=/j.qijijs.top/ -address=/p.qijijs.top/ -address=/qilashou.com/ -address=/aq1r.qilekacha.club/ -address=/qilungroup.cn/ -address=/miniapp.qiluyidian.mobi/ -address=/qincai.info/ -address=/qinchugudao.com/ -address=/up.qingdaonews.com/ -address=/qinghua.cc/ -address=/a.qinghua5.com/ -address=/qinghyx.com/ -address=/bdcode.qinglm.com/ -address=/qingqu.la/ -address=/dudm.qingsj.cn/ -address=/list.z.qingting.fm/ -address=/ad.qingting.fm/ -address=/s.qtad.qingting.fm/ -address=/qingzhencai.net/ -address=/qinlinquan.cn/ -address=/qinxpsktrelpl.com/ -address=/qinytcise.com/ -address=/qipskd.cn/ -address=/qiqivv.com/ -address=/qiqiww.com/ -address=/qiqiyii.com/ -address=/s1.qiqutt.cn/ -address=/s1.qiqutt.com/ -address=/qirkwipiamqsi.com/ -address=/qiruidea.com/ -address=/qishituan.top/ -address=/qithimsuejs.com/ -address=/mo.qitouch.cn/ -address=/qitwoxzibesak.com/ -address=/qiubang.org/ -address=/qiumodies.com/ -address=/qiunckxdgf.com/ -address=/t.qiuqiuqipai.com/ -address=/becode.qiushibaike.com/ -address=/fzb01.qiushibaike.com/ -address=/qixlpaaeaspr.com/ -address=/qiyeit.com.cn/ -address=/msg.video.qiyi.com/ -address=/uestat.video.qiyi.com/ -address=/afp.qiyi.com/ -address=/api.cupid.qiyi.com/ -address=/msg2.video.qiyi.com/ -address=/mall0.qiyipic.com/ -address=/paopao0.qiyipic.com/ -address=/paopao1.qiyipic.com/ -address=/paopao2.qiyipic.com/ -address=/paopao3.qiyipic.com/ -address=/qiyou.com/ -address=/nim.qiyukf.com/ -address=/qiyuniot.com/ -address=/8131.qizhihaotian.cn/ -address=/e.qj10b.cn/ -address=/m.qj10b.cn/ -address=/image.qj175.com/ -address=/e.qjah62.com/ -address=/m.qjah62.com/ -address=/qjgqelsvt.com/ -address=/qjhlc.com/ -address=/1.qjhm.net/ -address=/qjlgyiuesk.com/ -address=/qjnofrpbv.com/ -address=/qjokrqhidpki.com/ -address=/qjotiimmb.com/ -address=/qjqfcsgnjk.com/ -address=/qjrlcrkhnj.com/ -address=/qjueu.com/ -address=/qjumbyzsnomwt.com/ -address=/qjvzbfym.com/ -address=/qjxszp.cn/ -address=/bdgg.qjy168.com/ -address=/qjyzj.cn/ -address=/qkkjd.com/ -address=/qklkjqllykqost.com/ -address=/qkmvpyujof.com/ -address=/qkpcihpo16.com/ -address=/qkpmdadu.com/ -address=/qkptx.com/ -address=/qksihowyv.com/ -address=/qkspafpgg.com/ -address=/qksrv.net/ -address=/qksz.net/ -address=/qkuprxbmkeqp.com/ -address=/qkvklknzycrgo.com/ -address=/qkwbygfsbfmj.com/ -address=/qkxlyg.cn/ -address=/qkxmnpxtr.com/ -address=/qkzwxhcleqj.com/ -address=/qlaot.com/ -address=/qlcsqjxly.com/ -address=/qldozzpy.com/ -address=/qldua.cn/ -address=/qlfsat.co.uk/ -address=/qling.com/ -address=/qlitics.com/ -address=/qljczwei.com/ -address=/qlmgmgvmiepsb.com/ -address=/qlmygsvk.com/ -address=/gu.qlogo.cn/ -address=/py.qlogo.cn/ -address=/py2.qlogo.cn/ -address=/qlssbq.cn/ -address=/qlxwtwasgmdf.com/ -address=/qlyfjtkl.com/ -address=/qlzn6i1l.com/ -address=/myunion1.qm120.com/ -address=/qmhigtmwikvzin.com/ -address=/qmiiqzfk.com/ -address=/qmin.xin/ -address=/qmiypgoukkl.com/ -address=/qmkdy.com/ -address=/qmkr7isp3o.com/ -address=/qmname.com/ -address=/qmokxgfz.com/ -address=/qmotmcwz.com/ -address=/qmouzhzz.com/ -address=/qmovnrphbgqr.com/ -address=/qmxkmsmkjxlar.com/ -address=/qmxpttxjv.com/ -address=/qmzwcrordyc.com/ -address=/image.qndown.com/ -address=/qneit.com/ -address=/qnemxzckwx.com/ -address=/qnjdtefk.com/ -address=/qnkiueuflzdold.com/ -address=/qnnawbvdyuql.com/ -address=/qnpolbme.com/ -address=/qnprzxurkv.com/ -address=/qnqrmqwehcpa.com/ -address=/qnsr.com/ -address=/qnvljz.info/ -address=/qnxqhrww.com/ -address=/qo26.com/ -address=/qoayrejue.com/ -address=/qofzhmbqa.com/ -address=/qoijertneio.com/ -address=/qolnnepubuyz.com/ -address=/qonttkxl.com/ -address=/track.qoof.com/ -address=/qoppaeqd.com/ -address=/qoredi.com/ -address=/qorvoxejr.com/ -address=/qotwtnckqrke.com/ -address=/qoxcijqqkyeob.com/ -address=/qoyagwzholjofg.com/ -address=/qpdjucfqezrfcq.com/ -address=/qpeczlqvv.com/ -address=/qpernrqxjfto.com/ -address=/qpfzpcsknvt.com/ -address=/qphxgwnqgbkzwh.com/ -address=/qpianhkxxuc.com/ -address=/qpiyjprptazz.com/ -address=/qpkyqrafgsacm.com/ -address=/hujii.qplanner.cf/ -address=/qplcqdbiob.com/ -address=/qpljfpwdpk.com/ -address=/qpokok.com/ -address=/qpshvivbqpz.com/ -address=/ag.qq.com/ -address=/agstat.html5.qq.com/ -address=/analy.qq.com/ -address=/api.youtu.qq.com/ -address=/bkcommdata.v.qq.com/ -address=/bksoup.v.qq.com/ -address=/bsrv.qq.com/ -address=/btrace.qq.com/ -address=/btrace.video.qq.com/ -address=/bugly.qq.com/ -address=/c.ssp.qq.com/ -address=/cmshow.qq.com/ -address=/commdata.v.qq.com/ -address=/data.qq.com/ -address=/gdt.qq.com/ -address=/growthpic.weishi.qq.com/ -address=/huatuo.qq.com/ -address=/iask.qq.com/ -address=/isdspeed.qq.com/ -address=/jsapi.html5.qq.com/ -address=/jsapi.qq.com/ -address=/life.html5.qq.com/ -address=/masdkv6.3g.qq.com/ -address=/mcgi.v.qq.com/ -address=/mta.qq.com/ -address=/mtrace.qq.com/ -address=/omgid.qq.com/ -address=/otheve.beacon.qq.com/ -address=/p.buluo.qq.com/ -address=/pingjs.qq.com/ -address=/pingtas.qq.com/ -address=/pingtcss.qq.com/ -address=/qappcenterv6.3g.qq.com/ -address=/qbreport.html5.qq.com/ -address=/qzpb.qq.com/ -address=/rcgi.video.qq.com/ -address=/recmd.html5.qq.com/ -address=/report.qq.com/ -address=/res.imtt.qq.com/ -address=/rh.qq.com/ -address=/rqd.qq.com/ -address=/sdkconfig.video.qq.com/ -address=/sdksp.video.qq.com/ -address=/soup.v.qq.com/ -address=/sqimg.qq.com/ -address=/statistic.qzone.qq.com/ -address=/tajs.qq.com/ -address=/tbs.imtt.qq.com/ -address=/tbs.qq.com/ -address=/tcss.qq.com/ -address=/tools.3g.qq.com/ -address=/trace.qq.com/ -address=/upage.imtt.qq.com/ -address=/uploadlog.p2p.qq.com/ -address=/video.dispatch.tc.qq.com/ -address=/vp.html5.qq.com/ -address=/vpic.video.qq.com/ -address=/wit.qq.com/ -address=/wxs.qq.com/ -address=/xmaterial.tu.qq.com/ -address=/zhizi.qq.com/ -address=/2052.flash2-http.qq.com/ -address=/activeqq.3g.qq.com/ -address=/ad.qq.com/ -address=/ad.qun.qq.com/ -address=/adfilter.imtt.qq.com/ -address=/adping.qq.com/ -address=/adpm.app.qq.com/ -address=/adrdir.qq.com/ -address=/adsclick.qq.com/ -address=/adsense.html5.qq.com/ -address=/adsfile.qq.com/ -address=/adsgroup.qq.com/ -address=/adshmct.qq.com/ -address=/adshmmsg.qq.com/ -address=/adslvfile.qq.com/ -address=/adslvseed.qq.com/ -address=/adsmind.apdcdn.tc.qq.com/ -address=/adsolution.imtt.qq.com/ -address=/adsqqclick.qq.com/ -address=/adsrich.qq.com/ -address=/adstextview.qq.com/ -address=/adsview.qq.com/ -address=/adsview2.qq.com/ -address=/adv.app.qq.com/ -address=/adver.qq.com/ -address=/aeventlog.beacon.qq.com/ -address=/appsupport.qq.com/ -address=/astrategy.beacon.qq.com/ -address=/bs.l.qq.com/ -address=/bugreportv2.qq.com/ -address=/c.gj.qq.com/ -address=/c.l.qq.com/ -address=/c2.l.qq.com/ -address=/cb.l.qq.com/ -address=/cdn.ark.qq.com/ -address=/cfg.imtt.qq.com/ -address=/client.show.qq.com/ -address=/e.qq.com/ -address=/cm.l.qq.com/ -address=/d3g.qq.com/ -address=/dir.minigame.qq.com/ -address=/download.sj.qq.com/ -address=/dp3.qq.com/ -address=/etg.qq.com/ -address=/eventlog.beacon.qq.com/ -address=/ex.qq.com/ -address=/fm.qzone.qq.com/ -address=/fodder.qq.com/ -address=/fodder.tc.qq.com/ -address=/fw.qq.com/ -address=/game.html5.qq.com/ -address=/hm.l.qq.com/ -address=/httpring.qq.com/ -address=/if.mingxing.qq.com/ -address=/imc.l.qq.com/ -address=/img1.sj.qq.com/ -address=/info.3g.qq.com/ -address=/jpush.html5.qq.com/ -address=/jqmt.qq.com/ -address=/jrlt.beacon.qq.com/ -address=/jsqmt.qq.com/ -address=/l2.l.qq.com/ -address=/lb.l.qq.com/ -address=/livec.l.qq.com/ -address=/livem.l.qq.com/ -address=/livep.l.ott.video.qq.com/ -address=/livep.l.qq.com/ -address=/lives.l.ott.video.qq.com/ -address=/lives.l.qq.com/ -address=/livew.l.qq.com/ -address=/ls.l.qq.com/ -address=/mapp.qzone.qq.com/ -address=/masdk.3g.qq.com/ -address=/mazu.3g.qq.com/ -address=/mdevstat.qqlive.qq.com/ -address=/mini2015.qq.com/ -address=/monitor.uu.qq.com/ -address=/mqqad.cs0309.html5.qq.com/ -address=/mqqad.html5.qq.com/ -address=/mqqadr.reader.qq.com/ -address=/news-l.play.ott.video.qq.com/ -address=/news.l.qq.com/ -address=/news.mpush.qq.com/ -address=/novelsns.html5.qq.com/ -address=/omgmta.play.ott.video.qq.com/ -address=/omgmta.qq.com/ -address=/omgmta1.qq.com/ -address=/op.ssp.qq.com/ -address=/openapi.guanjia.qq.com/ -address=/oth.eve.mdt.qq.com/ -address=/oth.str.mdt.qq.com/ -address=/oth.update.mdt.qq.com/ -address=/p.l.qq.com/ -address=/p.store.qq.com/ -address=/p2.l.qq.com/ -address=/p3.l.qq.com/ -address=/pcbrowser.dd.qq.com/ -address=/pinghot.qq.com/ -address=/pingma.qq.com/ -address=/pmir.3g.qq.com/ -address=/pms.mb.qq.com/ -address=/pvstat.html5.qq.com/ -address=/qqshow2-item.qq.com/ -address=/qss-client.qq.com/ -address=/report.vip.qq.com/ -address=/rich.qq.com/ -address=/rs1.qq.com/ -address=/rs2.qq.com/ -address=/scdown.qq.com/ -address=/setting.snswin.qq.com/ -address=/showwxml.qq.com/ -address=/sngmta.qq.com/ -address=/strategy.beacon.qq.com/ -address=/t.l.qq.com/ -address=/t.sj.qq.com/ -address=/ta.qq.com/ -address=/tdc.qq.com/ -address=/tj.b.qq.com/ -address=/tj.video.qq.com/ -address=/tpush.html5.qq.com/ -address=/union.discuz.qq.com/ -address=/updatecenter.qq.com/ -address=/us.l.qq.com/ -address=/user1.game.qq.com/ -address=/vd.l.qq.com/ -address=/video.ureport.push.qq.com/ -address=/wap.mpush.qq.com/ -address=/vlive.qqvideo.tc.qq.com/ -address=/vmindhls.tc.qq.com/ -address=/w.l.qq.com/ -address=/ws.sj.qq.com/ -address=/wxsnsdy.tc.qq.com/ -address=/wxsnsdy.video.qq.com/ -address=/x.adnet.qq.com/ -address=/openmsf.3g.qq.com/ -address=/mark.l.qq.com/ -address=/qq167.com/ -address=/qq4g.cn/ -address=/qqablora.com/ -address=/qqatxipoki.com/ -address=/qqdashabi.top/ -address=/qqdwz.com/ -address=/qqemfpbnixtqx.com/ -address=/qqgdboaq.com/ -address=/in.qqhpg.com/ -address=/s.qqhpg.com/ -address=/qqhuhu.com/ -address=/qqiat.com/ -address=/qqipjtzgo.com/ -address=/a1.qqjay.com/ -address=/qqkxrlzaaul.com/ -address=/qqm98.com/ -address=/kn.qqqmdq.com/ -address=/qqqmnopcixyi.com/ -address=/a1.qqtn.com/ -address=/qqtx.me/ -address=/hao.qquu8.com/ -address=/qquwjmmgtmle.com/ -address=/img1.qqwangming6.com/ -address=/qqwlfm.cn/ -address=/vip.qqxwf.com/ -address=/dpvc1.qqyy.com/ -address=/dpvc2.qqyy.com/ -address=/dpvchos.qqyy.com/ -address=/dpvcimg.qqyy.com/ -address=/qr00rq.com/ -address=/qrbizr.cn/ -address=/qrdqbe.cn/ -address=/qreoifgajnoor.com/ -address=/qrindfqrd.com/ -address=/qrius.me/ -address=/qrlmvqlxh.com/ -address=/qrlsx.com/ -address=/qrnpjjkwjqbl.com/ -address=/qrozsnmc.com/ -address=/qrpwaluz.com/ -address=/qrtjwa.cn/ -address=/qrusnsgwuzgrs.com/ -address=/qrwixhlz.com/ -address=/qrwlerqenp.com/ -address=/qrxkugriqkt.com/ -address=/qrzlaatf.xyz/ -address=/qs01.cn/ -address=/qsart.cn/ -address=/qsbz2011.com/ -address=/qscxylds.com/ -address=/qsdlk.tk/ -address=/qservz.com/ -address=/qsfgszjm.com/ -address=/qshxc.com/ -address=/qsj65.com/ -address=/a.qsjiajiao.com/ -address=/qskmkllcnoku.com/ -address=/qsksdpoi.com/ -address=/qsmdeyz.cn/ -address=/qsnzncerqgack.com/ -address=/qsstats.com/ -address=/qsvtdcqikcqsk.com/ -address=/qswotrk.com/ -address=/qtch888.com/ -address=/qtgarolvaigptk.com/ -address=/qth7n6akcr.com/ -address=/qtiyntsp.com/ -address=/qtjafpcpmcri.com/ -address=/qtmojo.cn/ -address=/qtmojo.com/ -address=/qtpfm.com/ -address=/qtpmvoqqzrn.com/ -address=/qtpngov.cn/ -address=/qtsmzrnccnwz.com/ -address=/qtsyxyakun.com/ -address=/qttbfdygj.com/ -address=/qttmjwno.com/ -address=/qtuckpvttvikd.com/ -address=/qtupscp.tw/ -address=/qtwadryxicx.com/ -address=/qtxihhkvln.com/ -address=/m.qu79j.cn/ -address=/quadran.eu/ -address=/quadrinhoseroticos.net/ -address=/quagodex.com/ -address=/quaintcan.com/ -address=/qualigo.com/ -address=/qualitypageviews.com/ -address=/qualtrics.com/ -address=/quanbailing.com/ -address=/quancee.top/ -address=/quandangdang.net/ -address=/quandrer.link/ -address=/quanjiapp.cn/ -address=/player.quankan.tv/ -address=/quansj.cn/ -address=/quanta-wave.com/ -address=/aboutads.quantcast.com/ -address=/widget.quantcast.com/ -address=/quantcount.com/ -address=/quantomcoding.com/ -address=/cms.quantserve.com/ -address=/edge.quantserve.com/ -address=/pixel.quantserve.com/ -address=/secure.quantserve.com/ -address=/quantum-advertising.com/ -address=/quantumads.com/ -address=/quantummetric.com/ -address=/quantumws.net/ -address=/quarepush.com/ -address=/quartic.pl/ -address=/quaruzon.com/ -address=/direct.quasir.info/ -address=/quatesrevening.info/ -address=/quazhzeih.com/ -address=/qubilou.com/ -address=/qubitproducts.com/ -address=/qucaigg.com/ -address=/qudpdpkxffzt.com/ -address=/n.qudwrj.cn/ -address=/v.qudwrj.cn/ -address=/qued9yae1ai.info/ -address=/queene.cn/ -address=/campamento.queenscamp.com/ -address=/core.queerclick.com/ -address=/quensillo.com/ -address=/queqh.com/ -address=/queronamoro.com/ -address=/querylead.com/ -address=/data.queryly.com/ -address=/questionmarket.com/ -address=/questionpro.com/ -address=/questradeaffiliates.com/ -address=/questus.com/ -address=/queurow.pro/ -address=/quexotac.com/ -address=/quhlryzpyyion.com/ -address=/quick-counter.net/ -address=/quickads.net/ -address=/quickcash-system.com/ -address=/quickmoneyanswers.org/ -address=/quicktask.xyz/ -address=/quideo.men/ -address=/quietknowledge.com/ -address=/quillion.com/ -address=/quinstreet.com/ -address=/quintelligence.com/ -address=/quipin.cn/ -address=/t.quisma.com/ -address=/tracking.quisma.com/ -address=/quitsnap-blue.com/ -address=/quizzicalzephyr.com/ -address=/qujishu.com/ -address=/qulifiad.com/ -address=/sbbd1.qulishi.com/ -address=/sbpb1.qulishi.com/ -address=/m.qulishi.com/ -address=/qulsqiqrev.com/ -address=/qumagee.com/ -address=/qumi.com/ -address=/qumwhbfjvbrrr.com/ -address=/bc.qunar.com/ -address=/log.flight.qunar.com/ -address=/userimg.qunar.com/ -address=/qunnvfhdgfm.com/ -address=/quoeuedtku.com/ -address=/log.quora.com/ -address=/quotidiennokoue.com/ -address=/quowupsouefjej.com/ -address=/qupinhj.com/ -address=/qurhdjkms.com/ -address=/qutyan8848.com/ -address=/quw18.com/ -address=/ad.quwin.cn/ -address=/quxveblgxgsi.com/ -address=/quyaoya.com/ -address=/quyejianzhan.tech/ -address=/quyxxofx.com/ -address=/qvfwckuehf.com/ -address=/qvgjqhfnbdeur.com/ -address=/qvmgjhspiebe.com/ -address=/qvnlejvkkicf.com/ -address=/qvrpqwrp.com/ -address=/qvsshkcr.com/ -address=/qvvxyuuyinxp.com/ -address=/iadc.qwapi.com/ -address=/iadctest.qwapi.com/ -address=/qwemfst.com/ -address=/qwerfdx.com/ -address=/qwertize.com/ -address=/qwerty24.net/ -address=/qwewas.info/ -address=/qwewdw.net/ -address=/qwkiafssml.com/ -address=/qwlckbrwxizg.com/ -address=/qwrfpgf.com/ -address=/qwuejlmct.com/ -address=/qwuexgqmua.com/ -address=/qwulxgznx.com/ -address=/qwuxwxdr.com/ -address=/qwxcs.com/ -address=/qwyzzghouu.com/ -address=/qwzmje9w.com/ -address=/qxfly.com/ -address=/qxjdlf.com/ -address=/qxlohjsxaaq.com/ -address=/qxphrauujms.com/ -address=/ckjyck.qxs.la/ -address=/qxssmah.xyz/ -address=/qxvmcpqcao.com/ -address=/qxxys.com/ -address=/qxxyzmukttyp.com/ -address=/qxykytqzwagqj.com/ -address=/qxyu.top/ -address=/api.ts.feedback.qy.net/ -address=/msg.qy.net/ -address=/msgv6.qy.net/ -address=/qybzvfvqzpmxpu.com/ -address=/qycjrkfzx.com/ -address=/qyctj.com/ -address=/qydzycrxlkdlin.com/ -address=/hades.qyer.com/ -address=/qyifd.com/ -address=/qyifxakawscsyd.com/ -address=/qyillxuyjdlmh.com/ -address=/qyixifzol.com/ -address=/qylxeorawht.com/ -address=/qyqbslpprlph.com/ -address=/qyqc4s.com/ -address=/qyqvfjvbzosz.com/ -address=/qyttl.cn/ -address=/qytyf.com/ -address=/qywpsotvagapji.com/ -address=/money.qz828.com/ -address=/qza7iorexyrp.com/ -address=/qzaahtgpnb.com/ -address=/qzbnnpotm.com/ -address=/qzbxfs.com/ -address=/qzcpotzdkfyn.com/ -address=/qzdag.com/ -address=/qzdaren.com/ -address=/qzdexbmyq.com/ -address=/qzdfc.com/ -address=/qzfnuwdc.com/ -address=/qzgjprj.com/ -address=/qzismxssqf.com/ -address=/qzkxt.com/ -address=/qzljxgufyvmupa.com/ -address=/qzlog.com/ -address=/qzmhnk.com/ -address=/jpg.qzmqda.com/ -address=/qzsccm.com/ -address=/qzvgrwayranpn.com/ -address=/qzxmtyy.com/ -address=/qzxtbsnaebfw.com/ -address=/qzyiming.cn/ -address=/qzylyp.com/ -address=/qzzepglnyaufi.com/ -address=/qzzljx.com/ -address=/k.qzzxjc.com/ -address=/r-ad.ne.jp/ -address=/feed.r-tb.com/ -address=/analytics.r17.com/ -address=/r24-tech.com/ -address=/r42tag.com/ -address=/r5g.cc/ -address=/r66net.com/ -address=/r66net.net/ -address=/audience-mostread.r7.com/ -address=/audiencia.r7.com/ -address=/r7e0zhv8.com/ -address=/r7ls.net/ -address=/r8nr2lzeqakd.com/ -address=/r932o.com/ -address=/a.raasnet.com/ -address=/p.raasnet.com/ -address=/p0.raasnet.com/ -address=/widget.raaze.com/ -address=/a2.rabbitpre.com/ -address=/rabjkklvegagrn.com/ -address=/racingandclassic.com/ -address=/rack-media.com/ -address=/a04296f070c0146f314d-0dcad72565cb350972beb3666a86f246.r50.cf5.rackcdn.com/ -address=/6b8a953b2bf7788063d5-6e453f33ecbb90f11a62a5c376375af3.r71.cf5.rackcdn.com/ -address=/97b1c56132dfcdd90f93-0c5c8388c0a5897e648f883e2c86dc72.r54.cf5.rackcdn.com/ -address=/c753738.r38.cf2.rackcdn.com/ -address=/radarstats.com/ -address=/radarurl.com/ -address=/radchesruno.club/ -address=/radeant.com/ -address=/analytics.radiatemedia.com/ -address=/dot-stat.radikal.ru/ -address=/r.radikal.ru/ -address=/lyz.radio366.com/ -address=/radiusmarketing.com/ -address=/raeqqe.cn/ -address=/ragapa.com/ -address=/ragazzeinvendita.com/ -address=/ragitupime.com/ -address=/p.raidmedia.com.cn/ -address=/u.raidmedia.com.cn/ -address=/statistics.raiffeisen.ch/ -address=/raigluce.net/ -address=/rainbowtgx.com/ -address=/rainfinemalawi.com/ -address=/raintwig.com/ -address=/rainwealth.com/ -address=/raiphupi.com/ -address=/rakdtijwj.com/ -address=/affiliate.rakuten.co.jp/ -address=/count.upc.rakuten.co.jp/ -address=/rd.rakuten.co.jp/ -address=/tag.rmp.rakuten.com/ -address=/rallyeair.com/ -address=/raloonee.com/ -address=/ralozorwyn.pw/ -address=/analytics.rambla.be/ -address=/ramctrlgate.com/ -address=/rampanel.com/ -address=/rampmetrics.com/ -address=/rand.com.ru/ -address=/echoa.randbinternationaltravel.com/ -address=/greev.randbinternationaltravel.com/ -address=/iwhab.randbinternationaltravel.com/ -address=/resimler.randevum.com/ -address=/rangzhuai.com/ -address=/rank-hits.com/ -address=/rank-power.com/ -address=/rank4all.eu/ -address=/rankchamp.de/ -address=/rankdirectory.org/ -address=/tools.ranker.com/ -address=/tp.ranker.com/ -address=/ranking-charts.de/ -address=/ranking-counter.de/ -address=/ranking-hits.de/ -address=/ranking-links.de/ -address=/rankingpartner.com/ -address=/rankings24.de/ -address=/rankinteractive.com/ -address=/ranklink.de/ -address=/rannabio.com/ -address=/ranqpbnd.com/ -address=/raonie.com/ -address=/raoplenort.biz/ -address=/insight.rapid7.com/ -address=/tracking.rapidape.com/ -address=/rapidcounter.com/ -address=/rapidstats.net/ -address=/rapidtrk.net/ -address=/rapidyl.net/ -address=/rappenedstoric.info/ -address=/rapt.com/ -address=/t.raptorsmartadvisor.com/ -address=/raqrhomcbhrzvl.com/ -address=/rarbgmirror.xyz/ -address=/rareru.ru/ -address=/raresummer.com/ -address=/rasesuggedrail.info/ -address=/rasittlbpwnbys.com/ -address=/raspiadkwcecz.com/ -address=/cnt.rate.ru/ -address=/rating-widget.com/ -address=/rating.in/ -address=/ratkalol.com/ -address=/ratrencalrep.com/ -address=/rauceesh.com/ -address=/raupsica.net/ -address=/raupsooy.net/ -address=/rauraich.com/ -address=/ravalynn.pw/ -address=/rawasy.com/ -address=/rawoarsy.com/ -address=/rawr.at/ -address=/raxlextehqhw.com/ -address=/analytics.rayjump.com/ -address=/net.rayjump.com/ -address=/setting.rayjump.com/ -address=/rayli.com.cn/ -address=/rays-counter.com/ -address=/raz-raz-mataz.com/ -address=/razwrite.com/ -address=/rbbesmzvokpste.com/ -address=/rbefyepmgrhp.com/ -address=/statistics.rbi-nl.com/ -address=/rbign.cn/ -address=/rbkubbeytzp.com/ -address=/pages-stats.rbl.ms/ -address=/res.rbl.ms/ -address=/rbnjngtbpwbk.com/ -address=/rbnt.org/ -address=/rbrpamcygqplm.com/ -address=/rbtqofrkiixz.com/ -address=/rbuppjvcn.com/ -address=/rbxtrk.com/ -address=/rbywg.com/ -address=/rcads.net/ -address=/rcaiu.com/ -address=/rcemsoiyil.com/ -address=/rckpwmhqz.com/ -address=/rclmc.top/ -address=/d.rcmd.jp/ -address=/rcogzcsan.com/ -address=/rcscaxhjmm.com/ -address=/rcsmetrics.it/ -address=/stats.rcsobjects.it/ -address=/rcudacimrqdlk.com/ -address=/rcurn.com/ -address=/rcvhzfcnja.com/ -address=/rcwmtskwtmzh.com/ -address=/rcynoe.cn/ -address=/rdcespozlwv.com/ -address=/rddywd.com/ -address=/photo.rdguj.cn/ -address=/rdiqt.cn/ -address=/rdiul.com/ -address=/rdoovrzqazvpgv.com/ -address=/rdoudrenv.com/ -address=/rdrcgrpsakrtn.com/ -address=/rdrtrk.com/ -address=/rdsb2.club/ -address=/rdsrv.com/ -address=/rdstation.com.br/ -address=/rdthuvynnwgind.com/ -address=/vasapi.rdtuijian.com/ -address=/rdtylx.cn/ -address=/rdwcvesg.com/ -address=/rdwsjnifcemg.com/ -address=/rdxhrd.com/ -address=/rdxwaydglehog.com/ -address=/reachforce.com/ -address=/reachjunction.com/ -address=/reachlocal.com/ -address=/reachmax.cn/ -address=/reachmode.com/ -address=/reachsocket.com/ -address=/reachword.com/ -address=/reactandshare.com/ -address=/reactful.com/ -address=/reactrmod.com/ -address=/reactx.com/ -address=/readertracking.com/ -address=/metrics.readme.io/ -address=/readnotify.com/ -address=/readrboard.com/ -address=/readserver.net/ -address=/readvasturked.pro/ -address=/readymoon.com/ -address=/real5traf.ru/ -address=/tracker.realclearpolitics.com/ -address=/realclick.co.kr/ -address=/realcounter.eu/ -address=/realcounters.com/ -address=/widgets.realestate.com.au/ -address=/events.realgravity.com/ -address=/realinnovation.com/ -address=/realitance.com/ -address=/realitycash.com/ -address=/br.realitykings.com/ -address=/realitytraffic.com/ -address=/realizerecess.com/ -address=/realizevacation.com/ -address=/reallifecam.com/ -address=/realmatch.com/ -address=/ad.realmcdn.net/ -address=/realmedia.com/ -address=/realpush.media/ -address=/realpush.network/ -address=/realsecuredredir.com/ -address=/realsecuredredirect.com/ -address=/realsrv.com/ -address=/realssp.co.kr/ -address=/realtime-bid.com/ -address=/realtimewebstats.net/ -address=/realtracker.com/ -address=/realtracking.ninja/ -address=/realvu.net/ -address=/realytics.io/ -address=/realzeit.io/ -address=/reargooduches.pro/ -address=/reasonalattracke.info/ -address=/reate.info/ -address=/reauthenticator.com/ -address=/rebeccacella.com/ -address=/rebel.ai/ -address=/recentres.com/ -address=/analytics.rechtslupe.org/ -address=/reciteme.com/ -address=/reckinbuttiten.pro/ -address=/reclamus.com/ -address=/recognified.net/ -address=/recomendedsite.com/ -address=/recommendedbookies.co.uk/ -address=/recosenselabs.com/ -address=/recoset.com/ -address=/recreativ.ru/ -address=/recruitics.com/ -address=/recusticks.co/ -address=/nrg.red-by-sfr.fr/ -address=/redads.biz/ -address=/redappeneticfr.info/ -address=/redcounter.net/ -address=/redcourtside.com/ -address=/sp.redding.com/ -address=/alb.reddit.com/ -address=/buttons.reddit.com/ -address=/events.reddit.com/ -address=/pixel.reddit.com/ -address=/events.redditmedia.com/ -address=/redewdit.pro/ -address=/inquiries.redhat.com/ -address=/loc.rediff.com/ -address=/track.rediff.com/ -address=/redintelligence.net/ -address=/redirect18systemsg.com/ -address=/redirect2719.ws/ -address=/redirections.site/ -address=/redirectnative.com/ -address=/redirectoptimizer.com/ -address=/redirectpopads.com/ -address=/rediskina.com/ -address=/redistats.com/ -address=/redlele.com/ -address=/redlightcenter.com/ -address=/analytics.redlink.com.ar/ -address=/redmx.cn/ -address=/ad.rednet.cn/ -address=/sjbaiduadv1.redou.com/ -address=/redpineapplemedia.com/ -address=/redpsh.pro/ -address=/redretarget.com/ -address=/redstatcounter.com/ -address=/redtram.com/ -address=/reduxmediagroup.com/ -address=/redzxxxtube.com/ -address=/reedbusiness.net/ -address=/cookies.reedbusiness.nl/ -address=/reedge.com/ -address=/reelcentric.com/ -address=/telemetry.reembed.com/ -address=/api.rees46.com/ -address=/reevaipi.com/ -address=/reevoo.com/ -address=/refatxhcuu.com/ -address=/refban.com/ -address=/refbanners.com/ -address=/refbanners.website/ -address=/referback.com/ -address=/referer.org/ -address=/referforex.com/ -address=/refericon.pl/ -address=/referrer.org/ -address=/refersion.com/ -address=/refinedads.com/ -address=/reflethenfortoft.info/ -address=/reftagger.com/ -address=/refunsiy.net/ -address=/regardensa.com/ -address=/regdsvee.com/ -address=/tag.regieci.com/ -address=/t.regionsjob.com/ -address=/ma.register.it/ -address=/registered-spotters-build.com/ -address=/regurgical.com/ -address=/wyzq.rehuwang.com/ -address=/reichelcormier.bid/ -address=/reimburs.co/ -address=/reinvigorate.net/ -address=/reiqwxxd.com/ -address=/reiseeget.com/ -address=/reishus.de/ -address=/reitb.com/ -address=/reitingas.lt/ -address=/reitingi.lv/ -address=/rejestr.org/ -address=/rekanw.com/ -address=/ad.reklamport.com/ -address=/reklamz.com/ -address=/rekovers.ru/ -address=/relap.io/ -address=/relatedweboffers.com/ -address=/relaxspace.com.cn/ -address=/relead.com/ -address=/relestar.com/ -address=/relevant-digital.com/ -address=/relevanti.com/ -address=/reliablebanners.com/ -address=/reliablecounter.com/ -address=/reliancevalve.com/ -address=/reljjhhppxmv.com/ -address=/relmaxtop.com/ -address=/relytec.com/ -address=/remailtarget.com/ -address=/remarketingpixel.com/ -address=/remarketstats.com/ -address=/remind.me/ -address=/remintrex.com/ -address=/remote88.com/ -address=/remotedu.cn/ -address=/remotefilez.info/ -address=/rempko.sk/ -address=/remtoaku.net/ -address=/log.ren.tv/ -address=/renaissanto.com/ -address=/rencai56.com/ -address=/renewads.com/ -address=/2.rengshu.com/ -address=/renhertfo.com/ -address=/renminbao.com/ -address=/renminben.com/ -address=/dj.renren.com/ -address=/ebp.renren.com/ -address=/s.renren.com/ -address=/jebe.renren.com/ -address=/jx.renrensousuo.com/ -address=/weixin.renrenying.com/ -address=/a.rensheng5.com/ -address=/renshengyiyi.com/ -address=/rensovetors.info/ -address=/ea.rentacar.fr/ -address=/rentfromart.com/ -address=/rentracks.jp/ -address=/reon.club/ -address=/reople.co.kr/ -address=/reounzbqylugud.com/ -address=/rep0pkgr.com/ -address=/repeatsweater.com/ -address=/repixel.co/ -address=/blog.replacemycontacts.com/ -address=/replainy.co/ -address=/replase.cf/ -address=/replase.ga/ -address=/replase.ml/ -address=/replase.tk/ -address=/replentcautiful.info/ -address=/repmbuycurl.com/ -address=/reporo.net/ -address=/report-uri.com/ -address=/report-uri.io/ -address=/sp.reporternews.com/ -address=/reportionbreedy.pro/ -address=/repost.us/ -address=/reprak.com/ -address=/represented.cn/ -address=/repressina.com/ -address=/click.tv.repubblica.it/ -address=/republer.com/ -address=/reqpostanza.com/ -address=/requested.cn/ -address=/requiredcollectfilm.info/ -address=/res-x.com/ -address=/resadvantco.info/ -address=/resbargarettybe.info/ -address=/research-artisan.com/ -address=/research-int.se/ -address=/research-tool.com/ -address=/research.net/ -address=/glassmoni.researchgate.net/ -address=/researchintel.com/ -address=/researchnow.co.uk/ -address=/reseau-pub.com/ -address=/reseireejoch.info/ -address=/affiliate.resellerclub.com/ -address=/reservedoffers.club/ -address=/reshin.de/ -address=/resolvethem.com/ -address=/reson8.com/ -address=/resonance.pk/ -address=/resonantbrush.com/ -address=/respondhq.com/ -address=/responsetap.com/ -address=/restions-planted.com/ -address=/resulticks.com/ -address=/resultlinks.com/ -address=/resultsz.com/ -address=/tracking.resumecompanion.com/ -address=/reszkzmyzceve.com/ -address=/retag.xyz/ -address=/tracking.retailrocket.net/ -address=/retainguaninefluorite.info/ -address=/retargeter.com/ -address=/retargeting.biz/ -address=/retargetly.com/ -address=/retargetpro.net/ -address=/retargettracker.com/ -address=/retentionscience.com/ -address=/news.retire.ly/ -address=/retiremely.com/ -address=/static.retirementcommunitiesfyi.com/ -address=/retono42.us/ -address=/retoxo.com/ -address=/rettica.com/ -address=/returnessety.site/ -address=/reundcwkqvctq.com/ -address=/reussissonsensemble.fr/ -address=/rev-stripe.com/ -address=/rev2pub.com/ -address=/rev4rtb.com/ -address=/revbigo.com/ -address=/revcatch.com/ -address=/revcontent.com/ -address=/revdepo.com/ -address=/revdn.net/ -address=/revenue.com/ -address=/revenuegiants.com/ -address=/revenuehits.com/ -address=/revenuemantra.com/ -address=/revenuemax.de/ -address=/revenuepilot.com/ -address=/revenuescience.com/ -address=/revenuestripe.com/ -address=/revenuevids.com/ -address=/revenuewire.net/ -address=/revfusion.net/ -address=/revgennetwork.com/ -address=/revhpdxqul.com/ -address=/review78.com/ -address=/reviewdollars.com/ -address=/revimedia.com/ -address=/revinate.com/ -address=/reviousquallyrefuls.info/ -address=/revistaelite.com/ -address=/revivestar.com/ -address=/revjet.com/ -address=/revmob.com/ -address=/revolutelyplan.info/ -address=/revolvermaps.com/ -address=/revqwsjtu.com/ -address=/revresda.com/ -address=/revresponse.com/ -address=/revrtb.com/ -address=/revrtb.net/ -address=/revsci.net/ -address=/revstripe.com/ -address=/revsw.net/ -address=/rewardisement.com/ -address=/rewardsaffiliates.com/ -address=/collect.rewardstyle.com/ -address=/rewardtv.com/ -address=/rewenoughteenin.info/ -address=/rexadvert.xyz/ -address=/rexbucks.com/ -address=/rextentingade.info/ -address=/c.rexuebi.com/ -address=/d.rexuebi.com/ -address=/reyden-x.com/ -address=/analytics.reyrey.net/ -address=/reztrack.com/ -address=/rezync.com/ -address=/rfazgqrdic.com/ -address=/rfcsmdodviqhn.com/ -address=/rfcxwidka.com/ -address=/rfebbtvbojc.com/ -address=/rfenyswo.com/ -address=/rfese.com/ -address=/rfewgthorann.com/ -address=/rfgldefouazmj.com/ -address=/rfgsi.com/ -address=/emailing.rfi.fr/ -address=/rfihub.com/ -address=/rfihub.net/ -address=/rfity.com/ -address=/rfksrv.com/ -address=/rfmbvlaphdud.com/ -address=/rfmtxdjulpdb.com/ -address=/rfr-69.com/ -address=/rfrsnqen.com/ -address=/rfsfpomom.com/ -address=/rgadvert.com/ -address=/rgahmllbgubakm.com/ -address=/rgcblgor.com/ -address=/rgdhct.cn/ -address=/rgejlqtlr.com/ -address=/rgiijsfm.com/ -address=/sp.rgj.com/ -address=/rgttoipdr.com/ -address=/rgvqcsxqge.com/ -address=/rgwaskums.com/ -address=/rgyuvwsiuw.com/ -address=/rh1hilm7j0ae.com/ -address=/rhcamehnhkntzy.com/ -address=/m.rhcapass.com/ -address=/analytics-rhwg.rhcloud.com/ -address=/rheaddelainlyco.info/ -address=/rhetoricalloss.com/ -address=/rhfgjld.com/ -address=/rhinoseo.com/ -address=/wpc.32df9.rhocdn.net/ -address=/rhombusads.com/ -address=/rhythmcontent.com/ -address=/rhythmxchange.com/ -address=/riahungardedig.info/ -address=/counter.rian.ru/ -address=/riansociationentio.info/ -address=/riastats.com/ -address=/ribstygzuiz.com/ -address=/ric-ric-rum.com/ -address=/vv.ricardo.ch/ -address=/riccardochinnici.it/ -address=/ricead.com/ -address=/richard-group.com/ -address=/richmedia247.com/ -address=/richmetrics.com/ -address=/richstring.com/ -address=/richwebmedia.com/ -address=/rick-rick-rob.com/ -address=/rickysblast.cn/ -address=/ridgelorridorsag.info/ -address=/ridingintractable.com/ -address=/rientgallacecapt.info/ -address=/b.rifub.com/ -address=/rigfoxcup.site/ -address=/felitb.rightinthebox.com/ -address=/rightmessage.com/ -address=/rightmoveanalytics.co.uk/ -address=/rightstats.com/ -address=/rigybdgiubwqg.com/ -address=/riluaneth.com/ -address=/rimezvsto.com/ -address=/count.rin.ru/ -address=/rinedcountilconsiden.info/ -address=/tdf.ringier.ch/ -address=/stat.ringier.cz/ -address=/stat.ringier.sk/ -address=/ringplayground.com/ -address=/ringtonepartner.com/ -address=/rinsouxy.com/ -address=/rintellsfundrew.info/ -address=/analytics.developer.riotgames.com/ -address=/ekg.riotgames.com/ -address=/riowrite.com/ -address=/riozwajocltca.com/ -address=/ripalazc.com/ -address=/ripost.services/ -address=/ra.ripple6.com/ -address=/ripplead.com/ -address=/ripslifestassoci.info/ -address=/riptukri.net/ -address=/riqu2015.com/ -address=/rishenglaw.cn/ -address=/game.rising.cn/ -address=/wan.rising.cn/ -address=/all.rising.com.cn/ -address=/beacon.riskified.com/ -address=/statistics.riskommunal.net/ -address=/ristintriestenforth.info/ -address=/ristoromontebasso.it/ -address=/ritchelu.com/ -address=/ritecounter.com/ -address=/ritogaga.com/ -address=/ritzykey.com/ -address=/ritzysponge.com/ -address=/rivcash.com/ -address=/riverhit.com/ -address=/rivrai.com/ -address=/riwjpbpvkl.com/ -address=/rixaka.com/ -address=/rixpjpjl.com/ -address=/riykotovmy.com/ -address=/adv.riza.it/ -address=/rizeintellingente.info/ -address=/cdn.sp.rizhao9.com/ -address=/miracema.rj.gov.br/ -address=/rjaepduiirw.com/ -address=/rjbfjwjxwsbhho.com/ -address=/prc.rjje4.com/ -address=/rjk1.com/ -address=/rjvbtutup.com/ -address=/rjvochbc.com/ -address=/rjwdhpxdrufbcg.com/ -address=/rjwotofyxoszk.com/ -address=/br.rk.com/ -address=/rkaxivxdtws.com/ -address=/rkcmyzxubyziek.com/ -address=/rkdms.com/ -address=/rkpecade.com/ -address=/rktch.com/ -address=/rktu.com/ -address=/rkueifizvmwbi.com/ -address=/rkvduvtdz.com/ -address=/rl972.cn/ -address=/rlbvwdviqx.com/ -address=/rlcdn.com/ -address=/rlomrjxrpsev.com/ -address=/rlsqhgku.com/ -address=/mo.rltk.com.cn/ -address=/rlxqaczszvjvp.com/ -address=/emarketing.rmauctions.com/ -address=/rmbn.net/ -address=/post.rmbn.ru/ -address=/rmcxw.cn/ -address=/rmcxw.net/ -address=/rmkflouh.com/ -address=/rmnwxcpccuzwe.com/ -address=/rmoreagricula.info/ -address=/rmpaplceikdml.com/ -address=/rmputwrbacfrf.com/ -address=/rmtag.com/ -address=/rmtwnrwnhu.com/ -address=/m.rmuqvq.cn/ -address=/rmxads.com/ -address=/rnengage.com/ -address=/rnet.plus/ -address=/rng-snp-003.com/ -address=/rngljlhqe.com/ -address=/rnindjnoocooz.com/ -address=/rniuuamwoohg.com/ -address=/rnlabs.com/ -address=/rnmd.net/ -address=/rnorlexanderly.info/ -address=/rnpwxssirmgflk.com/ -address=/rnvotosfzq.com/ -address=/rnysheetprin.info/ -address=/rnzgebpy.com/ -address=/ro88qcuy.com/ -address=/roadcomponentsdb.com/ -address=/roakicat.net/ -address=/roay.cn/ -address=/robjamguy.club/ -address=/robocat.me/ -address=/robotadserver.com/ -address=/robovoiz.com/ -address=/robsoaks.com/ -address=/partners.rochen.com/ -address=/rocketgames.com/ -address=/rocketier.net/ -address=/rocketyield.com/ -address=/rockincontent.net/ -address=/rps-p2.rockpapershotgun.com/ -address=/rps-uk.rockpapershotgun.com/ -address=/rocks.io/ -address=/rocksresort.com.au/ -address=/rockyou.net/ -address=/roeye.com/ -address=/analytics.rogersmedia.com/ -address=/om.rogersmedia.com/ -address=/utility.rogersmedia.com/ -address=/rogueaffiliatesystem.com/ -address=/roi-pro.com/ -address=/roi-rocket.net/ -address=/roia.biz/ -address=/roirocket.com/ -address=/roiservice.com/ -address=/roispy.com/ -address=/collector.roistat.com/ -address=/roitesting.com/ -address=/rojitkhlwxoi.com/ -address=/roks.ua/ -address=/rokt.com/ -address=/rokus-tgy.hu/ -address=/rolidenratrigh.pro/ -address=/scout.rollcall.com/ -address=/rollingcounters.com/ -address=/push.rollout.io/ -address=/rolrotoo.net/ -address=/roltek.com.tr/ -address=/romance-net.com/ -address=/romeoforum.com/ -address=/romgv.com/ -address=/midas.rong360.com/ -address=/rongchengxxw.com/ -address=/rongdingwl.cn/ -address=/stats.cn.ronghub.com/ -address=/rongnews.com/ -address=/ronletsobetning.pro/ -address=/ronoutom.net/ -address=/roofrelation.com/ -address=/roogrujy.net/ -address=/roorbong.com/ -address=/roost.me/ -address=/roosterfirework.com/ -address=/rooversadvocatuur.nl/ -address=/roredi.com/ -address=/roscvyybfkm.com/ -address=/rosemand.pro/ -address=/visitping.rossel.be/ -address=/rotaban.ru/ -address=/rotate4all.com/ -address=/rotatingad.com/ -address=/rotorads.com/ -address=/rotumal.com/ -address=/roulettebotplus.com/ -address=/roustast.net/ -address=/routeme.one/ -address=/routeserve.info/ -address=/rouvoute.net/ -address=/rouvpebtazdlq.com/ -address=/laurel.rovicorp.com/ -address=/ads.cdn.rovio.com/ -address=/rovion.com/ -address=/rowthetresparhed.net/ -address=/roxby.org/ -address=/roxyaffiliates.com/ -address=/royal-cash.com/ -address=/royalads.net/ -address=/royalcount.de/ -address=/royapp.com/ -address=/pixel.roymorgan.com/ -address=/rp-rep.net/ -address=/rpdtrk.com/ -address=/rplzmw.cn/ -address=/rpnhxhzcejyiym.com/ -address=/rprgn.cn/ -address=/rprgsptwx.com/ -address=/rpts.org/ -address=/rpuuwsjcu.com/ -address=/rqbxfbls.com/ -address=/rqgsf.com/ -address=/rqndohbkuer.com/ -address=/rqqljktze.com/ -address=/rqtrk.eu/ -address=/rqxjnkgcobp.com/ -address=/rqxwisgin.com/ -address=/rqyezhetbspk.com/ -address=/rqyoulixflzbe.com/ -address=/elew72isst.rr.nu/ -address=/1.rr95.com/ -address=/rrdtjj.top/ -address=/rredundaytheori.info/ -address=/rrimpl.com/ -address=/rrjgenyklff.com/ -address=/rrkykn.cn/ -address=/rrmqirchpasqyw.com/ -address=/rroyintwabqyua.com/ -address=/rrpjunmcv.com/ -address=/fozhu.rrsdl.com/ -address=/heimo.rrsdl.com/ -address=/kuaigao.rrsdl.com/ -address=/m.rrsdl.com/ -address=/rrshibwsq.com/ -address=/rrsubway.com/ -address=/rrvpscehvjuz.com/ -address=/rrxlynihw.com/ -address=/rs-stripe.com/ -address=/rs0.co.uk/ -address=/rsafind.co.za/ -address=/rsalcch.com/ -address=/rsalchk.com/ -address=/rsasearch.co.za/ -address=/rsbblrpnjxgsk.com/ -address=/rsbvygxdsevaw.com/ -address=/rsccs.com/ -address=/rscxwmj.cn/ -address=/rsdescriptsrem.info/ -address=/rsgazdyuycbm.com/ -address=/rsguboxyb.com/ -address=/rsiuk.co.uk/ -address=/rsiyppewvonkc.com/ -address=/rsl2dd0twlym.com/ -address=/rsleaderingmu.info/ -address=/rsmykgvarkm.com/ -address=/click.rssfwd.com/ -address=/rssgflbj.com/ -address=/rsspump.com/ -address=/rstdehuopwf.com/ -address=/rstg.io/ -address=/rsuroxpotcoiq.com/ -address=/rsuwxqaoqpuueg.com/ -address=/rsviqjzhvubz.com/ -address=/rsvpgenius.com/ -address=/rtaofgamnnfh.com/ -address=/rtb-media.me/ -address=/rtb-seller.com/ -address=/rtb-usync.com/ -address=/rtb.com.ru/ -address=/rtb123.com/ -address=/inside.rtbasia.com/ -address=/trace.rtbasia.com/ -address=/trace2.rtbasia.com/ -address=/rtbidder.net/ -address=/streaming.rtbiddingplatform.com/ -address=/rtbmedia.org/ -address=/rtbnowads.com/ -address=/rtbpop.com/ -address=/rtbsystem.com/ -address=/rtbterra.com/ -address=/rtbtracking.com/ -address=/rtbvideobox.com/ -address=/rtfn.net/ -address=/rtk.io/ -address=/count.rtl.de/ -address=/tracking.rtl.de/ -address=/ts.rtl.de/ -address=/rtmark.net/ -address=/rtoaster.jp/ -address=/rtogkeafeedde.com/ -address=/rtox.net/ -address=/rtpdn10.com/ -address=/rtpdn11.com/ -address=/rtrk.co.nz/ -address=/rtrk.com/ -address=/rtrlseqbudrzfd.com/ -address=/rtslgov.cn/ -address=/rtypxhlfvmez.com/ -address=/ru.net/ -address=/ru4.com/ -address=/ruan88.com/ -address=/ht.ruanjiancms.com/ -address=/ruanwenclub.com/ -address=/rubanners.com/ -address=/rubfwmlm.com/ -address=/rubiconproject.com/ -address=/rubiks.ca/ -address=/get.rubyroyal.com/ -address=/banners.rude.com/ -address=/rue1mi4.bid/ -address=/rueaukrim.club/ -address=/ruebmqxqlqwqq.com/ -address=/ea.rueducommerce.fr/ -address=/k.rueducommerce.fr/ -address=/mts-ws.rueducommerce.fr/ -address=/tracking.ha.rueducommerce.fr/ -address=/js.ruiwen.com/ -address=/ruiyangcn.com/ -address=/rukplaza.com/ -address=/rukwbbwcil.com/ -address=/rule34hentai.net/ -address=/rumanalytics.com/ -address=/rumimorigu.info/ -address=/rumldlbbkhetyv.com/ -address=/rummyaffiliates.com/ -address=/rumpelstiltskinhead.com/ -address=/run-syndicate.com/ -address=/runadtag.com/ -address=/runative-syndicate.com/ -address=/runative.com/ -address=/match.rundsp.com/ -address=/runetki.co/ -address=/runetki.com/ -address=/runiman.com/ -address=/runkao.net/ -address=/runmeethoomes.info/ -address=/runmewivel.com/ -address=/runslin.com/ -address=/runtnc.net/ -address=/rupor.info/ -address=/banners.rushcommerce.com/ -address=/ruskhw.cn/ -address=/stat.russianfood.com/ -address=/russianlovematch.com/ -address=/rusticprice.com/ -address=/rutarget.ru/ -address=/ahd.ruten.com.tw/ -address=/rutrk.org/ -address=/yast.rutube.ru/ -address=/stat.ruvr.ru/ -address=/ruxianke.com/ -address=/ruyidk.com/ -address=/ruyiqufu.com/ -address=/ruzrkjnd.com/ -address=/rvbibmaixelnq.com/ -address=/rvbxnnwdsi.com/ -address=/rvdiwgntri.com/ -address=/rvlzsbmshtt.com/ -address=/ns.rvmkitt.com/ -address=/rvnc72k.com/ -address=/rvnpytnhxppkzv.com/ -address=/rvqfjvlpdbjy.com/ -address=/rvqnahkwdhird.com/ -address=/rvsnomziiepcds.com/ -address=/rvswxrjkmjou.com/ -address=/rvtqbxawlkbq.com/ -address=/rvttrack.com/ -address=/rvyvkjqffmdp.com/ -address=/gang.rw33.cn/ -address=/rwalomjwgyljqj.com/ -address=/rwfqhbwkxpewc.com/ -address=/m.rwganw.cn/ -address=/rwgvulisul.com/ -address=/rwjfs.com/ -address=/rwkxvess.com/ -address=/rwlyiedd.com/ -address=/rwmttawspapqcy.com/ -address=/rwpads.com/ -address=/rwrqmqyhfn.com/ -address=/rwtbgaguhmfj.com/ -address=/rwxivmfldvo.com/ -address=/rwyprejibmvcfh.com/ -address=/rx616.cn/ -address=/rxavnjqxvszrz.com/ -address=/rxbbddhkl.com/ -address=/rxewvdlja.com/ -address=/rxgbytxipwa.com/ -address=/rxhicseychr.com/ -address=/rxhrftozn.com/ -address=/rxksulmbu.com/ -address=/rxnnfethxprv.com/ -address=/rxsptuki.com/ -address=/rxthdr.com/ -address=/rxxdq.cn/ -address=/ryaqdetppzpw.com/ -address=/rydresa.info/ -address=/ryestionsacticefr.info/ -address=/rygiukfvtos.com/ -address=/rylhghmjrsgb.com/ -address=/ryminos.com/ -address=/rynotnfdekb.com/ -address=/ryquhezrbhfp.com/ -address=/ryrecdiretbet.info/ -address=/ryrrhgpmlif.com/ -address=/ryvqkjfsnmrya.com/ -address=/rzbozucqgmostr.com/ -address=/rzddlsybql.com/ -address=/rzdpobutiy.com/ -address=/rzekbhnk.top/ -address=/rzizcnhoobxw.com/ -address=/rzjhxwfbxp.com/ -address=/rzmrzylebgq.com/ -address=/rztrkr.com/ -address=/s-onetag.com/ -address=/s11.cn/ -address=/s17cnzz.com/ -address=/s1adult.com/ -address=/s20dh7e9dh.com/ -address=/tracking.s24.com/ -address=/s24hc8xzag.com/ -address=/s2block.com/ -address=/s2blosh.com/ -address=/s2d6.com/ -address=/s2mvd.cn/ -address=/s2sterra.com/ -address=/s3d4.cn/ -address=/s3s-main.net/ -address=/pb.s3wfg.com/ -address=/pixel.s3xified.com/ -address=/s400cc.com/ -address=/ee.s47e8.cn/ -address=/m.s47e8.cn/ -address=/s4yxaqyq95.com/ -address=/m.s52dv.com/ -address=/e.s76xid.cn/ -address=/m.s76xid.cn/ -address=/s7c66wkh8k.com/ -address=/s7target.ru/ -address=/s7ven.com/ -address=/adp.s8bbs.com/ -address=/adv.s8bbs.com/ -address=/attach.s8bbs.com/ -address=/content.s8bbs.com/ -address=/img.s8bbs.com/ -address=/s8dj.com/ -address=/news.s9377.com/ -address=/s99i.org/ -address=/s9w.cc/ -address=/stats.sa-as.com/ -address=/sa2xskt.com/ -address=/sa909.com/ -address=/saambaa.com/ -address=/saboopiz.net/ -address=/sadbads.com/ -address=/sadiqtv.com/ -address=/sadobo.com/ -address=/sadorsagreeng.info/ -address=/sadsabs.com/ -address=/sadsamps.com/ -address=/sadsans.com/ -address=/sadsats.com/ -address=/sadsecs.com/ -address=/sadsecz.com/ -address=/sadsims.com/ -address=/sadsimz.com/ -address=/sadsips.com/ -address=/sadsipz.com/ -address=/sadskis.com/ -address=/sadsoks.com/ -address=/sadspmz.com/ -address=/saemark.is/ -address=/saenrwiqesp.com/ -address=/saf588.com/ -address=/safe-click.net/ -address=/safe524.xyz/ -address=/404.safedog.cn/ -address=/safelinktracker.com/ -address=/safelistextreme.com/ -address=/safelyawake.com/ -address=/sageanalyst.net/ -address=/sagetrc.com/ -address=/sagimedyer.xyz/ -address=/www.tdms.saglik.gov.tr/ -address=/sahishodilitt.info/ -address=/sahraex7vah.info/ -address=/sail-horizon.com/ -address=/sail-personalize.com/ -address=/sailif.com/ -address=/sailznsgbygz.com/ -address=/js.saiqizhi.com/ -address=/saitef.cn/ -address=/sajari.com/ -address=/sakura-traffic.com/ -address=/salecycle.com/ -address=/salemove.com/ -address=/allpass.salemwebnetwork.com/ -address=/salemyticket.com/ -address=/salentoeasy.it/ -address=/sales-frontier.com/ -address=/analytics.salesanalytics.io/ -address=/salesgenius.com/ -address=/salesmanago.pl/ -address=/salesnleads.com/ -address=/salesviewer.com/ -address=/salesviewer.org/ -address=/saletrack.co.uk/ -address=/salon.com/ -address=/saltamendors.com/ -address=/salvador24.com/ -address=/sambaads.com/ -address=/samboc.com/ -address=/samevay.com.cn/ -address=/samvaulter.com/ -address=/samvinva.info/ -address=/san-spr-01.net/ -address=/sancdn.net/ -address=/analytics-union.sandai.net/ -address=/cpm.cm.sandai.net/ -address=/biz5.sandai.net/ -address=/etl.xlmc.sandai.net/ -address=/hub5pn.wap.sandai.net/ -address=/idx.m.hub.sandai.net/ -address=/liveupdate.mac.sandai.net/ -address=/master.wap.dphub.sandai.net/ -address=/mcfg.sandai.net/ -address=/pre.api.tw06.xlmc.sandai.net/ -address=/test.api.xlmc.sandai.net/ -address=/tw13b093.sandai.net/ -address=/sandroprabratm.info/ -address=/sanitwealth.com/ -address=/m.sanjiangge.com/ -address=/sanjinma.com/ -address=/sankyo.gr.jp/ -address=/analytics.sanoma.fi/ -address=/sat.sanoma.fi/ -address=/ta.sanook.com/ -address=/sanseracingteam.com/ -address=/santacruzsuspension.com/ -address=/page.santc.cn/ -address=/santrateduk.site/ -address=/dm.sanwen.net/ -address=/js.sanwen.net/ -address=/dm.sanwen8.com/ -address=/saoboo.com/ -address=/saofjopps.com/ -address=/sape.ru/ -address=/sapha.com/ -address=/webstats.sapo.pt/ -address=/sapsixysho.pro/ -address=/sapwells.info/ -address=/sarahdaniella.com/ -address=/sardfereose.com/ -address=/sare25.com/ -address=/eulerian.sarenza.com/ -address=/sarimsol.com/ -address=/sarjor.pw/ -address=/sarov.ws/ -address=/sas.com/ -address=/sas15k01.com/ -address=/ced.sascdn.com/ -address=/sascentral.com/ -address=/sasenergia.pt/ -address=/satgreera.com/ -address=/satismeter.com/ -address=/sauaopmdesyysa.com/ -address=/saub27i3os.com/ -address=/sautemoo.net/ -address=/savebt.net/ -address=/savoryorange.com/ -address=/savvysource.com/ -address=/stats.sawlive.tv/ -address=/sayfibhat.club/ -address=/saymedia.com/ -address=/sayutracking.co.uk/ -address=/saywidgets.awe.sm/ -address=/sayyac.com/ -address=/sayyac.net/ -address=/sayzziir.com/ -address=/dm.sb580.com/ -address=/sb88b.com/ -address=/sbaffiliates.com/ -address=/sbardlhk.com/ -address=/sbcpower.com/ -address=/sbdtds.com/ -address=/sbealpvjpzzs.com/ -address=/sbenx.com/ -address=/sbfsdvc.com/ -address=/sbgftsoe.com/ -address=/m.sbief.com/ -address=/sbietlbug.com/ -address=/sbiim.com/ -address=/sbinx.com/ -address=/sblcjzjp.com/ -address=/sblftg.com/ -address=/sbmdsfld.com/ -address=/sbo.it/ -address=/affiliatesmedia.sbobet.com/ -address=/sboite.cn/ -address=/sbopaitvwpzilp.com/ -address=/sbrqp.com/ -address=/sbs-ad.com/ -address=/sbscribeme.com/ -address=/sc-static.net/ -address=/j.sc1369.com/ -address=/wpan.sc2yun.com/ -address=/scahqyriepu.com/ -address=/scaledb.com/ -address=/scaleway.ovh/ -address=/scaner-figy.tk/ -address=/scaner-or.tk/ -address=/scaner-sbite.tk/ -address=/scaner-sboom.tk/ -address=/scanmedios.com/ -address=/scanmyphones.com/ -address=/scanscout.com/ -address=/scantanzania.com/ -address=/scarabresearch.com/ -address=/scdcd333.cn/ -address=/cdn.scdng.com/ -address=/scdsfdfgdr12.tk/ -address=/sceieibhpdday.com/ -address=/scenbe.com/ -address=/scenepass.com/ -address=/sceno.ru/ -address=/scfans.cn/ -address=/scfatao.com/ -address=/scfrwo.cn/ -address=/scfw.wang/ -address=/schborg.com/ -address=/schedhomoso.pro/ -address=/privacy.schibsted.com/ -address=/collector.schibsted.io/ -address=/engage-cdn.schibsted.media/ -address=/homad-global-configs.schneevonmorgen.com/ -address=/analytics.schoolwires.com/ -address=/schoolyeargo.com/ -address=/sciencerevenue.com/ -address=/scientificshirt.com/ -address=/scifc.mobi/ -address=/scintillatingspace.com/ -address=/scize.com/ -address=/sckuhytswbs.com/ -address=/sckxppzdm.com/ -address=/sckzvqadc.com/ -address=/scleavshdrz.com/ -address=/sclizhong.com/ -address=/scoop.it/ -address=/scootloor.com/ -address=/scorecardresearch.com/ -address=/scorespro.com/ -address=/click.scour.com/ -address=/scoutanalytics.net/ -address=/scoutle.com/ -address=/widget.scoutpa.com/ -address=/scqajt.cn/ -address=/scrap.me/ -address=/babos.scrapping.cc/ -address=/statsapi.screen9.com/ -address=/screenpopper.com/ -address=/counter.scribblelive.com/ -address=/metrics.scribblelive.com/ -address=/scrippscontroller.com/ -address=/script.ag/ -address=/scriptall.gq/ -address=/scriptall.tk/ -address=/scriptcc.cc/ -address=/scriptil.com/ -address=/scripts21.com/ -address=/scriptshead.com/ -address=/scrolltotop.com/ -address=/scrookie.nl/ -address=/scrubswim.com/ -address=/sp.sctimes.com/ -address=/scund.com/ -address=/scupio.com/ -address=/scvdxxgbvoz.com/ -address=/scw0.com/ -address=/sczcxmaizy.com/ -address=/sd5doozry8.com/ -address=/sdaaxz.xyz/ -address=/sdabfw.cn/ -address=/sdadxz.xyz/ -address=/sdaexz.xyz/ -address=/sdagxz.xyz/ -address=/sdahxz.xyz/ -address=/m.sdaih.com/ -address=/sdaixz.xyz/ -address=/sdajxz.xyz/ -address=/sdakxz.xyz/ -address=/sdalxz.xyz/ -address=/sdasasyydd.com/ -address=/sddan.com/ -address=/sddddjsjf.net/ -address=/sdfjtwp.com/ -address=/sdfsdvc.com/ -address=/sdgdtz.cn/ -address=/sdgreg.cn/ -address=/sdgvzdksjbl.com/ -address=/sdhfbvd.com/ -address=/sdhzstone.net/ -address=/sdillrnslaiyb.com/ -address=/518.sdinfo.net/ -address=/sdjjr.com/ -address=/sdkdm.com/ -address=/sdkfjxjertertry.com/ -address=/sdlzmm.cn/ -address=/aa.sdo.com/ -address=/adrs.sdo.com/ -address=/dwtracking.sdo.com/ -address=/loginlog.sdo.com/ -address=/snyu.sdo.com/ -address=/t.sdpaji.com/ -address=/sdqoi2d.com/ -address=/guang.sdsgwy.com/ -address=/sdsqyyc.com/ -address=/sdtbhbyb.com/ -address=/sdtqotoe.com/ -address=/p.sdu8cvc.com/ -address=/sdxkdj.cn/ -address=/sdycd.com/ -address=/sdyongyan.com.cn/ -address=/sdytsh.com/ -address=/sdytygrznweksx.com/ -address=/sdzwkmokd.com/ -address=/sdzxojlt.com/ -address=/sea-nov-1.com/ -address=/seal-technicsag.ch/ -address=/seaofads.com/ -address=/seaoocyjpq.com/ -address=/counter.search.bg/ -address=/ad.search.ch/ -address=/xs.searchacg.org/ -address=/searchdims.network/ -address=/searchfeed.com/ -address=/sftrack.searchforce.net/ -address=/stats.searchftps.net/ -address=/stats.searchftps.org/ -address=/searchignite.com/ -address=/track.searchiq.co/ -address=/tracking.searchmarketing.com/ -address=/searchmulty.com/ -address=/searchpeack.com/ -address=/searchplow.com/ -address=/widget.searchschoolsnetwork.com/ -address=/beacon.searchspring.io/ -address=/searchswapper.com/ -address=/searchx.eu/ -address=/seawayz.com.cn/ -address=/seaxm.com/ -address=/sebadu.com/ -address=/sebdaadnodjt.com/ -address=/sebeagnjowtg.com/ -address=/sec-cloud.cn/ -address=/seccoads.com/ -address=/seclctpsih.com/ -address=/notifiche.secoloditalia.it/ -address=/secondome.com/ -address=/content.secondspace.com/ -address=/secondstreetmedia.com/ -address=/secretbehindporn.com/ -address=/secretchina.com/ -address=/tracker.secretescapes.com/ -address=/secretmedia.com/ -address=/secretrune.com/ -address=/secretturtle.com/ -address=/bacon.section.io/ -address=/secure-softwaremanager.com/ -address=/secureboom.net/ -address=/securecloud-dt.com/ -address=/track.securedvisit.com/ -address=/secureintl.com/ -address=/dailyvideo.securejoin.com/ -address=/securep2p.com/ -address=/securepaths.com/ -address=/events.secureserver.net/ -address=/ip-182-50-129-164.ip.secureserver.net/ -address=/ip-182-50-129-181.ip.secureserver.net/ -address=/enlightenment.secureshoppingbasket.com/ -address=/securesoft.info/ -address=/beacon.securestudies.com/ -address=/securesurf.biz/ -address=/securewebsiteaccess.com/ -address=/securitain.com/ -address=/securitytrfx.com/ -address=/securitywebservices.com/ -address=/secursors.com/ -address=/sedatorsinted.info/ -address=/sedatorslegallock.info/ -address=/sedidencesothere.info/ -address=/sedoparking.com/ -address=/sedotracker.com/ -address=/sedotracker.de/ -address=/seductionprofits.com/ -address=/seecontentdelivery.info/ -address=/stats.seedr.com/ -address=/seedtag.com/ -address=/seefarger.com/ -address=/seegamese.com/ -address=/seehits.com/ -address=/seeip.org/ -address=/seekads.net/ -address=/seekbang.com/ -address=/log.seekda.com/ -address=/widgets.seekitlocal.com/ -address=/seemybucks.com/ -address=/metrics.seenon.com/ -address=/seepsocu.net/ -address=/seerpiu002.com/ -address=/seesaa.jp/ -address=/seethisinaction.com/ -address=/seevolution.com/ -address=/seewhy.com/ -address=/ad.seeyouyima.com/ -address=/stat.segitek.hu/ -address=/segment.com/ -address=/segment.io/ -address=/segmentify.com/ -address=/sehiba.com/ -address=/usage.seibert-media.io/ -address=/seitentipp.com/ -address=/seitwert.de/ -address=/seitzeichen.de/ -address=/seiya.work/ -address=/sekindo.com/ -address=/sekomums.lv/ -address=/sekusfrgojuc.com/ -address=/sel-sel-fie.com/ -address=/selaris.com/ -address=/trk.sele.co/ -address=/selectablemedia.com/ -address=/selectivesummer.com/ -address=/selectr.net/ -address=/self-study-service.com.cn/ -address=/selfcampaign.com/ -address=/selfishsea.com/ -address=/selfpua.com/ -address=/static.sellbuyshop.cn/ -address=/sellebrity.com/ -address=/sellhealth.com/ -address=/mt.sellingrealestatemalta.com/ -address=/selloweb.com/ -address=/sellpoint.net/ -address=/sellpoints.com/ -address=/selltrafficfor.me/ -address=/selsin.net/ -address=/selwrite.com/ -address=/semantic-finder.com/ -address=/semanticrep.com/ -address=/semanticverses.com/ -address=/semantiqo.com/ -address=/semasio.net/ -address=/sematext.com/ -address=/tracking.sembox.it/ -address=/semengineers.com/ -address=/semi-cod.com/ -address=/semiocast.com/ -address=/semiyun.com/ -address=/semnicneposilejte.cz/ -address=/semtracker.de/ -address=/sendmepush.com/ -address=/sendptp.com/ -address=/sendpulse.com/ -address=/sendsay.ru/ -address=/sendtraffic.com/ -address=/sendyourpush.com/ -address=/senhelhgsoov.com/ -address=/seniorbaniaasth.info/ -address=/senolati.com/ -address=/sensible-ads.com/ -address=/sensic.net/ -address=/ad.sensismediasmart.com.au/ -address=/sensor.org.ua/ -address=/sentrol.cl/ -address=/senzapudore.it/ -address=/senzari.com/ -address=/seo-master.net/ -address=/seoaelrfdy.com/ -address=/seoholding.com/ -address=/seomonitor.ro/ -address=/seomoz.org/ -address=/seonetwizard.com/ -address=/seoparts.net/ -address=/seoradar.ro/ -address=/seordl.cn/ -address=/separatesilver.com/ -address=/seprqnphibgd.com/ -address=/septembership.com/ -address=/septimus-kyr.com/ -address=/sepyra.com/ -address=/sepyw.top/ -address=/serating.ru/ -address=/serconmp.com/ -address=/serialbay.com/ -address=/serie-vostfr.com/ -address=/seriend.com/ -address=/ban.seriesonlinex.org/ -address=/seriorladded.info/ -address=/serious-partners.com/ -address=/seriousfiles.com/ -address=/serv-ac.com/ -address=/serv1swork.com/ -address=/serve-sys.com/ -address=/servebom.com/ -address=/assets.servedby-buysellads.com/ -address=/servedbyadbutler.com/ -address=/servedbyopenx.com/ -address=/servemeads.com/ -address=/server140.com/ -address=/serverbid.com/ -address=/serverflox.online/ -address=/servestats.com/ -address=/service4refresh.info/ -address=/servicegetbook.net/ -address=/servicetick.com/ -address=/serving-sys.com/ -address=/serving-system.com/ -address=/img.servint.net/ -address=/servustats.com/ -address=/seskeu3zk7.com/ -address=/sessioncam.com/ -address=/sessions.exchange/ -address=/sessionstack.com/ -address=/sesxc.com/ -address=/seszopvxktsfn.com/ -address=/sethads.info/ -address=/setlotnay.club/ -address=/setqfx.cn/ -address=/setqre.cn/ -address=/setravieso.com/ -address=/setrtcjfhreqg.com/ -address=/settleships.com/ -address=/sev4ifmxa.com/ -address=/sevenads.net/ -address=/sevendaystart.com/ -address=/sevootie.com/ -address=/m.sewxi.com/ -address=/sex-journey.com/ -address=/sexad.net/ -address=/sexagogal.site/ -address=/sexcounter.com/ -address=/sexdatecash.com/ -address=/stats.sexemodel.com/ -address=/sexengine.sx/ -address=/geobanner.sexfinder.com/ -address=/sexflirtbook.com/ -address=/sexiba.com/ -address=/ads.sexier.com/ -address=/sexilbbpnc.com/ -address=/sexintheuk.com/ -address=/sexitnow.com/ -address=/sexlist.com/ -address=/sexmoney.com/ -address=/sexmotors.com/ -address=/sexohme.ru/ -address=/sexopages.com/ -address=/sexplaycam.com/ -address=/sexsearch.com/ -address=/sexsearchcom.com/ -address=/sextadate.net/ -address=/sextracker.com/ -address=/go.sexu.tv/ -address=/sexvertise.com/ -address=/sexy-ch.com/ -address=/sexy-more.com/ -address=/sexykittenporn.com/ -address=/sexyoilwrestling.com/ -address=/sexystat.com/ -address=/sexyster.tk/ -address=/sexzoznamka.eu/ -address=/fimg-resp.seznam.cz/ -address=/sezvc.com/ -address=/sf14g.com/ -address=/sfanf.com/ -address=/sffmctrnimk.com/ -address=/sfgkhgfdsochwd.com/ -address=/sfhrxcbbmtfqw.com/ -address=/sfkxmchhswobcq.com/ -address=/sflekykzhqz.com/ -address=/sflyycxlsad.com/ -address=/sfmgzvam.com/ -address=/sfmnafrufk.com/ -address=/sfokenghj.com/ -address=/elr.sfr.fr/ -address=/netc.sfr.fr/ -address=/m.sfscooter.cn/ -address=/sftpgyqdrexl.com/ -address=/sfxl.com.cn/ -address=/sfxuiadi.com/ -address=/sfz023.com/ -address=/sg-autorepondeur.com/ -address=/sg888.vip/ -address=/sgbmhkptxali.com/ -address=/t.sgc.io/ -address=/tp.sgcn.com/ -address=/sgftrrs.com/ -address=/sghehllds.com/ -address=/go.sghjtc.xyz/ -address=/js.sghjtc.xyz/ -address=/sgidkvwd.com/ -address=/e.sgltc.cn/ -address=/m.sgltc.cn/ -address=/sgqqhydoovcd.com/ -address=/sgrreqyxvigwuh.com/ -address=/sguac.com/ -address=/sgutelyg.com/ -address=/sgvuexlhbgpylr.com/ -address=/sgxaqysyilwkiu.com/ -address=/sgycfrrkz.com/ -address=/sgzlmagzrrk.com/ -address=/sgzs999.com/ -address=/sha50.com/ -address=/shacupwelhehqc.com/ -address=/shaimsoo.net/ -address=/shakamech.com/ -address=/shalleda.com/ -address=/shalseey.com/ -address=/shama5.com/ -address=/app.shandjj.com/ -address=/shandongkuntuo.com/ -address=/bdjs.shangc.net/ -address=/dai18.shangc.net/ -address=/b17.shangc.net/ -address=/j17.shangc.net/ -address=/shanghuitianxia.cn/ -address=/shangjiabiao.com/ -address=/js.shangxueba.com/ -address=/shankejingling.com/ -address=/shanxiyizhao.com/ -address=/shanyi.info/ -address=/v7.shaoyumuye.com/ -address=/share-server.com/ -address=/shareaholic.com/ -address=/shareasale.com/ -address=/sharecash.org/ -address=/sharedaddomain.com/ -address=/sharedcount.com/ -address=/sharegods.com/ -address=/shareinstall.com.cn/ -address=/shareitpp.com/ -address=/sharele.cn/ -address=/sharenice.org/ -address=/shareresults.com/ -address=/sharethis.com/ -address=/sharethrough.com/ -address=/sharexy.com/ -address=/sharppatch.com/ -address=/sharpspring.com/ -address=/shasnvadkustw.com/ -address=/shaunoog.com/ -address=/shawsuburbanauto.com/ -address=/shawsuburbanhomes.com/ -address=/beacon.shazam.com/ -address=/syp.shcfpx.com/ -address=/she-ke.cn/ -address=/sp.sheboyganpress.com/ -address=/gfxa.sheetmusicplus.com/ -address=/pub.sheknows.com/ -address=/mo.shekuang.top/ -address=/shemeejo.com/ -address=/shemirta.info/ -address=/shenbimall.com/ -address=/a.shenchuang.com/ -address=/shengchaopiao.cn/ -address=/shengdianwang.cc/ -address=/shenglonghg.net/ -address=/shengushi.cn/ -address=/shenhao258.top/ -address=/shenouth.com/ -address=/shentupk85.com/ -address=/shenyun.com/ -address=/shenyun.org/ -address=/shenyunkeji.com/ -address=/shenyunperformingarts.org/ -address=/shenzhoufilm.com/ -address=/shermore.info/ -address=/shesubscriptions.com/ -address=/mo.shezhuang.top/ -address=/kjg.shfengren.com/ -address=/shffcy.cn/ -address=/shftscdisov.com/ -address=/shglegle.com/ -address=/shgnts.net/ -address=/shibagongfang.com/ -address=/html.shibeiou.com/ -address=/cgm.shicimingju.com/ -address=/ss.shicimingju.com/ -address=/shidailw.com/ -address=/shidvvvhi.com/ -address=/shiek1ph.com/ -address=/e.shifen.com/ -address=/shiiuojjccp.com/ -address=/xy.shijialianzuishuai.com/ -address=/shijiezhidao.com/ -address=/m.shilian168.cn/ -address=/shillivee.pro/ -address=/shinasi.info/ -address=/shinedaily.cn/ -address=/adm.shinobi.jp/ -address=/analysis.shinobi.jp/ -address=/asumi.shinobi.jp/ -address=/omt.shinobi.jp/ -address=/rcm.shinobi.jp/ -address=/sync.shinobi.jp/ -address=/x9.shinobi.jp/ -address=/shinystat.com/ -address=/shinystat.it/ -address=/shippinginsights.com/ -address=/shiptoud.com/ -address=/shitiphu.com/ -address=/ee.shixunwang.net/ -address=/shizen-no-megumi.com/ -address=/shjmjmds.com/ -address=/shjsxx.com/ -address=/shkunjia.com.cn/ -address=/shkywh.com/ -address=/shldethxhl.com/ -address=/shlovesea.com/ -address=/shmonekisot.com/ -address=/sho9wbox.com/ -address=/shoawhom.com/ -address=/shockinggrass.com/ -address=/shockingship.com/ -address=/shodroph.net/ -address=/shoelace.com/ -address=/shofteph.com/ -address=/shokala.com/ -address=/shongcheng.com/ -address=/shoofle.tv/ -address=/shoogloonetwork.com/ -address=/shop265.com/ -address=/track.shop2market.com/ -address=/trackpm.shop2market.com/ -address=/shopalyst.com/ -address=/tracker.shopclues.com/ -address=/speedtrap.shopdirect.com/ -address=/shopeasy.by/ -address=/stats.shopify.com/ -address=/shopilize.com/ -address=/ptsc.shoplocal.com/ -address=/shopnetic.com/ -address=/shoppanda.co/ -address=/shoppingads.com/ -address=/stats.shoppydoo.com/ -address=/reviews.shoppydoo.it/ -address=/dp.shoprunner.com/ -address=/logs-api.shoprunner.com/ -address=/widget.shopstyle.com.au/ -address=/shoptimally.com/ -address=/shopzyapp.com/ -address=/analytics.shorte.st/ -address=/shouhoag.net/ -address=/aima.shouhome.com/ -address=/dps.shouji56.com/ -address=/tongji.tt.shouji56.com/ -address=/xz.tongji.shouji56.com/ -address=/shoujiawang.cn/ -address=/shoungak.net/ -address=/shouwangba.cn/ -address=/shouxaum.net/ -address=/shouyili.mobi/ -address=/shouyoutan.com/ -address=/hz.shouyoutv.com/ -address=/shouyouyou.com/ -address=/shovewhe.com/ -address=/showcasead.com/ -address=/showheroes.com/ -address=/showroomlogic.com/ -address=/d1.showself.com/ -address=/showyoursite.com/ -address=/shpg.org/ -address=/shqads.com/ -address=/sp.shreveporttimes.com/ -address=/shroughtened.com/ -address=/shsnjj.top/ -address=/shtkybxv.com/ -address=/u1.shuaiku.com/ -address=/shuaixu.site/ -address=/ss.shuajuzu.com/ -address=/shucaihangjia.com/ -address=/1178.shucong.com/ -address=/a.m.shuhuangge.org/ -address=/baxf.m.shuhuangge.org/ -address=/ow.s1.shuhuangge.org/ -address=/ow.s2.shuhuangge.org/ -address=/yp.shuhuangge.org/ -address=/shuihulu.com/ -address=/4xhyr.shuimujinggong.com/ -address=/shujuwu.com/ -address=/shunlige.com/ -address=/y.shuoshuocm.com/ -address=/ad.shuoshuomi.com/ -address=/ut2.shuqistat.com/ -address=/shuqw.com/ -address=/shusacem.net/ -address=/a1.shusanqi.com/ -address=/code1f.m.shushu8.com/ -address=/code1fa.m.shushu8.com/ -address=/shushun16.com/ -address=/shuteehe.net/ -address=/shutternsbe.info/ -address=/lilb2.shutterstock.com/ -address=/shuwuzhan.com/ -address=/shuxcbgab.com/ -address=/shuzilm.cn/ -address=/shvjvbmyyyfa.com/ -address=/m.shwedar.com.cn/ -address=/svip.shwxtw.com/ -address=/shxinjie.cn/ -address=/swe.shylsp.com/ -address=/shypqc.com/ -address=/shyseed.com/ -address=/si1ef.com/ -address=/si9377.com/ -address=/siaiscphvghttd.com/ -address=/siamzone.com/ -address=/sibatnsryjpcq.com/ -address=/sibozhihui-lc.com/ -address=/sibulla.com/ -address=/sicaurtu.net/ -address=/siccash.com/ -address=/sicentlife.com/ -address=/sicksmash.com/ -address=/sicpkohkcmt.com/ -address=/sicteppojdwr.com/ -address=/sidelinesapp.com/ -address=/sielsmaats.com/ -address=/sieltre.it/ -address=/qlisv.siemens6es7.com/ -address=/sierra-fox.com/ -address=/sifakaoshi360.com/ -address=/sifomedia.se/ -address=/sift.com/ -address=/siftscience.com/ -address=/sifuglie.com/ -address=/yun.sifuhe.cn/ -address=/sigbusa.com/ -address=/adservice.sigmob.cn/ -address=/signaly.co/ -address=/signatu.com/ -address=/signifyd.com/ -address=/signout.website/ -address=/signstu.top/ -address=/signup-way.com/ -address=/sigo99.com/ -address=/sihciabzm.com/ -address=/sihjnaojbrs.com/ -address=/mp.sijiaopingtai.com/ -address=/ermao.sikabeila.com/ -address=/g.silicon.de/ -address=/g.siliconweek.es/ -address=/silimbompom.com/ -address=/geoip.silive.com/ -address=/mms.silive.com/ -address=/cookieconsent.silktide.com/ -address=/silsfrastinggove.info/ -address=/silstavo.com/ -address=/silurian.cn/ -address=/silvalliant.info/ -address=/silvergamed.com/ -address=/silverpop.com/ -address=/silverpush.co/ -address=/c.silvinst.com/ -address=/statistik.simaja.de/ -address=/live.simcitybuildit.com/ -address=/aff.simibo.net/ -address=/simicaseros.pro/ -address=/similarsabine.com/ -address=/simon184.cn/ -address=/simonsignal.com/ -address=/simpaignsen.info/ -address=/simpan.online/ -address=/simpio.com/ -address=/simpleanalytics.io/ -address=/simpleheatmaps.com/ -address=/simplehitcounter.com/ -address=/simplereach.com/ -address=/simplesharebuttons.com/ -address=/simpletds.net/ -address=/simpli.fi/ -address=/assets.simplifydigital.co.uk/ -address=/simplycast.us/ -address=/simplyhired.com/ -address=/simplymeasured.com/ -address=/simvinvo.com/ -address=/sin114.com/ -address=/sina-img.club/ -address=/cre-dp.sina.cn/ -address=/mixer.sina.cn/ -address=/sa.sina.cn/ -address=/2016.sina.cn/ -address=/adimg.mobile.sina.cn/ -address=/api.apps.sina.cn/ -address=/click.uve.mobile.sina.cn/ -address=/cm.dmp.sina.cn/ -address=/contentrecommend-out.mobile.sina.cn/ -address=/cre.dp.sina.cn/ -address=/dl.kjava.sina.cn/ -address=/log.sina.cn/ -address=/mixers.sina.cn/ -address=/palmnews.sina.cn/ -address=/r.dmp.sina.cn/ -address=/sax.sina.cn/ -address=/saxs.sina.cn/ -address=/sdkapp.mobile.sina.cn/ -address=/sdkclick.mobile.sina.cn/ -address=/slog.sina.cn/ -address=/trends.mobile.sina.cn/ -address=/u1.img.mobile.sina.cn/ -address=/wapwbclick.mobile.sina.cn/ -address=/wbapp.mobile.sina.cn/ -address=/wbclick.mobile.sina.cn/ -address=/wbpctips.mobile.sina.cn/ -address=/ads.sina.com/ -address=/oascentral.sina.com/ -address=/pfpip.sina.com/ -address=/adbox.sina.com.cn/ -address=/beacon.sina.com.cn/ -address=/count.video.sina.com.cn/ -address=/counter.sina.com.cn/ -address=/d1.sina.com.cn/ -address=/d2.sina.com.cn/ -address=/d3.sina.com.cn/ -address=/d4.sina.com.cn/ -address=/d5.sina.com.cn/ -address=/interest.mix.sina.com.cn/ -address=/matwbp.iask.sina.com.cn/ -address=/p4p.sina.com.cn/ -address=/pfp.sina.com.cn/ -address=/sax.sina.com.cn/ -address=/ad2.sina.com.cn/ -address=/ad3.sina.com.cn/ -address=/ad4.sina.com.cn/ -address=/adm.leju.sina.com.cn/ -address=/cre.mix.sina.com.cn/ -address=/d0.sina.com.cn/ -address=/d00.sina.com.cn/ -address=/d6.sina.com.cn/ -address=/d7.sina.com.cn/ -address=/d8.sina.com.cn/ -address=/d9.sina.com.cn/ -address=/dcads.sina.com.cn/ -address=/img.amp.ad.sina.com.cn/ -address=/int.dpool.sina.com.cn/ -address=/log.mix.sina.com.cn/ -address=/mg.games.sina.com.cn/ -address=/r.dmp.sina.com.cn/ -address=/rm.sina.com.cn/ -address=/s.img.mix.sina.com.cn/ -address=/sax1.sina.com.cn/ -address=/sax2.sina.com.cn/ -address=/sax3.sina.com.cn/ -address=/sax4.sina.com.cn/ -address=/sax5.sina.com.cn/ -address=/sax6.sina.com.cn/ -address=/sax7.sina.com.cn/ -address=/sax8.sina.com.cn/ -address=/sax9.sina.com.cn/ -address=/saxn.sina.com.cn/ -address=/saxs.sina.com.cn/ -address=/sbeacon.sina.com.cn/ -address=/slog.sina.com.cn/ -address=/staticadm.leju.sina.com.cn/ -address=/woocall.sina.com.cn/ -address=/adimages.sina.com.hk/ -address=/oascentral.sina.com.hk/ -address=/s3.pfp.sina.net/ -address=/sinaalicdn.com/ -address=/sinaaliyun.cn/ -address=/appgift.sinaapp.com/ -address=/appsupdate.sinaapp.com/ -address=/sinabuy.cn/ -address=/ad.us.sinaimg.cn/ -address=/d0.sinaimg.cn/ -address=/d1.sinaimg.cn/ -address=/d2.sinaimg.cn/ -address=/d3.sinaimg.cn/ -address=/d4.sinaimg.cn/ -address=/d5.sinaimg.cn/ -address=/d6.sinaimg.cn/ -address=/d7.sinaimg.cn/ -address=/d8.sinaimg.cn/ -address=/d9.sinaimg.cn/ -address=/rs.sinajs.cn/ -address=/newspush.sinajs.cn/ -address=/tjs.sjs.sinajs.cn/ -address=/sinawap.com/ -address=/sinawbimg.com/ -address=/sincernething.site/ -address=/sincetrade.com/ -address=/sindatontherrom.info/ -address=/singlefeed.com/ -address=/singlesexdates.com/ -address=/singthouthappi.info/ -address=/sino-seve.com/ -address=/informers.sinoptik.ua/ -address=/ad.sinovision.net/ -address=/adsys.sinovision.net/ -address=/sinsoftu.com/ -address=/sionsrathet.info/ -address=/siqcrwlrqjc.com/ -address=/siradsalot.com/ -address=/sisewepod.com/ -address=/sistacked.com/ -address=/sisterncoalitical.info/ -address=/sisyqzktimhrgo.com/ -address=/sitcom24.com/ -address=/site-submit.com.ua/ -address=/site24x7rum.com/ -address=/siteapps.com/ -address=/sitebot.cn/ -address=/sitebrand.com/ -address=/sitebro.com/ -address=/sitebro.de/ -address=/sitebro.net/ -address=/sitebro.tw/ -address=/sitecompass.com/ -address=/siteencore.com/ -address=/sitegoto.com/ -address=/siteimprove.com/ -address=/siteimproveanalytics.com/ -address=/siteimproveanalytics.io/ -address=/award.sitekeuring.net/ -address=/sitelabweb.com/ -address=/sitelinktrack.com/ -address=/sitemaji.com/ -address=/sitemeter.com/ -address=/sitemnk.com/ -address=/sitemobia.com/ -address=/sitepalace.com/ -address=/siterdm.com/ -address=/sitereport.org/ -address=/sitescout.com/ -address=/sitescoutadserver.com/ -address=/insights.sitesearch360.com/ -address=/sitesense-oo.com/ -address=/sitestat.com/ -address=/sitestats.live/ -address=/stats.sitesuite.org/ -address=/siteswithcontent.com/ -address=/sitetag.us/ -address=/sitetagger.co.uk/ -address=/sitethree.com/ -address=/sitetistik.com/ -address=/sitetoway.com/ -address=/sitetracker.com/ -address=/sitetraq.nl/ -address=/analytics.sitewit.com/ -address=/sitionne.pro/ -address=/sitizy.network/ -address=/sittiad.com/ -address=/sivqblzejhx.com/ -address=/siwtbongdxve.com/ -address=/sixautch.com/ -address=/sixgen.cn/ -address=/c.sixiuwl.cn/ -address=/v.sixiuwl.cn/ -address=/sixsigmatraffic.com/ -address=/siyuanmall.com/ -address=/dai.siyuetian.net/ -address=/1.sj33.net/ -address=/sj88.com/ -address=/sjaidu.com/ -address=/sjczsc.com/ -address=/sjdjcn.cn/ -address=/sjgnskf.com/ -address=/sjjazrfvzbkt.com/ -address=/sjkqyehjo.com/ -address=/sjmwkj.cn/ -address=/sjosteras.com/ -address=/sjuqc.com/ -address=/sjv.io/ -address=/sjwdbzsa.com/ -address=/sjwnhrypuxrzv.com/ -address=/sjy-stone.com.cn/ -address=/m.sjzhushou.com/ -address=/sousuo.xm.sjzhushou.com/ -address=/events.sk.ht/ -address=/sk1n.fr/ -address=/sk8t.fr/ -address=/skeettools.com/ -address=/analytics.sketchup.com/ -address=/skexyyqu.com/ -address=/skgnohfvkrcn.com/ -address=/skhflncik.com/ -address=/skidki-yuga.ru/ -address=/skiholidays4beginners.com/ -address=/skimresources.com/ -address=/skinected.com/ -address=/ski1.skiset.com/ -address=/sdrive.skoda-auto.com/ -address=/skoovyads.com/ -address=/skqfrvciqfco.com/ -address=/skryptcookies.pl/ -address=/hit.skrz.cz/ -address=/sksalqvpoc.com/ -address=/sksytkvnvnmz.com/ -address=/skurki.info/ -address=/analytics.global.sky.com/ -address=/sa.sky.it/ -address=/skyactivate.com/ -address=/affiliatehub.skybet.com/ -address=/skyglue.com/ -address=/skyjh.cn/ -address=/skyligh.co/ -address=/skylog.kz/ -address=/skymedia.co.uk/ -address=/loglady.skypicker.com/ -address=/share.static.skyrock.net/ -address=/skysa.com/ -address=/analytics.skyscanner.net/ -address=/slipstream.skyscanner.net/ -address=/skyscrpr.com/ -address=/skyttt.com/ -address=/skytvonline.tv/ -address=/tracking.skyword.com/ -address=/top.skyzone.ro/ -address=/sl-ct5.com/ -address=/zeus.slader.com/ -address=/slashdot.org/ -address=/analytics.slashdotmedia.com/ -address=/slavial.pro/ -address=/analytics.sleeknote.com/ -address=/sleeknoteboxcontent.sleeknote.com/ -address=/sletqnksol.com/ -address=/slfjsqnmp.com/ -address=/slfpu.com/ -address=/slfsmf.com/ -address=/slgynezaygkjqi.com/ -address=/slidedeck.com/ -address=/slideff.com/ -address=/stats.slideshare.net/ -address=/track.slideshare.net/ -address=/slightlyoffcenter.net/ -address=/slikslik.com/ -address=/dtrk.slimcdn.com/ -address=/slimspots.com/ -address=/slimtrade.com/ -address=/slingpic.com/ -address=/slinse.com/ -address=/slivercommander.cn/ -address=/slivki.com.ua/ -address=/sloansagnersro.com/ -address=/slogantrend.de/ -address=/sloi1.com/ -address=/slopeaota.com/ -address=/get.slotocash.com/ -address=/a.slsbc.cn/ -address=/slvcwiabpgyxa.com/ -address=/slvtx.com/ -address=/slygzsc.cn/ -address=/huichuan.sm.cn/ -address=/log.m.sm.cn/ -address=/sugs.m.sm.cn/ -address=/dns.m.sm.cn/ -address=/image.zzd.sm.cn/ -address=/video-ad.sm.cn/ -address=/sm077.com/ -address=/smaato.net/ -address=/smac-ssp.com/ -address=/smaclick.com/ -address=/smadex.com/ -address=/xy33.smallable.com/ -address=/smallmovieapp.com/ -address=/analytics.smallpdf.com/ -address=/smallseotools.com/ -address=/smapohsnoww.com/ -address=/smart-counter.net/ -address=/smart-digital-solutions.com/ -address=/smart-dmp.com/ -address=/smart-ip.net/ -address=/smart-traffik.com/ -address=/smart-way2.com.cn/ -address=/smartad.ee/ -address=/smartadserver.com/ -address=/smartadtags.com/ -address=/smartadv.ru/ -address=/smartbn.ru/ -address=/smartclick.net/ -address=/smartclip.net/ -address=/smartcookies.it/ -address=/smartctr.com/ -address=/smartdevicemedia.com/ -address=/smarterhq.io/ -address=/smarterremarketer.net/ -address=/p.smartertravel.com/ -address=/smartlook.com/ -address=/ad.smartmediarep.com/ -address=/smartnews-ads.com/ -address=/smartocto.com/ -address=/smartoffer.site/ -address=/smartology.co/ -address=/smartracker.net/ -address=/smartredirect.de/ -address=/smartscan.ro/ -address=/smarttargetting.co.uk/ -address=/smarttargetting.com/ -address=/smarttargetting.net/ -address=/banners.smarttweak.com/ -address=/smartwebads.com/ -address=/smartyads.com/ -address=/smartzonessva.com/ -address=/delivery.smashing.services/ -address=/smashnewtab.com/ -address=/smashseek.com/ -address=/smashsurprise.com/ -address=/smazvhjn.com/ -address=/rs.smc.tf/ -address=/smckii.cn/ -address=/whoson.smcorp.com/ -address=/smct.co/ -address=/trx.smdatalabs.com/ -address=/smdhek58726.cn/ -address=/smenqskfmpfxnb.bid/ -address=/smf82.cn/ -address=/smgaklckpszzd.com/ -address=/meme.smhlmao.com/ -address=/smi.today/ -address=/static.smi2.net/ -address=/target.smi2.net/ -address=/smi2.ru/ -address=/smigro.info/ -address=/smiinformeri.online/ -address=/t.smile.eu/ -address=/smilered.com/ -address=/smilewanted.com/ -address=/smileycentral.com/ -address=/smileyhost.net/ -address=/smiling.video/ -address=/smilingsock.com/ -address=/smintmouse.com/ -address=/smitionsory.co/ -address=/smmx3.cn/ -address=/smnkyzqzfxk.com/ -address=/smonitor.com.br/ -address=/smopy.com/ -address=/smothere.pro/ -address=/smowtion.com/ -address=/smpdth.cn/ -address=/smpgfx.com/ -address=/smrcek.com/ -address=/smrk.io/ -address=/smrt.as/ -address=/smrtgs.com/ -address=/smrtlnks.com/ -address=/sms-xxx.com/ -address=/smsksx.com/ -address=/smucdn.com/ -address=/smudgy.info/ -address=/smuucatbrc.com/ -address=/smvip8.cn/ -address=/smxay.com/ -address=/smxsg.com/ -address=/ping.smyte.com/ -address=/analytics-api.smzdm.com/ -address=/res-ga.smzdm.com/ -address=/sn-gzzx.com/ -address=/behave.sn.at/ -address=/sn00.net/ -address=/snack-media.com/ -address=/counter.snackly.co/ -address=/errors.snackly.co/ -address=/logger.snackly.co/ -address=/ujm.snackmachinery.cn/ -address=/snambepupkjggz.com/ -address=/snap.com/ -address=/intg.snapchat.com/ -address=/tr.snapchat.com/ -address=/snapdeal.biz/ -address=/log.snapdeal.com/ -address=/snap.snapmobile.asia/ -address=/static.snapmobile.asia/ -address=/selfie.snapmobileasia.net/ -address=/snapsmedia.io/ -address=/snapvine.club/ -address=/snapwidget.com/ -address=/m.snay.top/ -address=/snbybgwiyfug.com/ -address=/snckdjuymeopsc.com/ -address=/webhit.snd.no/ -address=/sndgydifipxuui.com/ -address=/sndkorea.co.kr/ -address=/sneakystamp.com/ -address=/snfhwcvdqxioj.com/ -address=/snfsnm5.net/ -address=/snfzmkyzad.com/ -address=/snhsoclobbos.com/ -address=/analytics.snidigital.com/ -address=/snip.ly/ -address=/sniperlog.ru/ -address=/sniphub.com/ -address=/snmgqbgbrh.com/ -address=/snmi.cn/ -address=/snnnyy.com/ -address=/snoobi.com/ -address=/snowsignal.com/ -address=/snpcqpffwc.com/ -address=/snrbox.com/ -address=/snrcdn.net/ -address=/snrmqtnnlxdgdh.com/ -address=/snsfjpes.com/ -address=/snsgckygbed.com/ -address=/snsgsqyv.com/ -address=/bds.snssdk.com/ -address=/extlog.snssdk.com/ -address=/haohuo.snssdk.com/ -address=/mon.snssdk.com/ -address=/toblog.snssdk.com/ -address=/ug.snssdk.com/ -address=/analytics.snssdk.com/ -address=/lianmengapi.snssdk.com/ -address=/temai.snssdk.com/ -address=/xlog.snssdk.com/ -address=/sntzq.com/ -address=/snuokyvjn.com/ -address=/snwpqybkb.com/ -address=/snxyf.com/ -address=/snyrblftgu.com/ -address=/snyu.com/ -address=/1.snzfj.net/ -address=/so-excited.com/ -address=/p.sug.so.com/ -address=/spro.so.com/ -address=/tran.news.so.com/ -address=/so9l.com/ -address=/soadvr.com/ -address=/soagitet.net/ -address=/soagrist.net/ -address=/soalouve.com/ -address=/soapsoab.com/ -address=/soarfi.cn/ -address=/soazooge.com/ -address=/sobin.wang/ -address=/socdm.com/ -address=/sochr.com/ -address=/social-bookmarking-tools.de/ -address=/social-sb.com/ -address=/i.ma.social-touch.com/ -address=/img.ma.social-touch.com/ -address=/n.ma.social-touch.com/ -address=/track.social.com/ -address=/social9.com/ -address=/socialannex.com/ -address=/socialbirth.com/ -address=/analytics.socialblade.com/ -address=/analytics2.socialblade.com/ -address=/socialelective.com/ -address=/socialhoney.co/ -address=/sociallist.org/ -address=/sociallypublish.com/ -address=/socialmarker.com/ -address=/socialmedia.com/ -address=/socialmediabuttons.com/ -address=/socialmediatabs.com/ -address=/socialoomph.com/ -address=/socialprofitmachine.com/ -address=/socialproof.it/ -address=/socialreach.com/ -address=/socialrest.com/ -address=/socialsex.biz/ -address=/socialsex.com/ -address=/socialsexnetwork.net/ -address=/socialspark.com/ -address=/socialtools.fm/ -address=/socialtrack.co/ -address=/socialtrack.net/ -address=/socialtwist.com/ -address=/socialvibe.com/ -address=/sociaplus.com/ -address=/sociatedcounte.info/ -address=/societingna.info/ -address=/society6.com/ -address=/sociocast.com/ -address=/sociomantic.com/ -address=/socketviking.net/ -address=/socsi.in/ -address=/sodahead.com/ -address=/sodoit.com/ -address=/sodud.com/ -address=/soejklzlwnj.com/ -address=/soeovckk.com/ -address=/soflopxl.com/ -address=/soft4dle.com/ -address=/tracker.softcube.com/ -address=/softonic-analytics.net/ -address=/softonicads.com/ -address=/softpopads.com/ -address=/softtest.vip/ -address=/tracking.softwareprojects.com/ -address=/softwares2015.com/ -address=/softxbutt.com/ -address=/dsp.brand.sogo.com/ -address=/epro.sogou.com/ -address=/husky.sogou.com/ -address=/input.theta.sogou.com/ -address=/inte.sogou.com/ -address=/lu.sogou.com/ -address=/pb.i.sogou.com/ -address=/pb.sogou.com/ -address=/pcxzo.pluto.sogou.com/ -address=/pingback.sogou.com/ -address=/vwhi.gou.sogou.com/ -address=/123.sogou.com/ -address=/cpc.sogou.com/ -address=/adsence.sogou.com/ -address=/brand.sogou.com/ -address=/wan.sogou.com/ -address=/bazinga.mse.sogou.com/ -address=/cjroq.bealge.sogou.com/ -address=/config.push.sogou.com/ -address=/data.haoma.sogou.com/ -address=/download.zhushou.sogou.com/ -address=/ejzr.golden1.sogou.com/ -address=/fair.sogou.com/ -address=/feed.theta.sogou.com/ -address=/files2.sogou.com/ -address=/fych.uranus.sogou.com/ -address=/goto.sogou.com/ -address=/ht.www.sogou.com/ -address=/image.p4p.sogou.com/ -address=/img.shouji.sogou.com/ -address=/info.pinyin.sogou.com/ -address=/input.shouji.sogou.com/ -address=/iwan.sogou.com/ -address=/jsnp.golden1.sogou.com/ -address=/ktivn.uranus.sogou.com/ -address=/osc.uranus.sogou.com/ -address=/p3p.sogou.com/ -address=/pbd.sogou.com/ -address=/ping.acc.sogou.com/ -address=/ping.pinyin.sogou.com/ -address=/pjyu.golden1.sogou.com/ -address=/psfq.gou.sogou.com/ -address=/pull.push.sogou.com/ -address=/pv.sogou.com/ -address=/qhl.bealge.sogou.com/ -address=/qxm.pluto.sogou.com/ -address=/rd.e.sogou.com/ -address=/rjgw.theta.sogou.com/ -address=/rmoeu.mercury.sogou.com/ -address=/sw.mobile.sogou.com/ -address=/union.sogou.com/ -address=/web.sogou.com/ -address=/xtruh.uranus.sogou.com/ -address=/lu.sogoucdn.com/ -address=/theta.sogoucdn.com/ -address=/dl.wan.sogoucdn.com/ -address=/galaxy.sogoucdn.com/ -address=/jpg.inte.sogoucdn.com/ -address=/moka.inte.sogoucdn.com/ -address=/omg.inte.sogoucdn.com/ -address=/wds.inte.sogoucdn.com/ -address=/sohjah-thahka.info/ -address=/ads.sohu.com/ -address=/api.tv.sohu.com/ -address=/assp.sohu.com/ -address=/changyan.sohu.com/ -address=/count.vrs.sohu.com/ -address=/fpb.sohu.com/ -address=/imp.go.sohu.com/ -address=/m.aty.sohu.com/ -address=/p.aty.sohu.com/ -address=/pv.hd.sohu.com/ -address=/pv.sohu.com/ -address=/qpb.sohu.com/ -address=/track.sohu.com/ -address=/vm.aty.sohu.com/ -address=/xls.go.sohu.com/ -address=/3rd.t.sohu.com/ -address=/888.tv.sohu.com/ -address=/ad.mail.sohu.com/ -address=/ad.sohu.com/ -address=/agn.aty.sohu.com/ -address=/corp.sohu.com/ -address=/cpc.sohu.com/ -address=/doc.go.sohu.com/ -address=/f.aty.sohu.com/ -address=/i.go.sohu.com/ -address=/images.sohu.com/ -address=/mmg.aty.sohu.com/ -address=/pg.aty.sohu.com/ -address=/pm.aty.sohu.com/ -address=/s.go.sohu.com/ -address=/suvset.sohu.com/ -address=/t.go.sohu.com/ -address=/txt.go.sohu.com/ -address=/v.aty.sohu.com/ -address=/vg.aty.sohu.com/ -address=/x1.go.sohu.com/ -address=/sohu999.com/ -address=/sojern.com/ -address=/sokitosa.com/ -address=/soko.ai/ -address=/sokoyo-fq.com/ -address=/sokrati.com/ -address=/solapoka.com/ -address=/widgets.solaramerica.org/ -address=/solarmosa.com/ -address=/widget.solarquotes.com.au/ -address=/analytics.solidbau.at/ -address=/solihullah.info/ -address=/solocpm.com/ -address=/cache.soloth.com/ -address=/solutionsadultes.com/ -address=/solutionshindsight.net/ -address=/solutionzip.info/ -address=/pixel.solvemedia.com/ -address=/api-secure.solvemedia.com/ -address=/somberscarecrow.com/ -address=/sombersurprise.com/ -address=/sombes.com/ -address=/stats.someecards.com/ -address=/somennew.com/ -address=/sometrics.com/ -address=/sommons.co/ -address=/somnoy.com/ -address=/somode.net/ -address=/song001.com/ -address=/gg.sonhoo.com/ -address=/sonnerie.net/ -address=/sonnoli.com/ -address=/sonobi.com/ -address=/sonsang.cn/ -address=/analytics.sonymusic.com/ -address=/tag.sonymusic.com/ -address=/metrics.sonymusicd2c.com/ -address=/soodatmish.com/ -address=/soofeest.net/ -address=/soofoupt.com/ -address=/pass1.soogif.com/ -address=/pass2.soogif.com/ -address=/sooiipveodjxb.com/ -address=/soonbigo.com/ -address=/soonyou123.com/ -address=/soosooka.com/ -address=/soostaug.com/ -address=/soozbqtavp.com/ -address=/soperson.com/ -address=/sophang8.com/ -address=/tabex.sopharma.bg/ -address=/sophi.io/ -address=/sophiasearch.com/ -address=/sophus3.com/ -address=/sorqbhulun.com/ -address=/sortsummer.com/ -address=/sorycommunitedh.info/ -address=/bd1.sosg.net/ -address=/sosjyx.com/ -address=/soska.us/ -address=/soso.ws/ -address=/sotuktraffic.com/ -address=/souacode.com/ -address=/click1n.soufun.com/ -address=/countubn.light.soufun.com/ -address=/tongji.home.soufun.com/ -address=/1.soufy.cn/ -address=/shouji.sougou.com/ -address=/souid.com/ -address=/eventgateway.soundcloud.com/ -address=/eventlogger.soundcloud.com/ -address=/telemetry.soundcloud.com/ -address=/soundofhope.org/ -address=/sourcecode.pro/ -address=/visitors.sourcingmap.com/ -address=/sourl.cn/ -address=/sousaira.com/ -address=/sgg.southcn.com/ -address=/cod.southmoney.com/ -address=/icn.southmoney.com/ -address=/tongji.southmoney.com/ -address=/souvlatraffic.com/ -address=/sowkhntq.com/ -address=/sowlobptfzfh.com/ -address=/soyue.cc/ -address=/sp-prod.net/ -address=/sp96878.com/ -address=/cams.spacash.com/ -address=/space-link.de/ -address=/spacehits.net/ -address=/spacepools.org/ -address=/spaceruz.online/ -address=/spahelani.com/ -address=/spamanalyst.com/ -address=/spankmasters.com/ -address=/sparechange.io/ -address=/counter.sparklit.com/ -address=/sparkstudios.com/ -address=/sparnove.com/ -address=/spartorshecrablac.pro/ -address=/spatsz.com/ -address=/freeserials.spb.ru/ -address=/montezuma.spb.ru/ -address=/spcwm.com/ -address=/speakol.com/ -address=/specialstat.com/ -address=/speciativepickedly.info/ -address=/specificclick.net/ -address=/specificmedia.com/ -address=/spectate.com/ -address=/spectato.com/ -address=/spectram.pro/ -address=/speeb.com/ -address=/speed-trap.com/ -address=/pix.speedbit.com/ -address=/speedcount.de/ -address=/speedcounter.net/ -address=/speedcurve.com/ -address=/speedlinkdown.com/ -address=/speednetwork14.com/ -address=/speednetwork19.com/ -address=/speednetwork6.com/ -address=/speedshiftmedia.com/ -address=/speedtracker.de/ -address=/speee-ad.jp/ -address=/spekband.com/ -address=/spelar.org/ -address=/spellsalsa.com/ -address=/spendeivivar.site/ -address=/spentalwithinga.info/ -address=/spgjtypydhdxl.com/ -address=/zdlogs.sphereup.com/ -address=/sphwq.net/ -address=/gekko.spiceworks.com/ -address=/px.spiceworks.com/ -address=/spider-mich.com/ -address=/spider.ad/ -address=/count.spiegel.de/ -address=/spiffymachine.com/ -address=/logs.spilgames.com/ -address=/spinbox.net/ -address=/loggingapi.spingo.com/ -address=/spiralstab.com/ -address=/spjvuubtewq.com/ -address=/spklw.com/ -address=/happen.spkt.io/ -address=/eulerian.splendia.com/ -address=/stats.splinder.com/ -address=/splinky.com/ -address=/mms.splinternews.com/ -address=/splittag.com/ -address=/hst-19-33.splius.lt/ -address=/splurgi.com/ -address=/splut.com/ -address=/splyt.com/ -address=/spn-twr-14.com/ -address=/spn.ee/ -address=/spncdypq.com/ -address=/spolecznosci.net/ -address=/spongecell.com/ -address=/sponsideantialm.info/ -address=/sponsorcounter.de/ -address=/sponsored.com/ -address=/sponsoredtweets.com/ -address=/sponsormob.com/ -address=/sponsorpalace.com/ -address=/sponsorpay.com/ -address=/sponsorselect.com/ -address=/tracking.sport1.de/ -address=/sportradarserving.com/ -address=/promotions.sportsbet.com.au/ -address=/sportsbetaffiliates.com.au/ -address=/sportsulsan.co.kr/ -address=/sportsyndicator.com/ -address=/analytics.sportybet.com/ -address=/trck.spoteffects.net/ -address=/pixel-static.spotify.com/ -address=/pixel.spotify.com/ -address=/adeventtracker.spotify.com/ -address=/analytics.spotify.com/ -address=/log.spotify.com/ -address=/spotmx.com/ -address=/spotrails.com/ -address=/track.spots.im/ -address=/spotscenered.info/ -address=/spottednoise.com/ -address=/spottt.com/ -address=/spotx.tv/ -address=/spotxcdn.com/ -address=/spotxchange.com/ -address=/spoutable.com/ -address=/button.spread.ly/ -address=/spreadable.com.cn/ -address=/ad.spreaker.com/ -address=/y1.spreton.com/ -address=/spring-tns.net/ -address=/spring.de/ -address=/analytics.dev.springboardvideo.com/ -address=/analytics.springboardvideo.com/ -address=/analytics.stg.springboardvideo.com/ -address=/springmetrics.com/ -address=/springserve.com/ -address=/sprinklecontent.com/ -address=/widgets.sprinkletxt.com/ -address=/pixel.sprinklr.com/ -address=/sprintainokeg.site/ -address=/sprintrade.com/ -address=/spris.com/ -address=/tags.sprizzy.com/ -address=/sprkl.io/ -address=/sproose.com/ -address=/sprout-ad.com/ -address=/spot.spsfactory.com/ -address=/sptag.com/ -address=/sptag1.com/ -address=/sptag2.com/ -address=/spunkycash.com/ -address=/spuobvix.com/ -address=/spuriousbase.com/ -address=/spurioussteam.com/ -address=/stat.sputnik.ru/ -address=/spxnet.com/ -address=/spycounter.net/ -address=/spylog.com/ -address=/spylog.ru/ -address=/spyoff.com/ -address=/spywords.com/ -address=/sq2trk2.com/ -address=/sqa4e.xyz/ -address=/mvo.sqa54e.xyz/ -address=/sqate.io/ -address=/sqcolqeo.com/ -address=/sqdtcdjhfbztfz.com/ -address=/sqext.com/ -address=/sqjlctmtc.com/ -address=/sqkrzzggis.com/ -address=/sqrmweiehtpwp.com/ -address=/e.sqrxh.cn/ -address=/sqsdyfgyjdjbx.com/ -address=/harvester.ext.square-enix-europe.com/ -address=/harvester.eu.square-enix.com/ -address=/sa.squareup.com/ -address=/squeakzinc.com/ -address=/squeeder.com/ -address=/squidanalytics.com/ -address=/squirrelhands.com/ -address=/beacon.squixa.net/ -address=/edge.sqweb.com/ -address=/sqwscy.com/ -address=/sqykpwpgqqt.com/ -address=/sqyvhynwl.com/ -address=/srcip.com/ -address=/srcips.com/ -address=/srcsmrtgs.com/ -address=/srezrzsyqrikab.com/ -address=/srgev.com/ -address=/srhuafeng.com/ -address=/sriaqmzx.com/ -address=/srjbxbkwn.com/ -address=/srmnfxcftazj.com/ -address=/m.srnoh.cn/ -address=/srocvhaeaz.com/ -address=/srppykbedhqp.com/ -address=/srpx.net/ -address=/srrux.com/ -address=/srrxzmcsg.com/ -address=/srshdswmrl.com/ -address=/srtk.net/ -address=/srv-ad.com/ -address=/srv1010elan.com/ -address=/tracking.srv2.de/ -address=/srv2trking.com/ -address=/srvng.xyz/ -address=/srvpub.com/ -address=/srvtrck.com/ -address=/srx.com.sg/ -address=/img.srxjz.cn/ -address=/ssaa.cc/ -address=/sscashpop.com/ -address=/sscefsol.com/ -address=/sscj123.com/ -address=/sscjchina.com.cn/ -address=/ssdaili.com/ -address=/ssdiwjkarblih.com/ -address=/ssdoi.com/ -address=/ssdsylfzav.com/ -address=/ssfpubkjjhftpy.com/ -address=/s.ssggba.top/ -address=/ssigftlcuc.com/ -address=/i.ssix.io/ -address=/ssjgkyyrqiwjol.com/ -address=/ssjy168.com/ -address=/ssl-services.com/ -address=/ssl2anyone.com/ -address=/ssl2anyone3.com/ -address=/ssl2anyone5.com/ -address=/ssl4anyone2.com/ -address=/ssl4anyone5.com/ -address=/sslboost.com/ -address=/sslcheckerapi.com/ -address=/ssmuse1314.cn/ -address=/ssmyceoxbjqdp.com/ -address=/ssorsophicla.info/ -address=/sspicy.ru/ -address=/collector.sspinc.io/ -address=/sspsky.com/ -address=/ssqpsrlknohdao.com/ -address=/ssqualismother.info/ -address=/3.ssqzj.com/ -address=/ssqzsdcnoqv.com/ -address=/ssraju3n.com/ -address=/c.sss1989.com/ -address=/sssgao999.com/ -address=/ssstuitui1999.com/ -address=/sssyabhje.com/ -address=/sstar.vip/ -address=/ssucvdbxxlibn.com/ -address=/tfy.sswip.cn/ -address=/ssypntfmi.com/ -address=/st123.info/ -address=/stack-sonar.com/ -address=/stackadapt.com/ -address=/stackattacka.com/ -address=/trackla.stackla.com/ -address=/clc.stackoverflow.com/ -address=/stadsvc.com/ -address=/stagingjobshq.com/ -address=/widget.stagram.com/ -address=/stakenpolise.site/ -address=/staleshow.com/ -address=/staqnet.com/ -address=/star-advertising.com/ -address=/star-cntr-5.com/ -address=/star-media.cn/ -address=/star8.net/ -address=/appsupport.stargame.com/ -address=/att.stargame.com/ -address=/gg.stargame.com/ -address=/sdownload.stargame.com/ -address=/stargamesaffiliate.com/ -address=/sp.stargazette.com/ -address=/stargoug.com/ -address=/starlayer.com/ -address=/starlizard.com.cn/ -address=/stat.stars.ru/ -address=/pic.starsarabian.com/ -address=/analytics3.starschina.com/ -address=/app.starschina.com/ -address=/ssp.cibn.starschina.com/ -address=/api.starsmp.com/ -address=/start1999.com/ -address=/lp.startapp.com/ -address=/startappexchange.com/ -address=/images.startappservice.com/ -address=/info.static.startappservice.com/ -address=/req.startappservice.com/ -address=/startede.com/ -address=/startpagea.com/ -address=/startraint.com/ -address=/startwebpromo.com/ -address=/starwave.com/ -address=/stat-data.net/ -address=/stat-rock.com/ -address=/stat-track.com/ -address=/stat-well.com/ -address=/stat.media/ -address=/stat.pl/ -address=/stat.social/ -address=/stat08.com/ -address=/stat24.com/ -address=/stat24.ru/ -address=/statcamp.net/ -address=/statcount.com/ -address=/statcounter.com/ -address=/statcounterfree.com/ -address=/statdynamic.com/ -address=/statelead.com/ -address=/sp.statesmanjournal.com/ -address=/statesol.net/ -address=/beacon.statful.com/ -address=/stathat.com/ -address=/stathound.com/ -address=/static-sb.com/ -address=/px.staticfiles.at/ -address=/ttdetect.staticimgfarm.com/ -address=/staticiv.com/ -address=/staticjs.cn/ -address=/f.staticlp.com/ -address=/ipic.staticsdo.com/ -address=/staticsfs.host/ -address=/hello.staticstuff.net/ -address=/win.staticstuff.net/ -address=/staticxz.com/ -address=/statisfy.net/ -address=/statistiche-free.com/ -address=/statistiche-web.com/ -address=/statistiche.it/ -address=/statistiche.ws/ -address=/statistichegratis.net/ -address=/statistics.ro/ -address=/statistik-gallup.net/ -address=/statistika.lv/ -address=/statistiq.com/ -address=/statistx.com/ -address=/statowl.com/ -address=/statpipe.ru/ -address=/tracking.statravel.de/ -address=/stats.cz/ -address=/stats.de/ -address=/stats.fr/ -address=/tracker.stats.in.th/ -address=/stats.lt/ -address=/stats2.com/ -address=/stats21.com/ -address=/stats4all.com/ -address=/stats4free.de/ -address=/stats4u.net/ -address=/stats4you.com/ -address=/statsbox.nl/ -address=/statserv.net/ -address=/statsevent.com/ -address=/statsforads.com/ -address=/statsforever.com/ -address=/statsinsight.com/ -address=/statsit.com/ -address=/statsmachine.com/ -address=/statsmobi.com/ -address=/statsrely.com/ -address=/statssheet.com/ -address=/statstat888.com/ -address=/statsw.com/ -address=/statswebtown.com/ -address=/statsy.net/ -address=/stattds.club/ -address=/stattooz.com/ -address=/stattrax.com/ -address=/statun.com/ -address=/statuncore.com/ -address=/stauckag.com/ -address=/staulrut.net/ -address=/acl.stayfriends.de/ -address=/stazumik.net/ -address=/stcllctrs.com/ -address=/stcounter.com/ -address=/stdst.cn/ -address=/steadfastsound.com/ -address=/steadfastsystem.com/ -address=/stealth.nl/ -address=/stealthlockers.com/ -address=/cintent.steamplay.me/ -address=/gontent.steamplay.me/ -address=/hontent.steamplay.me/ -address=/steamtraffic.com/ -address=/steckoap.net/ -address=/steelhousemedia.com/ -address=/steeltrader.com.cn/ -address=/steepsquirrel.com/ -address=/steepto.com/ -address=/stekcwrdwohbch.com/ -address=/stellaservice.com/ -address=/step-step-go.com/ -address=/stepkeydo.com/ -address=/commsvc.stern.de/ -address=/stetic.com/ -address=/stevenblue.cn/ -address=/sp.stevenspointjournal.com/ -address=/stfdhrkj.com/ -address=/stfowevsn.com/ -address=/ana.stg8.com/ -address=/cm.stg8.com/ -address=/stat.stheadline.com/ -address=/sthelensstar-gb.sthelensstar.co.uk/ -address=/sticans.pro/ -address=/stickyadstv.com/ -address=/stiffstem.com/ -address=/tracker.stileo.it/ -address=/stimergeners.pro/ -address=/stinsoox.net/ -address=/stipple.com/ -address=/stippleit.com/ -address=/stirparts.ru/ -address=/stjsurdfitff.com/ -address=/stkqkfhlscmcuh.com/ -address=/stkyqouwanr.com/ -address=/stn88.com/ -address=/stoaksie.com/ -address=/stoashou.net/ -address=/stoassod.com/ -address=/stocksbsc.com/ -address=/info.stockstar.com/ -address=/same.stockstar.com/ -address=/stonecalcom.com/ -address=/stonseeb.net/ -address=/stootoat.com/ -address=/stopadblock.info/ -address=/stopherapyimp.pro/ -address=/storeapi.net/ -address=/storesurprise.com/ -address=/tk.storetail.io/ -address=/stormcontainertag.com/ -address=/stormiq.com/ -address=/stormyachiever.com/ -address=/stormyshock.com/ -address=/storygize.net/ -address=/storystack.com/ -address=/str1kee.com/ -address=/strainemergency.com/ -address=/bizsolutions.strands.com/ -address=/strangeduckfilms.com/ -address=/analytics.strangeloopnetworks.com/ -address=/weblog.strawberrynet.com/ -address=/strawdense.com/ -address=/dcc.strbgi.xyz/ -address=/socket.streamable.com/ -address=/streamate.com/ -address=/streamateaccess.com/ -address=/streambeam.io/ -address=/streamclub.best/ -address=/streamclub.fun/ -address=/streamdefence.com/ -address=/streamdownloadonline.com/ -address=/fontent.streamp1ay.me/ -address=/streamplay.to/ -address=/k.streamrail.com/ -address=/fansign.streamray.com/ -address=/streamsend.com/ -address=/player.streamshow.it/ -address=/yield-op-idsync.live.streamtheworld.com/ -address=/streem.com.au/ -address=/orbowlada.strefa.pl/ -address=/stremanp.com/ -address=/track.strife.com/ -address=/strikead.com/ -address=/stringroadway.com/ -address=/creative.stripchat.com/ -address=/stripedcollar.net/ -address=/stripsaver.com/ -address=/strivesidewalk.com/ -address=/stroeerdigitalmedia.de/ -address=/cnt2.stroeerdp.de/ -address=/gocp.stroeermediabrands.de/ -address=/js.stroeermediabrands.de/ -address=/quiz.stroeermediabrands.de/ -address=/strongexplain.com/ -address=/strossle.it/ -address=/creative.strpjmp.com/ -address=/go.strpjmp.com/ -address=/strs.jp/ -address=/struq.com/ -address=/stsywl.com/ -address=/studiochiarelli.eu/ -address=/studiolegaleabbruzzese.com/ -address=/data.studybreakmedia.com/ -address=/gdpr.studybreakmedia.com/ -address=/omniture.stuff.co.nz/ -address=/stunninglover.com/ -address=/stuowq.cn/ -address=/stupendoussleet.com/ -address=/stvayyokjvxnl.com/ -address=/styheremo.site/ -address=/styld-by.com/ -address=/style-eyes.eu/ -address=/styleszelife.com/ -address=/smart.styria-digital.com/ -address=/analytics.styria.hr/ -address=/ds-recommender.styria.hr/ -address=/traffic.styria.hr/ -address=/o.su9orw.cn/ -address=/suapicvhgpwjp.com/ -address=/sub2tech.com/ -address=/subemania.com/ -address=/subendorse.com/ -address=/sublimemedia.net/ -address=/submissing.com/ -address=/submitexpress.co.uk/ -address=/submitnet.net/ -address=/subo.me/ -address=/link.subscribe.ru/ -address=/subscribers.click/ -address=/subscribers.com/ -address=/subsequentswim.com/ -address=/subshall.cn/ -address=/substandferex.site/ -address=/subtraxion.com/ -address=/succeedscene.com/ -address=/successfultogether.co.uk/ -address=/succumbertson.pro/ -address=/log.suchen.de/ -address=/suchmaschinen-ranking-hits.de/ -address=/sudcom.org/ -address=/suddensidewalk.com/ -address=/sudvykphfph.com/ -address=/suedai.com/ -address=/suehy.com/ -address=/suewgrsq.com/ -address=/sufficient.cn/ -address=/sugajo.cn/ -address=/sugarcurtain.com/ -address=/analytics.suggestv.io/ -address=/suggestvideos.xyz/ -address=/sugqlryshxarn.com/ -address=/imgf.gade.suimeng.la/ -address=/client-dmp.suishenyun.cn/ -address=/log-dmp.suishenyun.cn/ -address=/pclog.suishenyun.net/ -address=/suitarserviku.site/ -address=/suite6ixty6ix.com/ -address=/suitesmart.com/ -address=/suitmatters.cn/ -address=/sulvo.co/ -address=/sulxddttj.com/ -address=/sumarketing.co.uk/ -address=/a1.sumiaowang.com/ -address=/sumizxwhfsrke.com/ -address=/summerhamster.com/ -address=/connect.summit.co.uk/ -address=/summitemarketinganalytics.com/ -address=/sumo.com/ -address=/sumokoin.com/ -address=/sumome.com/ -address=/sumsmoxssy.com/ -address=/html.sunday8.com/ -address=/s-vop.sundaysky.com/ -address=/sunderport.com.cn/ -address=/sundxs.com/ -address=/click.suning.cn/ -address=/apm.suning.cn/ -address=/sums.suning.com/ -address=/tad.suning.com/ -address=/dfp.suning.com/ -address=/ssac.suning.com/ -address=/sunios.de/ -address=/sunlux.net/ -address=/sunmcre.com/ -address=/sunmedia.net/ -address=/sunnimiq.cf/ -address=/sunnimiq1.cf/ -address=/sunnimiq3.cf/ -address=/sunnimiq4.cf/ -address=/sunnimiq5.cf/ -address=/sunnimiq6.cf/ -address=/sunnysmedia.com/ -address=/sunrow.com/ -address=/suntcontent.se/ -address=/suntechauto.com.cn/ -address=/suoooi.cn/ -address=/suparewards.com/ -address=/tvl8.supdecreation.com/ -address=/h5.super-dreamers.com/ -address=/super-links.net/ -address=/super8service.de/ -address=/superadexchange.com/ -address=/superads.cn/ -address=/supercounters.com/ -address=/superfastcdn.com/ -address=/superfish.com/ -address=/superinterstitial.com/ -address=/superippo.com/ -address=/superjuryger.site/ -address=/superli666.top/ -address=/superloofy.com/ -address=/t.supermario.xyz/ -address=/superonclick.com/ -address=/supersitetime.com/ -address=/logs.supersonic.com/ -address=/supersonicads.com/ -address=/superstat.info/ -address=/superstats.com/ -address=/linglong.supersuer.com/ -address=/supert.ag/ -address=/supertrackingz.com/ -address=/log.superweb.ws/ -address=/superwebs.pro/ -address=/supletcedintand.pro/ -address=/analytics.supplyframe.com/ -address=/te.supportfreecontent.com/ -address=/supportxmr.com/ -address=/supuv2.com/ -address=/supuv3.com/ -address=/surefire.link/ -address=/lcs.dev.surepush.cn/ -address=/susapi.dev.surepush.cn/ -address=/test.surepush.cn/ -address=/surf-bar-traffic.com/ -address=/surfacecharo.info/ -address=/surfcounters.com/ -address=/surfe.pro/ -address=/surfertracker.com/ -address=/surfingbird.ru/ -address=/surgeprice.com/ -address=/surquvsx.com/ -address=/surroundtm.com/ -address=/surveywall-api.survata.com/ -address=/survey-poll.com/ -address=/survey.io/ -address=/surveyend.com/ -address=/surveygizmo.com/ -address=/surveyscout.com/ -address=/surveyspaid.com/ -address=/surveyvalue.mobi/ -address=/surveywriter.com/ -address=/surveywriter.net/ -address=/survicate.com/ -address=/sushipool.com/ -address=/sutchart.net/ -address=/sutdpikbwpvi.com/ -address=/suthome.com/ -address=/suukcn.com/ -address=/log.suumo.jp/ -address=/bdunion1.suxiazai.com/ -address=/xls.suxun368.cc/ -address=/sv2.biz/ -address=/svbfcmumrj.com/ -address=/svdmxetbyfyg.com/ -address=/svdnqszxgucgd.com/ -address=/svetyivanrilski.com/ -address=/svevbvsjeicl.com/ -address=/svfqoztfopv.com/ -address=/svfwer.top/ -address=/svintificaneinevi.info/ -address=/svjat0rx99.com/ -address=/aff.svjump.com/ -address=/svlu.net/ -address=/svmtvfuok.com/ -address=/svntdcuxobohs.com/ -address=/svr-prc-01.com/ -address=/svrybecqxgdq.com/ -address=/svsatrerbxh.com/ -address=/svsub.com/ -address=/svtrd.com/ -address=/svwsjxptbsvqo.com/ -address=/svyksa.info/ -address=/sw1block.com/ -address=/sw2block.com/ -address=/ss.swagger1.com/ -address=/xs.swagger1.com/ -address=/swan-swan-goose.com/ -address=/swarmjam.com/ -address=/swbdds.com/ -address=/swcs.jp/ -address=/swcuxrfitmjfee.com/ -address=/ard.sweetdiscreet.com/ -address=/sweeterge.info/ -address=/sweetmedia.org/ -address=/sweetslope.com/ -address=/sweetstudents.com/ -address=/swegaiejcqfojl.com/ -address=/swelen.com/ -address=/track.byzon.swelen.net/ -address=/swesomepop.com/ -address=/swfstats.com/ -address=/swhgd.com/ -address=/swiftmining.win/ -address=/cc.swiftype.com/ -address=/swiftypecdn.com/ -address=/swindonadvertiser-gb.swindonadvertiser.co.uk/ -address=/swishu.com/ -address=/swiss-counter.com/ -address=/switchadhub.com/ -address=/gamead.swjoy.com/ -address=/swjvfwtypu.com/ -address=/snowplow.swm.digital/ -address=/swmwgptzlgsc.com/ -address=/swoop.com/ -address=/sworatio.co/ -address=/swq48b.cn/ -address=/swqlzufnbngw.com/ -address=/swtkc.cn/ -address=/swtubbksgvg.com/ -address=/swxrxdej.com/ -address=/swzhaohuo.com.cn/ -address=/sxbhzs.net/ -address=/sxcol.cn/ -address=/kkf.sxdxsfw.com/ -address=/sxdyrq.com/ -address=/sxgmppxfts.com/ -address=/sxjcjdc.cn/ -address=/sxjkc.cn/ -address=/sxjxhg.com/ -address=/jjk.sxklm.cn/ -address=/sxlczj.cn/ -address=/sxltfj.cn/ -address=/sxmdxy.com/ -address=/sxmutan.com/ -address=/js1.sxptfw.com/ -address=/sxpupjlyswpgsb.com/ -address=/sxqtqyjlumbro.com/ -address=/sxtracking.com/ -address=/sxtyhl.top/ -address=/sxwcfnai.com/ -address=/sxwwizqaoedor.com/ -address=/sxxjdz.com/ -address=/sxybjjz.cn/ -address=/sxying.top/ -address=/sxympy.com/ -address=/sxz67.com/ -address=/sxzdxiskr.com/ -address=/sxzffgjzaohtf.com/ -address=/sxzmj.cn/ -address=/sxzzhj.com/ -address=/sy123888.com/ -address=/sybhpi.cn/ -address=/sycbbs.com/ -address=/sycbmucgctvha.com/ -address=/hjk.sygjls.com/ -address=/syhganutwnp.com/ -address=/syhjnolp.com/ -address=/syicirtpxosk.com/ -address=/sykty.com/ -address=/symaa.cn/ -address=/symab.cn/ -address=/symac.cn/ -address=/symad.cn/ -address=/symae.cn/ -address=/symag.cn/ -address=/symah.cn/ -address=/symaj.cn/ -address=/nsg.symantec.com/ -address=/symav.cn/ -address=/symaw.cn/ -address=/symbiosting.com/ -address=/symkashop.ru/ -address=/synacast.com/ -address=/synapsys.us/ -address=/sync.tv/ -address=/syncedvision.com/ -address=/syndicatedsearchresults.com/ -address=/syndicpop.com/ -address=/syndopop.com/ -address=/synergy-e.com/ -address=/synerise.com/ -address=/synhandler.net/ -address=/synovite-scripts.com/ -address=/synthasite.net/ -address=/geoip.syracuse.com/ -address=/mms.syracuse.com/ -address=/bnr.sys.lv/ -address=/hits.sys.lv/ -address=/ss.sysad.cn/ -address=/sysadult.cn/ -address=/sysal.cn/ -address=/sysomos.com/ -address=/systeme.io/ -address=/systerwithing.info/ -address=/sytcyf.com/ -address=/cache.sythe.org/ -address=/imgcache.sythe.org/ -address=/sytsr.com/ -address=/sytz1288.com/ -address=/sywwplqqumjgm.com/ -address=/syxchj.cn/ -address=/syxsa.cn/ -address=/syyycc.com/ -address=/syzjxz2018.cn/ -address=/dimg1.sz.net.cn/ -address=/szapp22.cc/ -address=/szausichl.com/ -address=/szdfteyb.com/ -address=/g.szdn1ms.com/ -address=/szdzbx.com/ -address=/tu.szefe.com/ -address=/szfaq.com/ -address=/szggdw.com/ -address=/szh6.xyz/ -address=/bd1.szhk.com/ -address=/am.szhome.com/ -address=/szhomes.net/ -address=/dip.szhyzkj.com/ -address=/szinhaz.hu/ -address=/szjianxin.net/ -address=/ztd.szkdst.com/ -address=/s1.szlu-an.com/ -address=/zous.szm.sk/ -address=/szmpc.cn/ -address=/m.szmt02.cn/ -address=/m.szmt11.cn/ -address=/m.szmt18.cn/ -address=/countpage.sznews.com/ -address=/gold.szonline.net/ -address=/v.szpaopao.com/ -address=/szpcxramtfr.com/ -address=/szqifu.com/ -address=/szrk3.com/ -address=/szshouzhai.com/ -address=/sztbjs.com/ -address=/szuzlcmoak.com/ -address=/szvr.com/ -address=/m.szwjzl.cn/ -address=/szwsesc.cn/ -address=/szwzjk.cn/ -address=/szxc868.com/ -address=/szxiuchang.com/ -address=/szxpsg.com/ -address=/szxzytech.com/ -address=/dtlog.szy.cn/ -address=/szyr474.com/ -address=/szyuke.cn/ -address=/rsas.szzek.com/ -address=/szzzpqcuxqq.com/ -address=/t-analytics.com/ -address=/t-gas.co.uk/ -address=/banner.t-online.de/ -address=/c.t-online.de/ -address=/tcrwharen.homepage.t-online.de/ -address=/wc0x83ghk.homepage.t-online.de/ -address=/t-sb.net/ -address=/t1n.cn/ -address=/t2.t2b.click/ -address=/t3nlink.com/ -address=/t3q7af0z.com/ -address=/t415n.cn/ -address=/t4ft.de/ -address=/t58b.com/ -address=/hhqda.pop.t5yx.cn/ -address=/t70123.com/ -address=/lang.t7114.com/ -address=/e.t71q.com/ -address=/c.t98u8f.com/ -address=/ta80.com/ -address=/tab20.com/ -address=/tabici.com/ -address=/taboola.com/ -address=/cdn.taboola.com.cn/ -address=/taboolasyndication.com/ -address=/tabunder.com/ -address=/tabwl.com/ -address=/tacastas.com/ -address=/tacbljtvygnokv.com/ -address=/tacoda.net/ -address=/tacrater.com/ -address=/tacticalrepublic.com/ -address=/tadaeizih.com/ -address=/tadozqgv.com/ -address=/ssp.tadseeker.com/ -address=/tafmaster.com/ -address=/tag4arm.com/ -address=/ens.tagblatt.ch/ -address=/tagbucket.cc/ -address=/tagcade.com/ -address=/tagcdn.com/ -address=/tagcommander.com/ -address=/tagdelivery.com/ -address=/taggify.net/ -address=/tagifydiageo.com/ -address=/tagjunction.com/ -address=/tagmanager.cn/ -address=/tagmngrs.com/ -address=/ad7.tagphi.net/ -address=/tagsd.com/ -address=/tagshost.com/ -address=/tagsrvcs.com/ -address=/tagtic.cn/ -address=/news.tagtoo.co/ -address=/tagtool.de/ -address=/tahbmbqhvvi.com/ -address=/tahkezux.com/ -address=/client.tahono.com/ -address=/taifouwo.com/ -address=/h5.taihao.cc/ -address=/taihe2002.cn/ -address=/g1.taijuba.com/ -address=/tailorcave.com/ -address=/tailsweep.com/ -address=/tailtarget.com/ -address=/tainiesonline.pw/ -address=/taiphaib.net/ -address=/tajxgs.com/ -address=/un1.takefoto.cn/ -address=/takmuany.com/ -address=/v1.taksh.cn/ -address=/statistic.takungpao.com/ -address=/talaropa.com/ -address=/talk2none.com/ -address=/talk4anyone.com/ -address=/talk4none.com/ -address=/talkingdata.com/ -address=/talkingdata.net/ -address=/sp.tallahassee.com/ -address=/tamechangekn.info/ -address=/tamedia.ch/ -address=/tamedia.com.tw/ -address=/p.tamenshuo.com/ -address=/tamgrt.com/ -address=/tamilcm.com/ -address=/tanchuang002.info/ -address=/tangeb.com/ -address=/tangozebra.com/ -address=/tankeuro.com/ -address=/tannelssepara.info/ -address=/baidu.dsp.tansuotv.com/ -address=/i.tansuotv.com/ -address=/m.tansuotv.com/ -address=/s1.tansuotv.com/ -address=/tantella.com/ -address=/tantoporno.com/ -address=/appsdk.tanv.com/ -address=/appapisdk.tanv.com/ -address=/img2.tanv.com/ -address=/app.tanwan.com/ -address=/wap.tanwan.com/ -address=/tanwanyx.com/ -address=/toruk.tanx.com/ -address=/a.tanx.com/ -address=/cdn.tanx.com/ -address=/click.tanx.com/ -address=/cmc.tanx.com/ -address=/cms.opendsp.tanx.com/ -address=/cms.tanx.com/ -address=/df.tanx.com/ -address=/ecpm.tanx.com/ -address=/ef-dongfeng.tanx.com/ -address=/ef.opendsp.tanx.com/ -address=/ef.tanx.com/ -address=/et.tanx.com/ -address=/ex.tanx.com/ -address=/ifs.tanx.com/ -address=/ope.tanx.com/ -address=/opehs.tanx.com/ -address=/p.tanx.com/ -address=/pcookie.tanx.com/ -address=/phs.tanx.com/ -address=/rdstat.tanx.com/ -address=/tanzhen.info/ -address=/a6.taobanapp.com/ -address=/acs4baichuan.m.taobao.com/ -address=/adashbc.ut.taobao.com/ -address=/adashxgc.ut.taobao.com/ -address=/advertisement.taobao.com/ -address=/amdc.m.taobao.com/ -address=/amdcopen.m.taobao.com/ -address=/bcfeedback.taobao.com/ -address=/count.taobao.com/ -address=/detail.taobao.com/ -address=/eco.taobao.com/ -address=/h-adashx.ut.taobao.com/ -address=/retcode.taobao.com/ -address=/tns.simba.taobao.com/ -address=/top.taobao.com/ -address=/tunion-api.m.taobao.com/ -address=/adash.m.taobao.com/ -address=/adashbc.m.taobao.com/ -address=/adashx.m.taobao.com/ -address=/agoodm.m.taobao.com/ -address=/ai.m.taobao.com/ -address=/ai.taobao.com/ -address=/api.waptest.taobao.com/ -address=/apoll.m.taobao.com/ -address=/c-adash.m.taobao.com/ -address=/click.mz.simba.taobao.com/ -address=/click.simba.taobao.com/ -address=/click.tz.simba.taobao.com/ -address=/dsp.simba.taobao.com/ -address=/fav.simba.taobao.com/ -address=/m-adash.m.taobao.com/ -address=/m.simba.taobao.com/ -address=/mclick.simba.taobao.com/ -address=/nbsdk-baichuan.taobao.com/ -address=/pindao.huoban.taobao.com/ -address=/re.m.taobao.com/ -address=/re.taobao.com/ -address=/redirect.simba.taobao.com/ -address=/rj.m.taobao.com/ -address=/sdkinit.taobao.com/ -address=/simaba.taobao.com/ -address=/simba.m.taobao.com/ -address=/srd.simba.taobao.com/ -address=/stat.simba.taobao.com/ -address=/temai.taobao.com/ -address=/textlink.simba.taobao.com/ -address=/umengacs.m.taobao.com/ -address=/unitacs.m.taobao.com/ -address=/w.m.taobao.com/ -address=/ip.taobao.com/ -address=/fourier.taobao.com/ -address=/accscdn.m.taobao.com/ -address=/acs.m.taobao.com/ -address=/acs.wapa.taobao.com/ -address=/openjmacs.m.taobao.com/ -address=/taobaoaliyun.cn/ -address=/taobaobo5.com/ -address=/pics.taobaocdn.com/ -address=/strip.taobaocdn.com/ -address=/dm.taobaojuhuasuan.cn/ -address=/taobaojx.com/ -address=/taobayun.cn/ -address=/new.taobc.com/ -address=/taodropship.com/ -address=/taogou.site/ -address=/taoguanda.com/ -address=/taoguohe.com/ -address=/taohanpai.com/ -address=/taojin1688.com/ -address=/taojingu.cn/ -address=/j.taokeweizhan.com/ -address=/img.taotaosou.cn/ -address=/img01.taotaosou.cn/ -address=/re.taotaosou.com/ -address=/show.kc.taotaosou.com/ -address=/taotu001.com/ -address=/taou.cn/ -address=/taowjygwtm.com/ -address=/taoyuay.top/ -address=/taozgpkjzpdtgr.com/ -address=/tapad.com/ -address=/widgets.tapcdn.com/ -address=/e.tapdb.net/ -address=/static-tapad.tapdb.net/ -address=/tapffdskgjr.com/ -address=/tapfiliate.com/ -address=/tapinfluence.com/ -address=/i.tapit.com/ -address=/widgets.tapiture.com/ -address=/tapjoy.cn/ -address=/tapjoy.com/ -address=/tapjoyads.com/ -address=/taplytics.com/ -address=/tapnative.com/ -address=/taps.io/ -address=/tapstream.com/ -address=/sd.taptap.com/ -address=/img.ads.taptapnetworks.com/ -address=/tarawerap.com/ -address=/tardangro.com/ -address=/targaubs.com/ -address=/taglocker.target.com/ -address=/vs.target.com/ -address=/tracking.target2sell.com/ -address=/targetadverts.com/ -address=/targetctracker.com/ -address=/targetedmedia.com.cn/ -address=/matching.targeterra.com/ -address=/targeterra.info/ -address=/targetfuel.com/ -address=/targetingnow.com/ -address=/targetix.net/ -address=/targetnet.com/ -address=/targetpoint.com/ -address=/targetspot.com/ -address=/t.targetuse.com/ -address=/tarteaucitron.ml/ -address=/6ddc.tartine-et-chocolat.com/ -address=/tartoals.net/ -address=/taryarguestio.info/ -address=/taskanalytics.com/ -address=/tastevision.cn/ -address=/tataget.ru/ -address=/api.tatagou.com.cn/ -address=/tatahn.com/ -address=/tatami-solutions.com/ -address=/ad.tatatimes.com/ -address=/statistics.tattermedia.com/ -address=/tattomedia.com/ -address=/tauwhout.net/ -address=/taveredezeri.site/ -address=/tavuks.com/ -address=/tawdryson.com/ -address=/tbaffiliate.com/ -address=/tbaia.com/ -address=/tbaocdn.com/ -address=/tbewvipgbgzal.com/ -address=/tbex.ru/ -address=/tbinq.com/ -address=/tbjfw.com/ -address=/tbkfmuvtzrwsw.com/ -address=/metrics.tbliab.net/ -address=/tbmwhcyfapzjre.com/ -address=/cbn.tbn.ru/ -address=/service-stat.tbn.ru/ -address=/tbnmmjm.com/ -address=/tbnyxepibups.com/ -address=/tbrzzxyvkz.com/ -address=/cgi.tbs.co.jp/ -address=/scis.tbs.co.jp/ -address=/tbupszmmzn.com/ -address=/tbv157xq.com/ -address=/tbxvgojzcbxpoc.com/ -address=/tc-clicks.com/ -address=/tc600.com/ -address=/tcactivity.net/ -address=/tcadops.ca/ -address=/tcatkrccxgc.com/ -address=/tcblwdybgbtzl.com/ -address=/img.tcdxt.com/ -address=/m.tcenn.com/ -address=/tcetggiry.com/ -address=/tcgqqmjyg.com/ -address=/tchhelpdmn.xyz/ -address=/tagm.tchibo.de/ -address=/tracking.tchibo.de/ -address=/tchmemnasaxpt.com/ -address=/tcimg.com/ -address=/tckjttdn.top/ -address=/tcmdz.com/ -address=/tcnmf.com/ -address=/tcovxxenhjke.com/ -address=/sp.tcpalm.com/ -address=/track.tcppu.com/ -address=/tcqyskiryo.com/ -address=/tctakoh.com/ -address=/tctm.co/ -address=/tcupxwxcvssauz.com/ -address=/tcxtybtaeivao.com/ -address=/tczvikamowfjte.com/ -address=/track.td3x.com/ -address=/td553.com/ -address=/td563.com/ -address=/td573.com/ -address=/td583.com/ -address=/tda.io/ -address=/tdain.com/ -address=/tdayi.com/ -address=/tddjcdzra.com/ -address=/i.tddmp.com/ -address=/tdfamwrbdwkosn.com/ -address=/m.tdiea.com/ -address=/at-img1.tdimg.com/ -address=/at-img2.tdimg.com/ -address=/at-img3.tdimg.com/ -address=/tdjfxeavusdpci.com/ -address=/tdmd.us/ -address=/tdntrack.com/ -address=/tdrhecmigtrm.com/ -address=/tds.io/ -address=/tdsjsext.com/ -address=/tdsjsext1.com/ -address=/tdsrmbl.net/ -address=/tdstats.com/ -address=/tdtsd.com/ -address=/tdxipgdorydvzo.com/ -address=/te37w.cn/ -address=/teachievedim.site/ -address=/teads.tv/ -address=/tealiumiq.com/ -address=/teambetaffiliates.com/ -address=/teameda.net/ -address=/sync.teamrtb.net/ -address=/tracking.teamskeet.com/ -address=/atax.teamxbox.com/ -address=/teasernet.com/ -address=/teasernet.ru/ -address=/teaservizio.com/ -address=/tebadu.com/ -address=/tebaidu.cn/ -address=/tebo0o2xw4.com/ -address=/tec-tec-boom.com/ -address=/tech-board.com/ -address=/cmp.techadvisor.co.uk/ -address=/techantuijian.com/ -address=/techclicks.net/ -address=/techcloudtrk.com/ -address=/b-aws.techcrunch.com/ -address=/fresh.techdirt.com/ -address=/cmp.techhive.com/ -address=/teralog.techhub.co.kr/ -address=/techkey.com.cn/ -address=/technical-service.net/ -address=/pi.technik3d.com/ -address=/technix.it/ -address=/stats.technopia.it/ -address=/ex.technor.com/ -address=/technorati.com/ -address=/technoratimedia.com/ -address=/orionis.techradar.com/ -address=/techsolutions.com.tw/ -address=/techtarget.com/ -address=/analytics.techweb.com.cn/ -address=/g.techweekeurope.it/ -address=/tecslide.com/ -address=/metrics.ted.com/ -address=/tedioustooth.com/ -address=/tedropkinthenligh.pro/ -address=/teemacfznt.com/ -address=/teendestruction.com/ -address=/teensexgfs.com/ -address=/teesheel.net/ -address=/analytics.teespring.com/ -address=/teipgupp.com/ -address=/tek-tek-trek.com/ -address=/tel-tel-fie.com/ -address=/stats.teledyski.info/ -address=/analytics.eip.telegraph.co.uk/ -address=/cf-particle-html.eip.telegraph.co.uk/ -address=/gcpdata.telegraph.co.uk/ -address=/web-track.telekom-dienste.de/ -address=/pix.telekom.de/ -address=/telemetric.dk/ -address=/telemetryverification.net/ -address=/pwa.telephoneannuaire.fr/ -address=/televeniesuc.pro/ -address=/telize.com/ -address=/teljari.is/ -address=/tellapart.com/ -address=/tellaparts.com/ -address=/telllwrite.com/ -address=/tellvi.cn/ -address=/medrx.telstra.com.au/ -address=/telvanil.ru/ -address=/telwrite.com/ -address=/temnos.com/ -address=/temphilltop.com/ -address=/temphilltop.net/ -address=/p.tencentmind.com/ -address=/ad.tencentmusic.com/ -address=/tendatta.com/ -address=/client.tenddata.com/ -address=/tendersource.com/ -address=/tendertest.com/ -address=/tenlokif.com/ -address=/tenmax.io/ -address=/sp.tennessean.com/ -address=/tenoad.com/ -address=/tenping.kr/ -address=/tentaculos.net/ -address=/tentdinationgab.info/ -address=/tentekuzi.com/ -address=/teosredic.com/ -address=/tepmpemrixd.com/ -address=/teprom.it/ -address=/tequanma.com/ -address=/terabytemedia.com/ -address=/teracent.net/ -address=/teracreative.com/ -address=/tercabilis.info/ -address=/tercept.com/ -address=/terethat.ru/ -address=/terialnevitiesini.info/ -address=/terorie.com/ -address=/coletor.terra.com/ -address=/terraclicks.com/ -address=/terrapsps.com/ -address=/terrapush.com/ -address=/terratraf.com/ -address=/terroppop.com/ -address=/collector.tescocompare.com/ -address=/track.tesiteca.it/ -address=/tpx.tesseradigital.com/ -address=/tesswithoughcle.info/ -address=/test1productions.com/ -address=/testfilter.com/ -address=/testin.cn/ -address=/testnet.nl/ -address=/testself.vip/ -address=/tetigi.com/ -address=/tetoolbox.com/ -address=/teueondocabsu.com/ -address=/teutorigos-cat.com/ -address=/texasboston.com/ -address=/text-link-ads.com/ -address=/textonlyads.com/ -address=/textreason.com/ -address=/textspeier.de/ -address=/textsrv.com/ -address=/logs-qos.tf1.fr/ -address=/sa.tf1.fr/ -address=/tf2www.com/ -address=/tfa5e.top/ -address=/tfag.de/ -address=/tfbqvqclg.com/ -address=/tfhuupltipcg.com/ -address=/tfjfcvhvudxf.com/ -address=/tfqexqeldxjvet.com/ -address=/tfuyqoxs.com/ -address=/tgbdjyryn.com/ -address=/tgbjtcgkdu.com/ -address=/tgbrfv.cn/ -address=/tracker.tgbus.com/ -address=/vista.tgbus.com/ -address=/vista.tgbusdata.cn/ -address=/tgdaudience.com/ -address=/tgdhimcwww.com/ -address=/tget.me/ -address=/tgjkbx.cn/ -address=/tgknt.com/ -address=/tglyr.co/ -address=/tgtmedia.com/ -address=/tgugqkjvinvgv.com/ -address=/tgujinopirjgnn.com/ -address=/tguzugtyoh.com/ -address=/th21333.com/ -address=/webstats.thaindian.com/ -address=/thaixaux.net/ -address=/thamsais.com/ -address=/thaoxqlqcy.com/ -address=/tharbadir.com/ -address=/thatterians.pro/ -address=/thauftoa.net/ -address=/thcextractor.com/ -address=/thcvaporizer.com/ -address=/thdragate.info/ -address=/the-adult-company.com/ -address=/the-binary-trader.biz/ -address=/ns1.the-sinner.net/ -address=/theadex.com/ -address=/theadgateway.com/ -address=/sp.theadvertiser.com/ -address=/theagency.com/ -address=/thearcitonseveng.pro/ -address=/thebannerexchange.com/ -address=/track.thebase.in/ -address=/thebestbookies.com/ -address=/thebestlinks.com/ -address=/thebigchair.com.au/ -address=/delivery-dev.thebloggernetwork.com/ -address=/delivery.thebloggernetwork.com/ -address=/logs.thebloggernetwork.com/ -address=/thebrighttag.com/ -address=/thebunsenburner.com/ -address=/sp.thecalifornian.com/ -address=/thecloudtrader.com/ -address=/counter.theconversation.edu.au/ -address=/thecounter.com/ -address=/sp.thedailyjournal.com/ -address=/alerts.thedailystar.net/ -address=/theeburs.com/ -address=/theechosystem.com/ -address=/theequalground.info/ -address=/theersoa.net/ -address=/thefaren.pw/ -address=/thefastpush.com/ -address=/thefifthera.com/ -address=/thefreehitcounter.com/ -address=/thefuncoolstuff.com/ -address=/thefxarchive.com/ -address=/ct.thegear-box.com/ -address=/analytics.thegedsection.com/ -address=/sp.thegleaner.com/ -address=/athenatmpbeacon.theglobeandmail.ca/ -address=/hermes.theglobeandmail.com/ -address=/omniture.theglobeandmail.com/ -address=/somniture.theglobeandmail.com/ -address=/visit.theglobeandmail.com/ -address=/thegreenzoneblog.com/ -address=/beacon.www.theguardian.com/ -address=/ophan.theguardian.com/ -address=/thehairofcaptainpicard.com/ -address=/tracking.thehut.net/ -address=/theih1w.top/ -address=/theirsvendor.com/ -address=/jobs.thejobnetwork.com/ -address=/thekat.nl/ -address=/sp.theleafchronicle.com/ -address=/theloungenet.com/ -address=/thelovebucks.com/ -address=/analytics.themarketiq.com/ -address=/themaxmall.com/ -address=/themecat.cn/ -address=/banner.themediaplanets.com/ -address=/themee.cn/ -address=/themoneytizer.com/ -address=/themselvebu.site/ -address=/thenelis.pw/ -address=/analytics.thenest.com/ -address=/consent.theneweuropean.co.uk/ -address=/sp.thenews-messenger.com/ -address=/analytics.thenewslens.com/ -address=/imp-media-lab.thenewslens.com/ -address=/tnla.thenewslens.com/ -address=/txn.thenewsroom.com/ -address=/sp.thenewsstar.com/ -address=/thenlathettors.pro/ -address=/sp.thenorthwestern.com/ -address=/theonecdn.com/ -address=/reporting.theonion.com/ -address=/theonsiteline.com/ -address=/theoutplay.com/ -address=/adpai.thepaper.cn/ -address=/imgad.thepaper.cn/ -address=/imgadpai.thepaper.cn/ -address=/thepayporn.com/ -address=/thepornsurvey.com/ -address=/therebelfasters.info/ -address=/go.theregister.com/ -address=/therewardsurvey.com/ -address=/thermstats.com/ -address=/therneserutybin.info/ -address=/mms.theroot.com/ -address=/therses.com/ -address=/therubiqube.com/ -address=/spanids.thesaurus.com/ -address=/track.thesaurus.com/ -address=/thescenseproject.com/ -address=/thesearchagency.net/ -address=/theslingshot.com/ -address=/thesocialsexnetwork.com/ -address=/webstats.thesoul-publishing.com/ -address=/thesparkmachine.com/ -address=/thespecialsearch.com/ -address=/sp.thespectrum.com/ -address=/rtn.thestar.com/ -address=/sp.thestarpress.com/ -address=/thestat.net/ -address=/analytics.thetab.com/ -address=/thethateronjus.pro/ -address=/sp.thetimesherald.com/ -address=/sp.thetowntalk.com/ -address=/thetraderinpajamas.com/ -address=/thetreuntalle.pro/ -address=/cls7.theushuaiaexperience.com/ -address=/theverlalinglac.info/ -address=/engagefront.theweathernetwork.com/ -address=/theweatherspace.com/ -address=/thewebgemnetwork.com/ -address=/mmm.theweek.co.uk/ -address=/thewheelof.com/ -address=/thewhizmarketing.com/ -address=/thewhizproducts.com/ -address=/thewinesteward.com/ -address=/thewise.com/ -address=/livecounter.theyosh.nl/ -address=/thigeeph.com/ -address=/thighiny.com/ -address=/thighlykamsh.site/ -address=/thikraik.net/ -address=/thimoaph.net/ -address=/thingswontend.com/ -address=/tracker.thinkindot.com/ -address=/thirdfloor.it/ -address=/thirdrespect.com/ -address=/thirstytwig.com/ -address=/ad.thisav.com/ -address=/cf1c0.thisav.com/ -address=/thiscdn.com/ -address=/thishare.com/ -address=/thisisacoolthing.com/ -address=/thisisanothercoolthing.com/ -address=/get.thisisvegas.com/ -address=/thisiswaldo.com/ -address=/thismetric.com/ -address=/thitegnu.net/ -address=/thivsxubn.com/ -address=/thkexopsciqums.com/ -address=/a.thn21.com/ -address=/thnqemehtyfe.com/ -address=/thnslhajvfmd.com/ -address=/thoaltie.net/ -address=/thodsserentlya.info/ -address=/thogethoffic.co/ -address=/thomagejut.site/ -address=/thoodsoy.net/ -address=/thookour.com/ -address=/thoorest.com/ -address=/thoritismsecutive.info/ -address=/thoseads.com/ -address=/thoudroa.net/ -address=/thoughtleadr.com/ -address=/thoughtsondance.info/ -address=/thqwivyhdpoem.com/ -address=/threat-analytics.com/ -address=/affiliates.thrixxx.com/ -address=/thrnt.com/ -address=/throposehodger.pro/ -address=/thrtle.com/ -address=/ad.thsi.cn/ -address=/thterras.com/ -address=/thumbnail-galleries.net/ -address=/thuneagjhnvlg.com/ -address=/thurnflfant.com/ -address=/thuyki.cn/ -address=/thxczhfzad.com/ -address=/thxnr.com/ -address=/thztv.net/ -address=/ti583.com/ -address=/hao.tiandi.com/ -address=/tianfus.com/ -address=/tiangu99.com/ -address=/tianhelife.com/ -address=/tianhuafund.cn/ -address=/tianhuicun.com.cn/ -address=/tianji520.cn/ -address=/tianjieleather.com/ -address=/counter.tianjimedia.com/ -address=/media.tianjimedia.com/ -address=/tianjin4.com/ -address=/tianjinblg.com/ -address=/tianjiunion.cn/ -address=/tiankongzudui.com/ -address=/cdn.tianmidian.com/ -address=/tianqi777.com/ -address=/ip.tianqiapi.com/ -address=/datas.tianqistatic.com/ -address=/tiantianedu.net/ -address=/collect.tianya.cn/ -address=/stat.tianya.cn/ -address=/801.tianya.cn/ -address=/803.tianya.cn/ -address=/dol.tianya.cn/ -address=/ppt.tianya999.com/ -address=/zfds1.tianya999.com/ -address=/tianyanzs.com/ -address=/801.tianyaui.com/ -address=/click.tianyaui.com/ -address=/tiaoweiyou.cn/ -address=/tibacta.com/ -address=/tiberowheddidn.info/ -address=/tibzpgmogjqa.com/ -address=/tic-tic-bam.com/ -address=/tic-tic-toc.com/ -address=/ticinciplinesekilos.info/ -address=/tick0.com/ -address=/sgmnt.ticketswap.com/ -address=/tickles.co.uk/ -address=/tickles.ie/ -address=/ticklesign.com/ -address=/ticpqxnv.com/ -address=/ticrite.com/ -address=/tidafors.xyz/ -address=/tracking.tidalhifi.com/ -address=/tidaltv.com/ -address=/tidningsnatet.se/ -address=/tidnqztumpnk.com/ -address=/tielsdhblnmiv.com/ -address=/tiergestuetzt.de/ -address=/tiexing.com/ -address=/log.tiexue.net/ -address=/tieyggub.com/ -address=/tifbhyfrik.com/ -address=/uim.tifbs.net/ -address=/tifybecausingp.info/ -address=/tifzusomh.com/ -address=/tijoctqry.com/ -address=/tijorari.com/ -address=/tikjbfpd.com/ -address=/tikuedobxa.com/ -address=/stat.tildacdn.com/ -address=/tiller.co/ -address=/tilosman.com/ -address=/zt.tim-taxi.com/ -address=/tiads.time.com/ -address=/session.timecommerce.net/ -address=/stat.timedg.com/ -address=/ape-tagit.timeinc.net/ -address=/tracker.timesgroup.com/ -address=/cmstrendslog.timesnow.tv/ -address=/timeslogtn.timesnow.tv/ -address=/timestrends.timesnow.tv/ -address=/sp.timesrecordnews.com/ -address=/timteen.com/ -address=/tin-tin-win.com/ -address=/tinb.net/ -address=/tinbuadserv.com/ -address=/ss.ting55.com/ -address=/tingfengyu.top/ -address=/tinglian.com/ -address=/tingrinter.com/ -address=/tingyun.com/ -address=/tinker.com/ -address=/tinkerta.com/ -address=/tinwong.cn/ -address=/tinyclues.com/ -address=/tinycounter.com/ -address=/api.tinyhoneybee.com/ -address=/sp.tinymce.com/ -address=/tinystat.ir/ -address=/tinyweene.com/ -address=/analytics.tio.ch/ -address=/tiojk.com/ -address=/tionpronomyim.info/ -address=/tionscofferent.info/ -address=/tippola.com/ -address=/stats.tipser.com/ -address=/skyplayer.tiscali.it/ -address=/tiser.com/ -address=/tiser.com.au/ -address=/tisitewoper.net/ -address=/tisoomi-services.com/ -address=/tissage-extension.com/ -address=/titag.com/ -address=/titan-solar.cn/ -address=/img2.titan007.com/ -address=/banner.titancasino.com/ -address=/banner.titanpoker.com/ -address=/lp.titanpoker.com/ -address=/titon.info/ -address=/titorsbutaning.info/ -address=/tracker.tiu.ru/ -address=/tiveacquisitsprett.info/ -address=/tivioyfstcdlce.com/ -address=/tiwom.com/ -address=/tixing51.net/ -address=/a.tiyuxiu.com/ -address=/tizernet.com/ -address=/tj-cmys.com/ -address=/shj.tjawst.com/ -address=/tjcorfsynjppv.com/ -address=/tjdasfdssd.com/ -address=/tjdvqkis.com/ -address=/tjgxzs.com/ -address=/tjhhr.com/ -address=/tjhjyiylc.com/ -address=/tjhkdxzzxyb.com/ -address=/tjhuajiantang.com/ -address=/tjiaa.com/ -address=/tjj.com/ -address=/tjmqetufuzn.com/ -address=/tjoomo.com/ -address=/tjqonline.cn/ -address=/tjshuimu.com/ -address=/tjsioyarnnxmj.com/ -address=/tjtukeaszrqco.com/ -address=/tjys88.com/ -address=/tk-gregoric.si/ -address=/tk59n.cn/ -address=/track.tkbo.com/ -address=/tkd777.cn/ -address=/tkjdwcigpyazr.com/ -address=/s.tkm.ink/ -address=/tkmdng.cn/ -address=/tkmly.cn/ -address=/tkncbgwor.com/ -address=/tkqlhce.com/ -address=/tkroqotredk.com/ -address=/tkshyp.com/ -address=/tl813.com/ -address=/tlafu.space/ -address=/tlagvdqrsarf.com/ -address=/counter.tldw.me/ -address=/tlecwkrygjas.com/ -address=/tlgprhsl.com/ -address=/tlhiatdhw.com/ -address=/tlkqzjvyujb.com/ -address=/tlootas.org/ -address=/baidu.tlssyg.com/ -address=/tluwjhtsvoz.com/ -address=/tlvfeylwod.com/ -address=/tlvmedia.com/ -address=/tlxspilyxsfx.com/ -address=/tm-core.net/ -address=/tm1-001.com/ -address=/ipapi.tmbi.com/ -address=/tmblaeivephb.com/ -address=/tmdn2015x9.com/ -address=/tmearn.com/ -address=/tmfkuesmlpto.com/ -address=/rss.tmgrup.com.tr/ -address=/st.tmgrup.com.tr/ -address=/tmhfbwgpvzcxly.com/ -address=/tmjivakr.com/ -address=/tmmjgcp.cn/ -address=/tmmp.io/ -address=/tmotbq.xyz/ -address=/tmpclk.com/ -address=/tmpnencifbe.com/ -address=/tmqhw.us/ -address=/tmrmixer.cn/ -address=/tmrsjdxavhjgww.com/ -address=/tmserver-1.com/ -address=/tmserver-2.net/ -address=/tmtrck.com/ -address=/tmtxtltrid.com/ -address=/tmvtp.com/ -address=/uploads.tmweb.ru/ -address=/tmxmckanu.com/ -address=/tmyxrlpkn.com/ -address=/dildo.tnaflix.com/ -address=/dyn.tnaflix.com/ -address=/tnative.ru/ -address=/tnbyhwawsh.com/ -address=/tncexvzu.com/ -address=/tncred.com/ -address=/tnctrx.com/ -address=/tngmn.com/ -address=/tnkqfatbtlaw.com/ -address=/tns-counter.ru/ -address=/tns-cs.net/ -address=/tns-gallup.dk/ -address=/tns-sifo.se/ -address=/tnwjldvivhgr.com/ -address=/tnxiuvjtplhhdy.com/ -address=/to8to.com/ -address=/m.to9g1f.cn/ -address=/toads.id/ -address=/toagluji.com/ -address=/toalhjpw.com/ -address=/toapsira.net/ -address=/toarqsglo.com/ -address=/toboads.com/ -address=/toc.io/ -address=/tochgw.com/ -address=/todayapp.tv/ -address=/todayjiaxiang.cn/ -address=/sm1.todgo.com/ -address=/sm2.todgo.com/ -address=/toftokiy.net/ -address=/togenron.com/ -address=/toget.ru/ -address=/togo666.com/ -address=/togroltu.net/ -address=/aaddss.tohomh.com/ -address=/toissue.cn/ -address=/tok-dan-host.com/ -address=/tokaripupsi.com/ -address=/tokenads.com/ -address=/tokyodrift.ga/ -address=/fatads.toldya.com/ -address=/tolethembehisy.club/ -address=/tollfreeforwarding.com/ -address=/tollibolli.com/ -address=/adserve2.tom.com/ -address=/js.pub.tom.com/ -address=/slides.discovery.tom.com/ -address=/tongji.tom.com/ -address=/youle.tom.com/ -address=/tbe.tom.ru/ -address=/tomalinoalambres.com.ar/ -address=/tomekas.com/ -address=/tomonline-inc.com/ -address=/ttauri.tomsguide.com/ -address=/ttauri.tomshardware.com/ -address=/tonefuse.com/ -address=/gdm1.toner.fr/ -address=/tonewithough.info/ -address=/tongdejiayuan.com/ -address=/d.tonghua5.com/ -address=/api.tongji.today/ -address=/stat.tongji.today/ -address=/tongjiwo.com/ -address=/tongjiyu.com/ -address=/tongqing2015.com/ -address=/1.tongquee.com/ -address=/tonsterandhantan.info/ -address=/tonvkjxfovo.com/ -address=/toochattoo.com/ -address=/myad.toocle.com/ -address=/toodlepork.com/ -address=/tool-site.com/ -address=/analytics.tool.lu/ -address=/toonikab.com/ -address=/toonoaho.net/ -address=/tooshoab.com/ -address=/tooso.ai/ -address=/toourbb.com/ -address=/top-bloggers.com/ -address=/top-ro.ro/ -address=/top-sponsor.com/ -address=/top.lv/ -address=/top100.photo/ -address=/top100.ru/ -address=/top100bloggers.com/ -address=/top100webshops.com/ -address=/top10sportsites.com/ -address=/top26.net/ -address=/top267.com/ -address=/top888.com/ -address=/topad.mobi/ -address=/topadvert.ru/ -address=/topauto10.com/ -address=/topbananaad.com/ -address=/topbetfast.com/ -address=/topblogarea.com/ -address=/topblogging.com/ -address=/topbucks.com/ -address=/topcasino10.com/ -address=/topclickguru.com/ -address=/topdepo.com/ -address=/topeuro.biz/ -address=/topfox.co.uk/ -address=/tophits4u.de/ -address=/tophostbg.net/ -address=/stats02.topix.com/ -address=/toplist.cz/ -address=/toplist.eu/ -address=/toplist.sk/ -address=/toplist100.org/ -address=/topmalaysia.com/ -address=/topofblogs.com/ -address=/img.toppr.com.cn/ -address=/topqualitylink.com/ -address=/topsem.com/ -address=/topshelftraffic.com/ -address=/topsite.lv/ -address=/px.topspin.net/ -address=/topstat.cn/ -address=/topstat.com/ -address=/topswp.com/ -address=/topsy.com/ -address=/metrics.toptenreviews.com/ -address=/toptracker.ru/ -address=/torbit.com/ -address=/yb.torchbrowser.com/ -address=/torconpro.com/ -address=/torgi.kz/ -address=/torntv-tvv.org/ -address=/toro-tags.com/ -address=/toroadvertising.com/ -address=/toroadvertisingmedia.com/ -address=/tororango.com/ -address=/torpsol.com/ -address=/torrango.com/ -address=/torrent.pw/ -address=/torrida.net/ -address=/torvind.com/ -address=/xay5o.toscane-boutique.fr/ -address=/toseesulbvbe.com/ -address=/tosfeed.com/ -address=/tossoffads.com/ -address=/tostickad.com/ -address=/privacy.totaaltv.nl/ -address=/totachrl.com/ -address=/total-media.net/ -address=/totaladperformance.com/ -address=/track.totalav.com/ -address=/totallifeguru.com/ -address=/totalprofitplan.com/ -address=/totdorancaltert.club/ -address=/totemcash.com/ -address=/totifiquo.com/ -address=/totogetica.com/ -address=/totrack.ru/ -address=/touawopexnefx.com/ -address=/touchclarity.com/ -address=/touchrom.com/ -address=/touchxd.com/ -address=/touclick.com/ -address=/toufangke.com/ -address=/touglesy.net/ -address=/tourstogo.us/ -address=/analytics.tout.com/ -address=/go.toutapp.com/ -address=/partner.toutiao.com/ -address=/ad.toutiao.com/ -address=/adshare.toutiao.com/ -address=/dm.toutiao.com/ -address=/a.tovarro.com/ -address=/counter.tovarro.com/ -address=/tovery.net/ -address=/stats.townnews.com/ -address=/toy9090.com/ -address=/beacon.toyota.co.jp/ -address=/tp74ym.cn/ -address=/tpbpojpo.com/ -address=/tpdads.com/ -address=/tpdpidgyjhjn.com/ -address=/tpjhxvondqzult.com/ -address=/tpkmwnwbzetzbj.com/ -address=/tplpages.com/ -address=/tpm.pw/ -address=/tpmrwyhloretut.com/ -address=/tpn134.com/ -address=/tpnads.com/ -address=/tpqweavlol.com/ -address=/tpwumuxcasj.com/ -address=/tqbmcmttzid.com/ -address=/tqddgnqsrya.com/ -address=/tqguvxunwvk.com/ -address=/tqlkg.com/ -address=/tqtqneoybxzpoh.com/ -address=/tr563.com/ -address=/tracc.it/ -address=/tracdelight.com/ -address=/tracdelight.io/ -address=/trace-2000.com/ -address=/trace.events/ -address=/traceadmanager.com/ -address=/traceless.me/ -address=/tracelytics.com/ -address=/tracemyip.org/ -address=/tracer.jp/ -address=/traceworks.com/ -address=/traceybell.co.uk/ -address=/track-re01.com/ -address=/track-server-100.com/ -address=/track-web.net/ -address=/track2.me/ -address=/trackaffpix.com/ -address=/trackalyzer.com/ -address=/trackbar.info/ -address=/trackcdn.com/ -address=/trackcmp.net/ -address=/trackconsole.com/ -address=/trackcorner.com/ -address=/trackdiscovery.net/ -address=/trackeame.com/ -address=/trackedlink.net/ -address=/trackedweb.net/ -address=/trackersimulator.org/ -address=/trackertest.org/ -address=/trackfeed.com/ -address=/tracki112.com/ -address=/tracking.to/ -address=/tracking100.com/ -address=/tracking101.com/ -address=/tracking11.com/ -address=/tracking202.com/ -address=/trackinglabs.com/ -address=/trackingpro.pro/ -address=/t.trackingxnads.com/ -address=/trackingzen.com/ -address=/capture.trackjs.com/ -address=/trackkas.com/ -address=/tracklab.club/ -address=/trackmackweldon.com/ -address=/trackmethod.com/ -address=/trackmytarget.com/ -address=/trackmyusers.com/ -address=/trackmyweb.net/ -address=/trackonomics.net/ -address=/trackpath.biz/ -address=/trackpromotion.net/ -address=/trackpush.com/ -address=/trackset.com/ -address=/trackset.it/ -address=/trackspeeder.com/ -address=/trackstarsengland.net/ -address=/tracksy.com/ -address=/trackthatad.com/ -address=/tracktor.co.uk/ -address=/tracktrk.net/ -address=/trackuity.com/ -address=/trackvoluum.com/ -address=/trackword.biz/ -address=/trackword.net/ -address=/trackyourlinks.com/ -address=/trackyourstats.com/ -address=/tradeadexchange.com/ -address=/tradedoubler.com/ -address=/tradeexpert.net/ -address=/tradelab.fr/ -address=/analytics.traderlink.com/ -address=/tradescape.biz/ -address=/tradesoul.cn/ -address=/tradetracker.net/ -address=/tradineseveni.club/ -address=/telemetry.tradingview.com/ -address=/trafex.net/ -address=/traff1.com/ -address=/traffbiz.ru/ -address=/traffboost.net/ -address=/traffic-c.com/ -address=/traffic-in.com/ -address=/traffic-media.co/ -address=/traffic-media.co.uk/ -address=/traffic-supremacy.com/ -address=/traffic.ru/ -address=/traffic2bitcoin.com/ -address=/traffic4u.nl/ -address=/trafficadbar.com/ -address=/trafficbarads.com/ -address=/trafficbee.com/ -address=/trafficbroker.com/ -address=/trafficby.net/ -address=/trafficengine.net/ -address=/cdn.trafficexchangelist.com/ -address=/trafficfabrik.com/ -address=/trafficfactory.biz/ -address=/trafficfacts.com/ -address=/trafficforce.com/ -address=/trafficformoney.com/ -address=/trafficfuel.com/ -address=/trafficgrowth.com/ -address=/traffichaus.com/ -address=/trafficholder.com/ -address=/traffichunt.com/ -address=/trafficinvest.com/ -address=/trafficjam.cn/ -address=/trafficjoint.com/ -address=/trafficjunky.com/ -address=/trafficjunky.net/ -address=/trafficlearn.com/ -address=/trafficmasterz.net/ -address=/trafficmaxx.de/ -address=/trafficmp.com/ -address=/trafficoverus.com/ -address=/trafficpimps.com/ -address=/trafficposse.com/ -address=/trafficregenerator.com/ -address=/trafficrevenue.net/ -address=/trafficsan.com/ -address=/trafficshop.com/ -address=/trafficspaces.net/ -address=/trafficstars.com/ -address=/trafficswarm.com/ -address=/trafficsynergy.com/ -address=/traffictrader.net/ -address=/traffictraffickers.com/ -address=/trafficular.com/ -address=/trafficundercontrol.com/ -address=/trafficvance.com/ -address=/trafficwave.net/ -address=/trafficz.com/ -address=/trafficzap.com/ -address=/traffikcntr.com/ -address=/traffim.com/ -address=/trafforsrv.com/ -address=/trafic-media.ru/ -address=/trafic.ro/ -address=/traficmax.fr/ -address=/trafikkfondet.no/ -address=/trafinfo.info/ -address=/trafit.com/ -address=/trafix.ro/ -address=/trafiz.net/ -address=/trafmag.com/ -address=/trail-web.com/ -address=/trailheadapp.com/ -address=/trakken.de/ -address=/traktrafficflow.com/ -address=/trakzor.com/ -address=/tralifa.info/ -address=/tranite.info/ -address=/tranquilside.com/ -address=/transactionale.com/ -address=/diamond.transfermarkt.de/ -address=/android-sdk31.transpera.com/ -address=/trapasol.com/ -address=/api.traq.li/ -address=/trasholita.com/ -address=/travel-together.cn/ -address=/traveladvertising.com/ -address=/travelscream.com/ -address=/p.travelsmarter.net/ -address=/travelmail.traveltek.net/ -address=/traversedlp.com/ -address=/travidia.com/ -address=/traviilo.com/ -address=/traviously.pro/ -address=/m.trb.com/ -address=/trbas.com/ -address=/trbo.com/ -address=/trbucgmbren.com/ -address=/trcrkykttaila.com/ -address=/trdmnpklszd.com/ -address=/treasuredata.com/ -address=/affiliates.treasureisland.com/ -address=/treateramortgag.info/ -address=/trebleperfect.com/ -address=/tredirect.com/ -address=/oe.tredsd.com/ -address=/pixel.staging.tree.com/ -address=/pixel.tree.com/ -address=/widgets.tree.com/ -address=/mv.treehousei.com/ -address=/statsdev.treesd.com/ -address=/trekmedia.net/ -address=/treksol.net/ -address=/tremorhub.com/ -address=/cdna.tremormedia.com/ -address=/dc.tremormedia.com/ -address=/objects.tremormedia.com/ -address=/trendcounter.com/ -address=/trendcounter.de/ -address=/trendemon.com/ -address=/collector.trendmd.com/ -address=/trenpyle.com/ -address=/treventuresonline.com/ -address=/trfpump.com/ -address=/trgdwwhaa.com/ -address=/privacypolicy.trgr.be/ -address=/trgtcdn.com/ -address=/trhunt.com/ -address=/triadmedianetwork.com/ -address=/triangleservicesltd.com/ -address=/tribalfusion.com/ -address=/tribl.io/ -address=/sem.triboomedia.it/ -address=/tag.triboomedia.it/ -address=/trick17.it/ -address=/trickyseduction.com/ -address=/tricsdqejmu.com/ -address=/trido.club/ -address=/trigami.com/ -address=/triggeredmessaging.com/ -address=/triggit.com/ -address=/trigr.co/ -address=/trimpur.com/ -address=/tripedrated.xyz/ -address=/triptease.io/ -address=/triptease.net/ -address=/lt.tritondigital.com/ -address=/triver.jp/ -address=/trjmgercl.com/ -address=/trk4.com/ -address=/trkclk.net/ -address=/trker.com/ -address=/trkjmp.com/ -address=/as.trklinklog.com/ -address=/trklnks.com/ -address=/trklvs.com/ -address=/trkme.net/ -address=/trkn.us/ -address=/trkpointcloud.com/ -address=/trkrdel.com/ -address=/trks.us/ -address=/trksrv44.com/ -address=/trkunited.com/ -address=/trmit.com/ -address=/trmnsite.com/ -address=/troeekrjquknz.com/ -address=/trombocrack.com/ -address=/trourted.pro/ -address=/trouvredawes.site/ -address=/tracking.trovaprezzi.it/ -address=/trovus.co.uk/ -address=/troytempest.com/ -address=/trs.cn/ -address=/trtl.ws/ -address=/tru.am/ -address=/truconversion.com/ -address=/true2file.com/ -address=/truefilen32.com/ -address=/truehits.in.th/ -address=/truehits.net/ -address=/truelimitinvestment.com/ -address=/truemine.org/ -address=/truepush.com/ -address=/truestioncarefore.site/ -address=/truex.com/ -address=/trugaze.io/ -address=/origin-tracking.trulia.com/ -address=/truoptik.com/ -address=/trust.zone/ -address=/trustaffs.com/ -address=/trustarc.com/ -address=/choices.truste.com/ -address=/consent.truste.com/ -address=/trackerapi.truste.com/ -address=/trustedadserver.com/ -address=/widgets.trustedshops.com/ -address=/invitejs.trustpilot.com/ -address=/widget.trustpilot.com/ -address=/sealserver.trustwave.com/ -address=/trustx.org/ -address=/trw12.com/ -address=/trwbkkxk.com/ -address=/try9.com/ -address=/trymynewspirit.com/ -address=/trys5.com/ -address=/trysera.com/ -address=/trzi30ic.com/ -address=/stat.ts.cn/ -address=/ts166.net/ -address=/tsandycateup.com/ -address=/tsastrmq.com/ -address=/tscapeplay.com/ -address=/r2.tschewang.com/ -address=/tscl.com.bd/ -address=/tscounter.com/ -address=/tsdlp.com/ -address=/tsdzmkpewrdxyl.com/ -address=/tsfgnmyhi.com/ -address=/tsgyg.cn/ -address=/tsjehpxqbotsz.com/ -address=/tsk4.com/ -address=/tsk5.com/ -address=/tslomhfys.com/ -address=/tsmdmunzbtu.com/ -address=/e.tspric.cn/ -address=/tsrc8.com/ -address=/tst14netreal.com/ -address=/tsupbmgacu.com/ -address=/tsuwirdrddb.com/ -address=/tsvlkxhdbc.com/ -address=/tsw0.com/ -address=/tswmel.com/ -address=/tswxyvxm.com/ -address=/tsyndicate.com/ -address=/tsyndolls.com/ -address=/tszritnomuy.com/ -address=/tt114.net/ -address=/tj.tt1386.com/ -address=/ttbc.cc/ -address=/ttcdn.cn/ -address=/ttdtuwbxgyveg.com/ -address=/ttfgames.cn/ -address=/ttgazjzsdotiy.com/ -address=/ttgikcpmkpul.com/ -address=/ttgvmqdpomt.com/ -address=/tthvomis.com/ -address=/webtraffic.ttinet.com/ -address=/item.ttkvod.com/ -address=/ttlm.cc/ -address=/ttlmodels.com/ -address=/ttomktasfnqlg.com/ -address=/code.ttpaper.com/ -address=/ttriggestspardiansc.info/ -address=/download.ttrili.com/ -address=/ttrwhchvj.com/ -address=/ttsipyxgpihy.com/ -address=/ttskmaaf.com/ -address=/mtl.ttsqgs.com/ -address=/t.tttmedd.com/ -address=/ttuhmbor.com/ -address=/ttulyfbkatyzp.com/ -address=/ads.ttv.com.tw/ -address=/1.ttxs123.net/ -address=/eee.ttyy888.co/ -address=/ttyyuuoo.com/ -address=/ttz.com/ -address=/ttzmedia.com/ -address=/tuadong.com/ -address=/tuajxhyk.com/ -address=/tubberlo.com/ -address=/tube.ac/ -address=/cdnstats.tube8.com/ -address=/tubeadnetwork.com/ -address=/tubeadv.com/ -address=/tubeadvertising.eu/ -address=/tubechat.eu/ -address=/tubecorporate.com/ -address=/notification.tubecup.net/ -address=/events.tubecup.org/ -address=/tubedspots.com/ -address=/tubemogul.com/ -address=/tubemoviez.com/ -address=/tubepush.eu/ -address=/tubereplay.com/ -address=/tubetitties.com/ -address=/ad.api.3g.tudou.com/ -address=/tudown.com/ -address=/tuenti.com/ -address=/tufosex.com.br/ -address=/tui1999.com/ -address=/code.tui80.com/ -address=/tui98.cn/ -address=/tuia.cn/ -address=/activity.tuiapple.com/ -address=/engine.tuicoco.com/ -address=/tuidang.org/ -address=/activity.tuifish.com/ -address=/tuinfra.com/ -address=/activity.tuipear.com/ -address=/yun.tuisnake.com/ -address=/tuituigui19999.com/ -address=/tuituiyoo999.com/ -address=/tujestimater.pro/ -address=/tujidao.com/ -address=/tukeai.com/ -address=/tukexiu.com/ -address=/tukj.net/ -address=/pixel.tuko.co.ke/ -address=/b.tukucc.com/ -address=/tukuterus.com/ -address=/1.tulaoshi.com/ -address=/tulip18.com/ -address=/lm1.tuliu.com/ -address=/platform.tumblr.com/ -address=/tummiarunzpf.com/ -address=/tumri.net/ -address=/stats1.tune.pk/ -address=/stats2.tune.pk/ -address=/analy.tuniu.cn/ -address=/tunnl.com/ -address=/stats.tunt.lv/ -address=/e.tuoaa.com/ -address=/vpn.tuodupingguomiao.com/ -address=/tuoens.cn/ -address=/tuoguang1111.com/ -address=/tuopabyjje.com/ -address=/tuoxintrade.cn/ -address=/myunion1.tupians.com/ -address=/tur-tur-key.com/ -address=/b.turbo.az/ -address=/turboadv.com/ -address=/turbofileindir.com/ -address=/events.turbosquid.com/ -address=/turbotraff.com/ -address=/turbotraff.net/ -address=/turn.com/ -address=/turngrind.com/ -address=/turnsocial.com/ -address=/tusno.com/ -address=/tut-64.com/ -address=/tutvp.com/ -address=/tuxbpnne.com/ -address=/tuxi.com.cn/ -address=/tuygdfsydexdeb.com/ -address=/s1.tuzhaozhao.com/ -address=/tuziluoluo.com/ -address=/analytics.tv189.cn/ -address=/appwall.tv2phone.cn/ -address=/tvas-a.pw/ -address=/tvas-b.pw/ -address=/tvbyb04.com/ -address=/tvduznfdgim.com/ -address=/revsci.tvguide.com/ -address=/stat.tvigle.ru/ -address=/tvjkilgfanpt.com/ -address=/tvkgdonh.com/ -address=/tvlubtrxcold.com/ -address=/libs.tvmao.cn/ -address=/slib.tvmao.cn/ -address=/extra.tvmaze.com/ -address=/nozem.tvmaze.com/ -address=/tvmzvqoudtj.com/ -address=/scontent.services.tvn.pl/ -address=/tvnews.or.kr/ -address=/tvnqeshbs.com/ -address=/tvopcxtf.com/ -address=/tvpixel.com/ -address=/tvprocessing.com/ -address=/tvriqjez.com/ -address=/tvrom.cn/ -address=/a.tvsou.com/ -address=/c.tvsou.com/ -address=/b.tvsou.com/ -address=/tvsxjbuo.com/ -address=/tvvnbwilhqc.com/ -address=/tvvnxcwqwzv.com/ -address=/tvvozxml.com/ -address=/tvxpwhnrhsyfj.com/ -address=/tvzhe.com/ -address=/tw.cx/ -address=/twackle.com/ -address=/twb98.com/ -address=/twcczhu.com/ -address=/twcount.com/ -address=/twcouponcenter.com/ -address=/tweard.com/ -address=/tweetboard.com/ -address=/tweetbuzz.jp/ -address=/tweetgrid.com/ -address=/tweetmeme.com/ -address=/tweetriver.com/ -address=/tweetup.com/ -address=/tweowhvrim.review/ -address=/tweznpjocbka.com/ -address=/twfilnym.com/ -address=/tjpv.twh5.com/ -address=/twilightsex.com/ -address=/widgets.twimg.com/ -address=/twinpinenetwork.com/ -address=/twinplan.com/ -address=/twistads.com/ -address=/stats.twistage.com/ -address=/gts-ads.twistbox.com/ -address=/twistyscash.com/ -address=/twitbuttons.com/ -address=/client-event-reporter.twitch.tv/ -address=/trowel.twitch.tv/ -address=/twitcker.com/ -address=/twitcount.com/ -address=/twitstat.us/ -address=/twittad.com/ -address=/analytics.twitter.com/ -address=/scribe.twitter.com/ -address=/search.twitter.com/ -address=/twittercounter.com/ -address=/twitterforweb.com/ -address=/twittericon.com/ -address=/twittermysite.com/ -address=/twitterzs.com/ -address=/twitthis.com/ -address=/twldmx.com/ -address=/twm.com.tw/ -address=/twmykwjrpr.com/ -address=/twngyyzvhzaqtj.com/ -address=/two-of-us.at/ -address=/twopointo.io/ -address=/twpasol.com/ -address=/twqiqiang.com/ -address=/twrank.com/ -address=/twtad.com/ -address=/a1.twtym.com/ -address=/twuiebkcnvr.com/ -address=/twvmqhjjgj.com/ -address=/et.twyn.com/ -address=/tb.code.twyxi.com/ -address=/twzfqxmt.com/ -address=/twzui6.com/ -address=/txdwc.cn/ -address=/txkjad.com/ -address=/txmoadserver.net/ -address=/txnpdfvqkuzrd.com/ -address=/txstatic.cn/ -address=/txt.eu/ -address=/txt2017.com/ -address=/txt2019.cc/ -address=/txtxr.com/ -address=/txtxz.org.cn/ -address=/txwdabikzvw.com/ -address=/wap.txwdn.com/ -address=/txwfpcfdgepzmp.com/ -address=/txwhds.com.cn/ -address=/ashot.txxx.com/ -address=/myashot.txxx.com/ -address=/txyylwegpdfsda.com/ -address=/ty229.com/ -address=/tyavjmvuvygs.com/ -address=/tyborlawlkz.com/ -address=/tybwfgqq.com/ -address=/tyccaweownne.com/ -address=/tyjyrkcrv.com/ -address=/tyllfqbmny.com/ -address=/tylll.com/ -address=/tymsyx.com/ -address=/tynt.com/ -address=/tynyh.com/ -address=/performance.typekit.net/ -address=/p.typekit.net/ -address=/typeofmarijuana.com/ -address=/typicalairplane.com/ -address=/typicalteeth.com/ -address=/tyrghj.cn/ -address=/tyroo.com/ -address=/tytkuibh.com/ -address=/tyuawmgqsbz.com/ -address=/tyxo.bg/ -address=/tyxo.com/ -address=/tyxvcadx.com/ -address=/tyyjzs.cn/ -address=/tyzkooqkqdnh.com/ -address=/tz-dsp.com/ -address=/tzbdudhsip.com/ -address=/t.tzcccm.com/ -address=/tzmfunsnqkwlp.com/ -address=/tztcvkhqrzjt.com/ -address=/njd.tzxianghao.cn/ -address=/static.tzyiyuantuan.com/ -address=/u-ad.info/ -address=/u-on.eu/ -address=/u0r9.cn/ -address=/s.cdn.u17t.com/ -address=/tj.u17t.com/ -address=/u1hw38x0.com/ -address=/u1trkqf.com/ -address=/u223o.com/ -address=/v.u22l.cc/ -address=/u26u.com/ -address=/u2c8.cn/ -address=/u372q.cn/ -address=/u39chju32a.com/ -address=/u4ghzfb.com/ -address=/e.u4j1ec.cn/ -address=/ee.u4q2.cn/ -address=/m.u4q2.cn/ -address=/u51.me/ -address=/u595sebqih.com/ -address=/u5c93.com/ -address=/u5e.com/ -address=/u5i7k.cn/ -address=/u6.gg/ -address=/u7qy3e.cn/ -address=/u88.cn/ -address=/u9oxdnxk8b.com/ -address=/uadsaa.com/ -address=/uadx.com/ -address=/uagesspecifica.info/ -address=/uaiilmuujsu.com/ -address=/uaiowafphhb.com/ -address=/uaolighevmjy.com/ -address=/uapoisk.net/ -address=/uaqcfkzqqnuxc.com/ -address=/uarating.com/ -address=/uayzbioy.com/ -address=/ub-analytics.com/ -address=/js.ubaike.cn/ -address=/ubalh.com/ -address=/ubazpxeafwjr.com/ -address=/ubcpm.com/ -address=/ubdudsdfcll.com/ -address=/ubercpm.com/ -address=/ubertags.com/ -address=/ubertracking.info/ -address=/ubgzicuglk.com/ -address=/ubiquitousyard.com/ -address=/adserver.ubiyoo.com/ -address=/ubjapvhzffdreq.com/ -address=/ubjnuclsgxu.com/ -address=/ubmoipypwf.com/ -address=/ubnwujaioruel.com/ -address=/ubontcdrvoce.com/ -address=/ubpjjgso.com/ -address=/ubqrtmtqkisku.com/ -address=/ubsrvnuda.com/ -address=/ubsxycbae.com/ -address=/ubuntudeal.co.za/ -address=/ubusbjjd.com/ -address=/ubvyjgbdiq.com/ -address=/ubwzawpqlsk.com/ -address=/ubxtoqsqusyx.com/ -address=/ubxxnfcatv.com/ -address=/ads.uc.cn/ -address=/applog.uc.cn/ -address=/bench.uc.cn/ -address=/track.uc.cn/ -address=/woodpecker.uc.cn/ -address=/alissl.ucdl.pp.uc.cn/ -address=/api.mp.uc.cn/ -address=/api.open.uc.cn/ -address=/hao.uc.cn/ -address=/puds.test.uae.uc.cn/ -address=/wmedia-track.uc.cn/ -address=/gm.uc003.com/ -address=/m.uc123.com/ -address=/u.uc123.com/ -address=/1.uc129.com/ -address=/uc138.com/ -address=/uc4a.cn/ -address=/uc610.com/ -address=/ucaii.com/ -address=/ucaluco.com/ -address=/ucbaba.top/ -address=/uccmprpzju.com/ -address=/ucfeed.ru/ -address=/ucflpjvvyaww.bid/ -address=/u.ucfly.com/ -address=/uchaoqiang.top/ -address=/uchiytqiuir.com/ -address=/uciservice.com/ -address=/uckctkuvwjms.com/ -address=/uclrgm.com/ -address=/ucoz.com/ -address=/a.ucoz.net/ -address=/ucounter.ucoz.net/ -address=/ucozssymgw.com/ -address=/ucretius-ada.com/ -address=/ucrsowje.com/ -address=/ucsmqq.site/ -address=/ucstatic.cn/ -address=/uctrac.com/ -address=/ucvqmvg.cn/ -address=/ucvrtwfh.com/ -address=/ucweb.com/ -address=/ucxgfoqrbk.com/ -address=/ucxgg.com/ -address=/ucxxii.com/ -address=/uczaqrjgkztxe.com/ -address=/iflow.uczzd.cn/ -address=/m.uczzd.cn/ -address=/iflow.uczzd.com/ -address=/iflow.uczzd.com.cn/ -address=/iflow.uczzd.net/ -address=/udarem.com/ -address=/udbyv8918.com/ -address=/page-events-ustats.udemy.com/ -address=/click.udimg.com/ -address=/uditorycrumbosta.info/ -address=/udllxpudd.com/ -address=/udmdtdjna.com/ -address=/udmserve.net/ -address=/pv.udn.com/ -address=/rec.udn.com/ -address=/ad1.udn.com/ -address=/ad2.udn.com/ -address=/ad3.udn.com/ -address=/ad4.udn.com/ -address=/udr26c.cn/ -address=/udrivemyr54.com/ -address=/event-collector.udsrv.com/ -address=/udtekwuh.com/ -address=/udvxwimgqr.com/ -address=/udvysuucqgadg.com/ -address=/ueadlian.com/ -address=/ueaeqqi.cn/ -address=/uebadu.com/ -address=/uee.me/ -address=/ueenfeiu.com/ -address=/uehequcuvujkyf.com/ -address=/uehkcendtuxt.com/ -address=/uel-uel-fie.com/ -address=/uelllwrite.com/ -address=/ueopjincquazoo.com/ -address=/uesdpbrej.com/ -address=/ueuerea.com/ -address=/uezychzvo.com/ -address=/1.ufc123.com/ -address=/ufeuyyfoguo.com/ -address=/ufoukolt.com/ -address=/ufpcdn.com/ -address=/ufptmejous.com/ -address=/ufraton.com/ -address=/ufrbfvelweoy.com/ -address=/ufsomlskkso.com/ -address=/ufstone.com/ -address=/ufvehyxuiwe.com/ -address=/ufvzwshjkhocjn.com/ -address=/ugahbedypf.com/ -address=/track.ugamezone.com/ -address=/ugaral.com/ -address=/ugbadcqsqep.com/ -address=/ugdtimg.com/ -address=/ugdturner.com/ -address=/ugg66.com/ -address=/uggepqevz.com/ -address=/uggvuuquxj.com/ -address=/ughdqpwtfabsqg.com/ -address=/ugobgzeiel.com/ -address=/ugoooo.com/ -address=/ugoptxnm.com/ -address=/ugoupams.com/ -address=/ugrastes.uk/ -address=/ugxshqnodoha.com/ -address=/ugyuyuccjgrtht.com/ -address=/uh64b.cn/ -address=/uherdmjkbqic.com/ -address=/uhijmv.cn/ -address=/uhjedvnlaq.com/ -address=/uhor8.cn/ -address=/uhpnngxvuvwtd.com/ -address=/uhygtf1.com/ -address=/uhyyacioq.com/ -address=/wa.ui-portal.de/ -address=/ui91q.cn/ -address=/uigruwtql.com/ -address=/uiiswaeojpfee.com/ -address=/bdjs.uimg.cn/ -address=/uimserv.net/ -address=/uinbjfve.com/ -address=/uinelypresse.info/ -address=/uiqwtgcp.com/ -address=/uisdjvwytl.com/ -address=/uislkdxx.com/ -address=/uissm.com/ -address=/uixvbjknkqxfvj.com/ -address=/uizhcjow.com/ -address=/ujccccb.com/ -address=/ujian.cc/ -address=/ujieva.com/ -address=/ujkqudpjtbztz.com/ -address=/ujpvnnmnsoypsa.com/ -address=/ujqiqzsibnfclm.com/ -address=/ujrtwvabum.com/ -address=/ujuclxjkb.com/ -address=/ujuqvalvvvof.com/ -address=/ujylaibwmgtaow.com/ -address=/ujyyciaedxqr.com/ -address=/61kx.uk-insolvencydirect.com/ -address=/search123.uk.com/ -address=/uk8866.cn/ -address=/ukbanners.com/ -address=/ukcomparends.pro/ -address=/ukdzmuvtelq.com/ -address=/ukeiae.com/ -address=/uklvebsp.com/ -address=/uklyolpqnt.com/ -address=/uklyv.cn/ -address=/ukngpcuyc.com/ -address=/ukpdcsfermd.com/ -address=/ukqevyhhs.com/ -address=/counter.ukr.net/ -address=/target.ukr.net/ -address=/ukrzsrrydyysim.com/ -address=/uksnyf.cn/ -address=/ukulelead.com/ -address=/ukw.jp/ -address=/tracking.ukwm.co.uk/ -address=/ukwotnfnhk.com/ -address=/ukwoxufaepbhn.com/ -address=/uldhfvzyw.com/ -address=/uldwcpscwzkis.com/ -address=/uleakkpuzaea.com/ -address=/ulink.cc/ -address=/stats.ulixes.pl/ -address=/ad-beacon-v01.uliza.jp/ -address=/ullariwoi.com/ -address=/ulnawoyyzbljc.ru/ -address=/ulrementpati.info/ -address=/ulsvrptuwyovg.com/ -address=/track.ultimate-guitar.com/ -address=/ulufyprtd.com/ -address=/ulyrpgnqeyo.com/ -address=/ulzcieyihw.com/ -address=/um0592.com/ -address=/um29.com/ -address=/umapi.cn/ -address=/umbbs.cn/ -address=/umbel.com/ -address=/umebiggestern.club/ -address=/umekana.ru/ -address=/umeng.co/ -address=/umeng.com/ -address=/umengcloud.com/ -address=/umgbvaurcx.com/ -address=/umhpzzloestt.com/ -address=/a.umilu.com/ -address=/umiwi.com/ -address=/umjsik.com/ -address=/umlrvgjkexv.com/ -address=/umm6.cn/ -address=/ummerciseha.info/ -address=/log.umsns.com/ -address=/log.umtrack.com/ -address=/umusjdiehxbn.com/ -address=/umwetngwuh.com/ -address=/umxxuqpbhylyy.com/ -address=/umybobusjo.com/ -address=/umyiwkxzf.com/ -address=/umyjigrlwxywqz.com/ -address=/down.unadnet.com.cn/ -address=/unalbilgisayar.com/ -address=/unanimis.co.uk/ -address=/unarmedindustry.com/ -address=/unaspajas.com/ -address=/unbecominghall.com/ -address=/unblocksite.info/ -address=/tracker.unbxdapi.com/ -address=/ccb.uncle-ad.com/ -address=/et.unclejeans.com/ -address=/undedcontried.info/ -address=/undefined.it/ -address=/under2given.com/ -address=/trueffect.underarmour.com/ -address=/underclick.ru/ -address=/underdog.media/ -address=/undertone.com/ -address=/undoxiraqm.com/ -address=/undrininvereb.info/ -address=/uneede.com/ -address=/unequalbrake.com/ -address=/unetall.com/ -address=/unexqnotmzyf.com/ -address=/ungstlateriag.club/ -address=/unhardward.com/ -address=/adserving.unibet.com/ -address=/unicaitaly.it/ -address=/unicaondemand.com/ -address=/unicast.com/ -address=/uniconsent.com/ -address=/cookies.unidadeditorial.es/ -address=/unifini.de/ -address=/unikmmqybjy.com/ -address=/unilz588.com/ -address=/unimhk.com/ -address=/union-wifi.com/ -address=/union001.com/ -address=/union009.com/ -address=/unionbig.com/ -address=/unionli.com/ -address=/unionsky.cn/ -address=/unionsky2.cn/ -address=/unionsy.com/ -address=/uniplayad.com/ -address=/uniqodo.com/ -address=/ads.unister-gmbh.de/ -address=/stats.united-domains.de/ -address=/tracking.unitednaturals.com/ -address=/unitethecows.com/ -address=/unityads.unity3d.com/ -address=/cdp.cloud.unity3d.com/ -address=/data-optout-service.uca.cloud.unity3d.com/ -address=/thind-gke-euw.prd.data.corp.unity3d.com/ -address=/unityads.unitychina.cn/ -address=/universaltrackingcontainer.com/ -address=/universityofinternetscience.com/ -address=/unjqjnzvzyrtw.com/ -address=/b.unjs.com/ -address=/unknownads.com/ -address=/unknowntray.com/ -address=/unkrokwhwn.com/ -address=/unlim-app.tk/ -address=/unlockr.com/ -address=/unmhxfutdmxcdw.com/ -address=/unoblotto.net/ -address=/unpaundlagot.pro/ -address=/tracking.unrealengine.com/ -address=/unrulymedia.com/ -address=/unrummaged.com/ -address=/unrzhgdly.com/ -address=/phoenix.untd.com/ -address=/prod.untd.com/ -address=/track.untd.com/ -address=/untidyquestion.com/ -address=/untidyrice.com/ -address=/untridrisa.cf/ -address=/untypetenthdicket.info/ -address=/unumbonum.com/ -address=/unwyiror.com/ -address=/unyhjoehc.com/ -address=/uo12.com/ -address=/uoarbhxfyygn.com/ -address=/uod2quk646.com/ -address=/allnews.uodoo.com/ -address=/uofmnbkm.com/ -address=/uoicsyuiof.com/ -address=/uoifloesog.com/ -address=/uojjfspxqcyik.com/ -address=/uol.com.br/ -address=/uoldid.ru/ -address=/uoommnucvua.com/ -address=/uopayiycy.com/ -address=/uophrutbsb.com/ -address=/uoqktpjfrctroa.com/ -address=/uoredi.com/ -address=/uorhedemxtni.com/ -address=/uowpygtwql.com/ -address=/uoyrsd.com/ -address=/uoyznzsggodnl.com/ -address=/uozfvskaqrgm.com/ -address=/iutr.uozwys.top/ -address=/up-dates.to/ -address=/up-rank.com/ -address=/upads.info/ -address=/cocoawu.b0.upaiyun.com/ -address=/iosipa.b0.upaiyun.com/ -address=/upapi.net/ -address=/upckrtagwpwk.com/ -address=/metrics.upcload.com/ -address=/upcum.com/ -address=/updo.nl/ -address=/uphuatdmwbdm.com/ -address=/eblastengine.upickem.net/ -address=/upijhkdcovdep.com/ -address=/upikeoshfhw.com/ -address=/supply.upjers.com/ -address=/upliftsearch.com/ -address=/upload.cc/ -address=/ads-sdk-cn.upltv.com/ -address=/a-sta-cn.upltv.com/ -address=/ads-sdk.upltv.com/ -address=/report-ads-sdk.upltv.com/ -address=/c-sta-cn.upltv.com/ -address=/upogbpseso.com/ -address=/upptux.cn/ -address=/uppybbhxbblxa.com/ -address=/upqhjossdznx.com/ -address=/mobilelog.upqzfile.com/ -address=/upravel.com/ -address=/uprbleorptdghy.com/ -address=/uprimp.com/ -address=/tracker.uprinting.com/ -address=/uprlyxksgcffgn.com/ -address=/upsaibou.net/ -address=/upscore.com/ -address=/hit-pool.upscore.io/ -address=/upscri.be/ -address=/upstats.ru/ -address=/upswings.net/ -address=/uptain.de/ -address=/rum.uptime.com/ -address=/uptimecdn.com/ -address=/uptolike.com/ -address=/uptracs.com/ -address=/uptrendsdata.com/ -address=/upush.co/ -address=/upvtnuffy.com/ -address=/analytics.upworthy.com/ -address=/upwtyghvknaiw.com/ -address=/upwzuqfcvbeqo.com/ -address=/upzpyrsvvxpoey.com/ -address=/uqbxjdeeq.com/ -address=/uqbxznftv.com/ -address=/uqdqwaolvyxbjc.com/ -address=/uqelijcu.com/ -address=/uqemcyylvcdrgs.com/ -address=/uqhqcoezkn.com/ -address=/uqpfh.cn/ -address=/uqsoxvwffpkrt.com/ -address=/uqyatperdvczfw.com/ -address=/uqyirvghv.com/ -address=/uralweb.ru/ -address=/stats.urban-media.com/ -address=/urbanairship.com/ -address=/urcakbypjfvsq.com/ -address=/service.urchin.com/ -address=/urchrevening.info/ -address=/uremechangec.info/ -address=/urercontalproces.info/ -address=/urfdvrrg.com/ -address=/urgwritishimpos.info/ -address=/urhu.cn/ -address=/uri6.com/ -address=/urifiel.pw/ -address=/uriqirelle.xyz/ -address=/uriuridfg.com/ -address=/uriyuri.com/ -address=/urkmuzzygjp.com/ -address=/url-cameralist.tk/ -address=/url.ms/ -address=/urlad.com.tw/ -address=/urlads.net/ -address=/urlat.cn/ -address=/urlbrief.com/ -address=/urlcash.net/ -address=/urldelivery.com/ -address=/urlet.cn/ -address=/x0r.urlgalleries.net/ -address=/urlself.com/ -address=/urmilan.info/ -address=/urnuvssumlrb.com/ -address=/uroidgcc.com/ -address=/urstats.de/ -address=/analytics.urx.io/ -address=/urynnngdrt.com/ -address=/powersearch.us.com/ -address=/sgs.us.com/ -address=/usa.cc/ -address=/usabilitytools.com/ -address=/usabilla.com/ -address=/usaenterprise.com/ -address=/usairguw.com/ -address=/sp.usatoday.com/ -address=/ljblo.usb166.com/ -address=/usbanners.com/ -address=/uscarefusedshi.info/ -address=/usclxdvvvnkdrv.com/ -address=/uscpn0c485wn.com/ -address=/usdlgonjnzpu.com/ -address=/collect.usefathom.com/ -address=/usefomo.com/ -address=/useinsider.com/ -address=/useitbetter.com/ -address=/usemax.de/ -address=/usemaxserver.de/ -address=/usenet.world/ -address=/usenetjunction.com/ -address=/usenetnl.download/ -address=/usenetoffer.download/ -address=/usenetpassport.com/ -address=/usenettest.info/ -address=/usenetxs.space/ -address=/useproof.com/ -address=/user-api.com/ -address=/user-clicks.com/ -address=/user-red.com/ -address=/usercash.com/ -address=/usercentrics.eu/ -address=/usercycle.com/ -address=/userdatatrust.com/ -address=/userdive.com/ -address=/userdmp.com/ -address=/userfly.com/ -address=/userlook.com/ -address=/userneeds.dk/ -address=/userreplay.net/ -address=/userreport.com/ -address=/users-api.com/ -address=/userzoom.com/ -address=/usfmamdapvmfs.com/ -address=/alertserver.ushaqi.com/ -address=/ushooque.net/ -address=/usingde.com/ -address=/usjguyybhhtjos.com/ -address=/uslycoloursewo.info/ -address=/usocial.pro/ -address=/usrvgxowmn.com/ -address=/usshjrket.com/ -address=/usswrite.com/ -address=/usty357a.site/ -address=/usuarios-online.com/ -address=/usurv.com/ -address=/uswgkadyika.com/ -address=/stats.uswitch.com/ -address=/usxobxnmmaix.com/ -address=/a.ut8d8.com/ -address=/utarget.co.uk/ -address=/utarget.ru/ -address=/utbclxmcv.com/ -address=/uthifuehb.com/ -address=/uthworkreaseu.info/ -address=/utiiamqdsku.com/ -address=/utillib.xyz/ -address=/utjznnqgd.com/ -address=/utmcttmdaoqd.com/ -address=/wap.utmei.cn/ -address=/utngexelkv.com/ -address=/utokapa.com/ -address=/utorido.com/ -address=/utpenedwritted.info/ -address=/utpgxaylxurhbc.com/ -address=/utrehter.com/ -address=/utrfixbusce.com/ -address=/utrinterrommo.pro/ -address=/utrvcoqxyshvly.com/ -address=/utstancecaricit.info/ -address=/utubeconverter.com/ -address=/utuqrzwg.com/ -address=/utvxgpmcnaq.com/ -address=/utzhcsrzrlhhxn.com/ -address=/app.uu.cc/ -address=/dl.uu.cc/ -address=/game.subway.uu.cc/ -address=/in1.feed.uu.cc/ -address=/in1.secure.uu.cc/ -address=/sdklog.uu.cc/ -address=/sdkpay.uu.cc/ -address=/img.uu1001.cn/ -address=/uuaajohul.com/ -address=/uubxhbwnwmfqp.com/ -address=/uudehlgu.com/ -address=/uufbvpidyn.com/ -address=/uuidksinc.net/ -address=/uujzywpxxrroh.com/ -address=/sj.uukanshu.com/ -address=/uukqisdwolzsjd.com/ -address=/uulucky.com/ -address=/uunak.cn/ -address=/526d.uunice.com/ -address=/526dimg.uunice.com/ -address=/weld.uunice.com/ -address=/weld830.uunice.com/ -address=/uunriutbi.com/ -address=/clk.uunt.com/ -address=/uuopp.com/ -address=/gg.uuu9.com/ -address=/stat.uuu9.com/ -address=/uux79.com/ -address=/uuxnwoevyb.com/ -address=/uuzjerqlmxnosw.com/ -address=/static.flv.uuzuonline.com/ -address=/uvawalhexufy.com/ -address=/uvclick.com/ -address=/uvertauh.com/ -address=/uvlyzxml.com/ -address=/uvmfrryhmaww.com/ -address=/uvomthuqsqx.com/ -address=/uvosubgxhws.com/ -address=/uvppdseel.com/ -address=/uvsea.cn/ -address=/uvsxjyokgfz.com/ -address=/uvyfszshvgassp.com/ -address=/uvzfodimtska.com/ -address=/uw9377.com/ -address=/uwehcnmbnfr.com/ -address=/uwidtpjwh.com/ -address=/uwkwhedvie.com/ -address=/uwonderful.ru/ -address=/uwxldrvqyk.com/ -address=/uxbewzrfyp.com/ -address=/uxernab.com/ -address=/uxkkltrrxlowzo.com/ -address=/uxlkqeiez.com/ -address=/uxnssjly.com/ -address=/uxzbsinjyld.com/ -address=/uxzcwowjd.com/ -address=/img.uyangyong.cn/ -address=/uydeapvmmlvdp.com/ -address=/uyeluxauiq.com/ -address=/uyfujpumixi.com/ -address=/uyiyuiyuiy.com/ -address=/uymjshdxxneu.com/ -address=/uytabzmvei.com/ -address=/uyunad.com/ -address=/uyxjfkgudefv.com/ -address=/uyxjnuqbti.com/ -address=/uyyalzrvkvmtiq.com/ -address=/uyyimqrmxcwuo.com/ -address=/uyzzzeodgommgb.com/ -address=/uzerly.net/ -address=/cdn1.res.uzham.com/ -address=/uziiygdcwur.com/ -address=/uzikrtotjbnq.com/ -address=/uzk4umokyri3.com/ -address=/uzlleehrsmibli.com/ -address=/uznwafjxmm.com/ -address=/uzpmrbek.com/ -address=/uzpvacvhdssq.com/ -address=/uzrating.com/ -address=/uzrrqqzlktpymn.com/ -address=/uzsqhuevese.com/ -address=/uzvqrimq.com/ -address=/uzvuhhyymmkc.com/ -address=/uzwweczttqlayd.com/ -address=/uzxbwsnhjlt.com/ -address=/uzxzkkyzb.com/ -address=/uzyid.cn/ -address=/uzylpwfamhcb.com/ -address=/acs.agent.v-56.com/ -address=/bill.agent.v-56.com/ -address=/v-links.net/ -address=/c.v-meng.org/ -address=/1.v-x.com.cn/ -address=/v.center/ -address=/v00087.com/ -address=/v11media.com/ -address=/v12group.com/ -address=/v1n7c.com/ -address=/v2cigs.com/ -address=/v3cdn.net/ -address=/v3g4s.com/ -address=/v3iy0h.cn/ -address=/v44i.cn/ -address=/e.v48bna.cn/ -address=/v4dwkcv.com/ -address=/cx.v5cam.com/ -address=/m.v5oj7h.cn/ -address=/v5q3p.cn/ -address=/v66v66.com/ -address=/v68.ink/ -address=/va-endpoint.com/ -address=/vacaneedasap.com/ -address=/tdep.vacansoleil.fr/ -address=/vacshqmpvkbzjh.com/ -address=/vacwrite.com/ -address=/vadpay.com/ -address=/vaedan.top/ -address=/vaftkcyzqg.com/ -address=/vagwyn.pw/ -address=/vajiyqbb.com/ -address=/vakgkyas.com/ -address=/validclick.com/ -address=/analytics.valiuz.com/ -address=/valkrana.xyz/ -address=/valpkwew.com/ -address=/valthyra.com/ -address=/valuad.cloud/ -address=/valuead.com/ -address=/valueaffiliate.net/ -address=/ad.valuecalling.com/ -address=/valueclick.com/ -address=/valueclick.net/ -address=/valueclickmedia.com/ -address=/valuecommerce.com/ -address=/valuedopinions.co.uk/ -address=/vamaker.com/ -address=/vangmobi.com/ -address=/analytics.vanillaforums.com/ -address=/vaniok.cn/ -address=/vanmapdug.club/ -address=/vantage-media.net/ -address=/vapedia.com/ -address=/vapgfhsecbit.com/ -address=/variablefitness.com/ -address=/variti.net/ -address=/vmstats.varrando.com/ -address=/vartoken.com/ -address=/vasfxpribls.com/ -address=/vashoot.com/ -address=/vaslssynz.com/ -address=/vastpaketet.se/ -address=/vatname.info/ -address=/vaultwrite.com/ -address=/vaxaqngzs3.com/ -address=/e.vaxyz.com/ -address=/m.vaxyz.com/ -address=/vaygzgvc.com/ -address=/vbanalytics.com/ -address=/vbanm.com/ -address=/vbcmgmhfoj.com/ -address=/vbebblpht.com/ -address=/vbhfrdqskvcvxj.com/ -address=/m.vbinr.com/ -address=/vbiudrdieouauc.com/ -address=/vbjhsdcuv.com/ -address=/vbjpddtj.com/ -address=/vbkhjlokrdd.com/ -address=/vbkrzqopqbhrd.com/ -address=/vbnm888.com/ -address=/vbtrax.com/ -address=/vbuhzjnj.com/ -address=/vbwfqaisbgn.com/ -address=/vbxrcekqkmrzyd.com/ -address=/t2.vbxx.net/ -address=/vcaif.com/ -address=/eco.vcbn65.xyz/ -address=/mvo.vcbn65.xyz/ -address=/log.vcdn.io/ -address=/vcfnspbgztl.com/ -address=/vcfs6ip5h6.bid/ -address=/log.vcgame.cn/ -address=/mcore.vcgame.cn/ -address=/vchim.com/ -address=/impress.vcita.com/ -address=/vcjbxucwrprtu.com/ -address=/vcmedia.com/ -address=/admicro1.vcmedia.vn/ -address=/vcocbxnawuygjf.com/ -address=/vcommission.com/ -address=/sp.vcstar.com/ -address=/vctgwjsgivo.com/ -address=/vcuor.com/ -address=/vcvapkiua.com/ -address=/vcvefwzdxhysh.com/ -address=/vcwrigdrnh.com/ -address=/vcxoizuwy.com/ -address=/vcyxvhxysl.com/ -address=/vdacizdywoe.com/ -address=/vdains.info/ -address=/vdazz.net/ -address=/vdbasihbxwea.com/ -address=/vdbhe7ti.com/ -address=/vdfoejtqimcgog.com/ -address=/vdhufs.com/ -address=/log.vdisk.cn/ -address=/vdlha.cn/ -address=/vdna-assets.com/ -address=/track.vdo.ai/ -address=/vdoing.com/ -address=/vdopia.com/ -address=/vdrmwfdtn.com/ -address=/vdrpwkycbla.com/ -address=/vdvaazkk.com/ -address=/vdztrack.com/ -address=/ve001nz.com/ -address=/ve6j.cn/ -address=/vebadu.com/ -address=/vectorstock.com/ -address=/vedeh.com/ -address=/vedohd.org/ -address=/veduy.com/ -address=/vee24.com/ -address=/track.veedio.it/ -address=/veedjtyvhn.com/ -address=/veehdmymwvvexv.com/ -address=/veejooty.com/ -address=/veethour.com/ -address=/veewakim.net/ -address=/vgo.vegaoo.co.uk/ -address=/vgo.vegaoo.de/ -address=/vgo.vegaoo.es/ -address=/vgo.vegaoo.nl/ -address=/vgo.vegaoo.pt/ -address=/vgo.vegaooparty.com/ -address=/vgo.vegaoopro.com/ -address=/vegaschina.cn/ -address=/vegent.cn/ -address=/veille-referencement.com/ -address=/veinteractive.com/ -address=/vekuridufq.com/ -address=/velaro.com/ -address=/velmedia.net/ -address=/velocecdn.com/ -address=/velocitycdn.com/ -address=/velti.com/ -address=/vemba.com/ -address=/vempozah.net/ -address=/vemrhavwgchp.com/ -address=/analytics.vendemore.com/ -address=/tm.vendemore.com/ -address=/vendexo.com/ -address=/vendri.io/ -address=/venonita.com/ -address=/ea.venta-unica.com/ -address=/ea.vente-unique.be/ -address=/ea.vente-unique.ch/ -address=/ea.vente-unique.com/ -address=/guq9.vente-unique.it/ -address=/ea.vente-unique.lu/ -address=/dko.vente-unique.nl/ -address=/tdf1.vente-unique.pt/ -address=/ventivmedia.com/ -address=/venturead.com/ -address=/curate.venturebeat.com/ -address=/veodxsimctsgs.com/ -address=/veoujrnenng.com/ -address=/veoxa.com/ -address=/vepxl1.net/ -address=/ver-pelis.net/ -address=/verblife-2.co/ -address=/verblife-3.co/ -address=/verdrivenbru.info/ -address=/veremund-hon.com/ -address=/verifier.live/ -address=/verifypow.com/ -address=/vernmentbasily.com/ -address=/vernoblisk.com/ -address=/verresof.com/ -address=/versahq.com/ -address=/versetime.com/ -address=/vertamedia.com/ -address=/demo.vertexinfo.in/ -address=/vertical-leap.co.uk/ -address=/vertical-leap.net/ -address=/verticalaffiliation.com/ -address=/ct.verticalhealth.net/ -address=/verticalscope.com/ -address=/verticalsearchworks.com/ -address=/vertismedia.co.uk/ -address=/vertivchina.cn/ -address=/vertourmer.com/ -address=/vertster.com/ -address=/verypopularwebsite.com/ -address=/vestlitt.online/ -address=/vette-porno.nl/ -address=/veuzlkpnbujf.com/ -address=/g.vev.io/ -address=/vexuchkhuin.com/ -address=/vezipelsr.com/ -address=/vf5c.com/ -address=/vf5yb4.cn/ -address=/vfdxlt.cn/ -address=/vfgbeaayncdya.com/ -address=/vfgta.com/ -address=/vfkuauks.com/ -address=/vfkwaaqc.com/ -address=/vfousvlr.com/ -address=/vfsyklhwbxgq.com/ -address=/vfxkeagns.com/ -address=/vg74gi6mea.com/ -address=/vgbvsduys.com/ -address=/js2.vgetv.xyz/ -address=/js2.vgetv1.xyz/ -address=/vghd.com/ -address=/vghjsrae.com/ -address=/vgjwkjinwkud.com/ -address=/click.vgnett.no/ -address=/vgnlhfdkmcdc.com/ -address=/vgodvvcwrshk.com/ -address=/wall.vgr.com/ -address=/vgsgaming-ads.com/ -address=/vgszcaszzef.com/ -address=/vgvzvqbzhh.com/ -address=/met.vgwort.de/ -address=/vgyakiejafjjj.com/ -address=/m.vh92e.cn/ -address=/vhiuhrwapdirpu.com/ -address=/vhldwuv6om.com/ -address=/vhmengine.com/ -address=/vhmnetwork.com/ -address=/vhouorcd.com/ -address=/vhpmiipdpjq.com/ -address=/vhpxa.top/ -address=/vhvuvmjxdo.com/ -address=/vhzgmzakn.com/ -address=/vi-serve.com/ -address=/i.viafoura.co/ -address=/geoip.viamichelin.com/ -address=/vianadserver.com/ -address=/viapush.com/ -address=/viatepigan.com/ -address=/wssgmstats.vibbo.com/ -address=/vibrant.co/ -address=/vibrantmedia.com/ -address=/advice-ads-cdn.vice.com/ -address=/geoip-lookup.vice.com/ -address=/sourcepoint.vice.com/ -address=/vice-publishers-cdn.vice.com/ -address=/vicegnem.click/ -address=/vichc.com/ -address=/vicomi.com/ -address=/victorjx.com/ -address=/vid123.net/ -address=/tracking.vid4u.org/ -address=/analytics.tribeca.vidavee.com/ -address=/vidcoin.com/ -address=/vidcpm.com/ -address=/stats.viddler.com/ -address=/video-loader.com/ -address=/video-people.com/ -address=/videoadex.com/ -address=/rtas.videocc.net/ -address=/videoclick.ru/ -address=/videodeals.com/ -address=/stats.videodelivery.net/ -address=/videoegg.com/ -address=/videohub.com/ -address=/videoindigen.com/ -address=/videojj.com/ -address=/videologygroup.com/ -address=/error.videonow.ru/ -address=/videoplayer2.xyz/ -address=/videoplayerhub.com/ -address=/videoplaza.com/ -address=/videoplaza.tv/ -address=/videoroll.net/ -address=/banners.videosecrets.com/ -address=/videostat.com/ -address=/eventtracker.videostrip.com/ -address=/ads.videosz.com/ -address=/banners.videosz.com/ -address=/feeds.videosz.com/ -address=/galleries.videosz.com/ -address=/ads-trk.vidible.tv/ -address=/snaps.vidiemi.com/ -address=/vidigital.ru/ -address=/conf.vidown.cn/ -address=/gg.vidown.cn/ -address=/minisite.vidown.cn/ -address=/rtlog.vidown.cn/ -address=/tj.vidown.cn/ -address=/vidpay.com/ -address=/pings.vidpulse.com/ -address=/vidsdelivery.com/ -address=/vidto.me/ -address=/vidto.se/ -address=/vidtodo.pro/ -address=/vidzi.tv/ -address=/view-ads.de/ -address=/viewablemedia.net/ -address=/viewar.org/ -address=/viewclc.com/ -address=/viewex.co.uk/ -address=/beacon.viewlift.com/ -address=/viewscout.com/ -address=/vigdxlpecmv.com/ -address=/api.viglink.com/ -address=/cdn.viglink.com/ -address=/vignmvwjlyc.com/ -address=/vihtori-analytics.fi/ -address=/vihub.ru/ -address=/clvk.viki.io/ -address=/collector.viki.io/ -address=/villalecchi.com/ -address=/vilynx.com/ -address=/vimdiebid.club/ -address=/vindicosuite.com/ -address=/vinfazjrdmh.com/ -address=/vinitasentence.pro/ -address=/vinlens.com/ -address=/vinsight.de/ -address=/vinub.com/ -address=/vinyljazzrecords.com/ -address=/vip-vip-vup.com/ -address=/mar.vip.com/ -address=/api.union.vip.com/ -address=/click.union.vip.com/ -address=/m.gdt.vip1790.cn/ -address=/ads.vipbaihe.com/ -address=/vipcpms.com/ -address=/ms.vipstatic.com/ -address=/viptv91.cn/ -address=/vipwm.cc/ -address=/ckg.vipyl.com/ -address=/vira.ru/ -address=/viral782.com/ -address=/viralcpm.com/ -address=/viralfix.net/ -address=/viralmediatech.com/ -address=/viralninjas.com/ -address=/viralvideos.pw/ -address=/virashux.net/ -address=/virgbmkmear.com/ -address=/da.virginmedia.com/ -address=/virgo8.cn/ -address=/virgul.com/ -address=/viriepak.com/ -address=/virool.com/ -address=/virtuagirlhd.com/ -address=/virtualnet.co.uk/ -address=/visadd.com/ -address=/sp.visaliatimesdelta.com/ -address=/visiads.com/ -address=/visibility-stats.com/ -address=/visiblegains.com/ -address=/visiblemeasures.com/ -address=/visibli.com/ -address=/visilabs.net/ -address=/visionclearz.com/ -address=/visioncriticalpanels.com/ -address=/visistat.com/ -address=/visitor-analytics.io/ -address=/visitor-analytics.net/ -address=/visitor-stats.de/ -address=/visitor-track.com/ -address=/visitorglobe.com/ -address=/visitorinspector.com/ -address=/visitorjs.com/ -address=/visitorpath.com/ -address=/visitorprofiler.com/ -address=/visitortracklog.com/ -address=/visitorville.com/ -address=/visits.lt/ -address=/visitstats.com/ -address=/visitstreamer.com/ -address=/visitweb.com/ -address=/retargeting.vistaprint.com/ -address=/vistatech.us/ -address=/visto1.net/ -address=/visualdna.com/ -address=/visualrevenue.com/ -address=/visualsteel.net/ -address=/visualwebsiteoptimizer.com/ -address=/visx.net/ -address=/vitalads.net/ -address=/vitamasaz.pl/ -address=/viunypnvhcw.com/ -address=/viurihkwo.com/ -address=/vivaimontina.com/ -address=/wla.vivaldi.com/ -address=/cnt.vivatube.com/ -address=/target.vivid.com/ -address=/vividcash.com/ -address=/vivistats.com/ -address=/adlog.vivo.com.cn/ -address=/adreq.vivo.com.cn/ -address=/adsdk.vivo.com.cn/ -address=/adsstatic.vivo.com.cn/ -address=/adxlog.vivo.com.cn/ -address=/stnetsdk.appstore.vivo.com.cn/ -address=/monitor-stsdk.vivo.com.cn/ -address=/onrt-stsdk.vivo.com.cn/ -address=/ort-stsdk.vivo.com.cn/ -address=/pnrt-stsdk.vivo.com.cn/ -address=/prt-stsdk.vivo.com.cn/ -address=/stnetsdk.vivo.com.cn/ -address=/stsdk.vivo.com.cn/ -address=/vcardsdkservice.vivo.com.cn/ -address=/vivocha.com/ -address=/viwsqbbvfknp.com/ -address=/vixirtab.com/ -address=/vixnixxer.com/ -address=/vizaiced.net/ -address=/vizisense.net/ -address=/vizury.com/ -address=/vizzit.se/ -address=/vjfgmsly.com/ -address=/vjfkglkztcz.com/ -address=/vjgyxegvfrhthq.com/ -address=/vjhjolgaz.com/ -address=/vjie.com/ -address=/vjltrbzrtqmkib.com/ -address=/vjqshoyjxwk.com/ -address=/e.vjuei.com/ -address=/m.vjuei.com/ -address=/vjuer.com/ -address=/vjuvorqe.com/ -address=/vkaofq64zz.com/ -address=/vkbftstazhjgdx.com/ -address=/vkcdnservice.com/ -address=/vkjnd.com/ -address=/vknrfwwxhxaxupqp.pro/ -address=/vkrgljxqn.com/ -address=/vkuay.com/ -address=/vkudpjuvg.com/ -address=/vkvvvnppfmm.com/ -address=/vkwasihbl.com/ -address=/vkznlzueuuebb.com/ -address=/vletnguozhvm.com/ -address=/vlexokrako.com/ -address=/vlhdmywfi.com/ -address=/vlion.cn/ -address=/tag.vlitag.com/ -address=/vllwccvw.com/ -address=/vlnaseyii.com/ -address=/vlogexpert.com/ -address=/vlrzhoueyoxw.com/ -address=/vlscykmnd.com/ -address=/vltjkelvgvj.com/ -address=/vltwox7zl7h1wv.com/ -address=/vltxcrkyxtv.com/ -address=/vlwdjmvhf.com/ -address=/vlxszjkbwgt.com/ -address=/vlyqzdsucomih.com/ -address=/vm5apis.com/ -address=/hiad.vmall.com/ -address=/vmay.com/ -address=/vmetkehutsu.com/ -address=/logs.vmixcore.com/ -address=/vmm-satellite1.com/ -address=/vmm-satellite2.com/ -address=/vmmphpamtigpbi.com/ -address=/vmmpxl.com/ -address=/dc.vmoters.com/ -address=/vmqgouvq.com/ -address=/vmtjybwfb.com/ -address=/vmtrk.com/ -address=/vmtwnkpskok.com/ -address=/vmvuptdijjwi.com/ -address=/vmyvsltb.com/ -address=/vmyzwzgggbcp.com/ -address=/vmzqwz.cn/ -address=/vn543.com/ -address=/vndfakned.com/ -address=/vndgfycu.com/ -address=/vnet.cn/ -address=/vnfdwoljzoaer.com/ -address=/eco.vng25.xyz/ -address=/vngztuqon.com/ -address=/vnjeqfwmotkvbg.com/ -address=/vnlqgiuul.com/ -address=/vnnv777.cn/ -address=/vnrapyiaxxj.com/ -address=/vnrherdsxr.com/ -address=/vns3359.com/ -address=/vns800600.net/ -address=/vntsm.com/ -address=/vnw2gd68pb.com/ -address=/vnwqrcvud.com/ -address=/voaalhaobdl.com/ -address=/voagapti.com/ -address=/voajewhe.net/ -address=/voameque.com/ -address=/voaroawo.net/ -address=/voastauz.net/ -address=/vocational-training.us/ -address=/newsletters.vocento.com/ -address=/vod-cash.com/ -address=/fc.vodafone.de/ -address=/vfd2dyn.vodafone.de/ -address=/m1.vodjk.com/ -address=/vogo-vogo.ru/ -address=/vogopita.com/ -address=/vogorana.ru/ -address=/vogosita.com/ -address=/vogotita.com/ -address=/vogozae.ru/ -address=/aa.voice2page.com/ -address=/voiceads.cn/ -address=/log.voicecloud.cn/ -address=/voicefive.com/ -address=/voioaartgw.com/ -address=/voipnewswire.net/ -address=/volantix.com/ -address=/volgograd-info.ru/ -address=/volleyball-doppeldorf.de/ -address=/vologda-info.ru/ -address=/volomedia.com/ -address=/voluumtracker.com/ -address=/voluumtrk.com/ -address=/voluumtrk3.com/ -address=/volvelle.tech/ -address=/voodoo-ads.io/ -address=/voodoo-analytics.io/ -address=/voodoo.com/ -address=/crosspromo.voodoo.io/ -address=/voodooalerts.com/ -address=/adinf.voole.com/ -address=/apkinfo.voole.com/ -address=/voqdswwgrheo.com/ -address=/voqkuiowjtkwgc.com/ -address=/voradu.com/ -address=/voredi.com/ -address=/votistics.com/ -address=/vounoany.net/ -address=/vouzgwau.com/ -address=/q1scv.vov0.com/ -address=/vovhiwr.com/ -address=/vowoujum.com/ -address=/vowqesvqjwxc.com/ -address=/voxfind.com/ -address=/optimize-stats.voxmedia.com/ -address=/phonograph2.voxmedia.com/ -address=/providence.voxmedia.com/ -address=/voxnrvzwy.com/ -address=/vbe.voyage-prive.be/ -address=/vch.voyage-prive.ch/ -address=/vfo.voyage-prive.co.uk/ -address=/ek8.voyage-prive.com/ -address=/vde1.voyage-prive.de/ -address=/pgt1.voyage-prive.es/ -address=/ncx2.voyage-prive.it/ -address=/vnl1.voyage-prive.nl/ -address=/voyeurbase.com/ -address=/voyeurhit.com/ -address=/links.voyeurweb.com/ -address=/vpfadnueru.com/ -address=/vpfcvagfrmy.com/ -address=/vpgwdlayctn.com/ -address=/vpico.com/ -address=/vpie.net/ -address=/vpjtrmeyq.com/ -address=/vpkq.cn/ -address=/vplvywqxsm.com/ -address=/e.vpmjg.cn/ -address=/m.vpmjg.cn/ -address=/affiliates.vpn.ht/ -address=/vpndcpxavg.com/ -address=/vpnfortorrents.cc/ -address=/vpon.com/ -address=/bk9gun.vpser.net/ -address=/vptbn.com/ -address=/vptgnqpknpdyq.com/ -address=/vpwdweham.com/ -address=/vpyrfomwel.com/ -address=/vqamufkhkin.com/ -address=/vqcilhkfwvks.com/ -address=/vqfoxxxnunqkgm.com/ -address=/vqjphqthvfl.com/ -address=/vqkkbbivznoso.com/ -address=/vqmcyhsi.com/ -address=/vqmdezgkkklcc.com/ -address=/vqsggzvcaujh.com/ -address=/vqzqkhumdad.com/ -address=/cts.vresp.com/ -address=/vrewpywootyu.com/ -address=/vrmuyscnqgsg.com/ -address=/vroll.net/ -address=/vrstage.com/ -address=/cookie.vrt.be/ -address=/vrtzads.com/ -address=/c.vrvm.com/ -address=/go.vrvm.com/ -address=/vrvyearwxo.com/ -address=/vrzparvhipmo.com/ -address=/vs3.com/ -address=/vs4family.com/ -address=/vs944.cn/ -address=/vsbvvcyxz.com/ -address=/track.vscash.com/ -address=/a.vserv.mobi/ -address=/admin.vserv.mobi/ -address=/ads.vserv.mobi/ -address=/c.vserv.mobi/ -address=/sf.vserv.mobi/ -address=/vsexshop.ru/ -address=/vsgvivozec.com/ -address=/vshkypld.com/ -address=/1.vsimg.com/ -address=/vsmqqjwwnoshrj.com/ -address=/vsnoon.com/ -address=/vsoebgfizoqbiv.com/ -address=/vsqswbgpgwc.com/ -address=/vsrsmetactuul.com/ -address=/vsrsviytlb.com/ -address=/vsstaewjpqcymx.com/ -address=/vsupeokq.com/ -address=/vswvbbegnyxxx.com/ -address=/vsyqexksz.com/ -address=/vt863.cn/ -address=/vtbyvtmabpclx.com/ -address=/vtemaaftwexu.com/ -address=/vtgcvsmzxiyoz.com/ -address=/vth05dse.com/ -address=/vthhmbfo.com/ -address=/vtqifk86868.cn/ -address=/vtracker.net/ -address=/vtracy.de/ -address=/vtrjqehu.com/ -address=/vtrtl.de/ -address=/vuaardbsbcppb.com/ -address=/vuahb.com/ -address=/vudbfsnvyzxo.com/ -address=/vuhaupso.net/ -address=/vuikvvkcdas.com/ -address=/vukhhjzd.com/ -address=/vulbyhxsrxcdgo.com/ -address=/vulging.pro/ -address=/stats.vulture.com/ -address=/vungle.com/ -address=/vupulse.com/ -address=/vuqufeqv.com/ -address=/vural-electronic.com/ -address=/vuryua.ru/ -address=/vuuwd.com/ -address=/vuvcwrxn.com/ -address=/vuwojxgklca.com/ -address=/vvaqbhmahjb.com/ -address=/vvaqdyzdovonc.com/ -address=/vvbmvooy.com/ -address=/vvbvubdvfzihb.com/ -address=/vvcashpop.com/ -address=/vvczvfrbtwrvs.com/ -address=/vvgttgprssiy.com/ -address=/vvjlrhuzmhzlws.com/ -address=/vvkvlqubnge.com/ -address=/vvnna.com/ -address=/vvoczokfayxwu.com/ -address=/vvps.ws/ -address=/vvqpavyfkr.com/ -address=/vvscrhqok.com/ -address=/vvshsrdlf.com/ -address=/vvtysgrbmx.com/ -address=/bu1.vvvdj.com/ -address=/vvvic.com/ -address=/vvvnbqnhxgs.com/ -address=/vvygnzor.com/ -address=/vvyimltzbnu.com/ -address=/vw81e.cn/ -address=/vwadblujv.com/ -address=/vwb4p.cn/ -address=/vwdjipcvcph.com/ -address=/vwdrpxmgehqknz.com/ -address=/vwkhdi.cn/ -address=/vwkyuawm.com/ -address=/vwpoxvufxnon.com/ -address=/vwprafiwoiut.com/ -address=/vwvnounnfteusv.com/ -address=/vwvvaeor.com/ -address=/vwxgxculdbybw.com/ -address=/vwxptkkqbyppe.com/ -address=/vwzolswcoyla.com/ -address=/vwzvqkcoaszyw.com/ -address=/vxdrqtghmztm.com/ -address=/vxijqpsxpdlztm.com/ -address=/vxkfvzhduws.com/ -address=/vxkupxpf.com/ -address=/vxneczkffmaxkf.com/ -address=/vxnejgcewmbuk.com/ -address=/vxrpmslex.com/ -address=/vxsnk.com/ -address=/vxzudzbjvtegu.com/ -address=/vy74i.cn/ -address=/vyagpffxvs.com/ -address=/vyatdrilrtgeh.com/ -address=/vygekimhrfto.com/ -address=/vysgpewbyfbiob.com/ -address=/vyule.com/ -address=/vyykulowdu.com/ -address=/vz71j.cn/ -address=/vzbbzzasjtn.com/ -address=/vzhjnorkudcxbiy.com/ -address=/vzhlsmmboaqxlv.com/ -address=/vzjjglrnira.com/ -address=/vzkdyladanuudb.com/ -address=/vzkyivowceqcsd.com/ -address=/vzreguys.com/ -address=/vzsuiuamhuozw.com/ -address=/vzvpswkjpxvzs.com/ -address=/vzxnrtxpdnl.com/ -address=/vzyclgqffpojk.com/ -address=/w00f.net/ -address=/w00tmedia.net/ -address=/w13qh.cn/ -address=/w1a.cc/ -address=/w2528.com/ -address=/e.w2xj4.cn/ -address=/m.w2xj4.cn/ -address=/w3989.com/ -address=/w3counter.com/ -address=/w3exit.com/ -address=/a.w3techs.com/ -address=/w4.com/ -address=/w4statistics.info/ -address=/w55c.net/ -address=/g.w5b454.com/ -address=/e.w5xj4.cn/ -address=/m.w5xj4.cn/ -address=/e.w5xj9.cn/ -address=/w65p.com/ -address=/e.w6o2c.cn/ -address=/m.w6o2c.cn/ -address=/e.w6xj4.cn/ -address=/m.w6xj6.cn/ -address=/ca.w8.com.cn/ -address=/zdw.w8.com.cn/ -address=/w859u.cn/ -address=/w9statistics.info/ -address=/wa4etw9l.top/ -address=/w.waacorp.com/ -address=/waavnpkn.com/ -address=/waby66.cn/ -address=/wacc888.com/ -address=/wacucmiy.net/ -address=/a.waczt.cn/ -address=/wadrzbroefwd.com/ -address=/wadsotch.com/ -address=/wafmedia3.com/ -address=/wafmedia6.com/ -address=/waframedia20.com/ -address=/waframedia5.com/ -address=/waframedia8.com/ -address=/waframedia9.com/ -address=/wagenlux.cn/ -address=/wagershare.com/ -address=/wagoapse.com/ -address=/wahamtou.net/ -address=/wahoha.com/ -address=/wahwahnetworks.com/ -address=/waihui518.com/ -address=/wainveredspar.info/ -address=/waitingpresen.info/ -address=/mo.wajsa.com/ -address=/wakamoment.tk/ -address=/wakapita.com/ -address=/wakogzmgjqucs.com/ -address=/walibao.com/ -address=/ad.walkgame.com/ -address=/collector.wallapop.com/ -address=/wallpapersfacts.com/ -address=/wallstrads.com/ -address=/beacon.affil.walmart.com/ -address=/walmeric.com/ -address=/walprater.com/ -address=/wamcash.com/ -address=/wamnetwork.com/ -address=/s1.wan1979.com/ -address=/wancai.com/ -address=/wanfukang.cc/ -address=/ad.wang502.com/ -address=/pb.wang502.com/ -address=/wangdaizao.com/ -address=/wangdddy.com/ -address=/wangdq.com/ -address=/wangfenxi.com/ -address=/wangjinhu.wang/ -address=/wangketuan.com/ -address=/usejj.wangkl.com/ -address=/wangliqin.top/ -address=/wangqing7.top/ -address=/wangqipu.com/ -address=/wangsufast.com/ -address=/wangzhichao.info/ -address=/m.wanjiahao.top/ -address=/qd.wanjuanba.com/ -address=/dzz.wankeedu.com/ -address=/clc.wanmancn.com/ -address=/analytics.wanmei.com/ -address=/dail01.wanmeilr.com/ -address=/h5.wannaplay.cn/ -address=/wannianli.mobi/ -address=/wanrenshe.com/ -address=/wantaico.com/ -address=/wantatop.com/ -address=/wantcannabis.ca/ -address=/wantfour.com/ -address=/c.wantxt.cc/ -address=/k1.wanwenwan.cn/ -address=/shili.wanyx.com/ -address=/a.wanzhuang.com/ -address=/wanzituandui.com/ -address=/wao24.com/ -address=/wapadv.com/ -address=/wapdollar.in/ -address=/waploft.cc/ -address=/waploft.com/ -address=/waplog.net/ -address=/wapoawoo.net/ -address=/waps.cn/ -address=/wapsagnu.net/ -address=/counter.wapstart.ru/ -address=/data.waptime.cn/ -address=/waptrick.com/ -address=/wapx.cn/ -address=/appcdn.wapx.com/ -address=/waqsdyxhha.com/ -address=/warco.pl/ -address=/wardparser.info/ -address=/warezlayer.to/ -address=/warlog.ru/ -address=/ng3.ads.warnerbros.com/ -address=/ea.warnerbros.fr/ -address=/warpwrite.com/ -address=/warron.cn/ -address=/warsalsintrol.site/ -address=/warsomnet.com/ -address=/warten-sie-mal.xyz/ -address=/metrics.washingtonpost.com/ -address=/videotracker.washingtonpost.com/ -address=/acsystem.wasu.cn/ -address=/afpcreative.wasu.cn/ -address=/apistat.wasu.cn/ -address=/delivery.wasu.cn/ -address=/collector.wasu.cn/ -address=/delivery-pc.wasu.cn/ -address=/adsc.wasu.tv/ -address=/ads.wasu.tv/ -address=/adsystem.wasu.tv/ -address=/adwasu.wasu.tv/ -address=/ems.cp12.wasu.tv/ -address=/ipmatm.cp12.wasu.tv/ -address=/pl.cp12.wasu.tv/ -address=/topapi.cp12.wasu.tv/ -address=/valatm.cp12.wasu.tv/ -address=/log.wat.tv/ -address=/watchingssui.info/ -address=/watchingthat.com/ -address=/watchingthat.net/ -address=/watchmygf.to/ -address=/watchnowlive.eu/ -address=/watchtimes.com.cn/ -address=/tracking.waterfrontmedia.com/ -address=/watersoul.com/ -address=/ggw.watertu.com/ -address=/track.wattpad.com/ -address=/waucyeeziiiyul.com/ -address=/waudit.cz/ -address=/api.anti.wauee.com/ -address=/static.wauee.com/ -address=/waugeboa.net/ -address=/sp.wausaudailyherald.com/ -address=/waust.at/ -address=/wauthaum.com/ -address=/wauzoust.com/ -address=/bl.wavecdn.de/ -address=/wawlfosfkdy.com/ -address=/way2traffic.com/ -address=/waycash.net/ -address=/t.wayfair.ca/ -address=/t.wayfair.co.uk/ -address=/px.wayfair.com/ -address=/t.wayfair.com/ -address=/t.wayfair.de/ -address=/track.wayin.com/ -address=/pp.wayqq.com/ -address=/w1.wayqq.com/ -address=/waytogrow.eu/ -address=/wazero.online/ -address=/wazkniedwlea.com/ -address=/m.wbaie.com/ -address=/m.wbanv.com/ -address=/wbaogaqvrukprx.com/ -address=/wbbzegmupyl.com/ -address=/wbdds.com/ -address=/wbdx.fr/ -address=/wbfwyzatvqjbnf.com/ -address=/wbhcemppdg.com/ -address=/wbies.com/ -address=/wbiev.com/ -address=/wbizijxdm.com/ -address=/wbnykwffygwjwr.com/ -address=/wbpal.com/ -address=/wbptqzmv.com/ -address=/wbsadsdel.com/ -address=/wbsadsdel2.com/ -address=/wbshrysmjwfplk.com/ -address=/wbswxksctrvw.com/ -address=/wbthdphsb.com/ -address=/wbtrk.net/ -address=/wbufuclb.com/ -address=/wbxzrxarmzyx.com/ -address=/wcail.com/ -address=/wcfbc.net/ -address=/wcfelywclbql.com/ -address=/wcgrrjyjiaeocd.com/ -address=/wcjup.com/ -address=/wclurprkyk.com/ -address=/wcmcs.net/ -address=/wcnmd.top/ -address=/wcobqyeqpckkzh.com/ -address=/wct.click/ -address=/wcwcypfnvih.com/ -address=/wcwdjojsxbbl.com/ -address=/wcyqoiyohhav.com/ -address=/wcyrjlszoo.com/ -address=/wdaqrxfppj.com/ -address=/wdbqsuukggoyg.com/ -address=/wdeie.com/ -address=/manage.wdfans.cn/ -address=/wdfl.co/ -address=/wdkbcvnh.com/ -address=/wdlnoecwykpon.com/ -address=/qaz.wdou168.com/ -address=/wdpwhnxfzoozsw.com/ -address=/wdquizratrntwr.com/ -address=/wdrgqoweorjfp.com/ -address=/wdwczzyhzra.com/ -address=/wdymwzz.com/ -address=/wdzeuxkfvyv.com/ -address=/wdzsb.com.cn/ -address=/we-stats.com/ -address=/m1.we556.com/ -address=/wealth-at-home-millions.com/ -address=/promos.wealthymen.com/ -address=/weareqy.com/ -address=/wearesaudis.net/ -address=/sp-mms.weather.com/ -address=/x.weather.com/ -address=/analyse.weather.com.cn/ -address=/ctc.weather.com.cn/ -address=/e.weather.com.cn/ -address=/mc.weather.com.cn/ -address=/poster.weather.com.cn/ -address=/swc.weather.com.cn/ -address=/baidu1.weather.com.cn/ -address=/bima.weathercn.com/ -address=/cbdm.weathercn.com/ -address=/log-stats.weathercn.com/ -address=/zgzxs.weathercn.com/ -address=/aima.weathercn.com/ -address=/mbd.weathercn.com/ -address=/mbs.weathercn.com/ -address=/web-bird.jp/ -address=/web-boosting.net/ -address=/web-counter.net/ -address=/web-olymp.ru/ -address=/stat.web-regie.com/ -address=/web-stat.com/ -address=/web-stat.net/ -address=/web-visor.com/ -address=/pm.web.com/ -address=/web605.cn/ -address=/web8.net/ -address=/webabcd.com/ -address=/webads.co.nz/ -address=/webads.eu/ -address=/webads.nl/ -address=/tr.webantenna.info/ -address=/webassembly.stream/ -address=/webcambait.com/ -address=/webcampromo.com/ -address=/webcampromotions.com/ -address=/webcams.com/ -address=/webcashmaker.com/ -address=/webclickengine.com/ -address=/webclickmanager.com/ -address=/webclicktracker.com/ -address=/webcom-software.ws/ -address=/webcompteur.com/ -address=/webcontentassessor.com/ -address=/webcontentdelivery.info/ -address=/webcounter.co.za/ -address=/webcounter.ws/ -address=/ga.webdigi.co.uk/ -address=/webdissector.com/ -address=/webeatyouradblocker.com/ -address=/tru.webelapp.com/ -address=/webengage.com/ -address=/webenginner.com/ -address=/webest.info/ -address=/stat.webevolutis.com/ -address=/webeyez.com/ -address=/webflowmetrics.com/ -address=/webforensics.co.uk/ -address=/webgains.com/ -address=/analytics.webgains.io/ -address=/webglstats.com/ -address=/webgozar.com/ -address=/webgozar.ir/ -address=/webhits.de/ -address=/webiqonline.com/ -address=/jiaoben.webkaka.com/ -address=/webkatalog.li/ -address=/webkooo.com/ -address=/webleads-tracker.com/ -address=/weblist.de/ -address=/weblog.com.ua/ -address=/weblytics.io/ -address=/counter.webmart.de/ -address=/webmasterplan.com/ -address=/fc.webmasterpro.de/ -address=/webmasterspub.com/ -address=/debug-vp.webmd.com/ -address=/webmeter.ws/ -address=/webmine.cz/ -address=/webmine.pro/ -address=/webminepool.com/ -address=/webminepool.tk/ -address=/webminerpool.com/ -address=/webmining.co/ -address=/webmobile.ws/ -address=/log.webnovel.com/ -address=/webodu.com/ -address=/webofxm.cn/ -address=/weborama.fr/ -address=/weborama.io/ -address=/webordermanager.com/ -address=/weboser.com/ -address=/webprospector.de/ -address=/webpu.sh/ -address=/webpush.jp/ -address=/webpushcloud.info/ -address=/webpushs.com/ -address=/analitica.webrpp.com/ -address=/stats.webs.com/ -address=/xorgwebs.webs.com/ -address=/websalesusa.com/ -address=/websearchers.net/ -address=/webseeds.com/ -address=/webserviceaward.com/ -address=/website-hit-counters.com/ -address=/websiteceo.com/ -address=/websiteonlinecounter.com/ -address=/compteur.websiteout.net/ -address=/websiteperform.com/ -address=/websitepromoserver.com/ -address=/webservices.websitepros.com/ -address=/websitesampling.com/ -address=/websitewelcome.com/ -address=/analytics.websolute.it/ -address=/webspectator.com/ -address=/stats.webstarts.com/ -address=/webstat.com/ -address=/webstat.net/ -address=/webstat.no/ -address=/webstat.se/ -address=/webstatistika.lv/ -address=/ip.webstats.bid/ -address=/webstats.com/ -address=/webstats4u.com/ -address=/webtalking.ru/ -address=/webteaser.ru/ -address=/cl.webterren.com/ -address=/cl0.webterren.com/ -address=/cl2.webterren.com/ -address=/cl3.webterren.com/ -address=/cl4.webterren.com/ -address=/cl5.webterren.com/ -address=/gak.webtoons.com/ -address=/webtrack.biz/ -address=/webtracker.jp/ -address=/webtrackerplus.com/ -address=/tracking.webtradecenter.com/ -address=/webtradehub.com/ -address=/webtraffic.se/ -address=/webtrafficagents.com/ -address=/webtraffiq.com/ -address=/webtraxs.com/ -address=/webtrekk-asia.net/ -address=/webtrekk-us.net/ -address=/webtrekk.de/ -address=/webtrekk.net/ -address=/webtrends-optimize.com/ -address=/webtrends.com/ -address=/webtrendslive.com/ -address=/webttracking.de/ -address=/webtuna.com/ -address=/webturn.ru/ -address=/webvisor.com/ -address=/mc.webvisor.org/ -address=/webvisor.ru/ -address=/webxmr.com/ -address=/we.wecanimal.pt/ -address=/c.wechat.jx.cn/ -address=/wechatpu.com/ -address=/wecount4u.com/ -address=/weddingeeos.com/ -address=/tcad.wedolook.com/ -address=/weduoke.com/ -address=/wedwcmjo.com/ -address=/weedazou.net/ -address=/weegebul.net/ -address=/weekslw.com/ -address=/weepbvhyoo.com/ -address=/weepjoejkqadi.com/ -address=/weesh.co.uk/ -address=/weesschoollecthurri.info/ -address=/weethery.com/ -address=/wegetpaid.net/ -address=/wegotmedia.com/ -address=/weheartit.com/ -address=/dp.im.weibo.cn/ -address=/game.weibo.cn/ -address=/gw5.push.mcp.weibo.cn/ -address=/gw6.push.mcp.weibo.cn/ -address=/promote.biz.weibo.cn/ -address=/alitui.weibo.com/ -address=/biz.weibo.com/ -address=/adimg.uve.weibo.com/ -address=/click.uve.weibo.com/ -address=/game.weibo.com/ -address=/sdkapp.uve.weibo.com/ -address=/wbapp.uve.weibo.com/ -address=/ping.weiduofan.com/ -address=/weiguanwang888.com/ -address=/weiguizhizuo.com/ -address=/weihuiyungou.com/ -address=/weikefanli.com/ -address=/weilang.site/ -address=/weimeicar.cn/ -address=/forad1.weimeicun.com/ -address=/weimineiyixiu.cn/ -address=/weinberinaz.site/ -address=/aoodoo.weiphone.com/ -address=/weiqiqu.cn/ -address=/badjs.weixinbridge.com/ -address=/weixingshexiangji.net/ -address=/huatuo.weiyun.com/ -address=/weiziqiang.top/ -address=/weizjzg.com/ -address=/wejibk.com.cn/ -address=/wel-wel-fie.com/ -address=/weliketofuckstrangers.com/ -address=/photo.welldex.cn/ -address=/wellhello.com/ -address=/welllwrite.com/ -address=/wellmov.com/ -address=/welt-der-links.de/ -address=/mm.welt.de/ -address=/wemdsm.com/ -address=/wemfbox.ch/ -address=/wemgcdygokm.com/ -address=/c.wen.ru/ -address=/plengeh.wen.ru/ -address=/wenbangsh.com.cn/ -address=/b17.wenjutv.com/ -address=/j17.wenjutv.com/ -address=/wenpsnpqher.com/ -address=/wenshenbang.com/ -address=/ws.wenshenxiu.com/ -address=/wenxuemi6.com/ -address=/1.wenzhangba.cn/ -address=/wenzhougy.cn/ -address=/weoukcpr.com/ -address=/weownthetraffic.com/ -address=/ads.wepiao.com/ -address=/wepmmzpypfwq.com/ -address=/weq.me/ -address=/weqfcudxrrbwn.com/ -address=/weqwdwdda.com/ -address=/werbe-sponsor.de/ -address=/tr.werkenntwen.de/ -address=/werpig.com/ -address=/wervp.com/ -address=/weselltraffic.com/ -address=/dl.weshineapp.com/ -address=/wesiedu.com/ -address=/westatess.info/ -address=/fanconverter.wetpaint.me/ -address=/wetpeachcash.com/ -address=/wetunfdnruy.com/ -address=/weufdhsas.com/ -address=/weworkremotely.com/ -address=/weymsohsafjs.com/ -address=/weyyae.com/ -address=/wf321.com/ -address=/wfcvhhmumb.com/ -address=/wfcxcblmy.com/ -address=/wffengtai.com.cn/ -address=/wffiuoyzo.com/ -address=/wfghrgscs.com/ -address=/wfhaabydba.com/ -address=/wfjdmkjetpbgv.com/ -address=/wfmarlexic.com/ -address=/wfnetwork.com/ -address=/wftduglf.com/ -address=/wfvmifcnwd.com/ -address=/wfwualyxdb.com/ -address=/wfxeieahmej.com/ -address=/wfxoi.xyz/ -address=/triggers.wfxtriggers.com/ -address=/wfyqc.com/ -address=/wfzpkmduyvx.com/ -address=/wfzvjbdicihe.com/ -address=/wgaoe.com/ -address=/m.wgewj.cn/ -address=/wghmgbjpxmlxa.com/ -address=/wglbucuhxxxj.com/ -address=/wgnlz.com/ -address=/wgnmp.com/ -address=/wgpartner.com/ -address=/wgqirxevoh.com/ -address=/wgrbdqucfoieha.com/ -address=/wgssxjoac.com/ -address=/wh5kb0u4.com/ -address=/ee.wh723.cn/ -address=/m.wh723.cn/ -address=/wha8q7pevj.com/ -address=/whackedmedia.com/ -address=/whadaupo.net/ -address=/whafwl.com/ -address=/whale123.com/ -address=/whaleads.com/ -address=/whalecashads.com/ -address=/whalecloud.com/ -address=/whalepp.com/ -address=/whatsapp-sharing.com/ -address=/whatsbroadcast.com/ -address=/whatseet.net/ -address=/widget.whatshelp.io/ -address=/whaustou.net/ -address=/whautsel.net/ -address=/whcrdz.com/ -address=/whdzxabhqsdnlc.com/ -address=/wheessoo.com/ -address=/whefungu.com/ -address=/whegrads.com/ -address=/wheptoot.net/ -address=/where.com/ -address=/wheshaud.net/ -address=/whhxnz.com/ -address=/whiceega.com/ -address=/awseukpi.whisbi.com/ -address=/events.whisk.com/ -address=/analytics-cms.whitebeard.me/ -address=/whiteboardnez.com/ -address=/whitepixel.com/ -address=/whitepush.biz/ -address=/whitesports.co.kr/ -address=/whizstats.com/ -address=/whizzco.com/ -address=/whjibbprhng.com/ -address=/whjwcghg.com/ -address=/whlugpfcuvryx.com/ -address=/whlvjuprdpkg.com/ -address=/whoaremyfriends.com/ -address=/whoaremyfriends.net/ -address=/whohuphi.com/ -address=/whoisonline.net/ -address=/whoisvisiting.com/ -address=/whosclickingwho.com/ -address=/whoseesyou.com/ -address=/whoshood.com/ -address=/whpxy.com/ -address=/b.whrdch.com/ -address=/whrles.com/ -address=/whs82908.com/ -address=/whshangsha.com/ -address=/whsihagyyhj.com/ -address=/whsjg.cn/ -address=/whukroal.net/ -address=/whxhhjx.com/ -address=/whysoserius.club/ -address=/whytoss.com/ -address=/wiazkkjbeqr.com/ -address=/cdn.wibiya.com/ -address=/statistics.wibiya.com/ -address=/wstat.wibiya.com/ -address=/wicanwfobqiz.com/ -address=/wichnqeikfdp.com/ -address=/wicktrown.co/ -address=/redir.widdit.com/ -address=/widerplanet.com/ -address=/widestep.com/ -address=/widgetadvertising.biz/ -address=/widgetbucks.com/ -address=/widgetly.com/ -address=/widgets.awe.sm/ -address=/widgetsplus.com/ -address=/widpzvyx.com/ -address=/cookie.wieni.be/ -address=/wiewsulznyncf.com/ -address=/wiezvhxoqhnn.com/ -address=/wifelovers.com/ -address=/wiffqhum.com/ -address=/wifi33.com/ -address=/adnew.wifi8.com/ -address=/cmsapi.wifi8.com/ -address=/wifidown.com/ -address=/wifijia.net/ -address=/wigetmedia.com/ -address=/wigglewoo.com/ -address=/wikbpyexkw.com/ -address=/wikia-beacon.com/ -address=/beacon.wikia-services.com/ -address=/speed.wikia.net/ -address=/wikigifth.com/ -address=/metrics.wikinvest.com/ -address=/wikiodeliv.com/ -address=/wiklrrrwqqf.com/ -address=/track.wildblue.com/ -address=/promoshq.wildfireapp.com/ -address=/wildhookups.com/ -address=/wildmatch.com/ -address=/wildsap.com/ -address=/analytics.wildtangent.com/ -address=/wildxtraffic.com/ -address=/wildxxxparties.com/ -address=/redeye.williamhill.com/ -address=/serve.williamhillcasino.com/ -address=/log.wilmaa.com/ -address=/logging.wilmaa.com/ -address=/wilrjvvmmplp.com/ -address=/wiltshiretimes-gb.wiltshiretimes.co.uk/ -address=/wilwasharrabred.pro/ -address=/wimaxnetworks.cn/ -address=/wimsocou.com/ -address=/dmsz.win7sky.com/ -address=/winads.cn/ -address=/winasdaq.com/ -address=/winbaicai.com/ -address=/winbuyer.com/ -address=/windowmentaria.com/ -address=/encoderfarmstatsnew.servicebus.windows.net/ -address=/insitez.blob.core.windows.net/ -address=/optanon.blob.core.windows.net/ -address=/forms.windowsitpro.com/ -address=/windspotter.net/ -address=/vip.winfisc.com/ -address=/wingads.com/ -address=/winhugebonus.com/ -address=/winitout.com/ -address=/winlinebet.ru/ -address=/tracker.winload.de/ -address=/winr.online/ -address=/winrar-soft.ru/ -address=/ad.winrar.com.cn/ -address=/winsistakesme.site/ -address=/winvestern.com.cn/ -address=/wipe.de/ -address=/api.wipmania.com/ -address=/wiredminds.de/ -address=/wirenth.com/ -address=/sp.wisconsinrapidstribune.com/ -address=/wisepops.com/ -address=/wisetrack.net/ -address=/wishloop.com/ -address=/wishpond.com/ -address=/wisozk.link/ -address=/distillery.wistia.com/ -address=/pipedream.wistia.com/ -address=/witalfieldt.com/ -address=/analytics.witglobal.net/ -address=/with-binaryoption.com/ -address=/withad.cn/ -address=/withbinaryoptions.com/ -address=/withcubed.com/ -address=/withdromnit.pro/ -address=/withingsessed.pro/ -address=/frog.wix.com/ -address=/orts.wixawin.com/ -address=/t.wizaly.com/ -address=/wizwarsum.site/ -address=/e.wj57g.cn/ -address=/wjdfv.com/ -address=/wjdjcjcm444.cn/ -address=/wjeeqkdbjsg.com/ -address=/wjevvjxwg.com/ -address=/wjglgkuyqhaguq.com/ -address=/wjguc.com/ -address=/wjhwruwrirpizx.com/ -address=/wjkavtihubprn.com/ -address=/wjodtshzu.com/ -address=/wjpaspdktadog.com/ -address=/wjuowevxibmg.com/ -address=/wjwontqlqchq.com/ -address=/wjxcdn.com/ -address=/wjyljl.cn/ -address=/count.wk2.com/ -address=/wka8.com/ -address=/wkanx.com/ -address=/wkjava.top/ -address=/wkjhd.com/ -address=/wkloqctyiyow.com/ -address=/wkmg.co.kr/ -address=/wkosrsfybeq.com/ -address=/wksrx.cn/ -address=/wl963.com/ -address=/wlgkqespz.com/ -address=/wlgszt.com/ -address=/wlhgopaqpmwah.com/ -address=/wlkpa.cn/ -address=/wlmarketing.com/ -address=/tongji.wlongchina.com/ -address=/wlrzptntiqez.com/ -address=/tracking.wlscripts.net/ -address=/wlshotel.cn/ -address=/wlszodcfwqk.com/ -address=/wlvjwquv.com/ -address=/wlwootzzijp.com/ -address=/wma.io/ -address=/wmaqrkguf.com/ -address=/wmflabs.org/ -address=/wmmediacorp.com/ -address=/wmqdgaptep.com/ -address=/wmrlljpj.com/ -address=/wmrmb.cn/ -address=/wmserver.net/ -address=/wmtech.website/ -address=/wmtyrdrpjbhnj.com/ -address=/bdasd.wmxa.cn/ -address=/bdjiaoben.wmxa.cn/ -address=/top.wn.com/ -address=/wnaibjbnqown.com/ -address=/wnbfw.com/ -address=/wndlkj.com/ -address=/wndwhzjmfshthv.com/ -address=/wnhzlesdqzu.com/ -address=/wnlhbehajh.com/ -address=/wnmtmdlvqqscs.com/ -address=/wnp.com/ -address=/wnstpoiqrv.com/ -address=/wntpgjzwg.com/ -address=/wnuvhicameqiso.com/ -address=/wnxyusrvcoosqi.com/ -address=/wnybornxeukq.com/ -address=/wo-x.cn/ -address=/bjdnserror1.wo.com.cn/ -address=/bjdnserror2.wo.com.cn/ -address=/bjdnserror3.wo.com.cn/ -address=/bjdnserror4.wo.com.cn/ -address=/bjdnserror5.wo.com.cn/ -address=/bjdnserror6.wo.com.cn/ -address=/bjdnserror7.wo.com.cn/ -address=/hbdnserror1.wo.com.cn/ -address=/hbdnserror2.wo.com.cn/ -address=/hbdnserror3.wo.com.cn/ -address=/hbdnserror4.wo.com.cn/ -address=/hbdnserror5.wo.com.cn/ -address=/hbdnserror6.wo.com.cn/ -address=/hbdnserror7.wo.com.cn/ -address=/hljdnserror1.wo.com.cn/ -address=/hljdnserror2.wo.com.cn/ -address=/hljdnserror3.wo.com.cn/ -address=/hljdnserror4.wo.com.cn/ -address=/hljdnserror5.wo.com.cn/ -address=/hndnserror1.wo.com.cn/ -address=/hndnserror2.wo.com.cn/ -address=/hndnserror3.wo.com.cn/ -address=/hndnserror4.wo.com.cn/ -address=/hndnserror5.wo.com.cn/ -address=/hndnserror6.wo.com.cn/ -address=/hndnserror7.wo.com.cn/ -address=/jldnserror1.wo.com.cn/ -address=/jldnserror2.wo.com.cn/ -address=/jldnserror3.wo.com.cn/ -address=/jldnserror4.wo.com.cn/ -address=/jldnserror5.wo.com.cn/ -address=/lndnserror1.wo.com.cn/ -address=/lndnserror2.wo.com.cn/ -address=/lndnserror3.wo.com.cn/ -address=/lndnserror4.wo.com.cn/ -address=/lndnserror5.wo.com.cn/ -address=/lndnserror6.wo.com.cn/ -address=/lndnserror7.wo.com.cn/ -address=/nfdnserror1.wo.com.cn/ -address=/nfdnserror10.wo.com.cn/ -address=/nfdnserror11.wo.com.cn/ -address=/nfdnserror12.wo.com.cn/ -address=/nfdnserror13.wo.com.cn/ -address=/nfdnserror14.wo.com.cn/ -address=/nfdnserror15.wo.com.cn/ -address=/nfdnserror16.wo.com.cn/ -address=/nfdnserror17.wo.com.cn/ -address=/nfdnserror2.wo.com.cn/ -address=/nfdnserror3.wo.com.cn/ -address=/nfdnserror4.wo.com.cn/ -address=/nfdnserror5.wo.com.cn/ -address=/nfdnserror6.wo.com.cn/ -address=/nfdnserror7.wo.com.cn/ -address=/nfdnserror8.wo.com.cn/ -address=/nfdnserror9.wo.com.cn/ -address=/sddnserror1.wo.com.cn/ -address=/sddnserror2.wo.com.cn/ -address=/sddnserror3.wo.com.cn/ -address=/sddnserror4.wo.com.cn/ -address=/sddnserror5.wo.com.cn/ -address=/sddnserror6.wo.com.cn/ -address=/sddnserror7.wo.com.cn/ -address=/sddnserror8.wo.com.cn/ -address=/sddnserror9.wo.com.cn/ -address=/sxdnserror1.wo.com.cn/ -address=/sxdnserror2.wo.com.cn/ -address=/sxdnserror3.wo.com.cn/ -address=/sxdnserror4.wo.com.cn/ -address=/sxdnserror5.wo.com.cn/ -address=/sxdnserror6.wo.com.cn/ -address=/wo685.com/ -address=/woafujoa.com/ -address=/index.woai310.com/ -address=/wocfrherjxm.com/ -address=/wodemeitu.com/ -address=/wodipaca.com/ -address=/wodjfxlhxd.com/ -address=/woeqspvhjs.com/ -address=/wofan.net/ -address=/woghqyjpiwddme.com/ -address=/m.wogpa.cn/ -address=/wojiabaoye.com/ -address=/wojiacanting.info/ -address=/wokekk.com/ -address=/wal.wolfram.com/ -address=/wolopcqjzajiht.com/ -address=/wolqstldvfkuhp.com/ -address=/womanear.com/ -address=/widget.wombo.gg/ -address=/womenbaby.com/ -address=/womenslabour.org/ -address=/womtp.com/ -address=/wonchangvacuum.com.my/ -address=/wonclick.com/ -address=/wonder-ma.com/ -address=/wonderlandads.com/ -address=/wonderpush.com/ -address=/cbs.wondershare.com/ -address=/wooboo.com.cn/ -address=/woobox.com/ -address=/wood-pen.com/ -address=/woogoust.com/ -address=/woopra-ns.com/ -address=/woopra.com/ -address=/wootmedia.net/ -address=/wootric.com/ -address=/woovooza.net/ -address=/analytics.woozooo.com/ -address=/statics.woozooo.com/ -address=/worcesternews-gb.worcesternews.co.uk/ -address=/wordc.ga/ -address=/wordego.com/ -address=/refer.wordpress.com/ -address=/stats.wordpress.com/ -address=/tracker.wordstream.com/ -address=/woredi.com/ -address=/track.workablemetro.com/ -address=/workably.club/ -address=/workbizs.com/ -address=/worlddatinghere.com/ -address=/worldflagcounter.com/ -address=/worldgravity.com/ -address=/worldlogger.com/ -address=/tracking.worldmedia.net/ -address=/ftpcontent.worldnow.com/ -address=/partner.worldoftanks.com/ -address=/worldpush.co/ -address=/worldsbestcams.com/ -address=/worldsearchpro.com/ -address=/log.worldsoft-cms.info/ -address=/analytics.worldtable.co/ -address=/worldwidemailer.com/ -address=/fun.wormania.io/ -address=/c.wort-suche.com/ -address=/worthathousandwords.com/ -address=/worthyadvertising.com/ -address=/wos.lv/ -address=/woshiyunying.com/ -address=/secpay.wostore.cn/ -address=/unilog.wostore.cn/ -address=/unipaydl.wostore.cn/ -address=/unipayupg.wostore.cn/ -address=/wotto.cn/ -address=/wouhaish.com/ -address=/wouvista.com/ -address=/beacon.thred.woven.com/ -address=/wowad.wow-classic.com/ -address=/wowanalytics.co.uk/ -address=/wowips.com/ -address=/wowoyy.cc/ -address=/wozltvfxtntaqk.com/ -address=/wp-monero-miner.de/ -address=/wp-stats.com/ -address=/pixel.wp.com/ -address=/s1.wp.com/ -address=/stats.wp.com/ -address=/dot.wp.pl/ -address=/entryhit.wp.pl/ -address=/pixel.wp.pl/ -address=/pixel6.wp.pl/ -address=/px.wp.pl/ -address=/rek.www.wp.pl/ -address=/wp9.ru/ -address=/wpadsx.com/ -address=/wpbhnyjej.com/ -address=/wpcc.io/ -address=/usersegment.wpdigital.net/ -address=/wpdstat.com/ -address=/wpe.red/ -address=/wpfc.ml/ -address=/wpkcfajkeytrro.com/ -address=/stats.wpmucdn.com/ -address=/wpncdn.com/ -address=/wpnjs.com/ -address=/wpqvggsnc.com/ -address=/1.wps.cn/ -address=/android-lrcresource.wps.cn/ -address=/api.mini.wps.cn/ -address=/crashes.mo.wps.cn/ -address=/dynsrv.wps.cn/ -address=/ic.wps.cn/ -address=/img1.mini.cache.wps.cn/ -address=/img1.pcfg.cache.wps.cn/ -address=/info.wps.cn/ -address=/minfo.wps.cn/ -address=/mostat.wps.cn/ -address=/moupdate10332052.wps.cn/ -address=/pcfg.wps.cn/ -address=/push.wps.cn/ -address=/spinfo.wps.cn/ -address=/teinfo.wps.cn/ -address=/mo.res.wpscdn.cn/ -address=/tracker.wpserveur.net/ -address=/wpu.sh/ -address=/wpush.biz/ -address=/wpush.org/ -address=/wpxowkmaeyrte.com/ -address=/wq19w.cn/ -address=/wqgdajjozr.com/ -address=/wqhmpzjvdmvm.com/ -address=/wqkqrmzldk.com/ -address=/wqlkp.com/ -address=/wqmjybqqhz.com/ -address=/wqmpomuwywy.com/ -address=/wqobjrevtkqym.com/ -address=/wqsph.net/ -address=/wqtdtstdxg.com/ -address=/wqtsvqzthaoq.com/ -address=/wqvfhbwr.com/ -address=/wqypgiakfbxb.com/ -address=/wqzyt.net/ -address=/h.wr2t6b.cn/ -address=/wranjeon.xyz/ -address=/wrating.com/ -address=/wrestlingexposed.com/ -address=/ad.wretch.cc/ -address=/wrfrxgft.com/ -address=/wrierville.com/ -address=/partners.wrike.com/ -address=/writingassociates.com/ -address=/track.written.com/ -address=/wrmcfyzl.com/ -address=/wrnrxzstxtjsn.com/ -address=/wroclawski.com.pl/ -address=/wrongerababan.info/ -address=/wrpmyymqowytz.com/ -address=/wrrytjtsyhrnfg.com/ -address=/wrvdmh.cn/ -address=/wrxivlclw.com/ -address=/ws341.com/ -address=/ws7j.com/ -address=/wsds.cn/ -address=/wsemqlxmmhp.com/ -address=/wsgblw.com/ -address=/wsgmxgtmxymwt.com/ -address=/wshufa.com/ -address=/wsockd.com/ -address=/ad.wsod.com/ -address=/wsoue.com/ -address=/wsowkqnxs.com/ -address=/wsrkpjfs.com/ -address=/wssejwluqthda.com/ -address=/wstatslive.com/ -address=/wswrfjuevvfz.com/ -address=/wsxxu.com/ -address=/wszpjhuosjeexj.com/ -address=/wszzb.top/ -address=/wt-eu02.net/ -address=/wt-safetag.com/ -address=/wtbtop.cn/ -address=/wtcpm.com/ -address=/dps.wtdtjs.com/ -address=/shzyjbr.wtdtjs.rocks/ -address=/wtg-ads.com/ -address=/wtgkustlgat.com/ -address=/wthormvztq.com/ -address=/wtjcqntwdtgs.com/ -address=/wtmokqxhcormc.com/ -address=/wtmtrack.com/ -address=/wtorain.red/ -address=/wtp101.com/ -address=/wtstats.com/ -address=/wty46.com/ -address=/wtyjbrsyf.com/ -address=/wtyruwwvjloyk.com/ -address=/wu65.com/ -address=/wuaefxberbqcv.com/ -address=/nads.wuaiso.com/ -address=/nadscdn.wuaiso.com/ -address=/img.wuben56.com/ -address=/wucheng.info/ -address=/wudang05.com/ -address=/wudr.net/ -address=/wufcygryt.com/ -address=/wufel.ml/ -address=/wugwwssgjcn.com/ -address=/manage.wuhancloud.cn/ -address=/wuhufengze.com.cn/ -address=/wujieliulan.com/ -address=/wuldvrdfie.com/ -address=/wultaikr.net/ -address=/app.wumii.com/ -address=/wundercounter.com/ -address=/wunderloop.net/ -address=/m.wuqutu.com/ -address=/ad.wurangxian.top/ -address=/wurgaxfamfgyo.com/ -address=/wushuangjiexi.top/ -address=/img.wusnz.cn/ -address=/wusxwgotv.com/ -address=/wutzpotztbri.com/ -address=/wuwaii.com/ -address=/wuweiqx.com/ -address=/wuwho.cn/ -address=/wuwuhh.top/ -address=/wuyanauto.com/ -address=/wuyednuhrxvsr.com/ -address=/wuyekanba.com/ -address=/wuylp.com/ -address=/cdn.wuyou.ca/ -address=/wuyzotif.com/ -address=/wv-law.com/ -address=/wvbdtcyhgwy.com/ -address=/wvcdn.cn/ -address=/wvesvozyuoxg.com/ -address=/wvhsouzoan.com/ -address=/wvlveodsvygn.com/ -address=/wvoahyehtvj.com/ -address=/wvrmnqgmemkw.com/ -address=/wvrntfonizbxn.com/ -address=/wvstatic.cn/ -address=/wvver.com/ -address=/wvwgfecqswm.com/ -address=/wwbn.com/ -address=/wwbzfppvhiebl.com/ -address=/wwclicknews.club/ -address=/stats.wwd.com/ -address=/wwgate.ru/ -address=/stats.wwitv.com/ -address=/wwlolbs.com/ -address=/wwmcuhvqaf.com/ -address=/wwmhlrpris.com/ -address=/wwnuowyww.com/ -address=/wwohikwhl.com/ -address=/wwqnwask.com/ -address=/wwtxqylusxtd.com/ -address=/wwv4ez0n.com/ -address=/www-61677.com/ -address=/www-path.com/ -address=/www-protection.com/ -address=/stat.www.fi/ -address=/xamateurpornlic.www1.biz/ -address=/wwwadcntr.com/ -address=/wwwmobiroll.com/ -address=/wwwmurgd.com/ -address=/wwwpromoter.com/ -address=/j.credit.wwz114.cn/ -address=/ad.wx.com/ -address=/dd.wx16999.com/ -address=/wxaeamianbg.com/ -address=/wxbdfm.com/ -address=/wxbgf.top/ -address=/wxbrdppfpr.com/ -address=/wxcwtehxsfri.com/ -address=/s.wxewm.site/ -address=/xzc.wxgctz.com/ -address=/wxhdwy.com/ -address=/wxhpszslw.com/ -address=/wxiwegwffls.com/ -address=/m.wxjrd.cn/ -address=/wxktv.cn/ -address=/wxmg2016.com/ -address=/wxmpekoil.com/ -address=/wxrotkricj.com/ -address=/wxs666.cn/ -address=/wxstatic.cn/ -address=/wxtrzeizpnp.com/ -address=/wxupwyabry.com/ -address=/wxvsj.com.cn/ -address=/wxwbvytlvabs.com/ -address=/wxxfqc.com/ -address=/wy213.com/ -address=/wyaeyjaqx.com/ -address=/wybfcxze.com/ -address=/wyhcocqu.com/ -address=/wyhzzy.com/ -address=/wyjtscdjfcmsy.com/ -address=/wylblxhn.com/ -address=/wymoviciyvj.com/ -address=/wynather.com/ -address=/wyroki.eu/ -address=/wysara.pw/ -address=/wysistat.com/ -address=/wyttech.cn/ -address=/wyuakcwxmiunqj.com/ -address=/wyvyikcnalvil.com/ -address=/wywna.cn/ -address=/wywsdx.com/ -address=/wywy.com/ -address=/wywyuserservice.com/ -address=/wyycgfyum.com/ -address=/wyyrjymqewhulr.com/ -address=/ee.wz382.cn/ -address=/m.wz382.cn/ -address=/wzaigo.com/ -address=/wzcipjcjm.com/ -address=/wzdpoitbmau.com/ -address=/wzdrtzvp.com/ -address=/wzdzht7am5.com/ -address=/wzfjsh.cn/ -address=/wzfoygianhe.com/ -address=/wzfxiaggxcpjb.com/ -address=/wzghuwvuyxknpv.com/ -address=/wzhagc.cn/ -address=/wzhdjexsw.com/ -address=/wzhmaehmunibp.com/ -address=/wziaqxvxmpfshx.com/ -address=/wziftlp.com/ -address=/wzjijia.com/ -address=/wzlcpagvidi.com/ -address=/wznnfwhwwjkp.com/ -address=/wznupnxp.com/ -address=/lm1.wzpcw.com/ -address=/wzrk.co/ -address=/wzrkt.com/ -address=/wzsygdl.com/ -address=/wzvlxncapmi.com/ -address=/wzwetfprojnyx.com/ -address=/wzxdsgnqpnu.com/ -address=/wzxw7.com/ -address=/wzyagambcfn.bid/ -address=/wzzrquhn.com/ -address=/x-adservice.com/ -address=/x-ssp.com/ -address=/x-stat.de/ -address=/x-traceur.com/ -address=/siym.x1g4z6.cn/ -address=/x1ka.cn/ -address=/z0252.x2jpz.xyz/ -address=/x2porn.eu/ -address=/m.x36ur.cn/ -address=/x3e2c.cn/ -address=/x3v66zlz.com/ -address=/x3w7lvezss.com/ -address=/x4300tiz.com/ -address=/m.x51se.cn/ -address=/x6z6.com/ -address=/m.x6z9w.cn/ -address=/x7xirtzmot.com/ -address=/x8ad.com/ -address=/x8n9c.cn/ -address=/ee.x8r9m.cn/ -address=/f.x91n4a.com/ -address=/xa9t.com/ -address=/xabaitai.com/ -address=/xabmjr.com/ -address=/xabtx.com/ -address=/xacersconceptin.info/ -address=/xacqp.com/ -address=/xad.com/ -address=/xadcentral.com/ -address=/xafkdsxnwinmj.com/ -address=/xafxs.cn/ -address=/xahwybxa.com/ -address=/xairgknb.com/ -address=/xajx.com/ -address=/xalttgptij.com/ -address=/xamaky.top/ -address=/xameleonads.com/ -address=/xamiqi.top/ -address=/xaoglctewqvhi.com/ -address=/d.xaoyo.com/ -address=/afj.xasjpf.com/ -address=/xasuekjguyub.com/ -address=/xauhsixqkymkra.com/ -address=/xavingtsun.com/ -address=/sl.xawjwl.com/ -address=/xawpdwil.com/ -address=/xaxggjsa.com/ -address=/xaxoro.com/ -address=/xayah.date/ -address=/xb29h.cn/ -address=/js1.xbaixing.com/ -address=/xbasfbno.info/ -address=/xbfuorhxpa.com/ -address=/xbgoulaxoen.com/ -address=/xbinjxvdnjqllh.com/ -address=/xbmyvkkksjlsek.com/ -address=/xbofirnnmzlprd.com/ -address=/click.engage.xbox.com/ -address=/expbl2ro.xbox.com/ -address=/xbrfevoe.com/ -address=/xbtpmwjwsjn.com/ -address=/xbtw.com/ -address=/xbxcwhtgx.com/ -address=/xbynkkqi.com/ -address=/xbzakxofyhdy.com/ -address=/xbzwwsagli.com/ -address=/xbzzzx.com/ -address=/xcads.cn/ -address=/b.xcafe.com/ -address=/xcajbqjdcguybf.com/ -address=/d0.xcar.com.cn/ -address=/pv.xcar.com.cn/ -address=/pvx.xcar.com.cn/ -address=/dw.xcar.com.cn/ -address=/xcbteuhokmcj.com/ -address=/xcclzs.com/ -address=/xcdf.cn/ -address=/xcdzsw.com/ -address=/geo.xcel.io/ -address=/xcelltech.com/ -address=/xcelsiusadserver.com/ -address=/xcgebfplttrdg.com/ -address=/xcggpt.cn/ -address=/xcggpt.com/ -address=/xcggpt.net/ -address=/xchangebanners.com/ -address=/xchgx.com/ -address=/xcjy876.com/ -address=/fuk.xckxjtbg.com/ -address=/xclaimwords.net/ -address=/vi12x.xcle.cn/ -address=/xclgusxcdjd.com/ -address=/xclickdirect.com/ -address=/xclicks.net/ -address=/m.xcouj.com/ -address=/xcounter.ch/ -address=/news.xcpi.cn/ -address=/xcqgkkccjjucf.com/ -address=/xcsaz.com/ -address=/xcttavcu.com/ -address=/xcvf.info/ -address=/xcvibxsdchxh.com/ -address=/xcvtpwxz.com/ -address=/xcwmyyglayg.com/ -address=/xcwnwrgvwg.com/ -address=/xcwqzbcpberyp.com/ -address=/xcxzxc.cn/ -address=/xcy8.com/ -address=/xcycm.com/ -address=/xcyjzs.net/ -address=/xcyptaqhl.com/ -address=/mldy.xdaay.cn/ -address=/xdbwc.com/ -address=/xdcqcyp.com/ -address=/xddqdioms.com/ -address=/xddydaddexkjxs.com/ -address=/52m.xde6.net/ -address=/xdev.info/ -address=/xdirectx.com/ -address=/xdjdwpwwbky.com/ -address=/xdjefibopixf.com/ -address=/xdkje.com/ -address=/xdlmsvhhsvsp.com/ -address=/xdltrwavzxn.com/ -address=/xdnpghwspxnift.com/ -address=/xdobkqqg.com/ -address=/xdonzpjglqxi.com/ -address=/xdqodcrayeat.com/ -address=/xdrig.com/ -address=/xdsydkgkbvwq.com/ -address=/xdtraffic.com/ -address=/xdvbhfkeib.com/ -address=/xdwan.com/ -address=/xdyjt.com/ -address=/xdyszx.com/ -address=/xdywlw.cn/ -address=/xe2c.com/ -address=/xeafosrhjk.com/ -address=/xebadu.com/ -address=/xeflnvycs.com/ -address=/xeihy.com/ -address=/xeirmdgphdl.com/ -address=/xeiwcnwmlv.com/ -address=/xel-xel-fie.com/ -address=/xelllwrite.com/ -address=/xellvrgouivty.com/ -address=/xenddwrxygjcbq.com/ -address=/xenfrastucter.com/ -address=/xeontopa.com/ -address=/xeozir.com/ -address=/xeqbdmuvjqt.com/ -address=/xev2o.com/ -address=/xevhszzauj.com/ -address=/xf43506e8.pw/ -address=/xfasadle.com/ -address=/xfast.host/ -address=/xffljxbbpy.com/ -address=/xfileload.com/ -address=/xfncbrqilpitmc.com/ -address=/xfqifppx.com/ -address=/xfrusgbifkba.com/ -address=/xfs5yhr1.com/ -address=/xfuckbook.com/ -address=/xfwwhapm.com/ -address=/xfwwyoxut.com/ -address=/xfyjz.cn/ -address=/xfylqszlowu.com/ -address=/xfytjx.cn/ -address=/xg4ken.com/ -address=/xghfi97mk6.com/ -address=/xgievxfxhy.com/ -address=/analytics.xgimi.com/ -address=/xgipqvffxrgs.com/ -address=/xgmlmmulciz.com/ -address=/pics.xgo-img.com.cn/ -address=/stat.xgo.com.cn/ -address=/imp.xgo.com.cn/ -address=/xgogi.com/ -address=/xgraph.net/ -address=/xgrwjbui.top/ -address=/xgspfcpxt.com/ -address=/xgznkebnjme.com/ -address=/xhaiu.com/ -address=/xhamstercams.com/ -address=/stat.xhamsterpremium.com/ -address=/sc.xhbaihehang.com/ -address=/xhbqczl.com/ -address=/xhct66.com/ -address=/zjj.xhdccz.com/ -address=/xhera.cn/ -address=/xhfosyfia.com/ -address=/xhgqgbomrrfstv.com/ -address=/xhhfpakexs.com/ -address=/xhit.com/ -address=/xhlrlyygx.com/ -address=/xhrxb.com/ -address=/xhstxnpemardz.com/ -address=/xhsxgmt.cn/ -address=/xhydrs.cn/ -address=/klvvo.xhzlovehyx.cn/ -address=/xi0021.com/ -address=/v.xi666.com/ -address=/xi9p.com/ -address=/xiacai.com/ -address=/img.xiacaidd.com/ -address=/xiadaxiong.com/ -address=/xiakelea.com/ -address=/xiald.com/ -address=/xiang7.vip/ -address=/xiangchim0.com/ -address=/khrtac.xiangha.com/ -address=/aa.xiangxiangmf.com/ -address=/xiankandy.com/ -address=/xianliao.me/ -address=/xiansenmeng.cn/ -address=/js.xiansuper.com/ -address=/uc.xiansuper.com/ -address=/js.xiao7cdn.com/ -address=/b1.xiao84.com/ -address=/becode.xiao84.com/ -address=/salary.xiao84.com/ -address=/jm1.xiao89.com/ -address=/c.xiaobaipan.com/ -address=/xiaobiaoucai.cn/ -address=/sourcescdn.xiaobingw.cn/ -address=/xiaocai-rookie.info/ -address=/downlaod.xiaocen.com/ -address=/cc.xiaodapei.com/ -address=/adx.xiaodutv.com/ -address=/yumcs.xiaohuau.xyz/ -address=/xiaohui2.cn/ -address=/api.xiaohuxi.cn/ -address=/union1.xiaojianjian.net/ -address=/xiaomeihq.info/ -address=/a.market.xiaomi.com/ -address=/abtest.mistat.xiaomi.com/ -address=/api.developer.xiaomi.com/ -address=/data.mistat.xiaomi.com/ -address=/video.market.xiaomi.com/ -address=/wtradv.market.xiaomi.com/ -address=/a.stat.xiaomi.com/ -address=/ad.xiaomi.com/ -address=/bss.pandora.xiaomi.com/ -address=/de.pandora.xiaomi.com/ -address=/dvb.pandora.xiaomi.com/ -address=/image.box.xiaomi.com/ -address=/jellyfish.pandora.xiaomi.com/ -address=/notice.game.xiaomi.com/ -address=/o2o.api.xiaomi.com/ -address=/ppurifier.game.xiaomi.com/ -address=/ad.intl.xiaomi.com/ -address=/shenghuo.xiaomi.com/ -address=/starfish.pandora.xiaomi.com/ -address=/stat.pandora.xiaomi.com/ -address=/storeconfig.mistat.xiaomi.com/ -address=/data.mistat.intl.xiaomi.com/ -address=/admob.xiaomi.com/ -address=/lxcdn.dl.files.xiaomi.net/ -address=/migrate.driveapi.micloud.xiaomi.net/ -address=/mlog.search.xiaomi.net/ -address=/pdc.micloud.xiaomi.net/ -address=/sec-cdn.static.xiaomi.net/ -address=/sec.resource.xiaomi.net/ -address=/xiaomiaoquan.com/ -address=/lraa.xiaoniutui.com/ -address=/xiaopangtao.com/ -address=/w.xiaopiaoyou.com/ -address=/ww.xiaopiaoyou.com/ -address=/db.xiaoshuofuwuqi.com/ -address=/xiaoyida.com/ -address=/xiaoyutiao.com/ -address=/1.xiaozhizhijia.com/ -address=/c.xiaozhuyoupu.com/ -address=/xiarikui08.com/ -address=/lm.xiashu.la/ -address=/bax.xiawu.com/ -address=/bay.xiawu.com/ -address=/down.xiazaidc.com/ -address=/down.xiazaiyuan.net/ -address=/xibei70.com/ -address=/xibnqcksoax.com/ -address=/bd1.xiby.cn/ -address=/xicaxique.com.br/ -address=/data.xici.net/ -address=/adimgs.xici.net/ -address=/xidexableact.cn/ -address=/xidx.org/ -address=/xidxivhiior.com/ -address=/xieyanmin.com.cn/ -address=/xifatime.com/ -address=/xihashuale.com/ -address=/xihkdzijh.com/ -address=/xijgqrrhyfa.com/ -address=/xijinfa.com/ -address=/xilbalar.com/ -address=/xilele.com/ -address=/xilfqkxezy.com/ -address=/xilnalycptredw.com/ -address=/c.xilongfuwu.com/ -address=/1.xilu.com/ -address=/tongj.xilu.com/ -address=/newspage.xilu.com/ -address=/ad.ximalaya.com/ -address=/adse.ximalaya.com/ -address=/yi.ximizi.com/ -address=/xindalawyer.com/ -address=/xindelin.cn/ -address=/xineday.com/ -address=/xing-share.com/ -address=/stan.xing.com/ -address=/xing678.com/ -address=/xingchenjia.com/ -address=/analytic.xingcloud.com/ -address=/xinghao89.com/ -address=/xingjuhe.com/ -address=/xingmengxia.cn/ -address=/d.xingshangnet.com/ -address=/j.xingshangnet.com/ -address=/xingsky.cn/ -address=/xingtai0.com/ -address=/m.xingxd.com/ -address=/xingyaoapi.com/ -address=/a2.xinhuanet.com/ -address=/xiniuz.com/ -address=/xinji2.com/ -address=/xinju.cc/ -address=/xinkuaiyu.com/ -address=/xinlongrubber.com/ -address=/tongji.xinmin.cn/ -address=/www2.xinmin.cn/ -address=/demo.xinqcr.com/ -address=/khg.xinrongblg.com/ -address=/xinsheng.net/ -address=/xinshengchuanmei.cn/ -address=/v.xinshide.cn/ -address=/jiaoben.xinshipu.cn/ -address=/d.xinshipu.com/ -address=/j.xinshipu.com/ -address=/xinterface.cn/ -address=/xinuocp666.com/ -address=/xinyijiasc.cn/ -address=/xinyikeji.red/ -address=/xinzheng8.pw/ -address=/xiongdong.com/ -address=/xionghaobm.cn/ -address=/xiongyin.com/ -address=/xiongzhangad.com/ -address=/xitao3.com/ -address=/www8.xitek.com/ -address=/xiti.com/ -address=/xitmagql.com/ -address=/xitongku.cc/ -address=/bt.xitongmonitor.com/ -address=/d.xitongtiandi.net/ -address=/xituxufpy.com/ -address=/dmtrack.xiu.com/ -address=/xiukeshop.com/ -address=/t.xiumii.top/ -address=/b17.xiumu.cn/ -address=/j17.xiumu.cn/ -address=/hi.xiunm.cn/ -address=/hi.xiunm.com/ -address=/v.xiuzhenjewelry.cn/ -address=/xiweywhnx.com/ -address=/img.xiwnu.cn/ -address=/xixianad.com/ -address=/xixiashengdian.com/ -address=/a.xixiyishu.com/ -address=/xiyouence.com/ -address=/app.xizi.com/ -address=/xjahyyhailnj.com/ -address=/conabi.xjditan.com/ -address=/xjdriaiyy.com/ -address=/xjfjx8hw.com/ -address=/xjidian.com/ -address=/xjijqczj.com/ -address=/xjjfgxdfpr.com/ -address=/xjjkjo.pw/ -address=/xjqbftcstq.com/ -address=/xjrvkpoqurqnlz.com/ -address=/xjtiqdylurgima.com/ -address=/xjtxcj.com/ -address=/xjuzpixunwzckm.com/ -address=/xjylcsyo.com/ -address=/xjzyq.com/ -address=/xk0x.cn/ -address=/xk2012.com/ -address=/xkanf.com/ -address=/xkgbbiqqekja.com/ -address=/xkhxejeaarq.com/ -address=/xkjlcqbufdlwrq.com/ -address=/xkpoynygjpvc.com/ -address=/xkqpco.com/ -address=/xkrbwsae.com/ -address=/xkvptuurx.com/ -address=/xkwfao.com/ -address=/xkyicwujsmepsh.com/ -address=/xkzrbaexyrds.com/ -address=/xkzzkxntmryst.com/ -address=/xl-counti.com/ -address=/xlbbhdarc.com/ -address=/cnm.xlcktv.com/ -address=/xlcun.com/ -address=/xleebhxalb.com/ -address=/a9.xlgqy.com/ -address=/xlhm88.cn/ -address=/xliansheng.com/ -address=/xlingdi.com/ -address=/xlisting.jp/ -address=/xlmis.com/ -address=/xlnwabndmqn.com/ -address=/xlovecam.com/ -address=/xlqkpyimdep.com/ -address=/xlspkqpnnqj.com/ -address=/xlxamrkeiawkco.com/ -address=/xlylqx.com/ -address=/e.xm0t2f.cn/ -address=/m.xm0t2f.cn/ -address=/xm9178.com/ -address=/xmas-xmas-wow.com/ -address=/xmaswrite.com/ -address=/xmazvzvbqli.com/ -address=/z1hihu.xmcimg.com/ -address=/zhihu.xmcimg.com/ -address=/xmcxz.com/ -address=/a.xmdly.com/ -address=/xmediawebs.net/ -address=/xmegspwsjzvvh.com/ -address=/xmevsiig.com/ -address=/adm.xmfish.com/ -address=/cmm.xmfish.com/ -address=/xmgdfb.cn/ -address=/xmglass.cn/ -address=/xmgrjuqqc.com/ -address=/mds.xmgsjd.com/ -address=/xmgysweb.com/ -address=/xmindchina.cn/ -address=/xmindchina.net/ -address=/pixel.xmladfeed.com/ -address=/xmlads.bid/ -address=/xmliw.com/ -address=/xmljx.cn/ -address=/xmlmonetize.com/ -address=/xmlppcbuzz.com/ -address=/xmlqerwrehfqo.com/ -address=/xmlwizard.com/ -address=/xmndrx.cn/ -address=/xmnmeu.cn/ -address=/xmnnurmdrjmd.com/ -address=/xmr.cool/ -address=/xmrepair.com/ -address=/xmrminer.cc/ -address=/xmrpool.net/ -address=/xmshqh.com/ -address=/xmsqz.com/ -address=/xmtsyg.com/ -address=/xmufoqjx.com/ -address=/xmvoodgr.com/ -address=/xmwxurmgmly.com/ -address=/xmxxwl.com/ -address=/xmylgmmt.com/ -address=/xn--17921-iua.biz/ -address=/xn--18225-zta.biz/ -address=/xn--20531-uua.biz/ -address=/xn--2qux23c9ziyrq.icu/ -address=/xn--2qux23confgml.club/ -address=/xn--2quz8f01ak10c.shop/ -address=/xn--fjqz50cv5q3so.ltd/ -address=/xn--fjqz50cv5q3so.online/ -address=/xn--i6qs37am6iwyqffc.com/ -address=/xn--mtso8sj6menhyil.online/ -address=/xn--mtsr39cnql.video/ -address=/xn--tst552fo5s.xyz/ -address=/xn--wxt79hbyb675a.online/ -address=/xn--wxtr44c.video/ -address=/xn--wxtr9fwyxk9c.club/ -address=/xn--wxtr9fwyxk9c.site/ -address=/xn--wxtr9fwyxk9c.top/ -address=/xn--xhq9mt12cf5v.ink/ -address=/xn--xhq9mt12cf5v.shop/ -address=/xn--xhq9mt12cf5v.site/ -address=/xn--xhq9mt12cf5v.top/ -address=/xn--xhq9mt12cf5v.website/ -address=/xncgroup.cn/ -address=/xndskrtxkiv.com/ -address=/xnfdvmzb.com/ -address=/xnghmc.com/ -address=/xnhchuvtoqk.com/ -address=/pupu.xnhh120.com/ -address=/xnigsnplwbox.com/ -address=/jebe.xnimg.cn/ -address=/xnjpg.com/ -address=/xnjsdpohkgn.com/ -address=/xnjzsn.com/ -address=/xnkmmbfpyokevaxsjtky.com/ -address=/xnmphtmerao.bid/ -address=/xnmwxndqhyt.com/ -address=/xnnbvckd.com/ -address=/xnrjtqmud.com/ -address=/xnwndbef.com/ -address=/xnxx.com/ -address=/xnydasvpdqn.com/ -address=/xnyiljkfdwgu.com/ -address=/xoalt.com/ -address=/xocecytufu.com/ -address=/xoekgcscpnipb.com/ -address=/xogkpytfgyzy.com/ -address=/xoliter.com/ -address=/xoqkhbtpnzblh.com/ -address=/xoredi.com/ -address=/testtralala.xorg.pl/ -address=/xorotmjjst.com/ -address=/xotaiybjyj.com/ -address=/xoyoijhp.com/ -address=/xp3366.com/ -address=/xp666.com/ -address=/xpahdmitqadqda.com/ -address=/adserver.xpanama.net/ -address=/xpbjjdrcwuqkks.com/ -address=/xpctraffic.com/ -address=/xpeeps.com/ -address=/partners.xpertmarket.com/ -address=/galeriaseroticas.xpg.com.br/ -address=/www.hospedar.xpg.com.br/ -address=/xpgcrmxejlgig.com/ -address=/xpgfsxoyijt.com/ -address=/xpj1.net/ -address=/xpj2.net/ -address=/xpj3.net/ -address=/xpj4.net/ -address=/xpj8088.com/ -address=/xpjkf888.com/ -address=/xpjylc9977.com/ -address=/xplosion.de/ -address=/xpollo.com/ -address=/pod.xpress.com/ -address=/xprurfeoarxz.com/ -address=/xptslcoedn.com/ -address=/xpwppacpda.com/ -address=/xpx7heciz9.com/ -address=/xpywzbxjwbxafv.com/ -address=/xpyyrkwpcpwf.com/ -address=/xq0wju848zr.ga/ -address=/xq12.com/ -address=/ee.xq375.cn/ -address=/m.xq375.cn/ -address=/xqankuajhtdehe.com/ -address=/xqgjtzushomki.com/ -address=/xqilrhnce.com/ -address=/xqjrnsxiwxgcd.com/ -address=/xqkqkfszveqvm.com/ -address=/xqkzsifxgv.com/ -address=/xqngocao.com/ -address=/xquhrikrq.com/ -address=/xqwiremesh.com/ -address=/xqxx520.com/ -address=/xqzlhxzkcil.com/ -address=/ee.xr883.cn/ -address=/m.xr883.cn/ -address=/xr8wv50k1daj.com/ -address=/xrain.net/ -address=/xrapmkrsqa.com/ -address=/xrbvsiyyr.com/ -address=/xref.io/ -address=/xrexjmudy.com/ -address=/xrfjymmysdr.com/ -address=/xrgsgywkcvua.com/ -address=/xrlnnjsitjhnvb.com/ -address=/xrluvlmyuxqjme.com/ -address=/xrmrpcbaukli.com/ -address=/xroonucyaoqljf.com/ -address=/xrpcbukuwdvkc.com/ -address=/xrsfwclojycu.com/ -address=/xruuohzpxmmw.com/ -address=/xrvyetdriwzp.com/ -address=/webstatistieken.xs4all.nl/ -address=/lwxlsj.wap.xsbiquge.com/ -address=/shangmiss.wap.xsbiquge.com/ -address=/xiamiss.wap.xsbiquge.com/ -address=/xsgacudwlysw.com/ -address=/xsgcobwd.com/ -address=/xsgpzbipelo.com/ -address=/xshellcn.com/ -address=/xsipbwtb.com/ -address=/xsl280.com/ -address=/xsl281.com/ -address=/m.xsm98e.cn/ -address=/xsmafckigsdnij.com/ -address=/xsmangbomdick.com/ -address=/xsmccuism.com/ -address=/svip.xsmy2.cn/ -address=/xsnfmaxicj.com/ -address=/xsnqhzbiqdmqw.com/ -address=/wl.xsoftmall.com/ -address=/xsortxrmtpykh.com/ -address=/1.xspic.com/ -address=/xsqylzml.com/ -address=/rdbd.xsread.com/ -address=/xsrs.com/ -address=/xsrzmhriydfcqx.com/ -address=/xstar.cc/ -address=/xsu.cc/ -address=/xsuinfhoxpoz.com/ -address=/xsusenet.pro/ -address=/xswbmktpgcwcud.com/ -address=/xswezzwxh.com/ -address=/xswmgpypkfbqoe.com/ -address=/xsyouwei.cn/ -address=/xszqapp.com/ -address=/xszysc.com/ -address=/xt2d.cn/ -address=/xt725.cn/ -address=/xtbeungdpkf.com/ -address=/xtccyvimdr.com/ -address=/xtcdbb.cn/ -address=/xtcfsrxmz.com/ -address=/xtendadvert.com/ -address=/xtendmedia.com/ -address=/xtgreat.com/ -address=/xtianqi.com.cn/ -address=/xtivbxvndnv.com/ -address=/xtjmmnjr.com/ -address=/xtmjaetqtbm.com/ -address=/xtmuasvldoiz.com/ -address=/mtl.xtpxw.com/ -address=/xtractor.no/ -address=/xtraffstat.com/ -address=/track.xtrasize.nl/ -address=/xtremepush.com/ -address=/xtremeserve.xyz/ -address=/xtremline.com/ -address=/xts7fgss.com/ -address=/xtsnbxwak.com/ -address=/xtwjx.cn/ -address=/xtxa.net/ -address=/xtyizilaijx.cn/ -address=/abc.xtyx918.com/ -address=/xu5ctufltn.com/ -address=/xu7b.com/ -address=/xuanlimin.top/ -address=/xuanmeiguoji.com/ -address=/xubob.com/ -address=/ff.xue163.net/ -address=/ff.xue63.com/ -address=/td.xue63.com/ -address=/xuehelei.com/ -address=/img.xuenb.com/ -address=/js.xuexila.com/ -address=/xuexingkeji.cn/ -address=/xueyanshan.com/ -address=/xueyongbao.com/ -address=/a.xuezizhai.com/ -address=/xugsh.cn/ -address=/xujx8.com/ -address=/xul478.com/ -address=/xulizui6.com/ -address=/xunhuaji.cn/ -address=/xunlaile.com/ -address=/advertpay.vip.xunlei.com/ -address=/analytics-union.xunlei.com/ -address=/api-u-ssl.xunlei.com/ -address=/kkpgv2.xunlei.com/ -address=/record.kuai.xunlei.com/ -address=/soa-vip-ssl.xunlei.com/ -address=/stat.download.xunlei.com/ -address=/upgrade.xl9.xunlei.com/ -address=/adsp.xunlei.com/ -address=/api-shoulei-ssl.xunlei.com/ -address=/live.xunlei.com/ -address=/ct.niu.xunlei.com/ -address=/mou.niu.xunlei.com/ -address=/scene.vip.xunlei.com/ -address=/xunyibaike.com/ -address=/xuqinqi.cn/ -address=/xurizhongguo.cn/ -address=/xuro006.com/ -address=/xurrehqawu.com/ -address=/m.xuwm6.cn/ -address=/img.xuwnz.cn/ -address=/xuwptpzdwyaw.com/ -address=/api.ad.xv555.com/ -address=/xv9xm6zxb8.com/ -address=/xvapnjwhofiv.com/ -address=/xvideosharing.site/ -address=/xvijskugh.com/ -address=/xvika.com/ -address=/xviplxteu.com/ -address=/xvlkfkjl.com/ -address=/xvlohcsc.com/ -address=/xvnfyutv.com/ -address=/xvomqsoivtiaxh.com/ -address=/xvtbumnuj.com/ -address=/xvtyrcnhoanve.com/ -address=/xvucprzzwd.com/ -address=/xvxcpdcnfgte.com/ -address=/xvyljkr.com/ -address=/cache.xw126.com/ -address=/xwavfvpzg.com/ -address=/xwcqrzkle.com/ -address=/xwdlgzrnuyo.com/ -address=/xwetmeeynns.com/ -address=/wx.xwjqr.com/ -address=/xwoexbipp.com/ -address=/xwonghmweu.com/ -address=/xwprdjbayq.com/ -address=/xwvofxgqilhy.com/ -address=/xwxbiywlavgpm.com/ -address=/xxccdshj.com/ -address=/xxchhgilfheu.com/ -address=/xxczncbczvd.com/ -address=/xxdjmuekj.com/ -address=/xxdlg.cn/ -address=/a.xxdy8.cn/ -address=/xxeden.com/ -address=/xxggvfkuawkri.com/ -address=/ad.xxguan.cn/ -address=/xxhgzzinkrbbo.com/ -address=/xxhqfprml.com/ -address=/xxhrd.com/ -address=/xxkcdvpurae.com/ -address=/xxkhh.com/ -address=/xxkio.com/ -address=/xxladu.com/ -address=/xxlargepop.com/ -address=/xxlink.net/ -address=/xxlmxsh.com/ -address=/xxltr.com/ -address=/xxnkyesp.com/ -address=/xxqriuedmqzs.com/ -address=/xxssyndic.com/ -address=/xxtu.be/ -address=/ads.xxxad.net/ -address=/xxxadu.com/ -address=/xxxadv.com/ -address=/xxxallaccesspass.com/ -address=/xxxbannerswap.com/ -address=/xxxblackbook.com/ -address=/xxxbyhxp.com/ -address=/xxxcounter.com/ -address=/xxxex.com/ -address=/xxxfeng.com/ -address=/xxxlnk.com/ -address=/xxxmatch.com/ -address=/xxxmov.site/ -address=/xxxmyself.com/ -address=/xxxnavy.com/ -address=/xxxoh.com/ -address=/xxxvipporno.com/ -address=/xxxwebtraffic.com/ -address=/xxyzwtsylw.com/ -address=/xycnz.com/ -address=/xycnzz.com/ -address=/xyepsjnt.com/ -address=/app.xyjqy.com/ -address=/xylnwusfiyq.com/ -address=/t.xymj.xyz/ -address=/xymtglljft.com/ -address=/z1.xysmai.com/ -address=/z2.xysmai.com/ -address=/xyssp.com/ -address=/xytom.com/ -address=/xywdvhd.com/ -address=/xywwomayptsd.com/ -address=/a.xywy.com/ -address=/bdmjs.xywy.com/ -address=/bdmm.xywy.com/ -address=/gg.xywy.com/ -address=/hao123.xywy.com/ -address=/page.xywy.com/ -address=/stat-y.xywy.com/ -address=/stat-z.xywy.com/ -address=/stat.xywy.com/ -address=/static.front.xywy.com/ -address=/xyztraffic.com/ -address=/edesf.xyzxmark.cn/ -address=/xyzzyxxyzzyx.com/ -address=/xz518.cn/ -address=/un.xz6.com/ -address=/xz6d.com/ -address=/xzbilyblsjrg.com/ -address=/gzm.xzbu.com/ -address=/f3fea4450e3b.xzccie.com/ -address=/xzdchl.com/ -address=/xzdlleawpx.com/ -address=/xzipy.com/ -address=/xznykf.org/ -address=/xzooimhkjiwp.com/ -address=/cl.xzqxzs.com/ -address=/dl.xzqxzs.com/ -address=/xztms.com/ -address=/xztyzs.cn/ -address=/xzyituo.com/ -address=/xzzyi.com/ -address=/y-track.com/ -address=/y05zw.cn/ -address=/m.y0k8h.cn/ -address=/y0o1g.cn/ -address=/y12f.com/ -address=/e.y23zpl.cn/ -address=/y72yuyr9.com/ -address=/ya-counter.ru/ -address=/ya88s1yk.com/ -address=/yaaqsdteo.com/ -address=/pixel.yabidos.com/ -address=/yaboshadi.com/ -address=/yabuka.com/ -address=/1.yac8.net/ -address=/counter.yadro.ru/ -address=/upstats.yadro.ru/ -address=/mg.yadro.ru/ -address=/yadyiymarz.com/ -address=/yagcaumz.com/ -address=/yahbdmyvvmjh.com/ -address=/im.ov.yahoo.co.jp/ -address=/pvtag.yahoo.co.jp/ -address=/rdsig.yahoo.co.jp/ -address=/yeas.yahoo.co.jp/ -address=/yjtag.yahoo.co.jp/ -address=/ard.yahoo.co.jp/ -address=/bc.geocities.yahoo.co.jp/ -address=/rd.ane.yahoo.co.jp/ -address=/yads.yahoo.co.jp/ -address=/ads.yahoo.com/ -address=/adss.yahoo.com/ -address=/analytics.yahoo.com/ -address=/bats.video.yahoo.com/ -address=/beap-bc.yahoo.com/ -address=/gemini.yahoo.com/ -address=/cookiex.ngd.yahoo.com/ -address=/ganon.yahoo.com/ -address=/geo.yahoo.com/ -address=/lh.secure.yahoo.com/ -address=/nol.yahoo.com/ -address=/pclick.europe.yahoo.com/ -address=/pclick.internal.yahoo.com/ -address=/pclick.yahoo.com/ -address=/richmedia.yahoo.com/ -address=/tw.rd.yahoo.com/ -address=/visit.webhosting.yahoo.com/ -address=/votes.buzz.yahoo.com/ -address=/adserver.yahoo.com/ -address=/aliunion.cn.yahoo.com/ -address=/analytics.query.yahoo.com/ -address=/cm.p4p.cn.yahoo.com/ -address=/fc.yahoo.com/ -address=/js-apac-ss.ysm.yahoo.com/ -address=/onemobile.yahoo.com/ -address=/p3p.yahoo.com/ -address=/partnerads.ysm.yahoo.com/ -address=/pr-bh.ybp.yahoo.com/ -address=/pr.ybp.yahoo.com/ -address=/yap.yahoo.com/ -address=/yql.yahoo.com/ -address=/edgecast-vod.yahoo.net/ -address=/yaikleyabl.com/ -address=/yajiuwz.xyz/ -address=/m.yalayi.com/ -address=/yallarec.com/ -address=/yallboen.com/ -address=/yalongrope.cn/ -address=/admd.yam.com/ -address=/ad2.yam.com/ -address=/ads.yam.com/ -address=/analytics.yam.com/ -address=/yamaidei.cn/ -address=/yamanoha.com/ -address=/yanbenji.cn/ -address=/count.yandeg.ru/ -address=/clck.yandex.com/ -address=/awaps.yandex.net/ -address=/browser-updater.yandex.net/ -address=/report.appmetrica.yandex.net/ -address=/rosenberg.appmetrica.yandex.net/ -address=/adfox.yandex.ru/ -address=/an.yandex.ru/ -address=/awaps.yandex.ru/ -address=/bs.yandex.ru/ -address=/clck.yandex.ru/ -address=/informer.yandex.ru/ -address=/mc.yandex.ru/ -address=/share.yandex.ru/ -address=/adsdk.yandex.ru/ -address=/st.yandexadexchange.net/ -address=/s2.yandui.com/ -address=/yangdasen.cn/ -address=/ad1.yangjinyou.com/ -address=/ad2.yangjinyou.com/ -address=/cmta.yangkeduo.com/ -address=/ta.yangkeduo.com/ -address=/yanglaopt.net/ -address=/a.yangshengtang123.com/ -address=/img.yangshengtang123.com/ -address=/yangzhenpeng.top/ -address=/yanhao.red/ -address=/yanjunbo.com/ -address=/s.yanpoly.com/ -address=/yanskweqyuma.com/ -address=/yantairuide.com/ -address=/m.yanyankj.com/ -address=/js.yanyue.cn/ -address=/yaohq.com/ -address=/xiaomiir.yaokantv.com/ -address=/adnetpub.yaolan.com/ -address=/adpub.yaolan.com/ -address=/adpubs.yaolan.com/ -address=/ylads.yaolan.com/ -address=/cps.yaoqing.com/ -address=/yaoxiaoli.com/ -address=/yaoyl.com/ -address=/s.yaozui.com/ -address=/yardr.net/ -address=/yashi.com/ -address=/yatab.net/ -address=/yatemy.cn/ -address=/yatgrotthyzpm.com/ -address=/yatnozin.info/ -address=/yauatoyuhdb.com/ -address=/yaudience.com/ -address=/jscode.yavli.com/ -address=/srv.yavli.com/ -address=/widget.yavli.com/ -address=/yaxbqjjemnvben.com/ -address=/yaxujiancai.cn/ -address=/yazcash.com/ -address=/yb0t.com/ -address=/ybaijkluq.com/ -address=/ybaiu.com/ -address=/ybanj.com/ -address=/ybbqkfzmj.com/ -address=/rs-staticart.ybcdn.net/ -address=/ybfwmm.cn/ -address=/ybgnyxinr.com/ -address=/ybhgzvkqtocedj.com/ -address=/ybhypt.com/ -address=/ybmlwhhsuf.com/ -address=/ybotvisit.com/ -address=/ybqqjrjf.com/ -address=/ybrex.cn/ -address=/ybtianxi.com/ -address=/ybwpvenix.com/ -address=/ybxhjlqurdq.com/ -address=/ycasmd.info/ -address=/g.yccdn.com/ -address=/webtrends.yccdn.com/ -address=/ycczhbzoyseg.com/ -address=/yceml.net/ -address=/ycfprujylukkx.bid/ -address=/ych168.cn/ -address=/ychijnziuhvu.com/ -address=/ychun03.com/ -address=/ycjisa.cn/ -address=/ycreateam.cn/ -address=/ycszgt.cn/ -address=/ycuuzufqwsk.com/ -address=/ycx.kim/ -address=/ycxtpbfcsl.com/ -address=/ycypzx.cn/ -address=/ycyrgutjregkw.com/ -address=/yd126.com/ -address=/ydaynvgmkjxvy.com/ -address=/ydbsysbzp.com/ -address=/ydcpc.com/ -address=/ydeprint.com/ -address=/ydfz.org/ -address=/ydgaopinlu.com/ -address=/ydkhkjmefxy.com/ -address=/ydkrabhtgci.com/ -address=/ydlnt.com/ -address=/ydouu.com/ -address=/ydqzkj.com/ -address=/sp.ydr.com/ -address=/ydsnqaekjr.com/ -address=/adpublish.ydstatic.com/ -address=/oimagea2.ydstatic.com/ -address=/ydtqlmsvocjp.com/ -address=/ydvexlxyg.com/ -address=/123.ydylwang.net/ -address=/ydzakntxe.com/ -address=/ye185hcamw.com/ -address=/ye3.com/ -address=/yeabble.com/ -address=/yeagdfyw.com/ -address=/yebadu.com/ -address=/yebojewh.com/ -address=/yebpettlkcqm.com/ -address=/yecxfxsbkb.com/ -address=/yeesshh.com/ -address=/yektanet.com/ -address=/servedby.yell.com/ -address=/yellads.com/ -address=/yellowacorn.net/ -address=/yellowbrix.com/ -address=/ws.yellowpages.ca/ -address=/yellowto.com/ -address=/a.yellowurl.cn/ -address=/yemnn.cn/ -address=/yengo.com/ -address=/yenlm.com/ -address=/yenlubragf.com/ -address=/yennwmfmbnfz.com/ -address=/yeouakimhubraf.com/ -address=/yeplavtzm.com/ -address=/yeprimlax.club/ -address=/country.yepshare.com/ -address=/yes-messenger.com/ -address=/yesadsrv.com/ -address=/xls.yeschool.info/ -address=/ad.yeshitv.com/ -address=/counter.yesky.com/ -address=/milk.yesky.com.cn/ -address=/yesmessenger.com/ -address=/yesnexus.com/ -address=/yesra.xyz/ -address=/yestedshere.site/ -address=/event-analytics.yesware.com/ -address=/yext-pixel.com/ -address=/yeyajipp.com/ -address=/imgapp.yeyou.com/ -address=/ue.yeyoucdn.com/ -address=/yezijizhang.com/ -address=/yezilm.com/ -address=/yf898.com/ -address=/yfcxyejwyeyjse.com/ -address=/yfgrucsngqitc.com/ -address=/yfibjzosrqrtmv.com/ -address=/yfnvswrfjw.com/ -address=/yformvcqgphol.com/ -address=/track.yfret.com/ -address=/yfrrzyphyk.com/ -address=/yfsbprwln.com/ -address=/yftuybem.com/ -address=/yfum.com/ -address=/yfycy.com/ -address=/yfzcuw.cn/ -address=/ygblogtag.cn/ -address=/ygefxaurh.com/ -address=/ygemknajajg.com/ -address=/yghua.com/ -address=/yglhcn.cn/ -address=/ygnftomdh.com/ -address=/ygpd.wang/ -address=/ygqczh.com/ -address=/e.ygqna.cn/ -address=/ygsm.com/ -address=/ygvuinirwqnl.com/ -address=/ygzkedoxwhqlzp.com/ -address=/yhaztdufgmw.com/ -address=/api.dsp.yhd.com/ -address=/click.yhd.com/ -address=/tracker.yhd.com/ -address=/yhjinm.cn/ -address=/yhljenkljge.com/ -address=/yhmbwgolijyac.com/ -address=/yhsmk.com/ -address=/yhtcd.com/ -address=/yhwrgbcjwup.com/ -address=/yhyxopmgofz.com/ -address=/asd.yhzbjz.com/ -address=/yhzm.cc/ -address=/yi71.com.cn/ -address=/yicang8.com/ -address=/adsmart.yicha.cn/ -address=/tongji.yicha.cn/ -address=/tuiguang.yicha.cn/ -address=/d2.yiche.com/ -address=/yichunrz.com/ -address=/yicuntian.cn/ -address=/static-ssp.yidianzixun.com/ -address=/imagelx.yidianzixun.com/ -address=/l.yidianzixun.com/ -address=/lx-upload-log.yidianzixun.com/ -address=/mb.yidianzixun.com/ -address=/oppo.yidianzixun.com/ -address=/s.yidianzixun.com/ -address=/yidu.cc/ -address=/yidxvzosvwsd.com/ -address=/yie4zooseif.info/ -address=/yieldads.com/ -address=/yieldadvert.com/ -address=/yieldbird.com/ -address=/yieldbot.com/ -address=/yieldbuild.com/ -address=/yieldify.com/ -address=/yieldkit.com/ -address=/yieldlab.net/ -address=/yieldlove.com/ -address=/yieldmanager.com/ -address=/yieldmanager.net/ -address=/yieldmo.com/ -address=/yieldoptimizer.com/ -address=/ad.yieldpartners.com/ -address=/yieldpass.com/ -address=/yieldselect.com/ -address=/yieldsoftware.com/ -address=/yieldtraffic.com/ -address=/yieldx.com/ -address=/m.yiere.com/ -address=/yierheng.top/ -address=/yifuls.com/ -address=/yifuqtge.com/ -address=/yigao.com/ -address=/yigyx.com/ -address=/union.yihaodian.com/ -address=/yihubaiying.com/ -address=/yihuifu.cn/ -address=/yiiwoo.com/ -address=/yoo.yiiyoo.net/ -address=/yijia2009.com/ -address=/yijifen.com/ -address=/yijikm.com/ -address=/yijuxie.com/ -address=/siqwqjza.m.yikanxiaoshuo.net/ -address=/vpn.yike0515.com/ -address=/yikuaiqian.com.cn/ -address=/yiluup.com/ -address=/yimai51.cn/ -address=/yimeize.cn/ -address=/ads.yimg.com/ -address=/cdn.yimg.com/ -address=/edgecast-vod.yimg.com/ -address=/ai.yimg.jp/ -address=/yads.c.yimg.jp/ -address=/yimingxiang.com.cn/ -address=/e.yingchengtou.com/ -address=/m.yingchengtou.com/ -address=/yingshidaquan.cc/ -address=/img.yingshidiguo.cn/ -address=/apppic.yingyongbei.com/ -address=/yinhaijuan.com/ -address=/yinlt.com/ -address=/yinmyar.xyz/ -address=/yinoo.cn/ -address=/yinooo.com/ -address=/sina.yinstar.org/ -address=/yinsterkneeline.info/ -address=/yinyuehu.cn/ -address=/stats.yinyuetai.com/ -address=/log.collect.yinyuetai.com/ -address=/shop.admin.yinyuetai.com/ -address=/shop.yinyuetai.com/ -address=/statisticsv2.yinyuetai.com/ -address=/t.collect.yinyuetai.com/ -address=/yinyuncp.com/ -address=/yinzantouzi.com/ -address=/yiopqbbmugak.com/ -address=/yiqifa.com/ -address=/yiqifaxian.wang/ -address=/111g.yiqig.cn/ -address=/yiqima.xyz/ -address=/yiqiu.mobi/ -address=/yiqiv.com/ -address=/yiqyefznxc.com/ -address=/yiran686.cn/ -address=/yiranxian.cn/ -address=/yisheng120.info/ -address=/yishuifa.org/ -address=/yisscbyq.com/ -address=/yitai001.com/ -address=/yitiaoyu.top/ -address=/m.yitime.top/ -address=/info.yitsoftware.com/ -address=/yiwad.com/ -address=/www.10086.cn.baidu.cdn.yiwk.com/ -address=/yiwuds.com/ -address=/a.yixie8.com/ -address=/yixige.com/ -address=/ad.yixin.im/ -address=/yixui.com/ -address=/wr.yiyouliao.com/ -address=/yiyu-fz.cn/ -address=/a.yiyuancq.com/ -address=/yiyuantian.com/ -address=/yizhongyi.info/ -address=/p.yizuya.com/ -address=/u.yizuya.com/ -address=/a.yjbys.com/ -address=/abc.yjbys.com/ -address=/d.yjbys.com/ -address=/yjctwdeuz.com/ -address=/yjfhadfc.com/ -address=/yjhas.net/ -address=/yjipohjtdrxncg.com/ -address=/yjkyj.cn/ -address=/yjnqrbfnocy.com/ -address=/yjoldnbcw.com/ -address=/yjpwmybjkg.com/ -address=/yjtag.jp/ -address=/yjtdbdnhcu.com/ -address=/yjwtxskmswcjc.com/ -address=/yjwymbwcjyfed.com/ -address=/yjxtuwpbgzwc.com/ -address=/yk0712.com/ -address=/p2.ykauto.cn/ -address=/ykeryifvsxjcdr.com/ -address=/ykhozkljfpdtd.com/ -address=/l.ykimg.com/ -address=/p-log.ykimg.com/ -address=/sub.ykimg.com/ -address=/ykixjehac.com/ -address=/ykjmy.com/ -address=/yknfpdpj.com/ -address=/ykombouoo.com/ -address=/ykxwn.com/ -address=/ykykbowk.com/ -address=/ykyryixcwn.com/ -address=/a.yl-taikang.com/ -address=/yl850555.com/ -address=/ylbslipwhfdwr.com/ -address=/ylcgewdtetazek.com/ -address=/yldbt.com/ -address=/hd.ylddq.com/ -address=/yldmgrimg.net/ -address=/yldr.io/ -address=/y71.ylems.club/ -address=/y76.ylems.club/ -address=/yleztmobykox.com/ -address=/ylihbkbiefgj.com/ -address=/yljiaoluo.com/ -address=/yljmeishi.cn/ -address=/yljtytqq.com/ -address=/yllanala.pw/ -address=/yllasatra.xyz/ -address=/yllfdnftjo.com/ -address=/yllix.com/ -address=/ylnmzwwc.com/ -address=/yloidlvfhpkq.com/ -address=/bdjs.ylq.com/ -address=/ylqbiljjlyq.com/ -address=/kn.ylrca.cn/ -address=/ylunion.com/ -address=/ylwy168.com/ -address=/ylx-1.com/ -address=/ylx-2.com/ -address=/ylx-3.com/ -address=/ylx-4.com/ -address=/ylzx.net/ -address=/w.ymapp.com/ -address=/ymbpndswe.com/ -address=/img-cdn-spot.ymcdn.cn/ -address=/ymcqb.com/ -address=/ymerjqsynqoxdm.com/ -address=/ymetrica1.com/ -address=/ymgjtzciu.com/ -address=/ymima360.com/ -address=/ymkymasmvsuosd.com/ -address=/ymm7.top/ -address=/ymmdpk.cn/ -address=/ympkaxpaf.com/ -address=/ymrzr.com/ -address=/ymsutnllwwcm.com/ -address=/global.ymtracking.com/ -address=/ymuhybbrk.com/ -address=/ymuoqhmhnifzl.com/ -address=/ymvkirvjqgha.com/ -address=/ymwvkruyidppb.com/ -address=/res.ymxiaopin.com/ -address=/ymzrrizntbhde.com/ -address=/ymztsuzm.com/ -address=/ynbojie.com/ -address=/ynbzxh.com/ -address=/yndianju.com/ -address=/yndushi.cn/ -address=/ynebbsldruvfb.com/ -address=/ynelypolkq.com/ -address=/ad123.ynet.com/ -address=/fun.ynet.com/ -address=/gao.ynet.com/ -address=/trace.ynet.com/ -address=/ynhhgr2zen.com/ -address=/ynizdm.cn/ -address=/d.ynjk120.com/ -address=/ynjkkj.com/ -address=/ynjyhm.com/ -address=/ynkakgknfljv.com/ -address=/ynkbueizwqu.com/ -address=/ynlvwynnsstalh.com/ -address=/c.ynlysg.com/ -address=/ynmbz.com/ -address=/ynmhg.cn/ -address=/ynoiezey.com/ -address=/ynopkisq.com/ -address=/ynp0h.cn/ -address=/ynqmordtj.com/ -address=/yntwcepykkts.com/ -address=/ynvmoxqbm.com/ -address=/ynvplyprjr.bid/ -address=/ynvwvckgqich.com/ -address=/ynwqls.com/ -address=/ynxerecrbihujf.com/ -address=/ynyfcz.cn/ -address=/ynzby.cn/ -address=/ynzdtoawstxvh.com/ -address=/ynzhby.com/ -address=/yo34b.cn/ -address=/yobihost.com/ -address=/yobr.net/ -address=/yobthmvxwedkkg.com/ -address=/yoc-adserver.com/ -address=/yodr.net/ -address=/yodyfofkb.com/ -address=/yofoto.ltd/ -address=/gjr5.yoigo.com/ -address=/adcount.yoka.com/ -address=/new.yokaunion.com/ -address=/pixel.yola.com/ -address=/analytics.yola.net/ -address=/analytics.yolacdn.net/ -address=/yololike.space/ -address=/analytics.yomedia.vn/ -address=/yomeno.xyz/ -address=/yomob.com.cn/ -address=/as.yomonda.de/ -address=/yongkang6.com/ -address=/dm1.yongkao.com/ -address=/yongv.com/ -address=/yonmzzszhf.com/ -address=/yoochoose.net/ -address=/yooclick.com/ -address=/m.yooli.com/ -address=/s-yoolk-banner-assets.yoolk.com/ -address=/s-yoolk-billboard-assets.yoolk.com/ -address=/yootui19999.com/ -address=/yoredi.com/ -address=/sp.yorkdispatch.com/ -address=/yoshatia.com/ -address=/vodp-e-streamingmagentamusic360.tls1.yospace.com/ -address=/p.yotpo.com/ -address=/yottacash.com/ -address=/yottos.com/ -address=/youbet8.com/ -address=/bdgg.youbian.com/ -address=/youbora.com/ -address=/youborafds01.com/ -address=/youboranqs01.com/ -address=/a.youdao.com/ -address=/clkservice.youdao.com/ -address=/clkservice.mail.youdao.com/ -address=/clkservice.union.youdao.com/ -address=/clkservice2.dict.youdao.com/ -address=/conv.youdao.com/ -address=/dsp-click.youdao.com/ -address=/dsp-impr.youdao.com/ -address=/dsp-impr2.youdao.com/ -address=/dsp.youdao.com/ -address=/gorgon.youdao.com/ -address=/impservice-test.dictapp.youdao.com/ -address=/impservice.chnl.youdao.com/ -address=/impservice.dict.youdao.com/ -address=/impservice.dictapp.youdao.com/ -address=/impservice.dictvista.youdao.com/ -address=/impservice.dictweb.youdao.com/ -address=/impservice.dictword.youdao.com/ -address=/impservice.mail.youdao.com/ -address=/impservice.union.youdao.com/ -address=/impservice.youdao.com/ -address=/impservice2.youdao.com/ -address=/log.yex.youdao.com/ -address=/corp.youdao.com/ -address=/rlogs.youdao.com/ -address=/ydpushserver.youdao.com/ -address=/youfumei.com/ -address=/yougube.com/ -address=/sdk2.youguoquan.com/ -address=/youhm.cn/ -address=/youhuiguan.com/ -address=/youhuomeishi.com/ -address=/youjia2016.com/ -address=/youka.la/ -address=/ssl.youkag.com/ -address=/bdcode.youke.com/ -address=/cmstool.youku.com/ -address=/hudong.pl.youku.com/ -address=/iyes.youku.com/ -address=/adp.atm.youku.com/ -address=/bsv.atm.youku.com/ -address=/dmapp.youku.com/ -address=/html.atm.youku.com/ -address=/ipm.atm.youku.com/ -address=/m.atm.youku.com/ -address=/mf.atm.youku.com/ -address=/mobilemsg.youku.com/ -address=/myes.youku.com/ -address=/push.m.youku.com/ -address=/r.l.youku.com/ -address=/service.danmu.youku.com/ -address=/statis.mobile.youku.com/ -address=/v2html.atm.youku.com/ -address=/val.atm.youku.com/ -address=/valb.atm.youku.com/ -address=/valc.atm.youku.com/ -address=/valf.atm.youku.com/ -address=/valp.atm.youku.com/ -address=/valt.atm.youku.com/ -address=/ad.api.3g.youku.com/ -address=/ad.api.mobile.youku.com/ -address=/youlamedia.com/ -address=/youle55.com/ -address=/youlouk.com/ -address=/youmi.net/ -address=/youmsm.com/ -address=/youmw.com/ -address=/short.youni.im/ -address=/yoc.younited-credit.com/ -address=/track.youniversalmedia.com/ -address=/data.younow.com/ -address=/your-big.com/ -address=/your-counter.be/ -address=/your-notice.com/ -address=/your0rder.com/ -address=/youradexchange.com/ -address=/youramigo.com/ -address=/events.yourcx.io/ -address=/yourdatelink.com/ -address=/yourlegacy.club/ -address=/yourlocalguardian-gb.yourlocalguardian.co.uk/ -address=/yourlucky.top/ -address=/yourquickads.com/ -address=/giants.yourzip.co/ -address=/yousee.com/ -address=/youshouge513.cn/ -address=/yousuode.cn/ -address=/youtibe.com/ -address=/ads.youtube.com/ -address=/youtuhe.com/ -address=/youtui456.com/ -address=/youweiprint.com/ -address=/dev.tg.youxi.com/ -address=/youxi8a.xyz/ -address=/youxiaoad.com/ -address=/youxicool.net/ -address=/youyicsyy.com/ -address=/youyijia021.com/ -address=/vpn.youyisheng.net/ -address=/youyoumw.com/ -address=/tj.youzanyun.com/ -address=/yoxrhwtvyqt.com/ -address=/yoxus.cn/ -address=/yoyi.com.cn/ -address=/yoyi.tv/ -address=/yoyozz.net/ -address=/ypaletdevelspe.info/ -address=/ypecfkbqgldzq.com/ -address=/ypkbybzpd.com/ -address=/photo.ypkjq.cn/ -address=/ypksjcnrsett.com/ -address=/ypmadserver.com/ -address=/ypmob.com/ -address=/ypmwkketrdbwn.com/ -address=/ypolukuxt.com/ -address=/yppw666.cn/ -address=/yppxexinajadu.com/ -address=/ypreferred.com/ -address=/yptwqjdgikmcqc.com/ -address=/ypummbggdjex.com/ -address=/ypzhrmspnfmy.com/ -address=/ypzhwf.cn/ -address=/ypzrannhrvhlpk.com/ -address=/yqbyzekybmswii.com/ -address=/yqccpziiuak.com/ -address=/yqcmuxkd.com/ -address=/yqecjuoxiquvr.com/ -address=/yqezqofkb1nnmz.com/ -address=/yqjxzw.com/ -address=/yqkxutfjzbdbml.com/ -address=/yqmhrvvlbm.com/ -address=/yqmmjmjxdigdak.com/ -address=/yqmzhilyjzw.com/ -address=/yqw88.com/ -address=/photo.yqydjr.cn/ -address=/yr29r.cn/ -address=/yr9n47004g.com/ -address=/yrbjfusd.com/ -address=/yrcpupgqtn.com/ -address=/yrdrtzmsmt.com/ -address=/yrfeurfeacuul.com/ -address=/yrivoste.com/ -address=/yrmxtvqpp.com/ -address=/yrpjklwly.com/ -address=/yrqsi.site/ -address=/yrrsckr.cn/ -address=/yrrvmnimwztv.com/ -address=/yrsjqzfku.com/ -address=/yruwnpnam.com/ -address=/ysaloykchjyxg.com/ -address=/gho.ysbjgjwh.com/ -address=/ysdhe.com/ -address=/daima.ysdui.com/ -address=/ysgeuarbxfttib.com/ -address=/ysgsq.cn/ -address=/ysjweb.com/ -address=/ysjwj.com/ -address=/ysljgoytuyfbg.com/ -address=/yslvynerwkdls.com/ -address=/ysmbdnavqsbcl.com/ -address=/ysnj74ed.com/ -address=/ysont.cn/ -address=/ysqhjwanlbhmt.com/ -address=/ysrjmfaqm.com/ -address=/ystammedre.info/ -address=/ysx8.vip/ -address=/ysxywj.com/ -address=/ysyrcnsb.com/ -address=/ytbnm.cn/ -address=/ytcgivcxzawx.com/ -address=/ytcpfvgqp.com/ -address=/ytdksb.com/ -address=/ytdoajoj.com/ -address=/1.ytelc.com/ -address=/mvo.ythbr.xyz/ -address=/ytjocvggodnfbn.com/ -address=/ytmaitian.com/ -address=/ytmaksim.cn/ -address=/ytqnsqvajzv.com/ -address=/ytsa.net/ -address=/flv.ytshuirun.com/ -address=/ytsyyey.com/ -address=/yttvnnvklf.com/ -address=/yttz113.com/ -address=/ytxuslppbj.com/ -address=/yu0123456.com/ -address=/yu21uy.com/ -address=/yu987.com/ -address=/yuanchengxiezuo.com/ -address=/yuanhangpiju.cn/ -address=/yuanhsu.com/ -address=/yuanmengbi.com/ -address=/yuanming.net/ -address=/yuanyanglw.com/ -address=/yuazwfzvdzfc.com/ -address=/m.yubomiaomu.cn/ -address=/yucce.com/ -address=/yucefa.cn/ -address=/yudexjr.com/ -address=/yudu.co.nz/ -address=/yuebofa.cc/ -address=/yueduyy.com/ -address=/yuehosgcoq.com/ -address=/yueqiangss.cn/ -address=/1.yuexw.com/ -address=/yueyelive.com/ -address=/yueyetiyu.com/ -address=/yuggcd.com/ -address=/yuhuads.com/ -address=/yuimtqtp.com/ -address=/yujianai520.com/ -address=/yujiangchu.com/ -address=/yule8.net/ -address=/img1.yulu99.com/ -address=/js.yulzm.com/ -address=/yulzs.com/ -address=/yumekin.com/ -address=/yumenetworks.com/ -address=/yumzgezhl.com/ -address=/yunanfuwuqi.com/ -address=/help.yunaq.com/ -address=/stat.yunfan.com/ -address=/yunfanlm.com/ -address=/yunl1.com/ -address=/yunmowu.com/ -address=/osupdateservice.yunos.com/ -address=/tvupgrade.yunos.com/ -address=/uuidapi.yunos.com/ -address=/yunpifu.cn/ -address=/m.yunshengyy.com/ -address=/yunshipei.com/ -address=/yunsoka.com/ -address=/html.yuntzs.com/ -address=/yunzhanghe.cn/ -address=/yunzuowen.com/ -address=/yupcqrxdg.com/ -address=/yupfiles.club/ -address=/yupfiles.net/ -address=/yuppads.com/ -address=/yuqi7.top/ -address=/yurivideo.com/ -address=/gashot.yurivideos.com/ -address=/yurttitxfyfh.com/ -address=/yurvyhtp.com/ -address=/daima.yutou123.cn/ -address=/yuu360.com/ -address=/a1.yuuedu.com/ -address=/mps.yuwenba.cn/ -address=/yuwxounw.com/ -address=/yuxiangrc.com/ -address=/yuxiny.com/ -address=/yuxyz.com/ -address=/yuyanbaojie.cn/ -address=/activity.yuyiya.com/ -address=/yun.yuyiya.com/ -address=/dows.yuyudl.com/ -address=/yuyue008.cn/ -address=/yuyxslrprv.com/ -address=/a.yuzhainan.com/ -address=/yuzsvoanyw.com/ -address=/yvaovfrsu.com/ -address=/yvdkwgrfatt.com/ -address=/yvdzdkiov.com/ -address=/yviqapajvhsx.com/ -address=/yvisvreih.com/ -address=/yvlhxqxw.com/ -address=/yvlmcehqt.com/ -address=/yvlrhnzid.com/ -address=/yvmads.com/ -address=/yvmjtjtfuaspc.com/ -address=/yvoria.com/ -address=/yvsymvjzk.com/ -address=/yvsystem.com/ -address=/yvtktnsqp.com/ -address=/yvvxjkzi.com/ -address=/yvxerfdxk.com/ -address=/yvyfyuacwz.com/ -address=/yvystpvmpnz.com/ -address=/yvytbqgmersgw.com/ -address=/yvzgazds6d.com/ -address=/yw78.cn/ -address=/yw9f088h61.com/ -address=/ywadf.cn/ -address=/ywbwsm.com/ -address=/ywcxuagtmrawx.com/ -address=/ywemjekei.com/ -address=/ywgjjhjay.com/ -address=/ywidgets.awe.sm/ -address=/ywjsgc.com/ -address=/ywjxsp168.cn/ -address=/ywlaafzvnn.com/ -address=/ywolsukpto.com/ -address=/gw.d.ywopt.com/ -address=/ywqum.cn/ -address=/ywsjtstwevknlc.com/ -address=/ywtofulqxeqcvq.com/ -address=/ywuyrhkaiat.com/ -address=/ywvcomputerprocess.info/ -address=/ywxi.net/ -address=/ywxnjrkkrnyzc.com/ -address=/ywywjrlbsuv.com/ -address=/yx0banners.com/ -address=/lishi.yxbao.com/ -address=/lishi1.yxbao.com/ -address=/yxbzsdthw.com/ -address=/hao123.sina.yxcjqy.com/ -address=/gg.yxdown.com/ -address=/ggr.yxdown.com/ -address=/yxdwsuppvt.com/ -address=/yxdyk.com/ -address=/yxfkdvkh.com/ -address=/yxfxhkbrwzww.com/ -address=/yxgfcj.com/ -address=/yxhxs.com/ -address=/yximgdpivguxke.com/ -address=/yxjad.com/ -address=/bbcc.yxlady.com/ -address=/dm50.yxlady.com/ -address=/js50.yxlady.com/ -address=/mmcc.yxlady.com/ -address=/yxlzwbahyn.com/ -address=/yxmspx.com/ -address=/photo.yxslt.cn/ -address=/yxsnf.cn/ -address=/yxsrshkmgiyn.com/ -address=/yxsyvsqrkbdqym.com/ -address=/yxszy.com/ -address=/yxvuvzrz.com/ -address=/yxvxjtupwlee.com/ -address=/yxwnopnfgctpr.com/ -address=/yxxwyz.com/ -address=/yxyenzslsk.com/ -address=/yxyfsghyk.com/ -address=/yxyhtea.com/ -address=/1.yxzw.com.cn/ -address=/gt.yy.com/ -address=/stat.game.yy.com/ -address=/yy32.com/ -address=/yy58ju.com/ -address=/yybeast.mobi/ -address=/yybos.com.cn/ -address=/yycocbzc.com/ -address=/yydmdsdnbtcduu.com/ -address=/yyeks.com/ -address=/yyhqch.com/ -address=/yyivakszwh.com/ -address=/yyjhf.com/ -address=/if.yyjsbz.cn/ -address=/yymmsd.cn/ -address=/yyp17.com/ -address=/yyshow.top/ -address=/yyvvnutdokptca.com/ -address=/yywctdppuncv.com/ -address=/yyxntcpxxvtpuk.com/ -address=/q1.yyxwzx.com/ -address=/yyyghfmjkz.com/ -address=/yyylg.cn/ -address=/yyywwbpkf.com/ -address=/yz56lywd.com/ -address=/yz740.com/ -address=/yzaosite.com/ -address=/yzesxnzfhyy.com/ -address=/yzetmrsww.com/ -address=/yzexonvknhw.com/ -address=/yzh360.com/ -address=/yzjlsb.com/ -address=/yzlwuuzzehjh.com/ -address=/yzmiwdjviuzk.com/ -address=/yzoyfmwr.com/ -address=/yzpesotyxwvpd.com/ -address=/yzsmaimlijx.com/ -address=/yzus09by.com/ -address=/yzveuheeothp.com/ -address=/yzwr588.com/ -address=/yzwzmxbv.com/ -address=/yzxibuepaiyru.com/ -address=/yzxls.com/ -address=/yzyalgnxo.com/ -address=/yzygo.com/ -address=/yzytb.com/ -address=/yzytjgdrz.com/ -address=/yzyycjzfkpveu.com/ -address=/yktj.yzz.cn/ -address=/yzzvsnbten.com/ -address=/m.z0mh0u.cn/ -address=/z2blog.com/ -address=/z41vm.cn/ -address=/z444o.com/ -address=/z501lpfg9x8v.com/ -address=/z5x.net/ -address=/z6vmw.top/ -address=/z7752.com/ -address=/z8o.cn/ -address=/sub.za.com/ -address=/ld.za9mnx.com/ -address=/zaattuotjbkj.com/ -address=/zabhoggkgm.com/ -address=/zabxb.com/ -address=/zadhuigxoeztzo.com/ -address=/zadwsvgxpfgtii.com/ -address=/zaehler.tv/ -address=/zaentjfu.com/ -address=/zaeyaeph.com/ -address=/zaijacho.net/ -address=/zaivikuk.com/ -address=/gp.zaiyunli.cn/ -address=/cf.zaiyunli.cn/ -address=/zajawwgpl.com/ -address=/metrigo.zalan.do/ -address=/pap.zalando.de/ -address=/zaloapp.com/ -address=/mb.zam.com/ -address=/services.zam.com/ -address=/zamar.cn/ -address=/zampda.net/ -address=/zampdsp.com/ -address=/zamplus.com/ -address=/sp.zanesvilletimesrecorder.com/ -address=/zanghaihua.org/ -address=/zangocash.com/ -address=/zanox-affiliate.de/ -address=/zanox.com/ -address=/zantainet.com/ -address=/zanyx.club/ -address=/f1.zaojv.com/ -address=/zap.buzz/ -address=/zapads.zapak.com/ -address=/zaparena.com/ -address=/zappy.co.za/ -address=/zapunited.com/ -address=/zarazazapolaza.com/ -address=/zarget.com/ -address=/zasccycohek.com/ -address=/zatrlsov.com/ -address=/zatzy.com/ -address=/zaugroaw.net/ -address=/zaushegi.net/ -address=/zavlamhx.com/ -address=/zavrotfro.com/ -address=/zaxdnhfdchet.com/ -address=/zayhipbcxig.com/ -address=/zbbqhdnef.com/ -address=/zbetter.org/ -address=/m.zbhbs.cn/ -address=/zbieo.com/ -address=/stat.zbii.com/ -address=/union.zbj.com/ -address=/zblbiqpv.com/ -address=/zboac.com/ -address=/zbqblhqlrm.com/ -address=/sss.zbred.com/ -address=/zbrushcn.com/ -address=/zbsqhxyjlh.com/ -address=/zbsybh.cn/ -address=/zbtaiqess.com/ -address=/zbtffdiu.com/ -address=/zbulsymgpbjv.com/ -address=/zbvrqrjecs.com/ -address=/xue.zbyw.cn/ -address=/jvyigg.zbzw.la/ -address=/zcand.com/ -address=/zcauvwmfevhox.com/ -address=/zcbyoqylllxe.com/ -address=/zccebnzdujjw.com/ -address=/zcchbviygqkke.com/ -address=/zcedqmobebmv.com/ -address=/zcfbwlgydxo.com/ -address=/zcjrjnxgukfcy.com/ -address=/zcjxeitlmnuq.com/ -address=/zckpaeifoq.com/ -address=/zckphynp.com/ -address=/zcoup.com/ -address=/zcovfcongwmn.com/ -address=/zcrfefgrg.com/ -address=/zcrtd.com/ -address=/zctei.com/ -address=/static.zctx8.com/ -address=/zcwjasfrog.com/ -address=/zcyclbncgubccl.com/ -address=/zd6789.com/ -address=/zdbb.net/ -address=/zddxlih.com/ -address=/tracksrv.zdf.de/ -address=/s2.zdface.com/ -address=/zdgmhsahttsj.com/ -address=/zdhnepeadrwetg.com/ -address=/zdjby.cn/ -address=/m.zdjgj.cn/ -address=/zdjkzqwpqvwcmc.com/ -address=/s2.zdmimg.com/ -address=/hits.zdnet.co.kr/ -address=/chkpt.zdnet.com/ -address=/urs.zdnet.com/ -address=/am.zdnet.com.cn/ -address=/imp.zdnet.com.cn/ -address=/pv.zdnet.com.cn/ -address=/stat.zdnet.com.cn/ -address=/zdplhparvrd.com/ -address=/zdsyifistjlag.com/ -address=/zdtag.com/ -address=/zdukhhodnglp.com/ -address=/zdutcdhvwlpkge.com/ -address=/ad.zdworks.com/ -address=/adclock.zdworks.com/ -address=/nexstep.zdworks.com/ -address=/push.zdworks.com/ -address=/zdydvjzexmp.com/ -address=/zdyfbhfmdtpm.com/ -address=/dz2017.zdzxyplyt.com/ -address=/ze5.com/ -address=/zeads.com/ -address=/zebestof.com/ -address=/zeddit.com/ -address=/zedo.com/ -address=/zedwhyex.com/ -address=/zeegreen.net/ -address=/zeerat.com/ -address=/zeesiti.com/ -address=/m.zeiaa.com/ -address=/cc.zeit.de/ -address=/zel-zel-fie.com/ -address=/zelllwrite.com/ -address=/zelrasty.net/ -address=/zelxtujtigbx.com/ -address=/zemanta.com/ -address=/zencu.com.cn/ -address=/zenffs.cn/ -address=/zengenti.com/ -address=/zenhppyad.com/ -address=/zenkreka.com/ -address=/mxvp-ad-config-prod-1.zenmxapps.com/ -address=/mxvp-feature-toggle-prod-1.zenmxapps.com/ -address=/tracking-server-prod-1.zenmxapps.com/ -address=/zenoviaexchange.com/ -address=/zenoviagroup.com/ -address=/zenwq.com/ -address=/zeokfeyraxls.com/ -address=/zeotap.com/ -address=/zepozipo.com/ -address=/zerezas.com/ -address=/zergnet.com/ -address=/zero.kz/ -address=/counter.zerohedge.com/ -address=/zeropark.com/ -address=/zeroredirect1.com/ -address=/zeroredirect10.com/ -address=/zeroredirect9.com/ -address=/img.zeruinong.com/ -address=/zesep.com/ -address=/zestzqhrwsvwcq.com/ -address=/zetamm.com/ -address=/zeujqjoifd.com/ -address=/uu.zeverdg.com/ -address=/zexygpxlamac.com/ -address=/ssp.zf313.com/ -address=/src.zf313.com/ -address=/zfacts.com/ -address=/zfanc.com/ -address=/zfcjtxosje.com/ -address=/ldy.zfdvzp.cn/ -address=/zferral.com/ -address=/zfkmw.com/ -address=/zfmagxsjqypmya.com/ -address=/zfnvguzg.com/ -address=/zfoeiywwiqo.com/ -address=/zfood029.com/ -address=/zfpsotrgboqp.com/ -address=/zfptnwcwyl.com/ -address=/zfrgkm.cn/ -address=/zfrpmiqby.com/ -address=/zfubrpobdf.bid/ -address=/zfutrfvgfdr.com/ -address=/zfvrrodxfb.com/ -address=/analytics.zg-api.com/ -address=/zg40c.cn/ -address=/zgbsny.com/ -address=/zgc66.com/ -address=/zgclmw.cn/ -address=/zgcplfvjpixarg.com/ -address=/zgczjw.com/ -address=/zgdmsj.cn/ -address=/zgeuzenogpy.com/ -address=/zgfszs.com/ -address=/zggnhhadif.com/ -address=/zghs.net.cn/ -address=/zgjckgys.com.cn/ -address=/zgjkv.com/ -address=/zgksb.com/ -address=/zgktxx.com/ -address=/zgmwrjlxpb.com/ -address=/yin1.zgpingshu.com/ -address=/zgrsq.cn/ -address=/zgswbmzhpohhib.com/ -address=/zgsxhx.com/ -address=/zgsysz.com/ -address=/zgtcar.com/ -address=/ieju.zgtwpscw.cn/ -address=/zgty365.com/ -address=/zgunion.cn/ -address=/zgwlbjy.cn/ -address=/zgwuvfye.com/ -address=/1234.zgxue.com/ -address=/td.zgxue.com/ -address=/zgyemy.com/ -address=/zgyiyi.com/ -address=/zgyryt.com/ -address=/zgyxizppxf.com/ -address=/zgzczklewpt.com/ -address=/zh1144.com/ -address=/erwqw.zh1155.com/ -address=/kfewaz.zh1155.com/ -address=/zhaibei112.top/ -address=/zhamm.cn/ -address=/zhandi.cc/ -address=/g.zhangaiwan.com/ -address=/zhangkc.com/ -address=/zhangxinzhixun.com/ -address=/adsin.zhangyoubao.com/ -address=/img.ad.zhangyue.com/ -address=/m.ad.zhangyue.com/ -address=/push.zhangyue.com/ -address=/sys.zhangyue.com/ -address=/zhangyunxiawinner.top/ -address=/zhantai.com/ -address=/zhanzhang.net/ -address=/zhao258.com/ -address=/zhaoshang8.com/ -address=/zhaowaibao.mobi/ -address=/21.zhaozongjie.com/ -address=/skl.zhazhiwei.com/ -address=/j.zhdap.com/ -address=/cdnlog.zhenai.com/ -address=/mh1.zhengdongwuye.cn/ -address=/zhengjian.org/ -address=/zhengwunet.org/ -address=/zhengyejixie.com/ -address=/zhengzhoupengbo.com/ -address=/zhenhun.co/ -address=/1.zhev.com.cn/ -address=/zhfosenghtr.com/ -address=/zhfyws.com/ -address=/zhichi08.com/ -address=/zhide-edu.cn/ -address=/zhidian3g.cn/ -address=/pv.zhiding.cn/ -address=/zhifinwgpwakue.com/ -address=/zhihei.com/ -address=/zhihrotpyphycy.com/ -address=/analytics.zhihu.com/ -address=/zhihu-web-analytics.zhihu.com/ -address=/sugar.zhihu.com/ -address=/lc-push.zhihu.com/ -address=/appcloud2.in.zhihu.com/ -address=/appcloud2.zhihu.com/ -address=/event.zhihu.com/ -address=/zhinengap.com/ -address=/zhiong.net/ -address=/m.zhipianwu.com/ -address=/z1.zhishidu.com/ -address=/z2.zhishidu.com/ -address=/zhivalley.cn/ -address=/zhixiuchang.com/ -address=/zhiyaowan.cn/ -address=/abc.zhiyaspa.com/ -address=/cm.zhiziyun.com/ -address=/zhjfad.com/ -address=/zhkbjqtstd.com/ -address=/zhlfogiy.com/ -address=/zhlrcaahpuqh.com/ -address=/zhongchengzp.com/ -address=/zhongdoulicai.com/ -address=/zhongfujiaoyu.cn/ -address=/w11.zhongkaohelp.com/ -address=/zhongkaowu.com/ -address=/zhongwangmy.cn/ -address=/jy.zhongxues.com/ -address=/p1.zhongyoo.com/ -address=/zhongzicili.cc/ -address=/zhongzk.com/ -address=/zhougong.info/ -address=/g.zhoukaika.com/ -address=/zhouqin520.top/ -address=/zhovjymmkg.com/ -address=/zhpdtoott.com/ -address=/zhqigwbchfnqn.com/ -address=/dam.zhqryw.cn/ -address=/zhrmtsxcdkjj.com/ -address=/zhtjdl.com/ -address=/fw.zhuaji.org/ -address=/pk.zhuaji.org/ -address=/pr.zhuaji.org/ -address=/hapic1.zhuangxiu22.com/ -address=/1.zhuangxiu567.com/ -address=/zhuangzhaibancai.cn/ -address=/zhuanyule.cn/ -address=/zhuba8.com/ -address=/zhudiaosz.com/ -address=/zhufushuo.com/ -address=/zhuichaguoji.org/ -address=/uc.zhuici.com/ -address=/zhuifood.top/ -address=/zhujiafangchan.cn/ -address=/zhululm.com/ -address=/p1.zhumengwl.com/ -address=/zhunishunli.com/ -address=/i.zhuoyaju.com/ -address=/zhuren.site/ -address=/zhuyuanp.club/ -address=/zhuyuanp.shop/ -address=/zhuyuanp.top/ -address=/zhxdduzdibm.com/ -address=/zhxdiirwhtico.com/ -address=/zhy333.com/ -address=/zhybzp.cn/ -address=/zhywyl.cn/ -address=/zhzzx.com/ -address=/ziccardia.com/ -address=/zichenit.com/ -address=/zidedge.com/ -address=/zidqkapwgnsh.com/ -address=/zidtqsrzosud.com/ -address=/ziebgbikz.com/ -address=/ziffdavis.com/ -address=/geobar.ziffdavisinternational.com/ -address=/analytics.ziftsolutions.com/ -address=/ziig.com.cn/ -address=/zijaipse.com/ -address=/zilogora.com/ -address=/zim-zim-zam.com/ -address=/zimuku.la/ -address=/zinhavnpak.com/ -address=/zinlar.pw/ -address=/zinphyra.com/ -address=/zinrora.pw/ -address=/zioe.com.cn/ -address=/zip-zip-swan.com/ -address=/ziphentai.com/ -address=/ziphoumt.net/ -address=/zipovoma.com/ -address=/zipropyl.com/ -address=/zipstat.dk/ -address=/ziqdunppuzjd.com/ -address=/zirlztyowfnif.com/ -address=/zirobata.com/ -address=/zirve100.com/ -address=/zisboombah.net/ -address=/zisbrygtluib.com/ -address=/zitanmushu.com/ -address=/ha.zixuekaoshi.net/ -address=/s.zixuntop.com/ -address=/ziyouxiaoyuan.cn/ -address=/ziyu.net/ -address=/ziyuantx.com/ -address=/zizcy.com/ -address=/ziznjduvyqygtk.com/ -address=/ggg.zj.com/ -address=/zj66.net/ -address=/gk1.zjbiz.net/ -address=/amae.zjcapital.cn/ -address=/zjefjxjukiasd.com/ -address=/zjhim.com/ -address=/zjhnmbfqylme.com/ -address=/zjhoudao.com/ -address=/zjhrondo.cn/ -address=/zjiktkmjyo.com/ -address=/zjjgtz.com/ -address=/zjk24.com/ -address=/zjksgl.com/ -address=/zjlanbi.com/ -address=/zjncvhnkh.com/ -address=/zjnmgmidmx.com/ -address=/zjo0tjqpm1.com/ -address=/zjrtuhds.top/ -address=/zjsnrqxltqk.com/ -address=/zjsyawqj.cn/ -address=/zjujxffup.com/ -address=/zjuwjdc.com/ -address=/zjwcddahpz.com/ -address=/zjxrg.top/ -address=/dm1.zjydt.com/ -address=/zkfborg.cn/ -address=/zkfjgzonjvg.com/ -address=/zkgyibosyh.com/ -address=/zkic.com/ -address=/zkmyaizgc.com/ -address=/zkoumvpngkubl.com/ -address=/zkowrpcb.com/ -address=/zkqpoamv.com/ -address=/zksdztizohcfy.com/ -address=/zkwsdf.com/ -address=/zkwtqwwks.com/ -address=/bbsimages.zkxf119.com/ -address=/zkzpfpoazfgq.com/ -address=/zl588.com/ -address=/zlacraft.com/ -address=/zlahmbwm.com/ -address=/zlauk.cn/ -address=/zlbkj.com/ -address=/zlddifyo.com/ -address=/aa.zldh123.com/ -address=/zldijcenor.com/ -address=/zlfgedpuxrbpgm.com/ -address=/zlfzeuvk.com/ -address=/zlhscyahjbaq.com/ -address=/go.util.zlibs.com/ -address=/zlkrsqad.com/ -address=/zllanqoglad.com/ -address=/zlmbspplqvftur.com/ -address=/zlongad.com/ -address=/zlp6s.pw/ -address=/zlx.com.br/ -address=/zlxfpawyyoq.com/ -address=/zm-bulu.cn/ -address=/zm232.com/ -address=/creator.zmags.com/ -address=/stats.zmags.com/ -address=/statsd.zmags.com/ -address=/zmasxytjskg.com/ -address=/zmbuidget.com/ -address=/zmctrack.net/ -address=/zmgod.com/ -address=/zmhwglwmi.com/ -address=/c.zmjuan.org/ -address=/zmkihizd.com/ -address=/zmkkiqghh.com/ -address=/zmlfk.com/ -address=/zmlled.cn/ -address=/zmnhcswlu.com/ -address=/zmoawpfsz.com/ -address=/zmogtyau.com/ -address=/zmpvyyey.com/ -address=/zmujsnyzujuy.com/ -address=/zmutugjqvia.com/ -address=/zmyuer.com/ -address=/znaptag.com/ -address=/znckkjdguw.com/ -address=/znicvrdirncxq.com/ -address=/znjwkwha.com/ -address=/znmdscnynybx.com/ -address=/znoumvve.com/ -address=/znpyqdfphny.com/ -address=/zntqjdvonxm.com/ -address=/znuwbselijsmyj.com/ -address=/znxvuabzgm.com/ -address=/zoafoaho.net/ -address=/zoagremo.net/ -address=/zobsibzczd.com/ -address=/zog.link/ -address=/zoijpllqnm.com/ -address=/p.zol-img.com.cn/ -address=/afp.zol-img.com.cn/ -address=/pic.zol-img.com.cn/ -address=/api.zol.com/ -address=/apppv.zol.com.cn/ -address=/imp.zol.com.cn/ -address=/p.zol.com.cn/ -address=/pvnapp.zol.com.cn/ -address=/pvtest.zol.com.cn/ -address=/stat.zol.com.cn/ -address=/cpro.zol.com.cn/ -address=/dynamic.zol.com.cn/ -address=/js.zol.com.cn/ -address=/mstat.zol.com.cn/ -address=/pv.zol.com.cn/ -address=/pvc.zol.com.cn/ -address=/pvm.zol.com.cn/ -address=/pvmsite.zol.com.cn/ -address=/pvsite.zol.com.cn/ -address=/wappv.zol.com.cn/ -address=/ydjs.zol.com.cn/ -address=/track.zomato.com/ -address=/zompmedia.com/ -address=/zomsfhgj.com/ -address=/counter.zone.ee/ -address=/zonealta.com/ -address=/log.zongheng.com/ -address=/zonhpljclov.com/ -address=/zononi.com/ -address=/zontera.com/ -address=/zoocauvo.net/ -address=/zoofaupt.net/ -address=/adm.zookingsoft.com/ -address=/zoomanalytics.co/ -address=/zoomdirect.com.au/ -address=/zoomflow.com/ -address=/zoomino.com/ -address=/wahyufian.zoomshare.com/ -address=/widget.zoorate.com/ -address=/zoosnet.net/ -address=/zoossoft.cn/ -address=/zoossoft.net/ -address=/zopeynxv.top/ -address=/zorango.com/ -address=/zorbikala.com/ -address=/zortinah.com/ -address=/zorwrite.com/ -address=/m.zosue.cn/ -address=/zoszujvvlu.com/ -address=/stats.zotabox.com/ -address=/zotjktpk.com/ -address=/zougg.com/ -address=/zounhlyqz.com/ -address=/zoupsudy.com/ -address=/ee.zowmgxpz.cn/ -address=/m.zowmgxpz.cn/ -address=/zoyxbjmmlsrc.com/ -address=/zozolilla.com/ -address=/y.zp22.cn/ -address=/zp22938576.com/ -address=/zp265.com/ -address=/zpaimilpqx.com/ -address=/zpbgschpbkz.com/ -address=/zpcxpdpqllyrb.com/ -address=/zperfcaskqrxug.com/ -address=/zpghmretcikhzs.com/ -address=/zpiqwngppibmf.com/ -address=/zpolivtjrhjquo.com/ -address=/zppkpktskuf.com/ -address=/zpqejgbya.com/ -address=/zpwqnicvzi.com/ -address=/zpwtylxpfeje.com/ -address=/zpxgdlqoofx.com/ -address=/zpyfsj.cn/ -address=/zq-hk.cn/ -address=/zq84.com/ -address=/zqbnfjpewvnhjj.com/ -address=/zqdftafa.com/ -address=/zqdvdygz.com/ -address=/zqeqclcfdc.com/ -address=/zqeskyeg.com/ -address=/zqhkry0c.pro/ -address=/zqiknimzmcoedq.com/ -address=/zqmxzjrhchg.com/ -address=/zqqyhcqf.com/ -address=/zqseasmu.com/ -address=/zqswmyzlkcvrtu.com/ -address=/zqtk.net/ -address=/zqwlkj.cn/ -address=/zqworks.com/ -address=/zqxmeahcm.com/ -address=/zqzuiomba.com/ -address=/zrav2wkbrs.com/ -address=/zrcaldozggijht.com/ -address=/zrcavgvtxqcbu.com/ -address=/zreder.com/ -address=/zrgssannk.com/ -address=/zridsfev.com/ -address=/zrlxjcsvib.com/ -address=/zrmxswrl.com/ -address=/zrnedsainsteady.info/ -address=/zroitracker.com/ -address=/zrosbqwecw.com/ -address=/zrwhartongroup.com/ -address=/zry8181.com/ -address=/zryydi.com/ -address=/zrzeewya.com/ -address=/zrzrpxzvsk.com/ -address=/zsdexun.com.cn/ -address=/sdk.zsdfm.com/ -address=/zsdqemzzzbtn.com/ -address=/zsdzcpw.mobi/ -address=/zsedu99.cn/ -address=/zshacker.com/ -address=/zoom.zshu.net/ -address=/img.zsj18.com/ -address=/zsjgmnmtgm.com/ -address=/zsjnxkur.com/ -address=/zsjt168.cn/ -address=/zsjyc.top/ -address=/abcd.zsrt88.cn/ -address=/zsrycovuxfgzyn.com/ -address=/zstjy.com/ -address=/zswhcsfww.mobi/ -address=/mo.zsyse.top/ -address=/zszgjiejuw.mobi/ -address=/zszwcp.cn/ -address=/zt-dst.com/ -address=/zt2088.com/ -address=/ztcadx.com/ -address=/ztdfsxgcyprwvp.com/ -address=/ztdsp.com/ -address=/ztidu.com/ -address=/ztpqbrzjp.com/ -address=/ztsletmncez.com/ -address=/ztslmijniaoqip.com/ -address=/ztsrv.com/ -address=/ztstwgxjhkuwj.com/ -address=/ztvx8.com/ -address=/ztxbd.com/ -address=/ztylfmoxqnafl.com/ -address=/ztzilyso.com/ -address=/zu08e.cn/ -address=/zu4l167j77.com/ -address=/zubovskaya-banya.ru/ -address=/zudrurta.com/ -address=/zugo.com/ -address=/asd.zuhaowan8.com/ -address=/abc.zuiairead.com/ -address=/vgf.zuihuixuan.com/ -address=/pkk1.zuimeiniwo.com/ -address=/ad.zuimeitianqi.com/ -address=/bd1.zuimeitianqi.com/ -address=/bd2.zuimeitianqi.com/ -address=/hwad.zuimeitianqi.com/ -address=/stat.zuimeitianqi.com/ -address=/zukbmxbrv.com/ -address=/zukxd6fkxqn.com/ -address=/pixel.zumby.io/ -address=/zumcontentdelivery.info/ -address=/zumhice.pw/ -address=/parking.zunmi.cn/ -address=/zunss.com/ -address=/zuopp.com/ -address=/img.zuowen8.com/ -address=/1.zuowenjun.com/ -address=/dm.zuowenku.net/ -address=/img.zuowenwang.net/ -address=/a.zuowenxuan.cn/ -address=/img.zuoyebang.cc/ -address=/zuphekry.net/ -address=/zursiicizyhd.com/ -address=/zuszohaosnrssk.com/ -address=/zutodu.cn/ -address=/zuvhkvystrfdp.com/ -address=/zuwuqxstogbj.com/ -address=/zuzab.com/ -address=/zvdacnjhetcrq.com/ -address=/zvfrfoxima.com/ -address=/e.zvfuka.cn/ -address=/m.zvfuka.cn/ -address=/zvhwebvc.com/ -address=/zvjwzcazv.com/ -address=/zvkytbjimbhk.com/ -address=/zvmprcnihkk.com/ -address=/zvovdtomwa.com/ -address=/zvswmofga.com/ -address=/zvtbdwziyxh.com/ -address=/zwaar.org/ -address=/zwda.com/ -address=/ayidaye.m.zwdu.com/ -address=/hzdaye.m.zwdu.com/ -address=/lskwsx.m.zwdu.com/ -address=/qzxcvb.m.zwdu.com/ -address=/udjfnbl.zwdu.com/ -address=/uzixia.zwdu.com/ -address=/adz.zwee.ly/ -address=/zweigciinmslan.com/ -address=/zwfvzxmc.com/ -address=/zwigjtgnzfn.com/ -address=/zwkssb.com/ -address=/zwmauyerfotyh.com/ -address=/zwpaujzg.com/ -address=/zwprxzbnzxc.com/ -address=/zwsteel.cn/ -address=/zwsyqdnhnyzckt.com/ -address=/zwwbvpwd.com/ -address=/zwychain.cn/ -address=/zx-jsp.com/ -address=/tu.zx110.org/ -address=/66.zx1234.com/ -address=/zx573.cn/ -address=/zxaoudwcljrtig.com/ -address=/zxavxgjcjmkh.com/ -address=/zxb918.com/ -address=/zxcvxmtzs.com/ -address=/zxdgmcgpp.com/ -address=/zxevjtzvqlxy.com/ -address=/zxhrq.cn/ -address=/zxhymh.com/ -address=/zxiikxeagmferu.com/ -address=/zxin131.cn/ -address=/zxjjzx.com/ -address=/zxlchzyluskvj.com/ -address=/zxreyuxvrjzxa.com/ -address=/api.ssp.zxrtb.com/ -address=/zxw51.com/ -address=/pic.zxwhys.cn/ -address=/zxwnolwaump.com/ -address=/zxxds.net/ -address=/zxziyuan.com/ -address=/zy16eoat1w.com/ -address=/ssl.zy3dku.cn/ -address=/zyadwzlxllogm.com/ -address=/mf01.zybang.com/ -address=/bu01.zybang.com/ -address=/bu02.zybang.com/ -address=/mf02.zybang.com/ -address=/zyddpern.com/ -address=/zydvsvwgqqyxb.com/ -address=/zydyjzw.cn/ -address=/zygrlkimddjzd.com/ -address=/zyiis.net/ -address=/zyikzhgqzjyvgu.com/ -address=/zylstina.xyz/ -address=/zymbrlgu.cn/ -address=/zymro.com/ -address=/ads.zynga.com/ -address=/zypenetwork.com/ -address=/zyqp9.com/ -address=/zyrfanli.com/ -address=/zytwq.net/ -address=/zywfpkagwwpm.com/ -address=/zywhjd.com/ -address=/zyxmnqkt.com/ -address=/zyxwpj.com/ -address=/zyxyfy.com/ -address=/zyzjpx.cn/ -address=/zz123.com/ -address=/zzad.com/ -address=/zzalkk.com/ -address=/zzasj.cn/ -address=/zzb6.cn/ -address=/zzbaowen.com/ -address=/zzbb1.top/ -address=/zzbya.xyz/ -address=/zzbyb.xyz/ -address=/zzcgw.cn/ -address=/m195.zzcm5.com/ -address=/kn.zzdahan.com/ -address=/zzfanwo.cn/ -address=/zzfycxsu.com/ -address=/b4xuj.zzhhts.com/ -address=/zzhssy.cn/ -address=/zzhszj.com/ -address=/st.zzhyyj.com/ -address=/z65.zzhyyj.com/ -address=/z67.zzhyyj.com/ -address=/iln.zzjpgqd.com/ -address=/zzkfs.xyz/ -address=/zzkoubei.com/ -address=/zzlayejqlzcg.com/ -address=/zzmmkj.com/ -address=/zzmtfz.com/ -address=/zzmwzarweka.com/ -address=/zzmyypjedpfxck.com/ -address=/zzoacwqfw.com/ -address=/zzomiuob.com/ -address=/zzoxzkpqmklr.com/ -address=/zzpzenvmibvm.com/ -address=/zzqqhb.com/ -address=/zzrdvzryaiwsin.com/ -address=/zzsdjq.com/ -address=/zzsdtzb.com/ -address=/zzsno1.com/ -address=/zzsssy.com/ -address=/zzwajufm.com/ -address=/zzwflxs.com/ -address=/zzxlukodff.com/ -address=/zzxosget.com/ -address=/zzyonghao.com/ diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/appoint_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/appoint_list.conf deleted file mode 100644 index ead84b1efd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/appoint_list.conf +++ /dev/null @@ -1,143 +0,0 @@ -server=/.1test.cn/119.29.29.29#53 -server=/.360wzb.cn/119.29.29.29#53 -server=/.51cdn.com/119.29.29.29#53 -server=/.5test.cn/119.29.29.29#53 -server=/.aicdn.com/119.29.29.29#53 -server=/.alikunlun.com/119.29.29.29#53 -server=/.alikunlun.net/119.29.29.29#53 -server=/.b2r.com.cn/119.29.29.29#53 -server=/.baiduyundns.cn/119.29.29.29#53 -server=/.baiduyundns.com/119.29.29.29#53 -server=/.baiduyundns.net/119.29.29.29#53 -server=/.bcedns.cn/119.29.29.29#53 -server=/.bcedns.com/119.29.29.29#53 -server=/.bcedns.net/119.29.29.29#53 -server=/.bdydns.cn/119.29.29.29#53 -server=/.bdydns.com/119.29.29.29#53 -server=/.bdydns.net/119.29.29.29#53 -server=/.blueit.com/119.29.29.29#53 -server=/.blueit.org.cn/119.29.29.29#53 -server=/.cachecn.com/119.29.29.29#53 -server=/.cachecn.net/119.29.29.29#53 -server=/.cc-1.com/119.29.29.29#53 -server=/.cc-cps.cn/119.29.29.29#53 -server=/.cc-cps.com.cn/119.29.29.29#53 -server=/.cc-cps.com/119.29.29.29#53 -server=/.cc-cps.mobi/119.29.29.29#53 -server=/.cc-cps.net/119.29.29.29#53 -server=/.ccbench.com/119.29.29.29#53 -server=/.ccgslb.cn/119.29.29.29#53 -server=/.ccgslb.com.cn/119.29.29.29#53 -server=/.ccgslb.com/119.29.29.29#53 -server=/.ccgslb.net.cn/119.29.29.29#53 -server=/.ccgslb.net/119.29.29.29#53 -server=/.ccindex.cn/119.29.29.29#53 -server=/.ccindex.com.cn/119.29.29.29#53 -server=/.ccmplus.cn/119.29.29.29#53 -server=/.ccmplus.com.cn/119.29.29.29#53 -server=/.ccmplus.net/119.29.29.29#53 -server=/.cdn2cdn.net/119.29.29.29#53 -server=/.cdnetworks.net/119.29.29.29#53 -server=/.cdngc.net/119.29.29.29#53 -server=/.cdnsvc.cn/119.29.29.29#53 -server=/.cdnsvc.com.cn/119.29.29.29#53 -server=/.cdnsvc.com/119.29.29.29#53 -server=/.cdnsvc.net.cn/119.29.29.29#53 -server=/.cdnsvc.net/119.29.29.29#53 -server=/.cdntip.com/119.29.29.29#53 -server=/.cdnudns.com/119.29.29.29#53 -server=/.chinacache.com.cn/119.29.29.29#53 -server=/.chinacache.com/119.29.29.29#53 -server=/.chinacache.net/119.29.29.29#53 -server=/.chinacache.org/119.29.29.29#53 -server=/.chinanetcenter.com/119.29.29.29#53 -server=/.cloudcdn.cn/119.29.29.29#53 -server=/.cloudcdn.net/119.29.29.29#53 -server=/.clouddn.com/119.29.29.29#53 -server=/.cloudglb.com/119.29.29.29#53 -server=/.cloudglb.net/119.29.29.29#53 -server=/.cloudtcp.net/119.29.29.29#53 -server=/.cloudxns.com/119.29.29.29#53 -server=/.cloudxns.net/119.29.29.29#53 -server=/.dnspao.com/119.29.29.29#53 -server=/.fastcdn.com /119.29.29.29#53 -server=/.fastweb.com.cn/119.29.29.29#53 -server=/.fastwebcdn.com/119.29.29.29#53 -server=/.ffdns.net/119.29.29.29#53 -server=/.fsspace.cn/119.29.29.29#53 -server=/.fsspace.com.cn/119.29.29.29#53 -server=/.fsspace.com/119.29.29.29#53 -server=/.fwcdn.com/119.29.29.29#53 -server=/.fwcdn.net/119.29.29.29#53 -server=/.fwdns.net/119.29.29.29#53 -server=/.fwmob.com/119.29.29.29#53 -server=/.gccdn.net/119.29.29.29#53 -server=/.gslbsvc.cn/119.29.29.29#53 -server=/.gslbsvc.com.cn/119.29.29.29#53 -server=/.gslbsvc.com/119.29.29.29#53 -server=/.gslbsvc.net.cn/119.29.29.29#53 -server=/.gslbsvc.net/119.29.29.29#53 -server=/.hacdn.com/119.29.29.29#53 -server=/.hacdn.net/119.29.29.29#53 -server=/.hadns.net/119.29.29.29#53 -server=/.hdslb.com/119.29.29.29#53 -server=/.hdslb.net/119.29.29.29#53 -server=/.hd-cdn.com/119.29.29.29#53 -server=/.igslb.net/119.29.29.29#53 -server=/.kunlunaq.com/119.29.29.29#53 -server=/.kunlunar.com/119.29.29.29#53 -server=/.kunlunca.com/119.29.29.29#53 -server=/.kunluncan.com/119.29.29.29#53 -server=/.kunlunea.com/119.29.29.29#53 -server=/.kunlungem.com/119.29.29.29#53 -server=/.kunlungr.com/119.29.29.29#53 -server=/.kunlunhuf.com/119.29.29.29#53 -server=/.kunlunle.com/119.29.29.29#53 -server=/.kunlunli.com/119.29.29.29#53 -server=/.kunlunno.com/119.29.29.29#53 -server=/.kunlunpi.com/119.29.29.29#53 -server=/.kunlunra.com/119.29.29.29#53 -server=/.kunlunsa.com/119.29.29.29#53 -server=/.kunlunsc.com/119.29.29.29#53 -server=/.kunlunsl.com/119.29.29.29#53 -server=/.kunlunso.com/119.29.29.29#53 -server=/.kunlunta.com/119.29.29.29#53 -server=/.kunlunvi.com/119.29.29.29#53 -server=/.kunlunwe.com/119.29.29.29#53 -server=/.lxdns.com/119.29.29.29#53 -server=/.lxdns.net/119.29.29.29#53 -server=/.lxsvc.cn /119.29.29.29#53 -server=/.lxsvc.cn/119.29.29.29#53 -server=/.lxsvc.net/119.29.29.29#53 -server=/.myqcloud.com/119.29.29.29#53 -server=/.myxns.cn/119.29.29.29#53 -server=/.myxns.com.cn/119.29.29.29#53 -server=/.myxns.net.cn/119.29.29.29#53 -server=/.myxns.org/119.29.29.29#53 -server=/.netcenter.com.cn/119.29.29.29#53 -server=/.newdefend.cn/119.29.29.29#53 -server=/.newdefend.com.cn/119.29.29.29#53 -server=/.newdefend.com/119.29.29.29#53 -server=/.newdefend.net.cn/119.29.29.29#53 -server=/.newdefend.net/119.29.29.29#53 -server=/.newdefend.org.cn/119.29.29.29#53 -server=/.newdefend.org/119.29.29.29#53 -server=/.ourglb0.com/119.29.29.29#53 -server=/.ourwebat.com/119.29.29.29#53 -server=/.ourwebcdn.com/119.29.29.29#53 -server=/.qbox.me/119.29.29.29#53 -server=/.qcloud.com/119.29.29.29#53 -server=/.qingcdn.com/119.29.29.29#53 -server=/.qiniudn.com/119.29.29.29#53 -server=/.qiniudns.com/119.29.29.29#53 -server=/.speedupchina.com/119.29.29.29#53 -server=/.speedupchina.net/119.29.29.29#53 -server=/.sz-dns.net/119.29.29.29#53 -server=/.tcdn.qq.com/119.29.29.29#53 -server=/.tlgslb.com /119.29.29.29#53 -server=/.wangsu.com/119.29.29.29#53 -server=/.webluker.com/119.29.29.29#53 -server=/.wscdns.com/119.29.29.29#53 -server=/.wsngb.com/119.29.29.29#53 -server=/.xgslb.net/119.29.29.29#53 -server=/.yunjiasu-cdn.net/119.29.29.29#53 \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/custom_forward.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/custom_forward.conf deleted file mode 100644 index a283733e0d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/custom_forward.conf +++ /dev/null @@ -1,106 +0,0 @@ -ipset=/.91smartyun.pt/gfwlist -ipset=/.adobe.com/gfwlist -ipset=/.amazonaws.com/gfwlist -ipset=/.ampproject.org/gfwlist -ipset=/.apple.news/gfwlist -ipset=/.aws.amazon.com/gfwlist -ipset=/.azureedge.net/gfwlist -ipset=/.backpackers.com.tw/gfwlist -ipset=/.bitfinex.com/gfwlist -ipset=/.buzzfeed.com/gfwlist -ipset=/.clockwise.ee/gfwlist -ipset=/.cloudfront.net/gfwlist -ipset=/.coindesk.com/gfwlist -ipset=/.coinsquare.io/gfwlist -ipset=/.cryptocompare.com/gfwlist -ipset=/.dropboxstatic.com/gfwlist -ipset=/.eurecom.fr/gfwlist -ipset=/.gdax.com/gfwlist -ipset=/.github.com/gfwlist -ipset=/.kknews.cc/gfwlist -ipset=/.nutaq.com/gfwlist -ipset=/.openairinterface.org/gfwlist -ipset=/.skype.com/gfwlist -ipset=/.sublimetext.com/gfwlist -ipset=/.textnow.com/gfwlist -ipset=/.textnow.me/gfwlist -ipset=/.trouter.io/gfwlist -ipset=/.uploaded.net/gfwlist -ipset=/.whatsapp.com/gfwlist -ipset=/.whatsapp.net/gfwlist -ipset=/.wsj.net/gfwlist -ipset=/.google.com/gfwlist -ipset=/.google.com.hk/gfwlist -ipset=/.gstatic.com/gfwlist -ipset=/.googleusercontent.com/gfwlist -ipset=/.googlepages.com/gfwlist -ipset=/.googlevideo.com/gfwlist -ipset=/.googlecode.com/gfwlist -ipset=/.googleapis.com/gfwlist -ipset=/.googlesource.com/gfwlist -ipset=/.googledrive.com/gfwlist -ipset=/.ggpht.com/gfwlist -ipset=/.youtube.com/gfwlist -ipset=/.youtu.be/gfwlist -ipset=/.ytimg.com/gfwlist -ipset=/.twitter.com/gfwlist -ipset=/.facebook.com/gfwlist -ipset=/.fastly.net/gfwlist -ipset=/.akamai.net/gfwlist -ipset=/.akamaiedge.net/gfwlist -ipset=/.akamaihd.net/gfwlist -ipset=/.edgesuite.net/gfwlist -ipset=/.edgekey.net/gfwlist -server=/.91smartyun.pt/127.0.0.1#5335 -server=/.adobe.com/127.0.0.1#5335 -server=/.amazonaws.com/127.0.0.1#5335 -server=/.ampproject.org/127.0.0.1#5335 -server=/.apple.news/127.0.0.1#5335 -server=/.aws.amazon.com/127.0.0.1#5335 -server=/.azureedge.net/127.0.0.1#5335 -server=/.backpackers.com.tw/127.0.0.1#5335 -server=/.bitfinex.com/127.0.0.1#5335 -server=/.buzzfeed.com/127.0.0.1#5335 -server=/.clockwise.ee/127.0.0.1#5335 -server=/.cloudfront.net/127.0.0.1#5335 -server=/.coindesk.com/127.0.0.1#5335 -server=/.coinsquare.io/127.0.0.1#5335 -server=/.cryptocompare.com/127.0.0.1#5335 -server=/.dropboxstatic.com/127.0.0.1#5335 -server=/.eurecom.fr/127.0.0.1#5335 -server=/.gdax.com/127.0.0.1#5335 -server=/.github.com/127.0.0.1#5335 -server=/.kknews.cc/127.0.0.1#5335 -server=/.nutaq.com/127.0.0.1#5335 -server=/.openairinterface.org/127.0.0.1#5335 -server=/.skype.com/127.0.0.1#5335 -server=/.sublimetext.com/127.0.0.1#5335 -server=/.textnow.com/127.0.0.1#5335 -server=/.textnow.me/127.0.0.1#5335 -server=/.trouter.io/127.0.0.1#5335 -server=/.uploaded.net/127.0.0.1#5335 -server=/.whatsapp.com/127.0.0.1#5335 -server=/.whatsapp.net/127.0.0.1#5335 -server=/.wsj.net/127.0.0.1#5335 -server=/.google.com/127.0.0.1#5335 -server=/.google.com.hk/127.0.0.1#5335 -server=/.gstatic.com/127.0.0.1#5335 -server=/.googleusercontent.com/127.0.0.1#5335 -server=/.googlepages.com/127.0.0.1#5335 -server=/.googlevideo.com/127.0.0.1#5335 -server=/.googlecode.com/127.0.0.1#5335 -server=/.googleapis.com/127.0.0.1#5335 -server=/.googlesource.com/127.0.0.1#5335 -server=/.googledrive.com/127.0.0.1#5335 -server=/.ggpht.com/127.0.0.1#5335 -server=/.youtube.com/127.0.0.1#5335 -server=/.youtu.be/127.0.0.1#5335 -server=/.ytimg.com/127.0.0.1#5335 -server=/.twitter.com/127.0.0.1#5335 -server=/.facebook.com/127.0.0.1#5335 -server=/.fastly.net/127.0.0.1#5335 -server=/.akamai.net/127.0.0.1#5335 -server=/.akamaiedge.net/127.0.0.1#5335 -server=/.akamaihd.net/127.0.0.1#5335 -server=/.edgesuite.net/127.0.0.1#5335 -server=/.edgekey.net/127.0.0.1#5335 diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_base.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_base.conf deleted file mode 100644 index c447881bd5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_base.conf +++ /dev/null @@ -1,5880 +0,0 @@ -ipset=/.h12.io/gfwlist -ipset=/.starlark.net/gfwlist -ipset=/.golang.org/gfwlist -ipset=/.honnef.co/gfwlist -ipset=/.0rz.tw/gfwlist -ipset=/.0to255.com/gfwlist -ipset=/.10musume.com/gfwlist -ipset=/.123rf.com/gfwlist -ipset=/.12bet.com/gfwlist -ipset=/.12vpn.com/gfwlist -ipset=/.141hongkong.com/gfwlist -ipset=/.173ng.com/gfwlist -ipset=/.1984bbs.com/gfwlist -ipset=/.1984bbs.org/gfwlist -ipset=/.1-apple.com.tw/gfwlist -ipset=/.1bao.org/gfwlist -ipset=/.1eew.com/gfwlist -ipset=/.1pondo.tv/gfwlist -ipset=/.2000fun.com/gfwlist -ipset=/.2008xianzhang.info/gfwlist -ipset=/.21andy.com/gfwlist -ipset=/.247realmedia.com/gfwlist -ipset=/.24smile.org/gfwlist -ipset=/.2-hand.info/gfwlist -ipset=/.2mdn.net/gfwlist -ipset=/.2shared.com/gfwlist -ipset=/.301works.org/gfwlist -ipset=/.315lz.com/gfwlist -ipset=/.32red.com/gfwlist -ipset=/.365singles.com.ar/gfwlist -ipset=/.36rain.com/gfwlist -ipset=/.4bluestones.biz/gfwlist -ipset=/.4chan.org/gfwlist -ipset=/.4pppc.gov.tw/gfwlist -ipset=/.4shared.com/gfwlist -ipset=/.4sq.com/gfwlist -ipset=/.51.ca/gfwlist -ipset=/.5i01.com/gfwlist -ipset=/.5maodang.com/gfwlist -ipset=/.64tianwang.com/gfwlist -ipset=/.64wiki.com/gfwlist -ipset=/.666kb.com/gfwlist -ipset=/.6park.com/gfwlist -ipset=/.7capture.com/gfwlist -ipset=/.881903.com/gfwlist -ipset=/.888.com/gfwlist -ipset=/.89-64.org/gfwlist -ipset=/.9001700.com/gfwlist -ipset=/.91porn.com/gfwlist -ipset=/.921.gov.tw/gfwlist -ipset=/.92ccav.com/gfwlist -ipset=/.9bis.com/gfwlist -ipset=/.9bis.net/gfwlist -ipset=/.9city.me/gfwlist -ipset=/.a5.com.ru/gfwlist -ipset=/.abc.pp.ru/gfwlist -ipset=/.abitno.linpie.com/gfwlist -ipset=/.ablwang.com/gfwlist -ipset=/.aboluowang.com/gfwlist -ipset=/.aboutgfw.com/gfwlist -ipset=/.acgkj.com/gfwlist -ipset=/.ac.jiruan.net/gfwlist -ipset=/.ac.playstation.net/gfwlist -ipset=/.actimes.com.au/gfwlist -ipset=/.aculo.us/gfwlist -ipset=/.ad1.nownews.com/gfwlist -ipset=/.addictedtocoffee.de/gfwlist -ipset=/.ads.backchina.com/gfwlist -ipset=/.adultfriendfinder.com/gfwlist -ipset=/.adultkeep.net/gfwlist -ipset=/.advanscene.com/gfwlist -ipset=/.advertfan.com/gfwlist -ipset=/.aec.gov.tw/gfwlist -ipset=/.aenhancers.com/gfwlist -ipset=/.af.mil/gfwlist -ipset=/.aftygh.gov.tw/gfwlist -ipset=/.aide.gov.tw/gfwlist -ipset=/.aiph.net/gfwlist -ipset=/.aisex.com/gfwlist -ipset=/.ait.org.tw/gfwlist -ipset=/.aiweiweiblog.com/gfwlist -ipset=/.aiweiwei.com/gfwlist -ipset=/.ajaxplorer.info/gfwlist -ipset=/.akamaihd.net/gfwlist -ipset=/.akiba-online.com/gfwlist -ipset=/.alabout.com/gfwlist -ipset=/.alasbarricadas.org/gfwlist -ipset=/.alexlur.org/gfwlist -ipset=/.aliengu.com/gfwlist -ipset=/.alkasir.com/gfwlist -ipset=/.allaboutalpha.com/gfwlist -ipset=/.allgirlsallowed.org/gfwlist -ipset=/.alliance.org.hk/gfwlist -ipset=/.allinfa.com/gfwlist -ipset=/.allinfo.com/gfwlist -ipset=/.allmovie.com/gfwlist -ipset=/.allonlinux.free.fr/gfwlist -ipset=/.all-that-is-interesting.com/gfwlist -ipset=/.al-qimmah.net/gfwlist -ipset=/.alternate-tools.com/gfwlist -ipset=/.altrec.com/gfwlist -ipset=/.alvinalexander.com/gfwlist -ipset=/.alwaysdata.com/gfwlist -ipset=/.alwaysdata.net/gfwlist -ipset=/.am730.com.hk/gfwlist -ipset=/.amazonaws.com/gfwlist -ipset=/.ameblo.jp/gfwlist -ipset=/.americangreencard.com/gfwlist -ipset=/.amiblockedornot.com/gfwlist -ipset=/.amnesty.org/gfwlist -ipset=/.amnestyusa.org/gfwlist -ipset=/.amoiist.com/gfwlist -ipset=/.amzs.me/gfwlist -ipset=/.analyze-v.com/gfwlist -ipset=/.anchorfree.com/gfwlist -ipset=/.andfaraway.net/gfwlist -ipset=/.android.com/gfwlist -ipset=/.angularjs.org/gfwlist -ipset=/.animecrazy.net/gfwlist -ipset=/.anobii.com/gfwlist -ipset=/.anontext.com/gfwlist -ipset=/.anonymizer.com/gfwlist -ipset=/.a-normal-day.com/gfwlist -ipset=/.answering-islam.org/gfwlist -ipset=/.anthonycalzadilla.com/gfwlist -ipset=/.anti.anti.cnn.googlepages.com/gfwlist -ipset=/.antidrm.hpg.ig.com.br/gfwlist -ipset=/.antiwave.net/gfwlist -ipset=/.aobo.com.au/gfwlist -ipset=/.aolchannels.aol.com/gfwlist -ipset=/.aomiwang.com/gfwlist -ipset=/.apetube.com/gfwlist -ipset=/.apiary.io/gfwlist -ipset=/.apidocs.linksalpha.com/gfwlist -ipset=/.apigee.com/gfwlist -ipset=/.api.linksalpha.com/gfwlist -ipset=/.api.proxlet.com/gfwlist -ipset=/.api.supertweet.net/gfwlist -ipset=/.app.heywire.com/gfwlist -ipset=/.app.hkatvnews.com/gfwlist -ipset=/.appledaily.com/gfwlist -ipset=/.appledaily.com.tw/gfwlist -ipset=/.apps.hloli.net/gfwlist -ipset=/.appspot.com/gfwlist -ipset=/.archive.is/gfwlist -ipset=/.archive.org/gfwlist -ipset=/.arctosia.com/gfwlist -ipset=/.areca-backup.org/gfwlist -ipset=/.army.mil/gfwlist -ipset=/.arte.gov.tw/gfwlist -ipset=/.art-or-porn.com/gfwlist -ipset=/.artsy.net/gfwlist -ipset=/.asahichinese.com/gfwlist -ipset=/.asdfg.jp/gfwlist -ipset=/.asiafriendfinder.com/gfwlist -ipset=/.asiaharvest.org/gfwlist -ipset=/.asianews.it/gfwlist -ipset=/.asianwomensfilm.de/gfwlist -ipset=/.askstudent.com/gfwlist -ipset=/.askynz.net/gfwlist -ipset=/.assembla.com/gfwlist -ipset=/.astonmartinnews.com/gfwlist -ipset=/.atchinese.com/gfwlist -ipset=/.atc.org.au/gfwlist -ipset=/.atgfw.org/gfwlist -ipset=/.atj.org.tw/gfwlist -ipset=/.atlaspost.com/gfwlist -ipset=/.atnext.com/gfwlist -ipset=/.autoproxy.org/gfwlist -ipset=/.avaaz.org/gfwlist -ipset=/.avdb.in/gfwlist -ipset=/.avidemux.org/gfwlist -ipset=/.avoision.com/gfwlist -ipset=/.awardwinningfjords.com/gfwlist -ipset=/.axureformac.com/gfwlist -ipset=/.babynet.com.hk/gfwlist -ipset=/.backchina.com/gfwlist -ipset=/.backpackers.com.tw/gfwlist -ipset=/.badassjs.com/gfwlist -ipset=/.badoo.com/gfwlist -ipset=/.baidu.jp/gfwlist -ipset=/.baixing.me/gfwlist -ipset=/.bannedbook.org/gfwlist -ipset=/.barnabu.co.uk/gfwlist -ipset=/.basetimesheightdividedby2.com/gfwlist -ipset=/.bayvoice.net/gfwlist -ipset=/.bbcchinese.com/gfwlist -ipset=/.bbc.com/gfwlist -ipset=/.bbc.co.uk/gfwlist -ipset=/.bbci.co.uk/gfwlist -ipset=/.bbcimg.co.uk/gfwlist -ipset=/.bbc.in/gfwlist -ipset=/.bbg.gov/gfwlist -ipset=/.bbs2.newsgroup.la/gfwlist -ipset=/.bbs.ecstart.com/gfwlist -ipset=/.bbsfeed.com/gfwlist -ipset=/.bbs.kimy.com.tw/gfwlist -ipset=/.bbsland.com/gfwlist -ipset=/.bbs.morbell.com/gfwlist -ipset=/.bbs.mychat.to/gfwlist -ipset=/.bbs.newsgroup.la/gfwlist -ipset=/.bbs.ozchinese.com/gfwlist -ipset=/.bbs.qmzdd.com/gfwlist -ipset=/.bbs.sina.com/gfwlist -ipset=/.bbs.skykiwi.com/gfwlist -ipset=/.bbs.tuitui.info/gfwlist -ipset=/.bb.ttv.com.tw/gfwlist -ipset=/.bcc.com.tw/gfwlist -ipset=/.bcchinese.net/gfwlist -ipset=/.bdhr.gov.tw/gfwlist -ipset=/.bd.zhe.la/gfwlist -ipset=/.bebo.com/gfwlist -ipset=/.beeg.com/gfwlist -ipset=/.beijing1989.com/gfwlist -ipset=/.beijingspring.com/gfwlist -ipset=/.benjaminste.in/gfwlist -ipset=/.berlintwitterwall.com/gfwlist -ipset=/.bestforchina.org/gfwlist -ipset=/.bestvpnservice.com/gfwlist -ipset=/.bet365.com/gfwlist -ipset=/.beta.iset.com.tw/gfwlist -ipset=/.beta.usejump.com/gfwlist -ipset=/.betfair.com/gfwlist -ipset=/.bettween.com/gfwlist -ipset=/.betvictor.com/gfwlist -ipset=/.bewww.net/gfwlist -ipset=/.beyondfirewall.com/gfwlist -ipset=/.bfnn.org/gfwlist -ipset=/.biantailajiao.com/gfwlist -ipset=/.biantailajiao.in/gfwlist -ipset=/.bigfools.com/gfwlist -ipset=/.bignews.org/gfwlist -ipset=/.bigsound.org/gfwlist -ipset=/.bill2-software.com/gfwlist -ipset=/.billywr.com/gfwlist -ipset=/.bill.zhong.pp.ru/gfwlist -ipset=/.bipic.net/gfwlist -ipset=/.bitcointalk.org/gfwlist -ipset=/.bit.ly/gfwlist -ipset=/.bitly.com/gfwlist -ipset=/.bitshare.com/gfwlist -ipset=/.bjzc.org/gfwlist -ipset=/.blinkx.com/gfwlist -ipset=/.blinw.com/gfwlist -ipset=/.blip.tv/gfwlist -ipset=/.blockcn.com/gfwlist -ipset=/.blog.birdhouseapp.com/gfwlist -ipset=/.blog.bitly.com/gfwlist -ipset=/.blogblog.com/gfwlist -ipset=/.blog.boxcar.io/gfwlist -ipset=/.blogcatalog.com/gfwlist -ipset=/.blog.davidziegler.net/gfwlist -ipset=/.blog.dayoneapp.com/gfwlist -ipset=/.blog.de/gfwlist -ipset=/.blog.dribbble.com/gfwlist -ipset=/.blog.exblog.co.jp/gfwlist -ipset=/.blog.expofutures.com/gfwlist -ipset=/.blog.fizzik.com/gfwlist -ipset=/.blog.foolsmountain.com/gfwlist -ipset=/.blogger.com/gfwlist -ipset=/.blog.gowalla.com/gfwlist -ipset=/.blog.hotpotato.com/gfwlist -ipset=/.blog.ifttt.com/gfwlist -ipset=/.blogimg.jp/gfwlist -ipset=/.blog.instagram.com/gfwlist -ipset=/.blog.instapaper.com/gfwlist -ipset=/.blog.iphone-dev.org/gfwlist -ipset=/.blog.istef.info/gfwlist -ipset=/.blog.jackjia.com/gfwlist -ipset=/.blog.joeyrobert.org/gfwlist -ipset=/.blog.kangye.org/gfwlist -ipset=/.blog.kickstarter.com/gfwlist -ipset=/.blog.kl.am/gfwlist -ipset=/.blog.klip.me/gfwlist -ipset=/.blog.lester850.info/gfwlist -ipset=/.blog.lightbox.com/gfwlist -ipset=/.bloglines.com/gfwlist -ipset=/.bloglovin.com/gfwlist -ipset=/.blog.mongodb.org/gfwlist -ipset=/.blog.openinkpot.org/gfwlist -ipset=/.blog.palm.com/gfwlist -ipset=/.blog.path.com/gfwlist -ipset=/.blog.pathtosharepoint.com/gfwlist -ipset=/.blog.pchome.com.tw/gfwlist -ipset=/.blog.pentalogic.net/gfwlist -ipset=/.blog.pikchur.com/gfwlist -ipset=/.blog.pilotmoon.com/gfwlist -ipset=/.blog.redren.com/gfwlist -ipset=/.blog.rockmelt.com/gfwlist -ipset=/.blog.romanandreg.com/gfwlist -ipset=/.blog.s135.com/gfwlist -ipset=/.blogs.icerocket.com/gfwlist -ipset=/.blog.sina.com.tw/gfwlist -ipset=/.blog.sogoo.org/gfwlist -ipset=/.blog.sparrowmailapp.com/gfwlist -ipset=/.blogspot.com/gfwlist -ipset=/.blogspot.co.uk/gfwlist -ipset=/.blogspot.de/gfwlist -ipset=/.blogspot.fr/gfwlist -ipset=/.blogspot.in/gfwlist -ipset=/.blogspot.jp/gfwlist -ipset=/.blogs.tampabay.com/gfwlist -ipset=/.blog.summify.com/gfwlist -ipset=/.blogs.yahoo.co.jp/gfwlist -ipset=/.blog.syx86.cn/gfwlist -ipset=/.blog.syx86.com/gfwlist -ipset=/.blog.taragana.com/gfwlist -ipset=/.blogtd.net/gfwlist -ipset=/.blogtd.org/gfwlist -ipset=/.blog.tiney.com/gfwlist -ipset=/.blog.topify.com/gfwlist -ipset=/.blog.usa.gov/gfwlist -ipset=/.blog.xuite.net/gfwlist -ipset=/.blog.youthwant.com.tw/gfwlist -ipset=/.blog.youxu.info/gfwlist -ipset=/.bloodshed.net/gfwlist -ipset=/.bloomberg.cn/gfwlist -ipset=/.bloomberg.com/gfwlist -ipset=/.bloomberg.de/gfwlist -ipset=/.bloomfortune.com/gfwlist -ipset=/.bmediaasia.com/gfwlist -ipset=/.bnrmetal.com/gfwlist -ipset=/.boardreader.com/gfwlist -ipset=/.bobulate.com/gfwlist -ipset=/.bolin.netfirms.com/gfwlist -ipset=/.bonbonme.com/gfwlist -ipset=/.bonjourlesgeeks.com/gfwlist -ipset=/.boobstagram.com/gfwlist -ipset=/.books.com.tw/gfwlist -ipset=/.bookshelfporn.com/gfwlist -ipset=/.botanwang.com/gfwlist -ipset=/.bot.nu/gfwlist -ipset=/.bowenpress.com/gfwlist -ipset=/.boxunblog.com/gfwlist -ipset=/.boxunclub.com/gfwlist -ipset=/.boxun.com/gfwlist -ipset=/.boxun.tv/gfwlist -ipset=/.bralio.com/gfwlist -ipset=/.branch.com/gfwlist -ipset=/.brandonhutchinson.com/gfwlist -ipset=/.braumeister.org/gfwlist -ipset=/.break.com/gfwlist -ipset=/.breakingtweets.com/gfwlist -ipset=/.briefdream.com/gfwlist -ipset=/.brightcove.com/gfwlist -ipset=/.brightkite.com/gfwlist -ipset=/.brizzly.com/gfwlist -ipset=/.broadbook.com/gfwlist -ipset=/.br.st/gfwlist -ipset=/.brucewang.net/gfwlist -ipset=/.bt95.com/gfwlist -ipset=/.btdigg.org/gfwlist -ipset=/.btrd.net/gfwlist -ipset=/.budaedu.org/gfwlist -ipset=/.bugclub.org/gfwlist -ipset=/.builtwithbootstrap.com/gfwlist -ipset=/.bullogger.com/gfwlist -ipset=/.bullog.org/gfwlist -ipset=/.businesstimes.com.cn/gfwlist -ipset=/.businessweek.com/gfwlist -ipset=/.buugaa.com/gfwlist -ipset=/.buy.yahoo.com.tw/gfwlist -ipset=/.buzzurl.jp/gfwlist -ipset=/.bwbx.io/gfwlist -ipset=/.bwsj.hk/gfwlist -ipset=/.bx.tl/gfwlist -ipset=/.c1522.mooo.com/gfwlist -ipset=/.cacnw.com/gfwlist -ipset=/.cactusvpn.com/gfwlist -ipset=/.cafepress.com/gfwlist -ipset=/.cahr.org.tw/gfwlist -ipset=/.calameo.com/gfwlist -ipset=/.calebelston.com/gfwlist -ipset=/.cams.com/gfwlist -ipset=/.cams.org.sg/gfwlist -ipset=/.canadameet.com/gfwlist -ipset=/.canyu.org/gfwlist -ipset=/.caobian.info/gfwlist -ipset=/.caochangqing.com/gfwlist -ipset=/.cao.im/gfwlist -ipset=/.cari.com.my/gfwlist -ipset=/.catch22.net/gfwlist -ipset=/.catfightpayperview.xxx/gfwlist -ipset=/.catholic.org.hk/gfwlist -ipset=/.catholic.org.tw/gfwlist -ipset=/.cbs.ntu.edu.tw/gfwlist -ipset=/.cc9007.spaces.live.com/gfwlist -ipset=/.ccavtop10.com/gfwlist -ipset=/.ccdtr.org/gfwlist -ipset=/.ccim.org/gfwlist -ipset=/.cclife.org/gfwlist -ipset=/.ccthere.com/gfwlist -ipset=/.cctongbao.com/gfwlist -ipset=/.ccue.ca/gfwlist -ipset=/.ccue.com/gfwlist -ipset=/.cdig.info/gfwlist -ipset=/.cdjp.org/gfwlist -ipset=/.cdnews.com.tw/gfwlist -ipset=/.cdn.printfriendly.com/gfwlist -ipset=/.cdp1998.org/gfwlist -ipset=/.cdp2006.org/gfwlist -ipset=/.cdp.sinica.edu.tw/gfwlist -ipset=/.cdpusa.org/gfwlist -ipset=/.cdpweb.org/gfwlist -ipset=/.cdpwu.org/gfwlist -ipset=/.cdw.com/gfwlist -ipset=/.cecc.gov/gfwlist -ipset=/.cellulo.info/gfwlist -ipset=/.cenci.tk/gfwlist -ipset=/.cenews.eu/gfwlist -ipset=/.centralnation.com/gfwlist -ipset=/.centurys.net/gfwlist -ipset=/.c-est-simple.com/gfwlist -ipset=/.cfhks.org.hk/gfwlist -ipset=/.cftfc.com/gfwlist -ipset=/.cgdepot.org/gfwlist -ipset=/.chandoo.org/gfwlist -ipset=/.change.org/gfwlist -ipset=/.changp.com/gfwlist -ipset=/.chaos.e-spacy.com/gfwlist -ipset=/.chapm25.com/gfwlist -ipset=/.chartbeat.net/gfwlist -ipset=/.chaturbate.com/gfwlist -ipset=/.chccc.gov.tw/gfwlist -ipset=/.chengmingmag.com/gfwlist -ipset=/.chenguangcheng.com/gfwlist -ipset=/.chenpokong.com/gfwlist -ipset=/.chenyehao.spaces.live.com/gfwlist -ipset=/.cherrysave.com/gfwlist -ipset=/.chevronwp7.com/gfwlist -ipset=/.chicagoncmtv.com/gfwlist -ipset=/.china101.com/gfwlist -ipset=/.china21.com/gfwlist -ipset=/.china21.org/gfwlist -ipset=/.china5000.us/gfwlist -ipset=/.chinaaffairs.org/gfwlist -ipset=/.chinaaid.me/gfwlist -ipset=/.chinaaid.net/gfwlist -ipset=/.chinaaid.org/gfwlist -ipset=/.chinaaid.us/gfwlist -ipset=/.chinachange.org/gfwlist -ipset=/.chinachannel.hk/gfwlist -ipset=/.chinacomments.org/gfwlist -ipset=/.chinadigitaltimes.net/gfwlist -ipset=/.chinaeweekly.com/gfwlist -ipset=/.chinafreepress.org/gfwlist -ipset=/.chinagate.com/gfwlist -ipset=/.chinageeks.org/gfwlist -ipset=/.chinagfw.org/gfwlist -ipset=/.chinagreenparty.org/gfwlist -ipset=/.china-green-party.spaces.live.com/gfwlist -ipset=/.chinahush.com/gfwlist -ipset=/.chinainperspective.com/gfwlist -ipset=/.chinainperspective.net/gfwlist -ipset=/.chinainperspective.org/gfwlist -ipset=/.chinainterimgov.org/gfwlist -ipset=/.chinalawandpolicy.com/gfwlist -ipset=/.chinalawtranslate.com/gfwlist -ipset=/.chinamule.com/gfwlist -ipset=/.chinamz.org/gfwlist -ipset=/.chinarightsia.org/gfwlist -ipset=/.chinasocialdemocraticparty.com/gfwlist -ipset=/.chinasoul.org/gfwlist -ipset=/.chinatimes.com/gfwlist -ipset=/.chinatweeps.com/gfwlist -ipset=/.chinaway.org/gfwlist -ipset=/.china-week.com/gfwlist -ipset=/.chinaworker.info/gfwlist -ipset=/.chinaxchina.com/gfwlist -ipset=/.chinayouth.org.hk/gfwlist -ipset=/.chinayuanmin.org/gfwlist -ipset=/.chinesedailynews.com/gfwlist -ipset=/.chinese.engadget.com/gfwlist -ipset=/.chinese-hermit.net/gfwlist -ipset=/.chinese-memorial.org/gfwlist -ipset=/.chinesen.de/gfwlist -ipset=/.chinesenewsnet.com/gfwlist -ipset=/.chinesepen.org/gfwlist -ipset=/.chinese.rnw.nl/gfwlist -ipset=/.chinese.soifind.com/gfwlist -ipset=/.chinesetalks.net/gfwlist -ipset=/.chinese.wsj.com/gfwlist -ipset=/.chingcheong.com/gfwlist -ipset=/.chn.chosun.com/gfwlist -ipset=/.chrispederick.com/gfwlist -ipset=/.chrispederick.net/gfwlist -ipset=/.christianstudy.com/gfwlist -ipset=/.christiantimes.org.hk/gfwlist -ipset=/.christusrex.org/gfwlist -ipset=/.chrlawyers.hk/gfwlist -ipset=/.chrlcg-hk.org/gfwlist -ipset=/.chromeadblock.com/gfwlist -ipset=/.chrome.com/gfwlist -ipset=/.ch.shvoong.com/gfwlist -ipset=/.chubun.com/gfwlist -ipset=/.chuizi.net/gfwlist -ipset=/.chukuang.gov.tw/gfwlist -ipset=/.circlethebayfortibet.org/gfwlist -ipset=/.citizenlab.org/gfwlist -ipset=/.citizensradio.org/gfwlist -ipset=/.city9x.com/gfwlist -ipset=/.civicparty.hk/gfwlist -ipset=/.civilhrfront.org/gfwlist -ipset=/.civilmedia.tw/gfwlist -ipset=/.cjb.net/gfwlist -ipset=/.ck101.com/gfwlist -ipset=/.classicalguitarblog.net/gfwlist -ipset=/.clb.org.hk/gfwlist -ipset=/.cl.d0z.net/gfwlist -ipset=/.clientsfromhell.net/gfwlist -ipset=/.clipfish.de/gfwlist -ipset=/.cl.ly/gfwlist -ipset=/.cloudfront.net/gfwlist -ipset=/.club.backchina.com/gfwlist -ipset=/.cms.gov/gfwlist -ipset=/.cmule.com/gfwlist -ipset=/.cn2.streetvoice.com/gfwlist -ipset=/.cna.com.tw/gfwlist -ipset=/.cnavista.com.tw/gfwlist -ipset=/.cn.calameo.com/gfwlist -ipset=/.cn.dayabook.com/gfwlist -ipset=/.cnd.org/gfwlist -ipset=/.cn.fmnnow.com/gfwlist -ipset=/.cn.ibtimes.com/gfwlist -ipset=/.cnn.com/gfwlist -ipset=/.cn.news.cnyes.com/gfwlist -ipset=/.cn.streetvoice.com/gfwlist -ipset=/.cn.uncyclopedia.wikia.com/gfwlist -ipset=/.cn.voa.mobi/gfwlist -ipset=/.cochina.org/gfwlist -ipset=/.cocoapods.org/gfwlist -ipset=/.cocoa.zonble.net/gfwlist -ipset=/.code1984.com/gfwlist -ipset=/.codeboxapp.com/gfwlist -ipset=/.codeshare.io/gfwlist -ipset=/.collateralmurder.com/gfwlist -ipset=/.collateralmurder.org/gfwlist -ipset=/.comefromchina.com/gfwlist -ipset=/.comnews.gio.gov.tw/gfwlist -ipset=/.compileheart.com/gfwlist -ipset=/.connectedchina.reuters.com/gfwlist -ipset=/.connect.facebook.net/gfwlist -ipset=/.conoyo.com/gfwlist -ipset=/.contactmagazine.net/gfwlist -ipset=/.contests.twilio.com/gfwlist -ipset=/.conviva.com/gfwlist -ipset=/.cookingtothegoodlife.com/gfwlist -ipset=/.coolaler.com/gfwlist -ipset=/.coolder.com/gfwlist -ipset=/.coolloud.org.tw/gfwlist -ipset=/.corpus4u.org/gfwlist -ipset=/.corumcollege.com/gfwlist -ipset=/.cotweet.com/gfwlist -ipset=/.couchdbwiki.com/gfwlist -ipset=/.coveringweb.com/gfwlist -ipset=/.cp-house.gov.tw/gfwlist -ipset=/.cpj.org/gfwlist -ipset=/.crackle.com/gfwlist -ipset=/.crd-net.org/gfwlist -ipset=/.creaders.net/gfwlist -ipset=/.cromotc.nat.gov.tw/gfwlist -ipset=/.crossthewall.net/gfwlist -ipset=/.csdparty.com/gfwlist -ipset=/.c-spanvideo.org/gfwlist -ipset=/.css.pixnet.in/gfwlist -ipset=/.csuchen.de/gfwlist -ipset=/.cts.com.tw/gfwlist -ipset=/.cubicle17.com/gfwlist -ipset=/.cuhkacs.org/gfwlist -ipset=/.cuihua.org/gfwlist -ipset=/.cuiweiping.net/gfwlist -ipset=/.culture.tw/gfwlist -ipset=/.curvefish.com/gfwlist -ipset=/.cwb.gov.tw/gfwlist -ipset=/.cyanogenmod.org/gfwlist -ipset=/.cyberghost.natado.com/gfwlist -ipset=/.cyberghostvpn.com/gfwlist -ipset=/.cycab.gov.tw/gfwlist -ipset=/.cydia.ifuckgfw.com/gfwlist -ipset=/.cynscribe.com/gfwlist -ipset=/.cytode.us/gfwlist -ipset=/.dabr.co.uk/gfwlist -ipset=/.dabr.me/gfwlist -ipset=/.dabr.mobi/gfwlist -ipset=/.dadazim.com/gfwlist -ipset=/.dadi360.com/gfwlist -ipset=/.dafagood.com/gfwlist -ipset=/.dafahao.com/gfwlist -ipset=/.dailidaili.com/gfwlist -ipset=/.dailymotion.com/gfwlist -ipset=/.dailynews.sina.com/gfwlist -ipset=/.dajiyuan.com/gfwlist -ipset=/.dajiyuan.eu/gfwlist -ipset=/.dajusha.baywords.com/gfwlist -ipset=/.dalailama.com/gfwlist -ipset=/.dalailama.ru/gfwlist -ipset=/.dalailamaworld.com/gfwlist -ipset=/.dalianmeng.org/gfwlist -ipset=/.danke4china.net/gfwlist -ipset=/.danwei.org/gfwlist -ipset=/.daolan.net/gfwlist -ipset=/.dapu-house.gov.tw/gfwlist -ipset=/.darpa.mil/gfwlist -ipset=/.date.fm/gfwlist -ipset=/.davidslog.com/gfwlist -ipset=/.daxa.cn/gfwlist -ipset=/.dayaarmongol.ning.com/gfwlist -ipset=/.daylife.com/gfwlist -ipset=/.ddc.com.tw/gfwlist -ipset=/.deck.ly/gfwlist -ipset=/.default.secureserver.net/gfwlist -ipset=/.delcamp.net/gfwlist -ipset=/.delicious.com/gfwlist -ipset=/.democrats.org/gfwlist -ipset=/.demo.opera-mini.net/gfwlist -ipset=/.derekhsu.homeip.net/gfwlist -ipset=/.de-sci.org/gfwlist -ipset=/.designerol.com/gfwlist -ipset=/.destiny.xfiles.to/gfwlist -ipset=/.deutsche-welle.de/gfwlist -ipset=/.dev102.com/gfwlist -ipset=/.developers.box.net/gfwlist -ipset=/.deviantart.com/gfwlist -ipset=/.deviantart.net/gfwlist -ipset=/.devio.us/gfwlist -ipset=/.devpn.com/gfwlist -ipset=/.dfas.mil/gfwlist -ipset=/.df.gov.tw/gfwlist -ipset=/.diaoyuislands.org/gfwlist -ipset=/.digitalnomadsproject.org/gfwlist -ipset=/.diigo.com/gfwlist -ipset=/.dimitrik.free.fr/gfwlist -ipset=/.dipity.com/gfwlist -ipset=/.directcreative.com/gfwlist -ipset=/.discuss.com.hk/gfwlist -ipset=/.disp.cc/gfwlist -ipset=/.dit-inc.us/gfwlist -ipset=/.dizhidizhi.com/gfwlist -ipset=/.djangosnippets.org/gfwlist -ipset=/.dl.box.net/gfwlist -ipset=/.dl-laby.jp/gfwlist -ipset=/.dl.playstation.net/gfwlist -ipset=/.dlsite.com/gfwlist -ipset=/.dmcdn.net/gfwlist -ipset=/.dmtip.gov.tw/gfwlist -ipset=/.dns2go.com/gfwlist -ipset=/.dnscrypt.org/gfwlist -ipset=/.docstoc.com/gfwlist -ipset=/.dojin.com/gfwlist -ipset=/.dok-forum.net/gfwlist -ipset=/.dolc.de/gfwlist -ipset=/.dollf.com/gfwlist -ipset=/.domain.club.tw/gfwlist -ipset=/.domainhelp.search.com/gfwlist -ipset=/.dongde.com/gfwlist -ipset=/.dongtaiwang.com/gfwlist -ipset=/.dongtaiwang.net/gfwlist -ipset=/.dongyangjing.com/gfwlist -ipset=/.dontfilter.us/gfwlist -ipset=/.dontmovetochina.com/gfwlist -ipset=/.dotheyfolloweachother.com/gfwlist -ipset=/.dotplane.com/gfwlist -ipset=/.dotsub.com/gfwlist -ipset=/.doubleaf.com/gfwlist -ipset=/.doubleclick.net/gfwlist -ipset=/.dougscripts.com/gfwlist -ipset=/.dowei.org/gfwlist -ipset=/.download.syniumsoftware.com/gfwlist -ipset=/.doxygen.org/gfwlist -ipset=/.dphk.org/gfwlist -ipset=/.dpp.org.tw/gfwlist -ipset=/.drewolanoff.com/gfwlist -ipset=/.drgan.net/gfwlist -ipset=/.dropbox.com/gfwlist -ipset=/.dropboxusercontent.com/gfwlist -ipset=/.drsunacademy.com/gfwlist -ipset=/.drtuber.com/gfwlist -ipset=/.dscn.info/gfwlist -ipset=/.dtiblog.com/gfwlist -ipset=/.dtic.mil/gfwlist -ipset=/.dtiserv2.com/gfwlist -ipset=/.duckduckgo.com/gfwlist -ipset=/.duckload.com/gfwlist -ipset=/.duckmylife.com/gfwlist -ipset=/.duihuahrjournal.org/gfwlist -ipset=/.duihua.org/gfwlist -ipset=/.duoweitimes.com/gfwlist -ipset=/.duping.net/gfwlist -ipset=/.duplicati.com/gfwlist -ipset=/.dupola.com/gfwlist -ipset=/.dupola.net/gfwlist -ipset=/.dvorak.org/gfwlist -ipset=/.dw.de/gfwlist -ipset=/.dwnews.com/gfwlist -ipset=/.dwnews.net/gfwlist -ipset=/.dw-world.com/gfwlist -ipset=/.dw-world.de/gfwlist -ipset=/.dy24k.info/gfwlist -ipset=/.dynawebinc.com/gfwlist -ipset=/.dyndns.org/gfwlist -ipset=/.dzze.com/gfwlist -ipset=/.e123.hk/gfwlist -ipset=/.eamonnbrennan.com/gfwlist -ipset=/.earthquake.usgs.gov/gfwlist -ipset=/.easy-share.com/gfwlist -ipset=/.ebookbrowse.com/gfwlist -ipset=/.ebookee.com/gfwlist -ipset=/.echofon.com/gfwlist -ipset=/.ecministry.net/gfwlist -ipset=/.edicypages.com/gfwlist -ipset=/.edoors.com/gfwlist -ipset=/.edubridge.com/gfwlist -ipset=/.eevpn.com/gfwlist -ipset=/.efcc.org.hk/gfwlist -ipset=/.efksoft.com/gfwlist -ipset=/.efmoe.com/gfwlist -ipset=/.e-gold.com/gfwlist -ipset=/.eic-av.com/gfwlist -ipset=/.e-info.org.tw/gfwlist -ipset=/.electionsmeter.com/gfwlist -ipset=/.elpais.com/gfwlist -ipset=/.eltondisney.com/gfwlist -ipset=/.emacsblog.org/gfwlist -ipset=/.embr.in/gfwlist -ipset=/.emory.edu/gfwlist -ipset=/.emule-ed2k.com/gfwlist -ipset=/.emuparadise.me/gfwlist -ipset=/.enewstree.com/gfwlist -ipset=/.en.favotter.net/gfwlist -ipset=/.englishfromengland.co.uk/gfwlist -ipset=/.entermap.com/gfwlist -ipset=/.en.wikipedia.org/gfwlist -ipset=/.epochtimes-bg.com/gfwlist -ipset=/.epochtimes.co.il/gfwlist -ipset=/.epochtimes.co.kr/gfwlist -ipset=/.epochtimes.com/gfwlist -ipset=/.epochtimes.de/gfwlist -ipset=/.epochtimes.fr/gfwlist -ipset=/.epochtimes.ie/gfwlist -ipset=/.epochtimes.jp/gfwlist -ipset=/.epochtimes-romania.com/gfwlist -ipset=/.epochtimes.ru/gfwlist -ipset=/.epochtimes.se/gfwlist -ipset=/.epochtimestr.com/gfwlist -ipset=/.epochweekly.com/gfwlist -ipset=/.erabaru.net/gfwlist -ipset=/.erepublik.com/gfwlist -ipset=/.erepublik.net/gfwlist -ipset=/.erights.net/gfwlist -ipset=/.eriversoft.com/gfwlist -ipset=/.ernestmandel.org/gfwlist -ipset=/.etaiwannews.com/gfwlist -ipset=/.etizer.org/gfwlist -ipset=/.etools.ncol.com/gfwlist -ipset=/.e-traderland.net/gfwlist -ipset=/.etraining.gov.tw/gfwlist -ipset=/.ettoday.net/gfwlist -ipset=/.evchk.wikia.com/gfwlist -ipset=/.eventful.com/gfwlist -ipset=/.everyday-carry.com/gfwlist -ipset=/.exblog.jp/gfwlist -ipset=/.expatshield.com/gfwlist -ipset=/.exploader.net/gfwlist -ipset=/.extremetube.com/gfwlist -ipset=/.eyespirit.info/gfwlist -ipset=/.eyevio.jp/gfwlist -ipset=/.eyny.com/gfwlist -ipset=/.ezpc.tk/gfwlist -ipset=/.ezpeer.com/gfwlist -ipset=/.facebook.com/gfwlist -ipset=/.facebook.net/gfwlist -ipset=/.facesofnyfw.com/gfwlist -ipset=/.fail.hk/gfwlist -ipset=/.faiththedog.info/gfwlist -ipset=/.fakku.net/gfwlist -ipset=/.falsefire.com/gfwlist -ipset=/.falunart.org/gfwlist -ipset=/.falundafamuseum.org/gfwlist -ipset=/.falundafa.org/gfwlist -ipset=/.falunhr.org/gfwlist -ipset=/.famunion.com/gfwlist -ipset=/.fangbinxing.com/gfwlist -ipset=/.fangeming.com/gfwlist -ipset=/.fanglizhi.info/gfwlist -ipset=/.fangongheike.com/gfwlist -ipset=/.fangong.org/gfwlist -ipset=/.fan-qiang.com/gfwlist -ipset=/.fanqianghou.com/gfwlist -ipset=/.fanqiangyakexi.net/gfwlist -ipset=/.fanswong.com/gfwlist -ipset=/.fanyue.info/gfwlist -ipset=/.fapdu.com/gfwlist -ipset=/.farwestchina.com/gfwlist -ipset=/.farxian.com/gfwlist -ipset=/.fastpic.ru/gfwlist -ipset=/.faststone.org/gfwlist -ipset=/.favorious.com/gfwlist -ipset=/.favstar.fm/gfwlist -ipset=/.fawanghuihui.org/gfwlist -ipset=/.faydao.com/gfwlist -ipset=/.fbcdn.net/gfwlist -ipset=/.fb.com/gfwlist -ipset=/.fb.me/gfwlist -ipset=/.fbsbx.com/gfwlist -ipset=/.fc2china.com/gfwlist -ipset=/.fc2.com/gfwlist -ipset=/.f.cl.ly/gfwlist -ipset=/.fdc89.jp/gfwlist -ipset=/.feedbooks.mobi/gfwlist -ipset=/.feedburner.com/gfwlist -ipset=/.feeds2.feedburner.com/gfwlist -ipset=/.feeds.feedburner.com/gfwlist -ipset=/.feedzshare.com/gfwlist -ipset=/.feelssh.com/gfwlist -ipset=/.feer.com/gfwlist -ipset=/.felixcat.net/gfwlist -ipset=/.feministteacher.com/gfwlist -ipset=/.fengzhenghu.com/gfwlist -ipset=/.fetchvideo.com/gfwlist -ipset=/.ff.im/gfwlist -ipset=/.fflick.com/gfwlist -ipset=/.fgmtv.net/gfwlist -ipset=/.fgmtv.org/gfwlist -ipset=/.filefactory.com/gfwlist -ipset=/.files2me.com/gfwlist -ipset=/.fileserve.com/gfwlist -ipset=/.fillthesquare.org/gfwlist -ipset=/.finalion.jp/gfwlist -ipset=/.findbook.tw/gfwlist -ipset=/.finler.net/gfwlist -ipset=/.fireofliberty.org/gfwlist -ipset=/.firstfivefollowers.com/gfwlist -ipset=/.flecheinthepeche.fr/gfwlist -ipset=/.fleshbot.com/gfwlist -ipset=/.flickr.com/gfwlist -ipset=/.flickrhivemind.net/gfwlist -ipset=/.flightcaster.com/gfwlist -ipset=/.flowerofhappiness.spaces.live.com/gfwlist -ipset=/.focustaiwan.tw/gfwlist -ipset=/.focusvpn.com/gfwlist -ipset=/.fofg.org/gfwlist -ipset=/.fooooo.com/gfwlist -ipset=/.footwiball.com/gfwlist -ipset=/.forum.baby-kingdom.com/gfwlist -ipset=/.forum.cyberctm.com/gfwlist -ipset=/.forum.idsam.com/gfwlist -ipset=/.forum.iset.com.tw/gfwlist -ipset=/.forum.my903.com/gfwlist -ipset=/.forum.mymaji.com/gfwlist -ipset=/.forum.newsgroup.la/gfwlist -ipset=/.forum.nownews.com/gfwlist -ipset=/.forum.omy.sg/gfwlist -ipset=/.forum.palmislife.com/gfwlist -ipset=/.forum.pchome.com.tw/gfwlist -ipset=/.forum.setty.com.tw/gfwlist -ipset=/.forum.sina.com.hk/gfwlist -ipset=/.forum.slime.com.tw/gfwlist -ipset=/.forum.tvb.com/gfwlist -ipset=/.forum.yorkbbs.ca/gfwlist -ipset=/.fotop.net/gfwlist -ipset=/.fourface.nodesnoop.com/gfwlist -ipset=/.fourthinternational.org/gfwlist -ipset=/.foxdie.us/gfwlist -ipset=/.foxsub.com/gfwlist -ipset=/.foxtang.com/gfwlist -ipset=/.fqrouter.com/gfwlist -ipset=/.franklc.com/gfwlist -ipset=/.freakshare.com/gfwlist -ipset=/.fredwilson.vc/gfwlist -ipset=/.free4u.com.ar/gfwlist -ipset=/.freealim.com/gfwlist -ipset=/.freechal.com/gfwlist -ipset=/.freedomhouse.org/gfwlist -ipset=/.free.fr/gfwlist -ipset=/.freegao.com/gfwlist -ipset=/.freegateget.googlepages.com/gfwlist -ipset=/.free-gate.org/gfwlist -ipset=/.free-hada-now.org/gfwlist -ipset=/.freelotto.com/gfwlist -ipset=/.freeman2.com/gfwlist -ipset=/.freemoren.com/gfwlist -ipset=/.freemorenews.com/gfwlist -ipset=/.freenet-china.org/gfwlist -ipset=/.freenetproject.org/gfwlist -ipset=/.freenewscn.com/gfwlist -ipset=/.freeopenvpn.com/gfwlist -ipset=/.freeoz.org/gfwlist -ipset=/.free-ssh.com/gfwlist -ipset=/.freessh.us/gfwlist -ipset=/.freetibet.org/gfwlist -ipset=/.freevpn.nl/gfwlist -ipset=/.freewallpaper4.me/gfwlist -ipset=/.freewebs.com/gfwlist -ipset=/.freeweibo.com/gfwlist -ipset=/.freexinwen.com/gfwlist -ipset=/.freeyoutubeproxy.net/gfwlist -ipset=/.friendfeed.com/gfwlist -ipset=/.friendfeed-media.com/gfwlist -ipset=/.fring.com/gfwlist -ipset=/.fringenetwork.com/gfwlist -ipset=/.frommel.net/gfwlist -ipset=/.frontlinedefenders.org/gfwlist -ipset=/.fscked.org/gfwlist -ipset=/.fsurf.com/gfwlist -ipset=/.ftchinese.com/gfwlist -ipset=/.fuckcnnic.net/gfwlist -ipset=/.fuckgfw.com/gfwlist -ipset=/.fuckgfw.org/gfwlist -ipset=/.fulue.com/gfwlist -ipset=/.funf.tw/gfwlist -ipset=/.funp.com/gfwlist -ipset=/.furinkan.com/gfwlist -ipset=/.furl.net/gfwlist -ipset=/.futurechinaforum.org/gfwlist -ipset=/.futureme.org/gfwlist -ipset=/.futuremessage.org/gfwlist -ipset=/.fuyin.net/gfwlist -ipset=/.fw.cm/gfwlist -ipset=/.fxnetworks.com/gfwlist -ipset=/.fzh999.com/gfwlist -ipset=/.fzh999.net/gfwlist -ipset=/.gabocorp.com/gfwlist -ipset=/.gaeproxy.com/gfwlist -ipset=/.gaeproxy.googlecode.com/gfwlist -ipset=/.galenwu.com/gfwlist -ipset=/.game735.com/gfwlist -ipset=/.gamebase.com.tw/gfwlist -ipset=/.gamer.com.tw/gfwlist -ipset=/.gamez.com.tw/gfwlist -ipset=/.ganges.com/gfwlist -ipset=/.gaoming.net/gfwlist -ipset=/.gaopi.net/gfwlist -ipset=/.gaozhisheng.net/gfwlist -ipset=/.gaozhisheng.org/gfwlist -ipset=/.gardennetworks.com/gfwlist -ipset=/.gardennetworks.org/gfwlist -ipset=/.gartlive.com/gfwlist -ipset=/.gather.com/gfwlist -ipset=/.gaymap.cc/gfwlist -ipset=/.gazotube.com/gfwlist -ipset=/.gcc.org.hk/gfwlist -ipset=/.gclooney.com/gfwlist -ipset=/.g.co/gfwlist -ipset=/.gcpnews.com/gfwlist -ipset=/.gdbt.net/gfwlist -ipset=/.gdzf.org/gfwlist -ipset=/.geek-art.net/gfwlist -ipset=/.geekerhome.com/gfwlist -ipset=/.geekmade.co.uk/gfwlist -ipset=/.geekmanuals.com/gfwlist -ipset=/.generesis.com/gfwlist -ipset=/.genuitec.com/gfwlist -ipset=/.geocities.co.jp/gfwlist -ipset=/.geocities.com/gfwlist -ipset=/.geocities.jp/gfwlist -ipset=/.geohot.com/gfwlist -ipset=/.geometrictools.com/gfwlist -ipset=/.getchu.com/gfwlist -ipset=/.getcloudapp.com/gfwlist -ipset=/.get-digital-help.com/gfwlist -ipset=/.getfoxyproxy.org/gfwlist -ipset=/.getfreedur.com/gfwlist -ipset=/.getiton.com/gfwlist -ipset=/.getjetso.com/gfwlist -ipset=/.getlantern.org/gfwlist -ipset=/.getsmartlinks.com/gfwlist -ipset=/.getsocialscope.com/gfwlist -ipset=/.gfwinterceptor.googlecode.com/gfwlist -ipset=/.gfw.org.ua/gfwlist -ipset=/.ggpht.com/gfwlist -ipset=/.ggssl.com/gfwlist -ipset=/.ghost.org/gfwlist -ipset=/.ghut.org/gfwlist -ipset=/.giga-web.jp/gfwlist -ipset=/.gigporno.ru/gfwlist -ipset=/.gimpshop.com/gfwlist -ipset=/.girlbanker.com/gfwlist -ipset=/.github.com/gfwlist -ipset=/.git-scm.com/gfwlist -ipset=/.givemesomethingtoread.com/gfwlist -ipset=/.glennhilton.com/gfwlist -ipset=/.globaljihad.net/gfwlist -ipset=/.globalmuseumoncommunism.org/gfwlist -ipset=/.globalrescue.net/gfwlist -ipset=/.globalvoicesonline.org/gfwlist -ipset=/.gmail.com/gfwlist -ipset=/.gmbd.cn/gfwlist -ipset=/.gmhz.org/gfwlist -ipset=/.gmodules.com/gfwlist -ipset=/.gmozomg.izihost.org/gfwlist -ipset=/.gnci.org.hk/gfwlist -ipset=/.goagent.biz/gfwlist -ipset=/.goagent.googlecode.com/gfwlist -ipset=/.goagentplus.com/gfwlist -ipset=/.godfootsteps.org/gfwlist -ipset=/.golang.org/gfwlist -ipset=/.goldbetsports.com/gfwlist -ipset=/.goldwave.com/gfwlist -ipset=/.gongmeng.info/gfwlist -ipset=/.gongm.in/gfwlist -ipset=/.gongminliliang.com/gfwlist -ipset=/.gongwt.com/gfwlist -ipset=/.goodreaders.com/gfwlist -ipset=/.goodreads.com/gfwlist -ipset=/.goofind.com/gfwlist -ipset=/.goo.gl/gfwlist -ipset=/.googleadservices.com/gfwlist -ipset=/.google-analytics.com/gfwlist -ipset=/.googleapis.com/gfwlist -ipset=/.googlecode.com/gfwlist -ipset=/.google.co.jp/gfwlist -ipset=/.google.com/gfwlist -ipset=/.google.com.hk/gfwlist -ipset=/.google.com.sg/gfwlist -ipset=/.google.com.tw/gfwlist -ipset=/.google.com.uk/gfwlist -ipset=/.googledomains.com/gfwlist -ipset=/.googledrive.com/gfwlist -ipset=/.googleearth.com/gfwlist -ipset=/.googlehosted.com/gfwlist -ipset=/.googlelabs.com/gfwlist -ipset=/.googlemail.com/gfwlist -ipset=/.googleplus.com/gfwlist -ipset=/.googlesile.com/gfwlist -ipset=/.googlesource.com/gfwlist -ipset=/.googlesyndication.com/gfwlist -ipset=/.googletagmanager.com/gfwlist -ipset=/.googletagservices.com/gfwlist -ipset=/.googleusercontent.com/gfwlist -ipset=/.googlevideo.com/gfwlist -ipset=/.gopetition.com/gfwlist -ipset=/.gospelherald.com/gfwlist -ipset=/.gov.tw/gfwlist -ipset=/.gpass1.com/gfwlist -ipset=/.grandtrial.org/gfwlist -ipset=/.graphis.ne.jp/gfwlist -ipset=/.gravatar.com/gfwlist -ipset=/.graylog2.org/gfwlist -ipset=/.grb.gov.tw/gfwlist -ipset=/.greatfire.org/gfwlist -ipset=/.greatfirewall.biz/gfwlist -ipset=/.great-firewall.com/gfwlist -ipset=/.greatfirewallofchina.net/gfwlist -ipset=/.greatfirewallofchina.org/gfwlist -ipset=/.great-roc.org/gfwlist -ipset=/.greatroc.org/gfwlist -ipset=/.greatroc.tw/gfwlist -ipset=/.greatzhonghua.org/gfwlist -ipset=/.greenparty.org.tw/gfwlist -ipset=/.greenvpn.net/gfwlist -ipset=/.gs-discuss.com/gfwlist -ipset=/.gseeker.com/gfwlist -ipset=/.gsn-cert.nat.gov.tw/gfwlist -ipset=/.gstatic.com/gfwlist -ipset=/.gtap.googlecode.com/gfwlist -ipset=/.gtricks.com/gfwlist -ipset=/.guancha.org/gfwlist -ipset=/.gufeng521.spaces.live.com/gfwlist -ipset=/.guishan.org/gfwlist -ipset=/.gunsamerica.com/gfwlist -ipset=/.gun-world.net/gfwlist -ipset=/.guomin.us/gfwlist -ipset=/.gutteruncensored.com/gfwlist -ipset=/.gvm.com.tw/gfwlist -ipset=/.gyalwarinpoche.com/gfwlist -ipset=/.gysd.nyc.gov.tw/gfwlist -ipset=/.gzm.tv/gfwlist -ipset=/.gzone-anime.info/gfwlist -ipset=/.h1n1china.org/gfwlist -ipset=/.hacken.cc/gfwlist -ipset=/.hackthatphone.net/gfwlist -ipset=/.hahlo.com/gfwlist -ipset=/.hakkatv.org.tw/gfwlist -ipset=/.hanunyi.com/gfwlist -ipset=/.hardsextube.com/gfwlist -ipset=/.hasaowall.com/gfwlist -ipset=/.have8.com/gfwlist -ipset=/.haygo.com/gfwlist -ipset=/.hcc.gov.tw/gfwlist -ipset=/.hchcc.gov.tw/gfwlist -ipset=/.h-china.org/gfwlist -ipset=/.hdtvb.net/gfwlist -ipset=/.heartyit.com/gfwlist -ipset=/.hecaitou.net/gfwlist -ipset=/.hechaji.com/gfwlist -ipset=/.heix.pp.ru/gfwlist -ipset=/.heiyo.info/gfwlist -ipset=/.helloandroid.com/gfwlist -ipset=/.hellonewyork.us/gfwlist -ipset=/.helloqueer.com/gfwlist -ipset=/.hellotxt.com/gfwlist -ipset=/.hellouk.org/gfwlist -ipset=/.helpeachpeople.com/gfwlist -ipset=/.helplinfen.com/gfwlist -ipset=/.help.linksalpha.com/gfwlist -ipset=/.help.opera.com/gfwlist -ipset=/.helpzhuling.org/gfwlist -ipset=/.hen.bao.li/gfwlist -ipset=/.hengchuen.gov.tw/gfwlist -ipset=/.heqinglian.net/gfwlist -ipset=/.here4news.com/gfwlist -ipset=/.heungkongdiscuss.com/gfwlist -ipset=/.hgseav.com/gfwlist -ipset=/.hidden-advent.org/gfwlist -ipset=/.hidecloud.com/gfwlist -ipset=/.hideipvpn.com/gfwlist -ipset=/.hidemyass.com/gfwlist -ipset=/.higfw.com/gfwlist -ipset=/.highrockmedia.com/gfwlist -ipset=/.hihiforum.com/gfwlist -ipset=/.hihistory.net/gfwlist -ipset=/.hiitch.com/gfwlist -ipset=/.hikinggfw.org/gfwlist -ipset=/.himemix.com/gfwlist -ipset=/.himemix.net/gfwlist -ipset=/.hjclub.info/gfwlist -ipset=/.hk32168.com/gfwlist -ipset=/.hkbc.net/gfwlist -ipset=/.hkbf.org/gfwlist -ipset=/.hkchurch.org/gfwlist -ipset=/.hkdailynews.com.hk/gfwlist -ipset=/.hkday.net/gfwlist -ipset=/.hkej.com/gfwlist -ipset=/.hkepc.com/gfwlist -ipset=/.hkfront.org/gfwlist -ipset=/.hk.geocities.com/gfwlist -ipset=/.hkgolden.com/gfwlist -ipset=/.hkgreenradio.org/gfwlist -ipset=/.hkg.westkit.net/gfwlist -ipset=/.hkheadline.com/gfwlist -ipset=/.hkhkhk.com/gfwlist -ipset=/.hkjc.com/gfwlist -ipset=/.hk.jiepang.com/gfwlist -ipset=/.hkjp.easyweb.hk/gfwlist -ipset=/.hkjp.org/gfwlist -ipset=/.hk.knowledge.yahoo.com/gfwlist -ipset=/.hk.myblog.yahoo.com/gfwlist -ipset=/.hk.news.yahoo.com/gfwlist -ipset=/.hkptu.org/gfwlist -ipset=/.hk-pub.com/gfwlist -ipset=/.hk.rd.yahoo.com/gfwlist -ipset=/.hkreporter.com/gfwlist -ipset=/.hkreporter.loved.hk/gfwlist -ipset=/.hk.search.yahoo.com/gfwlist -ipset=/.hk.video.news.yahoo.com/gfwlist -ipset=/.hkwcc.org.hk/gfwlist -ipset=/.hk.yahoo.com/gfwlist -ipset=/.hkzone.org/gfwlist -ipset=/.hnjhj.com/gfwlist -ipset=/.hola.com/gfwlist -ipset=/.holyspiritspeaks.org/gfwlist -ipset=/.holz.byethost8.com/gfwlist -ipset=/.homeservershow.com/gfwlist -ipset=/.home.sina.com/gfwlist -ipset=/.home.so-net.net.tw/gfwlist -ipset=/.honeonet.spaces.live.com/gfwlist -ipset=/.hongmeimei.com/gfwlist -ipset=/.hongzhi.li/gfwlist -ipset=/.hootsuite.com/gfwlist -ipset=/.hotpot.hk/gfwlist -ipset=/.hotshame.com/gfwlist -ipset=/.hotspotshield.com/gfwlist -ipset=/.hougaige.com/gfwlist -ipset=/.howtoforge.com/gfwlist -ipset=/.hqcdp.org/gfwlist -ipset=/.hrcir.com/gfwlist -ipset=/.hrichina.org/gfwlist -ipset=/.hrw.org/gfwlist -ipset=/.hsinchu-cc.gov.tw/gfwlist -ipset=/.hsjp.net/gfwlist -ipset=/.hsselite.com/gfwlist -ipset=/.htkou.net/gfwlist -ipset=/.htl.li/gfwlist -ipset=/.ht.ly/gfwlist -ipset=/.htmldog.com/gfwlist -ipset=/.huaglad.com/gfwlist -ipset=/.huajiadi.spaces.live.com/gfwlist -ipset=/.huanghuagang.org/gfwlist -ipset=/.huaren.us/gfwlist -ipset=/.huaxia-news.com/gfwlist -ipset=/.huaxin.ph/gfwlist -ipset=/.hua-yue.net/gfwlist -ipset=/.hudatoriq.web.id/gfwlist -ipset=/.hugoroy.eu/gfwlist -ipset=/.huhamhire.com/gfwlist -ipset=/.hujiachina.spaces.live.com/gfwlist -ipset=/.hulu.com/gfwlist -ipset=/.huluim.com/gfwlist -ipset=/.humanities.uchicago.edu/gfwlist -ipset=/.hungerstrikeforaids.org/gfwlist -ipset=/.hung-ya.com/gfwlist -ipset=/.huping.net/gfwlist -ipset=/.hutianyi.net/gfwlist -ipset=/.hutong9.net/gfwlist -ipset=/.hwinfo.com/gfwlist -ipset=/.hyperrate.com/gfwlist -ipset=/.hypeshell.com/gfwlist -ipset=/.i1.hk/gfwlist -ipset=/.i2runner.com/gfwlist -ipset=/.ialmostlaugh.com/gfwlist -ipset=/.iask.bz/gfwlist -ipset=/.iask.ca/gfwlist -ipset=/.ibiblio.org/gfwlist -ipset=/.iblogserv-f.net/gfwlist -ipset=/.ibros.org/gfwlist -ipset=/.icij.org/gfwlist -ipset=/.icl-fi.org/gfwlist -ipset=/.iconpaper.org/gfwlist -ipset=/.icu-project.org/gfwlist -ipset=/.idemocracy.asia/gfwlist -ipset=/.identi.ca/gfwlist -ipset=/.idiomconnection.com/gfwlist -ipset=/.idouga.com/gfwlist -ipset=/.idv.tw/gfwlist -ipset=/.ieasynews.net/gfwlist -ipset=/.ied2k.net/gfwlist -ipset=/.ieemdai.spaces.live.com/gfwlist -ipset=/.ifan.cz.cc/gfwlist -ipset=/.ifanqiang.com/gfwlist -ipset=/.ifanr.com/gfwlist -ipset=/.ifcss.org/gfwlist -ipset=/.ifjc.org/gfwlist -ipset=/.igfw.net/gfwlist -ipset=/.ignitedetroit.net/gfwlist -ipset=/.igvita.com/gfwlist -ipset=/.ihakka.net/gfwlist -ipset=/.iicns.com/gfwlist -ipset=/.illusionfactory.com/gfwlist -ipset=/.ilove80.be/gfwlist -ipset=/.im88.tw/gfwlist -ipset=/.imageflea.com/gfwlist -ipset=/.imagesblog.gio.gov.tw/gfwlist -ipset=/.imageshack.us/gfwlist -ipset=/.imagevenue.com/gfwlist -ipset=/.imagezilla.net/gfwlist -ipset=/.ime.baidu.jp/gfwlist -ipset=/.img.ly/gfwlist -ipset=/.imkev.com/gfwlist -ipset=/.imlive.com/gfwlist -ipset=/.immigration.gov.tw/gfwlist -ipset=/.imrworldwide.com/gfwlist -ipset=/.im.tv/gfwlist -ipset=/.incredibox.fr/gfwlist -ipset=/.iner.gov.tw/gfwlist -ipset=/.initiativesforchina.org/gfwlist -ipset=/.inmediahk.net/gfwlist -ipset=/.innermongolia.org/gfwlist -ipset=/.instagram.com/gfwlist -ipset=/.interestinglaugh.com/gfwlist -ipset=/.interfaceaddiction.com/gfwlist -ipset=/.internationalrivers.org/gfwlist -ipset=/.internetdefenseleague.org/gfwlist -ipset=/.internetfreedom.org/gfwlist -ipset=/.internetpopculture.com/gfwlist -ipset=/.inxian.com/gfwlist -ipset=/.iphone4hongkong.com/gfwlist -ipset=/.iphonehacks.com/gfwlist -ipset=/.iphonix.fr/gfwlist -ipset=/.ipicture.ru/gfwlist -ipset=/.ipobar.com/gfwlist -ipset=/.ippotv.com/gfwlist -ipset=/.iptorrents.com/gfwlist -ipset=/.ipvanish.com/gfwlist -ipset=/.iredmail.org/gfwlist -ipset=/.ironbigfools.compython.net/gfwlist -ipset=/.ironicsoftware.com/gfwlist -ipset=/.ironpython.net/gfwlist -ipset=/.isaacmao.com/gfwlist -ipset=/.isgreat.org/gfwlist -ipset=/.islamicity.com/gfwlist -ipset=/.islam.org.hk/gfwlist -ipset=/.ismprofessional.net/gfwlist -ipset=/.isohunt.com/gfwlist -ipset=/.israbox.com/gfwlist -ipset=/.istockphoto.com/gfwlist -ipset=/.isunaffairs.com/gfwlist -ipset=/.isuntv.com/gfwlist -ipset=/.itaboo.info/gfwlist -ipset=/.ithelp.ithome.com.tw/gfwlist -ipset=/.itrc.gov.tw/gfwlist -ipset=/.itshidden.com/gfwlist -ipset=/.itweet.net/gfwlist -ipset=/.iu45.com/gfwlist -ipset=/.iverycd.com/gfwlist -ipset=/.ixquick.com/gfwlist -ipset=/.izaobao.us/gfwlist -ipset=/.izles.net/gfwlist -ipset=/.japan-whores.com/gfwlist -ipset=/.jayparkinsonmd.com/gfwlist -ipset=/.jbtalks.cc/gfwlist -ipset=/.jbtalks.com/gfwlist -ipset=/.jbtalks.my/gfwlist -ipset=/.jeanyim.com/gfwlist -ipset=/.jgoodies.com/gfwlist -ipset=/.jiaoyou8.com/gfwlist -ipset=/.jiehua.cz/gfwlist -ipset=/.jieshibaobao.com/gfwlist -ipset=/.jike.com/gfwlist -ipset=/.jimoparty.com/gfwlist -ipset=/.jinbushe.org/gfwlist -ipset=/.jingpin.org/gfwlist -ipset=/.jitouch.com/gfwlist -ipset=/.jkforum.net/gfwlist -ipset=/.j.mp/gfwlist -ipset=/.joachims.org/gfwlist -ipset=/.jobso.tv/gfwlist -ipset=/.joeedelman.com/gfwlist -ipset=/.journalofdemocracy.org/gfwlist -ipset=/.jpopforum.net/gfwlist -ipset=/.juliereyc.com/gfwlist -ipset=/.junauza.com/gfwlist -ipset=/.junefourth-20.net/gfwlist -ipset=/.justfreevpn.com/gfwlist -ipset=/.justtristan.com/gfwlist -ipset=/.juziyue.com/gfwlist -ipset=/.jwmusic.org/gfwlist -ipset=/.jyxf.net/gfwlist -ipset=/.jyzj.waqn.com/gfwlist -ipset=/.k2.xrea.com/gfwlist -ipset=/.kagyuoffice.org.tw/gfwlist -ipset=/.kaiyuan.de/gfwlist -ipset=/.kakao.com/gfwlist -ipset=/.kanzhongguo.com/gfwlist -ipset=/.kanzhongguo.eu/gfwlist -ipset=/.karayou.com/gfwlist -ipset=/.ka-wai.com/gfwlist -ipset=/.kcsoftwares.com/gfwlist -ipset=/.kechara.com/gfwlist -ipset=/.keepandshare.com/gfwlist -ipset=/.kendincos.net/gfwlist -ipset=/.kenengba.com/gfwlist -ipset=/.keontech.net/gfwlist -ipset=/.khcc.gov.tw/gfwlist -ipset=/.khms.gov.tw/gfwlist -ipset=/.khmusic.com.tw/gfwlist -ipset=/.killwall.com/gfwlist -ipset=/.kineox.free.fr/gfwlist -ipset=/.kingdomsalvation.org/gfwlist -ipset=/.kinghost.com/gfwlist -ipset=/.kingstone.com.tw/gfwlist -ipset=/.kissbbao.cn/gfwlist -ipset=/.kissyoutube.com/gfwlist -ipset=/.kk.gov.tw/gfwlist -ipset=/.klccab.gov.tw/gfwlist -ipset=/.klra.gov.tw/gfwlist -ipset=/.klsio.gov.tw/gfwlist -ipset=/.kmh.gov.tw/gfwlist -ipset=/.kmseh.gov.tw/gfwlist -ipset=/.knowledgerush.com/gfwlist -ipset=/.kodingen.com/gfwlist -ipset=/.kompozer.net/gfwlist -ipset=/.koolsolutions.com/gfwlist -ipset=/.koornk.com/gfwlist -ipset=/.kt.kcome.org/gfwlist -ipset=/.kui.name/gfwlist -ipset=/.kun.im/gfwlist -ipset=/.kurtmunger.com/gfwlist -ipset=/.kusocity.com/gfwlist -ipset=/.kwongwah.com.my/gfwlist -ipset=/.kyohk.net/gfwlist -ipset=/.kzeng.info/gfwlist -ipset=/.labiennale.org/gfwlist -ipset=/.ladbrokes.com/gfwlist -ipset=/.la-forum.org/gfwlist -ipset=/.lagranepoca.com/gfwlist -ipset=/.lalulalu.com/gfwlist -ipset=/.laogai.org/gfwlist -ipset=/.laomiu.com/gfwlist -ipset=/.laoyang.info/gfwlist -ipset=/.laptoplockdown.com/gfwlist -ipset=/.laqingdan.net/gfwlist -ipset=/.larsgeorge.com/gfwlist -ipset=/.lastfm.es/gfwlist -ipset=/.latelinenews.com/gfwlist -ipset=/.latimesblogs.latimes.com/gfwlist -ipset=/.lazarsearlymusic.com/gfwlist -ipset=/.leecheukyan.org/gfwlist -ipset=/.legaltech.law.com/gfwlist -ipset=/.lematin.ch/gfwlist -ipset=/.lemonde.fr/gfwlist -ipset=/.lenwhite.com/gfwlist -ipset=/.lerosua.org/gfwlist -ipset=/.lesoir.be/gfwlist -ipset=/.lesscss.org/gfwlist -ipset=/.letscorp.net/gfwlist -ipset=/.liansi.org/gfwlist -ipset=/.lianyue.net/gfwlist -ipset=/.liaowangxizang.net/gfwlist -ipset=/.liberal.org.hk/gfwlist -ipset=/.libertytimes.com.tw/gfwlist -ipset=/.lich355.megabyet.net/gfwlist -ipset=/.lidecheng.com/gfwlist -ipset=/.life.fly4ever.me/gfwlist -ipset=/.limiao.net/gfwlist -ipset=/.line.me/gfwlist -ipset=/.linglingfa.com/gfwlist -ipset=/.lingvodics.com/gfwlist -ipset=/.linkideo.com/gfwlist -ipset=/.linuxconfig.org/gfwlist -ipset=/.linux-engineer.net/gfwlist -ipset=/.linuxreviews.org/gfwlist -ipset=/.linuxtoy.org/gfwlist -ipset=/.lipuman.com/gfwlist -ipset=/.listentoyoutube.com/gfwlist -ipset=/.list.ly/gfwlist -ipset=/.listorious.com/gfwlist -ipset=/.lists.debian.org/gfwlist -ipset=/.lists.w3.org/gfwlist -ipset=/.littlebigdetails.com/gfwlist -ipset=/.liudejun.com/gfwlist -ipset=/.liuhanyu.com/gfwlist -ipset=/.liujianshu.com/gfwlist -ipset=/.liu.lu/gfwlist -ipset=/.liuxiaotong.com/gfwlist -ipset=/.liveleak.com/gfwlist -ipset=/.livestation.com/gfwlist -ipset=/.livestream.com/gfwlist -ipset=/.livevideo.com/gfwlist -ipset=/.livingonline.us/gfwlist -ipset=/.livingstream.com/gfwlist -ipset=/.lizhizhuangbi.com/gfwlist -ipset=/.lkcn.net/gfwlist -ipset=/.localpresshk.com/gfwlist -ipset=/.lockdown.com/gfwlist -ipset=/.lockestek.com/gfwlist -ipset=/.logbot.net/gfwlist -ipset=/.logiqx.com/gfwlist -ipset=/.logmike.com/gfwlist -ipset=/.log.riku.me/gfwlist -ipset=/.london.neighborhoodr.com/gfwlist -ipset=/.longhair.hk/gfwlist -ipset=/.longtermly.net/gfwlist -ipset=/.lookatgame.com/gfwlist -ipset=/.lookingglasstheatre.org/gfwlist -ipset=/.lookpic.com/gfwlist -ipset=/.lotuslight.org.tw/gfwlist -ipset=/.lovequicksilver.com/gfwlist -ipset=/.lovesphinx.tk/gfwlist -ipset=/.lrfz.com/gfwlist -ipset=/.lsd.org.hk/gfwlist -ipset=/.lsforum.net/gfwlist -ipset=/.lsmchinese.org/gfwlist -ipset=/.lsmkorean.org/gfwlist -ipset=/.lsm.org/gfwlist -ipset=/.lsxszzg.com/gfwlist -ipset=/.lua.org/gfwlist -ipset=/.lua-users.org/gfwlist -ipset=/.lungtanhr.gov.tw/gfwlist -ipset=/.luntan.zaobao.com/gfwlist -ipset=/.lupm.org/gfwlist -ipset=/.lushstories.com/gfwlist -ipset=/.lvhai.org/gfwlist -ipset=/.lyricsquote.com/gfwlist -ipset=/.mad-ar.ch/gfwlist -ipset=/.madmenunbuttoned.com/gfwlist -ipset=/.magazines.sina.com.tw/gfwlist -ipset=/.maiio.net/gfwlist -ipset=/.mail-archive.com/gfwlist -ipset=/.maiplus.com/gfwlist -ipset=/.makemymood.com/gfwlist -ipset=/.makzhou.warehouse333.com/gfwlist -ipset=/.malaysiakini.com/gfwlist -ipset=/.marc.info/gfwlist -ipset=/.marco.org/gfwlist -ipset=/.marguerite.su/gfwlist -ipset=/.marines.mil/gfwlist -ipset=/.markmilian.com/gfwlist -ipset=/.martau.com/gfwlist -ipset=/.martincartoons.com/gfwlist -ipset=/.maruta.be/gfwlist -ipset=/.marxist.com/gfwlist -ipset=/.marxist.net/gfwlist -ipset=/.marxists.org/gfwlist -ipset=/.mashable.com/gfwlist -ipset=/.mash.to/gfwlist -ipset=/.matainja.com/gfwlist -ipset=/.mathiew-badimon.com/gfwlist -ipset=/.matsu-news.gov.tw/gfwlist -ipset=/.matsushimakaede.com/gfwlist -ipset=/.maxgif.com/gfwlist -ipset=/.mayimayi.com/gfwlist -ipset=/.mcadforums.com/gfwlist -ipset=/.mcfog.com/gfwlist -ipset=/.md-t.org/gfwlist -ipset=/.mediafire.com/gfwlist -ipset=/.meetup.com/gfwlist -ipset=/.mefeedia.com/gfwlist -ipset=/.megaporn.com/gfwlist -ipset=/.megarotic.com/gfwlist -ipset=/.megavideo.com/gfwlist -ipset=/.megurineluka.com/gfwlist -ipset=/.meirixiaochao.com/gfwlist -ipset=/.melon-peach.com/gfwlist -ipset=/.memedia.cn/gfwlist -ipset=/.meme.yahoo.com/gfwlist -ipset=/.memrijttm.org/gfwlist -ipset=/.merit-times.com.tw/gfwlist -ipset=/.mesotw.com/gfwlist -ipset=/.metacafe.com/gfwlist -ipset=/.meteorshowersonline.com/gfwlist -ipset=/.metrolife.ca/gfwlist -ipset=/.mgoon.com/gfwlist -ipset=/.mgstage.com/gfwlist -ipset=/.mh4u.org/gfwlist -ipset=/.mhradio.org/gfwlist -ipset=/.michaelanti.com/gfwlist -ipset=/.michaelmarketl.com/gfwlist -ipset=/.middle-way.net/gfwlist -ipset=/.mihk.hk/gfwlist -ipset=/.mihua.org/gfwlist -ipset=/.mike.cz.cc/gfwlist -ipset=/.mimivip.com/gfwlist -ipset=/.minghui.org/gfwlist -ipset=/.minghui-school.org/gfwlist -ipset=/.mingjinglishi.com/gfwlist -ipset=/.mingjingnews.com/gfwlist -ipset=/.mingpaocanada.com/gfwlist -ipset=/.mingpao.com/gfwlist -ipset=/.mingpaomonthly.com/gfwlist -ipset=/.mingpaonews.com/gfwlist -ipset=/.mingpaony.com/gfwlist -ipset=/.mingpaosf.com/gfwlist -ipset=/.mingpaotor.com/gfwlist -ipset=/.mingpaovan.com/gfwlist -ipset=/.minimalmac.com/gfwlist -ipset=/.mininova.org/gfwlist -ipset=/.minzhuhua.net/gfwlist -ipset=/.minzhuzhongguo.org/gfwlist -ipset=/.miroguide.com/gfwlist -ipset=/.mirrorbooks.com/gfwlist -ipset=/.mitbbs.com/gfwlist -ipset=/.mixedmedialabs.com/gfwlist -ipset=/.mixero.com/gfwlist -ipset=/.mixpod.com/gfwlist -ipset=/.mixx.com/gfwlist -ipset=/.mizzmona.com/gfwlist -ipset=/.mk5000.com/gfwlist -ipset=/.mlcool.com/gfwlist -ipset=/.mmaaxx.com/gfwlist -ipset=/.mmmca.com/gfwlist -ipset=/.mobatek.net/gfwlist -ipset=/.mobile01.com/gfwlist -ipset=/.mobileways.de/gfwlist -ipset=/.mobypicture.com/gfwlist -ipset=/.moby.to/gfwlist -ipset=/.modfetish.com/gfwlist -ipset=/.moe.gov.tw/gfwlist -ipset=/.mog.com/gfwlist -ipset=/.molihua.org/gfwlist -ipset=/.mondex.org/gfwlist -ipset=/.monitorchina.org/gfwlist -ipset=/.moonriver7.files.wordpress.com/gfwlist -ipset=/.morningsun.org/gfwlist -ipset=/.m.oulove.org/gfwlist -ipset=/.movabletype.com/gfwlist -ipset=/.moviefap.com/gfwlist -ipset=/.mp3ye.eu/gfwlist -ipset=/.mpettis.com/gfwlist -ipset=/.mpfinance.com/gfwlist -ipset=/.mpinews.com/gfwlist -ipset=/.m.plixi.com/gfwlist -ipset=/.mrdoob.com/gfwlist -ipset=/.mrtweet.com/gfwlist -ipset=/.msguancha.com/gfwlist -ipset=/.m.slandr.net/gfwlist -ipset=/.mthruf.com/gfwlist -ipset=/.m.tweete.net/gfwlist -ipset=/.mtw.tl/gfwlist -ipset=/.multiply.com/gfwlist -ipset=/.multiproxy.org/gfwlist -ipset=/.multiupload.com/gfwlist -ipset=/.muouju.com/gfwlist -ipset=/.muselinks.co.jp/gfwlist -ipset=/.music.jwmusic.org/gfwlist -ipset=/.muzi.com/gfwlist -ipset=/.muzi.net/gfwlist -ipset=/.muzu.tv/gfwlist -ipset=/.mvdis.gov.tw/gfwlist -ipset=/.mx981.com/gfwlist -ipset=/.myactimes.com/gfwlist -ipset=/.my-addr.com/gfwlist -ipset=/.myaudiocast.com/gfwlist -ipset=/.myav.com.tw/gfwlist -ipset=/.my.backchina.com/gfwlist -ipset=/.myboooks.googlepages.com/gfwlist -ipset=/.mychinamyhome.com/gfwlist -ipset=/.myeclipseide.com/gfwlist -ipset=/.myforum.com.hk/gfwlist -ipset=/.myforum.com.uk/gfwlist -ipset=/.myfreshnet.com/gfwlist -ipset=/.my.keso.cn/gfwlist -ipset=/.myopenid.com/gfwlist -ipset=/.my.opera.com/gfwlist -ipset=/.mypaper.pchome.com.tw/gfwlist -ipset=/.myparagliding.com/gfwlist -ipset=/.mypopescu.com/gfwlist -ipset=/.my-proxy.com/gfwlist -ipset=/.myshare.url.com.tw/gfwlist -ipset=/.mysinablog.com/gfwlist -ipset=/.myspace.com/gfwlist -ipset=/.myvlog.im.tv/gfwlist -ipset=/.naacoalition.org/gfwlist -ipset=/.naitik.net/gfwlist -ipset=/.nakido.com/gfwlist -ipset=/.namsisi.com/gfwlist -ipset=/.nanyang.com/gfwlist -ipset=/.nanyangpost.com/gfwlist -ipset=/.nanzao.com/gfwlist -ipset=/.naol.ca/gfwlist -ipset=/.national-lottery.co.uk/gfwlist -ipset=/.navicat.com/gfwlist -ipset=/.navigeaters.com/gfwlist -ipset=/.navy.mil/gfwlist -ipset=/.nccwatch.org.tw/gfwlist -ipset=/.ncdr.nat.gov.tw/gfwlist -ipset=/.nch.com.tw/gfwlist -ipset=/.ncn.org/gfwlist -ipset=/.ncree.gov.tw/gfwlist -ipset=/.nde.de/gfwlist -ipset=/.ndr.de/gfwlist -ipset=/.nekoslovakia.net/gfwlist -ipset=/.nerch.gov.tw/gfwlist -ipset=/.ner.gov.tw/gfwlist -ipset=/.nerhl.gov.tw/gfwlist -ipset=/.nertt.gov.tw/gfwlist -ipset=/.netcolony.com/gfwlist -ipset=/.netflix.com/gfwlist -ipset=/.netme.cc/gfwlist -ipset=/.networkedblogs.com/gfwlist -ipset=/.neverforget8964.org/gfwlist -ipset=/.new-3lunch.net/gfwlist -ipset=/.new-akiba.com/gfwlist -ipset=/.newcenturymc.com/gfwlist -ipset=/.newcenturynews.com/gfwlist -ipset=/.newchen.com/gfwlist -ipset=/.newgrounds.com/gfwlist -ipset=/.newlandmagazine.com.au/gfwlist -ipset=/.news100.com.tw/gfwlist -ipset=/.newsancai.com/gfwlist -ipset=/.news.atebits.com/gfwlist -ipset=/.news.backchina.com/gfwlist -ipset=/.news.bbc.co.uk/gfwlist -ipset=/.newscn.org/gfwlist -ipset=/.news.cnyes.com/gfwlist -ipset=/.newsforums.bbc.co.uk/gfwlist -ipset=/.news.ghostery.com/gfwlist -ipset=/.news.google.com.hk/gfwlist -ipset=/.newsminer.com/gfwlist -ipset=/.news.msn.com.tw/gfwlist -ipset=/.news.omy.sg/gfwlist -ipset=/.news.pchome.com.tw/gfwlist -ipset=/.newspeak.cc/gfwlist -ipset=/.newspp.org/gfwlist -ipset=/.news.sina.com.hk/gfwlist -ipset=/.news.sina.com.tw/gfwlist -ipset=/.news.singtao.ca/gfwlist -ipset=/.newstapa.org/gfwlist -ipset=/.newtaiwan.com.tw/gfwlist -ipset=/.newtalk.tw/gfwlist -ipset=/.newyorktimes.com/gfwlist -ipset=/.nexton-net.jp/gfwlist -ipset=/.nexttv.com.tw/gfwlist -ipset=/.nf.id.au/gfwlist -ipset=/.nga.mil/gfwlist -ipset=/.ngensis.com/gfwlist -ipset=/.nhri.gov.tw/gfwlist -ipset=/.nic.cz.cc/gfwlist -ipset=/.nici.nat.gov.tw/gfwlist -ipset=/.nicovideo.tw/gfwlist -ipset=/.nict.gov.tw/gfwlist -ipset=/.nighost.org/gfwlist -ipset=/.nintendium.com/gfwlist -ipset=/.nintendowifi.net/gfwlist -ipset=/.njactb.org/gfwlist -ipset=/.njuice.com/gfwlist -ipset=/.nlfreevpn.com/gfwlist -ipset=/.nmh.gov.tw/gfwlist -ipset=/.nmmba.gov.tw/gfwlist -ipset=/.nmp.gov.tw/gfwlist -ipset=/.nmtl.gov.tw/gfwlist -ipset=/.nmvttc.gov.tw/gfwlist -ipset=/.nobelprize.org/gfwlist -ipset=/.nobel.se/gfwlist -ipset=/.nobodycanstop.us/gfwlist -ipset=/.nokogiri.org/gfwlist -ipset=/.nokola.com/gfwlist -ipset=/.noobbox.com/gfwlist -ipset=/.notes.alexdong.com/gfwlist -ipset=/.novelasia.com/gfwlist -ipset=/.nownews.com/gfwlist -ipset=/.nowtorrents.com/gfwlist -ipset=/.noypf.com/gfwlist -ipset=/.npa.go.jp/gfwlist -ipset=/.npm.gov.tw/gfwlist -ipset=/.nps.gov/gfwlist -ipset=/.nrk.no/gfwlist -ipset=/.nsc.gov.tw/gfwlist -ipset=/.nspo.gov.tw/gfwlist -ipset=/.nstm.gov.tw/gfwlist -ipset=/.ntdmh.gov.tw/gfwlist -ipset=/.ntdtv.ca/gfwlist -ipset=/.ntdtv.co/gfwlist -ipset=/.ntdtv.com/gfwlist -ipset=/.ntdtv.org/gfwlist -ipset=/.ntdtv.ru/gfwlist -ipset=/.ntl.gov.tw/gfwlist -ipset=/.ntsec.gov.tw/gfwlist -ipset=/.ntuh.gov.tw/gfwlist -ipset=/.nuexpo.com/gfwlist -ipset=/.nurgo-software.com/gfwlist -ipset=/.nuvid.com/gfwlist -ipset=/.nuzcom.com/gfwlist -ipset=/.nvquan.org/gfwlist -ipset=/.nvri.gov.tw/gfwlist -ipset=/.nydus.ca/gfwlist -ipset=/.nysingtao.com/gfwlist -ipset=/.nytco.com/gfwlist -ipset=/.nyt.com/gfwlist -ipset=/.nytimes.com/gfwlist -ipset=/.nytimg.com/gfwlist -ipset=/.nzchinese.net.nz/gfwlist -ipset=/.observechina.net/gfwlist -ipset=/.oclp.hk/gfwlist -ipset=/.october-review.org/gfwlist -ipset=/.offbeatchina.com/gfwlist -ipset=/.ogaoga.org/gfwlist -ipset=/.oikos.com.tw/gfwlist -ipset=/.oiktv.com/gfwlist -ipset=/.oizoblog.com/gfwlist -ipset=/.okayfreedom.com/gfwlist -ipset=/.old-cat.net/gfwlist -ipset=/.old.nabble.com/gfwlist -ipset=/.olumpo.com/gfwlist -ipset=/.olympicwatch.org/gfwlist -ipset=/.omgili.com/gfwlist -ipset=/.omnitalk.com/gfwlist -ipset=/.on.cc/gfwlist -ipset=/.one.xthost.info/gfwlist -ipset=/.onlylady.cn/gfwlist -ipset=/.onmoon.com/gfwlist -ipset=/.onmoon.net/gfwlist -ipset=/.oopsforum.com/gfwlist -ipset=/.ooyala.com/gfwlist -ipset=/.open.com.hk/gfwlist -ipset=/.opendemocracy.net/gfwlist -ipset=/.openid.net/gfwlist -ipset=/.openleaks.org/gfwlist -ipset=/.openvpn.net/gfwlist -ipset=/.openvpn.org/gfwlist -ipset=/.openwebster.com/gfwlist -ipset=/.opml.radiotime.com/gfwlist -ipset=/.opnir.com/gfwlist -ipset=/.orientaldaily.com.my/gfwlist -ipset=/.orient-doll.com/gfwlist -ipset=/.orn.jp/gfwlist -ipset=/.orzistic.org/gfwlist -ipset=/.osfoora.com/gfwlist -ipset=/.ourdearamy.com/gfwlist -ipset=/.oursogo.com/gfwlist -ipset=/.oursteps.com.au/gfwlist -ipset=/.overlapr.com/gfwlist -ipset=/.owl.li/gfwlist -ipset=/.ow.ly/gfwlist -ipset=/.oyax.com/gfwlist -ipset=/.ozchinese.com/gfwlist -ipset=/.ozyoyo.com/gfwlist -ipset=/.pabp.gov.tw/gfwlist -ipset=/.pacificpoker.com/gfwlist -ipset=/.packages.debian.org/gfwlist -ipset=/.packetix.net/gfwlist -ipset=/.page2rss.com/gfwlist -ipset=/.page.bid.yahoo.com/gfwlist -ipset=/.pagodabox.com/gfwlist -ipset=/.paint.net/gfwlist -ipset=/.palacemoon.com/gfwlist -ipset=/.pandora.com/gfwlist -ipset=/.pandora.tv/gfwlist -ipset=/.panluan.net/gfwlist -ipset=/.panoramio.com/gfwlist -ipset=/.pao-pao.net/gfwlist -ipset=/.paperb.us/gfwlist -ipset=/.paper.li/gfwlist -ipset=/.paper-replika.com/gfwlist -ipset=/.parade.com/gfwlist -ipset=/.parislemon.com/gfwlist -ipset=/.pastebin.com/gfwlist -ipset=/.pastie.org/gfwlist -ipset=/.patehr.gov.tw/gfwlist -ipset=/.pbs.org/gfwlist -ipset=/.pbwiki.com/gfwlist -ipset=/.pbworks.com/gfwlist -ipset=/.pbxes.com/gfwlist -ipset=/.pbxes.org/gfwlist -ipset=/.pcdiscuss.com/gfwlist -ipset=/.pcdvd.com.tw/gfwlist -ipset=/.pchome.com.tw/gfwlist -ipset=/.pct.org.tw/gfwlist -ipset=/.pcworld.com/gfwlist -ipset=/.pdetails.com/gfwlist -ipset=/.pdproxy.com/gfwlist -ipset=/.peacefire.org/gfwlist -ipset=/.peacehall.com/gfwlist -ipset=/.peeasian.com/gfwlist -ipset=/.peerpong.com/gfwlist -ipset=/.pekingduck.org/gfwlist -ipset=/.penchinese.com/gfwlist -ipset=/.penchinese.net/gfwlist -ipset=/.pengyulong.com/gfwlist -ipset=/.penthouse.com/gfwlist -ipset=/.peopo.org/gfwlist -ipset=/.percy.in/gfwlist -ipset=/.perfectgirls.net/gfwlist -ipset=/.perfectvpn.net/gfwlist -ipset=/.perfspot.com/gfwlist -ipset=/.perlhowto.com/gfwlist -ipset=/.pet.gov.tw/gfwlist -ipset=/.philly.com/gfwlist -ipset=/.photofocus.com/gfwlist -ipset=/.photos.dailyme.com/gfwlist -ipset=/.photo.utom.us/gfwlist -ipset=/.phuquocservices.com/gfwlist -ipset=/.picasaweb.google.com/gfwlist -ipset=/.picidae.net/gfwlist -ipset=/.picturesocial.com/gfwlist -ipset=/.pictures.playboy.com/gfwlist -ipset=/.pidown.com/gfwlist -ipset=/.pign.net/gfwlist -ipset=/.pimg.tw/gfwlist -ipset=/.pin6.com/gfwlist -ipset=/.ping.fm/gfwlist -ipset=/.pinoy-n.com/gfwlist -ipset=/.pioneer-worker.forums-free.com/gfwlist -ipset=/.piring.com/gfwlist -ipset=/.pixanalytics.com/gfwlist -ipset=/.pixelqi.com/gfwlist -ipset=/.pixfs.net/gfwlist -ipset=/.pixnet.cc/gfwlist -ipset=/.pixnet.net/gfwlist -ipset=/.pixplug.in/gfwlist -ipset=/.pk.com/gfwlist -ipset=/.placemix.com/gfwlist -ipset=/.planetsuzy.org/gfwlist -ipset=/.playboy.com/gfwlist -ipset=/.plays.com.tw/gfwlist -ipset=/.plm.org.hk/gfwlist -ipset=/.plunder.com/gfwlist -ipset=/.plurk.com/gfwlist -ipset=/.plurktop.mmdays.com/gfwlist -ipset=/.plus28.com/gfwlist -ipset=/.plusbb.com/gfwlist -ipset=/.pmates.com/gfwlist -ipset=/.po2b.com/gfwlist -ipset=/.podictionary.com/gfwlist -ipset=/.pokerstars.com/gfwlist -ipset=/.politicalchina.org/gfwlist -ipset=/.popvote.hk/gfwlist -ipset=/.popyard.com/gfwlist -ipset=/.popyard.org/gfwlist -ipset=/.porn2.com/gfwlist -ipset=/.pornbase.org/gfwlist -ipset=/.porn.com/gfwlist -ipset=/.pornhub.com/gfwlist -ipset=/.pornmm.net/gfwlist -ipset=/.pornoxo.com/gfwlist -ipset=/.pornrapidshare.com/gfwlist -ipset=/.pornstarclub.com/gfwlist -ipset=/.porntube.com/gfwlist -ipset=/.pornvisit.com/gfwlist -ipset=/.portis21.spaces.live.com/gfwlist -ipset=/.pose.com/gfwlist -ipset=/.postadult.com/gfwlist -ipset=/.post.anyu.org/gfwlist -ipset=/.posterous.com/gfwlist -ipset=/.post.ly/gfwlist -ipset=/.powerapple.com/gfwlist -ipset=/.power.com/gfwlist -ipset=/.powercx.com/gfwlist -ipset=/.prayforchina.net/gfwlist -ipset=/.premeforwindows7.com/gfwlist -ipset=/.presentationzen.com/gfwlist -ipset=/.president.gov.tw/gfwlist -ipset=/.prestige-av.com/gfwlist -ipset=/.previewshots.com/gfwlist -ipset=/.privacybox.de/gfwlist -ipset=/.privateinternetaccess.com/gfwlist -ipset=/.privatepaste.com/gfwlist -ipset=/.privatetunnel.com/gfwlist -ipset=/.procopytips.com/gfwlist -ipset=/.program-think.spaces.live.com/gfwlist -ipset=/.prosiben.de/gfwlist -ipset=/.provideocoalition.com/gfwlist -ipset=/.proxifier.com/gfwlist -ipset=/.proxomitron.info/gfwlist -ipset=/.proxy.org/gfwlist -ipset=/.proxypy.net/gfwlist -ipset=/.proxyroad.com/gfwlist -ipset=/.prozz.net/gfwlist -ipset=/.psblog.name/gfwlist -ipset=/.psiphon.ca/gfwlist -ipset=/.psiphon.civisec.org/gfwlist -ipset=/.pts.org.tw/gfwlist -ipset=/.ptt.cc/gfwlist -ipset=/.pubu.com.tw/gfwlist -ipset=/.puffinbrowser.com/gfwlist -ipset=/.puffstore.com/gfwlist -ipset=/.pullfolio.com/gfwlist -ipset=/.pulse.yahoo.com/gfwlist -ipset=/.pure18.com/gfwlist -ipset=/.pureconcepts.net/gfwlist -ipset=/.purepdf.com/gfwlist -ipset=/.purevpn.com/gfwlist -ipset=/.putlocker.com/gfwlist -ipset=/.puttycm.free.fr/gfwlist -ipset=/.pwned.com/gfwlist -ipset=/.python.com/gfwlist -ipset=/.python.com.tw/gfwlist -ipset=/.qanote.com/gfwlist -ipset=/.qidian.ca/gfwlist -ipset=/.qienkuen.org/gfwlist -ipset=/.qi-gong.me/gfwlist -ipset=/.qiwen.lu/gfwlist -ipset=/.qixianglu.cn/gfwlist -ipset=/.qkshare.com/gfwlist -ipset=/.qoos.com/gfwlist -ipset=/.qq.co.za/gfwlist -ipset=/.qstatus.com/gfwlist -ipset=/.qtrac.eu/gfwlist -ipset=/.qtweeter.com/gfwlist -ipset=/.quadedge.com/gfwlist -ipset=/.qusi8.net/gfwlist -ipset=/.qvodzy.org/gfwlist -ipset=/.qxbbs.org/gfwlist -ipset=/.radicalparty.org/gfwlist -ipset=/.radioaustralia.net.au/gfwlist -ipset=/.radiovaticana.org/gfwlist -ipset=/.radiovncr.com/gfwlist -ipset=/.raidcall.com.tw/gfwlist -ipset=/.rangzen.org/gfwlist -ipset=/.ranyunfei.com/gfwlist -ipset=/.rapbull.net/gfwlist -ipset=/.rapidshare8.com/gfwlist -ipset=/.rapidsharedata.com/gfwlist -ipset=/.rayfme.com/gfwlist -ipset=/.rcinet.ca/gfwlist -ipset=/.rconversation.blogs.com/gfwlist -ipset=/.rdio.com/gfwlist -ipset=/.read100.com/gfwlist -ipset=/.readingtimes.com.tw/gfwlist -ipset=/.readmoo.com/gfwlist -ipset=/.realraptalk.com/gfwlist -ipset=/.recordhistory.org/gfwlist -ipset=/.redchinacn.org/gfwlist -ipset=/.redtube.com/gfwlist -ipset=/.referer.us/gfwlist -ipset=/.reflectivecode.com/gfwlist -ipset=/.relaxbbs.com/gfwlist -ipset=/.renminbao.com/gfwlist -ipset=/.renyurenquan.org/gfwlist -ipset=/.retweeteffect.com/gfwlist -ipset=/.retweetist.com/gfwlist -ipset=/.retweetrank.com/gfwlist -ipset=/.revleft.com/gfwlist -ipset=/.revsci.net/gfwlist -ipset=/.revver.com/gfwlist -ipset=/.rfachina.com/gfwlist -ipset=/.rfamobile.org/gfwlist -ipset=/.rfa.org/gfwlist -ipset=/.rferl.org/gfwlist -ipset=/.rfi.fr/gfwlist -ipset=/.rhcloud.com/gfwlist -ipset=/.riku.me/gfwlist -ipset=/.rileyguide.com/gfwlist -ipset=/.rlwlw.com/gfwlist -ipset=/.rmjdw.com/gfwlist -ipset=/.rnw.nl/gfwlist -ipset=/.robtex.com/gfwlist -ipset=/.robustnessiskey.com/gfwlist -ipset=/.rocmp.org/gfwlist -ipset=/.rojo.com/gfwlist -ipset=/.ronjoneswriter.com/gfwlist -ipset=/.roodo.com/gfwlist -ipset=/.rotten.com/gfwlist -ipset=/.rsf-chinese.org/gfwlist -ipset=/.rsf.org/gfwlist -ipset=/.rssmeme.com/gfwlist -ipset=/.rthk.hk/gfwlist -ipset=/.rthk.org.hk/gfwlist -ipset=/.rti.org.tw/gfwlist -ipset=/.ruanyifeng.com/gfwlist -ipset=/.rushbee.com/gfwlist -ipset=/.rutube.ru/gfwlist -ipset=/.ruyiseek.com/gfwlist -ipset=/.rxhj.net/gfwlist -ipset=/.s1heng.com/gfwlist -ipset=/.s8forum.com/gfwlist -ipset=/.sacom.hk/gfwlist -ipset=/.sadpanda.us/gfwlist -ipset=/.saiq.me/gfwlist -ipset=/.salvation.org.hk/gfwlist -ipset=/.samair.ru/gfwlist -ipset=/.sammyjs.org/gfwlist -ipset=/.samsoff.es/gfwlist -ipset=/.sandnoble.com/gfwlist -ipset=/.sankaizok.com/gfwlist -ipset=/.sanmin.com.tw/gfwlist -ipset=/.sapikachu.net/gfwlist -ipset=/.savemedia.com/gfwlist -ipset=/.savetibet.de/gfwlist -ipset=/.savetibet.fr/gfwlist -ipset=/.savetibet.nl/gfwlist -ipset=/.savetibet.org/gfwlist -ipset=/.savetibet.ru/gfwlist -ipset=/.savevid.com/gfwlist -ipset=/.say2.info/gfwlist -ipset=/.scanscout.com/gfwlist -ipset=/.scmpchinese.com/gfwlist -ipset=/.scmp.com/gfwlist -ipset=/.scorecardresearch.com/gfwlist -ipset=/.scribd.com/gfwlist -ipset=/.scriptspot.com/gfwlist -ipset=/.seapuff.com/gfwlist -ipset=/.secretchina.com/gfwlist -ipset=/.secretgarden.no/gfwlist -ipset=/.secure.wikimedia.org/gfwlist -ipset=/.securitykiss.com/gfwlist -ipset=/.seesmic.com/gfwlist -ipset=/.seevpn.com/gfwlist -ipset=/.seezone.net/gfwlist -ipset=/.sejie.com/gfwlist -ipset=/.sendoid.com/gfwlist -ipset=/.sendspace.com/gfwlist -ipset=/.sesawe.net/gfwlist -ipset=/.sesawe.org/gfwlist -ipset=/.sethwklein.net/gfwlist -ipset=/.sevenload.com/gfwlist -ipset=/.sex-11.com/gfwlist -ipset=/.sex3.com/gfwlist -ipset=/.sex8.cc/gfwlist -ipset=/.sexandsubmission.com/gfwlist -ipset=/.sex.com/gfwlist -ipset=/.sexhuang.com/gfwlist -ipset=/.sexhu.com/gfwlist -ipset=/.sexinsex.net/gfwlist -ipset=/.sfileydy.com/gfwlist -ipset=/.shadow.ma/gfwlist -ipset=/.shadowsocks.org/gfwlist -ipset=/.shahamat-english.com/gfwlist -ipset=/.shangfang.org/gfwlist -ipset=/.shapeservices.com/gfwlist -ipset=/.sharebee.com/gfwlist -ipset=/.sharecool.org/gfwlist -ipset=/.share.ovi.com/gfwlist -ipset=/.share.skype.com/gfwlist -ipset=/.share.youthwant.com.tw/gfwlist -ipset=/.sharkdolphin.com/gfwlist -ipset=/.sharpdaily.com.hk/gfwlist -ipset=/.sharpdaily.hk/gfwlist -ipset=/.shaunthesheep.com/gfwlist -ipset=/.sheikyermami.com/gfwlist -ipset=/.shellmix.com/gfwlist -ipset=/.shenshou.org/gfwlist -ipset=/.shenyunperformingarts.org/gfwlist -ipset=/.shenzhoufilm.com/gfwlist -ipset=/.shifeike.blog125.fc2blog.net/gfwlist -ipset=/.shinychan.com/gfwlist -ipset=/.shitaotv.org/gfwlist -ipset=/.shixiao.org/gfwlist -ipset=/.shizhao.org/gfwlist -ipset=/.shkspr.mobi/gfwlist -ipset=/.shodanhq.com/gfwlist -ipset=/.shopping.com/gfwlist -ipset=/.showbiz.omy.sg/gfwlist -ipset=/.showtime.jp/gfwlist -ipset=/.shwchurch3.com/gfwlist -ipset=/.sidelinesnews.com/gfwlist -ipset=/.sidelinessportseatery.com/gfwlist -ipset=/.simplecd.me/gfwlist -ipset=/.simplecd.org/gfwlist -ipset=/.simpleproductivityblog.com/gfwlist -ipset=/.sina.com.tw/gfwlist -ipset=/.singtao.com/gfwlist -ipset=/.singularitys.spaces.live.com/gfwlist -ipset=/.sinoants.com/gfwlist -ipset=/.sinocast.com/gfwlist -ipset=/.sinocism.com/gfwlist -ipset=/.sino-monthly.com/gfwlist -ipset=/.sinomontreal.ca/gfwlist -ipset=/.sinonet.ca/gfwlist -ipset=/.sinopitt.info/gfwlist -ipset=/.sinoquebec.com/gfwlist -ipset=/.sis001.com/gfwlist -ipset=/.sis001.us/gfwlist -ipset=/.sis.xxx/gfwlist -ipset=/.site90.net/gfwlist -ipset=/.sitebro.tw/gfwlist -ipset=/.siteks.uk.to/gfwlist -ipset=/.site.locql.com/gfwlist -ipset=/.sitemaps.org/gfwlist -ipset=/.sites.google.com/gfwlist -ipset=/.sitetag.us/gfwlist -ipset=/.siyi123123123.spaces.live.com/gfwlist -ipset=/.skimtube.com/gfwlist -ipset=/.skybet.com/gfwlist -ipset=/.skyvegas.com/gfwlist -ipset=/.slacker.com/gfwlist -ipset=/.slavasoft.com/gfwlist -ipset=/.slheng.com/gfwlist -ipset=/.slickvpn.com/gfwlist -ipset=/.slideshare.net/gfwlist -ipset=/.slinkset.com/gfwlist -ipset=/.slutload.com/gfwlist -ipset=/.smhric.org/gfwlist -ipset=/.snapchat.com/gfwlist -ipset=/.snaptu.com/gfwlist -ipset=/.sndcdn.com/gfwlist -ipset=/.sneakme.net/gfwlist -ipset=/.snooper.co.uk/gfwlist -ipset=/.sobees.com/gfwlist -ipset=/.socialwhale.com/gfwlist -ipset=/.sockslist.net/gfwlist -ipset=/.sod.co.jp/gfwlist -ipset=/.softether.co.jp/gfwlist -ipset=/.softether-download.com/gfwlist -ipset=/.softether.org/gfwlist -ipset=/.softwarebychuck.com/gfwlist -ipset=/.so-ga.net/gfwlist -ipset=/.sogclub.com/gfwlist -ipset=/.sogou.com/gfwlist -ipset=/.sogrady.me/gfwlist -ipset=/.sohcradio.com/gfwlist -ipset=/.sohfrance.org/gfwlist -ipset=/.soh.tw/gfwlist -ipset=/.sokamonline.com/gfwlist -ipset=/.solozorro.tk/gfwlist -ipset=/.somee.com/gfwlist -ipset=/.so-news.com/gfwlist -ipset=/.songjianjun.com/gfwlist -ipset=/.sonidodelaesperanza.org/gfwlist -ipset=/.sopcast.com/gfwlist -ipset=/.sopcast.org/gfwlist -ipset=/.sorting-algorithms.com/gfwlist -ipset=/.soumo.info/gfwlist -ipset=/.soundcloud.com/gfwlist -ipset=/.soundofhope.kr/gfwlist -ipset=/.soundofhope.org/gfwlist -ipset=/.soupofmedia.com/gfwlist -ipset=/.sourceforge.net/gfwlist -ipset=/.southnews.com.tw/gfwlist -ipset=/.sowers.org.hk/gfwlist -ipset=/.space-scape.com/gfwlist -ipset=/.spankwire.com/gfwlist -ipset=/.spb.com/gfwlist -ipset=/.speckleapp.com/gfwlist -ipset=/.speedpluss.org/gfwlist -ipset=/.spencertipping.com/gfwlist -ipset=/.spinejs.com/gfwlist -ipset=/.sports.williamhill.com/gfwlist -ipset=/.spotify.com/gfwlist -ipset=/.sproutcore.com/gfwlist -ipset=/.squarespace.com/gfwlist -ipset=/.srcf.ucam.org/gfwlist -ipset=/.ssh91.com/gfwlist -ipset=/.sshtunnel.googlecode.com/gfwlist -ipset=/.sstatic.net/gfwlist -ipset=/.stag.gov.tw/gfwlist -ipset=/.standupfortibet.org/gfwlist -ipset=/.starp2p.com/gfwlist -ipset=/.startpage.com/gfwlist -ipset=/.statcounter.com/gfwlist -ipset=/.state168.com/gfwlist -ipset=/.static.apple.nextmedia.com/gfwlist -ipset=/.static.digg.com/gfwlist -ipset=/.staticflickr.com/gfwlist -ipset=/.static.nownews.com/gfwlist -ipset=/.static.soup.io/gfwlist -ipset=/.static.typepad.com/gfwlist -ipset=/.status.twhirl.org/gfwlist -ipset=/.stdtime.gov.tw/gfwlist -ipset=/.steel-storm.com/gfwlist -ipset=/.sthoo.com/gfwlist -ipset=/.stickam.com/gfwlist -ipset=/.stickeraction.com/gfwlist -ipset=/.stonegames.net/gfwlist -ipset=/.stoneip.info/gfwlist -ipset=/.stoptibetcrisis.net/gfwlist -ipset=/.storagenewsletter.com/gfwlist -ipset=/.stoweboyd.com/gfwlist -ipset=/.streamingthe.net/gfwlist -ipset=/.strongvpn.com/gfwlist -ipset=/.student.tw/gfwlist -ipset=/.stuffimreading.com/gfwlist -ipset=/.stuffimreading.net/gfwlist -ipset=/.stupidvideos.com/gfwlist -ipset=/.subacme.rerouted.org/gfwlist -ipset=/.sublexical.spaces.live.com/gfwlist -ipset=/.sufeng.org/gfwlist -ipset=/.sugarsync.com/gfwlist -ipset=/.summify.com/gfwlist -ipset=/.sun1911.com/gfwlist -ipset=/.suoluo.org/gfwlist -ipset=/.surfeasy.com.au/gfwlist -ipset=/.svwind.com/gfwlist -ipset=/.sweux.com/gfwlist -ipset=/.swift-tools.net/gfwlist -ipset=/.s.xiaod.in/gfwlist -ipset=/.sydneytoday.com/gfwlist -ipset=/.sylfoundation.org/gfwlist -ipset=/.syncback.com/gfwlist -ipset=/.sysadmin1138.net/gfwlist -ipset=/.sysresccd.org/gfwlist -ipset=/.sytes.net/gfwlist -ipset=/.szbbs.net/gfwlist -ipset=/.szetowah.org.hk/gfwlist -ipset=/.t35.com/gfwlist -ipset=/.t66y.com/gfwlist -ipset=/.taa-usa.org/gfwlist -ipset=/.tabtter.jp/gfwlist -ipset=/.tacem.org/gfwlist -ipset=/.tafaward.com/gfwlist -ipset=/.tagwalk.com/gfwlist -ipset=/.taipei.gov.tw/gfwlist -ipset=/.taipeisociety.org/gfwlist -ipset=/.taitung-house.gov.tw/gfwlist -ipset=/.taiwandaily.net/gfwlist -ipset=/.taiwankiss.com/gfwlist -ipset=/.taiwannation.50webs.com/gfwlist -ipset=/.taiwannation.com/gfwlist -ipset=/.taiwannation.com.tw/gfwlist -ipset=/.taiwannews.com.tw/gfwlist -ipset=/.taiwan-sex.com/gfwlist -ipset=/.taiwantt.org.tw/gfwlist -ipset=/.taiwanus.net/gfwlist -ipset=/.taiwanyes.com/gfwlist -ipset=/.taiwanyes.ning.com/gfwlist -ipset=/.tamiaode.tk/gfwlist -ipset=/.tanc.org/gfwlist -ipset=/.tangben.com/gfwlist -ipset=/.taolun.info/gfwlist -ipset=/.taoyuan.gov.tw/gfwlist -ipset=/.tap11.com/gfwlist -ipset=/.target.com/gfwlist -ipset=/.taweet.com/gfwlist -ipset=/.tax.nat.gov.tw/gfwlist -ipset=/.tbpic.info/gfwlist -ipset=/.tbsec.org/gfwlist -ipset=/.tbsn.org/gfwlist -ipset=/.tbsseattle.org/gfwlist -ipset=/.tchb.gov.tw/gfwlist -ipset=/.tchrd.org/gfwlist -ipset=/.t.co/gfwlist -ipset=/.tcsac.gov.tw/gfwlist -ipset=/.teamseesmic.com/gfwlist -ipset=/.teashark.com/gfwlist -ipset=/.techlifeweb.com/gfwlist -ipset=/.techparaiso.com/gfwlist -ipset=/.telecomspace.com/gfwlist -ipset=/.telegraph.co.uk/gfwlist -ipset=/.tenacy.com/gfwlist -ipset=/.thbstc.gov.tw/gfwlist -ipset=/.theampfactory.com/gfwlist -ipset=/.theappleblog.com/gfwlist -ipset=/.theatrum-belli.com/gfwlist -ipset=/.thebcomplex.com/gfwlist -ipset=/.theblemish.com/gfwlist -ipset=/.thebodyshop-usa.com/gfwlist -ipset=/.thechinabeat.org/gfwlist -ipset=/.thedailywh.at/gfwlist -ipset=/.thedieline.com/gfwlist -ipset=/.thedw.us/gfwlist -ipset=/.thegatesnotes.com/gfwlist -ipset=/.thehots.info/gfwlist -ipset=/.thehousenews.com/gfwlist -ipset=/.thehungrydudes.com/gfwlist -ipset=/.thehun.net/gfwlist -ipset=/.theinternetwishlist.com/gfwlist -ipset=/.thelifeyoucansave.com/gfwlist -ipset=/.thelius.org/gfwlist -ipset=/.thepiratebay.org/gfwlist -ipset=/.thepiratebay.se/gfwlist -ipset=/.theqii.info/gfwlist -ipset=/.thereallove.kr/gfwlist -ipset=/.thesartorialist.com/gfwlist -ipset=/.thespeeder.com/gfwlist -ipset=/.the-sun.on.cc/gfwlist -ipset=/.thetibetpost.com/gfwlist -ipset=/.thetrotskymovie.com/gfwlist -ipset=/.thevivekspot.com/gfwlist -ipset=/.thewgo.org/gfwlist -ipset=/.thisav.com/gfwlist -ipset=/.thisiswhyyouarefat.com/gfwlist -ipset=/.thkphoto.com/gfwlist -ipset=/.thomasbernhard.org/gfwlist -ipset=/.threatchaos.com/gfwlist -ipset=/.throughnightsfire.com/gfwlist -ipset=/.t.huhaitai.com/gfwlist -ipset=/.thumbzilla.com/gfwlist -ipset=/.thywords.com/gfwlist -ipset=/.tiananmenmother.org/gfwlist -ipset=/.tiananmenuniv.com/gfwlist -ipset=/.tiananmenuniv.net/gfwlist -ipset=/.tiandixing.org/gfwlist -ipset=/.tianhuayuan.com/gfwlist -ipset=/.tiantibooks.org/gfwlist -ipset=/.tianzhu.org/gfwlist -ipset=/.tibetalk.com/gfwlist -ipset=/.tibetanyouthcongress.org/gfwlist -ipset=/.tibet.at/gfwlist -ipset=/.tibet.com/gfwlist -ipset=/.tibetcorps.org/gfwlist -ipset=/.tibetfund.org/gfwlist -ipset=/.tibetjustice.org/gfwlist -ipset=/.tibet.net/gfwlist -ipset=/.tibetoffice.org/gfwlist -ipset=/.tibetonline.com/gfwlist -ipset=/.tibetonline.tv/gfwlist -ipset=/.tibet.org.tw/gfwlist -ipset=/.tibetsun.com/gfwlist -ipset=/.tibetwrites.org/gfwlist -ipset=/.tidyread.com/gfwlist -ipset=/.time.com/gfwlist -ipset=/.times.hinet.net/gfwlist -ipset=/.tinychat.com/gfwlist -ipset=/.tinypaste.com/gfwlist -ipset=/.tinypng.com/gfwlist -ipset=/.tistory.com/gfwlist -ipset=/.tjholowaychuk.com/gfwlist -ipset=/.tkcs-collins.com/gfwlist -ipset=/.tkforum.tk/gfwlist -ipset=/.t.kun.im/gfwlist -ipset=/.tmagazine.com/gfwlist -ipset=/.tmi.me/gfwlist -ipset=/.tnaflix.com/gfwlist -ipset=/.tncsec.gov.tw/gfwlist -ipset=/.t.neolee.cn/gfwlist -ipset=/.togetter.com/gfwlist -ipset=/.tokyo-247.com/gfwlist -ipset=/.tokyocn.com/gfwlist -ipset=/.tokyo-hot.com/gfwlist -ipset=/.tomayko.com/gfwlist -ipset=/.tomsc.com/gfwlist -ipset=/.tono-oka.jp/gfwlist -ipset=/.tonyyan.net/gfwlist -ipset=/.toodoc.com/gfwlist -ipset=/.toonel.net/gfwlist -ipset=/.topic.youthwant.com.tw/gfwlist -ipset=/.topnews.in/gfwlist -ipset=/.topshare.us/gfwlist -ipset=/.topshareware.com/gfwlist -ipset=/.topstyle4.com/gfwlist -ipset=/.topsy.com/gfwlist -ipset=/.tora.to/gfwlist -ipset=/.tor.blingblingsquad.net/gfwlist -ipset=/.torproject.org/gfwlist -ipset=/.torrentcrazy.com/gfwlist -ipset=/.torrentproject.se/gfwlist -ipset=/.tor.updatestar.com/gfwlist -ipset=/.torvpn.com/gfwlist -ipset=/.t.orzdream.com/gfwlist -ipset=/.tosh.comedycentral.com/gfwlist -ipset=/.touch99.com/gfwlist -ipset=/.toutfr.com/gfwlist -ipset=/.tpde.aide.gov.tw/gfwlist -ipset=/.tphcc.gov.tw/gfwlist -ipset=/.tpi.org.tw/gfwlist -ipset=/.transgressionism.org/gfwlist -ipset=/.transparency.org/gfwlist -ipset=/.travelinlocal.com/gfwlist -ipset=/.trendsmap.com/gfwlist -ipset=/.trialofccp.org/gfwlist -ipset=/.tripod.com/gfwlist -ipset=/.trouw.nl/gfwlist -ipset=/.trtc.com.tw/gfwlist -ipset=/.trt.net.tr/gfwlist -ipset=/.trulyergonomic.com/gfwlist -ipset=/.trustedbi.com/gfwlist -ipset=/.truth101.co.tv/gfwlist -ipset=/.truthcn.com/gfwlist -ipset=/.truveo.com/gfwlist -ipset=/.tsctv.net/gfwlist -ipset=/.tsemtulku.com/gfwlist -ipset=/.tsquare.tv/gfwlist -ipset=/.tsunagarumon.com/gfwlist -ipset=/.tt1069.com/gfwlist -ipset=/.tttan.com/gfwlist -ipset=/.tuanzt.com/gfwlist -ipset=/.tube8.com/gfwlist -ipset=/.tubecao.com/gfwlist -ipset=/.tube.com/gfwlist -ipset=/.tubewolf.com/gfwlist -ipset=/.tuidang.net/gfwlist -ipset=/.tuidang.org/gfwlist -ipset=/.tui.orzdream.com/gfwlist -ipset=/.tuite.googlecode.com/gfwlist -ipset=/.tumblr.awflasher.com/gfwlist -ipset=/.tumblweed.org/gfwlist -ipset=/.tumutanzi.com/gfwlist -ipset=/.tunein.com/gfwlist -ipset=/.tunnelbear.com/gfwlist -ipset=/.turbobit.net/gfwlist -ipset=/.turbotwitter.com/gfwlist -ipset=/.turningtorso.com/gfwlist -ipset=/.turntable.fm/gfwlist -ipset=/.tuxtraining.com/gfwlist -ipset=/.tvants.com/gfwlist -ipset=/.tvboxnow.com/gfwlist -ipset=/.tv.com/gfwlist -ipset=/.tvider.com/gfwlist -ipset=/.tv-intros.com/gfwlist -ipset=/.tv.on.cc/gfwlist -ipset=/.tvunetworks.com/gfwlist -ipset=/.twapperkeeper.com/gfwlist -ipset=/.twa.sh/gfwlist -ipset=/.twaud.io/gfwlist -ipset=/.twbbs.net.tw/gfwlist -ipset=/.twbbs.org/gfwlist -ipset=/.twbbs.tw/gfwlist -ipset=/.twblogger.com/gfwlist -ipset=/.tweepguide.com/gfwlist -ipset=/.tweeplike.me/gfwlist -ipset=/.tweepmag.com/gfwlist -ipset=/.tweepml.org/gfwlist -ipset=/.tweetbackup.com/gfwlist -ipset=/.tweetboard.com/gfwlist -ipset=/.tweetboner.biz/gfwlist -ipset=/.tweetdeck.com/gfwlist -ipset=/.tweetedtimes.com/gfwlist -ipset=/.tweetmeme.com/gfwlist -ipset=/.tweetmylast.fm/gfwlist -ipset=/.tweetphoto.com/gfwlist -ipset=/.tweetrans.com/gfwlist -ipset=/.tweetree.com/gfwlist -ipset=/.tweetwally.com/gfwlist -ipset=/.tweetymail.com/gfwlist -ipset=/.twftp.org/gfwlist -ipset=/.twibase.com/gfwlist -ipset=/.twibble.de/gfwlist -ipset=/.twibbon.com/gfwlist -ipset=/.twibs.com/gfwlist -ipset=/.twicsy.com/gfwlist -ipset=/.twifan.com/gfwlist -ipset=/.twiffo.com/gfwlist -ipset=/.twiggit.org/gfwlist -ipset=/.twilog.org/gfwlist -ipset=/.twimbow.com/gfwlist -ipset=/.twimg.com/gfwlist -ipset=/.twimg.edgesuite.net/gfwlist -ipset=/.tw.img.nextmedia.com/gfwlist -ipset=/.twindexx.com/gfwlist -ipset=/.twipple.jp/gfwlist -ipset=/.twistar.cc/gfwlist -ipset=/.twisternow.com/gfwlist -ipset=/.twistory.net/gfwlist -ipset=/.twit2d.com/gfwlist -ipset=/.twitbrowser.net/gfwlist -ipset=/.twitcause.com/gfwlist -ipset=/.twitese.spaces.live.com/gfwlist -ipset=/.twitgether.com/gfwlist -ipset=/.twitgoo.com/gfwlist -ipset=/.twitiq.com/gfwlist -ipset=/.twitlonger.com/gfwlist -ipset=/.twitoaster.com/gfwlist -ipset=/.twitonmsn.com/gfwlist -ipset=/.twitpic.com/gfwlist -ipset=/.twitreferral.com/gfwlist -ipset=/.twitstat.com/gfwlist -ipset=/.twittbot.net/gfwlist -ipset=/.twitter4j.org/gfwlist -ipset=/.twitter.com/gfwlist -ipset=/.twittercounter.com/gfwlist -ipset=/.twitterfeed.com/gfwlist -ipset=/.twittergadget.com/gfwlist -ipset=/.twitter.jp/gfwlist -ipset=/.twitterkr.com/gfwlist -ipset=/.twittermail.com/gfwlist -ipset=/.twittertim.es/gfwlist -ipset=/.twitthat.com/gfwlist -ipset=/.twitturk.com/gfwlist -ipset=/.twitturly.com/gfwlist -ipset=/.twitvid.com/gfwlist -ipset=/.twitzap.com/gfwlist -ipset=/.twiyia.com/gfwlist -ipset=/.tw.jiepang.com/gfwlist -ipset=/.tw.myblog.yahoo.com/gfwlist -ipset=/.tw.news.yahoo.com/gfwlist -ipset=/.tw-npo.org/gfwlist -ipset=/.tw.rd.yahoo.com/gfwlist -ipset=/.twreg.info/gfwlist -ipset=/.twstar.net/gfwlist -ipset=/.tw.streetvoice.com/gfwlist -ipset=/.twt.fm/gfwlist -ipset=/.twtkr.com/gfwlist -ipset=/.twtr2src.ogaoga.org/gfwlist -ipset=/.twtrland.com/gfwlist -ipset=/.twt.tl/gfwlist -ipset=/.twttr.com/gfwlist -ipset=/.twurl.nl/gfwlist -ipset=/.tw.voa.mobi/gfwlist -ipset=/.twyac.org/gfwlist -ipset=/.tw.yahoo.com/gfwlist -ipset=/.tycool.com/gfwlist -ipset=/.tynsoe.org/gfwlist -ipset=/.typepad.com/gfwlist -ipset=/.tzangms.com/gfwlist -ipset=/.ub0.cc/gfwlist -ipset=/.uberproxy.net/gfwlist -ipset=/.ucdc1998.org/gfwlist -ipset=/.uderzo.it/gfwlist -ipset=/.udn.com/gfwlist -ipset=/.ufreevpn.com/gfwlist -ipset=/.ugo.com/gfwlist -ipset=/.uhrp.org/gfwlist -ipset=/.uighurbiz.net/gfwlist -ipset=/.ukliferadio.co.uk/gfwlist -ipset=/.ulike.net/gfwlist -ipset=/.ultravpn.fr/gfwlist -ipset=/.ultraxs.com/gfwlist -ipset=/.unblock.cn.com/gfwlist -ipset=/.unblocksit.es/gfwlist -ipset=/.uncyclomedia.org/gfwlist -ipset=/.uncyclopedia.info/gfwlist -ipset=/.uncyclopedia.tw/gfwlist -ipset=/.unholyknight.com/gfwlist -ipset=/.uni.cc/gfwlist -ipset=/.unicode.org/gfwlist -ipset=/.uniteddaily.com.my/gfwlist -ipset=/.unix100.com/gfwlist -ipset=/.unknownspace.org/gfwlist -ipset=/.unpo.org/gfwlist -ipset=/.uocn.org/gfwlist -ipset=/.upcoming.yahoo.com/gfwlist -ipset=/.update.playstation.net/gfwlist -ipset=/.upload4u.info/gfwlist -ipset=/.upload.backchina.com/gfwlist -ipset=/.uploaded.to/gfwlist -ipset=/.uploadstation.com/gfwlist -ipset=/.upload.wikimedia.org/gfwlist -ipset=/.urlborg.com/gfwlist -ipset=/.urlparser.com/gfwlist -ipset=/.usacn.com/gfwlist -ipset=/.usfk.mil/gfwlist -ipset=/.usinfo.state.gov/gfwlist -ipset=/.usmc.mil/gfwlist -ipset=/.us.to/gfwlist -ipset=/.ustream.tv/gfwlist -ipset=/.usus.cc/gfwlist -ipset=/.uushare.com/gfwlist -ipset=/.uwants.com/gfwlist -ipset=/.uwants.net/gfwlist -ipset=/.uyghurcongress.org/gfwlist -ipset=/.uygur.org/gfwlist -ipset=/.v70.us/gfwlist -ipset=/.vaayoo.com/gfwlist -ipset=/.value-domain.com/gfwlist -ipset=/.van698.com/gfwlist -ipset=/.vanemu.cn/gfwlist -ipset=/.vanilla-jp.com/gfwlist -ipset=/.vansky.com/gfwlist -ipset=/.vapurl.com/gfwlist -ipset=/.vatn.org/gfwlist -ipset=/.vcfbuilder.org/gfwlist -ipset=/.vcf-online.org/gfwlist -ipset=/.veempiire.com/gfwlist -ipset=/.velkaepocha.sk/gfwlist -ipset=/.venbbs.com/gfwlist -ipset=/.venchina.com/gfwlist -ipset=/.ventureswell.com/gfwlist -ipset=/.veoh.com/gfwlist -ipset=/.verizon.net/gfwlist -ipset=/.verybs.com/gfwlist -ipset=/.vevo.com/gfwlist -ipset=/.vft.com.tw/gfwlist -ipset=/.vghks.gov.tw/gfwlist -ipset=/.vghtc.gov.tw/gfwlist -ipset=/.vghtpe.gov.tw/gfwlist -ipset=/.video.aol.ca/gfwlist -ipset=/.video.aol.com/gfwlist -ipset=/.video.aol.co.uk/gfwlist -ipset=/.video.ap.org/gfwlist -ipset=/.videobam.com/gfwlist -ipset=/.video.fdbox.com/gfwlist -ipset=/.video.foxbusiness.com/gfwlist -ipset=/.videomo.com/gfwlist -ipset=/.video.tiscali.it/gfwlist -ipset=/.video.yahoo.com/gfwlist -ipset=/.vidoemo.com/gfwlist -ipset=/.views.fm/gfwlist -ipset=/.viki.com/gfwlist -ipset=/.vimeocdn.com/gfwlist -ipset=/.vimeo.com/gfwlist -ipset=/.vimgolf.com/gfwlist -ipset=/.vimperator.org/gfwlist -ipset=/.vincnd.com/gfwlist -ipset=/.vinniev.com/gfwlist -ipset=/.vllcs.org/gfwlist -ipset=/.vlog.xuite.net/gfwlist -ipset=/.vmixcore.com/gfwlist -ipset=/.voacantonese.com/gfwlist -ipset=/.voachineseblog.com/gfwlist -ipset=/.voachinese.com/gfwlist -ipset=/.voagd.com/gfwlist -ipset=/.voanews.com/gfwlist -ipset=/.voatibetan.com/gfwlist -ipset=/.vocn.tv/gfwlist -ipset=/.vot.org/gfwlist -ipset=/.vpnbook.com/gfwlist -ipset=/.vpnfire.com/gfwlist -ipset=/.vpngate.jp/gfwlist -ipset=/.vpngate.net/gfwlist -ipset=/.vpnpop.com/gfwlist -ipset=/.vpnpronet.com/gfwlist -ipset=/.v-state.org/gfwlist -ipset=/.vtunnel.com/gfwlist -ipset=/.w3schools.com/gfwlist -ipset=/.waffle1999.com/gfwlist -ipset=/.wahas.com/gfwlist -ipset=/.waigaobu.com/gfwlist -ipset=/.waikeung.org/gfwlist -ipset=/.waiwaier.com/gfwlist -ipset=/.wallornot.org/gfwlist -ipset=/.wallpapercasa.com/gfwlist -ipset=/.wanderinghorse.net/gfwlist -ipset=/.wanfang.gov.tw/gfwlist -ipset=/.wangafu.net/gfwlist -ipset=/.wangjinbo.org/gfwlist -ipset=/.wanglixiong.com/gfwlist -ipset=/.wangruoshui.net/gfwlist -ipset=/.wangyi64.spaces.live.com/gfwlist -ipset=/.want-daily.com/gfwlist -ipset=/.wapedia.mobi/gfwlist -ipset=/.washeng.net/gfwlist -ipset=/.watchmygf.net/gfwlist -ipset=/.wattpad.com/gfwlist -ipset=/.wdf5.com/gfwlist -ipset=/.wearn.com/gfwlist -ipset=/.web2project.net/gfwlist -ipset=/.webbang.net/gfwlist -ipset=/.webfee.tk/gfwlist -ipset=/.weblagu.com/gfwlist -ipset=/.webmproject.org/gfwlist -ipset=/.webshots.com/gfwlist -ipset=/.websitepulse.com/gfwlist -ipset=/.webs-tv.net/gfwlist -ipset=/.webworkerdaily.com/gfwlist -ipset=/.weeewooo.net/gfwlist -ipset=/.weekmag.info/gfwlist -ipset=/.wefong.com/gfwlist -ipset=/.weiboleak.com/gfwlist -ipset=/.weigegebyc.dreamhosters.com/gfwlist -ipset=/.weijingsheng.org/gfwlist -ipset=/.weiming.info/gfwlist -ipset=/.weiquanwang.org/gfwlist -ipset=/.weisuo.ws/gfwlist -ipset=/.wellplacedpixels.com/gfwlist -ipset=/.wengewang.com/gfwlist -ipset=/.wengewang.org/gfwlist -ipset=/.wenhui.ch/gfwlist -ipset=/.wenku.com/gfwlist -ipset=/.wenxuecity.com/gfwlist -ipset=/.wenyunchao.com/gfwlist -ipset=/.wenyunchao.spaces.live.com/gfwlist -ipset=/.wepn.info/gfwlist -ipset=/.westca.com/gfwlist -ipset=/.westernwolves.com/gfwlist -ipset=/.wetplace.com/gfwlist -ipset=/.wetpussygames.com/gfwlist -ipset=/.wexiaobo.org/gfwlist -ipset=/.wezhiyong.org/gfwlist -ipset=/.wezone.net/gfwlist -ipset=/.wforum.com/gfwlist -ipset=/.whatblocked.com/gfwlist -ipset=/.whereiswerner.com/gfwlist -ipset=/.whippedass.com/gfwlist -ipset=/.whitebear.freebearblog.org/gfwlist -ipset=/.whydidyoubuymethat.com/gfwlist -ipset=/.whylover.com/gfwlist -ipset=/.whyx.org/gfwlist -ipset=/.w.idaiwan.com/gfwlist -ipset=/.wiki.cnitter.com/gfwlist -ipset=/.wiki.jqueryui.com/gfwlist -ipset=/.wiki.keso.cn/gfwlist -ipset=/.wikileaks.ch/gfwlist -ipset=/.wikileaks.de/gfwlist -ipset=/.wikileaks.eu/gfwlist -ipset=/.wikileaks.lu/gfwlist -ipset=/.wikileaks.org/gfwlist -ipset=/.wikileaks.pl/gfwlist -ipset=/.wikilivres.info/gfwlist -ipset=/.wikimapia.org/gfwlist -ipset=/.wikimedia.org.mo/gfwlist -ipset=/.wiki.moegirl.org/gfwlist -ipset=/.wikinet.org/gfwlist -ipset=/.wiki.oauth.net/gfwlist -ipset=/.wikipedia.org/gfwlist -ipset=/.wiki.phonegap.com/gfwlist -ipset=/.wikiwiki.jp/gfwlist -ipset=/.wikkii.com/gfwlist -ipset=/.williamlong.spaces.live.com/gfwlist -ipset=/.willw.net/gfwlist -ipset=/.windowsphoneme.com/gfwlist -ipset=/.winwhispers.info/gfwlist -ipset=/.wiredbytes.com/gfwlist -ipset=/.wiredpen.com/gfwlist -ipset=/.wireshark.org/gfwlist -ipset=/.wisevid.com/gfwlist -ipset=/.witnessleeteaching.com/gfwlist -ipset=/.witopia.net/gfwlist -ipset=/.wlx.sowiki.net/gfwlist -ipset=/.woeser.com/gfwlist -ipset=/.wolfax.com/gfwlist -ipset=/.womenbusiness.nyc.gov.tw/gfwlist -ipset=/.womensrightsofchina.org/gfwlist -ipset=/.woopie.jp/gfwlist -ipset=/.woopie.tv/gfwlist -ipset=/.wordboner.com/gfwlist -ipset=/.wordpress.com/gfwlist -ipset=/.wordsandturds.com/gfwlist -ipset=/.w.org/gfwlist -ipset=/.workatruna.com/gfwlist -ipset=/.worldcat.org/gfwlist -ipset=/.worldjournal.com/gfwlist -ipset=/.worstthingieverate.com/gfwlist -ipset=/.wo.tc/gfwlist -ipset=/.wowlegacy.ml/gfwlist -ipset=/.wow-life.net/gfwlist -ipset=/.woxinghuiguo.com/gfwlist -ipset=/.wozy.in/gfwlist -ipset=/.wp.com/gfwlist -ipset=/.wpoforum.com/gfwlist -ipset=/.wqlhw.com/gfwlist -ipset=/.wqyd.org/gfwlist -ipset=/.wrchina.org/gfwlist -ipset=/.wretch.cc/gfwlist -ipset=/.writer.zoho.com/gfwlist -ipset=/.wsj.com/gfwlist -ipset=/.wsj.net/gfwlist -ipset=/.wtfpeople.com/gfwlist -ipset=/.wuala.com/gfwlist -ipset=/.wuerkaixi.com/gfwlist -ipset=/.wufi.org.tw/gfwlist -ipset=/.wuguoguang.com/gfwlist -ipset=/.wujieliulan.com/gfwlist -ipset=/.wujie.net/gfwlist -ipset=/.wukangrui.net/gfwlist -ipset=/.wwitv.com/gfwlist -ipset=/.www.6v6dota.com/gfwlist -ipset=/.www.ajsands.com/gfwlist -ipset=/.www.antd.org/gfwlist -ipset=/.www.aolnews.com/gfwlist -ipset=/.www.bulbous.freeserve.co.uk/gfwlist -ipset=/.www.cmoinc.org/gfwlist -ipset=/.www.dfanning.com/gfwlist -ipset=/.www.dwheeler.com/gfwlist -ipset=/.www.eulam.com/gfwlist -ipset=/.www.exblog.jp/gfwlist -ipset=/.www.forum4hk.com/gfwlist -ipset=/.www.freetibet.org/gfwlist -ipset=/.www.getyouram.com/gfwlist -ipset=/.www.goldenmelody.com.tw/gfwlist -ipset=/.www.idlcoyote.com/gfwlist -ipset=/.www.immigration.gov.tw/gfwlist -ipset=/.www.klip.me/gfwlist -ipset=/.www.kodingen.com/gfwlist -ipset=/.www.linksalpha.com/gfwlist -ipset=/.www.loiclemeur.com/gfwlist -ipset=/.www.macrovpn.com/gfwlist -ipset=/.www.monlamit.org/gfwlist -ipset=/.www.moztw.org/gfwlist -ipset=/.www.mycould.com/gfwlist -ipset=/.www.ned.org/gfwlist -ipset=/.www.nownews.com/gfwlist -ipset=/.www.orchidbbs.com/gfwlist -ipset=/.www.owind.com/gfwlist -ipset=/.www.oxid.it/gfwlist -ipset=/.www.parkansky.com/gfwlist -ipset=/.www.powerpointninja.com/gfwlist -ipset=/.www.rnw.nl/gfwlist -ipset=/.www.somee.com/gfwlist -ipset=/.www.stackfile.com/gfwlist -ipset=/.www.supertweet.net/gfwlist -ipset=/.www.tiffanyarment.com/gfwlist -ipset=/.www.tripod.com/gfwlist -ipset=/.www.tv.com/gfwlist -ipset=/.www.twtrland.com/gfwlist -ipset=/.www.typepad.com/gfwlist -ipset=/.www.urbanoutfitters.com/gfwlist -ipset=/.www.vegorpedersen.com/gfwlist -ipset=/.www.voy.com/gfwlist -ipset=/.www.vpncup.com/gfwlist -ipset=/.www.wangruowang.org/gfwlist -ipset=/.www.wan-press.org/gfwlist -ipset=/.www.wet123.com/gfwlist -ipset=/.www.zaurus.org.uk/gfwlist -ipset=/.wzyboy.im/gfwlist -ipset=/.x1949x.com/gfwlist -ipset=/.x365x.com/gfwlist -ipset=/.xanga.com/gfwlist -ipset=/.x-art.com/gfwlist -ipset=/.xa.yimg.com/gfwlist -ipset=/.xbabe.com/gfwlist -ipset=/.xbookcn.com/gfwlist -ipset=/.xcafe.in/gfwlist -ipset=/.xcritic.com/gfwlist -ipset=/.xfm.pp.ru/gfwlist -ipset=/.xgmyd.com/gfwlist -ipset=/.xh4n.cn/gfwlist -ipset=/.xhamster.com/gfwlist -ipset=/.xiaochuncnjp.com/gfwlist -ipset=/.xiaohexie.com/gfwlist -ipset=/.xiaoma.org/gfwlist -ipset=/.xiezhua.com/gfwlist -ipset=/.xing.com/gfwlist -ipset=/.xinhuanet.org/gfwlist -ipset=/.xinmiao.com.hk/gfwlist -ipset=/.xinqimeng.over-blog.com/gfwlist -ipset=/.xinsheng.net/gfwlist -ipset=/.xinshijue.com/gfwlist -ipset=/.xinyubbs.net/gfwlist -ipset=/.xizang-zhiye.org/gfwlist -ipset=/.xjp.cc/gfwlist -ipset=/.xml-training-guide.com/gfwlist -ipset=/.xmovies.com/gfwlist -ipset=/.xmusic.fm/gfwlist -ipset=/.xnxx.com/gfwlist -ipset=/.xpdo.net/gfwlist -ipset=/.xpud.org/gfwlist -ipset=/.xskywalker.com/gfwlist -ipset=/.xtube.com/gfwlist -ipset=/.xuchao.net/gfwlist -ipset=/.xuchao.org/gfwlist -ipset=/.xuzhiyong.net/gfwlist -ipset=/.xuzhuoer.com/gfwlist -ipset=/.xvedios.com/gfwlist -ipset=/.xvideos.com/gfwlist -ipset=/.x-wall.org/gfwlist -ipset=/.xxbbx.com/gfwlist -ipset=/.x.xcity.jp/gfwlist -ipset=/.xxxx.com.au/gfwlist -ipset=/.xysblogs.org/gfwlist -ipset=/.xys.dxiong.com/gfwlist -ipset=/.xys.org/gfwlist -ipset=/.xyy69.com/gfwlist -ipset=/.xyy69.info/gfwlist -ipset=/.yahoo.cn/gfwlist -ipset=/.yahoo.com.hk/gfwlist -ipset=/.yam.com/gfwlist -ipset=/.yanghengjun.spaces.live.com/gfwlist -ipset=/.yasni.co.uk/gfwlist -ipset=/.yasukuni.or.jp/gfwlist -ipset=/.yatsen.gov.tw/gfwlist -ipset=/.ydy.com/gfwlist -ipset=/.yeelou.com/gfwlist -ipset=/.yeeyi.com/gfwlist -ipset=/.yegle.net/gfwlist -ipset=/.yezimary.spaces.live.com/gfwlist -ipset=/.yfrog.com/gfwlist -ipset=/.yhcw.net/gfwlist -ipset=/.yidio.com/gfwlist -ipset=/.yilubbs.com/gfwlist -ipset=/.yi.org/gfwlist -ipset=/.yipub.com/gfwlist -ipset=/.ym.backchina.com/gfwlist -ipset=/.yogichen.org/gfwlist -ipset=/.yong.hu/gfwlist -ipset=/.yorkbbs.ca/gfwlist -ipset=/.youdao.com/gfwlist -ipset=/.youjizz.com/gfwlist -ipset=/.youmaker.com/gfwlist -ipset=/.youpai.org/gfwlist -ipset=/.youporn.com/gfwlist -ipset=/.your-freedom.net/gfwlist -ipset=/.yousendit.com/gfwlist -ipset=/.youthbao.com/gfwlist -ipset=/.youthnetradio.org/gfwlist -ipset=/.youtu.be/gfwlist -ipset=/.youtubecn.com/gfwlist -ipset=/.youtube.com/gfwlist -ipset=/.youtube-nocookie.com/gfwlist -ipset=/.youversion.com/gfwlist -ipset=/.youxu.info/gfwlist -ipset=/.ytht.net/gfwlist -ipset=/.ytimg.com/gfwlist -ipset=/.yuanming.net/gfwlist -ipset=/.yuming.flnet.org/gfwlist -ipset=/.yunchao.net/gfwlist -ipset=/.yvesgeleyn.com/gfwlist -ipset=/.yvtc.gov.tw/gfwlist -ipset=/.yx51.net/gfwlist -ipset=/.yyii.org/gfwlist -ipset=/.yymaya.com/gfwlist -ipset=/.yzzk.com/gfwlist -ipset=/.zacebook.com/gfwlist -ipset=/.zannel.com/gfwlist -ipset=/.zaobao.com/gfwlist -ipset=/.zaobao.com.sg/gfwlist -ipset=/.zaozon.com/gfwlist -ipset=/.zarias.com/gfwlist -ipset=/.zattoo.com/gfwlist -ipset=/.zdnet.com.tw/gfwlist -ipset=/.zengjinyan.org/gfwlist -ipset=/.zengjinyan.spaces.live.com/gfwlist -ipset=/.zeutch.com/gfwlist -ipset=/.zgzcjj.net/gfwlist -ipset=/.zhanbin.net/gfwlist -ipset=/.zhao.jinhai.de/gfwlist -ipset=/.zhenghui.org/gfwlist -ipset=/.zhenlibu.info/gfwlist -ipset=/.zhinengluyou.com/gfwlist -ipset=/.zhllg.spaces.live.com/gfwlist -ipset=/.zh.m.wikipedia.org/gfwlist -ipset=/.zh.netlog.com/gfwlist -ipset=/.zhonggtuotese.net/gfwlist -ipset=/.zhongguotese.net/gfwlist -ipset=/.zhongmeng.org/gfwlist -ipset=/.zhongsou.com/gfwlist -ipset=/.zh.pokerstrategy.com/gfwlist -ipset=/.zhreader.com/gfwlist -ipset=/.zh-tw.justin.tv/gfwlist -ipset=/.zhuichaguoji.org/gfwlist -ipset=/.zh.uncyclopedia.wikia.com/gfwlist -ipset=/.zh.wikinews.org/gfwlist -ipset=/.zh.wikipedia.org/gfwlist -ipset=/.zh.wikisource.org/gfwlist -ipset=/.ziddu.com/gfwlist -ipset=/.zillionk.com/gfwlist -ipset=/.zinio.com/gfwlist -ipset=/.ziplib.com/gfwlist -ipset=/.zkaip.com/gfwlist -ipset=/.zmw.cn/gfwlist -ipset=/.zomobo.net/gfwlist -ipset=/.zonaeuropa.com/gfwlist -ipset=/.zootool.com/gfwlist -ipset=/.zoozle.net/gfwlist -ipset=/.zozotown.com/gfwlist -ipset=/.zshare.net/gfwlist -ipset=/.zsrhao.com/gfwlist -ipset=/.zuo.la/gfwlist -ipset=/.zuola.com/gfwlist -ipset=/.zvereff.com/gfwlist -ipset=/.zyzc9.com/gfwlist -ipset=/.zyzg.us/gfwlist -server=/.h12.io/127.0.0.1#5335 -server=/.starlark.net/127.0.0.1#5335 -server=/.golang.org/127.0.0.1#5335 -server=/.honnef.co/127.0.0.1#5335 -server=/.0rz.tw/127.0.0.1#5335 -server=/.0to255.com/127.0.0.1#5335 -server=/.10musume.com/127.0.0.1#5335 -server=/.123rf.com/127.0.0.1#5335 -server=/.12bet.com/127.0.0.1#5335 -server=/.12vpn.com/127.0.0.1#5335 -server=/.141hongkong.com/127.0.0.1#5335 -server=/.173ng.com/127.0.0.1#5335 -server=/.1984bbs.com/127.0.0.1#5335 -server=/.1984bbs.org/127.0.0.1#5335 -server=/.1-apple.com.tw/127.0.0.1#5335 -server=/.1bao.org/127.0.0.1#5335 -server=/.1eew.com/127.0.0.1#5335 -server=/.1pondo.tv/127.0.0.1#5335 -server=/.2000fun.com/127.0.0.1#5335 -server=/.2008xianzhang.info/127.0.0.1#5335 -server=/.21andy.com/127.0.0.1#5335 -server=/.247realmedia.com/127.0.0.1#5335 -server=/.24smile.org/127.0.0.1#5335 -server=/.2-hand.info/127.0.0.1#5335 -server=/.2mdn.net/127.0.0.1#5335 -server=/.2shared.com/127.0.0.1#5335 -server=/.301works.org/127.0.0.1#5335 -server=/.315lz.com/127.0.0.1#5335 -server=/.32red.com/127.0.0.1#5335 -server=/.365singles.com.ar/127.0.0.1#5335 -server=/.36rain.com/127.0.0.1#5335 -server=/.4bluestones.biz/127.0.0.1#5335 -server=/.4chan.org/127.0.0.1#5335 -server=/.4pppc.gov.tw/127.0.0.1#5335 -server=/.4shared.com/127.0.0.1#5335 -server=/.4sq.com/127.0.0.1#5335 -server=/.51.ca/127.0.0.1#5335 -server=/.5i01.com/127.0.0.1#5335 -server=/.5maodang.com/127.0.0.1#5335 -server=/.64tianwang.com/127.0.0.1#5335 -server=/.64wiki.com/127.0.0.1#5335 -server=/.666kb.com/127.0.0.1#5335 -server=/.6park.com/127.0.0.1#5335 -server=/.7capture.com/127.0.0.1#5335 -server=/.881903.com/127.0.0.1#5335 -server=/.888.com/127.0.0.1#5335 -server=/.89-64.org/127.0.0.1#5335 -server=/.9001700.com/127.0.0.1#5335 -server=/.91porn.com/127.0.0.1#5335 -server=/.921.gov.tw/127.0.0.1#5335 -server=/.92ccav.com/127.0.0.1#5335 -server=/.9bis.com/127.0.0.1#5335 -server=/.9bis.net/127.0.0.1#5335 -server=/.9city.me/127.0.0.1#5335 -server=/.a5.com.ru/127.0.0.1#5335 -server=/.abc.pp.ru/127.0.0.1#5335 -server=/.abitno.linpie.com/127.0.0.1#5335 -server=/.ablwang.com/127.0.0.1#5335 -server=/.aboluowang.com/127.0.0.1#5335 -server=/.aboutgfw.com/127.0.0.1#5335 -server=/.acgkj.com/127.0.0.1#5335 -server=/.ac.jiruan.net/127.0.0.1#5335 -server=/.ac.playstation.net/127.0.0.1#5335 -server=/.actimes.com.au/127.0.0.1#5335 -server=/.aculo.us/127.0.0.1#5335 -server=/.ad1.nownews.com/127.0.0.1#5335 -server=/.addictedtocoffee.de/127.0.0.1#5335 -server=/.ads.backchina.com/127.0.0.1#5335 -server=/.adultfriendfinder.com/127.0.0.1#5335 -server=/.adultkeep.net/127.0.0.1#5335 -server=/.advanscene.com/127.0.0.1#5335 -server=/.advertfan.com/127.0.0.1#5335 -server=/.aec.gov.tw/127.0.0.1#5335 -server=/.aenhancers.com/127.0.0.1#5335 -server=/.af.mil/127.0.0.1#5335 -server=/.aftygh.gov.tw/127.0.0.1#5335 -server=/.aide.gov.tw/127.0.0.1#5335 -server=/.aiph.net/127.0.0.1#5335 -server=/.aisex.com/127.0.0.1#5335 -server=/.ait.org.tw/127.0.0.1#5335 -server=/.aiweiweiblog.com/127.0.0.1#5335 -server=/.aiweiwei.com/127.0.0.1#5335 -server=/.ajaxplorer.info/127.0.0.1#5335 -server=/.akamaihd.net/127.0.0.1#5335 -server=/.akiba-online.com/127.0.0.1#5335 -server=/.alabout.com/127.0.0.1#5335 -server=/.alasbarricadas.org/127.0.0.1#5335 -server=/.alexlur.org/127.0.0.1#5335 -server=/.aliengu.com/127.0.0.1#5335 -server=/.alkasir.com/127.0.0.1#5335 -server=/.allaboutalpha.com/127.0.0.1#5335 -server=/.allgirlsallowed.org/127.0.0.1#5335 -server=/.alliance.org.hk/127.0.0.1#5335 -server=/.allinfa.com/127.0.0.1#5335 -server=/.allinfo.com/127.0.0.1#5335 -server=/.allmovie.com/127.0.0.1#5335 -server=/.allonlinux.free.fr/127.0.0.1#5335 -server=/.all-that-is-interesting.com/127.0.0.1#5335 -server=/.al-qimmah.net/127.0.0.1#5335 -server=/.alternate-tools.com/127.0.0.1#5335 -server=/.altrec.com/127.0.0.1#5335 -server=/.alvinalexander.com/127.0.0.1#5335 -server=/.alwaysdata.com/127.0.0.1#5335 -server=/.alwaysdata.net/127.0.0.1#5335 -server=/.am730.com.hk/127.0.0.1#5335 -server=/.amazonaws.com/127.0.0.1#5335 -server=/.ameblo.jp/127.0.0.1#5335 -server=/.americangreencard.com/127.0.0.1#5335 -server=/.amiblockedornot.com/127.0.0.1#5335 -server=/.amnesty.org/127.0.0.1#5335 -server=/.amnestyusa.org/127.0.0.1#5335 -server=/.amoiist.com/127.0.0.1#5335 -server=/.amzs.me/127.0.0.1#5335 -server=/.analyze-v.com/127.0.0.1#5335 -server=/.anchorfree.com/127.0.0.1#5335 -server=/.andfaraway.net/127.0.0.1#5335 -server=/.android.com/127.0.0.1#5335 -server=/.angularjs.org/127.0.0.1#5335 -server=/.animecrazy.net/127.0.0.1#5335 -server=/.anobii.com/127.0.0.1#5335 -server=/.anontext.com/127.0.0.1#5335 -server=/.anonymizer.com/127.0.0.1#5335 -server=/.a-normal-day.com/127.0.0.1#5335 -server=/.answering-islam.org/127.0.0.1#5335 -server=/.anthonycalzadilla.com/127.0.0.1#5335 -server=/.anti.anti.cnn.googlepages.com/127.0.0.1#5335 -server=/.antidrm.hpg.ig.com.br/127.0.0.1#5335 -server=/.antiwave.net/127.0.0.1#5335 -server=/.aobo.com.au/127.0.0.1#5335 -server=/.aolchannels.aol.com/127.0.0.1#5335 -server=/.aomiwang.com/127.0.0.1#5335 -server=/.apetube.com/127.0.0.1#5335 -server=/.apiary.io/127.0.0.1#5335 -server=/.apidocs.linksalpha.com/127.0.0.1#5335 -server=/.apigee.com/127.0.0.1#5335 -server=/.api.linksalpha.com/127.0.0.1#5335 -server=/.api.proxlet.com/127.0.0.1#5335 -server=/.api.supertweet.net/127.0.0.1#5335 -server=/.app.heywire.com/127.0.0.1#5335 -server=/.app.hkatvnews.com/127.0.0.1#5335 -server=/.appledaily.com/127.0.0.1#5335 -server=/.appledaily.com.tw/127.0.0.1#5335 -server=/.apps.hloli.net/127.0.0.1#5335 -server=/.appspot.com/127.0.0.1#5335 -server=/.archive.is/127.0.0.1#5335 -server=/.archive.org/127.0.0.1#5335 -server=/.arctosia.com/127.0.0.1#5335 -server=/.areca-backup.org/127.0.0.1#5335 -server=/.army.mil/127.0.0.1#5335 -server=/.arte.gov.tw/127.0.0.1#5335 -server=/.art-or-porn.com/127.0.0.1#5335 -server=/.artsy.net/127.0.0.1#5335 -server=/.asahichinese.com/127.0.0.1#5335 -server=/.asdfg.jp/127.0.0.1#5335 -server=/.asiafriendfinder.com/127.0.0.1#5335 -server=/.asiaharvest.org/127.0.0.1#5335 -server=/.asianews.it/127.0.0.1#5335 -server=/.asianwomensfilm.de/127.0.0.1#5335 -server=/.askstudent.com/127.0.0.1#5335 -server=/.askynz.net/127.0.0.1#5335 -server=/.assembla.com/127.0.0.1#5335 -server=/.astonmartinnews.com/127.0.0.1#5335 -server=/.atchinese.com/127.0.0.1#5335 -server=/.atc.org.au/127.0.0.1#5335 -server=/.atgfw.org/127.0.0.1#5335 -server=/.atj.org.tw/127.0.0.1#5335 -server=/.atlaspost.com/127.0.0.1#5335 -server=/.atnext.com/127.0.0.1#5335 -server=/.autoproxy.org/127.0.0.1#5335 -server=/.avaaz.org/127.0.0.1#5335 -server=/.avdb.in/127.0.0.1#5335 -server=/.avidemux.org/127.0.0.1#5335 -server=/.avoision.com/127.0.0.1#5335 -server=/.awardwinningfjords.com/127.0.0.1#5335 -server=/.axureformac.com/127.0.0.1#5335 -server=/.babynet.com.hk/127.0.0.1#5335 -server=/.backchina.com/127.0.0.1#5335 -server=/.backpackers.com.tw/127.0.0.1#5335 -server=/.badassjs.com/127.0.0.1#5335 -server=/.badoo.com/127.0.0.1#5335 -server=/.baidu.jp/127.0.0.1#5335 -server=/.baixing.me/127.0.0.1#5335 -server=/.bannedbook.org/127.0.0.1#5335 -server=/.barnabu.co.uk/127.0.0.1#5335 -server=/.basetimesheightdividedby2.com/127.0.0.1#5335 -server=/.bayvoice.net/127.0.0.1#5335 -server=/.bbcchinese.com/127.0.0.1#5335 -server=/.bbc.com/127.0.0.1#5335 -server=/.bbc.co.uk/127.0.0.1#5335 -server=/.bbci.co.uk/127.0.0.1#5335 -server=/.bbcimg.co.uk/127.0.0.1#5335 -server=/.bbc.in/127.0.0.1#5335 -server=/.bbg.gov/127.0.0.1#5335 -server=/.bbs2.newsgroup.la/127.0.0.1#5335 -server=/.bbs.ecstart.com/127.0.0.1#5335 -server=/.bbsfeed.com/127.0.0.1#5335 -server=/.bbs.kimy.com.tw/127.0.0.1#5335 -server=/.bbsland.com/127.0.0.1#5335 -server=/.bbs.morbell.com/127.0.0.1#5335 -server=/.bbs.mychat.to/127.0.0.1#5335 -server=/.bbs.newsgroup.la/127.0.0.1#5335 -server=/.bbs.ozchinese.com/127.0.0.1#5335 -server=/.bbs.qmzdd.com/127.0.0.1#5335 -server=/.bbs.sina.com/127.0.0.1#5335 -server=/.bbs.skykiwi.com/127.0.0.1#5335 -server=/.bbs.tuitui.info/127.0.0.1#5335 -server=/.bb.ttv.com.tw/127.0.0.1#5335 -server=/.bcc.com.tw/127.0.0.1#5335 -server=/.bcchinese.net/127.0.0.1#5335 -server=/.bdhr.gov.tw/127.0.0.1#5335 -server=/.bd.zhe.la/127.0.0.1#5335 -server=/.bebo.com/127.0.0.1#5335 -server=/.beeg.com/127.0.0.1#5335 -server=/.beijing1989.com/127.0.0.1#5335 -server=/.beijingspring.com/127.0.0.1#5335 -server=/.benjaminste.in/127.0.0.1#5335 -server=/.berlintwitterwall.com/127.0.0.1#5335 -server=/.bestforchina.org/127.0.0.1#5335 -server=/.bestvpnservice.com/127.0.0.1#5335 -server=/.bet365.com/127.0.0.1#5335 -server=/.beta.iset.com.tw/127.0.0.1#5335 -server=/.beta.usejump.com/127.0.0.1#5335 -server=/.betfair.com/127.0.0.1#5335 -server=/.bettween.com/127.0.0.1#5335 -server=/.betvictor.com/127.0.0.1#5335 -server=/.bewww.net/127.0.0.1#5335 -server=/.beyondfirewall.com/127.0.0.1#5335 -server=/.bfnn.org/127.0.0.1#5335 -server=/.biantailajiao.com/127.0.0.1#5335 -server=/.biantailajiao.in/127.0.0.1#5335 -server=/.bigfools.com/127.0.0.1#5335 -server=/.bignews.org/127.0.0.1#5335 -server=/.bigsound.org/127.0.0.1#5335 -server=/.bill2-software.com/127.0.0.1#5335 -server=/.billywr.com/127.0.0.1#5335 -server=/.bill.zhong.pp.ru/127.0.0.1#5335 -server=/.bipic.net/127.0.0.1#5335 -server=/.bitcointalk.org/127.0.0.1#5335 -server=/.bit.ly/127.0.0.1#5335 -server=/.bitly.com/127.0.0.1#5335 -server=/.bitshare.com/127.0.0.1#5335 -server=/.bjzc.org/127.0.0.1#5335 -server=/.blinkx.com/127.0.0.1#5335 -server=/.blinw.com/127.0.0.1#5335 -server=/.blip.tv/127.0.0.1#5335 -server=/.blockcn.com/127.0.0.1#5335 -server=/.blog.birdhouseapp.com/127.0.0.1#5335 -server=/.blog.bitly.com/127.0.0.1#5335 -server=/.blogblog.com/127.0.0.1#5335 -server=/.blog.boxcar.io/127.0.0.1#5335 -server=/.blogcatalog.com/127.0.0.1#5335 -server=/.blog.davidziegler.net/127.0.0.1#5335 -server=/.blog.dayoneapp.com/127.0.0.1#5335 -server=/.blog.de/127.0.0.1#5335 -server=/.blog.dribbble.com/127.0.0.1#5335 -server=/.blog.exblog.co.jp/127.0.0.1#5335 -server=/.blog.expofutures.com/127.0.0.1#5335 -server=/.blog.fizzik.com/127.0.0.1#5335 -server=/.blog.foolsmountain.com/127.0.0.1#5335 -server=/.blogger.com/127.0.0.1#5335 -server=/.blog.gowalla.com/127.0.0.1#5335 -server=/.blog.hotpotato.com/127.0.0.1#5335 -server=/.blog.ifttt.com/127.0.0.1#5335 -server=/.blogimg.jp/127.0.0.1#5335 -server=/.blog.instagram.com/127.0.0.1#5335 -server=/.blog.instapaper.com/127.0.0.1#5335 -server=/.blog.iphone-dev.org/127.0.0.1#5335 -server=/.blog.istef.info/127.0.0.1#5335 -server=/.blog.jackjia.com/127.0.0.1#5335 -server=/.blog.joeyrobert.org/127.0.0.1#5335 -server=/.blog.kangye.org/127.0.0.1#5335 -server=/.blog.kickstarter.com/127.0.0.1#5335 -server=/.blog.kl.am/127.0.0.1#5335 -server=/.blog.klip.me/127.0.0.1#5335 -server=/.blog.lester850.info/127.0.0.1#5335 -server=/.blog.lightbox.com/127.0.0.1#5335 -server=/.bloglines.com/127.0.0.1#5335 -server=/.bloglovin.com/127.0.0.1#5335 -server=/.blog.mongodb.org/127.0.0.1#5335 -server=/.blog.openinkpot.org/127.0.0.1#5335 -server=/.blog.palm.com/127.0.0.1#5335 -server=/.blog.path.com/127.0.0.1#5335 -server=/.blog.pathtosharepoint.com/127.0.0.1#5335 -server=/.blog.pchome.com.tw/127.0.0.1#5335 -server=/.blog.pentalogic.net/127.0.0.1#5335 -server=/.blog.pikchur.com/127.0.0.1#5335 -server=/.blog.pilotmoon.com/127.0.0.1#5335 -server=/.blog.redren.com/127.0.0.1#5335 -server=/.blog.rockmelt.com/127.0.0.1#5335 -server=/.blog.romanandreg.com/127.0.0.1#5335 -server=/.blog.s135.com/127.0.0.1#5335 -server=/.blogs.icerocket.com/127.0.0.1#5335 -server=/.blog.sina.com.tw/127.0.0.1#5335 -server=/.blog.sogoo.org/127.0.0.1#5335 -server=/.blog.sparrowmailapp.com/127.0.0.1#5335 -server=/.blogspot.com/127.0.0.1#5335 -server=/.blogspot.co.uk/127.0.0.1#5335 -server=/.blogspot.de/127.0.0.1#5335 -server=/.blogspot.fr/127.0.0.1#5335 -server=/.blogspot.in/127.0.0.1#5335 -server=/.blogspot.jp/127.0.0.1#5335 -server=/.blogs.tampabay.com/127.0.0.1#5335 -server=/.blog.summify.com/127.0.0.1#5335 -server=/.blogs.yahoo.co.jp/127.0.0.1#5335 -server=/.blog.syx86.cn/127.0.0.1#5335 -server=/.blog.syx86.com/127.0.0.1#5335 -server=/.blog.taragana.com/127.0.0.1#5335 -server=/.blogtd.net/127.0.0.1#5335 -server=/.blogtd.org/127.0.0.1#5335 -server=/.blog.tiney.com/127.0.0.1#5335 -server=/.blog.topify.com/127.0.0.1#5335 -server=/.blog.usa.gov/127.0.0.1#5335 -server=/.blog.xuite.net/127.0.0.1#5335 -server=/.blog.youthwant.com.tw/127.0.0.1#5335 -server=/.blog.youxu.info/127.0.0.1#5335 -server=/.bloodshed.net/127.0.0.1#5335 -server=/.bloomberg.cn/127.0.0.1#5335 -server=/.bloomberg.com/127.0.0.1#5335 -server=/.bloomberg.de/127.0.0.1#5335 -server=/.bloomfortune.com/127.0.0.1#5335 -server=/.bmediaasia.com/127.0.0.1#5335 -server=/.bnrmetal.com/127.0.0.1#5335 -server=/.boardreader.com/127.0.0.1#5335 -server=/.bobulate.com/127.0.0.1#5335 -server=/.bolin.netfirms.com/127.0.0.1#5335 -server=/.bonbonme.com/127.0.0.1#5335 -server=/.bonjourlesgeeks.com/127.0.0.1#5335 -server=/.boobstagram.com/127.0.0.1#5335 -server=/.books.com.tw/127.0.0.1#5335 -server=/.bookshelfporn.com/127.0.0.1#5335 -server=/.botanwang.com/127.0.0.1#5335 -server=/.bot.nu/127.0.0.1#5335 -server=/.bowenpress.com/127.0.0.1#5335 -server=/.boxunblog.com/127.0.0.1#5335 -server=/.boxunclub.com/127.0.0.1#5335 -server=/.boxun.com/127.0.0.1#5335 -server=/.boxun.tv/127.0.0.1#5335 -server=/.bralio.com/127.0.0.1#5335 -server=/.branch.com/127.0.0.1#5335 -server=/.brandonhutchinson.com/127.0.0.1#5335 -server=/.braumeister.org/127.0.0.1#5335 -server=/.break.com/127.0.0.1#5335 -server=/.breakingtweets.com/127.0.0.1#5335 -server=/.briefdream.com/127.0.0.1#5335 -server=/.brightcove.com/127.0.0.1#5335 -server=/.brightkite.com/127.0.0.1#5335 -server=/.brizzly.com/127.0.0.1#5335 -server=/.broadbook.com/127.0.0.1#5335 -server=/.br.st/127.0.0.1#5335 -server=/.brucewang.net/127.0.0.1#5335 -server=/.bt95.com/127.0.0.1#5335 -server=/.btdigg.org/127.0.0.1#5335 -server=/.btrd.net/127.0.0.1#5335 -server=/.budaedu.org/127.0.0.1#5335 -server=/.bugclub.org/127.0.0.1#5335 -server=/.builtwithbootstrap.com/127.0.0.1#5335 -server=/.bullogger.com/127.0.0.1#5335 -server=/.bullog.org/127.0.0.1#5335 -server=/.businesstimes.com.cn/127.0.0.1#5335 -server=/.businessweek.com/127.0.0.1#5335 -server=/.buugaa.com/127.0.0.1#5335 -server=/.buy.yahoo.com.tw/127.0.0.1#5335 -server=/.buzzurl.jp/127.0.0.1#5335 -server=/.bwbx.io/127.0.0.1#5335 -server=/.bwsj.hk/127.0.0.1#5335 -server=/.bx.tl/127.0.0.1#5335 -server=/.c1522.mooo.com/127.0.0.1#5335 -server=/.cacnw.com/127.0.0.1#5335 -server=/.cactusvpn.com/127.0.0.1#5335 -server=/.cafepress.com/127.0.0.1#5335 -server=/.cahr.org.tw/127.0.0.1#5335 -server=/.calameo.com/127.0.0.1#5335 -server=/.calebelston.com/127.0.0.1#5335 -server=/.cams.com/127.0.0.1#5335 -server=/.cams.org.sg/127.0.0.1#5335 -server=/.canadameet.com/127.0.0.1#5335 -server=/.canyu.org/127.0.0.1#5335 -server=/.caobian.info/127.0.0.1#5335 -server=/.caochangqing.com/127.0.0.1#5335 -server=/.cao.im/127.0.0.1#5335 -server=/.cari.com.my/127.0.0.1#5335 -server=/.catch22.net/127.0.0.1#5335 -server=/.catfightpayperview.xxx/127.0.0.1#5335 -server=/.catholic.org.hk/127.0.0.1#5335 -server=/.catholic.org.tw/127.0.0.1#5335 -server=/.cbs.ntu.edu.tw/127.0.0.1#5335 -server=/.cc9007.spaces.live.com/127.0.0.1#5335 -server=/.ccavtop10.com/127.0.0.1#5335 -server=/.ccdtr.org/127.0.0.1#5335 -server=/.ccim.org/127.0.0.1#5335 -server=/.cclife.org/127.0.0.1#5335 -server=/.ccthere.com/127.0.0.1#5335 -server=/.cctongbao.com/127.0.0.1#5335 -server=/.ccue.ca/127.0.0.1#5335 -server=/.ccue.com/127.0.0.1#5335 -server=/.cdig.info/127.0.0.1#5335 -server=/.cdjp.org/127.0.0.1#5335 -server=/.cdnews.com.tw/127.0.0.1#5335 -server=/.cdn.printfriendly.com/127.0.0.1#5335 -server=/.cdp1998.org/127.0.0.1#5335 -server=/.cdp2006.org/127.0.0.1#5335 -server=/.cdp.sinica.edu.tw/127.0.0.1#5335 -server=/.cdpusa.org/127.0.0.1#5335 -server=/.cdpweb.org/127.0.0.1#5335 -server=/.cdpwu.org/127.0.0.1#5335 -server=/.cdw.com/127.0.0.1#5335 -server=/.cecc.gov/127.0.0.1#5335 -server=/.cellulo.info/127.0.0.1#5335 -server=/.cenci.tk/127.0.0.1#5335 -server=/.cenews.eu/127.0.0.1#5335 -server=/.centralnation.com/127.0.0.1#5335 -server=/.centurys.net/127.0.0.1#5335 -server=/.c-est-simple.com/127.0.0.1#5335 -server=/.cfhks.org.hk/127.0.0.1#5335 -server=/.cftfc.com/127.0.0.1#5335 -server=/.cgdepot.org/127.0.0.1#5335 -server=/.chandoo.org/127.0.0.1#5335 -server=/.change.org/127.0.0.1#5335 -server=/.changp.com/127.0.0.1#5335 -server=/.chaos.e-spacy.com/127.0.0.1#5335 -server=/.chapm25.com/127.0.0.1#5335 -server=/.chartbeat.net/127.0.0.1#5335 -server=/.chaturbate.com/127.0.0.1#5335 -server=/.chccc.gov.tw/127.0.0.1#5335 -server=/.chengmingmag.com/127.0.0.1#5335 -server=/.chenguangcheng.com/127.0.0.1#5335 -server=/.chenpokong.com/127.0.0.1#5335 -server=/.chenyehao.spaces.live.com/127.0.0.1#5335 -server=/.cherrysave.com/127.0.0.1#5335 -server=/.chevronwp7.com/127.0.0.1#5335 -server=/.chicagoncmtv.com/127.0.0.1#5335 -server=/.china101.com/127.0.0.1#5335 -server=/.china21.com/127.0.0.1#5335 -server=/.china21.org/127.0.0.1#5335 -server=/.china5000.us/127.0.0.1#5335 -server=/.chinaaffairs.org/127.0.0.1#5335 -server=/.chinaaid.me/127.0.0.1#5335 -server=/.chinaaid.net/127.0.0.1#5335 -server=/.chinaaid.org/127.0.0.1#5335 -server=/.chinaaid.us/127.0.0.1#5335 -server=/.chinachange.org/127.0.0.1#5335 -server=/.chinachannel.hk/127.0.0.1#5335 -server=/.chinacomments.org/127.0.0.1#5335 -server=/.chinadigitaltimes.net/127.0.0.1#5335 -server=/.chinaeweekly.com/127.0.0.1#5335 -server=/.chinafreepress.org/127.0.0.1#5335 -server=/.chinagate.com/127.0.0.1#5335 -server=/.chinageeks.org/127.0.0.1#5335 -server=/.chinagfw.org/127.0.0.1#5335 -server=/.chinagreenparty.org/127.0.0.1#5335 -server=/.china-green-party.spaces.live.com/127.0.0.1#5335 -server=/.chinahush.com/127.0.0.1#5335 -server=/.chinainperspective.com/127.0.0.1#5335 -server=/.chinainperspective.net/127.0.0.1#5335 -server=/.chinainperspective.org/127.0.0.1#5335 -server=/.chinainterimgov.org/127.0.0.1#5335 -server=/.chinalawandpolicy.com/127.0.0.1#5335 -server=/.chinalawtranslate.com/127.0.0.1#5335 -server=/.chinamule.com/127.0.0.1#5335 -server=/.chinamz.org/127.0.0.1#5335 -server=/.chinarightsia.org/127.0.0.1#5335 -server=/.chinasocialdemocraticparty.com/127.0.0.1#5335 -server=/.chinasoul.org/127.0.0.1#5335 -server=/.chinatimes.com/127.0.0.1#5335 -server=/.chinatweeps.com/127.0.0.1#5335 -server=/.chinaway.org/127.0.0.1#5335 -server=/.china-week.com/127.0.0.1#5335 -server=/.chinaworker.info/127.0.0.1#5335 -server=/.chinaxchina.com/127.0.0.1#5335 -server=/.chinayouth.org.hk/127.0.0.1#5335 -server=/.chinayuanmin.org/127.0.0.1#5335 -server=/.chinesedailynews.com/127.0.0.1#5335 -server=/.chinese.engadget.com/127.0.0.1#5335 -server=/.chinese-hermit.net/127.0.0.1#5335 -server=/.chinese-memorial.org/127.0.0.1#5335 -server=/.chinesen.de/127.0.0.1#5335 -server=/.chinesenewsnet.com/127.0.0.1#5335 -server=/.chinesepen.org/127.0.0.1#5335 -server=/.chinese.rnw.nl/127.0.0.1#5335 -server=/.chinese.soifind.com/127.0.0.1#5335 -server=/.chinesetalks.net/127.0.0.1#5335 -server=/.chinese.wsj.com/127.0.0.1#5335 -server=/.chingcheong.com/127.0.0.1#5335 -server=/.chn.chosun.com/127.0.0.1#5335 -server=/.chrispederick.com/127.0.0.1#5335 -server=/.chrispederick.net/127.0.0.1#5335 -server=/.christianstudy.com/127.0.0.1#5335 -server=/.christiantimes.org.hk/127.0.0.1#5335 -server=/.christusrex.org/127.0.0.1#5335 -server=/.chrlawyers.hk/127.0.0.1#5335 -server=/.chrlcg-hk.org/127.0.0.1#5335 -server=/.chromeadblock.com/127.0.0.1#5335 -server=/.chrome.com/127.0.0.1#5335 -server=/.ch.shvoong.com/127.0.0.1#5335 -server=/.chubun.com/127.0.0.1#5335 -server=/.chuizi.net/127.0.0.1#5335 -server=/.chukuang.gov.tw/127.0.0.1#5335 -server=/.circlethebayfortibet.org/127.0.0.1#5335 -server=/.citizenlab.org/127.0.0.1#5335 -server=/.citizensradio.org/127.0.0.1#5335 -server=/.city9x.com/127.0.0.1#5335 -server=/.civicparty.hk/127.0.0.1#5335 -server=/.civilhrfront.org/127.0.0.1#5335 -server=/.civilmedia.tw/127.0.0.1#5335 -server=/.cjb.net/127.0.0.1#5335 -server=/.ck101.com/127.0.0.1#5335 -server=/.classicalguitarblog.net/127.0.0.1#5335 -server=/.clb.org.hk/127.0.0.1#5335 -server=/.cl.d0z.net/127.0.0.1#5335 -server=/.clientsfromhell.net/127.0.0.1#5335 -server=/.clipfish.de/127.0.0.1#5335 -server=/.cl.ly/127.0.0.1#5335 -server=/.cloudfront.net/127.0.0.1#5335 -server=/.club.backchina.com/127.0.0.1#5335 -server=/.cms.gov/127.0.0.1#5335 -server=/.cmule.com/127.0.0.1#5335 -server=/.cn2.streetvoice.com/127.0.0.1#5335 -server=/.cna.com.tw/127.0.0.1#5335 -server=/.cnavista.com.tw/127.0.0.1#5335 -server=/.cn.calameo.com/127.0.0.1#5335 -server=/.cn.dayabook.com/127.0.0.1#5335 -server=/.cnd.org/127.0.0.1#5335 -server=/.cn.fmnnow.com/127.0.0.1#5335 -server=/.cn.ibtimes.com/127.0.0.1#5335 -server=/.cnn.com/127.0.0.1#5335 -server=/.cn.news.cnyes.com/127.0.0.1#5335 -server=/.cn.streetvoice.com/127.0.0.1#5335 -server=/.cn.uncyclopedia.wikia.com/127.0.0.1#5335 -server=/.cn.voa.mobi/127.0.0.1#5335 -server=/.cochina.org/127.0.0.1#5335 -server=/.cocoapods.org/127.0.0.1#5335 -server=/.cocoa.zonble.net/127.0.0.1#5335 -server=/.code1984.com/127.0.0.1#5335 -server=/.codeboxapp.com/127.0.0.1#5335 -server=/.codeshare.io/127.0.0.1#5335 -server=/.collateralmurder.com/127.0.0.1#5335 -server=/.collateralmurder.org/127.0.0.1#5335 -server=/.comefromchina.com/127.0.0.1#5335 -server=/.comnews.gio.gov.tw/127.0.0.1#5335 -server=/.compileheart.com/127.0.0.1#5335 -server=/.connectedchina.reuters.com/127.0.0.1#5335 -server=/.connect.facebook.net/127.0.0.1#5335 -server=/.conoyo.com/127.0.0.1#5335 -server=/.contactmagazine.net/127.0.0.1#5335 -server=/.contests.twilio.com/127.0.0.1#5335 -server=/.conviva.com/127.0.0.1#5335 -server=/.cookingtothegoodlife.com/127.0.0.1#5335 -server=/.coolaler.com/127.0.0.1#5335 -server=/.coolder.com/127.0.0.1#5335 -server=/.coolloud.org.tw/127.0.0.1#5335 -server=/.corpus4u.org/127.0.0.1#5335 -server=/.corumcollege.com/127.0.0.1#5335 -server=/.cotweet.com/127.0.0.1#5335 -server=/.couchdbwiki.com/127.0.0.1#5335 -server=/.coveringweb.com/127.0.0.1#5335 -server=/.cp-house.gov.tw/127.0.0.1#5335 -server=/.cpj.org/127.0.0.1#5335 -server=/.crackle.com/127.0.0.1#5335 -server=/.crd-net.org/127.0.0.1#5335 -server=/.creaders.net/127.0.0.1#5335 -server=/.cromotc.nat.gov.tw/127.0.0.1#5335 -server=/.crossthewall.net/127.0.0.1#5335 -server=/.csdparty.com/127.0.0.1#5335 -server=/.c-spanvideo.org/127.0.0.1#5335 -server=/.css.pixnet.in/127.0.0.1#5335 -server=/.csuchen.de/127.0.0.1#5335 -server=/.cts.com.tw/127.0.0.1#5335 -server=/.cubicle17.com/127.0.0.1#5335 -server=/.cuhkacs.org/127.0.0.1#5335 -server=/.cuihua.org/127.0.0.1#5335 -server=/.cuiweiping.net/127.0.0.1#5335 -server=/.culture.tw/127.0.0.1#5335 -server=/.curvefish.com/127.0.0.1#5335 -server=/.cwb.gov.tw/127.0.0.1#5335 -server=/.cyanogenmod.org/127.0.0.1#5335 -server=/.cyberghost.natado.com/127.0.0.1#5335 -server=/.cyberghostvpn.com/127.0.0.1#5335 -server=/.cycab.gov.tw/127.0.0.1#5335 -server=/.cydia.ifuckgfw.com/127.0.0.1#5335 -server=/.cynscribe.com/127.0.0.1#5335 -server=/.cytode.us/127.0.0.1#5335 -server=/.dabr.co.uk/127.0.0.1#5335 -server=/.dabr.me/127.0.0.1#5335 -server=/.dabr.mobi/127.0.0.1#5335 -server=/.dadazim.com/127.0.0.1#5335 -server=/.dadi360.com/127.0.0.1#5335 -server=/.dafagood.com/127.0.0.1#5335 -server=/.dafahao.com/127.0.0.1#5335 -server=/.dailidaili.com/127.0.0.1#5335 -server=/.dailymotion.com/127.0.0.1#5335 -server=/.dailynews.sina.com/127.0.0.1#5335 -server=/.dajiyuan.com/127.0.0.1#5335 -server=/.dajiyuan.eu/127.0.0.1#5335 -server=/.dajusha.baywords.com/127.0.0.1#5335 -server=/.dalailama.com/127.0.0.1#5335 -server=/.dalailama.ru/127.0.0.1#5335 -server=/.dalailamaworld.com/127.0.0.1#5335 -server=/.dalianmeng.org/127.0.0.1#5335 -server=/.danke4china.net/127.0.0.1#5335 -server=/.danwei.org/127.0.0.1#5335 -server=/.daolan.net/127.0.0.1#5335 -server=/.dapu-house.gov.tw/127.0.0.1#5335 -server=/.darpa.mil/127.0.0.1#5335 -server=/.date.fm/127.0.0.1#5335 -server=/.davidslog.com/127.0.0.1#5335 -server=/.daxa.cn/127.0.0.1#5335 -server=/.dayaarmongol.ning.com/127.0.0.1#5335 -server=/.daylife.com/127.0.0.1#5335 -server=/.ddc.com.tw/127.0.0.1#5335 -server=/.deck.ly/127.0.0.1#5335 -server=/.default.secureserver.net/127.0.0.1#5335 -server=/.delcamp.net/127.0.0.1#5335 -server=/.delicious.com/127.0.0.1#5335 -server=/.democrats.org/127.0.0.1#5335 -server=/.demo.opera-mini.net/127.0.0.1#5335 -server=/.derekhsu.homeip.net/127.0.0.1#5335 -server=/.de-sci.org/127.0.0.1#5335 -server=/.designerol.com/127.0.0.1#5335 -server=/.destiny.xfiles.to/127.0.0.1#5335 -server=/.deutsche-welle.de/127.0.0.1#5335 -server=/.dev102.com/127.0.0.1#5335 -server=/.developers.box.net/127.0.0.1#5335 -server=/.deviantart.com/127.0.0.1#5335 -server=/.deviantart.net/127.0.0.1#5335 -server=/.devio.us/127.0.0.1#5335 -server=/.devpn.com/127.0.0.1#5335 -server=/.dfas.mil/127.0.0.1#5335 -server=/.df.gov.tw/127.0.0.1#5335 -server=/.diaoyuislands.org/127.0.0.1#5335 -server=/.digitalnomadsproject.org/127.0.0.1#5335 -server=/.diigo.com/127.0.0.1#5335 -server=/.dimitrik.free.fr/127.0.0.1#5335 -server=/.dipity.com/127.0.0.1#5335 -server=/.directcreative.com/127.0.0.1#5335 -server=/.discuss.com.hk/127.0.0.1#5335 -server=/.disp.cc/127.0.0.1#5335 -server=/.dit-inc.us/127.0.0.1#5335 -server=/.dizhidizhi.com/127.0.0.1#5335 -server=/.djangosnippets.org/127.0.0.1#5335 -server=/.dl.box.net/127.0.0.1#5335 -server=/.dl-laby.jp/127.0.0.1#5335 -server=/.dl.playstation.net/127.0.0.1#5335 -server=/.dlsite.com/127.0.0.1#5335 -server=/.dmcdn.net/127.0.0.1#5335 -server=/.dmtip.gov.tw/127.0.0.1#5335 -server=/.dns2go.com/127.0.0.1#5335 -server=/.dnscrypt.org/127.0.0.1#5335 -server=/.docstoc.com/127.0.0.1#5335 -server=/.dojin.com/127.0.0.1#5335 -server=/.dok-forum.net/127.0.0.1#5335 -server=/.dolc.de/127.0.0.1#5335 -server=/.dollf.com/127.0.0.1#5335 -server=/.domain.club.tw/127.0.0.1#5335 -server=/.domainhelp.search.com/127.0.0.1#5335 -server=/.dongde.com/127.0.0.1#5335 -server=/.dongtaiwang.com/127.0.0.1#5335 -server=/.dongtaiwang.net/127.0.0.1#5335 -server=/.dongyangjing.com/127.0.0.1#5335 -server=/.dontfilter.us/127.0.0.1#5335 -server=/.dontmovetochina.com/127.0.0.1#5335 -server=/.dotheyfolloweachother.com/127.0.0.1#5335 -server=/.dotplane.com/127.0.0.1#5335 -server=/.dotsub.com/127.0.0.1#5335 -server=/.doubleaf.com/127.0.0.1#5335 -server=/.doubleclick.net/127.0.0.1#5335 -server=/.dougscripts.com/127.0.0.1#5335 -server=/.dowei.org/127.0.0.1#5335 -server=/.download.syniumsoftware.com/127.0.0.1#5335 -server=/.doxygen.org/127.0.0.1#5335 -server=/.dphk.org/127.0.0.1#5335 -server=/.dpp.org.tw/127.0.0.1#5335 -server=/.drewolanoff.com/127.0.0.1#5335 -server=/.drgan.net/127.0.0.1#5335 -server=/.dropbox.com/127.0.0.1#5335 -server=/.dropboxusercontent.com/127.0.0.1#5335 -server=/.drsunacademy.com/127.0.0.1#5335 -server=/.drtuber.com/127.0.0.1#5335 -server=/.dscn.info/127.0.0.1#5335 -server=/.dtiblog.com/127.0.0.1#5335 -server=/.dtic.mil/127.0.0.1#5335 -server=/.dtiserv2.com/127.0.0.1#5335 -server=/.duckduckgo.com/127.0.0.1#5335 -server=/.duckload.com/127.0.0.1#5335 -server=/.duckmylife.com/127.0.0.1#5335 -server=/.duihuahrjournal.org/127.0.0.1#5335 -server=/.duihua.org/127.0.0.1#5335 -server=/.duoweitimes.com/127.0.0.1#5335 -server=/.duping.net/127.0.0.1#5335 -server=/.duplicati.com/127.0.0.1#5335 -server=/.dupola.com/127.0.0.1#5335 -server=/.dupola.net/127.0.0.1#5335 -server=/.dvorak.org/127.0.0.1#5335 -server=/.dw.de/127.0.0.1#5335 -server=/.dwnews.com/127.0.0.1#5335 -server=/.dwnews.net/127.0.0.1#5335 -server=/.dw-world.com/127.0.0.1#5335 -server=/.dw-world.de/127.0.0.1#5335 -server=/.dy24k.info/127.0.0.1#5335 -server=/.dynawebinc.com/127.0.0.1#5335 -server=/.dyndns.org/127.0.0.1#5335 -server=/.dzze.com/127.0.0.1#5335 -server=/.e123.hk/127.0.0.1#5335 -server=/.eamonnbrennan.com/127.0.0.1#5335 -server=/.earthquake.usgs.gov/127.0.0.1#5335 -server=/.easy-share.com/127.0.0.1#5335 -server=/.ebookbrowse.com/127.0.0.1#5335 -server=/.ebookee.com/127.0.0.1#5335 -server=/.echofon.com/127.0.0.1#5335 -server=/.ecministry.net/127.0.0.1#5335 -server=/.edicypages.com/127.0.0.1#5335 -server=/.edoors.com/127.0.0.1#5335 -server=/.edubridge.com/127.0.0.1#5335 -server=/.eevpn.com/127.0.0.1#5335 -server=/.efcc.org.hk/127.0.0.1#5335 -server=/.efksoft.com/127.0.0.1#5335 -server=/.efmoe.com/127.0.0.1#5335 -server=/.e-gold.com/127.0.0.1#5335 -server=/.eic-av.com/127.0.0.1#5335 -server=/.e-info.org.tw/127.0.0.1#5335 -server=/.electionsmeter.com/127.0.0.1#5335 -server=/.elpais.com/127.0.0.1#5335 -server=/.eltondisney.com/127.0.0.1#5335 -server=/.emacsblog.org/127.0.0.1#5335 -server=/.embr.in/127.0.0.1#5335 -server=/.emory.edu/127.0.0.1#5335 -server=/.emule-ed2k.com/127.0.0.1#5335 -server=/.emuparadise.me/127.0.0.1#5335 -server=/.enewstree.com/127.0.0.1#5335 -server=/.en.favotter.net/127.0.0.1#5335 -server=/.englishfromengland.co.uk/127.0.0.1#5335 -server=/.entermap.com/127.0.0.1#5335 -server=/.en.wikipedia.org/127.0.0.1#5335 -server=/.epochtimes-bg.com/127.0.0.1#5335 -server=/.epochtimes.co.il/127.0.0.1#5335 -server=/.epochtimes.co.kr/127.0.0.1#5335 -server=/.epochtimes.com/127.0.0.1#5335 -server=/.epochtimes.de/127.0.0.1#5335 -server=/.epochtimes.fr/127.0.0.1#5335 -server=/.epochtimes.ie/127.0.0.1#5335 -server=/.epochtimes.jp/127.0.0.1#5335 -server=/.epochtimes-romania.com/127.0.0.1#5335 -server=/.epochtimes.ru/127.0.0.1#5335 -server=/.epochtimes.se/127.0.0.1#5335 -server=/.epochtimestr.com/127.0.0.1#5335 -server=/.epochweekly.com/127.0.0.1#5335 -server=/.erabaru.net/127.0.0.1#5335 -server=/.erepublik.com/127.0.0.1#5335 -server=/.erepublik.net/127.0.0.1#5335 -server=/.erights.net/127.0.0.1#5335 -server=/.eriversoft.com/127.0.0.1#5335 -server=/.ernestmandel.org/127.0.0.1#5335 -server=/.etaiwannews.com/127.0.0.1#5335 -server=/.etizer.org/127.0.0.1#5335 -server=/.etools.ncol.com/127.0.0.1#5335 -server=/.e-traderland.net/127.0.0.1#5335 -server=/.etraining.gov.tw/127.0.0.1#5335 -server=/.ettoday.net/127.0.0.1#5335 -server=/.evchk.wikia.com/127.0.0.1#5335 -server=/.eventful.com/127.0.0.1#5335 -server=/.everyday-carry.com/127.0.0.1#5335 -server=/.exblog.jp/127.0.0.1#5335 -server=/.expatshield.com/127.0.0.1#5335 -server=/.exploader.net/127.0.0.1#5335 -server=/.extremetube.com/127.0.0.1#5335 -server=/.eyespirit.info/127.0.0.1#5335 -server=/.eyevio.jp/127.0.0.1#5335 -server=/.eyny.com/127.0.0.1#5335 -server=/.ezpc.tk/127.0.0.1#5335 -server=/.ezpeer.com/127.0.0.1#5335 -server=/.facebook.com/127.0.0.1#5335 -server=/.facebook.net/127.0.0.1#5335 -server=/.facesofnyfw.com/127.0.0.1#5335 -server=/.fail.hk/127.0.0.1#5335 -server=/.faiththedog.info/127.0.0.1#5335 -server=/.fakku.net/127.0.0.1#5335 -server=/.falsefire.com/127.0.0.1#5335 -server=/.falunart.org/127.0.0.1#5335 -server=/.falundafamuseum.org/127.0.0.1#5335 -server=/.falundafa.org/127.0.0.1#5335 -server=/.falunhr.org/127.0.0.1#5335 -server=/.famunion.com/127.0.0.1#5335 -server=/.fangbinxing.com/127.0.0.1#5335 -server=/.fangeming.com/127.0.0.1#5335 -server=/.fanglizhi.info/127.0.0.1#5335 -server=/.fangongheike.com/127.0.0.1#5335 -server=/.fangong.org/127.0.0.1#5335 -server=/.fan-qiang.com/127.0.0.1#5335 -server=/.fanqianghou.com/127.0.0.1#5335 -server=/.fanqiangyakexi.net/127.0.0.1#5335 -server=/.fanswong.com/127.0.0.1#5335 -server=/.fanyue.info/127.0.0.1#5335 -server=/.fapdu.com/127.0.0.1#5335 -server=/.farwestchina.com/127.0.0.1#5335 -server=/.farxian.com/127.0.0.1#5335 -server=/.fastpic.ru/127.0.0.1#5335 -server=/.faststone.org/127.0.0.1#5335 -server=/.favorious.com/127.0.0.1#5335 -server=/.favstar.fm/127.0.0.1#5335 -server=/.fawanghuihui.org/127.0.0.1#5335 -server=/.faydao.com/127.0.0.1#5335 -server=/.fbcdn.net/127.0.0.1#5335 -server=/.fb.com/127.0.0.1#5335 -server=/.fb.me/127.0.0.1#5335 -server=/.fbsbx.com/127.0.0.1#5335 -server=/.fc2china.com/127.0.0.1#5335 -server=/.fc2.com/127.0.0.1#5335 -server=/.f.cl.ly/127.0.0.1#5335 -server=/.fdc89.jp/127.0.0.1#5335 -server=/.feedbooks.mobi/127.0.0.1#5335 -server=/.feedburner.com/127.0.0.1#5335 -server=/.feeds2.feedburner.com/127.0.0.1#5335 -server=/.feeds.feedburner.com/127.0.0.1#5335 -server=/.feedzshare.com/127.0.0.1#5335 -server=/.feelssh.com/127.0.0.1#5335 -server=/.feer.com/127.0.0.1#5335 -server=/.felixcat.net/127.0.0.1#5335 -server=/.feministteacher.com/127.0.0.1#5335 -server=/.fengzhenghu.com/127.0.0.1#5335 -server=/.fetchvideo.com/127.0.0.1#5335 -server=/.ff.im/127.0.0.1#5335 -server=/.fflick.com/127.0.0.1#5335 -server=/.fgmtv.net/127.0.0.1#5335 -server=/.fgmtv.org/127.0.0.1#5335 -server=/.filefactory.com/127.0.0.1#5335 -server=/.files2me.com/127.0.0.1#5335 -server=/.fileserve.com/127.0.0.1#5335 -server=/.fillthesquare.org/127.0.0.1#5335 -server=/.finalion.jp/127.0.0.1#5335 -server=/.findbook.tw/127.0.0.1#5335 -server=/.finler.net/127.0.0.1#5335 -server=/.fireofliberty.org/127.0.0.1#5335 -server=/.firstfivefollowers.com/127.0.0.1#5335 -server=/.flecheinthepeche.fr/127.0.0.1#5335 -server=/.fleshbot.com/127.0.0.1#5335 -server=/.flickr.com/127.0.0.1#5335 -server=/.flickrhivemind.net/127.0.0.1#5335 -server=/.flightcaster.com/127.0.0.1#5335 -server=/.flowerofhappiness.spaces.live.com/127.0.0.1#5335 -server=/.focustaiwan.tw/127.0.0.1#5335 -server=/.focusvpn.com/127.0.0.1#5335 -server=/.fofg.org/127.0.0.1#5335 -server=/.fooooo.com/127.0.0.1#5335 -server=/.footwiball.com/127.0.0.1#5335 -server=/.forum.baby-kingdom.com/127.0.0.1#5335 -server=/.forum.cyberctm.com/127.0.0.1#5335 -server=/.forum.idsam.com/127.0.0.1#5335 -server=/.forum.iset.com.tw/127.0.0.1#5335 -server=/.forum.my903.com/127.0.0.1#5335 -server=/.forum.mymaji.com/127.0.0.1#5335 -server=/.forum.newsgroup.la/127.0.0.1#5335 -server=/.forum.nownews.com/127.0.0.1#5335 -server=/.forum.omy.sg/127.0.0.1#5335 -server=/.forum.palmislife.com/127.0.0.1#5335 -server=/.forum.pchome.com.tw/127.0.0.1#5335 -server=/.forum.setty.com.tw/127.0.0.1#5335 -server=/.forum.sina.com.hk/127.0.0.1#5335 -server=/.forum.slime.com.tw/127.0.0.1#5335 -server=/.forum.tvb.com/127.0.0.1#5335 -server=/.forum.yorkbbs.ca/127.0.0.1#5335 -server=/.fotop.net/127.0.0.1#5335 -server=/.fourface.nodesnoop.com/127.0.0.1#5335 -server=/.fourthinternational.org/127.0.0.1#5335 -server=/.foxdie.us/127.0.0.1#5335 -server=/.foxsub.com/127.0.0.1#5335 -server=/.foxtang.com/127.0.0.1#5335 -server=/.fqrouter.com/127.0.0.1#5335 -server=/.franklc.com/127.0.0.1#5335 -server=/.freakshare.com/127.0.0.1#5335 -server=/.fredwilson.vc/127.0.0.1#5335 -server=/.free4u.com.ar/127.0.0.1#5335 -server=/.freealim.com/127.0.0.1#5335 -server=/.freechal.com/127.0.0.1#5335 -server=/.freedomhouse.org/127.0.0.1#5335 -server=/.free.fr/127.0.0.1#5335 -server=/.freegao.com/127.0.0.1#5335 -server=/.freegateget.googlepages.com/127.0.0.1#5335 -server=/.free-gate.org/127.0.0.1#5335 -server=/.free-hada-now.org/127.0.0.1#5335 -server=/.freelotto.com/127.0.0.1#5335 -server=/.freeman2.com/127.0.0.1#5335 -server=/.freemoren.com/127.0.0.1#5335 -server=/.freemorenews.com/127.0.0.1#5335 -server=/.freenet-china.org/127.0.0.1#5335 -server=/.freenetproject.org/127.0.0.1#5335 -server=/.freenewscn.com/127.0.0.1#5335 -server=/.freeopenvpn.com/127.0.0.1#5335 -server=/.freeoz.org/127.0.0.1#5335 -server=/.free-ssh.com/127.0.0.1#5335 -server=/.freessh.us/127.0.0.1#5335 -server=/.freetibet.org/127.0.0.1#5335 -server=/.freevpn.nl/127.0.0.1#5335 -server=/.freewallpaper4.me/127.0.0.1#5335 -server=/.freewebs.com/127.0.0.1#5335 -server=/.freeweibo.com/127.0.0.1#5335 -server=/.freexinwen.com/127.0.0.1#5335 -server=/.freeyoutubeproxy.net/127.0.0.1#5335 -server=/.friendfeed.com/127.0.0.1#5335 -server=/.friendfeed-media.com/127.0.0.1#5335 -server=/.fring.com/127.0.0.1#5335 -server=/.fringenetwork.com/127.0.0.1#5335 -server=/.frommel.net/127.0.0.1#5335 -server=/.frontlinedefenders.org/127.0.0.1#5335 -server=/.fscked.org/127.0.0.1#5335 -server=/.fsurf.com/127.0.0.1#5335 -server=/.ftchinese.com/127.0.0.1#5335 -server=/.fuckcnnic.net/127.0.0.1#5335 -server=/.fuckgfw.com/127.0.0.1#5335 -server=/.fuckgfw.org/127.0.0.1#5335 -server=/.fulue.com/127.0.0.1#5335 -server=/.funf.tw/127.0.0.1#5335 -server=/.funp.com/127.0.0.1#5335 -server=/.furinkan.com/127.0.0.1#5335 -server=/.furl.net/127.0.0.1#5335 -server=/.futurechinaforum.org/127.0.0.1#5335 -server=/.futureme.org/127.0.0.1#5335 -server=/.futuremessage.org/127.0.0.1#5335 -server=/.fuyin.net/127.0.0.1#5335 -server=/.fw.cm/127.0.0.1#5335 -server=/.fxnetworks.com/127.0.0.1#5335 -server=/.fzh999.com/127.0.0.1#5335 -server=/.fzh999.net/127.0.0.1#5335 -server=/.gabocorp.com/127.0.0.1#5335 -server=/.gaeproxy.com/127.0.0.1#5335 -server=/.gaeproxy.googlecode.com/127.0.0.1#5335 -server=/.galenwu.com/127.0.0.1#5335 -server=/.game735.com/127.0.0.1#5335 -server=/.gamebase.com.tw/127.0.0.1#5335 -server=/.gamer.com.tw/127.0.0.1#5335 -server=/.gamez.com.tw/127.0.0.1#5335 -server=/.ganges.com/127.0.0.1#5335 -server=/.gaoming.net/127.0.0.1#5335 -server=/.gaopi.net/127.0.0.1#5335 -server=/.gaozhisheng.net/127.0.0.1#5335 -server=/.gaozhisheng.org/127.0.0.1#5335 -server=/.gardennetworks.com/127.0.0.1#5335 -server=/.gardennetworks.org/127.0.0.1#5335 -server=/.gartlive.com/127.0.0.1#5335 -server=/.gather.com/127.0.0.1#5335 -server=/.gaymap.cc/127.0.0.1#5335 -server=/.gazotube.com/127.0.0.1#5335 -server=/.gcc.org.hk/127.0.0.1#5335 -server=/.gclooney.com/127.0.0.1#5335 -server=/.g.co/127.0.0.1#5335 -server=/.gcpnews.com/127.0.0.1#5335 -server=/.gdbt.net/127.0.0.1#5335 -server=/.gdzf.org/127.0.0.1#5335 -server=/.geek-art.net/127.0.0.1#5335 -server=/.geekerhome.com/127.0.0.1#5335 -server=/.geekmade.co.uk/127.0.0.1#5335 -server=/.geekmanuals.com/127.0.0.1#5335 -server=/.generesis.com/127.0.0.1#5335 -server=/.genuitec.com/127.0.0.1#5335 -server=/.geocities.co.jp/127.0.0.1#5335 -server=/.geocities.com/127.0.0.1#5335 -server=/.geocities.jp/127.0.0.1#5335 -server=/.geohot.com/127.0.0.1#5335 -server=/.geometrictools.com/127.0.0.1#5335 -server=/.getchu.com/127.0.0.1#5335 -server=/.getcloudapp.com/127.0.0.1#5335 -server=/.get-digital-help.com/127.0.0.1#5335 -server=/.getfoxyproxy.org/127.0.0.1#5335 -server=/.getfreedur.com/127.0.0.1#5335 -server=/.getiton.com/127.0.0.1#5335 -server=/.getjetso.com/127.0.0.1#5335 -server=/.getlantern.org/127.0.0.1#5335 -server=/.getsmartlinks.com/127.0.0.1#5335 -server=/.getsocialscope.com/127.0.0.1#5335 -server=/.gfwinterceptor.googlecode.com/127.0.0.1#5335 -server=/.gfw.org.ua/127.0.0.1#5335 -server=/.ggpht.com/127.0.0.1#5335 -server=/.ggssl.com/127.0.0.1#5335 -server=/.ghost.org/127.0.0.1#5335 -server=/.ghut.org/127.0.0.1#5335 -server=/.giga-web.jp/127.0.0.1#5335 -server=/.gigporno.ru/127.0.0.1#5335 -server=/.gimpshop.com/127.0.0.1#5335 -server=/.girlbanker.com/127.0.0.1#5335 -server=/.github.com/127.0.0.1#5335 -server=/.git-scm.com/127.0.0.1#5335 -server=/.givemesomethingtoread.com/127.0.0.1#5335 -server=/.glennhilton.com/127.0.0.1#5335 -server=/.globaljihad.net/127.0.0.1#5335 -server=/.globalmuseumoncommunism.org/127.0.0.1#5335 -server=/.globalrescue.net/127.0.0.1#5335 -server=/.globalvoicesonline.org/127.0.0.1#5335 -server=/.gmail.com/127.0.0.1#5335 -server=/.gmbd.cn/127.0.0.1#5335 -server=/.gmhz.org/127.0.0.1#5335 -server=/.gmodules.com/127.0.0.1#5335 -server=/.gmozomg.izihost.org/127.0.0.1#5335 -server=/.gnci.org.hk/127.0.0.1#5335 -server=/.goagent.biz/127.0.0.1#5335 -server=/.goagent.googlecode.com/127.0.0.1#5335 -server=/.goagentplus.com/127.0.0.1#5335 -server=/.godfootsteps.org/127.0.0.1#5335 -server=/.golang.org/127.0.0.1#5335 -server=/.goldbetsports.com/127.0.0.1#5335 -server=/.goldwave.com/127.0.0.1#5335 -server=/.gongmeng.info/127.0.0.1#5335 -server=/.gongm.in/127.0.0.1#5335 -server=/.gongminliliang.com/127.0.0.1#5335 -server=/.gongwt.com/127.0.0.1#5335 -server=/.goodreaders.com/127.0.0.1#5335 -server=/.goodreads.com/127.0.0.1#5335 -server=/.goofind.com/127.0.0.1#5335 -server=/.goo.gl/127.0.0.1#5335 -server=/.googleadservices.com/127.0.0.1#5335 -server=/.google-analytics.com/127.0.0.1#5335 -server=/.googleapis.com/127.0.0.1#5335 -server=/.googlecode.com/127.0.0.1#5335 -server=/.google.co.jp/127.0.0.1#5335 -server=/.google.com/127.0.0.1#5335 -server=/.google.com.hk/127.0.0.1#5335 -server=/.google.com.sg/127.0.0.1#5335 -server=/.google.com.tw/127.0.0.1#5335 -server=/.google.com.uk/127.0.0.1#5335 -server=/.googledomains.com/127.0.0.1#5335 -server=/.googledrive.com/127.0.0.1#5335 -server=/.googleearth.com/127.0.0.1#5335 -server=/.googlehosted.com/127.0.0.1#5335 -server=/.googlelabs.com/127.0.0.1#5335 -server=/.googlemail.com/127.0.0.1#5335 -server=/.googleplus.com/127.0.0.1#5335 -server=/.googlesile.com/127.0.0.1#5335 -server=/.googlesource.com/127.0.0.1#5335 -server=/.googlesyndication.com/127.0.0.1#5335 -server=/.googletagmanager.com/127.0.0.1#5335 -server=/.googletagservices.com/127.0.0.1#5335 -server=/.googleusercontent.com/127.0.0.1#5335 -server=/.googlevideo.com/127.0.0.1#5335 -server=/.gopetition.com/127.0.0.1#5335 -server=/.gospelherald.com/127.0.0.1#5335 -server=/.gov.tw/127.0.0.1#5335 -server=/.gpass1.com/127.0.0.1#5335 -server=/.grandtrial.org/127.0.0.1#5335 -server=/.graphis.ne.jp/127.0.0.1#5335 -server=/.gravatar.com/127.0.0.1#5335 -server=/.graylog2.org/127.0.0.1#5335 -server=/.grb.gov.tw/127.0.0.1#5335 -server=/.greatfire.org/127.0.0.1#5335 -server=/.greatfirewall.biz/127.0.0.1#5335 -server=/.great-firewall.com/127.0.0.1#5335 -server=/.greatfirewallofchina.net/127.0.0.1#5335 -server=/.greatfirewallofchina.org/127.0.0.1#5335 -server=/.great-roc.org/127.0.0.1#5335 -server=/.greatroc.org/127.0.0.1#5335 -server=/.greatroc.tw/127.0.0.1#5335 -server=/.greatzhonghua.org/127.0.0.1#5335 -server=/.greenparty.org.tw/127.0.0.1#5335 -server=/.greenvpn.net/127.0.0.1#5335 -server=/.gs-discuss.com/127.0.0.1#5335 -server=/.gseeker.com/127.0.0.1#5335 -server=/.gsn-cert.nat.gov.tw/127.0.0.1#5335 -server=/.gstatic.com/127.0.0.1#5335 -server=/.gtap.googlecode.com/127.0.0.1#5335 -server=/.gtricks.com/127.0.0.1#5335 -server=/.guancha.org/127.0.0.1#5335 -server=/.gufeng521.spaces.live.com/127.0.0.1#5335 -server=/.guishan.org/127.0.0.1#5335 -server=/.gunsamerica.com/127.0.0.1#5335 -server=/.gun-world.net/127.0.0.1#5335 -server=/.guomin.us/127.0.0.1#5335 -server=/.gutteruncensored.com/127.0.0.1#5335 -server=/.gvm.com.tw/127.0.0.1#5335 -server=/.gyalwarinpoche.com/127.0.0.1#5335 -server=/.gysd.nyc.gov.tw/127.0.0.1#5335 -server=/.gzm.tv/127.0.0.1#5335 -server=/.gzone-anime.info/127.0.0.1#5335 -server=/.h1n1china.org/127.0.0.1#5335 -server=/.hacken.cc/127.0.0.1#5335 -server=/.hackthatphone.net/127.0.0.1#5335 -server=/.hahlo.com/127.0.0.1#5335 -server=/.hakkatv.org.tw/127.0.0.1#5335 -server=/.hanunyi.com/127.0.0.1#5335 -server=/.hardsextube.com/127.0.0.1#5335 -server=/.hasaowall.com/127.0.0.1#5335 -server=/.have8.com/127.0.0.1#5335 -server=/.haygo.com/127.0.0.1#5335 -server=/.hcc.gov.tw/127.0.0.1#5335 -server=/.hchcc.gov.tw/127.0.0.1#5335 -server=/.h-china.org/127.0.0.1#5335 -server=/.hdtvb.net/127.0.0.1#5335 -server=/.heartyit.com/127.0.0.1#5335 -server=/.hecaitou.net/127.0.0.1#5335 -server=/.hechaji.com/127.0.0.1#5335 -server=/.heix.pp.ru/127.0.0.1#5335 -server=/.heiyo.info/127.0.0.1#5335 -server=/.helloandroid.com/127.0.0.1#5335 -server=/.hellonewyork.us/127.0.0.1#5335 -server=/.helloqueer.com/127.0.0.1#5335 -server=/.hellotxt.com/127.0.0.1#5335 -server=/.hellouk.org/127.0.0.1#5335 -server=/.helpeachpeople.com/127.0.0.1#5335 -server=/.helplinfen.com/127.0.0.1#5335 -server=/.help.linksalpha.com/127.0.0.1#5335 -server=/.help.opera.com/127.0.0.1#5335 -server=/.helpzhuling.org/127.0.0.1#5335 -server=/.hen.bao.li/127.0.0.1#5335 -server=/.hengchuen.gov.tw/127.0.0.1#5335 -server=/.heqinglian.net/127.0.0.1#5335 -server=/.here4news.com/127.0.0.1#5335 -server=/.heungkongdiscuss.com/127.0.0.1#5335 -server=/.hgseav.com/127.0.0.1#5335 -server=/.hidden-advent.org/127.0.0.1#5335 -server=/.hidecloud.com/127.0.0.1#5335 -server=/.hideipvpn.com/127.0.0.1#5335 -server=/.hidemyass.com/127.0.0.1#5335 -server=/.higfw.com/127.0.0.1#5335 -server=/.highrockmedia.com/127.0.0.1#5335 -server=/.hihiforum.com/127.0.0.1#5335 -server=/.hihistory.net/127.0.0.1#5335 -server=/.hiitch.com/127.0.0.1#5335 -server=/.hikinggfw.org/127.0.0.1#5335 -server=/.himemix.com/127.0.0.1#5335 -server=/.himemix.net/127.0.0.1#5335 -server=/.hjclub.info/127.0.0.1#5335 -server=/.hk32168.com/127.0.0.1#5335 -server=/.hkbc.net/127.0.0.1#5335 -server=/.hkbf.org/127.0.0.1#5335 -server=/.hkchurch.org/127.0.0.1#5335 -server=/.hkdailynews.com.hk/127.0.0.1#5335 -server=/.hkday.net/127.0.0.1#5335 -server=/.hkej.com/127.0.0.1#5335 -server=/.hkepc.com/127.0.0.1#5335 -server=/.hkfront.org/127.0.0.1#5335 -server=/.hk.geocities.com/127.0.0.1#5335 -server=/.hkgolden.com/127.0.0.1#5335 -server=/.hkgreenradio.org/127.0.0.1#5335 -server=/.hkg.westkit.net/127.0.0.1#5335 -server=/.hkheadline.com/127.0.0.1#5335 -server=/.hkhkhk.com/127.0.0.1#5335 -server=/.hkjc.com/127.0.0.1#5335 -server=/.hk.jiepang.com/127.0.0.1#5335 -server=/.hkjp.easyweb.hk/127.0.0.1#5335 -server=/.hkjp.org/127.0.0.1#5335 -server=/.hk.knowledge.yahoo.com/127.0.0.1#5335 -server=/.hk.myblog.yahoo.com/127.0.0.1#5335 -server=/.hk.news.yahoo.com/127.0.0.1#5335 -server=/.hkptu.org/127.0.0.1#5335 -server=/.hk-pub.com/127.0.0.1#5335 -server=/.hk.rd.yahoo.com/127.0.0.1#5335 -server=/.hkreporter.com/127.0.0.1#5335 -server=/.hkreporter.loved.hk/127.0.0.1#5335 -server=/.hk.search.yahoo.com/127.0.0.1#5335 -server=/.hk.video.news.yahoo.com/127.0.0.1#5335 -server=/.hkwcc.org.hk/127.0.0.1#5335 -server=/.hk.yahoo.com/127.0.0.1#5335 -server=/.hkzone.org/127.0.0.1#5335 -server=/.hnjhj.com/127.0.0.1#5335 -server=/.hola.com/127.0.0.1#5335 -server=/.holyspiritspeaks.org/127.0.0.1#5335 -server=/.holz.byethost8.com/127.0.0.1#5335 -server=/.homeservershow.com/127.0.0.1#5335 -server=/.home.sina.com/127.0.0.1#5335 -server=/.home.so-net.net.tw/127.0.0.1#5335 -server=/.honeonet.spaces.live.com/127.0.0.1#5335 -server=/.hongmeimei.com/127.0.0.1#5335 -server=/.hongzhi.li/127.0.0.1#5335 -server=/.hootsuite.com/127.0.0.1#5335 -server=/.hotpot.hk/127.0.0.1#5335 -server=/.hotshame.com/127.0.0.1#5335 -server=/.hotspotshield.com/127.0.0.1#5335 -server=/.hougaige.com/127.0.0.1#5335 -server=/.howtoforge.com/127.0.0.1#5335 -server=/.hqcdp.org/127.0.0.1#5335 -server=/.hrcir.com/127.0.0.1#5335 -server=/.hrichina.org/127.0.0.1#5335 -server=/.hrw.org/127.0.0.1#5335 -server=/.hsinchu-cc.gov.tw/127.0.0.1#5335 -server=/.hsjp.net/127.0.0.1#5335 -server=/.hsselite.com/127.0.0.1#5335 -server=/.htkou.net/127.0.0.1#5335 -server=/.htl.li/127.0.0.1#5335 -server=/.ht.ly/127.0.0.1#5335 -server=/.htmldog.com/127.0.0.1#5335 -server=/.huaglad.com/127.0.0.1#5335 -server=/.huajiadi.spaces.live.com/127.0.0.1#5335 -server=/.huanghuagang.org/127.0.0.1#5335 -server=/.huaren.us/127.0.0.1#5335 -server=/.huaxia-news.com/127.0.0.1#5335 -server=/.huaxin.ph/127.0.0.1#5335 -server=/.hua-yue.net/127.0.0.1#5335 -server=/.hudatoriq.web.id/127.0.0.1#5335 -server=/.hugoroy.eu/127.0.0.1#5335 -server=/.huhamhire.com/127.0.0.1#5335 -server=/.hujiachina.spaces.live.com/127.0.0.1#5335 -server=/.hulu.com/127.0.0.1#5335 -server=/.huluim.com/127.0.0.1#5335 -server=/.humanities.uchicago.edu/127.0.0.1#5335 -server=/.hungerstrikeforaids.org/127.0.0.1#5335 -server=/.hung-ya.com/127.0.0.1#5335 -server=/.huping.net/127.0.0.1#5335 -server=/.hutianyi.net/127.0.0.1#5335 -server=/.hutong9.net/127.0.0.1#5335 -server=/.hwinfo.com/127.0.0.1#5335 -server=/.hyperrate.com/127.0.0.1#5335 -server=/.hypeshell.com/127.0.0.1#5335 -server=/.i1.hk/127.0.0.1#5335 -server=/.i2runner.com/127.0.0.1#5335 -server=/.ialmostlaugh.com/127.0.0.1#5335 -server=/.iask.bz/127.0.0.1#5335 -server=/.iask.ca/127.0.0.1#5335 -server=/.ibiblio.org/127.0.0.1#5335 -server=/.iblogserv-f.net/127.0.0.1#5335 -server=/.ibros.org/127.0.0.1#5335 -server=/.icij.org/127.0.0.1#5335 -server=/.icl-fi.org/127.0.0.1#5335 -server=/.iconpaper.org/127.0.0.1#5335 -server=/.icu-project.org/127.0.0.1#5335 -server=/.idemocracy.asia/127.0.0.1#5335 -server=/.identi.ca/127.0.0.1#5335 -server=/.idiomconnection.com/127.0.0.1#5335 -server=/.idouga.com/127.0.0.1#5335 -server=/.idv.tw/127.0.0.1#5335 -server=/.ieasynews.net/127.0.0.1#5335 -server=/.ied2k.net/127.0.0.1#5335 -server=/.ieemdai.spaces.live.com/127.0.0.1#5335 -server=/.ifan.cz.cc/127.0.0.1#5335 -server=/.ifanqiang.com/127.0.0.1#5335 -server=/.ifanr.com/127.0.0.1#5335 -server=/.ifcss.org/127.0.0.1#5335 -server=/.ifjc.org/127.0.0.1#5335 -server=/.igfw.net/127.0.0.1#5335 -server=/.ignitedetroit.net/127.0.0.1#5335 -server=/.igvita.com/127.0.0.1#5335 -server=/.ihakka.net/127.0.0.1#5335 -server=/.iicns.com/127.0.0.1#5335 -server=/.illusionfactory.com/127.0.0.1#5335 -server=/.ilove80.be/127.0.0.1#5335 -server=/.im88.tw/127.0.0.1#5335 -server=/.imageflea.com/127.0.0.1#5335 -server=/.imagesblog.gio.gov.tw/127.0.0.1#5335 -server=/.imageshack.us/127.0.0.1#5335 -server=/.imagevenue.com/127.0.0.1#5335 -server=/.imagezilla.net/127.0.0.1#5335 -server=/.ime.baidu.jp/127.0.0.1#5335 -server=/.img.ly/127.0.0.1#5335 -server=/.imkev.com/127.0.0.1#5335 -server=/.imlive.com/127.0.0.1#5335 -server=/.immigration.gov.tw/127.0.0.1#5335 -server=/.imrworldwide.com/127.0.0.1#5335 -server=/.im.tv/127.0.0.1#5335 -server=/.incredibox.fr/127.0.0.1#5335 -server=/.iner.gov.tw/127.0.0.1#5335 -server=/.initiativesforchina.org/127.0.0.1#5335 -server=/.inmediahk.net/127.0.0.1#5335 -server=/.innermongolia.org/127.0.0.1#5335 -server=/.instagram.com/127.0.0.1#5335 -server=/.interestinglaugh.com/127.0.0.1#5335 -server=/.interfaceaddiction.com/127.0.0.1#5335 -server=/.internationalrivers.org/127.0.0.1#5335 -server=/.internetdefenseleague.org/127.0.0.1#5335 -server=/.internetfreedom.org/127.0.0.1#5335 -server=/.internetpopculture.com/127.0.0.1#5335 -server=/.inxian.com/127.0.0.1#5335 -server=/.iphone4hongkong.com/127.0.0.1#5335 -server=/.iphonehacks.com/127.0.0.1#5335 -server=/.iphonix.fr/127.0.0.1#5335 -server=/.ipicture.ru/127.0.0.1#5335 -server=/.ipobar.com/127.0.0.1#5335 -server=/.ippotv.com/127.0.0.1#5335 -server=/.iptorrents.com/127.0.0.1#5335 -server=/.ipvanish.com/127.0.0.1#5335 -server=/.iredmail.org/127.0.0.1#5335 -server=/.ironbigfools.compython.net/127.0.0.1#5335 -server=/.ironicsoftware.com/127.0.0.1#5335 -server=/.ironpython.net/127.0.0.1#5335 -server=/.isaacmao.com/127.0.0.1#5335 -server=/.isgreat.org/127.0.0.1#5335 -server=/.islamicity.com/127.0.0.1#5335 -server=/.islam.org.hk/127.0.0.1#5335 -server=/.ismprofessional.net/127.0.0.1#5335 -server=/.isohunt.com/127.0.0.1#5335 -server=/.israbox.com/127.0.0.1#5335 -server=/.istockphoto.com/127.0.0.1#5335 -server=/.isunaffairs.com/127.0.0.1#5335 -server=/.isuntv.com/127.0.0.1#5335 -server=/.itaboo.info/127.0.0.1#5335 -server=/.ithelp.ithome.com.tw/127.0.0.1#5335 -server=/.itrc.gov.tw/127.0.0.1#5335 -server=/.itshidden.com/127.0.0.1#5335 -server=/.itweet.net/127.0.0.1#5335 -server=/.iu45.com/127.0.0.1#5335 -server=/.iverycd.com/127.0.0.1#5335 -server=/.ixquick.com/127.0.0.1#5335 -server=/.izaobao.us/127.0.0.1#5335 -server=/.izles.net/127.0.0.1#5335 -server=/.japan-whores.com/127.0.0.1#5335 -server=/.jayparkinsonmd.com/127.0.0.1#5335 -server=/.jbtalks.cc/127.0.0.1#5335 -server=/.jbtalks.com/127.0.0.1#5335 -server=/.jbtalks.my/127.0.0.1#5335 -server=/.jeanyim.com/127.0.0.1#5335 -server=/.jgoodies.com/127.0.0.1#5335 -server=/.jiaoyou8.com/127.0.0.1#5335 -server=/.jiehua.cz/127.0.0.1#5335 -server=/.jieshibaobao.com/127.0.0.1#5335 -server=/.jike.com/127.0.0.1#5335 -server=/.jimoparty.com/127.0.0.1#5335 -server=/.jinbushe.org/127.0.0.1#5335 -server=/.jingpin.org/127.0.0.1#5335 -server=/.jitouch.com/127.0.0.1#5335 -server=/.jkforum.net/127.0.0.1#5335 -server=/.j.mp/127.0.0.1#5335 -server=/.joachims.org/127.0.0.1#5335 -server=/.jobso.tv/127.0.0.1#5335 -server=/.joeedelman.com/127.0.0.1#5335 -server=/.journalofdemocracy.org/127.0.0.1#5335 -server=/.jpopforum.net/127.0.0.1#5335 -server=/.juliereyc.com/127.0.0.1#5335 -server=/.junauza.com/127.0.0.1#5335 -server=/.junefourth-20.net/127.0.0.1#5335 -server=/.justfreevpn.com/127.0.0.1#5335 -server=/.justtristan.com/127.0.0.1#5335 -server=/.juziyue.com/127.0.0.1#5335 -server=/.jwmusic.org/127.0.0.1#5335 -server=/.jyxf.net/127.0.0.1#5335 -server=/.jyzj.waqn.com/127.0.0.1#5335 -server=/.k2.xrea.com/127.0.0.1#5335 -server=/.kagyuoffice.org.tw/127.0.0.1#5335 -server=/.kaiyuan.de/127.0.0.1#5335 -server=/.kakao.com/127.0.0.1#5335 -server=/.kanzhongguo.com/127.0.0.1#5335 -server=/.kanzhongguo.eu/127.0.0.1#5335 -server=/.karayou.com/127.0.0.1#5335 -server=/.ka-wai.com/127.0.0.1#5335 -server=/.kcsoftwares.com/127.0.0.1#5335 -server=/.kechara.com/127.0.0.1#5335 -server=/.keepandshare.com/127.0.0.1#5335 -server=/.kendincos.net/127.0.0.1#5335 -server=/.kenengba.com/127.0.0.1#5335 -server=/.keontech.net/127.0.0.1#5335 -server=/.khcc.gov.tw/127.0.0.1#5335 -server=/.khms.gov.tw/127.0.0.1#5335 -server=/.khmusic.com.tw/127.0.0.1#5335 -server=/.killwall.com/127.0.0.1#5335 -server=/.kineox.free.fr/127.0.0.1#5335 -server=/.kingdomsalvation.org/127.0.0.1#5335 -server=/.kinghost.com/127.0.0.1#5335 -server=/.kingstone.com.tw/127.0.0.1#5335 -server=/.kissbbao.cn/127.0.0.1#5335 -server=/.kissyoutube.com/127.0.0.1#5335 -server=/.kk.gov.tw/127.0.0.1#5335 -server=/.klccab.gov.tw/127.0.0.1#5335 -server=/.klra.gov.tw/127.0.0.1#5335 -server=/.klsio.gov.tw/127.0.0.1#5335 -server=/.kmh.gov.tw/127.0.0.1#5335 -server=/.kmseh.gov.tw/127.0.0.1#5335 -server=/.knowledgerush.com/127.0.0.1#5335 -server=/.kodingen.com/127.0.0.1#5335 -server=/.kompozer.net/127.0.0.1#5335 -server=/.koolsolutions.com/127.0.0.1#5335 -server=/.koornk.com/127.0.0.1#5335 -server=/.kt.kcome.org/127.0.0.1#5335 -server=/.kui.name/127.0.0.1#5335 -server=/.kun.im/127.0.0.1#5335 -server=/.kurtmunger.com/127.0.0.1#5335 -server=/.kusocity.com/127.0.0.1#5335 -server=/.kwongwah.com.my/127.0.0.1#5335 -server=/.kyohk.net/127.0.0.1#5335 -server=/.kzeng.info/127.0.0.1#5335 -server=/.labiennale.org/127.0.0.1#5335 -server=/.ladbrokes.com/127.0.0.1#5335 -server=/.la-forum.org/127.0.0.1#5335 -server=/.lagranepoca.com/127.0.0.1#5335 -server=/.lalulalu.com/127.0.0.1#5335 -server=/.laogai.org/127.0.0.1#5335 -server=/.laomiu.com/127.0.0.1#5335 -server=/.laoyang.info/127.0.0.1#5335 -server=/.laptoplockdown.com/127.0.0.1#5335 -server=/.laqingdan.net/127.0.0.1#5335 -server=/.larsgeorge.com/127.0.0.1#5335 -server=/.lastfm.es/127.0.0.1#5335 -server=/.latelinenews.com/127.0.0.1#5335 -server=/.latimesblogs.latimes.com/127.0.0.1#5335 -server=/.lazarsearlymusic.com/127.0.0.1#5335 -server=/.leecheukyan.org/127.0.0.1#5335 -server=/.legaltech.law.com/127.0.0.1#5335 -server=/.lematin.ch/127.0.0.1#5335 -server=/.lemonde.fr/127.0.0.1#5335 -server=/.lenwhite.com/127.0.0.1#5335 -server=/.lerosua.org/127.0.0.1#5335 -server=/.lesoir.be/127.0.0.1#5335 -server=/.lesscss.org/127.0.0.1#5335 -server=/.letscorp.net/127.0.0.1#5335 -server=/.liansi.org/127.0.0.1#5335 -server=/.lianyue.net/127.0.0.1#5335 -server=/.liaowangxizang.net/127.0.0.1#5335 -server=/.liberal.org.hk/127.0.0.1#5335 -server=/.libertytimes.com.tw/127.0.0.1#5335 -server=/.lich355.megabyet.net/127.0.0.1#5335 -server=/.lidecheng.com/127.0.0.1#5335 -server=/.life.fly4ever.me/127.0.0.1#5335 -server=/.limiao.net/127.0.0.1#5335 -server=/.line.me/127.0.0.1#5335 -server=/.linglingfa.com/127.0.0.1#5335 -server=/.lingvodics.com/127.0.0.1#5335 -server=/.linkideo.com/127.0.0.1#5335 -server=/.linuxconfig.org/127.0.0.1#5335 -server=/.linux-engineer.net/127.0.0.1#5335 -server=/.linuxreviews.org/127.0.0.1#5335 -server=/.linuxtoy.org/127.0.0.1#5335 -server=/.lipuman.com/127.0.0.1#5335 -server=/.listentoyoutube.com/127.0.0.1#5335 -server=/.list.ly/127.0.0.1#5335 -server=/.listorious.com/127.0.0.1#5335 -server=/.lists.debian.org/127.0.0.1#5335 -server=/.lists.w3.org/127.0.0.1#5335 -server=/.littlebigdetails.com/127.0.0.1#5335 -server=/.liudejun.com/127.0.0.1#5335 -server=/.liuhanyu.com/127.0.0.1#5335 -server=/.liujianshu.com/127.0.0.1#5335 -server=/.liu.lu/127.0.0.1#5335 -server=/.liuxiaotong.com/127.0.0.1#5335 -server=/.liveleak.com/127.0.0.1#5335 -server=/.livestation.com/127.0.0.1#5335 -server=/.livestream.com/127.0.0.1#5335 -server=/.livevideo.com/127.0.0.1#5335 -server=/.livingonline.us/127.0.0.1#5335 -server=/.livingstream.com/127.0.0.1#5335 -server=/.lizhizhuangbi.com/127.0.0.1#5335 -server=/.lkcn.net/127.0.0.1#5335 -server=/.localpresshk.com/127.0.0.1#5335 -server=/.lockdown.com/127.0.0.1#5335 -server=/.lockestek.com/127.0.0.1#5335 -server=/.logbot.net/127.0.0.1#5335 -server=/.logiqx.com/127.0.0.1#5335 -server=/.logmike.com/127.0.0.1#5335 -server=/.log.riku.me/127.0.0.1#5335 -server=/.london.neighborhoodr.com/127.0.0.1#5335 -server=/.longhair.hk/127.0.0.1#5335 -server=/.longtermly.net/127.0.0.1#5335 -server=/.lookatgame.com/127.0.0.1#5335 -server=/.lookingglasstheatre.org/127.0.0.1#5335 -server=/.lookpic.com/127.0.0.1#5335 -server=/.lotuslight.org.tw/127.0.0.1#5335 -server=/.lovequicksilver.com/127.0.0.1#5335 -server=/.lovesphinx.tk/127.0.0.1#5335 -server=/.lrfz.com/127.0.0.1#5335 -server=/.lsd.org.hk/127.0.0.1#5335 -server=/.lsforum.net/127.0.0.1#5335 -server=/.lsmchinese.org/127.0.0.1#5335 -server=/.lsmkorean.org/127.0.0.1#5335 -server=/.lsm.org/127.0.0.1#5335 -server=/.lsxszzg.com/127.0.0.1#5335 -server=/.lua.org/127.0.0.1#5335 -server=/.lua-users.org/127.0.0.1#5335 -server=/.lungtanhr.gov.tw/127.0.0.1#5335 -server=/.luntan.zaobao.com/127.0.0.1#5335 -server=/.lupm.org/127.0.0.1#5335 -server=/.lushstories.com/127.0.0.1#5335 -server=/.lvhai.org/127.0.0.1#5335 -server=/.lyricsquote.com/127.0.0.1#5335 -server=/.mad-ar.ch/127.0.0.1#5335 -server=/.madmenunbuttoned.com/127.0.0.1#5335 -server=/.magazines.sina.com.tw/127.0.0.1#5335 -server=/.maiio.net/127.0.0.1#5335 -server=/.mail-archive.com/127.0.0.1#5335 -server=/.maiplus.com/127.0.0.1#5335 -server=/.makemymood.com/127.0.0.1#5335 -server=/.makzhou.warehouse333.com/127.0.0.1#5335 -server=/.malaysiakini.com/127.0.0.1#5335 -server=/.marc.info/127.0.0.1#5335 -server=/.marco.org/127.0.0.1#5335 -server=/.marguerite.su/127.0.0.1#5335 -server=/.marines.mil/127.0.0.1#5335 -server=/.markmilian.com/127.0.0.1#5335 -server=/.martau.com/127.0.0.1#5335 -server=/.martincartoons.com/127.0.0.1#5335 -server=/.maruta.be/127.0.0.1#5335 -server=/.marxist.com/127.0.0.1#5335 -server=/.marxist.net/127.0.0.1#5335 -server=/.marxists.org/127.0.0.1#5335 -server=/.mashable.com/127.0.0.1#5335 -server=/.mash.to/127.0.0.1#5335 -server=/.matainja.com/127.0.0.1#5335 -server=/.mathiew-badimon.com/127.0.0.1#5335 -server=/.matsu-news.gov.tw/127.0.0.1#5335 -server=/.matsushimakaede.com/127.0.0.1#5335 -server=/.maxgif.com/127.0.0.1#5335 -server=/.mayimayi.com/127.0.0.1#5335 -server=/.mcadforums.com/127.0.0.1#5335 -server=/.mcfog.com/127.0.0.1#5335 -server=/.md-t.org/127.0.0.1#5335 -server=/.mediafire.com/127.0.0.1#5335 -server=/.meetup.com/127.0.0.1#5335 -server=/.mefeedia.com/127.0.0.1#5335 -server=/.megaporn.com/127.0.0.1#5335 -server=/.megarotic.com/127.0.0.1#5335 -server=/.megavideo.com/127.0.0.1#5335 -server=/.megurineluka.com/127.0.0.1#5335 -server=/.meirixiaochao.com/127.0.0.1#5335 -server=/.melon-peach.com/127.0.0.1#5335 -server=/.memedia.cn/127.0.0.1#5335 -server=/.meme.yahoo.com/127.0.0.1#5335 -server=/.memrijttm.org/127.0.0.1#5335 -server=/.merit-times.com.tw/127.0.0.1#5335 -server=/.mesotw.com/127.0.0.1#5335 -server=/.metacafe.com/127.0.0.1#5335 -server=/.meteorshowersonline.com/127.0.0.1#5335 -server=/.metrolife.ca/127.0.0.1#5335 -server=/.mgoon.com/127.0.0.1#5335 -server=/.mgstage.com/127.0.0.1#5335 -server=/.mh4u.org/127.0.0.1#5335 -server=/.mhradio.org/127.0.0.1#5335 -server=/.michaelanti.com/127.0.0.1#5335 -server=/.michaelmarketl.com/127.0.0.1#5335 -server=/.middle-way.net/127.0.0.1#5335 -server=/.mihk.hk/127.0.0.1#5335 -server=/.mihua.org/127.0.0.1#5335 -server=/.mike.cz.cc/127.0.0.1#5335 -server=/.mimivip.com/127.0.0.1#5335 -server=/.minghui.org/127.0.0.1#5335 -server=/.minghui-school.org/127.0.0.1#5335 -server=/.mingjinglishi.com/127.0.0.1#5335 -server=/.mingjingnews.com/127.0.0.1#5335 -server=/.mingpaocanada.com/127.0.0.1#5335 -server=/.mingpao.com/127.0.0.1#5335 -server=/.mingpaomonthly.com/127.0.0.1#5335 -server=/.mingpaonews.com/127.0.0.1#5335 -server=/.mingpaony.com/127.0.0.1#5335 -server=/.mingpaosf.com/127.0.0.1#5335 -server=/.mingpaotor.com/127.0.0.1#5335 -server=/.mingpaovan.com/127.0.0.1#5335 -server=/.minimalmac.com/127.0.0.1#5335 -server=/.mininova.org/127.0.0.1#5335 -server=/.minzhuhua.net/127.0.0.1#5335 -server=/.minzhuzhongguo.org/127.0.0.1#5335 -server=/.miroguide.com/127.0.0.1#5335 -server=/.mirrorbooks.com/127.0.0.1#5335 -server=/.mitbbs.com/127.0.0.1#5335 -server=/.mixedmedialabs.com/127.0.0.1#5335 -server=/.mixero.com/127.0.0.1#5335 -server=/.mixpod.com/127.0.0.1#5335 -server=/.mixx.com/127.0.0.1#5335 -server=/.mizzmona.com/127.0.0.1#5335 -server=/.mk5000.com/127.0.0.1#5335 -server=/.mlcool.com/127.0.0.1#5335 -server=/.mmaaxx.com/127.0.0.1#5335 -server=/.mmmca.com/127.0.0.1#5335 -server=/.mobatek.net/127.0.0.1#5335 -server=/.mobile01.com/127.0.0.1#5335 -server=/.mobileways.de/127.0.0.1#5335 -server=/.mobypicture.com/127.0.0.1#5335 -server=/.moby.to/127.0.0.1#5335 -server=/.modfetish.com/127.0.0.1#5335 -server=/.moe.gov.tw/127.0.0.1#5335 -server=/.mog.com/127.0.0.1#5335 -server=/.molihua.org/127.0.0.1#5335 -server=/.mondex.org/127.0.0.1#5335 -server=/.monitorchina.org/127.0.0.1#5335 -server=/.moonriver7.files.wordpress.com/127.0.0.1#5335 -server=/.morningsun.org/127.0.0.1#5335 -server=/.m.oulove.org/127.0.0.1#5335 -server=/.movabletype.com/127.0.0.1#5335 -server=/.moviefap.com/127.0.0.1#5335 -server=/.mp3ye.eu/127.0.0.1#5335 -server=/.mpettis.com/127.0.0.1#5335 -server=/.mpfinance.com/127.0.0.1#5335 -server=/.mpinews.com/127.0.0.1#5335 -server=/.m.plixi.com/127.0.0.1#5335 -server=/.mrdoob.com/127.0.0.1#5335 -server=/.mrtweet.com/127.0.0.1#5335 -server=/.msguancha.com/127.0.0.1#5335 -server=/.m.slandr.net/127.0.0.1#5335 -server=/.mthruf.com/127.0.0.1#5335 -server=/.m.tweete.net/127.0.0.1#5335 -server=/.mtw.tl/127.0.0.1#5335 -server=/.multiply.com/127.0.0.1#5335 -server=/.multiproxy.org/127.0.0.1#5335 -server=/.multiupload.com/127.0.0.1#5335 -server=/.muouju.com/127.0.0.1#5335 -server=/.muselinks.co.jp/127.0.0.1#5335 -server=/.music.jwmusic.org/127.0.0.1#5335 -server=/.muzi.com/127.0.0.1#5335 -server=/.muzi.net/127.0.0.1#5335 -server=/.muzu.tv/127.0.0.1#5335 -server=/.mvdis.gov.tw/127.0.0.1#5335 -server=/.mx981.com/127.0.0.1#5335 -server=/.myactimes.com/127.0.0.1#5335 -server=/.my-addr.com/127.0.0.1#5335 -server=/.myaudiocast.com/127.0.0.1#5335 -server=/.myav.com.tw/127.0.0.1#5335 -server=/.my.backchina.com/127.0.0.1#5335 -server=/.myboooks.googlepages.com/127.0.0.1#5335 -server=/.mychinamyhome.com/127.0.0.1#5335 -server=/.myeclipseide.com/127.0.0.1#5335 -server=/.myforum.com.hk/127.0.0.1#5335 -server=/.myforum.com.uk/127.0.0.1#5335 -server=/.myfreshnet.com/127.0.0.1#5335 -server=/.my.keso.cn/127.0.0.1#5335 -server=/.myopenid.com/127.0.0.1#5335 -server=/.my.opera.com/127.0.0.1#5335 -server=/.mypaper.pchome.com.tw/127.0.0.1#5335 -server=/.myparagliding.com/127.0.0.1#5335 -server=/.mypopescu.com/127.0.0.1#5335 -server=/.my-proxy.com/127.0.0.1#5335 -server=/.myshare.url.com.tw/127.0.0.1#5335 -server=/.mysinablog.com/127.0.0.1#5335 -server=/.myspace.com/127.0.0.1#5335 -server=/.myvlog.im.tv/127.0.0.1#5335 -server=/.naacoalition.org/127.0.0.1#5335 -server=/.naitik.net/127.0.0.1#5335 -server=/.nakido.com/127.0.0.1#5335 -server=/.namsisi.com/127.0.0.1#5335 -server=/.nanyang.com/127.0.0.1#5335 -server=/.nanyangpost.com/127.0.0.1#5335 -server=/.nanzao.com/127.0.0.1#5335 -server=/.naol.ca/127.0.0.1#5335 -server=/.national-lottery.co.uk/127.0.0.1#5335 -server=/.navicat.com/127.0.0.1#5335 -server=/.navigeaters.com/127.0.0.1#5335 -server=/.navy.mil/127.0.0.1#5335 -server=/.nccwatch.org.tw/127.0.0.1#5335 -server=/.ncdr.nat.gov.tw/127.0.0.1#5335 -server=/.nch.com.tw/127.0.0.1#5335 -server=/.ncn.org/127.0.0.1#5335 -server=/.ncree.gov.tw/127.0.0.1#5335 -server=/.nde.de/127.0.0.1#5335 -server=/.ndr.de/127.0.0.1#5335 -server=/.nekoslovakia.net/127.0.0.1#5335 -server=/.nerch.gov.tw/127.0.0.1#5335 -server=/.ner.gov.tw/127.0.0.1#5335 -server=/.nerhl.gov.tw/127.0.0.1#5335 -server=/.nertt.gov.tw/127.0.0.1#5335 -server=/.netcolony.com/127.0.0.1#5335 -server=/.netflix.com/127.0.0.1#5335 -server=/.netme.cc/127.0.0.1#5335 -server=/.networkedblogs.com/127.0.0.1#5335 -server=/.neverforget8964.org/127.0.0.1#5335 -server=/.new-3lunch.net/127.0.0.1#5335 -server=/.new-akiba.com/127.0.0.1#5335 -server=/.newcenturymc.com/127.0.0.1#5335 -server=/.newcenturynews.com/127.0.0.1#5335 -server=/.newchen.com/127.0.0.1#5335 -server=/.newgrounds.com/127.0.0.1#5335 -server=/.newlandmagazine.com.au/127.0.0.1#5335 -server=/.news100.com.tw/127.0.0.1#5335 -server=/.newsancai.com/127.0.0.1#5335 -server=/.news.atebits.com/127.0.0.1#5335 -server=/.news.backchina.com/127.0.0.1#5335 -server=/.news.bbc.co.uk/127.0.0.1#5335 -server=/.newscn.org/127.0.0.1#5335 -server=/.news.cnyes.com/127.0.0.1#5335 -server=/.newsforums.bbc.co.uk/127.0.0.1#5335 -server=/.news.ghostery.com/127.0.0.1#5335 -server=/.news.google.com.hk/127.0.0.1#5335 -server=/.newsminer.com/127.0.0.1#5335 -server=/.news.msn.com.tw/127.0.0.1#5335 -server=/.news.omy.sg/127.0.0.1#5335 -server=/.news.pchome.com.tw/127.0.0.1#5335 -server=/.newspeak.cc/127.0.0.1#5335 -server=/.newspp.org/127.0.0.1#5335 -server=/.news.sina.com.hk/127.0.0.1#5335 -server=/.news.sina.com.tw/127.0.0.1#5335 -server=/.news.singtao.ca/127.0.0.1#5335 -server=/.newstapa.org/127.0.0.1#5335 -server=/.newtaiwan.com.tw/127.0.0.1#5335 -server=/.newtalk.tw/127.0.0.1#5335 -server=/.newyorktimes.com/127.0.0.1#5335 -server=/.nexton-net.jp/127.0.0.1#5335 -server=/.nexttv.com.tw/127.0.0.1#5335 -server=/.nf.id.au/127.0.0.1#5335 -server=/.nga.mil/127.0.0.1#5335 -server=/.ngensis.com/127.0.0.1#5335 -server=/.nhri.gov.tw/127.0.0.1#5335 -server=/.nic.cz.cc/127.0.0.1#5335 -server=/.nici.nat.gov.tw/127.0.0.1#5335 -server=/.nicovideo.tw/127.0.0.1#5335 -server=/.nict.gov.tw/127.0.0.1#5335 -server=/.nighost.org/127.0.0.1#5335 -server=/.nintendium.com/127.0.0.1#5335 -server=/.nintendowifi.net/127.0.0.1#5335 -server=/.njactb.org/127.0.0.1#5335 -server=/.njuice.com/127.0.0.1#5335 -server=/.nlfreevpn.com/127.0.0.1#5335 -server=/.nmh.gov.tw/127.0.0.1#5335 -server=/.nmmba.gov.tw/127.0.0.1#5335 -server=/.nmp.gov.tw/127.0.0.1#5335 -server=/.nmtl.gov.tw/127.0.0.1#5335 -server=/.nmvttc.gov.tw/127.0.0.1#5335 -server=/.nobelprize.org/127.0.0.1#5335 -server=/.nobel.se/127.0.0.1#5335 -server=/.nobodycanstop.us/127.0.0.1#5335 -server=/.nokogiri.org/127.0.0.1#5335 -server=/.nokola.com/127.0.0.1#5335 -server=/.noobbox.com/127.0.0.1#5335 -server=/.notes.alexdong.com/127.0.0.1#5335 -server=/.novelasia.com/127.0.0.1#5335 -server=/.nownews.com/127.0.0.1#5335 -server=/.nowtorrents.com/127.0.0.1#5335 -server=/.noypf.com/127.0.0.1#5335 -server=/.npa.go.jp/127.0.0.1#5335 -server=/.npm.gov.tw/127.0.0.1#5335 -server=/.nps.gov/127.0.0.1#5335 -server=/.nrk.no/127.0.0.1#5335 -server=/.nsc.gov.tw/127.0.0.1#5335 -server=/.nspo.gov.tw/127.0.0.1#5335 -server=/.nstm.gov.tw/127.0.0.1#5335 -server=/.ntdmh.gov.tw/127.0.0.1#5335 -server=/.ntdtv.ca/127.0.0.1#5335 -server=/.ntdtv.co/127.0.0.1#5335 -server=/.ntdtv.com/127.0.0.1#5335 -server=/.ntdtv.org/127.0.0.1#5335 -server=/.ntdtv.ru/127.0.0.1#5335 -server=/.ntl.gov.tw/127.0.0.1#5335 -server=/.ntsec.gov.tw/127.0.0.1#5335 -server=/.ntuh.gov.tw/127.0.0.1#5335 -server=/.nuexpo.com/127.0.0.1#5335 -server=/.nurgo-software.com/127.0.0.1#5335 -server=/.nuvid.com/127.0.0.1#5335 -server=/.nuzcom.com/127.0.0.1#5335 -server=/.nvquan.org/127.0.0.1#5335 -server=/.nvri.gov.tw/127.0.0.1#5335 -server=/.nydus.ca/127.0.0.1#5335 -server=/.nysingtao.com/127.0.0.1#5335 -server=/.nytco.com/127.0.0.1#5335 -server=/.nyt.com/127.0.0.1#5335 -server=/.nytimes.com/127.0.0.1#5335 -server=/.nytimg.com/127.0.0.1#5335 -server=/.nzchinese.net.nz/127.0.0.1#5335 -server=/.observechina.net/127.0.0.1#5335 -server=/.oclp.hk/127.0.0.1#5335 -server=/.october-review.org/127.0.0.1#5335 -server=/.offbeatchina.com/127.0.0.1#5335 -server=/.ogaoga.org/127.0.0.1#5335 -server=/.oikos.com.tw/127.0.0.1#5335 -server=/.oiktv.com/127.0.0.1#5335 -server=/.oizoblog.com/127.0.0.1#5335 -server=/.okayfreedom.com/127.0.0.1#5335 -server=/.old-cat.net/127.0.0.1#5335 -server=/.old.nabble.com/127.0.0.1#5335 -server=/.olumpo.com/127.0.0.1#5335 -server=/.olympicwatch.org/127.0.0.1#5335 -server=/.omgili.com/127.0.0.1#5335 -server=/.omnitalk.com/127.0.0.1#5335 -server=/.on.cc/127.0.0.1#5335 -server=/.one.xthost.info/127.0.0.1#5335 -server=/.onlylady.cn/127.0.0.1#5335 -server=/.onmoon.com/127.0.0.1#5335 -server=/.onmoon.net/127.0.0.1#5335 -server=/.oopsforum.com/127.0.0.1#5335 -server=/.ooyala.com/127.0.0.1#5335 -server=/.open.com.hk/127.0.0.1#5335 -server=/.opendemocracy.net/127.0.0.1#5335 -server=/.openid.net/127.0.0.1#5335 -server=/.openleaks.org/127.0.0.1#5335 -server=/.openvpn.net/127.0.0.1#5335 -server=/.openvpn.org/127.0.0.1#5335 -server=/.openwebster.com/127.0.0.1#5335 -server=/.opml.radiotime.com/127.0.0.1#5335 -server=/.opnir.com/127.0.0.1#5335 -server=/.orientaldaily.com.my/127.0.0.1#5335 -server=/.orient-doll.com/127.0.0.1#5335 -server=/.orn.jp/127.0.0.1#5335 -server=/.orzistic.org/127.0.0.1#5335 -server=/.osfoora.com/127.0.0.1#5335 -server=/.ourdearamy.com/127.0.0.1#5335 -server=/.oursogo.com/127.0.0.1#5335 -server=/.oursteps.com.au/127.0.0.1#5335 -server=/.overlapr.com/127.0.0.1#5335 -server=/.owl.li/127.0.0.1#5335 -server=/.ow.ly/127.0.0.1#5335 -server=/.oyax.com/127.0.0.1#5335 -server=/.ozchinese.com/127.0.0.1#5335 -server=/.ozyoyo.com/127.0.0.1#5335 -server=/.pabp.gov.tw/127.0.0.1#5335 -server=/.pacificpoker.com/127.0.0.1#5335 -server=/.packages.debian.org/127.0.0.1#5335 -server=/.packetix.net/127.0.0.1#5335 -server=/.page2rss.com/127.0.0.1#5335 -server=/.page.bid.yahoo.com/127.0.0.1#5335 -server=/.pagodabox.com/127.0.0.1#5335 -server=/.paint.net/127.0.0.1#5335 -server=/.palacemoon.com/127.0.0.1#5335 -server=/.pandora.com/127.0.0.1#5335 -server=/.pandora.tv/127.0.0.1#5335 -server=/.panluan.net/127.0.0.1#5335 -server=/.panoramio.com/127.0.0.1#5335 -server=/.pao-pao.net/127.0.0.1#5335 -server=/.paperb.us/127.0.0.1#5335 -server=/.paper.li/127.0.0.1#5335 -server=/.paper-replika.com/127.0.0.1#5335 -server=/.parade.com/127.0.0.1#5335 -server=/.parislemon.com/127.0.0.1#5335 -server=/.pastebin.com/127.0.0.1#5335 -server=/.pastie.org/127.0.0.1#5335 -server=/.patehr.gov.tw/127.0.0.1#5335 -server=/.pbs.org/127.0.0.1#5335 -server=/.pbwiki.com/127.0.0.1#5335 -server=/.pbworks.com/127.0.0.1#5335 -server=/.pbxes.com/127.0.0.1#5335 -server=/.pbxes.org/127.0.0.1#5335 -server=/.pcdiscuss.com/127.0.0.1#5335 -server=/.pcdvd.com.tw/127.0.0.1#5335 -server=/.pchome.com.tw/127.0.0.1#5335 -server=/.pct.org.tw/127.0.0.1#5335 -server=/.pcworld.com/127.0.0.1#5335 -server=/.pdetails.com/127.0.0.1#5335 -server=/.pdproxy.com/127.0.0.1#5335 -server=/.peacefire.org/127.0.0.1#5335 -server=/.peacehall.com/127.0.0.1#5335 -server=/.peeasian.com/127.0.0.1#5335 -server=/.peerpong.com/127.0.0.1#5335 -server=/.pekingduck.org/127.0.0.1#5335 -server=/.penchinese.com/127.0.0.1#5335 -server=/.penchinese.net/127.0.0.1#5335 -server=/.pengyulong.com/127.0.0.1#5335 -server=/.penthouse.com/127.0.0.1#5335 -server=/.peopo.org/127.0.0.1#5335 -server=/.percy.in/127.0.0.1#5335 -server=/.perfectgirls.net/127.0.0.1#5335 -server=/.perfectvpn.net/127.0.0.1#5335 -server=/.perfspot.com/127.0.0.1#5335 -server=/.perlhowto.com/127.0.0.1#5335 -server=/.pet.gov.tw/127.0.0.1#5335 -server=/.philly.com/127.0.0.1#5335 -server=/.photofocus.com/127.0.0.1#5335 -server=/.photos.dailyme.com/127.0.0.1#5335 -server=/.photo.utom.us/127.0.0.1#5335 -server=/.phuquocservices.com/127.0.0.1#5335 -server=/.picasaweb.google.com/127.0.0.1#5335 -server=/.picidae.net/127.0.0.1#5335 -server=/.picturesocial.com/127.0.0.1#5335 -server=/.pictures.playboy.com/127.0.0.1#5335 -server=/.pidown.com/127.0.0.1#5335 -server=/.pign.net/127.0.0.1#5335 -server=/.pimg.tw/127.0.0.1#5335 -server=/.pin6.com/127.0.0.1#5335 -server=/.ping.fm/127.0.0.1#5335 -server=/.pinoy-n.com/127.0.0.1#5335 -server=/.pioneer-worker.forums-free.com/127.0.0.1#5335 -server=/.piring.com/127.0.0.1#5335 -server=/.pixanalytics.com/127.0.0.1#5335 -server=/.pixelqi.com/127.0.0.1#5335 -server=/.pixfs.net/127.0.0.1#5335 -server=/.pixnet.cc/127.0.0.1#5335 -server=/.pixnet.net/127.0.0.1#5335 -server=/.pixplug.in/127.0.0.1#5335 -server=/.pk.com/127.0.0.1#5335 -server=/.placemix.com/127.0.0.1#5335 -server=/.planetsuzy.org/127.0.0.1#5335 -server=/.playboy.com/127.0.0.1#5335 -server=/.plays.com.tw/127.0.0.1#5335 -server=/.plm.org.hk/127.0.0.1#5335 -server=/.plunder.com/127.0.0.1#5335 -server=/.plurk.com/127.0.0.1#5335 -server=/.plurktop.mmdays.com/127.0.0.1#5335 -server=/.plus28.com/127.0.0.1#5335 -server=/.plusbb.com/127.0.0.1#5335 -server=/.pmates.com/127.0.0.1#5335 -server=/.po2b.com/127.0.0.1#5335 -server=/.podictionary.com/127.0.0.1#5335 -server=/.pokerstars.com/127.0.0.1#5335 -server=/.politicalchina.org/127.0.0.1#5335 -server=/.popvote.hk/127.0.0.1#5335 -server=/.popyard.com/127.0.0.1#5335 -server=/.popyard.org/127.0.0.1#5335 -server=/.porn2.com/127.0.0.1#5335 -server=/.pornbase.org/127.0.0.1#5335 -server=/.porn.com/127.0.0.1#5335 -server=/.pornhub.com/127.0.0.1#5335 -server=/.pornmm.net/127.0.0.1#5335 -server=/.pornoxo.com/127.0.0.1#5335 -server=/.pornrapidshare.com/127.0.0.1#5335 -server=/.pornstarclub.com/127.0.0.1#5335 -server=/.porntube.com/127.0.0.1#5335 -server=/.pornvisit.com/127.0.0.1#5335 -server=/.portis21.spaces.live.com/127.0.0.1#5335 -server=/.pose.com/127.0.0.1#5335 -server=/.postadult.com/127.0.0.1#5335 -server=/.post.anyu.org/127.0.0.1#5335 -server=/.posterous.com/127.0.0.1#5335 -server=/.post.ly/127.0.0.1#5335 -server=/.powerapple.com/127.0.0.1#5335 -server=/.power.com/127.0.0.1#5335 -server=/.powercx.com/127.0.0.1#5335 -server=/.prayforchina.net/127.0.0.1#5335 -server=/.premeforwindows7.com/127.0.0.1#5335 -server=/.presentationzen.com/127.0.0.1#5335 -server=/.president.gov.tw/127.0.0.1#5335 -server=/.prestige-av.com/127.0.0.1#5335 -server=/.previewshots.com/127.0.0.1#5335 -server=/.privacybox.de/127.0.0.1#5335 -server=/.privateinternetaccess.com/127.0.0.1#5335 -server=/.privatepaste.com/127.0.0.1#5335 -server=/.privatetunnel.com/127.0.0.1#5335 -server=/.procopytips.com/127.0.0.1#5335 -server=/.program-think.spaces.live.com/127.0.0.1#5335 -server=/.prosiben.de/127.0.0.1#5335 -server=/.provideocoalition.com/127.0.0.1#5335 -server=/.proxifier.com/127.0.0.1#5335 -server=/.proxomitron.info/127.0.0.1#5335 -server=/.proxy.org/127.0.0.1#5335 -server=/.proxypy.net/127.0.0.1#5335 -server=/.proxyroad.com/127.0.0.1#5335 -server=/.prozz.net/127.0.0.1#5335 -server=/.psblog.name/127.0.0.1#5335 -server=/.psiphon.ca/127.0.0.1#5335 -server=/.psiphon.civisec.org/127.0.0.1#5335 -server=/.pts.org.tw/127.0.0.1#5335 -server=/.ptt.cc/127.0.0.1#5335 -server=/.pubu.com.tw/127.0.0.1#5335 -server=/.puffinbrowser.com/127.0.0.1#5335 -server=/.puffstore.com/127.0.0.1#5335 -server=/.pullfolio.com/127.0.0.1#5335 -server=/.pulse.yahoo.com/127.0.0.1#5335 -server=/.pure18.com/127.0.0.1#5335 -server=/.pureconcepts.net/127.0.0.1#5335 -server=/.purepdf.com/127.0.0.1#5335 -server=/.purevpn.com/127.0.0.1#5335 -server=/.putlocker.com/127.0.0.1#5335 -server=/.puttycm.free.fr/127.0.0.1#5335 -server=/.pwned.com/127.0.0.1#5335 -server=/.python.com/127.0.0.1#5335 -server=/.python.com.tw/127.0.0.1#5335 -server=/.qanote.com/127.0.0.1#5335 -server=/.qidian.ca/127.0.0.1#5335 -server=/.qienkuen.org/127.0.0.1#5335 -server=/.qi-gong.me/127.0.0.1#5335 -server=/.qiwen.lu/127.0.0.1#5335 -server=/.qixianglu.cn/127.0.0.1#5335 -server=/.qkshare.com/127.0.0.1#5335 -server=/.qoos.com/127.0.0.1#5335 -server=/.qq.co.za/127.0.0.1#5335 -server=/.qstatus.com/127.0.0.1#5335 -server=/.qtrac.eu/127.0.0.1#5335 -server=/.qtweeter.com/127.0.0.1#5335 -server=/.quadedge.com/127.0.0.1#5335 -server=/.qusi8.net/127.0.0.1#5335 -server=/.qvodzy.org/127.0.0.1#5335 -server=/.qxbbs.org/127.0.0.1#5335 -server=/.radicalparty.org/127.0.0.1#5335 -server=/.radioaustralia.net.au/127.0.0.1#5335 -server=/.radiovaticana.org/127.0.0.1#5335 -server=/.radiovncr.com/127.0.0.1#5335 -server=/.raidcall.com.tw/127.0.0.1#5335 -server=/.rangzen.org/127.0.0.1#5335 -server=/.ranyunfei.com/127.0.0.1#5335 -server=/.rapbull.net/127.0.0.1#5335 -server=/.rapidshare8.com/127.0.0.1#5335 -server=/.rapidsharedata.com/127.0.0.1#5335 -server=/.rayfme.com/127.0.0.1#5335 -server=/.rcinet.ca/127.0.0.1#5335 -server=/.rconversation.blogs.com/127.0.0.1#5335 -server=/.rdio.com/127.0.0.1#5335 -server=/.read100.com/127.0.0.1#5335 -server=/.readingtimes.com.tw/127.0.0.1#5335 -server=/.readmoo.com/127.0.0.1#5335 -server=/.realraptalk.com/127.0.0.1#5335 -server=/.recordhistory.org/127.0.0.1#5335 -server=/.redchinacn.org/127.0.0.1#5335 -server=/.redtube.com/127.0.0.1#5335 -server=/.referer.us/127.0.0.1#5335 -server=/.reflectivecode.com/127.0.0.1#5335 -server=/.relaxbbs.com/127.0.0.1#5335 -server=/.renminbao.com/127.0.0.1#5335 -server=/.renyurenquan.org/127.0.0.1#5335 -server=/.retweeteffect.com/127.0.0.1#5335 -server=/.retweetist.com/127.0.0.1#5335 -server=/.retweetrank.com/127.0.0.1#5335 -server=/.revleft.com/127.0.0.1#5335 -server=/.revsci.net/127.0.0.1#5335 -server=/.revver.com/127.0.0.1#5335 -server=/.rfachina.com/127.0.0.1#5335 -server=/.rfamobile.org/127.0.0.1#5335 -server=/.rfa.org/127.0.0.1#5335 -server=/.rferl.org/127.0.0.1#5335 -server=/.rfi.fr/127.0.0.1#5335 -server=/.rhcloud.com/127.0.0.1#5335 -server=/.riku.me/127.0.0.1#5335 -server=/.rileyguide.com/127.0.0.1#5335 -server=/.rlwlw.com/127.0.0.1#5335 -server=/.rmjdw.com/127.0.0.1#5335 -server=/.rnw.nl/127.0.0.1#5335 -server=/.robtex.com/127.0.0.1#5335 -server=/.robustnessiskey.com/127.0.0.1#5335 -server=/.rocmp.org/127.0.0.1#5335 -server=/.rojo.com/127.0.0.1#5335 -server=/.ronjoneswriter.com/127.0.0.1#5335 -server=/.roodo.com/127.0.0.1#5335 -server=/.rotten.com/127.0.0.1#5335 -server=/.rsf-chinese.org/127.0.0.1#5335 -server=/.rsf.org/127.0.0.1#5335 -server=/.rssmeme.com/127.0.0.1#5335 -server=/.rthk.hk/127.0.0.1#5335 -server=/.rthk.org.hk/127.0.0.1#5335 -server=/.rti.org.tw/127.0.0.1#5335 -server=/.ruanyifeng.com/127.0.0.1#5335 -server=/.rushbee.com/127.0.0.1#5335 -server=/.rutube.ru/127.0.0.1#5335 -server=/.ruyiseek.com/127.0.0.1#5335 -server=/.rxhj.net/127.0.0.1#5335 -server=/.s1heng.com/127.0.0.1#5335 -server=/.s8forum.com/127.0.0.1#5335 -server=/.sacom.hk/127.0.0.1#5335 -server=/.sadpanda.us/127.0.0.1#5335 -server=/.saiq.me/127.0.0.1#5335 -server=/.salvation.org.hk/127.0.0.1#5335 -server=/.samair.ru/127.0.0.1#5335 -server=/.sammyjs.org/127.0.0.1#5335 -server=/.samsoff.es/127.0.0.1#5335 -server=/.sandnoble.com/127.0.0.1#5335 -server=/.sankaizok.com/127.0.0.1#5335 -server=/.sanmin.com.tw/127.0.0.1#5335 -server=/.sapikachu.net/127.0.0.1#5335 -server=/.savemedia.com/127.0.0.1#5335 -server=/.savetibet.de/127.0.0.1#5335 -server=/.savetibet.fr/127.0.0.1#5335 -server=/.savetibet.nl/127.0.0.1#5335 -server=/.savetibet.org/127.0.0.1#5335 -server=/.savetibet.ru/127.0.0.1#5335 -server=/.savevid.com/127.0.0.1#5335 -server=/.say2.info/127.0.0.1#5335 -server=/.scanscout.com/127.0.0.1#5335 -server=/.scmpchinese.com/127.0.0.1#5335 -server=/.scmp.com/127.0.0.1#5335 -server=/.scorecardresearch.com/127.0.0.1#5335 -server=/.scribd.com/127.0.0.1#5335 -server=/.scriptspot.com/127.0.0.1#5335 -server=/.seapuff.com/127.0.0.1#5335 -server=/.secretchina.com/127.0.0.1#5335 -server=/.secretgarden.no/127.0.0.1#5335 -server=/.secure.wikimedia.org/127.0.0.1#5335 -server=/.securitykiss.com/127.0.0.1#5335 -server=/.seesmic.com/127.0.0.1#5335 -server=/.seevpn.com/127.0.0.1#5335 -server=/.seezone.net/127.0.0.1#5335 -server=/.sejie.com/127.0.0.1#5335 -server=/.sendoid.com/127.0.0.1#5335 -server=/.sendspace.com/127.0.0.1#5335 -server=/.sesawe.net/127.0.0.1#5335 -server=/.sesawe.org/127.0.0.1#5335 -server=/.sethwklein.net/127.0.0.1#5335 -server=/.sevenload.com/127.0.0.1#5335 -server=/.sex-11.com/127.0.0.1#5335 -server=/.sex3.com/127.0.0.1#5335 -server=/.sex8.cc/127.0.0.1#5335 -server=/.sexandsubmission.com/127.0.0.1#5335 -server=/.sex.com/127.0.0.1#5335 -server=/.sexhuang.com/127.0.0.1#5335 -server=/.sexhu.com/127.0.0.1#5335 -server=/.sexinsex.net/127.0.0.1#5335 -server=/.sfileydy.com/127.0.0.1#5335 -server=/.shadow.ma/127.0.0.1#5335 -server=/.shadowsocks.org/127.0.0.1#5335 -server=/.shahamat-english.com/127.0.0.1#5335 -server=/.shangfang.org/127.0.0.1#5335 -server=/.shapeservices.com/127.0.0.1#5335 -server=/.sharebee.com/127.0.0.1#5335 -server=/.sharecool.org/127.0.0.1#5335 -server=/.share.ovi.com/127.0.0.1#5335 -server=/.share.skype.com/127.0.0.1#5335 -server=/.share.youthwant.com.tw/127.0.0.1#5335 -server=/.sharkdolphin.com/127.0.0.1#5335 -server=/.sharpdaily.com.hk/127.0.0.1#5335 -server=/.sharpdaily.hk/127.0.0.1#5335 -server=/.shaunthesheep.com/127.0.0.1#5335 -server=/.sheikyermami.com/127.0.0.1#5335 -server=/.shellmix.com/127.0.0.1#5335 -server=/.shenshou.org/127.0.0.1#5335 -server=/.shenyunperformingarts.org/127.0.0.1#5335 -server=/.shenzhoufilm.com/127.0.0.1#5335 -server=/.shifeike.blog125.fc2blog.net/127.0.0.1#5335 -server=/.shinychan.com/127.0.0.1#5335 -server=/.shitaotv.org/127.0.0.1#5335 -server=/.shixiao.org/127.0.0.1#5335 -server=/.shizhao.org/127.0.0.1#5335 -server=/.shkspr.mobi/127.0.0.1#5335 -server=/.shodanhq.com/127.0.0.1#5335 -server=/.shopping.com/127.0.0.1#5335 -server=/.showbiz.omy.sg/127.0.0.1#5335 -server=/.showtime.jp/127.0.0.1#5335 -server=/.shwchurch3.com/127.0.0.1#5335 -server=/.sidelinesnews.com/127.0.0.1#5335 -server=/.sidelinessportseatery.com/127.0.0.1#5335 -server=/.simplecd.me/127.0.0.1#5335 -server=/.simplecd.org/127.0.0.1#5335 -server=/.simpleproductivityblog.com/127.0.0.1#5335 -server=/.sina.com.tw/127.0.0.1#5335 -server=/.singtao.com/127.0.0.1#5335 -server=/.singularitys.spaces.live.com/127.0.0.1#5335 -server=/.sinoants.com/127.0.0.1#5335 -server=/.sinocast.com/127.0.0.1#5335 -server=/.sinocism.com/127.0.0.1#5335 -server=/.sino-monthly.com/127.0.0.1#5335 -server=/.sinomontreal.ca/127.0.0.1#5335 -server=/.sinonet.ca/127.0.0.1#5335 -server=/.sinopitt.info/127.0.0.1#5335 -server=/.sinoquebec.com/127.0.0.1#5335 -server=/.sis001.com/127.0.0.1#5335 -server=/.sis001.us/127.0.0.1#5335 -server=/.sis.xxx/127.0.0.1#5335 -server=/.site90.net/127.0.0.1#5335 -server=/.sitebro.tw/127.0.0.1#5335 -server=/.siteks.uk.to/127.0.0.1#5335 -server=/.site.locql.com/127.0.0.1#5335 -server=/.sitemaps.org/127.0.0.1#5335 -server=/.sites.google.com/127.0.0.1#5335 -server=/.sitetag.us/127.0.0.1#5335 -server=/.siyi123123123.spaces.live.com/127.0.0.1#5335 -server=/.skimtube.com/127.0.0.1#5335 -server=/.skybet.com/127.0.0.1#5335 -server=/.skyvegas.com/127.0.0.1#5335 -server=/.slacker.com/127.0.0.1#5335 -server=/.slavasoft.com/127.0.0.1#5335 -server=/.slheng.com/127.0.0.1#5335 -server=/.slickvpn.com/127.0.0.1#5335 -server=/.slideshare.net/127.0.0.1#5335 -server=/.slinkset.com/127.0.0.1#5335 -server=/.slutload.com/127.0.0.1#5335 -server=/.smhric.org/127.0.0.1#5335 -server=/.snapchat.com/127.0.0.1#5335 -server=/.snaptu.com/127.0.0.1#5335 -server=/.sndcdn.com/127.0.0.1#5335 -server=/.sneakme.net/127.0.0.1#5335 -server=/.snooper.co.uk/127.0.0.1#5335 -server=/.sobees.com/127.0.0.1#5335 -server=/.socialwhale.com/127.0.0.1#5335 -server=/.sockslist.net/127.0.0.1#5335 -server=/.sod.co.jp/127.0.0.1#5335 -server=/.softether.co.jp/127.0.0.1#5335 -server=/.softether-download.com/127.0.0.1#5335 -server=/.softether.org/127.0.0.1#5335 -server=/.softwarebychuck.com/127.0.0.1#5335 -server=/.so-ga.net/127.0.0.1#5335 -server=/.sogclub.com/127.0.0.1#5335 -server=/.sogou.com/127.0.0.1#5335 -server=/.sogrady.me/127.0.0.1#5335 -server=/.sohcradio.com/127.0.0.1#5335 -server=/.sohfrance.org/127.0.0.1#5335 -server=/.soh.tw/127.0.0.1#5335 -server=/.sokamonline.com/127.0.0.1#5335 -server=/.solozorro.tk/127.0.0.1#5335 -server=/.somee.com/127.0.0.1#5335 -server=/.so-news.com/127.0.0.1#5335 -server=/.songjianjun.com/127.0.0.1#5335 -server=/.sonidodelaesperanza.org/127.0.0.1#5335 -server=/.sopcast.com/127.0.0.1#5335 -server=/.sopcast.org/127.0.0.1#5335 -server=/.sorting-algorithms.com/127.0.0.1#5335 -server=/.soumo.info/127.0.0.1#5335 -server=/.soundcloud.com/127.0.0.1#5335 -server=/.soundofhope.kr/127.0.0.1#5335 -server=/.soundofhope.org/127.0.0.1#5335 -server=/.soupofmedia.com/127.0.0.1#5335 -server=/.sourceforge.net/127.0.0.1#5335 -server=/.southnews.com.tw/127.0.0.1#5335 -server=/.sowers.org.hk/127.0.0.1#5335 -server=/.space-scape.com/127.0.0.1#5335 -server=/.spankwire.com/127.0.0.1#5335 -server=/.spb.com/127.0.0.1#5335 -server=/.speckleapp.com/127.0.0.1#5335 -server=/.speedpluss.org/127.0.0.1#5335 -server=/.spencertipping.com/127.0.0.1#5335 -server=/.spinejs.com/127.0.0.1#5335 -server=/.sports.williamhill.com/127.0.0.1#5335 -server=/.spotify.com/127.0.0.1#5335 -server=/.sproutcore.com/127.0.0.1#5335 -server=/.squarespace.com/127.0.0.1#5335 -server=/.srcf.ucam.org/127.0.0.1#5335 -server=/.ssh91.com/127.0.0.1#5335 -server=/.sshtunnel.googlecode.com/127.0.0.1#5335 -server=/.sstatic.net/127.0.0.1#5335 -server=/.stag.gov.tw/127.0.0.1#5335 -server=/.standupfortibet.org/127.0.0.1#5335 -server=/.starp2p.com/127.0.0.1#5335 -server=/.startpage.com/127.0.0.1#5335 -server=/.statcounter.com/127.0.0.1#5335 -server=/.state168.com/127.0.0.1#5335 -server=/.static.apple.nextmedia.com/127.0.0.1#5335 -server=/.static.digg.com/127.0.0.1#5335 -server=/.staticflickr.com/127.0.0.1#5335 -server=/.static.nownews.com/127.0.0.1#5335 -server=/.static.soup.io/127.0.0.1#5335 -server=/.static.typepad.com/127.0.0.1#5335 -server=/.status.twhirl.org/127.0.0.1#5335 -server=/.stdtime.gov.tw/127.0.0.1#5335 -server=/.steel-storm.com/127.0.0.1#5335 -server=/.sthoo.com/127.0.0.1#5335 -server=/.stickam.com/127.0.0.1#5335 -server=/.stickeraction.com/127.0.0.1#5335 -server=/.stonegames.net/127.0.0.1#5335 -server=/.stoneip.info/127.0.0.1#5335 -server=/.stoptibetcrisis.net/127.0.0.1#5335 -server=/.storagenewsletter.com/127.0.0.1#5335 -server=/.stoweboyd.com/127.0.0.1#5335 -server=/.streamingthe.net/127.0.0.1#5335 -server=/.strongvpn.com/127.0.0.1#5335 -server=/.student.tw/127.0.0.1#5335 -server=/.stuffimreading.com/127.0.0.1#5335 -server=/.stuffimreading.net/127.0.0.1#5335 -server=/.stupidvideos.com/127.0.0.1#5335 -server=/.subacme.rerouted.org/127.0.0.1#5335 -server=/.sublexical.spaces.live.com/127.0.0.1#5335 -server=/.sufeng.org/127.0.0.1#5335 -server=/.sugarsync.com/127.0.0.1#5335 -server=/.summify.com/127.0.0.1#5335 -server=/.sun1911.com/127.0.0.1#5335 -server=/.suoluo.org/127.0.0.1#5335 -server=/.surfeasy.com.au/127.0.0.1#5335 -server=/.svwind.com/127.0.0.1#5335 -server=/.sweux.com/127.0.0.1#5335 -server=/.swift-tools.net/127.0.0.1#5335 -server=/.s.xiaod.in/127.0.0.1#5335 -server=/.sydneytoday.com/127.0.0.1#5335 -server=/.sylfoundation.org/127.0.0.1#5335 -server=/.syncback.com/127.0.0.1#5335 -server=/.sysadmin1138.net/127.0.0.1#5335 -server=/.sysresccd.org/127.0.0.1#5335 -server=/.sytes.net/127.0.0.1#5335 -server=/.szbbs.net/127.0.0.1#5335 -server=/.szetowah.org.hk/127.0.0.1#5335 -server=/.t35.com/127.0.0.1#5335 -server=/.t66y.com/127.0.0.1#5335 -server=/.taa-usa.org/127.0.0.1#5335 -server=/.tabtter.jp/127.0.0.1#5335 -server=/.tacem.org/127.0.0.1#5335 -server=/.tafaward.com/127.0.0.1#5335 -server=/.tagwalk.com/127.0.0.1#5335 -server=/.taipei.gov.tw/127.0.0.1#5335 -server=/.taipeisociety.org/127.0.0.1#5335 -server=/.taitung-house.gov.tw/127.0.0.1#5335 -server=/.taiwandaily.net/127.0.0.1#5335 -server=/.taiwankiss.com/127.0.0.1#5335 -server=/.taiwannation.50webs.com/127.0.0.1#5335 -server=/.taiwannation.com/127.0.0.1#5335 -server=/.taiwannation.com.tw/127.0.0.1#5335 -server=/.taiwannews.com.tw/127.0.0.1#5335 -server=/.taiwan-sex.com/127.0.0.1#5335 -server=/.taiwantt.org.tw/127.0.0.1#5335 -server=/.taiwanus.net/127.0.0.1#5335 -server=/.taiwanyes.com/127.0.0.1#5335 -server=/.taiwanyes.ning.com/127.0.0.1#5335 -server=/.tamiaode.tk/127.0.0.1#5335 -server=/.tanc.org/127.0.0.1#5335 -server=/.tangben.com/127.0.0.1#5335 -server=/.taolun.info/127.0.0.1#5335 -server=/.taoyuan.gov.tw/127.0.0.1#5335 -server=/.tap11.com/127.0.0.1#5335 -server=/.target.com/127.0.0.1#5335 -server=/.taweet.com/127.0.0.1#5335 -server=/.tax.nat.gov.tw/127.0.0.1#5335 -server=/.tbpic.info/127.0.0.1#5335 -server=/.tbsec.org/127.0.0.1#5335 -server=/.tbsn.org/127.0.0.1#5335 -server=/.tbsseattle.org/127.0.0.1#5335 -server=/.tchb.gov.tw/127.0.0.1#5335 -server=/.tchrd.org/127.0.0.1#5335 -server=/.t.co/127.0.0.1#5335 -server=/.tcsac.gov.tw/127.0.0.1#5335 -server=/.teamseesmic.com/127.0.0.1#5335 -server=/.teashark.com/127.0.0.1#5335 -server=/.techlifeweb.com/127.0.0.1#5335 -server=/.techparaiso.com/127.0.0.1#5335 -server=/.telecomspace.com/127.0.0.1#5335 -server=/.telegraph.co.uk/127.0.0.1#5335 -server=/.tenacy.com/127.0.0.1#5335 -server=/.thbstc.gov.tw/127.0.0.1#5335 -server=/.theampfactory.com/127.0.0.1#5335 -server=/.theappleblog.com/127.0.0.1#5335 -server=/.theatrum-belli.com/127.0.0.1#5335 -server=/.thebcomplex.com/127.0.0.1#5335 -server=/.theblemish.com/127.0.0.1#5335 -server=/.thebodyshop-usa.com/127.0.0.1#5335 -server=/.thechinabeat.org/127.0.0.1#5335 -server=/.thedailywh.at/127.0.0.1#5335 -server=/.thedieline.com/127.0.0.1#5335 -server=/.thedw.us/127.0.0.1#5335 -server=/.thegatesnotes.com/127.0.0.1#5335 -server=/.thehots.info/127.0.0.1#5335 -server=/.thehousenews.com/127.0.0.1#5335 -server=/.thehungrydudes.com/127.0.0.1#5335 -server=/.thehun.net/127.0.0.1#5335 -server=/.theinternetwishlist.com/127.0.0.1#5335 -server=/.thelifeyoucansave.com/127.0.0.1#5335 -server=/.thelius.org/127.0.0.1#5335 -server=/.thepiratebay.org/127.0.0.1#5335 -server=/.thepiratebay.se/127.0.0.1#5335 -server=/.theqii.info/127.0.0.1#5335 -server=/.thereallove.kr/127.0.0.1#5335 -server=/.thesartorialist.com/127.0.0.1#5335 -server=/.thespeeder.com/127.0.0.1#5335 -server=/.the-sun.on.cc/127.0.0.1#5335 -server=/.thetibetpost.com/127.0.0.1#5335 -server=/.thetrotskymovie.com/127.0.0.1#5335 -server=/.thevivekspot.com/127.0.0.1#5335 -server=/.thewgo.org/127.0.0.1#5335 -server=/.thisav.com/127.0.0.1#5335 -server=/.thisiswhyyouarefat.com/127.0.0.1#5335 -server=/.thkphoto.com/127.0.0.1#5335 -server=/.thomasbernhard.org/127.0.0.1#5335 -server=/.threatchaos.com/127.0.0.1#5335 -server=/.throughnightsfire.com/127.0.0.1#5335 -server=/.t.huhaitai.com/127.0.0.1#5335 -server=/.thumbzilla.com/127.0.0.1#5335 -server=/.thywords.com/127.0.0.1#5335 -server=/.tiananmenmother.org/127.0.0.1#5335 -server=/.tiananmenuniv.com/127.0.0.1#5335 -server=/.tiananmenuniv.net/127.0.0.1#5335 -server=/.tiandixing.org/127.0.0.1#5335 -server=/.tianhuayuan.com/127.0.0.1#5335 -server=/.tiantibooks.org/127.0.0.1#5335 -server=/.tianzhu.org/127.0.0.1#5335 -server=/.tibetalk.com/127.0.0.1#5335 -server=/.tibetanyouthcongress.org/127.0.0.1#5335 -server=/.tibet.at/127.0.0.1#5335 -server=/.tibet.com/127.0.0.1#5335 -server=/.tibetcorps.org/127.0.0.1#5335 -server=/.tibetfund.org/127.0.0.1#5335 -server=/.tibetjustice.org/127.0.0.1#5335 -server=/.tibet.net/127.0.0.1#5335 -server=/.tibetoffice.org/127.0.0.1#5335 -server=/.tibetonline.com/127.0.0.1#5335 -server=/.tibetonline.tv/127.0.0.1#5335 -server=/.tibet.org.tw/127.0.0.1#5335 -server=/.tibetsun.com/127.0.0.1#5335 -server=/.tibetwrites.org/127.0.0.1#5335 -server=/.tidyread.com/127.0.0.1#5335 -server=/.time.com/127.0.0.1#5335 -server=/.times.hinet.net/127.0.0.1#5335 -server=/.tinychat.com/127.0.0.1#5335 -server=/.tinypaste.com/127.0.0.1#5335 -server=/.tinypng.com/127.0.0.1#5335 -server=/.tistory.com/127.0.0.1#5335 -server=/.tjholowaychuk.com/127.0.0.1#5335 -server=/.tkcs-collins.com/127.0.0.1#5335 -server=/.tkforum.tk/127.0.0.1#5335 -server=/.t.kun.im/127.0.0.1#5335 -server=/.tmagazine.com/127.0.0.1#5335 -server=/.tmi.me/127.0.0.1#5335 -server=/.tnaflix.com/127.0.0.1#5335 -server=/.tncsec.gov.tw/127.0.0.1#5335 -server=/.t.neolee.cn/127.0.0.1#5335 -server=/.togetter.com/127.0.0.1#5335 -server=/.tokyo-247.com/127.0.0.1#5335 -server=/.tokyocn.com/127.0.0.1#5335 -server=/.tokyo-hot.com/127.0.0.1#5335 -server=/.tomayko.com/127.0.0.1#5335 -server=/.tomsc.com/127.0.0.1#5335 -server=/.tono-oka.jp/127.0.0.1#5335 -server=/.tonyyan.net/127.0.0.1#5335 -server=/.toodoc.com/127.0.0.1#5335 -server=/.toonel.net/127.0.0.1#5335 -server=/.topic.youthwant.com.tw/127.0.0.1#5335 -server=/.topnews.in/127.0.0.1#5335 -server=/.topshare.us/127.0.0.1#5335 -server=/.topshareware.com/127.0.0.1#5335 -server=/.topstyle4.com/127.0.0.1#5335 -server=/.topsy.com/127.0.0.1#5335 -server=/.tora.to/127.0.0.1#5335 -server=/.tor.blingblingsquad.net/127.0.0.1#5335 -server=/.torproject.org/127.0.0.1#5335 -server=/.torrentcrazy.com/127.0.0.1#5335 -server=/.torrentproject.se/127.0.0.1#5335 -server=/.tor.updatestar.com/127.0.0.1#5335 -server=/.torvpn.com/127.0.0.1#5335 -server=/.t.orzdream.com/127.0.0.1#5335 -server=/.tosh.comedycentral.com/127.0.0.1#5335 -server=/.touch99.com/127.0.0.1#5335 -server=/.toutfr.com/127.0.0.1#5335 -server=/.tpde.aide.gov.tw/127.0.0.1#5335 -server=/.tphcc.gov.tw/127.0.0.1#5335 -server=/.tpi.org.tw/127.0.0.1#5335 -server=/.transgressionism.org/127.0.0.1#5335 -server=/.transparency.org/127.0.0.1#5335 -server=/.travelinlocal.com/127.0.0.1#5335 -server=/.trendsmap.com/127.0.0.1#5335 -server=/.trialofccp.org/127.0.0.1#5335 -server=/.tripod.com/127.0.0.1#5335 -server=/.trouw.nl/127.0.0.1#5335 -server=/.trtc.com.tw/127.0.0.1#5335 -server=/.trt.net.tr/127.0.0.1#5335 -server=/.trulyergonomic.com/127.0.0.1#5335 -server=/.trustedbi.com/127.0.0.1#5335 -server=/.truth101.co.tv/127.0.0.1#5335 -server=/.truthcn.com/127.0.0.1#5335 -server=/.truveo.com/127.0.0.1#5335 -server=/.tsctv.net/127.0.0.1#5335 -server=/.tsemtulku.com/127.0.0.1#5335 -server=/.tsquare.tv/127.0.0.1#5335 -server=/.tsunagarumon.com/127.0.0.1#5335 -server=/.tt1069.com/127.0.0.1#5335 -server=/.tttan.com/127.0.0.1#5335 -server=/.tuanzt.com/127.0.0.1#5335 -server=/.tube8.com/127.0.0.1#5335 -server=/.tubecao.com/127.0.0.1#5335 -server=/.tube.com/127.0.0.1#5335 -server=/.tubewolf.com/127.0.0.1#5335 -server=/.tuidang.net/127.0.0.1#5335 -server=/.tuidang.org/127.0.0.1#5335 -server=/.tui.orzdream.com/127.0.0.1#5335 -server=/.tuite.googlecode.com/127.0.0.1#5335 -server=/.tumblr.awflasher.com/127.0.0.1#5335 -server=/.tumblweed.org/127.0.0.1#5335 -server=/.tumutanzi.com/127.0.0.1#5335 -server=/.tunein.com/127.0.0.1#5335 -server=/.tunnelbear.com/127.0.0.1#5335 -server=/.turbobit.net/127.0.0.1#5335 -server=/.turbotwitter.com/127.0.0.1#5335 -server=/.turningtorso.com/127.0.0.1#5335 -server=/.turntable.fm/127.0.0.1#5335 -server=/.tuxtraining.com/127.0.0.1#5335 -server=/.tvants.com/127.0.0.1#5335 -server=/.tvboxnow.com/127.0.0.1#5335 -server=/.tv.com/127.0.0.1#5335 -server=/.tvider.com/127.0.0.1#5335 -server=/.tv-intros.com/127.0.0.1#5335 -server=/.tv.on.cc/127.0.0.1#5335 -server=/.tvunetworks.com/127.0.0.1#5335 -server=/.twapperkeeper.com/127.0.0.1#5335 -server=/.twa.sh/127.0.0.1#5335 -server=/.twaud.io/127.0.0.1#5335 -server=/.twbbs.net.tw/127.0.0.1#5335 -server=/.twbbs.org/127.0.0.1#5335 -server=/.twbbs.tw/127.0.0.1#5335 -server=/.twblogger.com/127.0.0.1#5335 -server=/.tweepguide.com/127.0.0.1#5335 -server=/.tweeplike.me/127.0.0.1#5335 -server=/.tweepmag.com/127.0.0.1#5335 -server=/.tweepml.org/127.0.0.1#5335 -server=/.tweetbackup.com/127.0.0.1#5335 -server=/.tweetboard.com/127.0.0.1#5335 -server=/.tweetboner.biz/127.0.0.1#5335 -server=/.tweetdeck.com/127.0.0.1#5335 -server=/.tweetedtimes.com/127.0.0.1#5335 -server=/.tweetmeme.com/127.0.0.1#5335 -server=/.tweetmylast.fm/127.0.0.1#5335 -server=/.tweetphoto.com/127.0.0.1#5335 -server=/.tweetrans.com/127.0.0.1#5335 -server=/.tweetree.com/127.0.0.1#5335 -server=/.tweetwally.com/127.0.0.1#5335 -server=/.tweetymail.com/127.0.0.1#5335 -server=/.twftp.org/127.0.0.1#5335 -server=/.twibase.com/127.0.0.1#5335 -server=/.twibble.de/127.0.0.1#5335 -server=/.twibbon.com/127.0.0.1#5335 -server=/.twibs.com/127.0.0.1#5335 -server=/.twicsy.com/127.0.0.1#5335 -server=/.twifan.com/127.0.0.1#5335 -server=/.twiffo.com/127.0.0.1#5335 -server=/.twiggit.org/127.0.0.1#5335 -server=/.twilog.org/127.0.0.1#5335 -server=/.twimbow.com/127.0.0.1#5335 -server=/.twimg.com/127.0.0.1#5335 -server=/.twimg.edgesuite.net/127.0.0.1#5335 -server=/.tw.img.nextmedia.com/127.0.0.1#5335 -server=/.twindexx.com/127.0.0.1#5335 -server=/.twipple.jp/127.0.0.1#5335 -server=/.twistar.cc/127.0.0.1#5335 -server=/.twisternow.com/127.0.0.1#5335 -server=/.twistory.net/127.0.0.1#5335 -server=/.twit2d.com/127.0.0.1#5335 -server=/.twitbrowser.net/127.0.0.1#5335 -server=/.twitcause.com/127.0.0.1#5335 -server=/.twitese.spaces.live.com/127.0.0.1#5335 -server=/.twitgether.com/127.0.0.1#5335 -server=/.twitgoo.com/127.0.0.1#5335 -server=/.twitiq.com/127.0.0.1#5335 -server=/.twitlonger.com/127.0.0.1#5335 -server=/.twitoaster.com/127.0.0.1#5335 -server=/.twitonmsn.com/127.0.0.1#5335 -server=/.twitpic.com/127.0.0.1#5335 -server=/.twitreferral.com/127.0.0.1#5335 -server=/.twitstat.com/127.0.0.1#5335 -server=/.twittbot.net/127.0.0.1#5335 -server=/.twitter4j.org/127.0.0.1#5335 -server=/.twitter.com/127.0.0.1#5335 -server=/.twittercounter.com/127.0.0.1#5335 -server=/.twitterfeed.com/127.0.0.1#5335 -server=/.twittergadget.com/127.0.0.1#5335 -server=/.twitter.jp/127.0.0.1#5335 -server=/.twitterkr.com/127.0.0.1#5335 -server=/.twittermail.com/127.0.0.1#5335 -server=/.twittertim.es/127.0.0.1#5335 -server=/.twitthat.com/127.0.0.1#5335 -server=/.twitturk.com/127.0.0.1#5335 -server=/.twitturly.com/127.0.0.1#5335 -server=/.twitvid.com/127.0.0.1#5335 -server=/.twitzap.com/127.0.0.1#5335 -server=/.twiyia.com/127.0.0.1#5335 -server=/.tw.jiepang.com/127.0.0.1#5335 -server=/.tw.myblog.yahoo.com/127.0.0.1#5335 -server=/.tw.news.yahoo.com/127.0.0.1#5335 -server=/.tw-npo.org/127.0.0.1#5335 -server=/.tw.rd.yahoo.com/127.0.0.1#5335 -server=/.twreg.info/127.0.0.1#5335 -server=/.twstar.net/127.0.0.1#5335 -server=/.tw.streetvoice.com/127.0.0.1#5335 -server=/.twt.fm/127.0.0.1#5335 -server=/.twtkr.com/127.0.0.1#5335 -server=/.twtr2src.ogaoga.org/127.0.0.1#5335 -server=/.twtrland.com/127.0.0.1#5335 -server=/.twt.tl/127.0.0.1#5335 -server=/.twttr.com/127.0.0.1#5335 -server=/.twurl.nl/127.0.0.1#5335 -server=/.tw.voa.mobi/127.0.0.1#5335 -server=/.twyac.org/127.0.0.1#5335 -server=/.tw.yahoo.com/127.0.0.1#5335 -server=/.tycool.com/127.0.0.1#5335 -server=/.tynsoe.org/127.0.0.1#5335 -server=/.typepad.com/127.0.0.1#5335 -server=/.tzangms.com/127.0.0.1#5335 -server=/.ub0.cc/127.0.0.1#5335 -server=/.uberproxy.net/127.0.0.1#5335 -server=/.ucdc1998.org/127.0.0.1#5335 -server=/.uderzo.it/127.0.0.1#5335 -server=/.udn.com/127.0.0.1#5335 -server=/.ufreevpn.com/127.0.0.1#5335 -server=/.ugo.com/127.0.0.1#5335 -server=/.uhrp.org/127.0.0.1#5335 -server=/.uighurbiz.net/127.0.0.1#5335 -server=/.ukliferadio.co.uk/127.0.0.1#5335 -server=/.ulike.net/127.0.0.1#5335 -server=/.ultravpn.fr/127.0.0.1#5335 -server=/.ultraxs.com/127.0.0.1#5335 -server=/.unblock.cn.com/127.0.0.1#5335 -server=/.unblocksit.es/127.0.0.1#5335 -server=/.uncyclomedia.org/127.0.0.1#5335 -server=/.uncyclopedia.info/127.0.0.1#5335 -server=/.uncyclopedia.tw/127.0.0.1#5335 -server=/.unholyknight.com/127.0.0.1#5335 -server=/.uni.cc/127.0.0.1#5335 -server=/.unicode.org/127.0.0.1#5335 -server=/.uniteddaily.com.my/127.0.0.1#5335 -server=/.unix100.com/127.0.0.1#5335 -server=/.unknownspace.org/127.0.0.1#5335 -server=/.unpo.org/127.0.0.1#5335 -server=/.uocn.org/127.0.0.1#5335 -server=/.upcoming.yahoo.com/127.0.0.1#5335 -server=/.update.playstation.net/127.0.0.1#5335 -server=/.upload4u.info/127.0.0.1#5335 -server=/.upload.backchina.com/127.0.0.1#5335 -server=/.uploaded.to/127.0.0.1#5335 -server=/.uploadstation.com/127.0.0.1#5335 -server=/.upload.wikimedia.org/127.0.0.1#5335 -server=/.urlborg.com/127.0.0.1#5335 -server=/.urlparser.com/127.0.0.1#5335 -server=/.usacn.com/127.0.0.1#5335 -server=/.usfk.mil/127.0.0.1#5335 -server=/.usinfo.state.gov/127.0.0.1#5335 -server=/.usmc.mil/127.0.0.1#5335 -server=/.us.to/127.0.0.1#5335 -server=/.ustream.tv/127.0.0.1#5335 -server=/.usus.cc/127.0.0.1#5335 -server=/.uushare.com/127.0.0.1#5335 -server=/.uwants.com/127.0.0.1#5335 -server=/.uwants.net/127.0.0.1#5335 -server=/.uyghurcongress.org/127.0.0.1#5335 -server=/.uygur.org/127.0.0.1#5335 -server=/.v70.us/127.0.0.1#5335 -server=/.vaayoo.com/127.0.0.1#5335 -server=/.value-domain.com/127.0.0.1#5335 -server=/.van698.com/127.0.0.1#5335 -server=/.vanemu.cn/127.0.0.1#5335 -server=/.vanilla-jp.com/127.0.0.1#5335 -server=/.vansky.com/127.0.0.1#5335 -server=/.vapurl.com/127.0.0.1#5335 -server=/.vatn.org/127.0.0.1#5335 -server=/.vcfbuilder.org/127.0.0.1#5335 -server=/.vcf-online.org/127.0.0.1#5335 -server=/.veempiire.com/127.0.0.1#5335 -server=/.velkaepocha.sk/127.0.0.1#5335 -server=/.venbbs.com/127.0.0.1#5335 -server=/.venchina.com/127.0.0.1#5335 -server=/.ventureswell.com/127.0.0.1#5335 -server=/.veoh.com/127.0.0.1#5335 -server=/.verizon.net/127.0.0.1#5335 -server=/.verybs.com/127.0.0.1#5335 -server=/.vevo.com/127.0.0.1#5335 -server=/.vft.com.tw/127.0.0.1#5335 -server=/.vghks.gov.tw/127.0.0.1#5335 -server=/.vghtc.gov.tw/127.0.0.1#5335 -server=/.vghtpe.gov.tw/127.0.0.1#5335 -server=/.video.aol.ca/127.0.0.1#5335 -server=/.video.aol.com/127.0.0.1#5335 -server=/.video.aol.co.uk/127.0.0.1#5335 -server=/.video.ap.org/127.0.0.1#5335 -server=/.videobam.com/127.0.0.1#5335 -server=/.video.fdbox.com/127.0.0.1#5335 -server=/.video.foxbusiness.com/127.0.0.1#5335 -server=/.videomo.com/127.0.0.1#5335 -server=/.video.tiscali.it/127.0.0.1#5335 -server=/.video.yahoo.com/127.0.0.1#5335 -server=/.vidoemo.com/127.0.0.1#5335 -server=/.views.fm/127.0.0.1#5335 -server=/.viki.com/127.0.0.1#5335 -server=/.vimeocdn.com/127.0.0.1#5335 -server=/.vimeo.com/127.0.0.1#5335 -server=/.vimgolf.com/127.0.0.1#5335 -server=/.vimperator.org/127.0.0.1#5335 -server=/.vincnd.com/127.0.0.1#5335 -server=/.vinniev.com/127.0.0.1#5335 -server=/.vllcs.org/127.0.0.1#5335 -server=/.vlog.xuite.net/127.0.0.1#5335 -server=/.vmixcore.com/127.0.0.1#5335 -server=/.voacantonese.com/127.0.0.1#5335 -server=/.voachineseblog.com/127.0.0.1#5335 -server=/.voachinese.com/127.0.0.1#5335 -server=/.voagd.com/127.0.0.1#5335 -server=/.voanews.com/127.0.0.1#5335 -server=/.voatibetan.com/127.0.0.1#5335 -server=/.vocn.tv/127.0.0.1#5335 -server=/.vot.org/127.0.0.1#5335 -server=/.vpnbook.com/127.0.0.1#5335 -server=/.vpnfire.com/127.0.0.1#5335 -server=/.vpngate.jp/127.0.0.1#5335 -server=/.vpngate.net/127.0.0.1#5335 -server=/.vpnpop.com/127.0.0.1#5335 -server=/.vpnpronet.com/127.0.0.1#5335 -server=/.v-state.org/127.0.0.1#5335 -server=/.vtunnel.com/127.0.0.1#5335 -server=/.w3schools.com/127.0.0.1#5335 -server=/.waffle1999.com/127.0.0.1#5335 -server=/.wahas.com/127.0.0.1#5335 -server=/.waigaobu.com/127.0.0.1#5335 -server=/.waikeung.org/127.0.0.1#5335 -server=/.waiwaier.com/127.0.0.1#5335 -server=/.wallornot.org/127.0.0.1#5335 -server=/.wallpapercasa.com/127.0.0.1#5335 -server=/.wanderinghorse.net/127.0.0.1#5335 -server=/.wanfang.gov.tw/127.0.0.1#5335 -server=/.wangafu.net/127.0.0.1#5335 -server=/.wangjinbo.org/127.0.0.1#5335 -server=/.wanglixiong.com/127.0.0.1#5335 -server=/.wangruoshui.net/127.0.0.1#5335 -server=/.wangyi64.spaces.live.com/127.0.0.1#5335 -server=/.want-daily.com/127.0.0.1#5335 -server=/.wapedia.mobi/127.0.0.1#5335 -server=/.washeng.net/127.0.0.1#5335 -server=/.watchmygf.net/127.0.0.1#5335 -server=/.wattpad.com/127.0.0.1#5335 -server=/.wdf5.com/127.0.0.1#5335 -server=/.wearn.com/127.0.0.1#5335 -server=/.web2project.net/127.0.0.1#5335 -server=/.webbang.net/127.0.0.1#5335 -server=/.webfee.tk/127.0.0.1#5335 -server=/.weblagu.com/127.0.0.1#5335 -server=/.webmproject.org/127.0.0.1#5335 -server=/.webshots.com/127.0.0.1#5335 -server=/.websitepulse.com/127.0.0.1#5335 -server=/.webs-tv.net/127.0.0.1#5335 -server=/.webworkerdaily.com/127.0.0.1#5335 -server=/.weeewooo.net/127.0.0.1#5335 -server=/.weekmag.info/127.0.0.1#5335 -server=/.wefong.com/127.0.0.1#5335 -server=/.weiboleak.com/127.0.0.1#5335 -server=/.weigegebyc.dreamhosters.com/127.0.0.1#5335 -server=/.weijingsheng.org/127.0.0.1#5335 -server=/.weiming.info/127.0.0.1#5335 -server=/.weiquanwang.org/127.0.0.1#5335 -server=/.weisuo.ws/127.0.0.1#5335 -server=/.wellplacedpixels.com/127.0.0.1#5335 -server=/.wengewang.com/127.0.0.1#5335 -server=/.wengewang.org/127.0.0.1#5335 -server=/.wenhui.ch/127.0.0.1#5335 -server=/.wenku.com/127.0.0.1#5335 -server=/.wenxuecity.com/127.0.0.1#5335 -server=/.wenyunchao.com/127.0.0.1#5335 -server=/.wenyunchao.spaces.live.com/127.0.0.1#5335 -server=/.wepn.info/127.0.0.1#5335 -server=/.westca.com/127.0.0.1#5335 -server=/.westernwolves.com/127.0.0.1#5335 -server=/.wetplace.com/127.0.0.1#5335 -server=/.wetpussygames.com/127.0.0.1#5335 -server=/.wexiaobo.org/127.0.0.1#5335 -server=/.wezhiyong.org/127.0.0.1#5335 -server=/.wezone.net/127.0.0.1#5335 -server=/.wforum.com/127.0.0.1#5335 -server=/.whatblocked.com/127.0.0.1#5335 -server=/.whereiswerner.com/127.0.0.1#5335 -server=/.whippedass.com/127.0.0.1#5335 -server=/.whitebear.freebearblog.org/127.0.0.1#5335 -server=/.whydidyoubuymethat.com/127.0.0.1#5335 -server=/.whylover.com/127.0.0.1#5335 -server=/.whyx.org/127.0.0.1#5335 -server=/.w.idaiwan.com/127.0.0.1#5335 -server=/.wiki.cnitter.com/127.0.0.1#5335 -server=/.wiki.jqueryui.com/127.0.0.1#5335 -server=/.wiki.keso.cn/127.0.0.1#5335 -server=/.wikileaks.ch/127.0.0.1#5335 -server=/.wikileaks.de/127.0.0.1#5335 -server=/.wikileaks.eu/127.0.0.1#5335 -server=/.wikileaks.lu/127.0.0.1#5335 -server=/.wikileaks.org/127.0.0.1#5335 -server=/.wikileaks.pl/127.0.0.1#5335 -server=/.wikilivres.info/127.0.0.1#5335 -server=/.wikimapia.org/127.0.0.1#5335 -server=/.wikimedia.org.mo/127.0.0.1#5335 -server=/.wiki.moegirl.org/127.0.0.1#5335 -server=/.wikinet.org/127.0.0.1#5335 -server=/.wiki.oauth.net/127.0.0.1#5335 -server=/.wikipedia.org/127.0.0.1#5335 -server=/.wiki.phonegap.com/127.0.0.1#5335 -server=/.wikiwiki.jp/127.0.0.1#5335 -server=/.wikkii.com/127.0.0.1#5335 -server=/.williamlong.spaces.live.com/127.0.0.1#5335 -server=/.willw.net/127.0.0.1#5335 -server=/.windowsphoneme.com/127.0.0.1#5335 -server=/.winwhispers.info/127.0.0.1#5335 -server=/.wiredbytes.com/127.0.0.1#5335 -server=/.wiredpen.com/127.0.0.1#5335 -server=/.wireshark.org/127.0.0.1#5335 -server=/.wisevid.com/127.0.0.1#5335 -server=/.witnessleeteaching.com/127.0.0.1#5335 -server=/.witopia.net/127.0.0.1#5335 -server=/.wlx.sowiki.net/127.0.0.1#5335 -server=/.woeser.com/127.0.0.1#5335 -server=/.wolfax.com/127.0.0.1#5335 -server=/.womenbusiness.nyc.gov.tw/127.0.0.1#5335 -server=/.womensrightsofchina.org/127.0.0.1#5335 -server=/.woopie.jp/127.0.0.1#5335 -server=/.woopie.tv/127.0.0.1#5335 -server=/.wordboner.com/127.0.0.1#5335 -server=/.wordpress.com/127.0.0.1#5335 -server=/.wordsandturds.com/127.0.0.1#5335 -server=/.w.org/127.0.0.1#5335 -server=/.workatruna.com/127.0.0.1#5335 -server=/.worldcat.org/127.0.0.1#5335 -server=/.worldjournal.com/127.0.0.1#5335 -server=/.worstthingieverate.com/127.0.0.1#5335 -server=/.wo.tc/127.0.0.1#5335 -server=/.wowlegacy.ml/127.0.0.1#5335 -server=/.wow-life.net/127.0.0.1#5335 -server=/.woxinghuiguo.com/127.0.0.1#5335 -server=/.wozy.in/127.0.0.1#5335 -server=/.wp.com/127.0.0.1#5335 -server=/.wpoforum.com/127.0.0.1#5335 -server=/.wqlhw.com/127.0.0.1#5335 -server=/.wqyd.org/127.0.0.1#5335 -server=/.wrchina.org/127.0.0.1#5335 -server=/.wretch.cc/127.0.0.1#5335 -server=/.writer.zoho.com/127.0.0.1#5335 -server=/.wsj.com/127.0.0.1#5335 -server=/.wsj.net/127.0.0.1#5335 -server=/.wtfpeople.com/127.0.0.1#5335 -server=/.wuala.com/127.0.0.1#5335 -server=/.wuerkaixi.com/127.0.0.1#5335 -server=/.wufi.org.tw/127.0.0.1#5335 -server=/.wuguoguang.com/127.0.0.1#5335 -server=/.wujieliulan.com/127.0.0.1#5335 -server=/.wujie.net/127.0.0.1#5335 -server=/.wukangrui.net/127.0.0.1#5335 -server=/.wwitv.com/127.0.0.1#5335 -server=/.www.6v6dota.com/127.0.0.1#5335 -server=/.www.ajsands.com/127.0.0.1#5335 -server=/.www.antd.org/127.0.0.1#5335 -server=/.www.aolnews.com/127.0.0.1#5335 -server=/.www.bulbous.freeserve.co.uk/127.0.0.1#5335 -server=/.www.cmoinc.org/127.0.0.1#5335 -server=/.www.dfanning.com/127.0.0.1#5335 -server=/.www.dwheeler.com/127.0.0.1#5335 -server=/.www.eulam.com/127.0.0.1#5335 -server=/.www.exblog.jp/127.0.0.1#5335 -server=/.www.forum4hk.com/127.0.0.1#5335 -server=/.www.freetibet.org/127.0.0.1#5335 -server=/.www.getyouram.com/127.0.0.1#5335 -server=/.www.goldenmelody.com.tw/127.0.0.1#5335 -server=/.www.idlcoyote.com/127.0.0.1#5335 -server=/.www.immigration.gov.tw/127.0.0.1#5335 -server=/.www.klip.me/127.0.0.1#5335 -server=/.www.kodingen.com/127.0.0.1#5335 -server=/.www.linksalpha.com/127.0.0.1#5335 -server=/.www.loiclemeur.com/127.0.0.1#5335 -server=/.www.macrovpn.com/127.0.0.1#5335 -server=/.www.monlamit.org/127.0.0.1#5335 -server=/.www.moztw.org/127.0.0.1#5335 -server=/.www.mycould.com/127.0.0.1#5335 -server=/.www.ned.org/127.0.0.1#5335 -server=/.www.nownews.com/127.0.0.1#5335 -server=/.www.orchidbbs.com/127.0.0.1#5335 -server=/.www.owind.com/127.0.0.1#5335 -server=/.www.oxid.it/127.0.0.1#5335 -server=/.www.parkansky.com/127.0.0.1#5335 -server=/.www.powerpointninja.com/127.0.0.1#5335 -server=/.www.rnw.nl/127.0.0.1#5335 -server=/.www.somee.com/127.0.0.1#5335 -server=/.www.stackfile.com/127.0.0.1#5335 -server=/.www.supertweet.net/127.0.0.1#5335 -server=/.www.tiffanyarment.com/127.0.0.1#5335 -server=/.www.tripod.com/127.0.0.1#5335 -server=/.www.tv.com/127.0.0.1#5335 -server=/.www.twtrland.com/127.0.0.1#5335 -server=/.www.typepad.com/127.0.0.1#5335 -server=/.www.urbanoutfitters.com/127.0.0.1#5335 -server=/.www.vegorpedersen.com/127.0.0.1#5335 -server=/.www.voy.com/127.0.0.1#5335 -server=/.www.vpncup.com/127.0.0.1#5335 -server=/.www.wangruowang.org/127.0.0.1#5335 -server=/.www.wan-press.org/127.0.0.1#5335 -server=/.www.wet123.com/127.0.0.1#5335 -server=/.www.zaurus.org.uk/127.0.0.1#5335 -server=/.wzyboy.im/127.0.0.1#5335 -server=/.x1949x.com/127.0.0.1#5335 -server=/.x365x.com/127.0.0.1#5335 -server=/.xanga.com/127.0.0.1#5335 -server=/.x-art.com/127.0.0.1#5335 -server=/.xa.yimg.com/127.0.0.1#5335 -server=/.xbabe.com/127.0.0.1#5335 -server=/.xbookcn.com/127.0.0.1#5335 -server=/.xcafe.in/127.0.0.1#5335 -server=/.xcritic.com/127.0.0.1#5335 -server=/.xfm.pp.ru/127.0.0.1#5335 -server=/.xgmyd.com/127.0.0.1#5335 -server=/.xh4n.cn/127.0.0.1#5335 -server=/.xhamster.com/127.0.0.1#5335 -server=/.xiaochuncnjp.com/127.0.0.1#5335 -server=/.xiaohexie.com/127.0.0.1#5335 -server=/.xiaoma.org/127.0.0.1#5335 -server=/.xiezhua.com/127.0.0.1#5335 -server=/.xing.com/127.0.0.1#5335 -server=/.xinhuanet.org/127.0.0.1#5335 -server=/.xinmiao.com.hk/127.0.0.1#5335 -server=/.xinqimeng.over-blog.com/127.0.0.1#5335 -server=/.xinsheng.net/127.0.0.1#5335 -server=/.xinshijue.com/127.0.0.1#5335 -server=/.xinyubbs.net/127.0.0.1#5335 -server=/.xizang-zhiye.org/127.0.0.1#5335 -server=/.xjp.cc/127.0.0.1#5335 -server=/.xml-training-guide.com/127.0.0.1#5335 -server=/.xmovies.com/127.0.0.1#5335 -server=/.xmusic.fm/127.0.0.1#5335 -server=/.xnxx.com/127.0.0.1#5335 -server=/.xpdo.net/127.0.0.1#5335 -server=/.xpud.org/127.0.0.1#5335 -server=/.xskywalker.com/127.0.0.1#5335 -server=/.xtube.com/127.0.0.1#5335 -server=/.xuchao.net/127.0.0.1#5335 -server=/.xuchao.org/127.0.0.1#5335 -server=/.xuzhiyong.net/127.0.0.1#5335 -server=/.xuzhuoer.com/127.0.0.1#5335 -server=/.xvedios.com/127.0.0.1#5335 -server=/.xvideos.com/127.0.0.1#5335 -server=/.x-wall.org/127.0.0.1#5335 -server=/.xxbbx.com/127.0.0.1#5335 -server=/.x.xcity.jp/127.0.0.1#5335 -server=/.xxxx.com.au/127.0.0.1#5335 -server=/.xysblogs.org/127.0.0.1#5335 -server=/.xys.dxiong.com/127.0.0.1#5335 -server=/.xys.org/127.0.0.1#5335 -server=/.xyy69.com/127.0.0.1#5335 -server=/.xyy69.info/127.0.0.1#5335 -server=/.yahoo.cn/127.0.0.1#5335 -server=/.yahoo.com.hk/127.0.0.1#5335 -server=/.yam.com/127.0.0.1#5335 -server=/.yanghengjun.spaces.live.com/127.0.0.1#5335 -server=/.yasni.co.uk/127.0.0.1#5335 -server=/.yasukuni.or.jp/127.0.0.1#5335 -server=/.yatsen.gov.tw/127.0.0.1#5335 -server=/.ydy.com/127.0.0.1#5335 -server=/.yeelou.com/127.0.0.1#5335 -server=/.yeeyi.com/127.0.0.1#5335 -server=/.yegle.net/127.0.0.1#5335 -server=/.yezimary.spaces.live.com/127.0.0.1#5335 -server=/.yfrog.com/127.0.0.1#5335 -server=/.yhcw.net/127.0.0.1#5335 -server=/.yidio.com/127.0.0.1#5335 -server=/.yilubbs.com/127.0.0.1#5335 -server=/.yi.org/127.0.0.1#5335 -server=/.yipub.com/127.0.0.1#5335 -server=/.ym.backchina.com/127.0.0.1#5335 -server=/.yogichen.org/127.0.0.1#5335 -server=/.yong.hu/127.0.0.1#5335 -server=/.yorkbbs.ca/127.0.0.1#5335 -server=/.youdao.com/127.0.0.1#5335 -server=/.youjizz.com/127.0.0.1#5335 -server=/.youmaker.com/127.0.0.1#5335 -server=/.youpai.org/127.0.0.1#5335 -server=/.youporn.com/127.0.0.1#5335 -server=/.your-freedom.net/127.0.0.1#5335 -server=/.yousendit.com/127.0.0.1#5335 -server=/.youthbao.com/127.0.0.1#5335 -server=/.youthnetradio.org/127.0.0.1#5335 -server=/.youtu.be/127.0.0.1#5335 -server=/.youtubecn.com/127.0.0.1#5335 -server=/.youtube.com/127.0.0.1#5335 -server=/.youtube-nocookie.com/127.0.0.1#5335 -server=/.youversion.com/127.0.0.1#5335 -server=/.youxu.info/127.0.0.1#5335 -server=/.ytht.net/127.0.0.1#5335 -server=/.ytimg.com/127.0.0.1#5335 -server=/.yuanming.net/127.0.0.1#5335 -server=/.yuming.flnet.org/127.0.0.1#5335 -server=/.yunchao.net/127.0.0.1#5335 -server=/.yvesgeleyn.com/127.0.0.1#5335 -server=/.yvtc.gov.tw/127.0.0.1#5335 -server=/.yx51.net/127.0.0.1#5335 -server=/.yyii.org/127.0.0.1#5335 -server=/.yymaya.com/127.0.0.1#5335 -server=/.yzzk.com/127.0.0.1#5335 -server=/.zacebook.com/127.0.0.1#5335 -server=/.zannel.com/127.0.0.1#5335 -server=/.zaobao.com/127.0.0.1#5335 -server=/.zaobao.com.sg/127.0.0.1#5335 -server=/.zaozon.com/127.0.0.1#5335 -server=/.zarias.com/127.0.0.1#5335 -server=/.zattoo.com/127.0.0.1#5335 -server=/.zdnet.com.tw/127.0.0.1#5335 -server=/.zengjinyan.org/127.0.0.1#5335 -server=/.zengjinyan.spaces.live.com/127.0.0.1#5335 -server=/.zeutch.com/127.0.0.1#5335 -server=/.zgzcjj.net/127.0.0.1#5335 -server=/.zhanbin.net/127.0.0.1#5335 -server=/.zhao.jinhai.de/127.0.0.1#5335 -server=/.zhenghui.org/127.0.0.1#5335 -server=/.zhenlibu.info/127.0.0.1#5335 -server=/.zhinengluyou.com/127.0.0.1#5335 -server=/.zhllg.spaces.live.com/127.0.0.1#5335 -server=/.zh.m.wikipedia.org/127.0.0.1#5335 -server=/.zh.netlog.com/127.0.0.1#5335 -server=/.zhonggtuotese.net/127.0.0.1#5335 -server=/.zhongguotese.net/127.0.0.1#5335 -server=/.zhongmeng.org/127.0.0.1#5335 -server=/.zhongsou.com/127.0.0.1#5335 -server=/.zh.pokerstrategy.com/127.0.0.1#5335 -server=/.zhreader.com/127.0.0.1#5335 -server=/.zh-tw.justin.tv/127.0.0.1#5335 -server=/.zhuichaguoji.org/127.0.0.1#5335 -server=/.zh.uncyclopedia.wikia.com/127.0.0.1#5335 -server=/.zh.wikinews.org/127.0.0.1#5335 -server=/.zh.wikipedia.org/127.0.0.1#5335 -server=/.zh.wikisource.org/127.0.0.1#5335 -server=/.ziddu.com/127.0.0.1#5335 -server=/.zillionk.com/127.0.0.1#5335 -server=/.zinio.com/127.0.0.1#5335 -server=/.ziplib.com/127.0.0.1#5335 -server=/.zkaip.com/127.0.0.1#5335 -server=/.zmw.cn/127.0.0.1#5335 -server=/.zomobo.net/127.0.0.1#5335 -server=/.zonaeuropa.com/127.0.0.1#5335 -server=/.zootool.com/127.0.0.1#5335 -server=/.zoozle.net/127.0.0.1#5335 -server=/.zozotown.com/127.0.0.1#5335 -server=/.zshare.net/127.0.0.1#5335 -server=/.zsrhao.com/127.0.0.1#5335 -server=/.zuo.la/127.0.0.1#5335 -server=/.zuola.com/127.0.0.1#5335 -server=/.zvereff.com/127.0.0.1#5335 -server=/.zyzc9.com/127.0.0.1#5335 -server=/.zyzg.us/127.0.0.1#5335 \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_list.conf deleted file mode 100644 index 39a84f08e9..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.vssr/gfw_list.conf +++ /dev/null @@ -1,10414 +0,0 @@ -server=/.030buy.com/127.0.0.1#5335 -ipset=/.030buy.com/gfwlist -server=/.0rz.tw/127.0.0.1#5335 -ipset=/.0rz.tw/gfwlist -server=/.10.tt/127.0.0.1#5335 -ipset=/.10.tt/gfwlist -server=/.1000giri.net/127.0.0.1#5335 -ipset=/.1000giri.net/gfwlist -server=/.100ke.org/127.0.0.1#5335 -ipset=/.100ke.org/gfwlist -server=/.10conditionsoflove.com/127.0.0.1#5335 -ipset=/.10conditionsoflove.com/gfwlist -server=/.10musume.com/127.0.0.1#5335 -ipset=/.10musume.com/gfwlist -server=/.123rf.com/127.0.0.1#5335 -ipset=/.123rf.com/gfwlist -server=/.12bet.com/127.0.0.1#5335 -ipset=/.12bet.com/gfwlist -server=/.12vpn.com/127.0.0.1#5335 -ipset=/.12vpn.com/gfwlist -server=/.12vpn.net/127.0.0.1#5335 -ipset=/.12vpn.net/gfwlist -server=/.138.com/127.0.0.1#5335 -ipset=/.138.com/gfwlist -server=/.141jj.com/127.0.0.1#5335 -ipset=/.141jj.com/gfwlist -server=/.141tube.com/127.0.0.1#5335 -ipset=/.141tube.com/gfwlist -server=/.1688.com.au/127.0.0.1#5335 -ipset=/.1688.com.au/gfwlist -server=/.173ng.com/127.0.0.1#5335 -ipset=/.173ng.com/gfwlist -server=/.177pic.info/127.0.0.1#5335 -ipset=/.177pic.info/gfwlist -server=/.17t17p.com/127.0.0.1#5335 -ipset=/.17t17p.com/gfwlist -server=/.18board.com/127.0.0.1#5335 -ipset=/.18board.com/gfwlist -server=/.18board.info/127.0.0.1#5335 -ipset=/.18board.info/gfwlist -server=/.18onlygirls.com/127.0.0.1#5335 -ipset=/.18onlygirls.com/gfwlist -server=/.18p2p.com/127.0.0.1#5335 -ipset=/.18p2p.com/gfwlist -server=/.18virginsex.com/127.0.0.1#5335 -ipset=/.18virginsex.com/gfwlist -server=/.1949er.org/127.0.0.1#5335 -ipset=/.1949er.org/gfwlist -server=/.1984bbs.com/127.0.0.1#5335 -ipset=/.1984bbs.com/gfwlist -server=/.1984bbs.org/127.0.0.1#5335 -ipset=/.1984bbs.org/gfwlist -server=/.1989report.hkja.org.hk/127.0.0.1#5335 -ipset=/.1989report.hkja.org.hk/gfwlist -server=/.1991way.com/127.0.0.1#5335 -ipset=/.1991way.com/gfwlist -server=/.1998cdp.org/127.0.0.1#5335 -ipset=/.1998cdp.org/gfwlist -server=/.1bao.org/127.0.0.1#5335 -ipset=/.1bao.org/gfwlist -server=/.1dumb.com/127.0.0.1#5335 -ipset=/.1dumb.com/gfwlist -server=/.1e100.net/127.0.0.1#5335 -ipset=/.1e100.net/gfwlist -server=/.1eew.com/127.0.0.1#5335 -ipset=/.1eew.com/gfwlist -server=/.1mobile.com/127.0.0.1#5335 -ipset=/.1mobile.com/gfwlist -server=/.1pondo.tv/127.0.0.1#5335 -ipset=/.1pondo.tv/gfwlist -server=/.2-hand.info/127.0.0.1#5335 -ipset=/.2-hand.info/gfwlist -server=/.2008xianzhang.info/127.0.0.1#5335 -ipset=/.2008xianzhang.info/gfwlist -server=/.2017.hk/127.0.0.1#5335 -ipset=/.2017.hk/gfwlist -server=/.21join.com/127.0.0.1#5335 -ipset=/.21join.com/gfwlist -server=/.21pron.com/127.0.0.1#5335 -ipset=/.21pron.com/gfwlist -server=/.21sextury.com/127.0.0.1#5335 -ipset=/.21sextury.com/gfwlist -server=/.228.net.tw/127.0.0.1#5335 -ipset=/.228.net.tw/gfwlist -server=/.233abc.com/127.0.0.1#5335 -ipset=/.233abc.com/gfwlist -server=/.24hrs.ca/127.0.0.1#5335 -ipset=/.24hrs.ca/gfwlist -server=/.24smile.org/127.0.0.1#5335 -ipset=/.24smile.org/gfwlist -server=/.25u.com/127.0.0.1#5335 -ipset=/.25u.com/gfwlist -server=/.2lipstube.com/127.0.0.1#5335 -ipset=/.2lipstube.com/gfwlist -server=/.2shared.com/127.0.0.1#5335 -ipset=/.2shared.com/gfwlist -server=/.2waky.com/127.0.0.1#5335 -ipset=/.2waky.com/gfwlist -server=/.3-a.net/127.0.0.1#5335 -ipset=/.3-a.net/gfwlist -server=/.30boxes.com/127.0.0.1#5335 -ipset=/.30boxes.com/gfwlist -server=/.315lz.com/127.0.0.1#5335 -ipset=/.315lz.com/gfwlist -server=/.32red.com/127.0.0.1#5335 -ipset=/.32red.com/gfwlist -server=/.36rain.com/127.0.0.1#5335 -ipset=/.36rain.com/gfwlist -server=/.3a5a.com/127.0.0.1#5335 -ipset=/.3a5a.com/gfwlist -server=/.3arabtv.com/127.0.0.1#5335 -ipset=/.3arabtv.com/gfwlist -server=/.3boys2girls.com/127.0.0.1#5335 -ipset=/.3boys2girls.com/gfwlist -server=/.3d-game.com/127.0.0.1#5335 -ipset=/.3d-game.com/gfwlist -server=/.3proxy.ru/127.0.0.1#5335 -ipset=/.3proxy.ru/gfwlist -server=/.3ren.ca/127.0.0.1#5335 -ipset=/.3ren.ca/gfwlist -server=/.3tui.net/127.0.0.1#5335 -ipset=/.3tui.net/gfwlist -server=/.43110.cf/127.0.0.1#5335 -ipset=/.43110.cf/gfwlist -server=/.466453.com/127.0.0.1#5335 -ipset=/.466453.com/gfwlist -server=/.4bluestones.biz/127.0.0.1#5335 -ipset=/.4bluestones.biz/gfwlist -server=/.4chan.com/127.0.0.1#5335 -ipset=/.4chan.com/gfwlist -server=/.4dq.com/127.0.0.1#5335 -ipset=/.4dq.com/gfwlist -server=/.4everproxy.com/127.0.0.1#5335 -ipset=/.4everproxy.com/gfwlist -server=/.4irc.com/127.0.0.1#5335 -ipset=/.4irc.com/gfwlist -server=/.4mydomain.com/127.0.0.1#5335 -ipset=/.4mydomain.com/gfwlist -server=/.4pu.com/127.0.0.1#5335 -ipset=/.4pu.com/gfwlist -server=/.4rbtv.com/127.0.0.1#5335 -ipset=/.4rbtv.com/gfwlist -server=/.4shared.com/127.0.0.1#5335 -ipset=/.4shared.com/gfwlist -server=/.51.ca/127.0.0.1#5335 -ipset=/.51.ca/gfwlist -server=/.51jav.org/127.0.0.1#5335 -ipset=/.51jav.org/gfwlist -server=/.51luoben.com/127.0.0.1#5335 -ipset=/.51luoben.com/gfwlist -server=/.5278.cc/127.0.0.1#5335 -ipset=/.5278.cc/gfwlist -server=/.5299.tv/127.0.0.1#5335 -ipset=/.5299.tv/gfwlist -server=/.56cun04.jigsy.com/127.0.0.1#5335 -ipset=/.56cun04.jigsy.com/gfwlist -server=/.5aimiku.com/127.0.0.1#5335 -ipset=/.5aimiku.com/gfwlist -server=/.5i01.com/127.0.0.1#5335 -ipset=/.5i01.com/gfwlist -server=/.5isotoi5.org/127.0.0.1#5335 -ipset=/.5isotoi5.org/gfwlist -server=/.5maodang.com/127.0.0.1#5335 -ipset=/.5maodang.com/gfwlist -server=/.63i.com/127.0.0.1#5335 -ipset=/.63i.com/gfwlist -server=/.64museum.org/127.0.0.1#5335 -ipset=/.64museum.org/gfwlist -server=/.64tianwang.com/127.0.0.1#5335 -ipset=/.64tianwang.com/gfwlist -server=/.64wiki.com/127.0.0.1#5335 -ipset=/.64wiki.com/gfwlist -server=/.66.ca/127.0.0.1#5335 -ipset=/.66.ca/gfwlist -server=/.666kb.com/127.0.0.1#5335 -ipset=/.666kb.com/gfwlist -server=/.6park.com/127.0.0.1#5335 -ipset=/.6park.com/gfwlist -server=/.6parker.com/127.0.0.1#5335 -ipset=/.6parker.com/gfwlist -server=/.6parknews.com/127.0.0.1#5335 -ipset=/.6parknews.com/gfwlist -server=/.7capture.com/127.0.0.1#5335 -ipset=/.7capture.com/gfwlist -server=/.7cow.com/127.0.0.1#5335 -ipset=/.7cow.com/gfwlist -server=/.8-d.com/127.0.0.1#5335 -ipset=/.8-d.com/gfwlist -server=/.85cc.net/127.0.0.1#5335 -ipset=/.85cc.net/gfwlist -server=/.85cc.us/127.0.0.1#5335 -ipset=/.85cc.us/gfwlist -server=/.85st.com/127.0.0.1#5335 -ipset=/.85st.com/gfwlist -server=/.881903.com/127.0.0.1#5335 -ipset=/.881903.com/gfwlist -server=/.888.com/127.0.0.1#5335 -ipset=/.888.com/gfwlist -server=/.888poker.com/127.0.0.1#5335 -ipset=/.888poker.com/gfwlist -server=/.89-64.org/127.0.0.1#5335 -ipset=/.89-64.org/gfwlist -server=/.89.64.charter.constitutionalism.solutions/127.0.0.1#5335 -ipset=/.89.64.charter.constitutionalism.solutions/gfwlist -server=/.8news.com.tw/127.0.0.1#5335 -ipset=/.8news.com.tw/gfwlist -server=/.8z1.net/127.0.0.1#5335 -ipset=/.8z1.net/gfwlist -server=/.9001700.com/127.0.0.1#5335 -ipset=/.9001700.com/gfwlist -server=/.91porn.com/127.0.0.1#5335 -ipset=/.91porn.com/gfwlist -server=/.91vps.club/127.0.0.1#5335 -ipset=/.91vps.club/gfwlist -server=/.92ccav.com/127.0.0.1#5335 -ipset=/.92ccav.com/gfwlist -server=/.991.com/127.0.0.1#5335 -ipset=/.991.com/gfwlist -server=/.99btgc01.com/127.0.0.1#5335 -ipset=/.99btgc01.com/gfwlist -server=/.99cn.info/127.0.0.1#5335 -ipset=/.99cn.info/gfwlist -server=/.9bis.com/127.0.0.1#5335 -ipset=/.9bis.com/gfwlist -server=/.9bis.net/127.0.0.1#5335 -ipset=/.9bis.net/gfwlist -server=/.9gag.com/127.0.0.1#5335 -ipset=/.9gag.com/gfwlist -server=/.a-normal-day.com/127.0.0.1#5335 -ipset=/.a-normal-day.com/gfwlist -server=/.a248.e.akamai.net/127.0.0.1#5335 -ipset=/.a248.e.akamai.net/gfwlist -server=/.a5.com.ru/127.0.0.1#5335 -ipset=/.a5.com.ru/gfwlist -server=/.aamacau.com/127.0.0.1#5335 -ipset=/.aamacau.com/gfwlist -server=/.abc.com/127.0.0.1#5335 -ipset=/.abc.com/gfwlist -server=/.abc.net.au/127.0.0.1#5335 -ipset=/.abc.net.au/gfwlist -server=/.abc.pp.ru/127.0.0.1#5335 -ipset=/.abc.pp.ru/gfwlist -server=/.abc.xyz/127.0.0.1#5335 -ipset=/.abc.xyz/gfwlist -server=/.abchinese.com/127.0.0.1#5335 -ipset=/.abchinese.com/gfwlist -server=/.abclite.net/127.0.0.1#5335 -ipset=/.abclite.net/gfwlist -server=/.abebooks.com/127.0.0.1#5335 -ipset=/.abebooks.com/gfwlist -server=/.abematv.akamaized.net/127.0.0.1#5335 -ipset=/.abematv.akamaized.net/gfwlist -server=/.ablwang.com/127.0.0.1#5335 -ipset=/.ablwang.com/gfwlist -server=/.aboluowang.com/127.0.0.1#5335 -ipset=/.aboluowang.com/gfwlist -server=/.about.google/127.0.0.1#5335 -ipset=/.about.google/gfwlist -server=/.aboutgfw.com/127.0.0.1#5335 -ipset=/.aboutgfw.com/gfwlist -server=/.abs.edu/127.0.0.1#5335 -ipset=/.abs.edu/gfwlist -server=/.ac.jiruan.net/127.0.0.1#5335 -ipset=/.ac.jiruan.net/gfwlist -server=/.accim.org/127.0.0.1#5335 -ipset=/.accim.org/gfwlist -server=/.aceros-de-hispania.com/127.0.0.1#5335 -ipset=/.aceros-de-hispania.com/gfwlist -server=/.acevpn.com/127.0.0.1#5335 -ipset=/.acevpn.com/gfwlist -server=/.acg18.me/127.0.0.1#5335 -ipset=/.acg18.me/gfwlist -server=/.acgkj.com/127.0.0.1#5335 -ipset=/.acgkj.com/gfwlist -server=/.acmedia365.com/127.0.0.1#5335 -ipset=/.acmedia365.com/gfwlist -server=/.acmetoy.com/127.0.0.1#5335 -ipset=/.acmetoy.com/gfwlist -server=/.acnw.com.au/127.0.0.1#5335 -ipset=/.acnw.com.au/gfwlist -server=/.actfortibet.org/127.0.0.1#5335 -ipset=/.actfortibet.org/gfwlist -server=/.actimes.com.au/127.0.0.1#5335 -ipset=/.actimes.com.au/gfwlist -server=/.activpn.com/127.0.0.1#5335 -ipset=/.activpn.com/gfwlist -server=/.aculo.us/127.0.0.1#5335 -ipset=/.aculo.us/gfwlist -server=/.adcex.com/127.0.0.1#5335 -ipset=/.adcex.com/gfwlist -server=/.addictedtocoffee.de/127.0.0.1#5335 -ipset=/.addictedtocoffee.de/gfwlist -server=/.admin.recaptcha.net/127.0.0.1#5335 -ipset=/.admin.recaptcha.net/gfwlist -server=/.admob.com/127.0.0.1#5335 -ipset=/.admob.com/gfwlist -server=/.adpl.org.hk/127.0.0.1#5335 -ipset=/.adpl.org.hk/gfwlist -server=/.ads-twitter.com/127.0.0.1#5335 -ipset=/.ads-twitter.com/gfwlist -server=/.adsense.com/127.0.0.1#5335 -ipset=/.adsense.com/gfwlist -server=/.adult-sex-games.com/127.0.0.1#5335 -ipset=/.adult-sex-games.com/gfwlist -server=/.adultfriendfinder.com/127.0.0.1#5335 -ipset=/.adultfriendfinder.com/gfwlist -server=/.advanscene.com/127.0.0.1#5335 -ipset=/.advanscene.com/gfwlist -server=/.advertfan.com/127.0.0.1#5335 -ipset=/.advertfan.com/gfwlist -server=/.ae.hao123.com/127.0.0.1#5335 -ipset=/.ae.hao123.com/gfwlist -server=/.ae.org/127.0.0.1#5335 -ipset=/.ae.org/gfwlist -server=/.aenhancers.com/127.0.0.1#5335 -ipset=/.aenhancers.com/gfwlist -server=/.aex.com/127.0.0.1#5335 -ipset=/.aex.com/gfwlist -server=/.af.mil/127.0.0.1#5335 -ipset=/.af.mil/gfwlist -server=/.afantibbs.com/127.0.0.1#5335 -ipset=/.afantibbs.com/gfwlist -server=/.agnesb.fr/127.0.0.1#5335 -ipset=/.agnesb.fr/gfwlist -server=/.agoogleaday.com/127.0.0.1#5335 -ipset=/.agoogleaday.com/gfwlist -server=/.agro.hk/127.0.0.1#5335 -ipset=/.agro.hk/gfwlist -server=/.ai-kan.net/127.0.0.1#5335 -ipset=/.ai-kan.net/gfwlist -server=/.ai-wen.net/127.0.0.1#5335 -ipset=/.ai-wen.net/gfwlist -server=/.ai.google/127.0.0.1#5335 -ipset=/.ai.google/gfwlist -server=/.aiph.net/127.0.0.1#5335 -ipset=/.aiph.net/gfwlist -server=/.airasia.com/127.0.0.1#5335 -ipset=/.airasia.com/gfwlist -server=/.airconsole.com/127.0.0.1#5335 -ipset=/.airconsole.com/gfwlist -server=/.airvpn.org/127.0.0.1#5335 -ipset=/.airvpn.org/gfwlist -server=/.aisex.com/127.0.0.1#5335 -ipset=/.aisex.com/gfwlist -server=/.aiss.anws.gov.tw/127.0.0.1#5335 -ipset=/.aiss.anws.gov.tw/gfwlist -server=/.ait.org.tw/127.0.0.1#5335 -ipset=/.ait.org.tw/gfwlist -server=/.aiweiwei.com/127.0.0.1#5335 -ipset=/.aiweiwei.com/gfwlist -server=/.aiweiweiblog.com/127.0.0.1#5335 -ipset=/.aiweiweiblog.com/gfwlist -server=/.akiba-online.com/127.0.0.1#5335 -ipset=/.akiba-online.com/gfwlist -server=/.akiba-web.com/127.0.0.1#5335 -ipset=/.akiba-web.com/gfwlist -server=/.akow.org/127.0.0.1#5335 -ipset=/.akow.org/gfwlist -server=/.al-islam.com/127.0.0.1#5335 -ipset=/.al-islam.com/gfwlist -server=/.al-qimmah.net/127.0.0.1#5335 -ipset=/.al-qimmah.net/gfwlist -server=/.alabout.com/127.0.0.1#5335 -ipset=/.alabout.com/gfwlist -server=/.alanhou.com/127.0.0.1#5335 -ipset=/.alanhou.com/gfwlist -server=/.alarab.qa/127.0.0.1#5335 -ipset=/.alarab.qa/gfwlist -server=/.alasbarricadas.org/127.0.0.1#5335 -ipset=/.alasbarricadas.org/gfwlist -server=/.alexlur.org/127.0.0.1#5335 -ipset=/.alexlur.org/gfwlist -server=/.alforattv.net/127.0.0.1#5335 -ipset=/.alforattv.net/gfwlist -server=/.alhayat.com/127.0.0.1#5335 -ipset=/.alhayat.com/gfwlist -server=/.alicejapan.co.jp/127.0.0.1#5335 -ipset=/.alicejapan.co.jp/gfwlist -server=/.aliengu.com/127.0.0.1#5335 -ipset=/.aliengu.com/gfwlist -server=/.alkasir.com/127.0.0.1#5335 -ipset=/.alkasir.com/gfwlist -server=/.allcoin.com/127.0.0.1#5335 -ipset=/.allcoin.com/gfwlist -server=/.allconnected.co/127.0.0.1#5335 -ipset=/.allconnected.co/gfwlist -server=/.alldrawnsex.com/127.0.0.1#5335 -ipset=/.alldrawnsex.com/gfwlist -server=/.allervpn.com/127.0.0.1#5335 -ipset=/.allervpn.com/gfwlist -server=/.allfinegirls.com/127.0.0.1#5335 -ipset=/.allfinegirls.com/gfwlist -server=/.allgirlmassage.com/127.0.0.1#5335 -ipset=/.allgirlmassage.com/gfwlist -server=/.allgirlsallowed.org/127.0.0.1#5335 -ipset=/.allgirlsallowed.org/gfwlist -server=/.allgravure.com/127.0.0.1#5335 -ipset=/.allgravure.com/gfwlist -server=/.alliance.org.hk/127.0.0.1#5335 -ipset=/.alliance.org.hk/gfwlist -server=/.allinfa.com/127.0.0.1#5335 -ipset=/.allinfa.com/gfwlist -server=/.alljackpotscasino.com/127.0.0.1#5335 -ipset=/.alljackpotscasino.com/gfwlist -server=/.allmovie.com/127.0.0.1#5335 -ipset=/.allmovie.com/gfwlist -server=/.allowed.org/127.0.0.1#5335 -ipset=/.allowed.org/gfwlist -server=/.almasdarnews.com/127.0.0.1#5335 -ipset=/.almasdarnews.com/gfwlist -server=/.almostmy.com/127.0.0.1#5335 -ipset=/.almostmy.com/gfwlist -server=/.alphaporno.com/127.0.0.1#5335 -ipset=/.alphaporno.com/gfwlist -server=/.alternate-tools.com/127.0.0.1#5335 -ipset=/.alternate-tools.com/gfwlist -server=/.altrec.com/127.0.0.1#5335 -ipset=/.altrec.com/gfwlist -server=/.alvinalexander.com/127.0.0.1#5335 -ipset=/.alvinalexander.com/gfwlist -server=/.alwaysdata.com/127.0.0.1#5335 -ipset=/.alwaysdata.com/gfwlist -server=/.alwaysdata.net/127.0.0.1#5335 -ipset=/.alwaysdata.net/gfwlist -server=/.alwaysvpn.com/127.0.0.1#5335 -ipset=/.alwaysvpn.com/gfwlist -server=/.am730.com.hk/127.0.0.1#5335 -ipset=/.am730.com.hk/gfwlist -server=/.amazon.co.jp/127.0.0.1#5335 -ipset=/.amazon.co.jp/gfwlist -server=/.ameblo.jp/127.0.0.1#5335 -ipset=/.ameblo.jp/gfwlist -server=/.americangreencard.com/127.0.0.1#5335 -ipset=/.americangreencard.com/gfwlist -server=/.americanunfinished.com/127.0.0.1#5335 -ipset=/.americanunfinished.com/gfwlist -server=/.amiblockedornot.com/127.0.0.1#5335 -ipset=/.amiblockedornot.com/gfwlist -server=/.amigobbs.net/127.0.0.1#5335 -ipset=/.amigobbs.net/gfwlist -server=/.amitabhafoundation.us/127.0.0.1#5335 -ipset=/.amitabhafoundation.us/gfwlist -server=/.amnesty.org/127.0.0.1#5335 -ipset=/.amnesty.org/gfwlist -server=/.amnesty.tw/127.0.0.1#5335 -ipset=/.amnesty.tw/gfwlist -server=/.amnestyusa.org/127.0.0.1#5335 -ipset=/.amnestyusa.org/gfwlist -server=/.amnyemachen.org/127.0.0.1#5335 -ipset=/.amnyemachen.org/gfwlist -server=/.amoiist.com/127.0.0.1#5335 -ipset=/.amoiist.com/gfwlist -server=/.ampproject.org/127.0.0.1#5335 -ipset=/.ampproject.org/gfwlist -server=/.amtb-taipei.org/127.0.0.1#5335 -ipset=/.amtb-taipei.org/gfwlist -server=/.anchorfree.com/127.0.0.1#5335 -ipset=/.anchorfree.com/gfwlist -server=/.ancsconf.org/127.0.0.1#5335 -ipset=/.ancsconf.org/gfwlist -server=/.andfaraway.net/127.0.0.1#5335 -ipset=/.andfaraway.net/gfwlist -server=/.android-x86.org/127.0.0.1#5335 -ipset=/.android-x86.org/gfwlist -server=/.android.com/127.0.0.1#5335 -ipset=/.android.com/gfwlist -server=/.androidify.com/127.0.0.1#5335 -ipset=/.androidify.com/gfwlist -server=/.androidtv.com/127.0.0.1#5335 -ipset=/.androidtv.com/gfwlist -server=/.andygod.com/127.0.0.1#5335 -ipset=/.andygod.com/gfwlist -server=/.angela-merkel.de/127.0.0.1#5335 -ipset=/.angela-merkel.de/gfwlist -server=/.angola.org/127.0.0.1#5335 -ipset=/.angola.org/gfwlist -server=/.angularjs.org/127.0.0.1#5335 -ipset=/.angularjs.org/gfwlist -server=/.animecrazy.net/127.0.0.1#5335 -ipset=/.animecrazy.net/gfwlist -server=/.animeshippuuden.com/127.0.0.1#5335 -ipset=/.animeshippuuden.com/gfwlist -server=/.aniscartujo.com/127.0.0.1#5335 -ipset=/.aniscartujo.com/gfwlist -server=/.anobii.com/127.0.0.1#5335 -ipset=/.anobii.com/gfwlist -server=/.anontext.com/127.0.0.1#5335 -ipset=/.anontext.com/gfwlist -server=/.anonymise.us/127.0.0.1#5335 -ipset=/.anonymise.us/gfwlist -server=/.anonymitynetwork.com/127.0.0.1#5335 -ipset=/.anonymitynetwork.com/gfwlist -server=/.anonymizer.com/127.0.0.1#5335 -ipset=/.anonymizer.com/gfwlist -server=/.anonymouse.org/127.0.0.1#5335 -ipset=/.anonymouse.org/gfwlist -server=/.anpopo.com/127.0.0.1#5335 -ipset=/.anpopo.com/gfwlist -server=/.answering-islam.org/127.0.0.1#5335 -ipset=/.answering-islam.org/gfwlist -server=/.anthonycalzadilla.com/127.0.0.1#5335 -ipset=/.anthonycalzadilla.com/gfwlist -server=/.anti1984.com/127.0.0.1#5335 -ipset=/.anti1984.com/gfwlist -server=/.antichristendom.com/127.0.0.1#5335 -ipset=/.antichristendom.com/gfwlist -server=/.antiwave.net/127.0.0.1#5335 -ipset=/.antiwave.net/gfwlist -server=/.anyporn.com/127.0.0.1#5335 -ipset=/.anyporn.com/gfwlist -server=/.anysex.com/127.0.0.1#5335 -ipset=/.anysex.com/gfwlist -server=/.aobo.com.au/127.0.0.1#5335 -ipset=/.aobo.com.au/gfwlist -server=/.aofriend.com/127.0.0.1#5335 -ipset=/.aofriend.com/gfwlist -server=/.aojiao.org/127.0.0.1#5335 -ipset=/.aojiao.org/gfwlist -server=/.aolchannels.aol.com/127.0.0.1#5335 -ipset=/.aolchannels.aol.com/gfwlist -server=/.aomiwang.com/127.0.0.1#5335 -ipset=/.aomiwang.com/gfwlist -server=/.apartmentratings.com/127.0.0.1#5335 -ipset=/.apartmentratings.com/gfwlist -server=/.apartments.com/127.0.0.1#5335 -ipset=/.apartments.com/gfwlist -server=/.apetube.com/127.0.0.1#5335 -ipset=/.apetube.com/gfwlist -server=/.api-secure.recaptcha.net/127.0.0.1#5335 -ipset=/.api-secure.recaptcha.net/gfwlist -server=/.api-verify.recaptcha.net/127.0.0.1#5335 -ipset=/.api-verify.recaptcha.net/gfwlist -server=/.api.ai/127.0.0.1#5335 -ipset=/.api.ai/gfwlist -server=/.api.dropboxapi.com/127.0.0.1#5335 -ipset=/.api.dropboxapi.com/gfwlist -server=/.api.linksalpha.com/127.0.0.1#5335 -ipset=/.api.linksalpha.com/gfwlist -server=/.api.proxlet.com/127.0.0.1#5335 -ipset=/.api.proxlet.com/gfwlist -server=/.api.pureapk.com/127.0.0.1#5335 -ipset=/.api.pureapk.com/gfwlist -server=/.api.recaptcha.net/127.0.0.1#5335 -ipset=/.api.recaptcha.net/gfwlist -server=/.apiary.io/127.0.0.1#5335 -ipset=/.apiary.io/gfwlist -server=/.apidocs.linksalpha.com/127.0.0.1#5335 -ipset=/.apidocs.linksalpha.com/gfwlist -server=/.apigee.com/127.0.0.1#5335 -ipset=/.apigee.com/gfwlist -server=/.apk-dl.com/127.0.0.1#5335 -ipset=/.apk-dl.com/gfwlist -server=/.apkmirror.com/127.0.0.1#5335 -ipset=/.apkmirror.com/gfwlist -server=/.apkplz.com/127.0.0.1#5335 -ipset=/.apkplz.com/gfwlist -server=/.apkpure.com/127.0.0.1#5335 -ipset=/.apkpure.com/gfwlist -server=/.aplusvpn.com/127.0.0.1#5335 -ipset=/.aplusvpn.com/gfwlist -server=/.app.box.com/127.0.0.1#5335 -ipset=/.app.box.com/gfwlist -server=/.app.heywire.com/127.0.0.1#5335 -ipset=/.app.heywire.com/gfwlist -server=/.app.smartmailcloud.com/127.0.0.1#5335 -ipset=/.app.smartmailcloud.com/gfwlist -server=/.app.tutanota.com/127.0.0.1#5335 -ipset=/.app.tutanota.com/gfwlist -server=/.appledaily.com/127.0.0.1#5335 -ipset=/.appledaily.com/gfwlist -server=/.appshopper.com/127.0.0.1#5335 -ipset=/.appshopper.com/gfwlist -server=/.appsocks.net/127.0.0.1#5335 -ipset=/.appsocks.net/gfwlist -server=/.appspot.com/127.0.0.1#5335 -ipset=/.appspot.com/gfwlist -server=/.appsto.re/127.0.0.1#5335 -ipset=/.appsto.re/gfwlist -server=/.aptoide.com/127.0.0.1#5335 -ipset=/.aptoide.com/gfwlist -server=/.ar.hao123.com/127.0.0.1#5335 -ipset=/.ar.hao123.com/gfwlist -server=/.archive.fo/127.0.0.1#5335 -ipset=/.archive.fo/gfwlist -server=/.archive.is/127.0.0.1#5335 -ipset=/.archive.is/gfwlist -server=/.archive.li/127.0.0.1#5335 -ipset=/.archive.li/gfwlist -server=/.archive.org/127.0.0.1#5335 -ipset=/.archive.org/gfwlist -server=/.archive.today/127.0.0.1#5335 -ipset=/.archive.today/gfwlist -server=/.archives.gov/127.0.0.1#5335 -ipset=/.archives.gov/gfwlist -server=/.arctosia.com/127.0.0.1#5335 -ipset=/.arctosia.com/gfwlist -server=/.areca-backup.org/127.0.0.1#5335 -ipset=/.areca-backup.org/gfwlist -server=/.arena.taipei/127.0.0.1#5335 -ipset=/.arena.taipei/gfwlist -server=/.arethusa.su/127.0.0.1#5335 -ipset=/.arethusa.su/gfwlist -server=/.arlingtoncemetery.mil/127.0.0.1#5335 -ipset=/.arlingtoncemetery.mil/gfwlist -server=/.army.mil/127.0.0.1#5335 -ipset=/.army.mil/gfwlist -server=/.art4tibet1998.org/127.0.0.1#5335 -ipset=/.art4tibet1998.org/gfwlist -server=/.arte.tv/127.0.0.1#5335 -ipset=/.arte.tv/gfwlist -server=/.artofpeacefoundation.org/127.0.0.1#5335 -ipset=/.artofpeacefoundation.org/gfwlist -server=/.artstation.com/127.0.0.1#5335 -ipset=/.artstation.com/gfwlist -server=/.artsy.net/127.0.0.1#5335 -ipset=/.artsy.net/gfwlist -server=/.asacp.org/127.0.0.1#5335 -ipset=/.asacp.org/gfwlist -server=/.asg.to/127.0.0.1#5335 -ipset=/.asg.to/gfwlist -server=/.asia-gaming.com/127.0.0.1#5335 -ipset=/.asia-gaming.com/gfwlist -server=/.asiaharvest.org/127.0.0.1#5335 -ipset=/.asiaharvest.org/gfwlist -server=/.asianews.it/127.0.0.1#5335 -ipset=/.asianews.it/gfwlist -server=/.asiansexdiary.com/127.0.0.1#5335 -ipset=/.asiansexdiary.com/gfwlist -server=/.asianspiss.com/127.0.0.1#5335 -ipset=/.asianspiss.com/gfwlist -server=/.asianwomensfilm.de/127.0.0.1#5335 -ipset=/.asianwomensfilm.de/gfwlist -server=/.asiatgp.com/127.0.0.1#5335 -ipset=/.asiatgp.com/gfwlist -server=/.asiatoday.us/127.0.0.1#5335 -ipset=/.asiatoday.us/gfwlist -server=/.askstudent.com/127.0.0.1#5335 -ipset=/.askstudent.com/gfwlist -server=/.askynz.net/127.0.0.1#5335 -ipset=/.askynz.net/gfwlist -server=/.assembla.com/127.0.0.1#5335 -ipset=/.assembla.com/gfwlist -server=/.assets.bwbx.io/127.0.0.1#5335 -ipset=/.assets.bwbx.io/gfwlist -server=/.assimp.org/127.0.0.1#5335 -ipset=/.assimp.org/gfwlist -server=/.astrill.com/127.0.0.1#5335 -ipset=/.astrill.com/gfwlist -server=/.atc.org.au/127.0.0.1#5335 -ipset=/.atc.org.au/gfwlist -server=/.atchinese.com/127.0.0.1#5335 -ipset=/.atchinese.com/gfwlist -server=/.atdmt.com/127.0.0.1#5335 -ipset=/.atdmt.com/gfwlist -server=/.atgfw.org/127.0.0.1#5335 -ipset=/.atgfw.org/gfwlist -server=/.athenaeizou.com/127.0.0.1#5335 -ipset=/.athenaeizou.com/gfwlist -server=/.atlaspost.com/127.0.0.1#5335 -ipset=/.atlaspost.com/gfwlist -server=/.atnext.com/127.0.0.1#5335 -ipset=/.atnext.com/gfwlist -server=/.authorizeddns.net/127.0.0.1#5335 -ipset=/.authorizeddns.net/gfwlist -server=/.authorizeddns.org/127.0.0.1#5335 -ipset=/.authorizeddns.org/gfwlist -server=/.authorizeddns.us/127.0.0.1#5335 -ipset=/.authorizeddns.us/gfwlist -server=/.autodraw.com/127.0.0.1#5335 -ipset=/.autodraw.com/gfwlist -server=/.av-e-body.com/127.0.0.1#5335 -ipset=/.av-e-body.com/gfwlist -server=/.av.com/127.0.0.1#5335 -ipset=/.av.com/gfwlist -server=/.av.movie/127.0.0.1#5335 -ipset=/.av.movie/gfwlist -server=/.av.nightlife141.com/127.0.0.1#5335 -ipset=/.av.nightlife141.com/gfwlist -server=/.avaaz.org/127.0.0.1#5335 -ipset=/.avaaz.org/gfwlist -server=/.avbody.tv/127.0.0.1#5335 -ipset=/.avbody.tv/gfwlist -server=/.avcity.tv/127.0.0.1#5335 -ipset=/.avcity.tv/gfwlist -server=/.avcool.com/127.0.0.1#5335 -ipset=/.avcool.com/gfwlist -server=/.avdb.in/127.0.0.1#5335 -ipset=/.avdb.in/gfwlist -server=/.avdb.tv/127.0.0.1#5335 -ipset=/.avdb.tv/gfwlist -server=/.avfantasy.com/127.0.0.1#5335 -ipset=/.avfantasy.com/gfwlist -server=/.avg.com/127.0.0.1#5335 -ipset=/.avg.com/gfwlist -server=/.avgle.com/127.0.0.1#5335 -ipset=/.avgle.com/gfwlist -server=/.avidemux.org/127.0.0.1#5335 -ipset=/.avidemux.org/gfwlist -server=/.avmo.pw/127.0.0.1#5335 -ipset=/.avmo.pw/gfwlist -server=/.avmoo.com/127.0.0.1#5335 -ipset=/.avmoo.com/gfwlist -server=/.avmoo.net/127.0.0.1#5335 -ipset=/.avmoo.net/gfwlist -server=/.avmoo.pw/127.0.0.1#5335 -ipset=/.avmoo.pw/gfwlist -server=/.avoision.com/127.0.0.1#5335 -ipset=/.avoision.com/gfwlist -server=/.avyahoo.com/127.0.0.1#5335 -ipset=/.avyahoo.com/gfwlist -server=/.axureformac.com/127.0.0.1#5335 -ipset=/.axureformac.com/gfwlist -server=/.azerbaycan.tv/127.0.0.1#5335 -ipset=/.azerbaycan.tv/gfwlist -server=/.azerimix.com/127.0.0.1#5335 -ipset=/.azerimix.com/gfwlist -server=/.azubu.tv/127.0.0.1#5335 -ipset=/.azubu.tv/gfwlist -server=/.b0ne.com/127.0.0.1#5335 -ipset=/.b0ne.com/gfwlist -server=/.babynet.com.hk/127.0.0.1#5335 -ipset=/.babynet.com.hk/gfwlist -server=/.backchina.com/127.0.0.1#5335 -ipset=/.backchina.com/gfwlist -server=/.backtotiananmen.com/127.0.0.1#5335 -ipset=/.backtotiananmen.com/gfwlist -server=/.badiucao.com/127.0.0.1#5335 -ipset=/.badiucao.com/gfwlist -server=/.badjojo.com/127.0.0.1#5335 -ipset=/.badjojo.com/gfwlist -server=/.badoo.com/127.0.0.1#5335 -ipset=/.badoo.com/gfwlist -server=/.baidu.jp/127.0.0.1#5335 -ipset=/.baidu.jp/gfwlist -server=/.baijie.org/127.0.0.1#5335 -ipset=/.baijie.org/gfwlist -server=/.bailandaily.com/127.0.0.1#5335 -ipset=/.bailandaily.com/gfwlist -server=/.baixing.me/127.0.0.1#5335 -ipset=/.baixing.me/gfwlist -server=/.bakgeekhome.tk/127.0.0.1#5335 -ipset=/.bakgeekhome.tk/gfwlist -server=/.banana-vpn.com/127.0.0.1#5335 -ipset=/.banana-vpn.com/gfwlist -server=/.band.us/127.0.0.1#5335 -ipset=/.band.us/gfwlist -server=/.bandwagonhost.com/127.0.0.1#5335 -ipset=/.bandwagonhost.com/gfwlist -server=/.bangbrosnetwork.com/127.0.0.1#5335 -ipset=/.bangbrosnetwork.com/gfwlist -server=/.bangchen.net/127.0.0.1#5335 -ipset=/.bangchen.net/gfwlist -server=/.bangdream.space/127.0.0.1#5335 -ipset=/.bangdream.space/gfwlist -server=/.bangyoulater.com/127.0.0.1#5335 -ipset=/.bangyoulater.com/gfwlist -server=/.bankmobilevibe.com/127.0.0.1#5335 -ipset=/.bankmobilevibe.com/gfwlist -server=/.bannedbook.org/127.0.0.1#5335 -ipset=/.bannedbook.org/gfwlist -server=/.bannednews.org/127.0.0.1#5335 -ipset=/.bannednews.org/gfwlist -server=/.banorte.com/127.0.0.1#5335 -ipset=/.banorte.com/gfwlist -server=/.baramangaonline.com/127.0.0.1#5335 -ipset=/.baramangaonline.com/gfwlist -server=/.barenakedislam.com/127.0.0.1#5335 -ipset=/.barenakedislam.com/gfwlist -server=/.barnabu.co.uk/127.0.0.1#5335 -ipset=/.barnabu.co.uk/gfwlist -server=/.barton.de/127.0.0.1#5335 -ipset=/.barton.de/gfwlist -server=/.bartvpn.com/127.0.0.1#5335 -ipset=/.bartvpn.com/gfwlist -server=/.bash-hackers.org/127.0.0.1#5335 -ipset=/.bash-hackers.org/gfwlist -server=/.bastillepost.com/127.0.0.1#5335 -ipset=/.bastillepost.com/gfwlist -server=/.bayvoice.net/127.0.0.1#5335 -ipset=/.bayvoice.net/gfwlist -server=/.bb-chat.tv/127.0.0.1#5335 -ipset=/.bb-chat.tv/gfwlist -server=/.bbc.co.uk/127.0.0.1#5335 -ipset=/.bbc.co.uk/gfwlist -server=/.bbc.com/127.0.0.1#5335 -ipset=/.bbc.com/gfwlist -server=/.bbc.in/127.0.0.1#5335 -ipset=/.bbc.in/gfwlist -server=/.bbcchinese.com/127.0.0.1#5335 -ipset=/.bbcchinese.com/gfwlist -server=/.bbchat.tv/127.0.0.1#5335 -ipset=/.bbchat.tv/gfwlist -server=/.bbci.co.uk/127.0.0.1#5335 -ipset=/.bbci.co.uk/gfwlist -server=/.bbg.gov/127.0.0.1#5335 -ipset=/.bbg.gov/gfwlist -server=/.bbnradio.org/127.0.0.1#5335 -ipset=/.bbnradio.org/gfwlist -server=/.bbs-tw.com/127.0.0.1#5335 -ipset=/.bbs-tw.com/gfwlist -server=/.bbs.brockbbs.com/127.0.0.1#5335 -ipset=/.bbs.brockbbs.com/gfwlist -server=/.bbs.ecstart.com/127.0.0.1#5335 -ipset=/.bbs.ecstart.com/gfwlist -server=/.bbs.hasi.wang/127.0.0.1#5335 -ipset=/.bbs.hasi.wang/gfwlist -server=/.bbs.huasing.org/127.0.0.1#5335 -ipset=/.bbs.huasing.org/gfwlist -server=/.bbs.junglobal.net/127.0.0.1#5335 -ipset=/.bbs.junglobal.net/gfwlist -server=/.bbs.kimy.com.tw/127.0.0.1#5335 -ipset=/.bbs.kimy.com.tw/gfwlist -server=/.bbs.mikocon.com/127.0.0.1#5335 -ipset=/.bbs.mikocon.com/gfwlist -server=/.bbs.morbell.com/127.0.0.1#5335 -ipset=/.bbs.morbell.com/gfwlist -server=/.bbs.mychat.to/127.0.0.1#5335 -ipset=/.bbs.mychat.to/gfwlist -server=/.bbs.netbig.com/127.0.0.1#5335 -ipset=/.bbs.netbig.com/gfwlist -server=/.bbs.ozchinese.com/127.0.0.1#5335 -ipset=/.bbs.ozchinese.com/gfwlist -server=/.bbs.qmzdd.com/127.0.0.1#5335 -ipset=/.bbs.qmzdd.com/gfwlist -server=/.bbs.skykiwi.com/127.0.0.1#5335 -ipset=/.bbs.skykiwi.com/gfwlist -server=/.bbs.sou-tong.org/127.0.0.1#5335 -ipset=/.bbs.sou-tong.org/gfwlist -server=/.bbs.tuitui.info/127.0.0.1#5335 -ipset=/.bbs.tuitui.info/gfwlist -server=/.bbsfeed.com/127.0.0.1#5335 -ipset=/.bbsfeed.com/gfwlist -server=/.bbsland.com/127.0.0.1#5335 -ipset=/.bbsland.com/gfwlist -server=/.bbsmo.com/127.0.0.1#5335 -ipset=/.bbsmo.com/gfwlist -server=/.bbsone.com/127.0.0.1#5335 -ipset=/.bbsone.com/gfwlist -server=/.bbtoystore.com/127.0.0.1#5335 -ipset=/.bbtoystore.com/gfwlist -server=/.bcast.co.nz/127.0.0.1#5335 -ipset=/.bcast.co.nz/gfwlist -server=/.bcchinese.net/127.0.0.1#5335 -ipset=/.bcchinese.net/gfwlist -server=/.bcex.ca/127.0.0.1#5335 -ipset=/.bcex.ca/gfwlist -server=/.bcmorning.com/127.0.0.1#5335 -ipset=/.bcmorning.com/gfwlist -server=/.bdsmvideos.net/127.0.0.1#5335 -ipset=/.bdsmvideos.net/gfwlist -server=/.beaconevents.com/127.0.0.1#5335 -ipset=/.beaconevents.com/gfwlist -server=/.bebo.com/127.0.0.1#5335 -ipset=/.bebo.com/gfwlist -server=/.beeg.com/127.0.0.1#5335 -ipset=/.beeg.com/gfwlist -server=/.beevpn.com/127.0.0.1#5335 -ipset=/.beevpn.com/gfwlist -server=/.behance.net/127.0.0.1#5335 -ipset=/.behance.net/gfwlist -server=/.behindkink.com/127.0.0.1#5335 -ipset=/.behindkink.com/gfwlist -server=/.beijing1989.com/127.0.0.1#5335 -ipset=/.beijing1989.com/gfwlist -server=/.beijingspring.com/127.0.0.1#5335 -ipset=/.beijingspring.com/gfwlist -server=/.beijingzx.org/127.0.0.1#5335 -ipset=/.beijingzx.org/gfwlist -server=/.belamionline.com/127.0.0.1#5335 -ipset=/.belamionline.com/gfwlist -server=/.bell.wiki/127.0.0.1#5335 -ipset=/.bell.wiki/gfwlist -server=/.bemywife.cc/127.0.0.1#5335 -ipset=/.bemywife.cc/gfwlist -server=/.beric.me/127.0.0.1#5335 -ipset=/.beric.me/gfwlist -server=/.berlintwitterwall.com/127.0.0.1#5335 -ipset=/.berlintwitterwall.com/gfwlist -server=/.berm.co.nz/127.0.0.1#5335 -ipset=/.berm.co.nz/gfwlist -server=/.bestforchina.org/127.0.0.1#5335 -ipset=/.bestforchina.org/gfwlist -server=/.bestgore.com/127.0.0.1#5335 -ipset=/.bestgore.com/gfwlist -server=/.bestpornstardb.com/127.0.0.1#5335 -ipset=/.bestpornstardb.com/gfwlist -server=/.bestvpn.com/127.0.0.1#5335 -ipset=/.bestvpn.com/gfwlist -server=/.bestvpnanalysis.com/127.0.0.1#5335 -ipset=/.bestvpnanalysis.com/gfwlist -server=/.bestvpnserver.com/127.0.0.1#5335 -ipset=/.bestvpnserver.com/gfwlist -server=/.bestvpnservice.com/127.0.0.1#5335 -ipset=/.bestvpnservice.com/gfwlist -server=/.bestvpnusa.com/127.0.0.1#5335 -ipset=/.bestvpnusa.com/gfwlist -server=/.bet365.com/127.0.0.1#5335 -ipset=/.bet365.com/gfwlist -server=/.betfair.com/127.0.0.1#5335 -ipset=/.betfair.com/gfwlist -server=/.betternet.co/127.0.0.1#5335 -ipset=/.betternet.co/gfwlist -server=/.bettervpn.com/127.0.0.1#5335 -ipset=/.bettervpn.com/gfwlist -server=/.bettween.com/127.0.0.1#5335 -ipset=/.bettween.com/gfwlist -server=/.betvictor.com/127.0.0.1#5335 -ipset=/.betvictor.com/gfwlist -server=/.bewww.net/127.0.0.1#5335 -ipset=/.bewww.net/gfwlist -server=/.beyondfirewall.com/127.0.0.1#5335 -ipset=/.beyondfirewall.com/gfwlist -server=/.bfnn.org/127.0.0.1#5335 -ipset=/.bfnn.org/gfwlist -server=/.bfsh.hk/127.0.0.1#5335 -ipset=/.bfsh.hk/gfwlist -server=/.bgvpn.com/127.0.0.1#5335 -ipset=/.bgvpn.com/gfwlist -server=/.bianlei.com/127.0.0.1#5335 -ipset=/.bianlei.com/gfwlist -server=/.biantailajiao.com/127.0.0.1#5335 -ipset=/.biantailajiao.com/gfwlist -server=/.biantailajiao.in/127.0.0.1#5335 -ipset=/.biantailajiao.in/gfwlist -server=/.biblesforamerica.org/127.0.0.1#5335 -ipset=/.biblesforamerica.org/gfwlist -server=/.bibox.com/127.0.0.1#5335 -ipset=/.bibox.com/gfwlist -server=/.bic2011.org/127.0.0.1#5335 -ipset=/.bic2011.org/gfwlist -server=/.big.one/127.0.0.1#5335 -ipset=/.big.one/gfwlist -server=/.bigfools.com/127.0.0.1#5335 -ipset=/.bigfools.com/gfwlist -server=/.bigjapanesesex.com/127.0.0.1#5335 -ipset=/.bigjapanesesex.com/gfwlist -server=/.bigmoney.biz/127.0.0.1#5335 -ipset=/.bigmoney.biz/gfwlist -server=/.bignews.org/127.0.0.1#5335 -ipset=/.bignews.org/gfwlist -server=/.bigsound.org/127.0.0.1#5335 -ipset=/.bigsound.org/gfwlist -server=/.biliworld.com/127.0.0.1#5335 -ipset=/.biliworld.com/gfwlist -server=/.binance.com/127.0.0.1#5335 -ipset=/.binance.com/gfwlist -server=/.binux.me/127.0.0.1#5335 -ipset=/.binux.me/gfwlist -server=/.bipic.net/127.0.0.1#5335 -ipset=/.bipic.net/gfwlist -server=/.bird.so/127.0.0.1#5335 -ipset=/.bird.so/gfwlist -server=/.bit-z.com/127.0.0.1#5335 -ipset=/.bit-z.com/gfwlist -server=/.bit.do/127.0.0.1#5335 -ipset=/.bit.do/gfwlist -server=/.bit.ly/127.0.0.1#5335 -ipset=/.bit.ly/gfwlist -server=/.bitcointalk.org/127.0.0.1#5335 -ipset=/.bitcointalk.org/gfwlist -server=/.bitcoinworld.com/127.0.0.1#5335 -ipset=/.bitcoinworld.com/gfwlist -server=/.bitfinex.com/127.0.0.1#5335 -ipset=/.bitfinex.com/gfwlist -server=/.bithumb.com/127.0.0.1#5335 -ipset=/.bithumb.com/gfwlist -server=/.bitinka.com.ar/127.0.0.1#5335 -ipset=/.bitinka.com.ar/gfwlist -server=/.bitmex.com/127.0.0.1#5335 -ipset=/.bitmex.com/gfwlist -server=/.bitshare.com/127.0.0.1#5335 -ipset=/.bitshare.com/gfwlist -server=/.bitsnoop.com/127.0.0.1#5335 -ipset=/.bitsnoop.com/gfwlist -server=/.bitvise.com/127.0.0.1#5335 -ipset=/.bitvise.com/gfwlist -server=/.bizhat.com/127.0.0.1#5335 -ipset=/.bizhat.com/gfwlist -server=/.bjnewlife.org/127.0.0.1#5335 -ipset=/.bjnewlife.org/gfwlist -server=/.bjs.org/127.0.0.1#5335 -ipset=/.bjs.org/gfwlist -server=/.bjzc.org/127.0.0.1#5335 -ipset=/.bjzc.org/gfwlist -server=/.bl-doujinsouko.com/127.0.0.1#5335 -ipset=/.bl-doujinsouko.com/gfwlist -server=/.blacklogic.com/127.0.0.1#5335 -ipset=/.blacklogic.com/gfwlist -server=/.blackvpn.com/127.0.0.1#5335 -ipset=/.blackvpn.com/gfwlist -server=/.blewpass.com/127.0.0.1#5335 -ipset=/.blewpass.com/gfwlist -server=/.blinkx.com/127.0.0.1#5335 -ipset=/.blinkx.com/gfwlist -server=/.blinw.com/127.0.0.1#5335 -ipset=/.blinw.com/gfwlist -server=/.blip.tv/127.0.0.1#5335 -ipset=/.blip.tv/gfwlist -server=/.blockcn.com/127.0.0.1#5335 -ipset=/.blockcn.com/gfwlist -server=/.blockless.com/127.0.0.1#5335 -ipset=/.blockless.com/gfwlist -server=/.blog.calibre-ebook.com/127.0.0.1#5335 -ipset=/.blog.calibre-ebook.com/gfwlist -server=/.blog.cnyes.com/127.0.0.1#5335 -ipset=/.blog.cnyes.com/gfwlist -server=/.blog.de/127.0.0.1#5335 -ipset=/.blog.de/gfwlist -server=/.blog.exblog.co.jp/127.0.0.1#5335 -ipset=/.blog.exblog.co.jp/gfwlist -server=/.blog.excite.co.jp/127.0.0.1#5335 -ipset=/.blog.excite.co.jp/gfwlist -server=/.blog.expofutures.com/127.0.0.1#5335 -ipset=/.blog.expofutures.com/gfwlist -server=/.blog.fizzik.com/127.0.0.1#5335 -ipset=/.blog.fizzik.com/gfwlist -server=/.blog.foolsmountain.com/127.0.0.1#5335 -ipset=/.blog.foolsmountain.com/gfwlist -server=/.blog.fuckgfw233.org/127.0.0.1#5335 -ipset=/.blog.fuckgfw233.org/gfwlist -server=/.blog.google/127.0.0.1#5335 -ipset=/.blog.google/gfwlist -server=/.blog.inoreader.com/127.0.0.1#5335 -ipset=/.blog.inoreader.com/gfwlist -server=/.blog.jackjia.com/127.0.0.1#5335 -ipset=/.blog.jackjia.com/gfwlist -server=/.blog.jp/127.0.0.1#5335 -ipset=/.blog.jp/gfwlist -server=/.blog.kangye.org/127.0.0.1#5335 -ipset=/.blog.kangye.org/gfwlist -server=/.blog.lester850.info/127.0.0.1#5335 -ipset=/.blog.lester850.info/gfwlist -server=/.blog.martinoei.com/127.0.0.1#5335 -ipset=/.blog.martinoei.com/gfwlist -server=/.blog.pathtosharepoint.com/127.0.0.1#5335 -ipset=/.blog.pathtosharepoint.com/gfwlist -server=/.blog.pentalogic.net/127.0.0.1#5335 -ipset=/.blog.pentalogic.net/gfwlist -server=/.blog.sina.com.tw/127.0.0.1#5335 -ipset=/.blog.sina.com.tw/gfwlist -server=/.blog.sogoo.org/127.0.0.1#5335 -ipset=/.blog.sogoo.org/gfwlist -server=/.blog.soylent.com/127.0.0.1#5335 -ipset=/.blog.soylent.com/gfwlist -server=/.blog.taragana.com/127.0.0.1#5335 -ipset=/.blog.taragana.com/gfwlist -server=/.blog.tiney.com/127.0.0.1#5335 -ipset=/.blog.tiney.com/gfwlist -server=/.blog.workflow.is/127.0.0.1#5335 -ipset=/.blog.workflow.is/gfwlist -server=/.blog.xuite.net/127.0.0.1#5335 -ipset=/.blog.xuite.net/gfwlist -server=/.blog.youthwant.com.tw/127.0.0.1#5335 -ipset=/.blog.youthwant.com.tw/gfwlist -server=/.blogblog.com/127.0.0.1#5335 -ipset=/.blogblog.com/gfwlist -server=/.blogcatalog.com/127.0.0.1#5335 -ipset=/.blogcatalog.com/gfwlist -server=/.blogcity.me/127.0.0.1#5335 -ipset=/.blogcity.me/gfwlist -server=/.blogdns.org/127.0.0.1#5335 -ipset=/.blogdns.org/gfwlist -server=/.blogger.com/127.0.0.1#5335 -ipset=/.blogger.com/gfwlist -server=/.blogimg.jp/127.0.0.1#5335 -ipset=/.blogimg.jp/gfwlist -server=/.bloglines.com/127.0.0.1#5335 -ipset=/.bloglines.com/gfwlist -server=/.bloglovin.com/127.0.0.1#5335 -ipset=/.bloglovin.com/gfwlist -server=/.blogs.tampabay.com/127.0.0.1#5335 -ipset=/.blogs.tampabay.com/gfwlist -server=/.blogs.yahoo.co.jp/127.0.0.1#5335 -ipset=/.blogs.yahoo.co.jp/gfwlist -server=/.blogspot.com/127.0.0.1#5335 -ipset=/.blogspot.com/gfwlist -server=/.blogspot.hk/127.0.0.1#5335 -ipset=/.blogspot.hk/gfwlist -server=/.blogspot.jp/127.0.0.1#5335 -ipset=/.blogspot.jp/gfwlist -server=/.blogspot.tw/127.0.0.1#5335 -ipset=/.blogspot.tw/gfwlist -server=/.blogtd.net/127.0.0.1#5335 -ipset=/.blogtd.net/gfwlist -server=/.blogtd.org/127.0.0.1#5335 -ipset=/.blogtd.org/gfwlist -server=/.bloodshed.net/127.0.0.1#5335 -ipset=/.bloodshed.net/gfwlist -server=/.bloomberg.cn/127.0.0.1#5335 -ipset=/.bloomberg.cn/gfwlist -server=/.bloomberg.com/127.0.0.1#5335 -ipset=/.bloomberg.com/gfwlist -server=/.bloomberg.de/127.0.0.1#5335 -ipset=/.bloomberg.de/gfwlist -server=/.bloombergview.com/127.0.0.1#5335 -ipset=/.bloombergview.com/gfwlist -server=/.bloomfortune.com/127.0.0.1#5335 -ipset=/.bloomfortune.com/gfwlist -server=/.blueangellive.com/127.0.0.1#5335 -ipset=/.blueangellive.com/gfwlist -server=/.bmfinn.com/127.0.0.1#5335 -ipset=/.bmfinn.com/gfwlist -server=/.bnews.co/127.0.0.1#5335 -ipset=/.bnews.co/gfwlist -server=/.bnn.co/127.0.0.1#5335 -ipset=/.bnn.co/gfwlist -server=/.bnrmetal.com/127.0.0.1#5335 -ipset=/.bnrmetal.com/gfwlist -server=/.boardreader.com/127.0.0.1#5335 -ipset=/.boardreader.com/gfwlist -server=/.bod.asia/127.0.0.1#5335 -ipset=/.bod.asia/gfwlist -server=/.bodog88.com/127.0.0.1#5335 -ipset=/.bodog88.com/gfwlist -server=/.bolehvpn.net/127.0.0.1#5335 -ipset=/.bolehvpn.net/gfwlist -server=/.bolin.netfirms.com/127.0.0.1#5335 -ipset=/.bolin.netfirms.com/gfwlist -server=/.bonbonme.com/127.0.0.1#5335 -ipset=/.bonbonme.com/gfwlist -server=/.bonbonsex.com/127.0.0.1#5335 -ipset=/.bonbonsex.com/gfwlist -server=/.bonfoundation.org/127.0.0.1#5335 -ipset=/.bonfoundation.org/gfwlist -server=/.bongacams.com/127.0.0.1#5335 -ipset=/.bongacams.com/gfwlist -server=/.boobstagram.com/127.0.0.1#5335 -ipset=/.boobstagram.com/gfwlist -server=/.book.com.tw/127.0.0.1#5335 -ipset=/.book.com.tw/gfwlist -server=/.book.zi5.me/127.0.0.1#5335 -ipset=/.book.zi5.me/gfwlist -server=/.bookepub.com/127.0.0.1#5335 -ipset=/.bookepub.com/gfwlist -server=/.books.com.tw/127.0.0.1#5335 -ipset=/.books.com.tw/gfwlist -server=/.booktopia.com.au/127.0.0.1#5335 -ipset=/.booktopia.com.au/gfwlist -server=/.boomssr.com/127.0.0.1#5335 -ipset=/.boomssr.com/gfwlist -server=/.bot.nu/127.0.0.1#5335 -ipset=/.bot.nu/gfwlist -server=/.botanwang.com/127.0.0.1#5335 -ipset=/.botanwang.com/gfwlist -server=/.bowenpress.com/127.0.0.1#5335 -ipset=/.bowenpress.com/gfwlist -server=/.boxpn.com/127.0.0.1#5335 -ipset=/.boxpn.com/gfwlist -server=/.boxun.com/127.0.0.1#5335 -ipset=/.boxun.com/gfwlist -server=/.boxun.tv/127.0.0.1#5335 -ipset=/.boxun.tv/gfwlist -server=/.boxunblog.com/127.0.0.1#5335 -ipset=/.boxunblog.com/gfwlist -server=/.boxunclub.com/127.0.0.1#5335 -ipset=/.boxunclub.com/gfwlist -server=/.boyangu.com/127.0.0.1#5335 -ipset=/.boyangu.com/gfwlist -server=/.boyfriendtv.com/127.0.0.1#5335 -ipset=/.boyfriendtv.com/gfwlist -server=/.boysfood.com/127.0.0.1#5335 -ipset=/.boysfood.com/gfwlist -server=/.boysmaster.com/127.0.0.1#5335 -ipset=/.boysmaster.com/gfwlist -server=/.br.hao123.com/127.0.0.1#5335 -ipset=/.br.hao123.com/gfwlist -server=/.br.st/127.0.0.1#5335 -ipset=/.br.st/gfwlist -server=/.brandonhutchinson.com/127.0.0.1#5335 -ipset=/.brandonhutchinson.com/gfwlist -server=/.braumeister.org/127.0.0.1#5335 -ipset=/.braumeister.org/gfwlist -server=/.bravotube.net/127.0.0.1#5335 -ipset=/.bravotube.net/gfwlist -server=/.brazzers.com/127.0.0.1#5335 -ipset=/.brazzers.com/gfwlist -server=/.break.com/127.0.0.1#5335 -ipset=/.break.com/gfwlist -server=/.breakgfw.com/127.0.0.1#5335 -ipset=/.breakgfw.com/gfwlist -server=/.breaking911.com/127.0.0.1#5335 -ipset=/.breaking911.com/gfwlist -server=/.breakingtweets.com/127.0.0.1#5335 -ipset=/.breakingtweets.com/gfwlist -server=/.breakwall.net/127.0.0.1#5335 -ipset=/.breakwall.net/gfwlist -server=/.brizzly.com/127.0.0.1#5335 -ipset=/.brizzly.com/gfwlist -server=/.brkmd.com/127.0.0.1#5335 -ipset=/.brkmd.com/gfwlist -server=/.broadbook.com/127.0.0.1#5335 -ipset=/.broadbook.com/gfwlist -server=/.broadpressinc.com/127.0.0.1#5335 -ipset=/.broadpressinc.com/gfwlist -server=/.brucewang.net/127.0.0.1#5335 -ipset=/.brucewang.net/gfwlist -server=/.brutaltgp.com/127.0.0.1#5335 -ipset=/.brutaltgp.com/gfwlist -server=/.bt2mag.com/127.0.0.1#5335 -ipset=/.bt2mag.com/gfwlist -server=/.bt95.com/127.0.0.1#5335 -ipset=/.bt95.com/gfwlist -server=/.btaia.com/127.0.0.1#5335 -ipset=/.btaia.com/gfwlist -server=/.btbtav.com/127.0.0.1#5335 -ipset=/.btbtav.com/gfwlist -server=/.btc98.com/127.0.0.1#5335 -ipset=/.btc98.com/gfwlist -server=/.btcbank.bank/127.0.0.1#5335 -ipset=/.btcbank.bank/gfwlist -server=/.btctrade.im/127.0.0.1#5335 -ipset=/.btctrade.im/gfwlist -server=/.btdigg.org/127.0.0.1#5335 -ipset=/.btdigg.org/gfwlist -server=/.btku.me/127.0.0.1#5335 -ipset=/.btku.me/gfwlist -server=/.btku.org/127.0.0.1#5335 -ipset=/.btku.org/gfwlist -server=/.btspread.com/127.0.0.1#5335 -ipset=/.btspread.com/gfwlist -server=/.btsynckeys.com/127.0.0.1#5335 -ipset=/.btsynckeys.com/gfwlist -server=/.budaedu.org/127.0.0.1#5335 -ipset=/.budaedu.org/gfwlist -server=/.buddhistchannel.tv/127.0.0.1#5335 -ipset=/.buddhistchannel.tv/gfwlist -server=/.buffered.com/127.0.0.1#5335 -ipset=/.buffered.com/gfwlist -server=/.bullog.org/127.0.0.1#5335 -ipset=/.bullog.org/gfwlist -server=/.bullogger.com/127.0.0.1#5335 -ipset=/.bullogger.com/gfwlist -server=/.bunbunhk.com/127.0.0.1#5335 -ipset=/.bunbunhk.com/gfwlist -server=/.busayari.com/127.0.0.1#5335 -ipset=/.busayari.com/gfwlist -server=/.businessinsider.com/127.0.0.1#5335 -ipset=/.businessinsider.com/gfwlist -server=/.businesstoday.com.tw/127.0.0.1#5335 -ipset=/.businesstoday.com.tw/gfwlist -server=/.businessweek.com/127.0.0.1#5335 -ipset=/.businessweek.com/gfwlist -server=/.busytrade.com/127.0.0.1#5335 -ipset=/.busytrade.com/gfwlist -server=/.buugaa.com/127.0.0.1#5335 -ipset=/.buugaa.com/gfwlist -server=/.buzzhand.com/127.0.0.1#5335 -ipset=/.buzzhand.com/gfwlist -server=/.buzzhand.net/127.0.0.1#5335 -ipset=/.buzzhand.net/gfwlist -server=/.buzzorange.com/127.0.0.1#5335 -ipset=/.buzzorange.com/gfwlist -server=/.bvpn.com/127.0.0.1#5335 -ipset=/.bvpn.com/gfwlist -server=/.bwgyhw.com/127.0.0.1#5335 -ipset=/.bwgyhw.com/gfwlist -server=/.bwh1.net/127.0.0.1#5335 -ipset=/.bwh1.net/gfwlist -server=/.bwsj.hk/127.0.0.1#5335 -ipset=/.bwsj.hk/gfwlist -server=/.bx.in.th/127.0.0.1#5335 -ipset=/.bx.in.th/gfwlist -server=/.bx.tl/127.0.0.1#5335 -ipset=/.bx.tl/gfwlist -server=/.bynet.co.il/127.0.0.1#5335 -ipset=/.bynet.co.il/gfwlist -server=/.c-est-simple.com/127.0.0.1#5335 -ipset=/.c-est-simple.com/gfwlist -server=/.c-spanvideo.org/127.0.0.1#5335 -ipset=/.c-spanvideo.org/gfwlist -server=/.c100tibet.org/127.0.0.1#5335 -ipset=/.c100tibet.org/gfwlist -server=/.c1522.mooo.com/127.0.0.1#5335 -ipset=/.c1522.mooo.com/gfwlist -server=/.c2cx.com/127.0.0.1#5335 -ipset=/.c2cx.com/gfwlist -server=/.cablegatesearch.net/127.0.0.1#5335 -ipset=/.cablegatesearch.net/gfwlist -server=/.cachinese.com/127.0.0.1#5335 -ipset=/.cachinese.com/gfwlist -server=/.cacnw.com/127.0.0.1#5335 -ipset=/.cacnw.com/gfwlist -server=/.cactusvpn.com/127.0.0.1#5335 -ipset=/.cactusvpn.com/gfwlist -server=/.cafepress.com/127.0.0.1#5335 -ipset=/.cafepress.com/gfwlist -server=/.cahr.org.tw/127.0.0.1#5335 -ipset=/.cahr.org.tw/gfwlist -server=/.calebelston.com/127.0.0.1#5335 -ipset=/.calebelston.com/gfwlist -server=/.calgarychinese.ca/127.0.0.1#5335 -ipset=/.calgarychinese.ca/gfwlist -server=/.calgarychinese.com/127.0.0.1#5335 -ipset=/.calgarychinese.com/gfwlist -server=/.calgarychinese.net/127.0.0.1#5335 -ipset=/.calgarychinese.net/gfwlist -server=/.cam4.com/127.0.0.1#5335 -ipset=/.cam4.com/gfwlist -server=/.cam4.jp/127.0.0.1#5335 -ipset=/.cam4.jp/gfwlist -server=/.cam4.sg/127.0.0.1#5335 -ipset=/.cam4.sg/gfwlist -server=/.camfrog.com/127.0.0.1#5335 -ipset=/.camfrog.com/gfwlist -server=/.cams.com/127.0.0.1#5335 -ipset=/.cams.com/gfwlist -server=/.cams.org.sg/127.0.0.1#5335 -ipset=/.cams.org.sg/gfwlist -server=/.canadameet.com/127.0.0.1#5335 -ipset=/.canadameet.com/gfwlist -server=/.canalporno.com/127.0.0.1#5335 -ipset=/.canalporno.com/gfwlist -server=/.canyu.org/127.0.0.1#5335 -ipset=/.canyu.org/gfwlist -server=/.cao.im/127.0.0.1#5335 -ipset=/.cao.im/gfwlist -server=/.caobian.info/127.0.0.1#5335 -ipset=/.caobian.info/gfwlist -server=/.caochangqing.com/127.0.0.1#5335 -ipset=/.caochangqing.com/gfwlist -server=/.cap.org.hk/127.0.0.1#5335 -ipset=/.cap.org.hk/gfwlist -server=/.carabinasypistolas.com/127.0.0.1#5335 -ipset=/.carabinasypistolas.com/gfwlist -server=/.cardinalkungfoundation.org/127.0.0.1#5335 -ipset=/.cardinalkungfoundation.org/gfwlist -server=/.carfax.com/127.0.0.1#5335 -ipset=/.carfax.com/gfwlist -server=/.cari.com.my/127.0.0.1#5335 -ipset=/.cari.com.my/gfwlist -server=/.caribbeancom.com/127.0.0.1#5335 -ipset=/.caribbeancom.com/gfwlist -server=/.carmotorshow.com/127.0.0.1#5335 -ipset=/.carmotorshow.com/gfwlist -server=/.cartoonmovement.com/127.0.0.1#5335 -ipset=/.cartoonmovement.com/gfwlist -server=/.casadeltibetbcn.org/127.0.0.1#5335 -ipset=/.casadeltibetbcn.org/gfwlist -server=/.casatibet.org.mx/127.0.0.1#5335 -ipset=/.casatibet.org.mx/gfwlist -server=/.casino.williamhill.com/127.0.0.1#5335 -ipset=/.casino.williamhill.com/gfwlist -server=/.casinobellini.com/127.0.0.1#5335 -ipset=/.casinobellini.com/gfwlist -server=/.casinoking.com/127.0.0.1#5335 -ipset=/.casinoking.com/gfwlist -server=/.casinoriva.com/127.0.0.1#5335 -ipset=/.casinoriva.com/gfwlist -server=/.castbox.fm/127.0.0.1#5335 -ipset=/.castbox.fm/gfwlist -server=/.catch22.net/127.0.0.1#5335 -ipset=/.catch22.net/gfwlist -server=/.catchgod.com/127.0.0.1#5335 -ipset=/.catchgod.com/gfwlist -server=/.catfightpayperview.xxx/127.0.0.1#5335 -ipset=/.catfightpayperview.xxx/gfwlist -server=/.catholic.org.hk/127.0.0.1#5335 -ipset=/.catholic.org.hk/gfwlist -server=/.catholic.org.tw/127.0.0.1#5335 -ipset=/.catholic.org.tw/gfwlist -server=/.cathvoice.org.tw/127.0.0.1#5335 -ipset=/.cathvoice.org.tw/gfwlist -server=/.cattt.com/127.0.0.1#5335 -ipset=/.cattt.com/gfwlist -server=/.cbc.ca/127.0.0.1#5335 -ipset=/.cbc.ca/gfwlist -server=/.cbs.ntu.edu.tw/127.0.0.1#5335 -ipset=/.cbs.ntu.edu.tw/gfwlist -server=/.cbtc.org.hk/127.0.0.1#5335 -ipset=/.cbtc.org.hk/gfwlist -server=/.cccat.cc/127.0.0.1#5335 -ipset=/.cccat.cc/gfwlist -server=/.cccat.co/127.0.0.1#5335 -ipset=/.cccat.co/gfwlist -server=/.ccdtr.org/127.0.0.1#5335 -ipset=/.ccdtr.org/gfwlist -server=/.cchere.com/127.0.0.1#5335 -ipset=/.cchere.com/gfwlist -server=/.ccim.org/127.0.0.1#5335 -ipset=/.ccim.org/gfwlist -server=/.cclife.ca/127.0.0.1#5335 -ipset=/.cclife.ca/gfwlist -server=/.cclife.org/127.0.0.1#5335 -ipset=/.cclife.org/gfwlist -server=/.cclifefl.org/127.0.0.1#5335 -ipset=/.cclifefl.org/gfwlist -server=/.ccthere.com/127.0.0.1#5335 -ipset=/.ccthere.com/gfwlist -server=/.ccthere.net/127.0.0.1#5335 -ipset=/.ccthere.net/gfwlist -server=/.cctmweb.net/127.0.0.1#5335 -ipset=/.cctmweb.net/gfwlist -server=/.ccue.ca/127.0.0.1#5335 -ipset=/.ccue.ca/gfwlist -server=/.ccue.com/127.0.0.1#5335 -ipset=/.ccue.com/gfwlist -server=/.ccvoice.ca/127.0.0.1#5335 -ipset=/.ccvoice.ca/gfwlist -server=/.ccw.org.tw/127.0.0.1#5335 -ipset=/.ccw.org.tw/gfwlist -server=/.cdbook.org/127.0.0.1#5335 -ipset=/.cdbook.org/gfwlist -server=/.cdcparty.com/127.0.0.1#5335 -ipset=/.cdcparty.com/gfwlist -server=/.cdef.org/127.0.0.1#5335 -ipset=/.cdef.org/gfwlist -server=/.cdig.info/127.0.0.1#5335 -ipset=/.cdig.info/gfwlist -server=/.cdjp.org/127.0.0.1#5335 -ipset=/.cdjp.org/gfwlist -server=/.cdn-images.mailchimp.com/127.0.0.1#5335 -ipset=/.cdn-images.mailchimp.com/gfwlist -server=/.cdn.assets.lfpcontent.com/127.0.0.1#5335 -ipset=/.cdn.assets.lfpcontent.com/gfwlist -server=/.cdn.helixstudios.net/127.0.0.1#5335 -ipset=/.cdn.helixstudios.net/gfwlist -server=/.cdn.printfriendly.com/127.0.0.1#5335 -ipset=/.cdn.printfriendly.com/gfwlist -server=/.cdn.seatguru.com/127.0.0.1#5335 -ipset=/.cdn.seatguru.com/gfwlist -server=/.cdn.softlayer.net/127.0.0.1#5335 -ipset=/.cdn.softlayer.net/gfwlist -server=/.cdn1.lp.saboom.com/127.0.0.1#5335 -ipset=/.cdn1.lp.saboom.com/gfwlist -server=/.cdnews.com.tw/127.0.0.1#5335 -ipset=/.cdnews.com.tw/gfwlist -server=/.cdninstagram.com/127.0.0.1#5335 -ipset=/.cdninstagram.com/gfwlist -server=/.cdp1989.org/127.0.0.1#5335 -ipset=/.cdp1989.org/gfwlist -server=/.cdp1998.org/127.0.0.1#5335 -ipset=/.cdp1998.org/gfwlist -server=/.cdp2006.org/127.0.0.1#5335 -ipset=/.cdp2006.org/gfwlist -server=/.cdpa.url.tw/127.0.0.1#5335 -ipset=/.cdpa.url.tw/gfwlist -server=/.cdpeu.org/127.0.0.1#5335 -ipset=/.cdpeu.org/gfwlist -server=/.cdpusa.org/127.0.0.1#5335 -ipset=/.cdpusa.org/gfwlist -server=/.cdpweb.org/127.0.0.1#5335 -ipset=/.cdpweb.org/gfwlist -server=/.cdpwu.org/127.0.0.1#5335 -ipset=/.cdpwu.org/gfwlist -server=/.cdw.com/127.0.0.1#5335 -ipset=/.cdw.com/gfwlist -server=/.cecc.gov/127.0.0.1#5335 -ipset=/.cecc.gov/gfwlist -server=/.cellulo.info/127.0.0.1#5335 -ipset=/.cellulo.info/gfwlist -server=/.cenews.eu/127.0.0.1#5335 -ipset=/.cenews.eu/gfwlist -server=/.centauro.com.br/127.0.0.1#5335 -ipset=/.centauro.com.br/gfwlist -server=/.centerforhumanreprod.com/127.0.0.1#5335 -ipset=/.centerforhumanreprod.com/gfwlist -server=/.centralnation.com/127.0.0.1#5335 -ipset=/.centralnation.com/gfwlist -server=/.centurys.net/127.0.0.1#5335 -ipset=/.centurys.net/gfwlist -server=/.certificate-transparency.org/127.0.0.1#5335 -ipset=/.certificate-transparency.org/gfwlist -server=/.certificate.revocationcheck.com/127.0.0.1#5335 -ipset=/.certificate.revocationcheck.com/gfwlist -server=/.cfhks.org.hk/127.0.0.1#5335 -ipset=/.cfhks.org.hk/gfwlist -server=/.cfos.de/127.0.0.1#5335 -ipset=/.cfos.de/gfwlist -server=/.cftfc.com/127.0.0.1#5335 -ipset=/.cftfc.com/gfwlist -server=/.cgdepot.org/127.0.0.1#5335 -ipset=/.cgdepot.org/gfwlist -server=/.cgst.edu/127.0.0.1#5335 -ipset=/.cgst.edu/gfwlist -server=/.ch.shvoong.com/127.0.0.1#5335 -ipset=/.ch.shvoong.com/gfwlist -server=/.change.org/127.0.0.1#5335 -ipset=/.change.org/gfwlist -server=/.changeip.name/127.0.0.1#5335 -ipset=/.changeip.name/gfwlist -server=/.changeip.net/127.0.0.1#5335 -ipset=/.changeip.net/gfwlist -server=/.changeip.org/127.0.0.1#5335 -ipset=/.changeip.org/gfwlist -server=/.changp.com/127.0.0.1#5335 -ipset=/.changp.com/gfwlist -server=/.changsa.net/127.0.0.1#5335 -ipset=/.changsa.net/gfwlist -server=/.chaoex.com/127.0.0.1#5335 -ipset=/.chaoex.com/gfwlist -server=/.chapm25.com/127.0.0.1#5335 -ipset=/.chapm25.com/gfwlist -server=/.chatnook.com/127.0.0.1#5335 -ipset=/.chatnook.com/gfwlist -server=/.chaturbate.com/127.0.0.1#5335 -ipset=/.chaturbate.com/gfwlist -server=/.chengmingmag.com/127.0.0.1#5335 -ipset=/.chengmingmag.com/gfwlist -server=/.chenguangcheng.com/127.0.0.1#5335 -ipset=/.chenguangcheng.com/gfwlist -server=/.chenpokong.com/127.0.0.1#5335 -ipset=/.chenpokong.com/gfwlist -server=/.chenpokong.net/127.0.0.1#5335 -ipset=/.chenpokong.net/gfwlist -server=/.chenshan20042005.wordpress.com/127.0.0.1#5335 -ipset=/.chenshan20042005.wordpress.com/gfwlist -server=/.cherrysave.com/127.0.0.1#5335 -ipset=/.cherrysave.com/gfwlist -server=/.chhongbi.org/127.0.0.1#5335 -ipset=/.chhongbi.org/gfwlist -server=/.chicagoncmtv.com/127.0.0.1#5335 -ipset=/.chicagoncmtv.com/gfwlist -server=/.china-mmm.jp.net/127.0.0.1#5335 -ipset=/.china-mmm.jp.net/gfwlist -server=/.china-mmm.net/127.0.0.1#5335 -ipset=/.china-mmm.net/gfwlist -server=/.china-mmm.sa.com/127.0.0.1#5335 -ipset=/.china-mmm.sa.com/gfwlist -server=/.china-review.com.ua/127.0.0.1#5335 -ipset=/.china-review.com.ua/gfwlist -server=/.china-week.com/127.0.0.1#5335 -ipset=/.china-week.com/gfwlist -server=/.china.hket.com/127.0.0.1#5335 -ipset=/.china.hket.com/gfwlist -server=/.china101.com/127.0.0.1#5335 -ipset=/.china101.com/gfwlist -server=/.china18.org/127.0.0.1#5335 -ipset=/.china18.org/gfwlist -server=/.china21.com/127.0.0.1#5335 -ipset=/.china21.com/gfwlist -server=/.china21.org/127.0.0.1#5335 -ipset=/.china21.org/gfwlist -server=/.china5000.us/127.0.0.1#5335 -ipset=/.china5000.us/gfwlist -server=/.chinaaffairs.org/127.0.0.1#5335 -ipset=/.chinaaffairs.org/gfwlist -server=/.chinaaid.me/127.0.0.1#5335 -ipset=/.chinaaid.me/gfwlist -server=/.chinaaid.net/127.0.0.1#5335 -ipset=/.chinaaid.net/gfwlist -server=/.chinaaid.org/127.0.0.1#5335 -ipset=/.chinaaid.org/gfwlist -server=/.chinaaid.us/127.0.0.1#5335 -ipset=/.chinaaid.us/gfwlist -server=/.chinachange.org/127.0.0.1#5335 -ipset=/.chinachange.org/gfwlist -server=/.chinachannel.hk/127.0.0.1#5335 -ipset=/.chinachannel.hk/gfwlist -server=/.chinacitynews.be/127.0.0.1#5335 -ipset=/.chinacitynews.be/gfwlist -server=/.chinacomments.org/127.0.0.1#5335 -ipset=/.chinacomments.org/gfwlist -server=/.chinadialogue.net/127.0.0.1#5335 -ipset=/.chinadialogue.net/gfwlist -server=/.chinadigitaltimes.net/127.0.0.1#5335 -ipset=/.chinadigitaltimes.net/gfwlist -server=/.chinaelections.org/127.0.0.1#5335 -ipset=/.chinaelections.org/gfwlist -server=/.chinaeweekly.com/127.0.0.1#5335 -ipset=/.chinaeweekly.com/gfwlist -server=/.chinafreepress.org/127.0.0.1#5335 -ipset=/.chinafreepress.org/gfwlist -server=/.chinagate.com/127.0.0.1#5335 -ipset=/.chinagate.com/gfwlist -server=/.chinageeks.org/127.0.0.1#5335 -ipset=/.chinageeks.org/gfwlist -server=/.chinagfw.org/127.0.0.1#5335 -ipset=/.chinagfw.org/gfwlist -server=/.chinagonet.com/127.0.0.1#5335 -ipset=/.chinagonet.com/gfwlist -server=/.chinagreenparty.org/127.0.0.1#5335 -ipset=/.chinagreenparty.org/gfwlist -server=/.chinahorizon.org/127.0.0.1#5335 -ipset=/.chinahorizon.org/gfwlist -server=/.chinahush.com/127.0.0.1#5335 -ipset=/.chinahush.com/gfwlist -server=/.chinainperspective.com/127.0.0.1#5335 -ipset=/.chinainperspective.com/gfwlist -server=/.chinainterimgov.org/127.0.0.1#5335 -ipset=/.chinainterimgov.org/gfwlist -server=/.chinalaborwatch.org/127.0.0.1#5335 -ipset=/.chinalaborwatch.org/gfwlist -server=/.chinalawandpolicy.com/127.0.0.1#5335 -ipset=/.chinalawandpolicy.com/gfwlist -server=/.chinalawtranslate.com/127.0.0.1#5335 -ipset=/.chinalawtranslate.com/gfwlist -server=/.chinamule.com/127.0.0.1#5335 -ipset=/.chinamule.com/gfwlist -server=/.chinamz.org/127.0.0.1#5335 -ipset=/.chinamz.org/gfwlist -server=/.chinanewscenter.com/127.0.0.1#5335 -ipset=/.chinanewscenter.com/gfwlist -server=/.chinapress.com.my/127.0.0.1#5335 -ipset=/.chinapress.com.my/gfwlist -server=/.chinarightsia.org/127.0.0.1#5335 -ipset=/.chinarightsia.org/gfwlist -server=/.chinasocialdemocraticparty.com/127.0.0.1#5335 -ipset=/.chinasocialdemocraticparty.com/gfwlist -server=/.chinasoul.org/127.0.0.1#5335 -ipset=/.chinasoul.org/gfwlist -server=/.chinasucks.net/127.0.0.1#5335 -ipset=/.chinasucks.net/gfwlist -server=/.chinatimes.com/127.0.0.1#5335 -ipset=/.chinatimes.com/gfwlist -server=/.chinatopsex.com/127.0.0.1#5335 -ipset=/.chinatopsex.com/gfwlist -server=/.chinatown.com.au/127.0.0.1#5335 -ipset=/.chinatown.com.au/gfwlist -server=/.chinatweeps.com/127.0.0.1#5335 -ipset=/.chinatweeps.com/gfwlist -server=/.chinaview.wordpress.com/127.0.0.1#5335 -ipset=/.chinaview.wordpress.com/gfwlist -server=/.chinaway.org/127.0.0.1#5335 -ipset=/.chinaway.org/gfwlist -server=/.chinaworker.info/127.0.0.1#5335 -ipset=/.chinaworker.info/gfwlist -server=/.chinayouth.org.hk/127.0.0.1#5335 -ipset=/.chinayouth.org.hk/gfwlist -server=/.chinayuanmin.org/127.0.0.1#5335 -ipset=/.chinayuanmin.org/gfwlist -server=/.chinese-hermit.net/127.0.0.1#5335 -ipset=/.chinese-hermit.net/gfwlist -server=/.chinese-leaders.org/127.0.0.1#5335 -ipset=/.chinese-leaders.org/gfwlist -server=/.chinese-memorial.org/127.0.0.1#5335 -ipset=/.chinese-memorial.org/gfwlist -server=/.chinese.donga.com/127.0.0.1#5335 -ipset=/.chinese.donga.com/gfwlist -server=/.chinese.engadget.com/127.0.0.1#5335 -ipset=/.chinese.engadget.com/gfwlist -server=/.chinese.irib.ir/127.0.0.1#5335 -ipset=/.chinese.irib.ir/gfwlist -server=/.chinese.soifind.com/127.0.0.1#5335 -ipset=/.chinese.soifind.com/gfwlist -server=/.chinesedaily.com/127.0.0.1#5335 -ipset=/.chinesedaily.com/gfwlist -server=/.chinesedailynews.com/127.0.0.1#5335 -ipset=/.chinesedailynews.com/gfwlist -server=/.chinesedemocracy.com/127.0.0.1#5335 -ipset=/.chinesedemocracy.com/gfwlist -server=/.chinesegay.org/127.0.0.1#5335 -ipset=/.chinesegay.org/gfwlist -server=/.chinesen.de/127.0.0.1#5335 -ipset=/.chinesen.de/gfwlist -server=/.chinesepen.org/127.0.0.1#5335 -ipset=/.chinesepen.org/gfwlist -server=/.chineseupress.com/127.0.0.1#5335 -ipset=/.chineseupress.com/gfwlist -server=/.chingcheong.com/127.0.0.1#5335 -ipset=/.chingcheong.com/gfwlist -server=/.chinman.net/127.0.0.1#5335 -ipset=/.chinman.net/gfwlist -server=/.chithu.org/127.0.0.1#5335 -ipset=/.chithu.org/gfwlist -server=/.chn.chosun.com/127.0.0.1#5335 -ipset=/.chn.chosun.com/gfwlist -server=/.chobit.cc/127.0.0.1#5335 -ipset=/.chobit.cc/gfwlist -server=/.chrdnet.com/127.0.0.1#5335 -ipset=/.chrdnet.com/gfwlist -server=/.christianfreedom.org/127.0.0.1#5335 -ipset=/.christianfreedom.org/gfwlist -server=/.christianstudy.com/127.0.0.1#5335 -ipset=/.christianstudy.com/gfwlist -server=/.christiantimes.org.hk/127.0.0.1#5335 -ipset=/.christiantimes.org.hk/gfwlist -server=/.chrlawyers.hk/127.0.0.1#5335 -ipset=/.chrlawyers.hk/gfwlist -server=/.chrome.com/127.0.0.1#5335 -ipset=/.chrome.com/gfwlist -server=/.chromecast.com/127.0.0.1#5335 -ipset=/.chromecast.com/gfwlist -server=/.chromeexperiments.com/127.0.0.1#5335 -ipset=/.chromeexperiments.com/gfwlist -server=/.chromercise.com/127.0.0.1#5335 -ipset=/.chromercise.com/gfwlist -server=/.chromestatus.com/127.0.0.1#5335 -ipset=/.chromestatus.com/gfwlist -server=/.chromium.org/127.0.0.1#5335 -ipset=/.chromium.org/gfwlist -server=/.chuang-yen.org/127.0.0.1#5335 -ipset=/.chuang-yen.org/gfwlist -server=/.chubold.com/127.0.0.1#5335 -ipset=/.chubold.com/gfwlist -server=/.chubun.com/127.0.0.1#5335 -ipset=/.chubun.com/gfwlist -server=/.chuizi.net/127.0.0.1#5335 -ipset=/.chuizi.net/gfwlist -server=/.chushigangdrug.ch/127.0.0.1#5335 -ipset=/.chushigangdrug.ch/gfwlist -server=/.cienen.com/127.0.0.1#5335 -ipset=/.cienen.com/gfwlist -server=/.cineastentreff.de/127.0.0.1#5335 -ipset=/.cineastentreff.de/gfwlist -server=/.cipfg.org/127.0.0.1#5335 -ipset=/.cipfg.org/gfwlist -server=/.circlethebayfortibet.org/127.0.0.1#5335 -ipset=/.circlethebayfortibet.org/gfwlist -server=/.cirosantilli.com/127.0.0.1#5335 -ipset=/.cirosantilli.com/gfwlist -server=/.citizencn.com/127.0.0.1#5335 -ipset=/.citizencn.com/gfwlist -server=/.citizenlab.org/127.0.0.1#5335 -ipset=/.citizenlab.org/gfwlist -server=/.citizenscommission.hk/127.0.0.1#5335 -ipset=/.citizenscommission.hk/gfwlist -server=/.citizensradio.org/127.0.0.1#5335 -ipset=/.citizensradio.org/gfwlist -server=/.city365.ca/127.0.0.1#5335 -ipset=/.city365.ca/gfwlist -server=/.city9x.com/127.0.0.1#5335 -ipset=/.city9x.com/gfwlist -server=/.citypopulation.de/127.0.0.1#5335 -ipset=/.citypopulation.de/gfwlist -server=/.civicparty.hk/127.0.0.1#5335 -ipset=/.civicparty.hk/gfwlist -server=/.civildisobediencemovement.org/127.0.0.1#5335 -ipset=/.civildisobediencemovement.org/gfwlist -server=/.civilhrfront.org/127.0.0.1#5335 -ipset=/.civilhrfront.org/gfwlist -server=/.civiliangunner.com/127.0.0.1#5335 -ipset=/.civiliangunner.com/gfwlist -server=/.civilmedia.tw/127.0.0.1#5335 -ipset=/.civilmedia.tw/gfwlist -server=/.ck101.com/127.0.0.1#5335 -ipset=/.ck101.com/gfwlist -server=/.cl.d0z.net/127.0.0.1#5335 -ipset=/.cl.d0z.net/gfwlist -server=/.classicalguitarblog.net/127.0.0.1#5335 -ipset=/.classicalguitarblog.net/gfwlist -server=/.clb.org.hk/127.0.0.1#5335 -ipset=/.clb.org.hk/gfwlist -server=/.cldr.unicode.org/127.0.0.1#5335 -ipset=/.cldr.unicode.org/gfwlist -server=/.cleansite.biz/127.0.0.1#5335 -ipset=/.cleansite.biz/gfwlist -server=/.cleansite.info/127.0.0.1#5335 -ipset=/.cleansite.info/gfwlist -server=/.cleansite.us/127.0.0.1#5335 -ipset=/.cleansite.us/gfwlist -server=/.clearharmony.net/127.0.0.1#5335 -ipset=/.clearharmony.net/gfwlist -server=/.clearsurance.com/127.0.0.1#5335 -ipset=/.clearsurance.com/gfwlist -server=/.clearwisdom.net/127.0.0.1#5335 -ipset=/.clearwisdom.net/gfwlist -server=/.clementine-player.org/127.0.0.1#5335 -ipset=/.clementine-player.org/gfwlist -server=/.cling.omy.sg/127.0.0.1#5335 -ipset=/.cling.omy.sg/gfwlist -server=/.clinica-tibet.ru/127.0.0.1#5335 -ipset=/.clinica-tibet.ru/gfwlist -server=/.clipfish.de/127.0.0.1#5335 -ipset=/.clipfish.de/gfwlist -server=/.cloakpoint.com/127.0.0.1#5335 -ipset=/.cloakpoint.com/gfwlist -server=/.cloud.feedly.com/127.0.0.1#5335 -ipset=/.cloud.feedly.com/gfwlist -server=/.cloud.mail.ru/127.0.0.1#5335 -ipset=/.cloud.mail.ru/gfwlist -server=/.club1069.com/127.0.0.1#5335 -ipset=/.club1069.com/gfwlist -server=/.clyp.it/127.0.0.1#5335 -ipset=/.clyp.it/gfwlist -server=/.cmcn.org/127.0.0.1#5335 -ipset=/.cmcn.org/gfwlist -server=/.cmi.org.tw/127.0.0.1#5335 -ipset=/.cmi.org.tw/gfwlist -server=/.cmp.hku.hk/127.0.0.1#5335 -ipset=/.cmp.hku.hk/gfwlist -server=/.cms.gov/127.0.0.1#5335 -ipset=/.cms.gov/gfwlist -server=/.cmule.com/127.0.0.1#5335 -ipset=/.cmule.com/gfwlist -server=/.cmule.org/127.0.0.1#5335 -ipset=/.cmule.org/gfwlist -server=/.cmx.im/127.0.0.1#5335 -ipset=/.cmx.im/gfwlist -server=/.cn-proxy.com/127.0.0.1#5335 -ipset=/.cn-proxy.com/gfwlist -server=/.cn.calameo.com/127.0.0.1#5335 -ipset=/.cn.calameo.com/gfwlist -server=/.cn.dayabook.com/127.0.0.1#5335 -ipset=/.cn.dayabook.com/gfwlist -server=/.cn.fmnnow.com/127.0.0.1#5335 -ipset=/.cn.fmnnow.com/gfwlist -server=/.cn.freeones.com/127.0.0.1#5335 -ipset=/.cn.freeones.com/gfwlist -server=/.cn.ibtimes.com/127.0.0.1#5335 -ipset=/.cn.ibtimes.com/gfwlist -server=/.cn.nytstyle.com/127.0.0.1#5335 -ipset=/.cn.nytstyle.com/gfwlist -server=/.cn.sandscotaicentral.com/127.0.0.1#5335 -ipset=/.cn.sandscotaicentral.com/gfwlist -server=/.cn.shafaqna.com/127.0.0.1#5335 -ipset=/.cn.shafaqna.com/gfwlist -server=/.cn.thegay.com/127.0.0.1#5335 -ipset=/.cn.thegay.com/gfwlist -server=/.cn.uncyclopedia.wikia.com/127.0.0.1#5335 -ipset=/.cn.uncyclopedia.wikia.com/gfwlist -server=/.cn.uptodown.com/127.0.0.1#5335 -ipset=/.cn.uptodown.com/gfwlist -server=/.cn.voa.mobi/127.0.0.1#5335 -ipset=/.cn.voa.mobi/gfwlist -server=/.cn2.streetvoice.com/127.0.0.1#5335 -ipset=/.cn2.streetvoice.com/gfwlist -server=/.cn6.eu/127.0.0.1#5335 -ipset=/.cn6.eu/gfwlist -server=/.cna.com.tw/127.0.0.1#5335 -ipset=/.cna.com.tw/gfwlist -server=/.cnabc.com/127.0.0.1#5335 -ipset=/.cnabc.com/gfwlist -server=/.cnbbnews.wordpress.com/127.0.0.1#5335 -ipset=/.cnbbnews.wordpress.com/gfwlist -server=/.cnd.org/127.0.0.1#5335 -ipset=/.cnd.org/gfwlist -server=/.cnex.org.cn/127.0.0.1#5335 -ipset=/.cnex.org.cn/gfwlist -server=/.cnineu.com/127.0.0.1#5335 -ipset=/.cnineu.com/gfwlist -server=/.cnpolitics.org/127.0.0.1#5335 -ipset=/.cnpolitics.org/gfwlist -server=/.cnproxy.com/127.0.0.1#5335 -ipset=/.cnproxy.com/gfwlist -server=/.co.ng.mil/127.0.0.1#5335 -ipset=/.co.ng.mil/gfwlist -server=/.coat.co.jp/127.0.0.1#5335 -ipset=/.coat.co.jp/gfwlist -server=/.cobinhood.com/127.0.0.1#5335 -ipset=/.cobinhood.com/gfwlist -server=/.cochina.co/127.0.0.1#5335 -ipset=/.cochina.co/gfwlist -server=/.cochina.org/127.0.0.1#5335 -ipset=/.cochina.org/gfwlist -server=/.codeshare.io/127.0.0.1#5335 -ipset=/.codeshare.io/gfwlist -server=/.codeskulptor.org/127.0.0.1#5335 -ipset=/.codeskulptor.org/gfwlist -server=/.coin2co.in/127.0.0.1#5335 -ipset=/.coin2co.in/gfwlist -server=/.coinbene.com/127.0.0.1#5335 -ipset=/.coinbene.com/gfwlist -server=/.coinegg.com/127.0.0.1#5335 -ipset=/.coinegg.com/gfwlist -server=/.coinex.com/127.0.0.1#5335 -ipset=/.coinex.com/gfwlist -server=/.coingi.com/127.0.0.1#5335 -ipset=/.coingi.com/gfwlist -server=/.coinrail.co.kr/127.0.0.1#5335 -ipset=/.coinrail.co.kr/gfwlist -server=/.cointiger.com/127.0.0.1#5335 -ipset=/.cointiger.com/gfwlist -server=/.cointobe.com/127.0.0.1#5335 -ipset=/.cointobe.com/gfwlist -server=/.coinut.com/127.0.0.1#5335 -ipset=/.coinut.com/gfwlist -server=/.collateralmurder.com/127.0.0.1#5335 -ipset=/.collateralmurder.com/gfwlist -server=/.collateralmurder.org/127.0.0.1#5335 -ipset=/.collateralmurder.org/gfwlist -server=/.com.google/127.0.0.1#5335 -ipset=/.com.google/gfwlist -server=/.comefromchina.com/127.0.0.1#5335 -ipset=/.comefromchina.com/gfwlist -server=/.comic-mega.me/127.0.0.1#5335 -ipset=/.comic-mega.me/gfwlist -server=/.commandarms.com/127.0.0.1#5335 -ipset=/.commandarms.com/gfwlist -server=/.commentshk.com/127.0.0.1#5335 -ipset=/.commentshk.com/gfwlist -server=/.communistcrimes.org/127.0.0.1#5335 -ipset=/.communistcrimes.org/gfwlist -server=/.community.windy.com/127.0.0.1#5335 -ipset=/.community.windy.com/gfwlist -server=/.communitychoicecu.com/127.0.0.1#5335 -ipset=/.communitychoicecu.com/gfwlist -server=/.compileheart.com/127.0.0.1#5335 -ipset=/.compileheart.com/gfwlist -server=/.compress.to/127.0.0.1#5335 -ipset=/.compress.to/gfwlist -server=/.connect.facebook.net/127.0.0.1#5335 -ipset=/.connect.facebook.net/gfwlist -server=/.conoha.jp/127.0.0.1#5335 -ipset=/.conoha.jp/gfwlist -server=/.contactmagazine.net/127.0.0.1#5335 -ipset=/.contactmagazine.net/gfwlist -server=/.contests.twilio.com/127.0.0.1#5335 -ipset=/.contests.twilio.com/gfwlist -server=/.convio.net/127.0.0.1#5335 -ipset=/.convio.net/gfwlist -server=/.coobay.com/127.0.0.1#5335 -ipset=/.coobay.com/gfwlist -server=/.coolaler.com/127.0.0.1#5335 -ipset=/.coolaler.com/gfwlist -server=/.coolder.com/127.0.0.1#5335 -ipset=/.coolder.com/gfwlist -server=/.coolloud.org.tw/127.0.0.1#5335 -ipset=/.coolloud.org.tw/gfwlist -server=/.coolncute.com/127.0.0.1#5335 -ipset=/.coolncute.com/gfwlist -server=/.coolstuffinc.com/127.0.0.1#5335 -ipset=/.coolstuffinc.com/gfwlist -server=/.corumcollege.com/127.0.0.1#5335 -ipset=/.corumcollege.com/gfwlist -server=/.cos-moe.com/127.0.0.1#5335 -ipset=/.cos-moe.com/gfwlist -server=/.cosmic.monar.ch/127.0.0.1#5335 -ipset=/.cosmic.monar.ch/gfwlist -server=/.cosplayjav.pl/127.0.0.1#5335 -ipset=/.cosplayjav.pl/gfwlist -server=/.costco.com/127.0.0.1#5335 -ipset=/.costco.com/gfwlist -server=/.cotweet.com/127.0.0.1#5335 -ipset=/.cotweet.com/gfwlist -server=/.counter.social/127.0.0.1#5335 -ipset=/.counter.social/gfwlist -server=/.coursehero.com/127.0.0.1#5335 -ipset=/.coursehero.com/gfwlist -server=/.cpj.org/127.0.0.1#5335 -ipset=/.cpj.org/gfwlist -server=/.cq99.us/127.0.0.1#5335 -ipset=/.cq99.us/gfwlist -server=/.crackle.com/127.0.0.1#5335 -ipset=/.crackle.com/gfwlist -server=/.crazys.cc/127.0.0.1#5335 -ipset=/.crazys.cc/gfwlist -server=/.crazyshit.com/127.0.0.1#5335 -ipset=/.crazyshit.com/gfwlist -server=/.crbug.com/127.0.0.1#5335 -ipset=/.crbug.com/gfwlist -server=/.crchina.org/127.0.0.1#5335 -ipset=/.crchina.org/gfwlist -server=/.crd-net.org/127.0.0.1#5335 -ipset=/.crd-net.org/gfwlist -server=/.creaders.net/127.0.0.1#5335 -ipset=/.creaders.net/gfwlist -server=/.creadersnet.com/127.0.0.1#5335 -ipset=/.creadersnet.com/gfwlist -server=/.creativelab5.com/127.0.0.1#5335 -ipset=/.creativelab5.com/gfwlist -server=/.crisisresponse.google/127.0.0.1#5335 -ipset=/.crisisresponse.google/gfwlist -server=/.cristyli.com/127.0.0.1#5335 -ipset=/.cristyli.com/gfwlist -server=/.crocotube.com/127.0.0.1#5335 -ipset=/.crocotube.com/gfwlist -server=/.crossfire.co.kr/127.0.0.1#5335 -ipset=/.crossfire.co.kr/gfwlist -server=/.crossthewall.net/127.0.0.1#5335 -ipset=/.crossthewall.net/gfwlist -server=/.crossvpn.net/127.0.0.1#5335 -ipset=/.crossvpn.net/gfwlist -server=/.crrev.com/127.0.0.1#5335 -ipset=/.crrev.com/gfwlist -server=/.crucial.com/127.0.0.1#5335 -ipset=/.crucial.com/gfwlist -server=/.csdparty.com/127.0.0.1#5335 -ipset=/.csdparty.com/gfwlist -server=/.css.pixnet.in/127.0.0.1#5335 -ipset=/.css.pixnet.in/gfwlist -server=/.csuchen.de/127.0.0.1#5335 -ipset=/.csuchen.de/gfwlist -server=/.csw.org.uk/127.0.0.1#5335 -ipset=/.csw.org.uk/gfwlist -server=/.ct.org.tw/127.0.0.1#5335 -ipset=/.ct.org.tw/gfwlist -server=/.ctao.org/127.0.0.1#5335 -ipset=/.ctao.org/gfwlist -server=/.ctfriend.net/127.0.0.1#5335 -ipset=/.ctfriend.net/gfwlist -server=/.ctitv.com.tw/127.0.0.1#5335 -ipset=/.ctitv.com.tw/gfwlist -server=/.cts.com.tw/127.0.0.1#5335 -ipset=/.cts.com.tw/gfwlist -server=/.cuihua.org/127.0.0.1#5335 -ipset=/.cuihua.org/gfwlist -server=/.cuiweiping.net/127.0.0.1#5335 -ipset=/.cuiweiping.net/gfwlist -server=/.culture.tw/127.0.0.1#5335 -ipset=/.culture.tw/gfwlist -server=/.cumlouder.com/127.0.0.1#5335 -ipset=/.cumlouder.com/gfwlist -server=/.curvefish.com/127.0.0.1#5335 -ipset=/.curvefish.com/gfwlist -server=/.cusu.hk/127.0.0.1#5335 -ipset=/.cusu.hk/gfwlist -server=/.cutscenes.net/127.0.0.1#5335 -ipset=/.cutscenes.net/gfwlist -server=/.cw.com.tw/127.0.0.1#5335 -ipset=/.cw.com.tw/gfwlist -server=/.cyberghost.natado.com/127.0.0.1#5335 -ipset=/.cyberghost.natado.com/gfwlist -server=/.cyberghostvpn.com/127.0.0.1#5335 -ipset=/.cyberghostvpn.com/gfwlist -server=/.cynscribe.com/127.0.0.1#5335 -ipset=/.cynscribe.com/gfwlist -server=/.cytode.us/127.0.0.1#5335 -ipset=/.cytode.us/gfwlist -server=/.d-fukyu.com/127.0.0.1#5335 -ipset=/.d-fukyu.com/gfwlist -server=/.d100.net/127.0.0.1#5335 -ipset=/.d100.net/gfwlist -server=/.d1b183sg0nvnuh.cloudfront.net/127.0.0.1#5335 -ipset=/.d1b183sg0nvnuh.cloudfront.net/gfwlist -server=/.d1c37gjwa26taa.cloudfront.net/127.0.0.1#5335 -ipset=/.d1c37gjwa26taa.cloudfront.net/gfwlist -server=/.d2bay.com/127.0.0.1#5335 -ipset=/.d2bay.com/gfwlist -server=/.d2pass.com/127.0.0.1#5335 -ipset=/.d2pass.com/gfwlist -server=/.d3c33hcgiwev3.cloudfront.net/127.0.0.1#5335 -ipset=/.d3c33hcgiwev3.cloudfront.net/gfwlist -server=/.d3rhr7kgmtrq1v.cloudfront.net/127.0.0.1#5335 -ipset=/.d3rhr7kgmtrq1v.cloudfront.net/gfwlist -server=/.dabr.co.uk/127.0.0.1#5335 -ipset=/.dabr.co.uk/gfwlist -server=/.dabr.eu/127.0.0.1#5335 -ipset=/.dabr.eu/gfwlist -server=/.dabr.me/127.0.0.1#5335 -ipset=/.dabr.me/gfwlist -server=/.dabr.mobi/127.0.0.1#5335 -ipset=/.dabr.mobi/gfwlist -server=/.dadazim.com/127.0.0.1#5335 -ipset=/.dadazim.com/gfwlist -server=/.dadi360.com/127.0.0.1#5335 -ipset=/.dadi360.com/gfwlist -server=/.dafabet.com/127.0.0.1#5335 -ipset=/.dafabet.com/gfwlist -server=/.dafagood.com/127.0.0.1#5335 -ipset=/.dafagood.com/gfwlist -server=/.dafahao.com/127.0.0.1#5335 -ipset=/.dafahao.com/gfwlist -server=/.dafoh.org/127.0.0.1#5335 -ipset=/.dafoh.org/gfwlist -server=/.daftporn.com/127.0.0.1#5335 -ipset=/.daftporn.com/gfwlist -server=/.dagelijksestandaard.nl/127.0.0.1#5335 -ipset=/.dagelijksestandaard.nl/gfwlist -server=/.daidostup.ru/127.0.0.1#5335 -ipset=/.daidostup.ru/gfwlist -server=/.dailidaili.com/127.0.0.1#5335 -ipset=/.dailidaili.com/gfwlist -server=/.dailymotion.com/127.0.0.1#5335 -ipset=/.dailymotion.com/gfwlist -server=/.dailyview.tw/127.0.0.1#5335 -ipset=/.dailyview.tw/gfwlist -server=/.daiphapinfo.net/127.0.0.1#5335 -ipset=/.daiphapinfo.net/gfwlist -server=/.dajiyuan.com/127.0.0.1#5335 -ipset=/.dajiyuan.com/gfwlist -server=/.dajiyuan.de/127.0.0.1#5335 -ipset=/.dajiyuan.de/gfwlist -server=/.dajiyuan.eu/127.0.0.1#5335 -ipset=/.dajiyuan.eu/gfwlist -server=/.dajusha.baywords.com/127.0.0.1#5335 -ipset=/.dajusha.baywords.com/gfwlist -server=/.dalailama-archives.org/127.0.0.1#5335 -ipset=/.dalailama-archives.org/gfwlist -server=/.dalailama.com/127.0.0.1#5335 -ipset=/.dalailama.com/gfwlist -server=/.dalailama.mn/127.0.0.1#5335 -ipset=/.dalailama.mn/gfwlist -server=/.dalailama.ru/127.0.0.1#5335 -ipset=/.dalailama.ru/gfwlist -server=/.dalailama.usc.edu/127.0.0.1#5335 -ipset=/.dalailama.usc.edu/gfwlist -server=/.dalailama80.org/127.0.0.1#5335 -ipset=/.dalailama80.org/gfwlist -server=/.dalailamacenter.org/127.0.0.1#5335 -ipset=/.dalailamacenter.org/gfwlist -server=/.dalailamafellows.org/127.0.0.1#5335 -ipset=/.dalailamafellows.org/gfwlist -server=/.dalailamafilm.com/127.0.0.1#5335 -ipset=/.dalailamafilm.com/gfwlist -server=/.dalailamafoundation.org/127.0.0.1#5335 -ipset=/.dalailamafoundation.org/gfwlist -server=/.dalailamahindi.com/127.0.0.1#5335 -ipset=/.dalailamahindi.com/gfwlist -server=/.dalailamainaustralia.org/127.0.0.1#5335 -ipset=/.dalailamainaustralia.org/gfwlist -server=/.dalailamajapanese.com/127.0.0.1#5335 -ipset=/.dalailamajapanese.com/gfwlist -server=/.dalailamaprotesters.info/127.0.0.1#5335 -ipset=/.dalailamaprotesters.info/gfwlist -server=/.dalailamaquotes.org/127.0.0.1#5335 -ipset=/.dalailamaquotes.org/gfwlist -server=/.dalailamatrust.org/127.0.0.1#5335 -ipset=/.dalailamatrust.org/gfwlist -server=/.dalailamavisit.org.nz/127.0.0.1#5335 -ipset=/.dalailamavisit.org.nz/gfwlist -server=/.dalailamaworld.com/127.0.0.1#5335 -ipset=/.dalailamaworld.com/gfwlist -server=/.dalianmeng.org/127.0.0.1#5335 -ipset=/.dalianmeng.org/gfwlist -server=/.daliulian.org/127.0.0.1#5335 -ipset=/.daliulian.org/gfwlist -server=/.danbooru.donmai.us/127.0.0.1#5335 -ipset=/.danbooru.donmai.us/gfwlist -server=/.danke4china.net/127.0.0.1#5335 -ipset=/.danke4china.net/gfwlist -server=/.danwei.org/127.0.0.1#5335 -ipset=/.danwei.org/gfwlist -server=/.daodu14.jigsy.com/127.0.0.1#5335 -ipset=/.daodu14.jigsy.com/gfwlist -server=/.daolan.net/127.0.0.1#5335 -ipset=/.daolan.net/gfwlist -server=/.daozhongxing.org/127.0.0.1#5335 -ipset=/.daozhongxing.org/gfwlist -server=/.darktech.org/127.0.0.1#5335 -ipset=/.darktech.org/gfwlist -server=/.darktoy.net/127.0.0.1#5335 -ipset=/.darktoy.net/gfwlist -server=/.darpa.mil/127.0.0.1#5335 -ipset=/.darpa.mil/gfwlist -server=/.dastrassi.org/127.0.0.1#5335 -ipset=/.dastrassi.org/gfwlist -server=/.data-vocabulary.org/127.0.0.1#5335 -ipset=/.data-vocabulary.org/gfwlist -server=/.data.flurry.com/127.0.0.1#5335 -ipset=/.data.flurry.com/gfwlist -server=/.data.gov.tw/127.0.0.1#5335 -ipset=/.data.gov.tw/gfwlist -server=/.daum.net/127.0.0.1#5335 -ipset=/.daum.net/gfwlist -server=/.david-kilgour.com/127.0.0.1#5335 -ipset=/.david-kilgour.com/gfwlist -server=/.dawangidc.com/127.0.0.1#5335 -ipset=/.dawangidc.com/gfwlist -server=/.daxa.cn/127.0.0.1#5335 -ipset=/.daxa.cn/gfwlist -server=/.db.tt/127.0.0.1#5335 -ipset=/.db.tt/gfwlist -server=/.dcard.tw/127.0.0.1#5335 -ipset=/.dcard.tw/gfwlist -server=/.dcmilitary.com/127.0.0.1#5335 -ipset=/.dcmilitary.com/gfwlist -server=/.ddc.com.tw/127.0.0.1#5335 -ipset=/.ddc.com.tw/gfwlist -server=/.ddhw.info/127.0.0.1#5335 -ipset=/.ddhw.info/gfwlist -server=/.ddns.info/127.0.0.1#5335 -ipset=/.ddns.info/gfwlist -server=/.ddns.me.uk/127.0.0.1#5335 -ipset=/.ddns.me.uk/gfwlist -server=/.ddns.mobi/127.0.0.1#5335 -ipset=/.ddns.mobi/gfwlist -server=/.ddns.ms/127.0.0.1#5335 -ipset=/.ddns.ms/gfwlist -server=/.ddns.name/127.0.0.1#5335 -ipset=/.ddns.name/gfwlist -server=/.ddns.us/127.0.0.1#5335 -ipset=/.ddns.us/gfwlist -server=/.de-sci.org/127.0.0.1#5335 -ipset=/.de-sci.org/gfwlist -server=/.deaftone.com/127.0.0.1#5335 -ipset=/.deaftone.com/gfwlist -server=/.debug.com/127.0.0.1#5335 -ipset=/.debug.com/gfwlist -server=/.deck.ly/127.0.0.1#5335 -ipset=/.deck.ly/gfwlist -server=/.decodet.co/127.0.0.1#5335 -ipset=/.decodet.co/gfwlist -server=/.deepmind.com/127.0.0.1#5335 -ipset=/.deepmind.com/gfwlist -server=/.deezer.com/127.0.0.1#5335 -ipset=/.deezer.com/gfwlist -server=/.definebabe.com/127.0.0.1#5335 -ipset=/.definebabe.com/gfwlist -server=/.deja.com/127.0.0.1#5335 -ipset=/.deja.com/gfwlist -server=/.delcamp.net/127.0.0.1#5335 -ipset=/.delcamp.net/gfwlist -server=/.demo.opera-mini.net/127.0.0.1#5335 -ipset=/.demo.opera-mini.net/gfwlist -server=/.democrats.org/127.0.0.1#5335 -ipset=/.democrats.org/gfwlist -server=/.demosisto.hk/127.0.0.1#5335 -ipset=/.demosisto.hk/gfwlist -server=/.depositphotos.com/127.0.0.1#5335 -ipset=/.depositphotos.com/gfwlist -server=/.derekhsu.homeip.net/127.0.0.1#5335 -ipset=/.derekhsu.homeip.net/gfwlist -server=/.desc.se/127.0.0.1#5335 -ipset=/.desc.se/gfwlist -server=/.design.google/127.0.0.1#5335 -ipset=/.design.google/gfwlist -server=/.desipro.de/127.0.0.1#5335 -ipset=/.desipro.de/gfwlist -server=/.dessci.com/127.0.0.1#5335 -ipset=/.dessci.com/gfwlist -server=/.destroy-china.jp/127.0.0.1#5335 -ipset=/.destroy-china.jp/gfwlist -server=/.deutsche-welle.de/127.0.0.1#5335 -ipset=/.deutsche-welle.de/gfwlist -server=/.developers.box.net/127.0.0.1#5335 -ipset=/.developers.box.net/gfwlist -server=/.devio.us/127.0.0.1#5335 -ipset=/.devio.us/gfwlist -server=/.devpn.com/127.0.0.1#5335 -ipset=/.devpn.com/gfwlist -server=/.dfas.mil/127.0.0.1#5335 -ipset=/.dfas.mil/gfwlist -server=/.dfn.org/127.0.0.1#5335 -ipset=/.dfn.org/gfwlist -server=/.dharamsalanet.com/127.0.0.1#5335 -ipset=/.dharamsalanet.com/gfwlist -server=/.dharmakara.net/127.0.0.1#5335 -ipset=/.dharmakara.net/gfwlist -server=/.dhcp.biz/127.0.0.1#5335 -ipset=/.dhcp.biz/gfwlist -server=/.diaoyuislands.org/127.0.0.1#5335 -ipset=/.diaoyuislands.org/gfwlist -server=/.dictionary.goo.ne.jp/127.0.0.1#5335 -ipset=/.dictionary.goo.ne.jp/gfwlist -server=/.difangwenge.org/127.0.0.1#5335 -ipset=/.difangwenge.org/gfwlist -server=/.digisfera.com/127.0.0.1#5335 -ipset=/.digisfera.com/gfwlist -server=/.digitalnomadsproject.org/127.0.0.1#5335 -ipset=/.digitalnomadsproject.org/gfwlist -server=/.diigo.com/127.0.0.1#5335 -ipset=/.diigo.com/gfwlist -server=/.dilber.se/127.0.0.1#5335 -ipset=/.dilber.se/gfwlist -server=/.dingchin.com.tw/127.0.0.1#5335 -ipset=/.dingchin.com.tw/gfwlist -server=/.dipity.com/127.0.0.1#5335 -ipset=/.dipity.com/gfwlist -server=/.directcreative.com/127.0.0.1#5335 -ipset=/.directcreative.com/gfwlist -server=/.discoins.com/127.0.0.1#5335 -ipset=/.discoins.com/gfwlist -server=/.disconnect.me/127.0.0.1#5335 -ipset=/.disconnect.me/gfwlist -server=/.discordapp.com/127.0.0.1#5335 -ipset=/.discordapp.com/gfwlist -server=/.discordapp.net/127.0.0.1#5335 -ipset=/.discordapp.net/gfwlist -server=/.discuss.com.hk/127.0.0.1#5335 -ipset=/.discuss.com.hk/gfwlist -server=/.discuss4u.com/127.0.0.1#5335 -ipset=/.discuss4u.com/gfwlist -server=/.dish.com/127.0.0.1#5335 -ipset=/.dish.com/gfwlist -server=/.disp.cc/127.0.0.1#5335 -ipset=/.disp.cc/gfwlist -server=/.disqus.com/127.0.0.1#5335 -ipset=/.disqus.com/gfwlist -server=/.dit-inc.us/127.0.0.1#5335 -ipset=/.dit-inc.us/gfwlist -server=/.dizhidizhi.com/127.0.0.1#5335 -ipset=/.dizhidizhi.com/gfwlist -server=/.dizhuzhishang.com/127.0.0.1#5335 -ipset=/.dizhuzhishang.com/gfwlist -server=/.djangosnippets.org/127.0.0.1#5335 -ipset=/.djangosnippets.org/gfwlist -server=/.djorz.com/127.0.0.1#5335 -ipset=/.djorz.com/gfwlist -server=/.dl-laby.jp/127.0.0.1#5335 -ipset=/.dl-laby.jp/gfwlist -server=/.dl.box.net/127.0.0.1#5335 -ipset=/.dl.box.net/gfwlist -server=/.dlsite.com/127.0.0.1#5335 -ipset=/.dlsite.com/gfwlist -server=/.dlyoutube.com/127.0.0.1#5335 -ipset=/.dlyoutube.com/gfwlist -server=/.dm530.net/127.0.0.1#5335 -ipset=/.dm530.net/gfwlist -server=/.dmcdn.net/127.0.0.1#5335 -ipset=/.dmcdn.net/gfwlist -server=/.dmhy.org/127.0.0.1#5335 -ipset=/.dmhy.org/gfwlist -server=/.dmm.co.jp/127.0.0.1#5335 -ipset=/.dmm.co.jp/gfwlist -server=/.dns-dns.com/127.0.0.1#5335 -ipset=/.dns-dns.com/gfwlist -server=/.dns-stuff.com/127.0.0.1#5335 -ipset=/.dns-stuff.com/gfwlist -server=/.dns.google/127.0.0.1#5335 -ipset=/.dns.google/gfwlist -server=/.dns04.com/127.0.0.1#5335 -ipset=/.dns04.com/gfwlist -server=/.dns05.com/127.0.0.1#5335 -ipset=/.dns05.com/gfwlist -server=/.dns1.us/127.0.0.1#5335 -ipset=/.dns1.us/gfwlist -server=/.dns2.us/127.0.0.1#5335 -ipset=/.dns2.us/gfwlist -server=/.dns2go.com/127.0.0.1#5335 -ipset=/.dns2go.com/gfwlist -server=/.dnscrypt.org/127.0.0.1#5335 -ipset=/.dnscrypt.org/gfwlist -server=/.dnset.com/127.0.0.1#5335 -ipset=/.dnset.com/gfwlist -server=/.dnsrd.com/127.0.0.1#5335 -ipset=/.dnsrd.com/gfwlist -server=/.dnssec.net/127.0.0.1#5335 -ipset=/.dnssec.net/gfwlist -server=/.dnvod.tv/127.0.0.1#5335 -ipset=/.dnvod.tv/gfwlist -server=/.doctorvoice.org/127.0.0.1#5335 -ipset=/.doctorvoice.org/gfwlist -server=/.documentingreality.com/127.0.0.1#5335 -ipset=/.documentingreality.com/gfwlist -server=/.dojin.com/127.0.0.1#5335 -ipset=/.dojin.com/gfwlist -server=/.dok-forum.net/127.0.0.1#5335 -ipset=/.dok-forum.net/gfwlist -server=/.dolc.de/127.0.0.1#5335 -ipset=/.dolc.de/gfwlist -server=/.dolf.org.hk/127.0.0.1#5335 -ipset=/.dolf.org.hk/gfwlist -server=/.dollf.com/127.0.0.1#5335 -ipset=/.dollf.com/gfwlist -server=/.domain.club.tw/127.0.0.1#5335 -ipset=/.domain.club.tw/gfwlist -server=/.domainhelp.search.com/127.0.0.1#5335 -ipset=/.domainhelp.search.com/gfwlist -server=/.domains.google/127.0.0.1#5335 -ipset=/.domains.google/gfwlist -server=/.domaintoday.com.au/127.0.0.1#5335 -ipset=/.domaintoday.com.au/gfwlist -server=/.dongtaiwang.com/127.0.0.1#5335 -ipset=/.dongtaiwang.com/gfwlist -server=/.dongtaiwang.net/127.0.0.1#5335 -ipset=/.dongtaiwang.net/gfwlist -server=/.dongyangjing.com/127.0.0.1#5335 -ipset=/.dongyangjing.com/gfwlist -server=/.dontfilter.us/127.0.0.1#5335 -ipset=/.dontfilter.us/gfwlist -server=/.dontmovetochina.com/127.0.0.1#5335 -ipset=/.dontmovetochina.com/gfwlist -server=/.dorjeshugden.com/127.0.0.1#5335 -ipset=/.dorjeshugden.com/gfwlist -server=/.dotplane.com/127.0.0.1#5335 -ipset=/.dotplane.com/gfwlist -server=/.dotsub.com/127.0.0.1#5335 -ipset=/.dotsub.com/gfwlist -server=/.dotvpn.com/127.0.0.1#5335 -ipset=/.dotvpn.com/gfwlist -server=/.doub.io/127.0.0.1#5335 -ipset=/.doub.io/gfwlist -server=/.doubibackup.com/127.0.0.1#5335 -ipset=/.doubibackup.com/gfwlist -server=/.doubmirror.cf/127.0.0.1#5335 -ipset=/.doubmirror.cf/gfwlist -server=/.dougscripts.com/127.0.0.1#5335 -ipset=/.dougscripts.com/gfwlist -server=/.douhokanko.net/127.0.0.1#5335 -ipset=/.douhokanko.net/gfwlist -server=/.doujincafe.com/127.0.0.1#5335 -ipset=/.doujincafe.com/gfwlist -server=/.dowei.org/127.0.0.1#5335 -ipset=/.dowei.org/gfwlist -server=/.download.aircrack-ng.org/127.0.0.1#5335 -ipset=/.download.aircrack-ng.org/gfwlist -server=/.download.cnet.com/127.0.0.1#5335 -ipset=/.download.cnet.com/gfwlist -server=/.download.ithome.com.tw/127.0.0.1#5335 -ipset=/.download.ithome.com.tw/gfwlist -server=/.dphk.org/127.0.0.1#5335 -ipset=/.dphk.org/gfwlist -server=/.dpp.org.tw/127.0.0.1#5335 -ipset=/.dpp.org.tw/gfwlist -server=/.dpr.info/127.0.0.1#5335 -ipset=/.dpr.info/gfwlist -server=/.dragonex.io/127.0.0.1#5335 -ipset=/.dragonex.io/gfwlist -server=/.dragonsprings.org/127.0.0.1#5335 -ipset=/.dragonsprings.org/gfwlist -server=/.dreamamateurs.com/127.0.0.1#5335 -ipset=/.dreamamateurs.com/gfwlist -server=/.drepung.org/127.0.0.1#5335 -ipset=/.drepung.org/gfwlist -server=/.drgan.net/127.0.0.1#5335 -ipset=/.drgan.net/gfwlist -server=/.drmingxia.org/127.0.0.1#5335 -ipset=/.drmingxia.org/gfwlist -server=/.dropbooks.tv/127.0.0.1#5335 -ipset=/.dropbooks.tv/gfwlist -server=/.dropbox.com/127.0.0.1#5335 -ipset=/.dropbox.com/gfwlist -server=/.dropboxusercontent.com/127.0.0.1#5335 -ipset=/.dropboxusercontent.com/gfwlist -server=/.drsunacademy.com/127.0.0.1#5335 -ipset=/.drsunacademy.com/gfwlist -server=/.drtuber.com/127.0.0.1#5335 -ipset=/.drtuber.com/gfwlist -server=/.dscn.info/127.0.0.1#5335 -ipset=/.dscn.info/gfwlist -server=/.dsmtp.com/127.0.0.1#5335 -ipset=/.dsmtp.com/gfwlist -server=/.dstk.dk/127.0.0.1#5335 -ipset=/.dstk.dk/gfwlist -server=/.dtdns.net/127.0.0.1#5335 -ipset=/.dtdns.net/gfwlist -server=/.dtiblog.com/127.0.0.1#5335 -ipset=/.dtiblog.com/gfwlist -server=/.dtic.mil/127.0.0.1#5335 -ipset=/.dtic.mil/gfwlist -server=/.dtwang.org/127.0.0.1#5335 -ipset=/.dtwang.org/gfwlist -server=/.duanzhihu.com/127.0.0.1#5335 -ipset=/.duanzhihu.com/gfwlist -server=/.duck.com/127.0.0.1#5335 -ipset=/.duck.com/gfwlist -server=/.duckdns.org/127.0.0.1#5335 -ipset=/.duckdns.org/gfwlist -server=/.duckduckgo-owned-server.yahoo.net/127.0.0.1#5335 -ipset=/.duckduckgo-owned-server.yahoo.net/gfwlist -server=/.duckduckgo.com/127.0.0.1#5335 -ipset=/.duckduckgo.com/gfwlist -server=/.duckmylife.com/127.0.0.1#5335 -ipset=/.duckmylife.com/gfwlist -server=/.duga.jp/127.0.0.1#5335 -ipset=/.duga.jp/gfwlist -server=/.duihua.org/127.0.0.1#5335 -ipset=/.duihua.org/gfwlist -server=/.duihuahrjournal.org/127.0.0.1#5335 -ipset=/.duihuahrjournal.org/gfwlist -server=/.dumb1.com/127.0.0.1#5335 -ipset=/.dumb1.com/gfwlist -server=/.dunyabulteni.net/127.0.0.1#5335 -ipset=/.dunyabulteni.net/gfwlist -server=/.duoweitimes.com/127.0.0.1#5335 -ipset=/.duoweitimes.com/gfwlist -server=/.duping.net/127.0.0.1#5335 -ipset=/.duping.net/gfwlist -server=/.duplicati.com/127.0.0.1#5335 -ipset=/.duplicati.com/gfwlist -server=/.dupola.com/127.0.0.1#5335 -ipset=/.dupola.com/gfwlist -server=/.dupola.net/127.0.0.1#5335 -ipset=/.dupola.net/gfwlist -server=/.dushi.ca/127.0.0.1#5335 -ipset=/.dushi.ca/gfwlist -server=/.dvdpac.com/127.0.0.1#5335 -ipset=/.dvdpac.com/gfwlist -server=/.dvorak.org/127.0.0.1#5335 -ipset=/.dvorak.org/gfwlist -server=/.dw-world.com/127.0.0.1#5335 -ipset=/.dw-world.com/gfwlist -server=/.dw-world.de/127.0.0.1#5335 -ipset=/.dw-world.de/gfwlist -server=/.dw.com/127.0.0.1#5335 -ipset=/.dw.com/gfwlist -server=/.dw.de/127.0.0.1#5335 -ipset=/.dw.de/gfwlist -server=/.dwnews.com/127.0.0.1#5335 -ipset=/.dwnews.com/gfwlist -server=/.dwnews.net/127.0.0.1#5335 -ipset=/.dwnews.net/gfwlist -server=/.dynamic-dns.net/127.0.0.1#5335 -ipset=/.dynamic-dns.net/gfwlist -server=/.dynamicdns.biz/127.0.0.1#5335 -ipset=/.dynamicdns.biz/gfwlist -server=/.dynamicdns.co.uk/127.0.0.1#5335 -ipset=/.dynamicdns.co.uk/gfwlist -server=/.dynamicdns.me.uk/127.0.0.1#5335 -ipset=/.dynamicdns.me.uk/gfwlist -server=/.dynamicdns.org.uk/127.0.0.1#5335 -ipset=/.dynamicdns.org.uk/gfwlist -server=/.dynawebinc.com/127.0.0.1#5335 -ipset=/.dynawebinc.com/gfwlist -server=/.dyndns-ip.com/127.0.0.1#5335 -ipset=/.dyndns-ip.com/gfwlist -server=/.dyndns-pics.com/127.0.0.1#5335 -ipset=/.dyndns-pics.com/gfwlist -server=/.dyndns.org/127.0.0.1#5335 -ipset=/.dyndns.org/gfwlist -server=/.dyndns.pro/127.0.0.1#5335 -ipset=/.dyndns.pro/gfwlist -server=/.dynssl.com/127.0.0.1#5335 -ipset=/.dynssl.com/gfwlist -server=/.dynu.com/127.0.0.1#5335 -ipset=/.dynu.com/gfwlist -server=/.dynu.net/127.0.0.1#5335 -ipset=/.dynu.net/gfwlist -server=/.dysfz.cc/127.0.0.1#5335 -ipset=/.dysfz.cc/gfwlist -server=/.dzze.com/127.0.0.1#5335 -ipset=/.dzze.com/gfwlist -server=/.e-classical.com.tw/127.0.0.1#5335 -ipset=/.e-classical.com.tw/gfwlist -server=/.e-gold.com/127.0.0.1#5335 -ipset=/.e-gold.com/gfwlist -server=/.e-hentai.org/127.0.0.1#5335 -ipset=/.e-hentai.org/gfwlist -server=/.e-hentaidb.com/127.0.0.1#5335 -ipset=/.e-hentaidb.com/gfwlist -server=/.e-info.org.tw/127.0.0.1#5335 -ipset=/.e-info.org.tw/gfwlist -server=/.e123.hk/127.0.0.1#5335 -ipset=/.e123.hk/gfwlist -server=/.earlytibet.com/127.0.0.1#5335 -ipset=/.earlytibet.com/gfwlist -server=/.earthcam.com/127.0.0.1#5335 -ipset=/.earthcam.com/gfwlist -server=/.earthvpn.com/127.0.0.1#5335 -ipset=/.earthvpn.com/gfwlist -server=/.eastern-ark.com/127.0.0.1#5335 -ipset=/.eastern-ark.com/gfwlist -server=/.easternlightning.org/127.0.0.1#5335 -ipset=/.easternlightning.org/gfwlist -server=/.eastturkestan.com/127.0.0.1#5335 -ipset=/.eastturkestan.com/gfwlist -server=/.eastturkistan-gov.org/127.0.0.1#5335 -ipset=/.eastturkistan-gov.org/gfwlist -server=/.eastturkistancc.org/127.0.0.1#5335 -ipset=/.eastturkistancc.org/gfwlist -server=/.eastturkistangovernmentinexile.us/127.0.0.1#5335 -ipset=/.eastturkistangovernmentinexile.us/gfwlist -server=/.easyca.ca/127.0.0.1#5335 -ipset=/.easyca.ca/gfwlist -server=/.easypic.com/127.0.0.1#5335 -ipset=/.easypic.com/gfwlist -server=/.ebony-beauty.com/127.0.0.1#5335 -ipset=/.ebony-beauty.com/gfwlist -server=/.ebook.hyread.com.tw/127.0.0.1#5335 -ipset=/.ebook.hyread.com.tw/gfwlist -server=/.ebookbrowse.com/127.0.0.1#5335 -ipset=/.ebookbrowse.com/gfwlist -server=/.ebookee.com/127.0.0.1#5335 -ipset=/.ebookee.com/gfwlist -server=/.ebtcbank.com/127.0.0.1#5335 -ipset=/.ebtcbank.com/gfwlist -server=/.ecfa.org.tw/127.0.0.1#5335 -ipset=/.ecfa.org.tw/gfwlist -server=/.echofon.com/127.0.0.1#5335 -ipset=/.echofon.com/gfwlist -server=/.ecimg.tw/127.0.0.1#5335 -ipset=/.ecimg.tw/gfwlist -server=/.ecministry.net/127.0.0.1#5335 -ipset=/.ecministry.net/gfwlist -server=/.economist.com/127.0.0.1#5335 -ipset=/.economist.com/gfwlist -server=/.edgecastcdn.net/127.0.0.1#5335 -ipset=/.edgecastcdn.net/gfwlist -server=/.edicypages.com/127.0.0.1#5335 -ipset=/.edicypages.com/gfwlist -server=/.edmontonchina.cn/127.0.0.1#5335 -ipset=/.edmontonchina.cn/gfwlist -server=/.edmontonservice.com/127.0.0.1#5335 -ipset=/.edmontonservice.com/gfwlist -server=/.edns.biz/127.0.0.1#5335 -ipset=/.edns.biz/gfwlist -server=/.edoors.com/127.0.0.1#5335 -ipset=/.edoors.com/gfwlist -server=/.edubridge.com/127.0.0.1#5335 -ipset=/.edubridge.com/gfwlist -server=/.edupro.org/127.0.0.1#5335 -ipset=/.edupro.org/gfwlist -server=/.eesti.ee/127.0.0.1#5335 -ipset=/.eesti.ee/gfwlist -server=/.eevpn.com/127.0.0.1#5335 -ipset=/.eevpn.com/gfwlist -server=/.efcc.org.hk/127.0.0.1#5335 -ipset=/.efcc.org.hk/gfwlist -server=/.effers.com/127.0.0.1#5335 -ipset=/.effers.com/gfwlist -server=/.efksoft.com/127.0.0.1#5335 -ipset=/.efksoft.com/gfwlist -server=/.efukt.com/127.0.0.1#5335 -ipset=/.efukt.com/gfwlist -server=/.eic-av.com/127.0.0.1#5335 -ipset=/.eic-av.com/gfwlist -server=/.eireinikotaerukai.com/127.0.0.1#5335 -ipset=/.eireinikotaerukai.com/gfwlist -server=/.eisbb.com/127.0.0.1#5335 -ipset=/.eisbb.com/gfwlist -server=/.eksisozluk.com/127.0.0.1#5335 -ipset=/.eksisozluk.com/gfwlist -server=/.electionsmeter.com/127.0.0.1#5335 -ipset=/.electionsmeter.com/gfwlist -server=/.elgoog.im/127.0.0.1#5335 -ipset=/.elgoog.im/gfwlist -server=/.ellawine.org/127.0.0.1#5335 -ipset=/.ellawine.org/gfwlist -server=/.elpais.com/127.0.0.1#5335 -ipset=/.elpais.com/gfwlist -server=/.eltondisney.com/127.0.0.1#5335 -ipset=/.eltondisney.com/gfwlist -server=/.embr.in/127.0.0.1#5335 -ipset=/.embr.in/gfwlist -server=/.emilylau.org.hk/127.0.0.1#5335 -ipset=/.emilylau.org.hk/gfwlist -server=/.empfil.com/127.0.0.1#5335 -ipset=/.empfil.com/gfwlist -server=/.emule-ed2k.com/127.0.0.1#5335 -ipset=/.emule-ed2k.com/gfwlist -server=/.emulefans.com/127.0.0.1#5335 -ipset=/.emulefans.com/gfwlist -server=/.emuparadise.me/127.0.0.1#5335 -ipset=/.emuparadise.me/gfwlist -server=/.en.favotter.net/127.0.0.1#5335 -ipset=/.en.favotter.net/gfwlist -server=/.en.hao123.com/127.0.0.1#5335 -ipset=/.en.hao123.com/gfwlist -server=/.enanyang.my/127.0.0.1#5335 -ipset=/.enanyang.my/gfwlist -server=/.encyclopedia.com/127.0.0.1#5335 -ipset=/.encyclopedia.com/gfwlist -server=/.enewstree.com/127.0.0.1#5335 -ipset=/.enewstree.com/gfwlist -server=/.enfal.de/127.0.0.1#5335 -ipset=/.enfal.de/gfwlist -server=/.engagedaily.org/127.0.0.1#5335 -ipset=/.engagedaily.org/gfwlist -server=/.englishforeveryone.org/127.0.0.1#5335 -ipset=/.englishforeveryone.org/gfwlist -server=/.englishfromengland.co.uk/127.0.0.1#5335 -ipset=/.englishfromengland.co.uk/gfwlist -server=/.englishpen.org/127.0.0.1#5335 -ipset=/.englishpen.org/gfwlist -server=/.enlighten.org.tw/127.0.0.1#5335 -ipset=/.enlighten.org.tw/gfwlist -server=/.entermap.com/127.0.0.1#5335 -ipset=/.entermap.com/gfwlist -server=/.entnt.com/127.0.0.1#5335 -ipset=/.entnt.com/gfwlist -server=/.environment.google/127.0.0.1#5335 -ipset=/.environment.google/gfwlist -server=/.epa.gov.tw/127.0.0.1#5335 -ipset=/.epa.gov.tw/gfwlist -server=/.epac.to/127.0.0.1#5335 -ipset=/.epac.to/gfwlist -server=/.episcopalchurch.org/127.0.0.1#5335 -ipset=/.episcopalchurch.org/gfwlist -server=/.epochhk.com/127.0.0.1#5335 -ipset=/.epochhk.com/gfwlist -server=/.epochtimes-bg.com/127.0.0.1#5335 -ipset=/.epochtimes-bg.com/gfwlist -server=/.epochtimes-romania.com/127.0.0.1#5335 -ipset=/.epochtimes-romania.com/gfwlist -server=/.epochtimes.co.il/127.0.0.1#5335 -ipset=/.epochtimes.co.il/gfwlist -server=/.epochtimes.co.kr/127.0.0.1#5335 -ipset=/.epochtimes.co.kr/gfwlist -server=/.epochtimes.com/127.0.0.1#5335 -ipset=/.epochtimes.com/gfwlist -server=/.epochtimes.cz/127.0.0.1#5335 -ipset=/.epochtimes.cz/gfwlist -server=/.epochtimes.de/127.0.0.1#5335 -ipset=/.epochtimes.de/gfwlist -server=/.epochtimes.fr/127.0.0.1#5335 -ipset=/.epochtimes.fr/gfwlist -server=/.epochtimes.ie/127.0.0.1#5335 -ipset=/.epochtimes.ie/gfwlist -server=/.epochtimes.it/127.0.0.1#5335 -ipset=/.epochtimes.it/gfwlist -server=/.epochtimes.jp/127.0.0.1#5335 -ipset=/.epochtimes.jp/gfwlist -server=/.epochtimes.ru/127.0.0.1#5335 -ipset=/.epochtimes.ru/gfwlist -server=/.epochtimes.se/127.0.0.1#5335 -ipset=/.epochtimes.se/gfwlist -server=/.epochtimestr.com/127.0.0.1#5335 -ipset=/.epochtimestr.com/gfwlist -server=/.epochweek.com/127.0.0.1#5335 -ipset=/.epochweek.com/gfwlist -server=/.epochweekly.com/127.0.0.1#5335 -ipset=/.epochweekly.com/gfwlist -server=/.eporner.com/127.0.0.1#5335 -ipset=/.eporner.com/gfwlist -server=/.equinenow.com/127.0.0.1#5335 -ipset=/.equinenow.com/gfwlist -server=/.erabaru.net/127.0.0.1#5335 -ipset=/.erabaru.net/gfwlist -server=/.eracom.com.tw/127.0.0.1#5335 -ipset=/.eracom.com.tw/gfwlist -server=/.eraysoft.com.tr/127.0.0.1#5335 -ipset=/.eraysoft.com.tr/gfwlist -server=/.erepublik.com/127.0.0.1#5335 -ipset=/.erepublik.com/gfwlist -server=/.erights.net/127.0.0.1#5335 -ipset=/.erights.net/gfwlist -server=/.eriversoft.com/127.0.0.1#5335 -ipset=/.eriversoft.com/gfwlist -server=/.erktv.com/127.0.0.1#5335 -ipset=/.erktv.com/gfwlist -server=/.ernestmandel.org/127.0.0.1#5335 -ipset=/.ernestmandel.org/gfwlist -server=/.erodaizensyu.com/127.0.0.1#5335 -ipset=/.erodaizensyu.com/gfwlist -server=/.erodoujinlog.com/127.0.0.1#5335 -ipset=/.erodoujinlog.com/gfwlist -server=/.erodoujinworld.com/127.0.0.1#5335 -ipset=/.erodoujinworld.com/gfwlist -server=/.eromanga-kingdom.com/127.0.0.1#5335 -ipset=/.eromanga-kingdom.com/gfwlist -server=/.eromangadouzin.com/127.0.0.1#5335 -ipset=/.eromangadouzin.com/gfwlist -server=/.eromon.net/127.0.0.1#5335 -ipset=/.eromon.net/gfwlist -server=/.eroprofile.com/127.0.0.1#5335 -ipset=/.eroprofile.com/gfwlist -server=/.eroticsaloon.net/127.0.0.1#5335 -ipset=/.eroticsaloon.net/gfwlist -server=/.eslite.com/127.0.0.1#5335 -ipset=/.eslite.com/gfwlist -server=/.esmtp.biz/127.0.0.1#5335 -ipset=/.esmtp.biz/gfwlist -server=/.esurance.com/127.0.0.1#5335 -ipset=/.esurance.com/gfwlist -server=/.etaa.org.au/127.0.0.1#5335 -ipset=/.etaa.org.au/gfwlist -server=/.etadult.com/127.0.0.1#5335 -ipset=/.etadult.com/gfwlist -server=/.etaiwannews.com/127.0.0.1#5335 -ipset=/.etaiwannews.com/gfwlist -server=/.etherdelta.com/127.0.0.1#5335 -ipset=/.etherdelta.com/gfwlist -server=/.etizer.org/127.0.0.1#5335 -ipset=/.etizer.org/gfwlist -server=/.etokki.com/127.0.0.1#5335 -ipset=/.etokki.com/gfwlist -server=/.etools.ncol.com/127.0.0.1#5335 -ipset=/.etools.ncol.com/gfwlist -server=/.etowns.net/127.0.0.1#5335 -ipset=/.etowns.net/gfwlist -server=/.etowns.org/127.0.0.1#5335 -ipset=/.etowns.org/gfwlist -server=/.etvonline.hk/127.0.0.1#5335 -ipset=/.etvonline.hk/gfwlist -server=/.eu.org/127.0.0.1#5335 -ipset=/.eu.org/gfwlist -server=/.eucasino.com/127.0.0.1#5335 -ipset=/.eucasino.com/gfwlist -server=/.eulam.com/127.0.0.1#5335 -ipset=/.eulam.com/gfwlist -server=/.eurekavpt.com/127.0.0.1#5335 -ipset=/.eurekavpt.com/gfwlist -server=/.euronews.com/127.0.0.1#5335 -ipset=/.euronews.com/gfwlist -server=/.evchk.wikia.com/127.0.0.1#5335 -ipset=/.evchk.wikia.com/gfwlist -server=/.evschool.net/127.0.0.1#5335 -ipset=/.evschool.net/gfwlist -server=/.exblog.jp/127.0.0.1#5335 -ipset=/.exblog.jp/gfwlist -server=/.exchristian.hk/127.0.0.1#5335 -ipset=/.exchristian.hk/gfwlist -server=/.exmo.com/127.0.0.1#5335 -ipset=/.exmo.com/gfwlist -server=/.exmormon.org/127.0.0.1#5335 -ipset=/.exmormon.org/gfwlist -server=/.expatshield.com/127.0.0.1#5335 -ipset=/.expatshield.com/gfwlist -server=/.expecthim.com/127.0.0.1#5335 -ipset=/.expecthim.com/gfwlist -server=/.expekt.com/127.0.0.1#5335 -ipset=/.expekt.com/gfwlist -server=/.experts-univers.com/127.0.0.1#5335 -ipset=/.experts-univers.com/gfwlist -server=/.exploader.net/127.0.0.1#5335 -ipset=/.exploader.net/gfwlist -server=/.expressvpn.com/127.0.0.1#5335 -ipset=/.expressvpn.com/gfwlist -server=/.exrates.me/127.0.0.1#5335 -ipset=/.exrates.me/gfwlist -server=/.extmatrix.com/127.0.0.1#5335 -ipset=/.extmatrix.com/gfwlist -server=/.extremetube.com/127.0.0.1#5335 -ipset=/.extremetube.com/gfwlist -server=/.exx.com/127.0.0.1#5335 -ipset=/.exx.com/gfwlist -server=/.eyevio.jp/127.0.0.1#5335 -ipset=/.eyevio.jp/gfwlist -server=/.eyny.com/127.0.0.1#5335 -ipset=/.eyny.com/gfwlist -server=/.ezpeer.com/127.0.0.1#5335 -ipset=/.ezpeer.com/gfwlist -server=/.ezua.com/127.0.0.1#5335 -ipset=/.ezua.com/gfwlist -server=/.fa.gov.tw/127.0.0.1#5335 -ipset=/.fa.gov.tw/gfwlist -server=/.facebook.br/127.0.0.1#5335 -ipset=/.facebook.br/gfwlist -server=/.facebook.com/127.0.0.1#5335 -ipset=/.facebook.com/gfwlist -server=/.facebook.design/127.0.0.1#5335 -ipset=/.facebook.design/gfwlist -server=/.facebook.hu/127.0.0.1#5335 -ipset=/.facebook.hu/gfwlist -server=/.facebook.in/127.0.0.1#5335 -ipset=/.facebook.in/gfwlist -server=/.facebook.nl/127.0.0.1#5335 -ipset=/.facebook.nl/gfwlist -server=/.facebook.se/127.0.0.1#5335 -ipset=/.facebook.se/gfwlist -server=/.facebookmail.com/127.0.0.1#5335 -ipset=/.facebookmail.com/gfwlist -server=/.facebookquotes4u.com/127.0.0.1#5335 -ipset=/.facebookquotes4u.com/gfwlist -server=/.faceless.me/127.0.0.1#5335 -ipset=/.faceless.me/gfwlist -server=/.facesofnyfw.com/127.0.0.1#5335 -ipset=/.facesofnyfw.com/gfwlist -server=/.facesoftibetanselfimmolators.info/127.0.0.1#5335 -ipset=/.facesoftibetanselfimmolators.info/gfwlist -server=/.fail.hk/127.0.0.1#5335 -ipset=/.fail.hk/gfwlist -server=/.faith100.org/127.0.0.1#5335 -ipset=/.faith100.org/gfwlist -server=/.faithfuleye.com/127.0.0.1#5335 -ipset=/.faithfuleye.com/gfwlist -server=/.faiththedog.info/127.0.0.1#5335 -ipset=/.faiththedog.info/gfwlist -server=/.fakku.net/127.0.0.1#5335 -ipset=/.fakku.net/gfwlist -server=/.falsefire.com/127.0.0.1#5335 -ipset=/.falsefire.com/gfwlist -server=/.falun-co.org/127.0.0.1#5335 -ipset=/.falun-co.org/gfwlist -server=/.falun-ny.net/127.0.0.1#5335 -ipset=/.falun-ny.net/gfwlist -server=/.falun.caltech.edu/127.0.0.1#5335 -ipset=/.falun.caltech.edu/gfwlist -server=/.falunart.org/127.0.0.1#5335 -ipset=/.falunart.org/gfwlist -server=/.falunasia.info/127.0.0.1#5335 -ipset=/.falunasia.info/gfwlist -server=/.falunau.org/127.0.0.1#5335 -ipset=/.falunau.org/gfwlist -server=/.falunaz.net/127.0.0.1#5335 -ipset=/.falunaz.net/gfwlist -server=/.falundafa-dc.org/127.0.0.1#5335 -ipset=/.falundafa-dc.org/gfwlist -server=/.falundafa-florida.org/127.0.0.1#5335 -ipset=/.falundafa-florida.org/gfwlist -server=/.falundafa-nc.org/127.0.0.1#5335 -ipset=/.falundafa-nc.org/gfwlist -server=/.falundafa-pa.net/127.0.0.1#5335 -ipset=/.falundafa-pa.net/gfwlist -server=/.falundafa-sacramento.org/127.0.0.1#5335 -ipset=/.falundafa-sacramento.org/gfwlist -server=/.falundafa.org/127.0.0.1#5335 -ipset=/.falundafa.org/gfwlist -server=/.falundafaindia.org/127.0.0.1#5335 -ipset=/.falundafaindia.org/gfwlist -server=/.falundafamuseum.org/127.0.0.1#5335 -ipset=/.falundafamuseum.org/gfwlist -server=/.falungong.club/127.0.0.1#5335 -ipset=/.falungong.club/gfwlist -server=/.falungong.de/127.0.0.1#5335 -ipset=/.falungong.de/gfwlist -server=/.falungong.org.uk/127.0.0.1#5335 -ipset=/.falungong.org.uk/gfwlist -server=/.falunhr.org/127.0.0.1#5335 -ipset=/.falunhr.org/gfwlist -server=/.faluninfo.de/127.0.0.1#5335 -ipset=/.faluninfo.de/gfwlist -server=/.faluninfo.net/127.0.0.1#5335 -ipset=/.faluninfo.net/gfwlist -server=/.falunpilipinas.net/127.0.0.1#5335 -ipset=/.falunpilipinas.net/gfwlist -server=/.falunworld.net/127.0.0.1#5335 -ipset=/.falunworld.net/gfwlist -server=/.familyfed.org/127.0.0.1#5335 -ipset=/.familyfed.org/gfwlist -server=/.famunion.com/127.0.0.1#5335 -ipset=/.famunion.com/gfwlist -server=/.fan-qiang.com/127.0.0.1#5335 -ipset=/.fan-qiang.com/gfwlist -server=/.fangbinxing.com/127.0.0.1#5335 -ipset=/.fangbinxing.com/gfwlist -server=/.fangeming.com/127.0.0.1#5335 -ipset=/.fangeming.com/gfwlist -server=/.fangeqiang.com/127.0.0.1#5335 -ipset=/.fangeqiang.com/gfwlist -server=/.fanglizhi.info/127.0.0.1#5335 -ipset=/.fanglizhi.info/gfwlist -server=/.fangmincn.org/127.0.0.1#5335 -ipset=/.fangmincn.org/gfwlist -server=/.fangong.forums-free.com/127.0.0.1#5335 -ipset=/.fangong.forums-free.com/gfwlist -server=/.fangong.org/127.0.0.1#5335 -ipset=/.fangong.org/gfwlist -server=/.fangongheike.com/127.0.0.1#5335 -ipset=/.fangongheike.com/gfwlist -server=/.fanhaodang.com/127.0.0.1#5335 -ipset=/.fanhaodang.com/gfwlist -server=/.fanqiang.tk/127.0.0.1#5335 -ipset=/.fanqiang.tk/gfwlist -server=/.fanqiangdang.com/127.0.0.1#5335 -ipset=/.fanqiangdang.com/gfwlist -server=/.fanqianghou.com/127.0.0.1#5335 -ipset=/.fanqianghou.com/gfwlist -server=/.fanqiangyakexi.net/127.0.0.1#5335 -ipset=/.fanqiangyakexi.net/gfwlist -server=/.fanqiangzhe.com/127.0.0.1#5335 -ipset=/.fanqiangzhe.com/gfwlist -server=/.fanswong.com/127.0.0.1#5335 -ipset=/.fanswong.com/gfwlist -server=/.fanyue.info/127.0.0.1#5335 -ipset=/.fanyue.info/gfwlist -server=/.fapdu.com/127.0.0.1#5335 -ipset=/.fapdu.com/gfwlist -server=/.faproxy.com/127.0.0.1#5335 -ipset=/.faproxy.com/gfwlist -server=/.faqserv.com/127.0.0.1#5335 -ipset=/.faqserv.com/gfwlist -server=/.fartit.com/127.0.0.1#5335 -ipset=/.fartit.com/gfwlist -server=/.farwestchina.com/127.0.0.1#5335 -ipset=/.farwestchina.com/gfwlist -server=/.fast.wistia.com/127.0.0.1#5335 -ipset=/.fast.wistia.com/gfwlist -server=/.fastpic.ru/127.0.0.1#5335 -ipset=/.fastpic.ru/gfwlist -server=/.fastssh.com/127.0.0.1#5335 -ipset=/.fastssh.com/gfwlist -server=/.faststone.org/127.0.0.1#5335 -ipset=/.faststone.org/gfwlist -server=/.fatbtc.com/127.0.0.1#5335 -ipset=/.fatbtc.com/gfwlist -server=/.favstar.fm/127.0.0.1#5335 -ipset=/.favstar.fm/gfwlist -server=/.fawanghuihui.org/127.0.0.1#5335 -ipset=/.fawanghuihui.org/gfwlist -server=/.fb.com/127.0.0.1#5335 -ipset=/.fb.com/gfwlist -server=/.fb.me/127.0.0.1#5335 -ipset=/.fb.me/gfwlist -server=/.fbaddins.com/127.0.0.1#5335 -ipset=/.fbaddins.com/gfwlist -server=/.fbcdn.net/127.0.0.1#5335 -ipset=/.fbcdn.net/gfwlist -server=/.fbsbx.com/127.0.0.1#5335 -ipset=/.fbsbx.com/gfwlist -server=/.fbworkmail.com/127.0.0.1#5335 -ipset=/.fbworkmail.com/gfwlist -server=/.fc2.com/127.0.0.1#5335 -ipset=/.fc2.com/gfwlist -server=/.fc2blog.net/127.0.0.1#5335 -ipset=/.fc2blog.net/gfwlist -server=/.fc2china.com/127.0.0.1#5335 -ipset=/.fc2china.com/gfwlist -server=/.fc2cn.com/127.0.0.1#5335 -ipset=/.fc2cn.com/gfwlist -server=/.fda.gov.tw/127.0.0.1#5335 -ipset=/.fda.gov.tw/gfwlist -server=/.fdc64.de/127.0.0.1#5335 -ipset=/.fdc64.de/gfwlist -server=/.fdc64.org/127.0.0.1#5335 -ipset=/.fdc64.org/gfwlist -server=/.fdc89.jp/127.0.0.1#5335 -ipset=/.fdc89.jp/gfwlist -server=/.feedburner.com/127.0.0.1#5335 -ipset=/.feedburner.com/gfwlist -server=/.feeds.fileforum.com/127.0.0.1#5335 -ipset=/.feeds.fileforum.com/gfwlist -server=/.feedx.net/127.0.0.1#5335 -ipset=/.feedx.net/gfwlist -server=/.feelssh.com/127.0.0.1#5335 -ipset=/.feelssh.com/gfwlist -server=/.feer.com/127.0.0.1#5335 -ipset=/.feer.com/gfwlist -server=/.feifeiss.com/127.0.0.1#5335 -ipset=/.feifeiss.com/gfwlist -server=/.feitian-california.org/127.0.0.1#5335 -ipset=/.feitian-california.org/gfwlist -server=/.feitianacademy.org/127.0.0.1#5335 -ipset=/.feitianacademy.org/gfwlist -server=/.feministteacher.com/127.0.0.1#5335 -ipset=/.feministteacher.com/gfwlist -server=/.fengzhenghu.com/127.0.0.1#5335 -ipset=/.fengzhenghu.com/gfwlist -server=/.fengzhenghu.net/127.0.0.1#5335 -ipset=/.fengzhenghu.net/gfwlist -server=/.fevernet.com/127.0.0.1#5335 -ipset=/.fevernet.com/gfwlist -server=/.ff.im/127.0.0.1#5335 -ipset=/.ff.im/gfwlist -server=/.fffff.at/127.0.0.1#5335 -ipset=/.fffff.at/gfwlist -server=/.fflick.com/127.0.0.1#5335 -ipset=/.fflick.com/gfwlist -server=/.ffvpn.com/127.0.0.1#5335 -ipset=/.ffvpn.com/gfwlist -server=/.fgmtv.net/127.0.0.1#5335 -ipset=/.fgmtv.net/gfwlist -server=/.fgmtv.org/127.0.0.1#5335 -ipset=/.fgmtv.org/gfwlist -server=/.fhreports.net/127.0.0.1#5335 -ipset=/.fhreports.net/gfwlist -server=/.fiddle.jshell.net/127.0.0.1#5335 -ipset=/.fiddle.jshell.net/gfwlist -server=/.figprayer.com/127.0.0.1#5335 -ipset=/.figprayer.com/gfwlist -server=/.fileflyer.com/127.0.0.1#5335 -ipset=/.fileflyer.com/gfwlist -server=/.files2me.com/127.0.0.1#5335 -ipset=/.files2me.com/gfwlist -server=/.filesor.com/127.0.0.1#5335 -ipset=/.filesor.com/gfwlist -server=/.fillthesquare.org/127.0.0.1#5335 -ipset=/.fillthesquare.org/gfwlist -server=/.filmingfortibet.org/127.0.0.1#5335 -ipset=/.filmingfortibet.org/gfwlist -server=/.filthdump.com/127.0.0.1#5335 -ipset=/.filthdump.com/gfwlist -server=/.financetwitter.com/127.0.0.1#5335 -ipset=/.financetwitter.com/gfwlist -server=/.finchvpn.com/127.0.0.1#5335 -ipset=/.finchvpn.com/gfwlist -server=/.findmespot.com/127.0.0.1#5335 -ipset=/.findmespot.com/gfwlist -server=/.findyoutube.com/127.0.0.1#5335 -ipset=/.findyoutube.com/gfwlist -server=/.findyoutube.net/127.0.0.1#5335 -ipset=/.findyoutube.net/gfwlist -server=/.fingerdaily.com/127.0.0.1#5335 -ipset=/.fingerdaily.com/gfwlist -server=/.finler.net/127.0.0.1#5335 -ipset=/.finler.net/gfwlist -server=/.firearmsworld.net/127.0.0.1#5335 -ipset=/.firearmsworld.net/gfwlist -server=/.firebaseio.com/127.0.0.1#5335 -ipset=/.firebaseio.com/gfwlist -server=/.fireofliberty.org/127.0.0.1#5335 -ipset=/.fireofliberty.org/gfwlist -server=/.firetweet.io/127.0.0.1#5335 -ipset=/.firetweet.io/gfwlist -server=/.firstfivefollowers.com/127.0.0.1#5335 -ipset=/.firstfivefollowers.com/gfwlist -server=/.flagsonline.it/127.0.0.1#5335 -ipset=/.flagsonline.it/gfwlist -server=/.flecheinthepeche.fr/127.0.0.1#5335 -ipset=/.flecheinthepeche.fr/gfwlist -server=/.fleshbot.com/127.0.0.1#5335 -ipset=/.fleshbot.com/gfwlist -server=/.fleursdeslettres.com/127.0.0.1#5335 -ipset=/.fleursdeslettres.com/gfwlist -server=/.flgg.us/127.0.0.1#5335 -ipset=/.flgg.us/gfwlist -server=/.flgjustice.org/127.0.0.1#5335 -ipset=/.flgjustice.org/gfwlist -server=/.flickr.com/127.0.0.1#5335 -ipset=/.flickr.com/gfwlist -server=/.flickrhivemind.net/127.0.0.1#5335 -ipset=/.flickrhivemind.net/gfwlist -server=/.flickriver.com/127.0.0.1#5335 -ipset=/.flickriver.com/gfwlist -server=/.fling.com/127.0.0.1#5335 -ipset=/.fling.com/gfwlist -server=/.flipboard.com/127.0.0.1#5335 -ipset=/.flipboard.com/gfwlist -server=/.flipkart.com/127.0.0.1#5335 -ipset=/.flipkart.com/gfwlist -server=/.flitto.com/127.0.0.1#5335 -ipset=/.flitto.com/gfwlist -server=/.flnet.org/127.0.0.1#5335 -ipset=/.flnet.org/gfwlist -server=/.flog.tw/127.0.0.1#5335 -ipset=/.flog.tw/gfwlist -server=/.flyvpn.com/127.0.0.1#5335 -ipset=/.flyvpn.com/gfwlist -server=/.flyzy2005.com/127.0.0.1#5335 -ipset=/.flyzy2005.com/gfwlist -server=/.fnac.be/127.0.0.1#5335 -ipset=/.fnac.be/gfwlist -server=/.fnac.com/127.0.0.1#5335 -ipset=/.fnac.com/gfwlist -server=/.fochk.org/127.0.0.1#5335 -ipset=/.fochk.org/gfwlist -server=/.focustaiwan.tw/127.0.0.1#5335 -ipset=/.focustaiwan.tw/gfwlist -server=/.focusvpn.com/127.0.0.1#5335 -ipset=/.focusvpn.com/gfwlist -server=/.fofg-europe.net/127.0.0.1#5335 -ipset=/.fofg-europe.net/gfwlist -server=/.fofg.org/127.0.0.1#5335 -ipset=/.fofg.org/gfwlist -server=/.fofldfradio.org/127.0.0.1#5335 -ipset=/.fofldfradio.org/gfwlist -server=/.fooooo.com/127.0.0.1#5335 -ipset=/.fooooo.com/gfwlist -server=/.footwiball.com/127.0.0.1#5335 -ipset=/.footwiball.com/gfwlist -server=/.foreignpolicy.com/127.0.0.1#5335 -ipset=/.foreignpolicy.com/gfwlist -server=/.forum.baby-kingdom.com/127.0.0.1#5335 -ipset=/.forum.baby-kingdom.com/gfwlist -server=/.forum.cyberctm.com/127.0.0.1#5335 -ipset=/.forum.cyberctm.com/gfwlist -server=/.forum.idsam.com/127.0.0.1#5335 -ipset=/.forum.idsam.com/gfwlist -server=/.forum.my903.com/127.0.0.1#5335 -ipset=/.forum.my903.com/gfwlist -server=/.forum.mymaji.com/127.0.0.1#5335 -ipset=/.forum.mymaji.com/gfwlist -server=/.forum.omy.sg/127.0.0.1#5335 -ipset=/.forum.omy.sg/gfwlist -server=/.forum.palmislife.com/127.0.0.1#5335 -ipset=/.forum.palmislife.com/gfwlist -server=/.forum.setty.com.tw/127.0.0.1#5335 -ipset=/.forum.setty.com.tw/gfwlist -server=/.forum.sina.com.hk/127.0.0.1#5335 -ipset=/.forum.sina.com.hk/gfwlist -server=/.forum.slime.com.tw/127.0.0.1#5335 -ipset=/.forum.slime.com.tw/gfwlist -server=/.forum.tvb.com/127.0.0.1#5335 -ipset=/.forum.tvb.com/gfwlist -server=/.forum4hk.com/127.0.0.1#5335 -ipset=/.forum4hk.com/gfwlist -server=/.fotile.me/127.0.0.1#5335 -ipset=/.fotile.me/gfwlist -server=/.fourface.nodesnoop.com/127.0.0.1#5335 -ipset=/.fourface.nodesnoop.com/gfwlist -server=/.fourthinternational.org/127.0.0.1#5335 -ipset=/.fourthinternational.org/gfwlist -server=/.foxdie.us/127.0.0.1#5335 -ipset=/.foxdie.us/gfwlist -server=/.foxgay.com/127.0.0.1#5335 -ipset=/.foxgay.com/gfwlist -server=/.foxsub.com/127.0.0.1#5335 -ipset=/.foxsub.com/gfwlist -server=/.foxtang.com/127.0.0.1#5335 -ipset=/.foxtang.com/gfwlist -server=/.fpmt-osel.org/127.0.0.1#5335 -ipset=/.fpmt-osel.org/gfwlist -server=/.fpmt.org/127.0.0.1#5335 -ipset=/.fpmt.org/gfwlist -server=/.fpmt.tw/127.0.0.1#5335 -ipset=/.fpmt.tw/gfwlist -server=/.fpmtmexico.org/127.0.0.1#5335 -ipset=/.fpmtmexico.org/gfwlist -server=/.fq.wikia.com/127.0.0.1#5335 -ipset=/.fq.wikia.com/gfwlist -server=/.fqok.org/127.0.0.1#5335 -ipset=/.fqok.org/gfwlist -server=/.fqrouter.com/127.0.0.1#5335 -ipset=/.fqrouter.com/gfwlist -server=/.franklc.com/127.0.0.1#5335 -ipset=/.franklc.com/gfwlist -server=/.freakshare.com/127.0.0.1#5335 -ipset=/.freakshare.com/gfwlist -server=/.free-gate.org/127.0.0.1#5335 -ipset=/.free-gate.org/gfwlist -server=/.free-hada-now.org/127.0.0.1#5335 -ipset=/.free-hada-now.org/gfwlist -server=/.free-proxy.cz/127.0.0.1#5335 -ipset=/.free-proxy.cz/gfwlist -server=/.free-ss.site/127.0.0.1#5335 -ipset=/.free-ss.site/gfwlist -server=/.free-ssh.com/127.0.0.1#5335 -ipset=/.free-ssh.com/gfwlist -server=/.free4u.com.ar/127.0.0.1#5335 -ipset=/.free4u.com.ar/gfwlist -server=/.freealim.com/127.0.0.1#5335 -ipset=/.freealim.com/gfwlist -server=/.freebrowser.org/127.0.0.1#5335 -ipset=/.freebrowser.org/gfwlist -server=/.freechal.com/127.0.0.1#5335 -ipset=/.freechal.com/gfwlist -server=/.freechina.net/127.0.0.1#5335 -ipset=/.freechina.net/gfwlist -server=/.freechinaforum.org/127.0.0.1#5335 -ipset=/.freechinaforum.org/gfwlist -server=/.freeddns.com/127.0.0.1#5335 -ipset=/.freeddns.com/gfwlist -server=/.freeddns.org/127.0.0.1#5335 -ipset=/.freeddns.org/gfwlist -server=/.freedomchina.info/127.0.0.1#5335 -ipset=/.freedomchina.info/gfwlist -server=/.freedomhouse.org/127.0.0.1#5335 -ipset=/.freedomhouse.org/gfwlist -server=/.freedominfonetweb.wordpress.com/127.0.0.1#5335 -ipset=/.freedominfonetweb.wordpress.com/gfwlist -server=/.freedomsherald.org/127.0.0.1#5335 -ipset=/.freedomsherald.org/gfwlist -server=/.freeforums.org/127.0.0.1#5335 -ipset=/.freeforums.org/gfwlist -server=/.freefq.com/127.0.0.1#5335 -ipset=/.freefq.com/gfwlist -server=/.freefuckvids.com/127.0.0.1#5335 -ipset=/.freefuckvids.com/gfwlist -server=/.freegao.com/127.0.0.1#5335 -ipset=/.freegao.com/gfwlist -server=/.freehongkong.org/127.0.0.1#5335 -ipset=/.freehongkong.org/gfwlist -server=/.freeilhamtohti.org/127.0.0.1#5335 -ipset=/.freeilhamtohti.org/gfwlist -server=/.freekwonpyong.org/127.0.0.1#5335 -ipset=/.freekwonpyong.org/gfwlist -server=/.freelotto.com/127.0.0.1#5335 -ipset=/.freelotto.com/gfwlist -server=/.freeman2.com/127.0.0.1#5335 -ipset=/.freeman2.com/gfwlist -server=/.freemoren.com/127.0.0.1#5335 -ipset=/.freemoren.com/gfwlist -server=/.freemorenews.com/127.0.0.1#5335 -ipset=/.freemorenews.com/gfwlist -server=/.freenet-china.org/127.0.0.1#5335 -ipset=/.freenet-china.org/gfwlist -server=/.freenetproject.org/127.0.0.1#5335 -ipset=/.freenetproject.org/gfwlist -server=/.freenewscn.com/127.0.0.1#5335 -ipset=/.freenewscn.com/gfwlist -server=/.freeopenvpn.com/127.0.0.1#5335 -ipset=/.freeopenvpn.com/gfwlist -server=/.freeoz.org/127.0.0.1#5335 -ipset=/.freeoz.org/gfwlist -server=/.freessh.us/127.0.0.1#5335 -ipset=/.freessh.us/gfwlist -server=/.freetcp.com/127.0.0.1#5335 -ipset=/.freetcp.com/gfwlist -server=/.freetibet.net/127.0.0.1#5335 -ipset=/.freetibet.net/gfwlist -server=/.freetibet.org/127.0.0.1#5335 -ipset=/.freetibet.org/gfwlist -server=/.freetibetanheroes.org/127.0.0.1#5335 -ipset=/.freetibetanheroes.org/gfwlist -server=/.freeviewmovies.com/127.0.0.1#5335 -ipset=/.freeviewmovies.com/gfwlist -server=/.freevpn.me/127.0.0.1#5335 -ipset=/.freevpn.me/gfwlist -server=/.freevpn.nl/127.0.0.1#5335 -ipset=/.freevpn.nl/gfwlist -server=/.freewallpaper4.me/127.0.0.1#5335 -ipset=/.freewallpaper4.me/gfwlist -server=/.freewebs.com/127.0.0.1#5335 -ipset=/.freewebs.com/gfwlist -server=/.freewechat.com/127.0.0.1#5335 -ipset=/.freewechat.com/gfwlist -server=/.freewww.biz/127.0.0.1#5335 -ipset=/.freewww.biz/gfwlist -server=/.freewww.info/127.0.0.1#5335 -ipset=/.freewww.info/gfwlist -server=/.freexinwen.com/127.0.0.1#5335 -ipset=/.freexinwen.com/gfwlist -server=/.freeyellow.com/127.0.0.1#5335 -ipset=/.freeyellow.com/gfwlist -server=/.freeyoutubeproxy.net/127.0.0.1#5335 -ipset=/.freeyoutubeproxy.net/gfwlist -server=/.friendfeed.com/127.0.0.1#5335 -ipset=/.friendfeed.com/gfwlist -server=/.friends-of-tibet.org/127.0.0.1#5335 -ipset=/.friends-of-tibet.org/gfwlist -server=/.friendsoftibet.org/127.0.0.1#5335 -ipset=/.friendsoftibet.org/gfwlist -server=/.fring.com/127.0.0.1#5335 -ipset=/.fring.com/gfwlist -server=/.fringenetwork.com/127.0.0.1#5335 -ipset=/.fringenetwork.com/gfwlist -server=/.from-pr.com/127.0.0.1#5335 -ipset=/.from-pr.com/gfwlist -server=/.from-sd.com/127.0.0.1#5335 -ipset=/.from-sd.com/gfwlist -server=/.fromchinatousa.net/127.0.0.1#5335 -ipset=/.fromchinatousa.net/gfwlist -server=/.frommel.net/127.0.0.1#5335 -ipset=/.frommel.net/gfwlist -server=/.frontlinedefenders.org/127.0.0.1#5335 -ipset=/.frontlinedefenders.org/gfwlist -server=/.frootvpn.com/127.0.0.1#5335 -ipset=/.frootvpn.com/gfwlist -server=/.fscked.org/127.0.0.1#5335 -ipset=/.fscked.org/gfwlist -server=/.fsurf.com/127.0.0.1#5335 -ipset=/.fsurf.com/gfwlist -server=/.ftchinese.com/127.0.0.1#5335 -ipset=/.ftchinese.com/gfwlist -server=/.ftp1.biz/127.0.0.1#5335 -ipset=/.ftp1.biz/gfwlist -server=/.ftpserver.biz/127.0.0.1#5335 -ipset=/.ftpserver.biz/gfwlist -server=/.ftv.com.tw/127.0.0.1#5335 -ipset=/.ftv.com.tw/gfwlist -server=/.fucd.com/127.0.0.1#5335 -ipset=/.fucd.com/gfwlist -server=/.fuckcnnic.net/127.0.0.1#5335 -ipset=/.fuckcnnic.net/gfwlist -server=/.fuckgfw.org/127.0.0.1#5335 -ipset=/.fuckgfw.org/gfwlist -server=/.fulione.com/127.0.0.1#5335 -ipset=/.fulione.com/gfwlist -server=/.fullerconsideration.com/127.0.0.1#5335 -ipset=/.fullerconsideration.com/gfwlist -server=/.fulue.com/127.0.0.1#5335 -ipset=/.fulue.com/gfwlist -server=/.funf.tw/127.0.0.1#5335 -ipset=/.funf.tw/gfwlist -server=/.funkyimg.com/127.0.0.1#5335 -ipset=/.funkyimg.com/gfwlist -server=/.funp.com/127.0.0.1#5335 -ipset=/.funp.com/gfwlist -server=/.fuq.com/127.0.0.1#5335 -ipset=/.fuq.com/gfwlist -server=/.furbo.org/127.0.0.1#5335 -ipset=/.furbo.org/gfwlist -server=/.furhhdl.org/127.0.0.1#5335 -ipset=/.furhhdl.org/gfwlist -server=/.furinkan.com/127.0.0.1#5335 -ipset=/.furinkan.com/gfwlist -server=/.furl.net/127.0.0.1#5335 -ipset=/.furl.net/gfwlist -server=/.futurechinaforum.org/127.0.0.1#5335 -ipset=/.futurechinaforum.org/gfwlist -server=/.futuremessage.org/127.0.0.1#5335 -ipset=/.futuremessage.org/gfwlist -server=/.fux.com/127.0.0.1#5335 -ipset=/.fux.com/gfwlist -server=/.fuyin.net/127.0.0.1#5335 -ipset=/.fuyin.net/gfwlist -server=/.fuyindiantai.org/127.0.0.1#5335 -ipset=/.fuyindiantai.org/gfwlist -server=/.fuyu.org.tw/127.0.0.1#5335 -ipset=/.fuyu.org.tw/gfwlist -server=/.fw.cm/127.0.0.1#5335 -ipset=/.fw.cm/gfwlist -server=/.fxcm-chinese.com/127.0.0.1#5335 -ipset=/.fxcm-chinese.com/gfwlist -server=/.fxnetworks.com/127.0.0.1#5335 -ipset=/.fxnetworks.com/gfwlist -server=/.fzh999.com/127.0.0.1#5335 -ipset=/.fzh999.com/gfwlist -server=/.fzh999.net/127.0.0.1#5335 -ipset=/.fzh999.net/gfwlist -server=/.fzlm.com/127.0.0.1#5335 -ipset=/.fzlm.com/gfwlist -server=/.g-area.org/127.0.0.1#5335 -ipset=/.g-area.org/gfwlist -server=/.g-queen.com/127.0.0.1#5335 -ipset=/.g-queen.com/gfwlist -server=/.g.co/127.0.0.1#5335 -ipset=/.g.co/gfwlist -server=/.g0v.social/127.0.0.1#5335 -ipset=/.g0v.social/gfwlist -server=/.g6hentai.com/127.0.0.1#5335 -ipset=/.g6hentai.com/gfwlist -server=/.gabocorp.com/127.0.0.1#5335 -ipset=/.gabocorp.com/gfwlist -server=/.gaeproxy.com/127.0.0.1#5335 -ipset=/.gaeproxy.com/gfwlist -server=/.gaforum.org/127.0.0.1#5335 -ipset=/.gaforum.org/gfwlist -server=/.galaxymacau.com/127.0.0.1#5335 -ipset=/.galaxymacau.com/gfwlist -server=/.galenwu.com/127.0.0.1#5335 -ipset=/.galenwu.com/gfwlist -server=/.galstars.net/127.0.0.1#5335 -ipset=/.galstars.net/gfwlist -server=/.game735.com/127.0.0.1#5335 -ipset=/.game735.com/gfwlist -server=/.gamebase.com.tw/127.0.0.1#5335 -ipset=/.gamebase.com.tw/gfwlist -server=/.gamejolt.com/127.0.0.1#5335 -ipset=/.gamejolt.com/gfwlist -server=/.gamer-cds.cdn.hinet.net/127.0.0.1#5335 -ipset=/.gamer-cds.cdn.hinet.net/gfwlist -server=/.gamer.com.tw/127.0.0.1#5335 -ipset=/.gamer.com.tw/gfwlist -server=/.gamer2-cds.cdn.hinet.net/127.0.0.1#5335 -ipset=/.gamer2-cds.cdn.hinet.net/gfwlist -server=/.gamez.com.tw/127.0.0.1#5335 -ipset=/.gamez.com.tw/gfwlist -server=/.gamousa.com/127.0.0.1#5335 -ipset=/.gamousa.com/gfwlist -server=/.ganges.com/127.0.0.1#5335 -ipset=/.ganges.com/gfwlist -server=/.gaoming.net/127.0.0.1#5335 -ipset=/.gaoming.net/gfwlist -server=/.gaopi.net/127.0.0.1#5335 -ipset=/.gaopi.net/gfwlist -server=/.gaozhisheng.net/127.0.0.1#5335 -ipset=/.gaozhisheng.net/gfwlist -server=/.gaozhisheng.org/127.0.0.1#5335 -ipset=/.gaozhisheng.org/gfwlist -server=/.gardennetworks.com/127.0.0.1#5335 -ipset=/.gardennetworks.com/gfwlist -server=/.gardennetworks.org/127.0.0.1#5335 -ipset=/.gardennetworks.org/gfwlist -server=/.gartlive.com/127.0.0.1#5335 -ipset=/.gartlive.com/gfwlist -server=/.gate-project.com/127.0.0.1#5335 -ipset=/.gate-project.com/gfwlist -server=/.gate.io/127.0.0.1#5335 -ipset=/.gate.io/gfwlist -server=/.gatecoin.com/127.0.0.1#5335 -ipset=/.gatecoin.com/gfwlist -server=/.gather.com/127.0.0.1#5335 -ipset=/.gather.com/gfwlist -server=/.gatherproxy.com/127.0.0.1#5335 -ipset=/.gatherproxy.com/gfwlist -server=/.gati.org.tw/127.0.0.1#5335 -ipset=/.gati.org.tw/gfwlist -server=/.gaybubble.com/127.0.0.1#5335 -ipset=/.gaybubble.com/gfwlist -server=/.gaycn.net/127.0.0.1#5335 -ipset=/.gaycn.net/gfwlist -server=/.gayhub.com/127.0.0.1#5335 -ipset=/.gayhub.com/gfwlist -server=/.gaymap.cc/127.0.0.1#5335 -ipset=/.gaymap.cc/gfwlist -server=/.gaymenring.com/127.0.0.1#5335 -ipset=/.gaymenring.com/gfwlist -server=/.gaytube.com/127.0.0.1#5335 -ipset=/.gaytube.com/gfwlist -server=/.gaywatch.com/127.0.0.1#5335 -ipset=/.gaywatch.com/gfwlist -server=/.gazotube.com/127.0.0.1#5335 -ipset=/.gazotube.com/gfwlist -server=/.gcc.org.hk/127.0.0.1#5335 -ipset=/.gcc.org.hk/gfwlist -server=/.gclooney.com/127.0.0.1#5335 -ipset=/.gclooney.com/gfwlist -server=/.gcmasia.com/127.0.0.1#5335 -ipset=/.gcmasia.com/gfwlist -server=/.gcpnews.com/127.0.0.1#5335 -ipset=/.gcpnews.com/gfwlist -server=/.gcr.io/127.0.0.1#5335 -ipset=/.gcr.io/gfwlist -server=/.gdzf.org/127.0.0.1#5335 -ipset=/.gdzf.org/gfwlist -server=/.geek-art.net/127.0.0.1#5335 -ipset=/.geek-art.net/gfwlist -server=/.geekheart.info/127.0.0.1#5335 -ipset=/.geekheart.info/gfwlist -server=/.gekikame.com/127.0.0.1#5335 -ipset=/.gekikame.com/gfwlist -server=/.gelbooru.com/127.0.0.1#5335 -ipset=/.gelbooru.com/gfwlist -server=/.geocities.co.jp/127.0.0.1#5335 -ipset=/.geocities.co.jp/gfwlist -server=/.geocities.jp/127.0.0.1#5335 -ipset=/.geocities.jp/gfwlist -server=/.gerefoundation.org/127.0.0.1#5335 -ipset=/.gerefoundation.org/gfwlist -server=/.get.app/127.0.0.1#5335 -ipset=/.get.app/gfwlist -server=/.get.dev/127.0.0.1#5335 -ipset=/.get.dev/gfwlist -server=/.get.how/127.0.0.1#5335 -ipset=/.get.how/gfwlist -server=/.get.page/127.0.0.1#5335 -ipset=/.get.page/gfwlist -server=/.getastrill.com/127.0.0.1#5335 -ipset=/.getastrill.com/gfwlist -server=/.getchu.com/127.0.0.1#5335 -ipset=/.getchu.com/gfwlist -server=/.getcloak.com/127.0.0.1#5335 -ipset=/.getcloak.com/gfwlist -server=/.getfoxyproxy.org/127.0.0.1#5335 -ipset=/.getfoxyproxy.org/gfwlist -server=/.getfreedur.com/127.0.0.1#5335 -ipset=/.getfreedur.com/gfwlist -server=/.getgom.com/127.0.0.1#5335 -ipset=/.getgom.com/gfwlist -server=/.geti2p.net/127.0.0.1#5335 -ipset=/.geti2p.net/gfwlist -server=/.getiton.com/127.0.0.1#5335 -ipset=/.getiton.com/gfwlist -server=/.getlantern.org/127.0.0.1#5335 -ipset=/.getlantern.org/gfwlist -server=/.getmdl.io/127.0.0.1#5335 -ipset=/.getmdl.io/gfwlist -server=/.getoutline.org/127.0.0.1#5335 -ipset=/.getoutline.org/gfwlist -server=/.getsocialscope.com/127.0.0.1#5335 -ipset=/.getsocialscope.com/gfwlist -server=/.getsync.com/127.0.0.1#5335 -ipset=/.getsync.com/gfwlist -server=/.gettrials.com/127.0.0.1#5335 -ipset=/.gettrials.com/gfwlist -server=/.gettyimages.com/127.0.0.1#5335 -ipset=/.gettyimages.com/gfwlist -server=/.getuploader.com/127.0.0.1#5335 -ipset=/.getuploader.com/gfwlist -server=/.gfbv.de/127.0.0.1#5335 -ipset=/.gfbv.de/gfwlist -server=/.gfgold.com.hk/127.0.0.1#5335 -ipset=/.gfgold.com.hk/gfwlist -server=/.gfsale.com/127.0.0.1#5335 -ipset=/.gfsale.com/gfwlist -server=/.gfw.org.ua/127.0.0.1#5335 -ipset=/.gfw.org.ua/gfwlist -server=/.gfw.press/127.0.0.1#5335 -ipset=/.gfw.press/gfwlist -server=/.ggpht.com/127.0.0.1#5335 -ipset=/.ggpht.com/gfwlist -server=/.ggssl.com/127.0.0.1#5335 -ipset=/.ggssl.com/gfwlist -server=/.ghostpath.com/127.0.0.1#5335 -ipset=/.ghostpath.com/gfwlist -server=/.ghut.org/127.0.0.1#5335 -ipset=/.ghut.org/gfwlist -server=/.giantessnight.com/127.0.0.1#5335 -ipset=/.giantessnight.com/gfwlist -server=/.gifree.com/127.0.0.1#5335 -ipset=/.gifree.com/gfwlist -server=/.giga-web.jp/127.0.0.1#5335 -ipset=/.giga-web.jp/gfwlist -server=/.gigporno.ru/127.0.0.1#5335 -ipset=/.gigporno.ru/gfwlist -server=/.girlbanker.com/127.0.0.1#5335 -ipset=/.girlbanker.com/gfwlist -server=/.gist.github.com/127.0.0.1#5335 -ipset=/.gist.github.com/gfwlist -server=/.git.io/127.0.0.1#5335 -ipset=/.git.io/gfwlist -server=/.gizlen.net/127.0.0.1#5335 -ipset=/.gizlen.net/gfwlist -server=/.gjczz.com/127.0.0.1#5335 -ipset=/.gjczz.com/gfwlist -server=/.glass8.eu/127.0.0.1#5335 -ipset=/.glass8.eu/gfwlist -server=/.global.bing.com/127.0.0.1#5335 -ipset=/.global.bing.com/gfwlist -server=/.globaljihad.net/127.0.0.1#5335 -ipset=/.globaljihad.net/gfwlist -server=/.globalmediaoutreach.com/127.0.0.1#5335 -ipset=/.globalmediaoutreach.com/gfwlist -server=/.globalmuseumoncommunism.org/127.0.0.1#5335 -ipset=/.globalmuseumoncommunism.org/gfwlist -server=/.globalrescue.net/127.0.0.1#5335 -ipset=/.globalrescue.net/gfwlist -server=/.globaltm.org/127.0.0.1#5335 -ipset=/.globaltm.org/gfwlist -server=/.globalvoices.org/127.0.0.1#5335 -ipset=/.globalvoices.org/gfwlist -server=/.globalvoicesonline.org/127.0.0.1#5335 -ipset=/.globalvoicesonline.org/gfwlist -server=/.globalvpn.net/127.0.0.1#5335 -ipset=/.globalvpn.net/gfwlist -server=/.glock.com/127.0.0.1#5335 -ipset=/.glock.com/gfwlist -server=/.gloryhole.com/127.0.0.1#5335 -ipset=/.gloryhole.com/gfwlist -server=/.glorystar.me/127.0.0.1#5335 -ipset=/.glorystar.me/gfwlist -server=/.glype.com/127.0.0.1#5335 -ipset=/.glype.com/gfwlist -server=/.gmail.com/127.0.0.1#5335 -ipset=/.gmail.com/gfwlist -server=/.gmbd.cn/127.0.0.1#5335 -ipset=/.gmbd.cn/gfwlist -server=/.gmhz.org/127.0.0.1#5335 -ipset=/.gmhz.org/gfwlist -server=/.gmll.org/127.0.0.1#5335 -ipset=/.gmll.org/gfwlist -server=/.gmodules.com/127.0.0.1#5335 -ipset=/.gmodules.com/gfwlist -server=/.gmozomg.izihost.org/127.0.0.1#5335 -ipset=/.gmozomg.izihost.org/gfwlist -server=/.gnci.org.hk/127.0.0.1#5335 -ipset=/.gnci.org.hk/gfwlist -server=/.go-pki.com/127.0.0.1#5335 -ipset=/.go-pki.com/gfwlist -server=/.go.nesnode.com/127.0.0.1#5335 -ipset=/.go.nesnode.com/gfwlist -server=/.go141.com/127.0.0.1#5335 -ipset=/.go141.com/gfwlist -server=/.goagent.biz/127.0.0.1#5335 -ipset=/.goagent.biz/gfwlist -server=/.goagent.codeplex.com/127.0.0.1#5335 -ipset=/.goagent.codeplex.com/gfwlist -server=/.goagentplus.com/127.0.0.1#5335 -ipset=/.goagentplus.com/gfwlist -server=/.gobet.cc/127.0.0.1#5335 -ipset=/.gobet.cc/gfwlist -server=/.godfootsteps.org/127.0.0.1#5335 -ipset=/.godfootsteps.org/gfwlist -server=/.godns.work/127.0.0.1#5335 -ipset=/.godns.work/gfwlist -server=/.godoc.org/127.0.0.1#5335 -ipset=/.godoc.org/gfwlist -server=/.godsdirectcontact.co.uk/127.0.0.1#5335 -ipset=/.godsdirectcontact.co.uk/gfwlist -server=/.godsdirectcontact.org/127.0.0.1#5335 -ipset=/.godsdirectcontact.org/gfwlist -server=/.godsimmediatecontact.com/127.0.0.1#5335 -ipset=/.godsimmediatecontact.com/gfwlist -server=/.gogotunnel.com/127.0.0.1#5335 -ipset=/.gogotunnel.com/gfwlist -server=/.gohappy.com.tw/127.0.0.1#5335 -ipset=/.gohappy.com.tw/gfwlist -server=/.gojet.krtco.com.tw/127.0.0.1#5335 -ipset=/.gojet.krtco.com.tw/gfwlist -server=/.gokbayrak.com/127.0.0.1#5335 -ipset=/.gokbayrak.com/gfwlist -server=/.golang.org/127.0.0.1#5335 -ipset=/.golang.org/gfwlist -server=/.goldbet.com/127.0.0.1#5335 -ipset=/.goldbet.com/gfwlist -server=/.goldbetsports.com/127.0.0.1#5335 -ipset=/.goldbetsports.com/gfwlist -server=/.goldeneyevault.com/127.0.0.1#5335 -ipset=/.goldeneyevault.com/gfwlist -server=/.goldenfrog.com/127.0.0.1#5335 -ipset=/.goldenfrog.com/gfwlist -server=/.goldjizz.com/127.0.0.1#5335 -ipset=/.goldjizz.com/gfwlist -server=/.goldstep.net/127.0.0.1#5335 -ipset=/.goldstep.net/gfwlist -server=/.goldwave.com/127.0.0.1#5335 -ipset=/.goldwave.com/gfwlist -server=/.gongm.in/127.0.0.1#5335 -ipset=/.gongm.in/gfwlist -server=/.gongmeng.info/127.0.0.1#5335 -ipset=/.gongmeng.info/gfwlist -server=/.gongminliliang.com/127.0.0.1#5335 -ipset=/.gongminliliang.com/gfwlist -server=/.gongwt.com/127.0.0.1#5335 -ipset=/.gongwt.com/gfwlist -server=/.goo.gl/127.0.0.1#5335 -ipset=/.goo.gl/gfwlist -server=/.gooday.xyz/127.0.0.1#5335 -ipset=/.gooday.xyz/gfwlist -server=/.gooddns.info/127.0.0.1#5335 -ipset=/.gooddns.info/gfwlist -server=/.goodreaders.com/127.0.0.1#5335 -ipset=/.goodreaders.com/gfwlist -server=/.goodreads.com/127.0.0.1#5335 -ipset=/.goodreads.com/gfwlist -server=/.goodtv.com.tw/127.0.0.1#5335 -ipset=/.goodtv.com.tw/gfwlist -server=/.goodtv.tv/127.0.0.1#5335 -ipset=/.goodtv.tv/gfwlist -server=/.goofind.com/127.0.0.1#5335 -ipset=/.goofind.com/gfwlist -server=/.google.ae/127.0.0.1#5335 -ipset=/.google.ae/gfwlist -server=/.google.am/127.0.0.1#5335 -ipset=/.google.am/gfwlist -server=/.google.as/127.0.0.1#5335 -ipset=/.google.as/gfwlist -server=/.google.at/127.0.0.1#5335 -ipset=/.google.at/gfwlist -server=/.google.az/127.0.0.1#5335 -ipset=/.google.az/gfwlist -server=/.google.ba/127.0.0.1#5335 -ipset=/.google.ba/gfwlist -server=/.google.be/127.0.0.1#5335 -ipset=/.google.be/gfwlist -server=/.google.bg/127.0.0.1#5335 -ipset=/.google.bg/gfwlist -server=/.google.ca/127.0.0.1#5335 -ipset=/.google.ca/gfwlist -server=/.google.calstate.edu/127.0.0.1#5335 -ipset=/.google.calstate.edu/gfwlist -server=/.google.cd/127.0.0.1#5335 -ipset=/.google.cd/gfwlist -server=/.google.ci/127.0.0.1#5335 -ipset=/.google.ci/gfwlist -server=/.google.co.id/127.0.0.1#5335 -ipset=/.google.co.id/gfwlist -server=/.google.co.jp/127.0.0.1#5335 -ipset=/.google.co.jp/gfwlist -server=/.google.co.kr/127.0.0.1#5335 -ipset=/.google.co.kr/gfwlist -server=/.google.co.ma/127.0.0.1#5335 -ipset=/.google.co.ma/gfwlist -server=/.google.co.uk/127.0.0.1#5335 -ipset=/.google.co.uk/gfwlist -server=/.google.com/127.0.0.1#5335 -ipset=/.google.com/gfwlist -server=/.google.de/127.0.0.1#5335 -ipset=/.google.de/gfwlist -server=/.google.dev/127.0.0.1#5335 -ipset=/.google.dev/gfwlist -server=/.google.dj/127.0.0.1#5335 -ipset=/.google.dj/gfwlist -server=/.google.dk/127.0.0.1#5335 -ipset=/.google.dk/gfwlist -server=/.google.es/127.0.0.1#5335 -ipset=/.google.es/gfwlist -server=/.google.fi/127.0.0.1#5335 -ipset=/.google.fi/gfwlist -server=/.google.fm/127.0.0.1#5335 -ipset=/.google.fm/gfwlist -server=/.google.fr/127.0.0.1#5335 -ipset=/.google.fr/gfwlist -server=/.google.gg/127.0.0.1#5335 -ipset=/.google.gg/gfwlist -server=/.google.gl/127.0.0.1#5335 -ipset=/.google.gl/gfwlist -server=/.google.gr/127.0.0.1#5335 -ipset=/.google.gr/gfwlist -server=/.google.ie/127.0.0.1#5335 -ipset=/.google.ie/gfwlist -server=/.google.is/127.0.0.1#5335 -ipset=/.google.is/gfwlist -server=/.google.it/127.0.0.1#5335 -ipset=/.google.it/gfwlist -server=/.google.jo/127.0.0.1#5335 -ipset=/.google.jo/gfwlist -server=/.google.kz/127.0.0.1#5335 -ipset=/.google.kz/gfwlist -server=/.google.lv/127.0.0.1#5335 -ipset=/.google.lv/gfwlist -server=/.google.mn/127.0.0.1#5335 -ipset=/.google.mn/gfwlist -server=/.google.ms/127.0.0.1#5335 -ipset=/.google.ms/gfwlist -server=/.google.nl/127.0.0.1#5335 -ipset=/.google.nl/gfwlist -server=/.google.no/127.0.0.1#5335 -ipset=/.google.no/gfwlist -server=/.google.nu/127.0.0.1#5335 -ipset=/.google.nu/gfwlist -server=/.google.ro/127.0.0.1#5335 -ipset=/.google.ro/gfwlist -server=/.google.ru/127.0.0.1#5335 -ipset=/.google.ru/gfwlist -server=/.google.rw/127.0.0.1#5335 -ipset=/.google.rw/gfwlist -server=/.google.sc/127.0.0.1#5335 -ipset=/.google.sc/gfwlist -server=/.google.sh/127.0.0.1#5335 -ipset=/.google.sh/gfwlist -server=/.google.sk/127.0.0.1#5335 -ipset=/.google.sk/gfwlist -server=/.google.sm/127.0.0.1#5335 -ipset=/.google.sm/gfwlist -server=/.google.sn/127.0.0.1#5335 -ipset=/.google.sn/gfwlist -server=/.google.tk/127.0.0.1#5335 -ipset=/.google.tk/gfwlist -server=/.google.tm/127.0.0.1#5335 -ipset=/.google.tm/gfwlist -server=/.google.to/127.0.0.1#5335 -ipset=/.google.to/gfwlist -server=/.google.tt/127.0.0.1#5335 -ipset=/.google.tt/gfwlist -server=/.google.vu/127.0.0.1#5335 -ipset=/.google.vu/gfwlist -server=/.google.ws/127.0.0.1#5335 -ipset=/.google.ws/gfwlist -server=/.googleapis.cn/127.0.0.1#5335 -ipset=/.googleapis.cn/gfwlist -server=/.googleapis.com/127.0.0.1#5335 -ipset=/.googleapis.com/gfwlist -server=/.googleapps.com/127.0.0.1#5335 -ipset=/.googleapps.com/gfwlist -server=/.googlearth.com/127.0.0.1#5335 -ipset=/.googlearth.com/gfwlist -server=/.googleartproject.com/127.0.0.1#5335 -ipset=/.googleartproject.com/gfwlist -server=/.googleblog.com/127.0.0.1#5335 -ipset=/.googleblog.com/gfwlist -server=/.googlebot.com/127.0.0.1#5335 -ipset=/.googlebot.com/gfwlist -server=/.googlechinawebmaster.com/127.0.0.1#5335 -ipset=/.googlechinawebmaster.com/gfwlist -server=/.googlecode.com/127.0.0.1#5335 -ipset=/.googlecode.com/gfwlist -server=/.googlecommerce.com/127.0.0.1#5335 -ipset=/.googlecommerce.com/gfwlist -server=/.googledomains.com/127.0.0.1#5335 -ipset=/.googledomains.com/gfwlist -server=/.googledrive.com/127.0.0.1#5335 -ipset=/.googledrive.com/gfwlist -server=/.googleearth.com/127.0.0.1#5335 -ipset=/.googleearth.com/gfwlist -server=/.googlegroups.com/127.0.0.1#5335 -ipset=/.googlegroups.com/gfwlist -server=/.googlehosted.com/127.0.0.1#5335 -ipset=/.googlehosted.com/gfwlist -server=/.googleideas.com/127.0.0.1#5335 -ipset=/.googleideas.com/gfwlist -server=/.googleinsidesearch.com/127.0.0.1#5335 -ipset=/.googleinsidesearch.com/gfwlist -server=/.googlelabs.com/127.0.0.1#5335 -ipset=/.googlelabs.com/gfwlist -server=/.googlemail.com/127.0.0.1#5335 -ipset=/.googlemail.com/gfwlist -server=/.googlemashups.com/127.0.0.1#5335 -ipset=/.googlemashups.com/gfwlist -server=/.googlepagecreator.com/127.0.0.1#5335 -ipset=/.googlepagecreator.com/gfwlist -server=/.googleplay.com/127.0.0.1#5335 -ipset=/.googleplay.com/gfwlist -server=/.googleplus.com/127.0.0.1#5335 -ipset=/.googleplus.com/gfwlist -server=/.googlescholar.com/127.0.0.1#5335 -ipset=/.googlescholar.com/gfwlist -server=/.googlesile.com/127.0.0.1#5335 -ipset=/.googlesile.com/gfwlist -server=/.googlesource.com/127.0.0.1#5335 -ipset=/.googlesource.com/gfwlist -server=/.googleusercontent.com/127.0.0.1#5335 -ipset=/.googleusercontent.com/gfwlist -server=/.googlevideo.com/127.0.0.1#5335 -ipset=/.googlevideo.com/gfwlist -server=/.googleweblight.com/127.0.0.1#5335 -ipset=/.googleweblight.com/gfwlist -server=/.googlezip.net/127.0.0.1#5335 -ipset=/.googlezip.net/gfwlist -server=/.gopetition.com/127.0.0.1#5335 -ipset=/.gopetition.com/gfwlist -server=/.goproxing.net/127.0.0.1#5335 -ipset=/.goproxing.net/gfwlist -server=/.goregrish.com/127.0.0.1#5335 -ipset=/.goregrish.com/gfwlist -server=/.gospelherald.com/127.0.0.1#5335 -ipset=/.gospelherald.com/gfwlist -server=/.got-game.org/127.0.0.1#5335 -ipset=/.got-game.org/gfwlist -server=/.gotdns.ch/127.0.0.1#5335 -ipset=/.gotdns.ch/gfwlist -server=/.gotgeeks.com/127.0.0.1#5335 -ipset=/.gotgeeks.com/gfwlist -server=/.gotrusted.com/127.0.0.1#5335 -ipset=/.gotrusted.com/gfwlist -server=/.gotw.ca/127.0.0.1#5335 -ipset=/.gotw.ca/gfwlist -server=/.gov.taipei/127.0.0.1#5335 -ipset=/.gov.taipei/gfwlist -server=/.gov.tw/127.0.0.1#5335 -ipset=/.gov.tw/gfwlist -server=/.gr8domain.biz/127.0.0.1#5335 -ipset=/.gr8domain.biz/gfwlist -server=/.gr8name.biz/127.0.0.1#5335 -ipset=/.gr8name.biz/gfwlist -server=/.grammaly.com/127.0.0.1#5335 -ipset=/.grammaly.com/gfwlist -server=/.grandtrial.org/127.0.0.1#5335 -ipset=/.grandtrial.org/gfwlist -server=/.grangorz.org/127.0.0.1#5335 -ipset=/.grangorz.org/gfwlist -server=/.graphis.ne.jp/127.0.0.1#5335 -ipset=/.graphis.ne.jp/gfwlist -server=/.graphql.org/127.0.0.1#5335 -ipset=/.graphql.org/gfwlist -server=/.greasespot.net/127.0.0.1#5335 -ipset=/.greasespot.net/gfwlist -server=/.great-firewall.com/127.0.0.1#5335 -ipset=/.great-firewall.com/gfwlist -server=/.great-roc.org/127.0.0.1#5335 -ipset=/.great-roc.org/gfwlist -server=/.greatfire.org/127.0.0.1#5335 -ipset=/.greatfire.org/gfwlist -server=/.greatfire.us7.list-manage.com/127.0.0.1#5335 -ipset=/.greatfire.us7.list-manage.com/gfwlist -server=/.greatfirewall.biz/127.0.0.1#5335 -ipset=/.greatfirewall.biz/gfwlist -server=/.greatfirewallofchina.net/127.0.0.1#5335 -ipset=/.greatfirewallofchina.net/gfwlist -server=/.greatfirewallofchina.org/127.0.0.1#5335 -ipset=/.greatfirewallofchina.org/gfwlist -server=/.greatroc.org/127.0.0.1#5335 -ipset=/.greatroc.org/gfwlist -server=/.greatroc.tw/127.0.0.1#5335 -ipset=/.greatroc.tw/gfwlist -server=/.greatzhonghua.org/127.0.0.1#5335 -ipset=/.greatzhonghua.org/gfwlist -server=/.greenfieldbookstore.com.hk/127.0.0.1#5335 -ipset=/.greenfieldbookstore.com.hk/gfwlist -server=/.greenparty.org.tw/127.0.0.1#5335 -ipset=/.greenparty.org.tw/gfwlist -server=/.greenpeace.com.tw/127.0.0.1#5335 -ipset=/.greenpeace.com.tw/gfwlist -server=/.greenpeace.org/127.0.0.1#5335 -ipset=/.greenpeace.org/gfwlist -server=/.greenvpn.net/127.0.0.1#5335 -ipset=/.greenvpn.net/gfwlist -server=/.greenvpn.org/127.0.0.1#5335 -ipset=/.greenvpn.org/gfwlist -server=/.grotty-monday.com/127.0.0.1#5335 -ipset=/.grotty-monday.com/gfwlist -server=/.groups.google.cn/127.0.0.1#5335 -ipset=/.groups.google.cn/gfwlist -server=/.grow.google/127.0.0.1#5335 -ipset=/.grow.google/gfwlist -server=/.gs-discuss.com/127.0.0.1#5335 -ipset=/.gs-discuss.com/gfwlist -server=/.gsp.target.com/127.0.0.1#5335 -ipset=/.gsp.target.com/gfwlist -server=/.gstatic.com/127.0.0.1#5335 -ipset=/.gstatic.com/gfwlist -server=/.gtricks.com/127.0.0.1#5335 -ipset=/.gtricks.com/gfwlist -server=/.gts-vpn.com/127.0.0.1#5335 -ipset=/.gts-vpn.com/gfwlist -server=/.gu-chu-sum.org/127.0.0.1#5335 -ipset=/.gu-chu-sum.org/gfwlist -server=/.guaguass.com/127.0.0.1#5335 -ipset=/.guaguass.com/gfwlist -server=/.guaguass.org/127.0.0.1#5335 -ipset=/.guaguass.org/gfwlist -server=/.guancha.org/127.0.0.1#5335 -ipset=/.guancha.org/gfwlist -server=/.guaneryu.com/127.0.0.1#5335 -ipset=/.guaneryu.com/gfwlist -server=/.guangming.com.my/127.0.0.1#5335 -ipset=/.guangming.com.my/gfwlist -server=/.guangnianvpn.com/127.0.0.1#5335 -ipset=/.guangnianvpn.com/gfwlist -server=/.guardster.com/127.0.0.1#5335 -ipset=/.guardster.com/gfwlist -server=/.guishan.org/127.0.0.1#5335 -ipset=/.guishan.org/gfwlist -server=/.gumroad.com/127.0.0.1#5335 -ipset=/.gumroad.com/gfwlist -server=/.gun-world.net/127.0.0.1#5335 -ipset=/.gun-world.net/gfwlist -server=/.gunsamerica.com/127.0.0.1#5335 -ipset=/.gunsamerica.com/gfwlist -server=/.gunsandammo.com/127.0.0.1#5335 -ipset=/.gunsandammo.com/gfwlist -server=/.guo.media/127.0.0.1#5335 -ipset=/.guo.media/gfwlist -server=/.guruonline.hk/127.0.0.1#5335 -ipset=/.guruonline.hk/gfwlist -server=/.gutteruncensored.com/127.0.0.1#5335 -ipset=/.gutteruncensored.com/gfwlist -server=/.gvlib.com/127.0.0.1#5335 -ipset=/.gvlib.com/gfwlist -server=/.gvm.com.tw/127.0.0.1#5335 -ipset=/.gvm.com.tw/gfwlist -server=/.gvt0.com/127.0.0.1#5335 -ipset=/.gvt0.com/gfwlist -server=/.gvt1.com/127.0.0.1#5335 -ipset=/.gvt1.com/gfwlist -server=/.gvt3.com/127.0.0.1#5335 -ipset=/.gvt3.com/gfwlist -server=/.gwtproject.org/127.0.0.1#5335 -ipset=/.gwtproject.org/gfwlist -server=/.gyalwarinpoche.com/127.0.0.1#5335 -ipset=/.gyalwarinpoche.com/gfwlist -server=/.gyatsostudio.com/127.0.0.1#5335 -ipset=/.gyatsostudio.com/gfwlist -server=/.gzm.tv/127.0.0.1#5335 -ipset=/.gzm.tv/gfwlist -server=/.gzone-anime.info/127.0.0.1#5335 -ipset=/.gzone-anime.info/gfwlist -server=/.h-china.org/127.0.0.1#5335 -ipset=/.h-china.org/gfwlist -server=/.h-moe.com/127.0.0.1#5335 -ipset=/.h-moe.com/gfwlist -server=/.h1n1china.org/127.0.0.1#5335 -ipset=/.h1n1china.org/gfwlist -server=/.h528.com/127.0.0.1#5335 -ipset=/.h528.com/gfwlist -server=/.h5dm.com/127.0.0.1#5335 -ipset=/.h5dm.com/gfwlist -server=/.h5galgame.me/127.0.0.1#5335 -ipset=/.h5galgame.me/gfwlist -server=/.hacg.club/127.0.0.1#5335 -ipset=/.hacg.club/gfwlist -server=/.hacg.in/127.0.0.1#5335 -ipset=/.hacg.in/gfwlist -server=/.hacg.li/127.0.0.1#5335 -ipset=/.hacg.li/gfwlist -server=/.hacg.me/127.0.0.1#5335 -ipset=/.hacg.me/gfwlist -server=/.hacg.red/127.0.0.1#5335 -ipset=/.hacg.red/gfwlist -server=/.hacker.org/127.0.0.1#5335 -ipset=/.hacker.org/gfwlist -server=/.hackthatphone.net/127.0.0.1#5335 -ipset=/.hackthatphone.net/gfwlist -server=/.hahaxixi.github.io/127.0.0.1#5335 -ipset=/.hahaxixi.github.io/gfwlist -server=/.hahlo.com/127.0.0.1#5335 -ipset=/.hahlo.com/gfwlist -server=/.hakkatv.org.tw/127.0.0.1#5335 -ipset=/.hakkatv.org.tw/gfwlist -server=/.handcraftedsoftware.org/127.0.0.1#5335 -ipset=/.handcraftedsoftware.org/gfwlist -server=/.hanime.tv/127.0.0.1#5335 -ipset=/.hanime.tv/gfwlist -server=/.hanunyi.com/127.0.0.1#5335 -ipset=/.hanunyi.com/gfwlist -server=/.haoel.github.io/127.0.0.1#5335 -ipset=/.haoel.github.io/gfwlist -server=/.happy-vpn.com/127.0.0.1#5335 -ipset=/.happy-vpn.com/gfwlist -server=/.haproxy.org/127.0.0.1#5335 -ipset=/.haproxy.org/gfwlist -server=/.hardsextube.com/127.0.0.1#5335 -ipset=/.hardsextube.com/gfwlist -server=/.harunyahya.com/127.0.0.1#5335 -ipset=/.harunyahya.com/gfwlist -server=/.hautelook.com/127.0.0.1#5335 -ipset=/.hautelook.com/gfwlist -server=/.hautelookcdn.com/127.0.0.1#5335 -ipset=/.hautelookcdn.com/gfwlist -server=/.have8.com/127.0.0.1#5335 -ipset=/.have8.com/gfwlist -server=/.hbg.com/127.0.0.1#5335 -ipset=/.hbg.com/gfwlist -server=/.hbo.com/127.0.0.1#5335 -ipset=/.hbo.com/gfwlist -server=/.hclips.com/127.0.0.1#5335 -ipset=/.hclips.com/gfwlist -server=/.hdlt.me/127.0.0.1#5335 -ipset=/.hdlt.me/gfwlist -server=/.hdtvb.net/127.0.0.1#5335 -ipset=/.hdtvb.net/gfwlist -server=/.hdzog.com/127.0.0.1#5335 -ipset=/.hdzog.com/gfwlist -server=/.heartyit.com/127.0.0.1#5335 -ipset=/.heartyit.com/gfwlist -server=/.heavy-r.com/127.0.0.1#5335 -ipset=/.heavy-r.com/gfwlist -server=/.hec.su/127.0.0.1#5335 -ipset=/.hec.su/gfwlist -server=/.hecaitou.net/127.0.0.1#5335 -ipset=/.hecaitou.net/gfwlist -server=/.hechaji.com/127.0.0.1#5335 -ipset=/.hechaji.com/gfwlist -server=/.heeact.edu.tw/127.0.0.1#5335 -ipset=/.heeact.edu.tw/gfwlist -server=/.hegre-art.com/127.0.0.1#5335 -ipset=/.hegre-art.com/gfwlist -server=/.heix.pp.ru/127.0.0.1#5335 -ipset=/.heix.pp.ru/gfwlist -server=/.helloandroid.com/127.0.0.1#5335 -ipset=/.helloandroid.com/gfwlist -server=/.helloqueer.com/127.0.0.1#5335 -ipset=/.helloqueer.com/gfwlist -server=/.helloss.pw/127.0.0.1#5335 -ipset=/.helloss.pw/gfwlist -server=/.hellotxt.com/127.0.0.1#5335 -ipset=/.hellotxt.com/gfwlist -server=/.help.linksalpha.com/127.0.0.1#5335 -ipset=/.help.linksalpha.com/gfwlist -server=/.helpeachpeople.com/127.0.0.1#5335 -ipset=/.helpeachpeople.com/gfwlist -server=/.helplinfen.com/127.0.0.1#5335 -ipset=/.helplinfen.com/gfwlist -server=/.helpster.de/127.0.0.1#5335 -ipset=/.helpster.de/gfwlist -server=/.helpzhuling.org/127.0.0.1#5335 -ipset=/.helpzhuling.org/gfwlist -server=/.hentai.to/127.0.0.1#5335 -ipset=/.hentai.to/gfwlist -server=/.hentaitube.tv/127.0.0.1#5335 -ipset=/.hentaitube.tv/gfwlist -server=/.hentaivideoworld.com/127.0.0.1#5335 -ipset=/.hentaivideoworld.com/gfwlist -server=/.heqinglian.net/127.0.0.1#5335 -ipset=/.heqinglian.net/gfwlist -server=/.heungkongdiscuss.com/127.0.0.1#5335 -ipset=/.heungkongdiscuss.com/gfwlist -server=/.hexieshe.com/127.0.0.1#5335 -ipset=/.hexieshe.com/gfwlist -server=/.hexieshe.xyz/127.0.0.1#5335 -ipset=/.hexieshe.xyz/gfwlist -server=/.hexxeh.net/127.0.0.1#5335 -ipset=/.hexxeh.net/gfwlist -server=/.heyzo.com/127.0.0.1#5335 -ipset=/.heyzo.com/gfwlist -server=/.hgseav.com/127.0.0.1#5335 -ipset=/.hgseav.com/gfwlist -server=/.hhdcb3office.org/127.0.0.1#5335 -ipset=/.hhdcb3office.org/gfwlist -server=/.hhthesakyatrizin.org/127.0.0.1#5335 -ipset=/.hhthesakyatrizin.org/gfwlist -server=/.hi-on.org.tw/127.0.0.1#5335 -ipset=/.hi-on.org.tw/gfwlist -server=/.hidden-advent.org/127.0.0.1#5335 -ipset=/.hidden-advent.org/gfwlist -server=/.hide.me/127.0.0.1#5335 -ipset=/.hide.me/gfwlist -server=/.hidein.net/127.0.0.1#5335 -ipset=/.hidein.net/gfwlist -server=/.hideipvpn.com/127.0.0.1#5335 -ipset=/.hideipvpn.com/gfwlist -server=/.hideman.net/127.0.0.1#5335 -ipset=/.hideman.net/gfwlist -server=/.hideme.nl/127.0.0.1#5335 -ipset=/.hideme.nl/gfwlist -server=/.hidemy.name/127.0.0.1#5335 -ipset=/.hidemy.name/gfwlist -server=/.hidemyass.com/127.0.0.1#5335 -ipset=/.hidemyass.com/gfwlist -server=/.hidemycomp.com/127.0.0.1#5335 -ipset=/.hidemycomp.com/gfwlist -server=/.higfw.com/127.0.0.1#5335 -ipset=/.higfw.com/gfwlist -server=/.highpeakspureearth.com/127.0.0.1#5335 -ipset=/.highpeakspureearth.com/gfwlist -server=/.highrockmedia.com/127.0.0.1#5335 -ipset=/.highrockmedia.com/gfwlist -server=/.hihiforum.com/127.0.0.1#5335 -ipset=/.hihiforum.com/gfwlist -server=/.hihistory.net/127.0.0.1#5335 -ipset=/.hihistory.net/gfwlist -server=/.hiitch.com/127.0.0.1#5335 -ipset=/.hiitch.com/gfwlist -server=/.hikinggfw.org/127.0.0.1#5335 -ipset=/.hikinggfw.org/gfwlist -server=/.hilive.tv/127.0.0.1#5335 -ipset=/.hilive.tv/gfwlist -server=/.himalayan-foundation.org/127.0.0.1#5335 -ipset=/.himalayan-foundation.org/gfwlist -server=/.himalayanglacier.com/127.0.0.1#5335 -ipset=/.himalayanglacier.com/gfwlist -server=/.himemix.com/127.0.0.1#5335 -ipset=/.himemix.com/gfwlist -server=/.himemix.net/127.0.0.1#5335 -ipset=/.himemix.net/gfwlist -server=/.hitbtc.com/127.0.0.1#5335 -ipset=/.hitbtc.com/gfwlist -server=/.hitomi.la/127.0.0.1#5335 -ipset=/.hitomi.la/gfwlist -server=/.hiwifi.com/127.0.0.1#5335 -ipset=/.hiwifi.com/gfwlist -server=/.hizb-ut-tahrir.info/127.0.0.1#5335 -ipset=/.hizb-ut-tahrir.info/gfwlist -server=/.hizb-ut-tahrir.org/127.0.0.1#5335 -ipset=/.hizb-ut-tahrir.org/gfwlist -server=/.hizbuttahrir.org/127.0.0.1#5335 -ipset=/.hizbuttahrir.org/gfwlist -server=/.hjclub.info/127.0.0.1#5335 -ipset=/.hjclub.info/gfwlist -server=/.hk-pub.com/127.0.0.1#5335 -ipset=/.hk-pub.com/gfwlist -server=/.hk.geocities.com/127.0.0.1#5335 -ipset=/.hk.geocities.com/gfwlist -server=/.hk.hao123img.com/127.0.0.1#5335 -ipset=/.hk.hao123img.com/gfwlist -server=/.hk.jiepang.com/127.0.0.1#5335 -ipset=/.hk.jiepang.com/gfwlist -server=/.hk.knowledge.yahoo.com/127.0.0.1#5335 -ipset=/.hk.knowledge.yahoo.com/gfwlist -server=/.hk.myblog.yahoo.com/127.0.0.1#5335 -ipset=/.hk.myblog.yahoo.com/gfwlist -server=/.hk.news.yahoo.com/127.0.0.1#5335 -ipset=/.hk.news.yahoo.com/gfwlist -server=/.hk.rd.yahoo.com/127.0.0.1#5335 -ipset=/.hk.rd.yahoo.com/gfwlist -server=/.hk.yahoo.com/127.0.0.1#5335 -ipset=/.hk.yahoo.com/gfwlist -server=/.hk01.com/127.0.0.1#5335 -ipset=/.hk01.com/gfwlist -server=/.hk32168.com/127.0.0.1#5335 -ipset=/.hk32168.com/gfwlist -server=/.hka8964.wordpress.com/127.0.0.1#5335 -ipset=/.hka8964.wordpress.com/gfwlist -server=/.hkacg.com/127.0.0.1#5335 -ipset=/.hkacg.com/gfwlist -server=/.hkacg.net/127.0.0.1#5335 -ipset=/.hkacg.net/gfwlist -server=/.hkanews.wordpress.com/127.0.0.1#5335 -ipset=/.hkanews.wordpress.com/gfwlist -server=/.hkatvnews.com/127.0.0.1#5335 -ipset=/.hkatvnews.com/gfwlist -server=/.hkbc.net/127.0.0.1#5335 -ipset=/.hkbc.net/gfwlist -server=/.hkbf.org/127.0.0.1#5335 -ipset=/.hkbf.org/gfwlist -server=/.hkbookcity.com/127.0.0.1#5335 -ipset=/.hkbookcity.com/gfwlist -server=/.hkchurch.org/127.0.0.1#5335 -ipset=/.hkchurch.org/gfwlist -server=/.hkci.org.hk/127.0.0.1#5335 -ipset=/.hkci.org.hk/gfwlist -server=/.hkcmi.edu/127.0.0.1#5335 -ipset=/.hkcmi.edu/gfwlist -server=/.hkcnews.com/127.0.0.1#5335 -ipset=/.hkcnews.com/gfwlist -server=/.hkcoc.com/127.0.0.1#5335 -ipset=/.hkcoc.com/gfwlist -server=/.hkcoc.weather.com.hk/127.0.0.1#5335 -ipset=/.hkcoc.weather.com.hk/gfwlist -server=/.hkday.net/127.0.0.1#5335 -ipset=/.hkday.net/gfwlist -server=/.hkdf.org/127.0.0.1#5335 -ipset=/.hkdf.org/gfwlist -server=/.hkej.com/127.0.0.1#5335 -ipset=/.hkej.com/gfwlist -server=/.hkfaa.com/127.0.0.1#5335 -ipset=/.hkfaa.com/gfwlist -server=/.hkfreezone.com/127.0.0.1#5335 -ipset=/.hkfreezone.com/gfwlist -server=/.hkfront.org/127.0.0.1#5335 -ipset=/.hkfront.org/gfwlist -server=/.hkgalden.com/127.0.0.1#5335 -ipset=/.hkgalden.com/gfwlist -server=/.hkgolden.com/127.0.0.1#5335 -ipset=/.hkgolden.com/gfwlist -server=/.hkhkhk.com/127.0.0.1#5335 -ipset=/.hkhkhk.com/gfwlist -server=/.hkhrc.org.hk/127.0.0.1#5335 -ipset=/.hkhrc.org.hk/gfwlist -server=/.hkhrm.org.hk/127.0.0.1#5335 -ipset=/.hkhrm.org.hk/gfwlist -server=/.hkip.org.uk/127.0.0.1#5335 -ipset=/.hkip.org.uk/gfwlist -server=/.hkjc.com/127.0.0.1#5335 -ipset=/.hkjc.com/gfwlist -server=/.hkjp.org/127.0.0.1#5335 -ipset=/.hkjp.org/gfwlist -server=/.hklft.com/127.0.0.1#5335 -ipset=/.hklft.com/gfwlist -server=/.hklts.org.hk/127.0.0.1#5335 -ipset=/.hklts.org.hk/gfwlist -server=/.hkptu.org/127.0.0.1#5335 -ipset=/.hkptu.org/gfwlist -server=/.hkreporter.com/127.0.0.1#5335 -ipset=/.hkreporter.com/gfwlist -server=/.hkreporter.loved.hk/127.0.0.1#5335 -ipset=/.hkreporter.loved.hk/gfwlist -server=/.hkupop.hku.hk/127.0.0.1#5335 -ipset=/.hkupop.hku.hk/gfwlist -server=/.hkusu.net/127.0.0.1#5335 -ipset=/.hkusu.net/gfwlist -server=/.hkvwet.com/127.0.0.1#5335 -ipset=/.hkvwet.com/gfwlist -server=/.hkwcc.org.hk/127.0.0.1#5335 -ipset=/.hkwcc.org.hk/gfwlist -server=/.hkzone.org/127.0.0.1#5335 -ipset=/.hkzone.org/gfwlist -server=/.hmonghot.com/127.0.0.1#5335 -ipset=/.hmonghot.com/gfwlist -server=/.hmvdigital.ca/127.0.0.1#5335 -ipset=/.hmvdigital.ca/gfwlist -server=/.hmvdigital.com/127.0.0.1#5335 -ipset=/.hmvdigital.com/gfwlist -server=/.hnjhj.com/127.0.0.1#5335 -ipset=/.hnjhj.com/gfwlist -server=/.hnntube.com/127.0.0.1#5335 -ipset=/.hnntube.com/gfwlist -server=/.hola.com/127.0.0.1#5335 -ipset=/.hola.com/gfwlist -server=/.hola.org/127.0.0.1#5335 -ipset=/.hola.org/gfwlist -server=/.holymountaincn.com/127.0.0.1#5335 -ipset=/.holymountaincn.com/gfwlist -server=/.holyspiritspeaks.org/127.0.0.1#5335 -ipset=/.holyspiritspeaks.org/gfwlist -server=/.home.sina.com/127.0.0.1#5335 -ipset=/.home.sina.com/gfwlist -server=/.homedepot.com/127.0.0.1#5335 -ipset=/.homedepot.com/gfwlist -server=/.homeperversion.com/127.0.0.1#5335 -ipset=/.homeperversion.com/gfwlist -server=/.homeservershow.com/127.0.0.1#5335 -ipset=/.homeservershow.com/gfwlist -server=/.hongkongfp.com/127.0.0.1#5335 -ipset=/.hongkongfp.com/gfwlist -server=/.hongmeimei.com/127.0.0.1#5335 -ipset=/.hongmeimei.com/gfwlist -server=/.hongzhi.li/127.0.0.1#5335 -ipset=/.hongzhi.li/gfwlist -server=/.hootsuite.com/127.0.0.1#5335 -ipset=/.hootsuite.com/gfwlist -server=/.hoovers.com/127.0.0.1#5335 -ipset=/.hoovers.com/gfwlist -server=/.hopedialogue.org/127.0.0.1#5335 -ipset=/.hopedialogue.org/gfwlist -server=/.hopto.org/127.0.0.1#5335 -ipset=/.hopto.org/gfwlist -server=/.hornygamer.com/127.0.0.1#5335 -ipset=/.hornygamer.com/gfwlist -server=/.hornytrip.com/127.0.0.1#5335 -ipset=/.hornytrip.com/gfwlist -server=/.hotav.tv/127.0.0.1#5335 -ipset=/.hotav.tv/gfwlist -server=/.hotels.cn/127.0.0.1#5335 -ipset=/.hotels.cn/gfwlist -server=/.hotfrog.com.tw/127.0.0.1#5335 -ipset=/.hotfrog.com.tw/gfwlist -server=/.hotgoo.com/127.0.0.1#5335 -ipset=/.hotgoo.com/gfwlist -server=/.hotpornshow.com/127.0.0.1#5335 -ipset=/.hotpornshow.com/gfwlist -server=/.hotpot.hk/127.0.0.1#5335 -ipset=/.hotpot.hk/gfwlist -server=/.hotshame.com/127.0.0.1#5335 -ipset=/.hotshame.com/gfwlist -server=/.hotspotshield.com/127.0.0.1#5335 -ipset=/.hotspotshield.com/gfwlist -server=/.hotvpn.com/127.0.0.1#5335 -ipset=/.hotvpn.com/gfwlist -server=/.hougaige.com/127.0.0.1#5335 -ipset=/.hougaige.com/gfwlist -server=/.howtoforge.com/127.0.0.1#5335 -ipset=/.howtoforge.com/gfwlist -server=/.hoxx.com/127.0.0.1#5335 -ipset=/.hoxx.com/gfwlist -server=/.hpa.gov.tw/127.0.0.1#5335 -ipset=/.hpa.gov.tw/gfwlist -server=/.hqcdp.org/127.0.0.1#5335 -ipset=/.hqcdp.org/gfwlist -server=/.hqjapanesesex.com/127.0.0.1#5335 -ipset=/.hqjapanesesex.com/gfwlist -server=/.hqmovies.com/127.0.0.1#5335 -ipset=/.hqmovies.com/gfwlist -server=/.hqsbnet.wordpress.com/127.0.0.1#5335 -ipset=/.hqsbnet.wordpress.com/gfwlist -server=/.hqsbonline.wordpress.com/127.0.0.1#5335 -ipset=/.hqsbonline.wordpress.com/gfwlist -server=/.hrcchina.org/127.0.0.1#5335 -ipset=/.hrcchina.org/gfwlist -server=/.hrcir.com/127.0.0.1#5335 -ipset=/.hrcir.com/gfwlist -server=/.hrea.org/127.0.0.1#5335 -ipset=/.hrea.org/gfwlist -server=/.hrichina.org/127.0.0.1#5335 -ipset=/.hrichina.org/gfwlist -server=/.hrtsea.com/127.0.0.1#5335 -ipset=/.hrtsea.com/gfwlist -server=/.hrw.org/127.0.0.1#5335 -ipset=/.hrw.org/gfwlist -server=/.hrweb.org/127.0.0.1#5335 -ipset=/.hrweb.org/gfwlist -server=/.hsjp.net/127.0.0.1#5335 -ipset=/.hsjp.net/gfwlist -server=/.hsselite.com/127.0.0.1#5335 -ipset=/.hsselite.com/gfwlist -server=/.hst.net.tw/127.0.0.1#5335 -ipset=/.hst.net.tw/gfwlist -server=/.hstern.net/127.0.0.1#5335 -ipset=/.hstern.net/gfwlist -server=/.hstt.net/127.0.0.1#5335 -ipset=/.hstt.net/gfwlist -server=/.ht.ly/127.0.0.1#5335 -ipset=/.ht.ly/gfwlist -server=/.htkou.net/127.0.0.1#5335 -ipset=/.htkou.net/gfwlist -server=/.htl.li/127.0.0.1#5335 -ipset=/.htl.li/gfwlist -server=/.html5rocks.com/127.0.0.1#5335 -ipset=/.html5rocks.com/gfwlist -server=/.https443.net/127.0.0.1#5335 -ipset=/.https443.net/gfwlist -server=/.https443.org/127.0.0.1#5335 -ipset=/.https443.org/gfwlist -server=/.hua-yue.net/127.0.0.1#5335 -ipset=/.hua-yue.net/gfwlist -server=/.huaglad.com/127.0.0.1#5335 -ipset=/.huaglad.com/gfwlist -server=/.huanghuagang.org/127.0.0.1#5335 -ipset=/.huanghuagang.org/gfwlist -server=/.huangyiyu.com/127.0.0.1#5335 -ipset=/.huangyiyu.com/gfwlist -server=/.huaren.us/127.0.0.1#5335 -ipset=/.huaren.us/gfwlist -server=/.huaren4us.com/127.0.0.1#5335 -ipset=/.huaren4us.com/gfwlist -server=/.huashangnews.com/127.0.0.1#5335 -ipset=/.huashangnews.com/gfwlist -server=/.huaxia-news.com/127.0.0.1#5335 -ipset=/.huaxia-news.com/gfwlist -server=/.huaxiabao.org/127.0.0.1#5335 -ipset=/.huaxiabao.org/gfwlist -server=/.huaxin.ph/127.0.0.1#5335 -ipset=/.huaxin.ph/gfwlist -server=/.huayuworld.org/127.0.0.1#5335 -ipset=/.huayuworld.org/gfwlist -server=/.hudatoriq.web.id/127.0.0.1#5335 -ipset=/.hudatoriq.web.id/gfwlist -server=/.hudson.org/127.0.0.1#5335 -ipset=/.hudson.org/gfwlist -server=/.hugoroy.eu/127.0.0.1#5335 -ipset=/.hugoroy.eu/gfwlist -server=/.huhaitai.com/127.0.0.1#5335 -ipset=/.huhaitai.com/gfwlist -server=/.huhamhire.com/127.0.0.1#5335 -ipset=/.huhamhire.com/gfwlist -server=/.huiyi.in/127.0.0.1#5335 -ipset=/.huiyi.in/gfwlist -server=/.hulkshare.com/127.0.0.1#5335 -ipset=/.hulkshare.com/gfwlist -server=/.hulu.com/127.0.0.1#5335 -ipset=/.hulu.com/gfwlist -server=/.huluim.com/127.0.0.1#5335 -ipset=/.huluim.com/gfwlist -server=/.humanrightsbriefing.org/127.0.0.1#5335 -ipset=/.humanrightsbriefing.org/gfwlist -server=/.hung-ya.com/127.0.0.1#5335 -ipset=/.hung-ya.com/gfwlist -server=/.hungerstrikeforaids.org/127.0.0.1#5335 -ipset=/.hungerstrikeforaids.org/gfwlist -server=/.huobi.com/127.0.0.1#5335 -ipset=/.huobi.com/gfwlist -server=/.huobi.pro/127.0.0.1#5335 -ipset=/.huobi.pro/gfwlist -server=/.huobipro.com/127.0.0.1#5335 -ipset=/.huobipro.com/gfwlist -server=/.huping.net/127.0.0.1#5335 -ipset=/.huping.net/gfwlist -server=/.hurgokbayrak.com/127.0.0.1#5335 -ipset=/.hurgokbayrak.com/gfwlist -server=/.hurriyet.com.tr/127.0.0.1#5335 -ipset=/.hurriyet.com.tr/gfwlist -server=/.hustlercash.com/127.0.0.1#5335 -ipset=/.hustlercash.com/gfwlist -server=/.hut2.ru/127.0.0.1#5335 -ipset=/.hut2.ru/gfwlist -server=/.hutianyi.net/127.0.0.1#5335 -ipset=/.hutianyi.net/gfwlist -server=/.hutong9.net/127.0.0.1#5335 -ipset=/.hutong9.net/gfwlist -server=/.huyandex.com/127.0.0.1#5335 -ipset=/.huyandex.com/gfwlist -server=/.hwadzan.tw/127.0.0.1#5335 -ipset=/.hwadzan.tw/gfwlist -server=/.hwayue.org.tw/127.0.0.1#5335 -ipset=/.hwayue.org.tw/gfwlist -server=/.hwinfo.com/127.0.0.1#5335 -ipset=/.hwinfo.com/gfwlist -server=/.hxwk.org/127.0.0.1#5335 -ipset=/.hxwk.org/gfwlist -server=/.hxwq.org/127.0.0.1#5335 -ipset=/.hxwq.org/gfwlist -server=/.hybrid-analysis.com/127.0.0.1#5335 -ipset=/.hybrid-analysis.com/gfwlist -server=/.hyperrate.com/127.0.0.1#5335 -ipset=/.hyperrate.com/gfwlist -server=/.i-cable.com/127.0.0.1#5335 -ipset=/.i-cable.com/gfwlist -server=/.i-part.com.tw/127.0.0.1#5335 -ipset=/.i-part.com.tw/gfwlist -server=/.i.lithium.com/127.0.0.1#5335 -ipset=/.i.lithium.com/gfwlist -server=/.i1.hk/127.0.0.1#5335 -ipset=/.i1.hk/gfwlist -server=/.i2p2.de/127.0.0.1#5335 -ipset=/.i2p2.de/gfwlist -server=/.i2runner.com/127.0.0.1#5335 -ipset=/.i2runner.com/gfwlist -server=/.i818hk.com/127.0.0.1#5335 -ipset=/.i818hk.com/gfwlist -server=/.iam.soy/127.0.0.1#5335 -ipset=/.iam.soy/gfwlist -server=/.iamtopone.com/127.0.0.1#5335 -ipset=/.iamtopone.com/gfwlist -server=/.iask.bz/127.0.0.1#5335 -ipset=/.iask.bz/gfwlist -server=/.iask.ca/127.0.0.1#5335 -ipset=/.iask.ca/gfwlist -server=/.iav19.com/127.0.0.1#5335 -ipset=/.iav19.com/gfwlist -server=/.iblist.com/127.0.0.1#5335 -ipset=/.iblist.com/gfwlist -server=/.iblogserv-f.net/127.0.0.1#5335 -ipset=/.iblogserv-f.net/gfwlist -server=/.ibros.org/127.0.0.1#5335 -ipset=/.ibros.org/gfwlist -server=/.ibvpn.com/127.0.0.1#5335 -ipset=/.ibvpn.com/gfwlist -server=/.icams.com/127.0.0.1#5335 -ipset=/.icams.com/gfwlist -server=/.ice.audionow.com/127.0.0.1#5335 -ipset=/.ice.audionow.com/gfwlist -server=/.icij.org/127.0.0.1#5335 -ipset=/.icij.org/gfwlist -server=/.icl-fi.org/127.0.0.1#5335 -ipset=/.icl-fi.org/gfwlist -server=/.icoco.com/127.0.0.1#5335 -ipset=/.icoco.com/gfwlist -server=/.iconpaper.org/127.0.0.1#5335 -ipset=/.iconpaper.org/gfwlist -server=/.icu-project.org/127.0.0.1#5335 -ipset=/.icu-project.org/gfwlist -server=/.id.hao123.com/127.0.0.1#5335 -ipset=/.id.hao123.com/gfwlist -server=/.id.heroku.com/127.0.0.1#5335 -ipset=/.id.heroku.com/gfwlist -server=/.iddddg.com/127.0.0.1#5335 -ipset=/.iddddg.com/gfwlist -server=/.idemocracy.asia/127.0.0.1#5335 -ipset=/.idemocracy.asia/gfwlist -server=/.identi.ca/127.0.0.1#5335 -ipset=/.identi.ca/gfwlist -server=/.idiomconnection.com/127.0.0.1#5335 -ipset=/.idiomconnection.com/gfwlist -server=/.idouga.com/127.0.0.1#5335 -ipset=/.idouga.com/gfwlist -server=/.idreamx.com/127.0.0.1#5335 -ipset=/.idreamx.com/gfwlist -server=/.idv.tw/127.0.0.1#5335 -ipset=/.idv.tw/gfwlist -server=/.ieasy5.com/127.0.0.1#5335 -ipset=/.ieasy5.com/gfwlist -server=/.ied2k.net/127.0.0.1#5335 -ipset=/.ied2k.net/gfwlist -server=/.ienergy1.com/127.0.0.1#5335 -ipset=/.ienergy1.com/gfwlist -server=/.ifan.cz.cc/127.0.0.1#5335 -ipset=/.ifan.cz.cc/gfwlist -server=/.ifanqiang.com/127.0.0.1#5335 -ipset=/.ifanqiang.com/gfwlist -server=/.ifcss.org/127.0.0.1#5335 -ipset=/.ifcss.org/gfwlist -server=/.ifjc.org/127.0.0.1#5335 -ipset=/.ifjc.org/gfwlist -server=/.ifreewares.com/127.0.0.1#5335 -ipset=/.ifreewares.com/gfwlist -server=/.ift.tt/127.0.0.1#5335 -ipset=/.ift.tt/gfwlist -server=/.igcd.net/127.0.0.1#5335 -ipset=/.igcd.net/gfwlist -server=/.igfw.net/127.0.0.1#5335 -ipset=/.igfw.net/gfwlist -server=/.igfw.tech/127.0.0.1#5335 -ipset=/.igfw.tech/gfwlist -server=/.igmg.de/127.0.0.1#5335 -ipset=/.igmg.de/gfwlist -server=/.ignitedetroit.net/127.0.0.1#5335 -ipset=/.ignitedetroit.net/gfwlist -server=/.igoogle.com/127.0.0.1#5335 -ipset=/.igoogle.com/gfwlist -server=/.igotmail.com.tw/127.0.0.1#5335 -ipset=/.igotmail.com.tw/gfwlist -server=/.igvita.com/127.0.0.1#5335 -ipset=/.igvita.com/gfwlist -server=/.ihakka.net/127.0.0.1#5335 -ipset=/.ihakka.net/gfwlist -server=/.iicns.com/127.0.0.1#5335 -ipset=/.iicns.com/gfwlist -server=/.iipdigital.usembassy.gov/127.0.0.1#5335 -ipset=/.iipdigital.usembassy.gov/gfwlist -server=/.ikstar.com/127.0.0.1#5335 -ipset=/.ikstar.com/gfwlist -server=/.ikwb.com/127.0.0.1#5335 -ipset=/.ikwb.com/gfwlist -server=/.illusionfactory.com/127.0.0.1#5335 -ipset=/.illusionfactory.com/gfwlist -server=/.ilove80.be/127.0.0.1#5335 -ipset=/.ilove80.be/gfwlist -server=/.ilovelongtoes.com/127.0.0.1#5335 -ipset=/.ilovelongtoes.com/gfwlist -server=/.im.tv/127.0.0.1#5335 -ipset=/.im.tv/gfwlist -server=/.im88.tw/127.0.0.1#5335 -ipset=/.im88.tw/gfwlist -server=/.imageab.com/127.0.0.1#5335 -ipset=/.imageab.com/gfwlist -server=/.imagefap.com/127.0.0.1#5335 -ipset=/.imagefap.com/gfwlist -server=/.imageflea.com/127.0.0.1#5335 -ipset=/.imageflea.com/gfwlist -server=/.images-gaytube.com/127.0.0.1#5335 -ipset=/.images-gaytube.com/gfwlist -server=/.images.comico.tw/127.0.0.1#5335 -ipset=/.images.comico.tw/gfwlist -server=/.imageshack.us/127.0.0.1#5335 -ipset=/.imageshack.us/gfwlist -server=/.imagevenue.com/127.0.0.1#5335 -ipset=/.imagevenue.com/gfwlist -server=/.imagezilla.net/127.0.0.1#5335 -ipset=/.imagezilla.net/gfwlist -server=/.imb.org/127.0.0.1#5335 -ipset=/.imb.org/gfwlist -server=/.img.ly/127.0.0.1#5335 -ipset=/.img.ly/gfwlist -server=/.imgchili.net/127.0.0.1#5335 -ipset=/.imgchili.net/gfwlist -server=/.imgur.com/127.0.0.1#5335 -ipset=/.imgur.com/gfwlist -server=/.imkev.com/127.0.0.1#5335 -ipset=/.imkev.com/gfwlist -server=/.imlive.com/127.0.0.1#5335 -ipset=/.imlive.com/gfwlist -server=/.immigration.gov.tw/127.0.0.1#5335 -ipset=/.immigration.gov.tw/gfwlist -server=/.immoral.jp/127.0.0.1#5335 -ipset=/.immoral.jp/gfwlist -server=/.impact.org.au/127.0.0.1#5335 -ipset=/.impact.org.au/gfwlist -server=/.impp.mn/127.0.0.1#5335 -ipset=/.impp.mn/gfwlist -server=/.in-disguise.com/127.0.0.1#5335 -ipset=/.in-disguise.com/gfwlist -server=/.in99.org/127.0.0.1#5335 -ipset=/.in99.org/gfwlist -server=/.incapdns.net/127.0.0.1#5335 -ipset=/.incapdns.net/gfwlist -server=/.incloak.com/127.0.0.1#5335 -ipset=/.incloak.com/gfwlist -server=/.incredibox.fr/127.0.0.1#5335 -ipset=/.incredibox.fr/gfwlist -server=/.indiandefensenews.in/127.0.0.1#5335 -ipset=/.indiandefensenews.in/gfwlist -server=/.indiemerch.com/127.0.0.1#5335 -ipset=/.indiemerch.com/gfwlist -server=/.info-graf.fr/127.0.0.1#5335 -ipset=/.info-graf.fr/gfwlist -server=/.initiativesforchina.org/127.0.0.1#5335 -ipset=/.initiativesforchina.org/gfwlist -server=/.inkui.com/127.0.0.1#5335 -ipset=/.inkui.com/gfwlist -server=/.inmediahk.net/127.0.0.1#5335 -ipset=/.inmediahk.net/gfwlist -server=/.innermongolia.org/127.0.0.1#5335 -ipset=/.innermongolia.org/gfwlist -server=/.inote.tw/127.0.0.1#5335 -ipset=/.inote.tw/gfwlist -server=/.insecam.org/127.0.0.1#5335 -ipset=/.insecam.org/gfwlist -server=/.insidevoa.com/127.0.0.1#5335 -ipset=/.insidevoa.com/gfwlist -server=/.instagram.com/127.0.0.1#5335 -ipset=/.instagram.com/gfwlist -server=/.instanthq.com/127.0.0.1#5335 -ipset=/.instanthq.com/gfwlist -server=/.institut-tibetain.org/127.0.0.1#5335 -ipset=/.institut-tibetain.org/gfwlist -server=/.international-news.newsmagazine.asia/127.0.0.1#5335 -ipset=/.international-news.newsmagazine.asia/gfwlist -server=/.internetdefenseleague.org/127.0.0.1#5335 -ipset=/.internetdefenseleague.org/gfwlist -server=/.internetfreedom.org/127.0.0.1#5335 -ipset=/.internetfreedom.org/gfwlist -server=/.internetpopculture.com/127.0.0.1#5335 -ipset=/.internetpopculture.com/gfwlist -server=/.inthenameofconfuciusmovie.com/127.0.0.1#5335 -ipset=/.inthenameofconfuciusmovie.com/gfwlist -server=/.investigating.wordpress.com/127.0.0.1#5335 -ipset=/.investigating.wordpress.com/gfwlist -server=/.inxian.com/127.0.0.1#5335 -ipset=/.inxian.com/gfwlist -server=/.iownyour.biz/127.0.0.1#5335 -ipset=/.iownyour.biz/gfwlist -server=/.iownyour.org/127.0.0.1#5335 -ipset=/.iownyour.org/gfwlist -server=/.ipalter.com/127.0.0.1#5335 -ipset=/.ipalter.com/gfwlist -server=/.ipfire.org/127.0.0.1#5335 -ipset=/.ipfire.org/gfwlist -server=/.ipfs.io/127.0.0.1#5335 -ipset=/.ipfs.io/gfwlist -server=/.iphone4hongkong.com/127.0.0.1#5335 -ipset=/.iphone4hongkong.com/gfwlist -server=/.iphonehacks.com/127.0.0.1#5335 -ipset=/.iphonehacks.com/gfwlist -server=/.iphonetaiwan.org/127.0.0.1#5335 -ipset=/.iphonetaiwan.org/gfwlist -server=/.iphonix.fr/127.0.0.1#5335 -ipset=/.iphonix.fr/gfwlist -server=/.ipicture.ru/127.0.0.1#5335 -ipset=/.ipicture.ru/gfwlist -server=/.ipjetable.net/127.0.0.1#5335 -ipset=/.ipjetable.net/gfwlist -server=/.iportal.me/127.0.0.1#5335 -ipset=/.iportal.me/gfwlist -server=/.ippotv.com/127.0.0.1#5335 -ipset=/.ippotv.com/gfwlist -server=/.ipredator.se/127.0.0.1#5335 -ipset=/.ipredator.se/gfwlist -server=/.iptv.com.tw/127.0.0.1#5335 -ipset=/.iptv.com.tw/gfwlist -server=/.iptvbin.com/127.0.0.1#5335 -ipset=/.iptvbin.com/gfwlist -server=/.ipvanish.com/127.0.0.1#5335 -ipset=/.ipvanish.com/gfwlist -server=/.iredmail.org/127.0.0.1#5335 -ipset=/.iredmail.org/gfwlist -server=/.ironbigfools.compython.net/127.0.0.1#5335 -ipset=/.ironbigfools.compython.net/gfwlist -server=/.ironpython.net/127.0.0.1#5335 -ipset=/.ironpython.net/gfwlist -server=/.ironsocket.com/127.0.0.1#5335 -ipset=/.ironsocket.com/gfwlist -server=/.is-a-hunter.com/127.0.0.1#5335 -ipset=/.is-a-hunter.com/gfwlist -server=/.is.gd/127.0.0.1#5335 -ipset=/.is.gd/gfwlist -server=/.isaacmao.com/127.0.0.1#5335 -ipset=/.isaacmao.com/gfwlist -server=/.isasecret.com/127.0.0.1#5335 -ipset=/.isasecret.com/gfwlist -server=/.isc.sans.edu/127.0.0.1#5335 -ipset=/.isc.sans.edu/gfwlist -server=/.isgreat.org/127.0.0.1#5335 -ipset=/.isgreat.org/gfwlist -server=/.islahhaber.net/127.0.0.1#5335 -ipset=/.islahhaber.net/gfwlist -server=/.islam.org.hk/127.0.0.1#5335 -ipset=/.islam.org.hk/gfwlist -server=/.islamhouse.com/127.0.0.1#5335 -ipset=/.islamhouse.com/gfwlist -server=/.islamicity.com/127.0.0.1#5335 -ipset=/.islamicity.com/gfwlist -server=/.islamicpluralism.org/127.0.0.1#5335 -ipset=/.islamicpluralism.org/gfwlist -server=/.islamtoday.net/127.0.0.1#5335 -ipset=/.islamtoday.net/gfwlist -server=/.ismaelan.com/127.0.0.1#5335 -ipset=/.ismaelan.com/gfwlist -server=/.ismalltits.com/127.0.0.1#5335 -ipset=/.ismalltits.com/gfwlist -server=/.ismprofessional.net/127.0.0.1#5335 -ipset=/.ismprofessional.net/gfwlist -server=/.isohunt.com/127.0.0.1#5335 -ipset=/.isohunt.com/gfwlist -server=/.israbox.com/127.0.0.1#5335 -ipset=/.israbox.com/gfwlist -server=/.issuu.com/127.0.0.1#5335 -ipset=/.issuu.com/gfwlist -server=/.istars.co.nz/127.0.0.1#5335 -ipset=/.istars.co.nz/gfwlist -server=/.istiqlalhewer.com/127.0.0.1#5335 -ipset=/.istiqlalhewer.com/gfwlist -server=/.istockphoto.com/127.0.0.1#5335 -ipset=/.istockphoto.com/gfwlist -server=/.isunaffairs.com/127.0.0.1#5335 -ipset=/.isunaffairs.com/gfwlist -server=/.isuntv.com/127.0.0.1#5335 -ipset=/.isuntv.com/gfwlist -server=/.itaboo.info/127.0.0.1#5335 -ipset=/.itaboo.info/gfwlist -server=/.itaiwan.gov.tw/127.0.0.1#5335 -ipset=/.itaiwan.gov.tw/gfwlist -server=/.italiatibet.org/127.0.0.1#5335 -ipset=/.italiatibet.org/gfwlist -server=/.itasoftware.com/127.0.0.1#5335 -ipset=/.itasoftware.com/gfwlist -server=/.itemdb.com/127.0.0.1#5335 -ipset=/.itemdb.com/gfwlist -server=/.ithelp.ithome.com.tw/127.0.0.1#5335 -ipset=/.ithelp.ithome.com.tw/gfwlist -server=/.itsaol.com/127.0.0.1#5335 -ipset=/.itsaol.com/gfwlist -server=/.itshidden.com/127.0.0.1#5335 -ipset=/.itshidden.com/gfwlist -server=/.itsky.it/127.0.0.1#5335 -ipset=/.itsky.it/gfwlist -server=/.itweet.net/127.0.0.1#5335 -ipset=/.itweet.net/gfwlist -server=/.iu45.com/127.0.0.1#5335 -ipset=/.iu45.com/gfwlist -server=/.iuhrdf.org/127.0.0.1#5335 -ipset=/.iuhrdf.org/gfwlist -server=/.iuksky.com/127.0.0.1#5335 -ipset=/.iuksky.com/gfwlist -server=/.ivacy.com/127.0.0.1#5335 -ipset=/.ivacy.com/gfwlist -server=/.iverycd.com/127.0.0.1#5335 -ipset=/.iverycd.com/gfwlist -server=/.ivpn.net/127.0.0.1#5335 -ipset=/.ivpn.net/gfwlist -server=/.ixquick.com/127.0.0.1#5335 -ipset=/.ixquick.com/gfwlist -server=/.ixxx.com/127.0.0.1#5335 -ipset=/.ixxx.com/gfwlist -server=/.iyouport.com/127.0.0.1#5335 -ipset=/.iyouport.com/gfwlist -server=/.izaobao.us/127.0.0.1#5335 -ipset=/.izaobao.us/gfwlist -server=/.izles.net/127.0.0.1#5335 -ipset=/.izles.net/gfwlist -server=/.izlesem.org/127.0.0.1#5335 -ipset=/.izlesem.org/gfwlist -server=/.j.mp/127.0.0.1#5335 -ipset=/.j.mp/gfwlist -server=/.ja.wikipedia.org/127.0.0.1#5335 -ipset=/.ja.wikipedia.org/gfwlist -server=/.jamaat.org/127.0.0.1#5335 -ipset=/.jamaat.org/gfwlist -server=/.jamyangnorbu.com/127.0.0.1#5335 -ipset=/.jamyangnorbu.com/gfwlist -server=/.jandyx.com/127.0.0.1#5335 -ipset=/.jandyx.com/gfwlist -server=/.janwongphoto.com/127.0.0.1#5335 -ipset=/.janwongphoto.com/gfwlist -server=/.japan-whores.com/127.0.0.1#5335 -ipset=/.japan-whores.com/gfwlist -server=/.japantimes.co.jp/127.0.0.1#5335 -ipset=/.japantimes.co.jp/gfwlist -server=/.jav.com/127.0.0.1#5335 -ipset=/.jav.com/gfwlist -server=/.jav101.com/127.0.0.1#5335 -ipset=/.jav101.com/gfwlist -server=/.jav2be.com/127.0.0.1#5335 -ipset=/.jav2be.com/gfwlist -server=/.jav68.tv/127.0.0.1#5335 -ipset=/.jav68.tv/gfwlist -server=/.javakiba.org/127.0.0.1#5335 -ipset=/.javakiba.org/gfwlist -server=/.javbus.com/127.0.0.1#5335 -ipset=/.javbus.com/gfwlist -server=/.javfor.me/127.0.0.1#5335 -ipset=/.javfor.me/gfwlist -server=/.javhd.com/127.0.0.1#5335 -ipset=/.javhd.com/gfwlist -server=/.javhip.com/127.0.0.1#5335 -ipset=/.javhip.com/gfwlist -server=/.javhub.net/127.0.0.1#5335 -ipset=/.javhub.net/gfwlist -server=/.javhuge.com/127.0.0.1#5335 -ipset=/.javhuge.com/gfwlist -server=/.javlibrary.com/127.0.0.1#5335 -ipset=/.javlibrary.com/gfwlist -server=/.javmobile.net/127.0.0.1#5335 -ipset=/.javmobile.net/gfwlist -server=/.javmoo.com/127.0.0.1#5335 -ipset=/.javmoo.com/gfwlist -server=/.javmoo.xyz/127.0.0.1#5335 -ipset=/.javmoo.xyz/gfwlist -server=/.javseen.com/127.0.0.1#5335 -ipset=/.javseen.com/gfwlist -server=/.javtag.com/127.0.0.1#5335 -ipset=/.javtag.com/gfwlist -server=/.javzoo.com/127.0.0.1#5335 -ipset=/.javzoo.com/gfwlist -server=/.jbtalks.cc/127.0.0.1#5335 -ipset=/.jbtalks.cc/gfwlist -server=/.jbtalks.com/127.0.0.1#5335 -ipset=/.jbtalks.com/gfwlist -server=/.jbtalks.my/127.0.0.1#5335 -ipset=/.jbtalks.my/gfwlist -server=/.jcpenney.com/127.0.0.1#5335 -ipset=/.jcpenney.com/gfwlist -server=/.jdwsy.com/127.0.0.1#5335 -ipset=/.jdwsy.com/gfwlist -server=/.jeanyim.com/127.0.0.1#5335 -ipset=/.jeanyim.com/gfwlist -server=/.jetos.com/127.0.0.1#5335 -ipset=/.jetos.com/gfwlist -server=/.jex.com/127.0.0.1#5335 -ipset=/.jex.com/gfwlist -server=/.jfqu36.club/127.0.0.1#5335 -ipset=/.jfqu36.club/gfwlist -server=/.jfqu37.xyz/127.0.0.1#5335 -ipset=/.jfqu37.xyz/gfwlist -server=/.jgoodies.com/127.0.0.1#5335 -ipset=/.jgoodies.com/gfwlist -server=/.jiangweiping.com/127.0.0.1#5335 -ipset=/.jiangweiping.com/gfwlist -server=/.jiaoyou8.com/127.0.0.1#5335 -ipset=/.jiaoyou8.com/gfwlist -server=/.jiehua.cz/127.0.0.1#5335 -ipset=/.jiehua.cz/gfwlist -server=/.jieshibaobao.com/127.0.0.1#5335 -ipset=/.jieshibaobao.com/gfwlist -server=/.jigglegifs.com/127.0.0.1#5335 -ipset=/.jigglegifs.com/gfwlist -server=/.jigong1024.com/127.0.0.1#5335 -ipset=/.jigong1024.com/gfwlist -server=/.jihadintel.meforum.org/127.0.0.1#5335 -ipset=/.jihadintel.meforum.org/gfwlist -server=/.jihadology.net/127.0.0.1#5335 -ipset=/.jihadology.net/gfwlist -server=/.jiji.com/127.0.0.1#5335 -ipset=/.jiji.com/gfwlist -server=/.jims.net/127.0.0.1#5335 -ipset=/.jims.net/gfwlist -server=/.jinbushe.org/127.0.0.1#5335 -ipset=/.jinbushe.org/gfwlist -server=/.jingpin.org/127.0.0.1#5335 -ipset=/.jingpin.org/gfwlist -server=/.jingsim.org/127.0.0.1#5335 -ipset=/.jingsim.org/gfwlist -server=/.jinpianwang.com/127.0.0.1#5335 -ipset=/.jinpianwang.com/gfwlist -server=/.jinroukong.com/127.0.0.1#5335 -ipset=/.jinroukong.com/gfwlist -server=/.jintian.net/127.0.0.1#5335 -ipset=/.jintian.net/gfwlist -server=/.jinx.com/127.0.0.1#5335 -ipset=/.jinx.com/gfwlist -server=/.jitouch.com/127.0.0.1#5335 -ipset=/.jitouch.com/gfwlist -server=/.jizzthis.com/127.0.0.1#5335 -ipset=/.jizzthis.com/gfwlist -server=/.jjgirls.com/127.0.0.1#5335 -ipset=/.jjgirls.com/gfwlist -server=/.jkb.cc/127.0.0.1#5335 -ipset=/.jkb.cc/gfwlist -server=/.jkforum.net/127.0.0.1#5335 -ipset=/.jkforum.net/gfwlist -server=/.jkub.com/127.0.0.1#5335 -ipset=/.jkub.com/gfwlist -server=/.jma.go.jp/127.0.0.1#5335 -ipset=/.jma.go.jp/gfwlist -server=/.jmscult.com/127.0.0.1#5335 -ipset=/.jmscult.com/gfwlist -server=/.joachims.org/127.0.0.1#5335 -ipset=/.joachims.org/gfwlist -server=/.jobnewera.wordpress.com/127.0.0.1#5335 -ipset=/.jobnewera.wordpress.com/gfwlist -server=/.jobso.tv/127.0.0.1#5335 -ipset=/.jobso.tv/gfwlist -server=/.joinmastodon.org/127.0.0.1#5335 -ipset=/.joinmastodon.org/gfwlist -server=/.journalchretien.net/127.0.0.1#5335 -ipset=/.journalchretien.net/gfwlist -server=/.journalofdemocracy.org/127.0.0.1#5335 -ipset=/.journalofdemocracy.org/gfwlist -server=/.joymiihub.com/127.0.0.1#5335 -ipset=/.joymiihub.com/gfwlist -server=/.joyourself.com/127.0.0.1#5335 -ipset=/.joyourself.com/gfwlist -server=/.jp.hao123.com/127.0.0.1#5335 -ipset=/.jp.hao123.com/gfwlist -server=/.jpl.nasa.gov/127.0.0.1#5335 -ipset=/.jpl.nasa.gov/gfwlist -server=/.jpopforum.net/127.0.0.1#5335 -ipset=/.jpopforum.net/gfwlist -server=/.jtvnw.net/127.0.0.1#5335 -ipset=/.jtvnw.net/gfwlist -server=/.jubushoushen.com/127.0.0.1#5335 -ipset=/.jubushoushen.com/gfwlist -server=/.juhuaren.com/127.0.0.1#5335 -ipset=/.juhuaren.com/gfwlist -server=/.jukujo-club.com/127.0.0.1#5335 -ipset=/.jukujo-club.com/gfwlist -server=/.juliepost.com/127.0.0.1#5335 -ipset=/.juliepost.com/gfwlist -server=/.juliereyc.com/127.0.0.1#5335 -ipset=/.juliereyc.com/gfwlist -server=/.junauza.com/127.0.0.1#5335 -ipset=/.junauza.com/gfwlist -server=/.june4commemoration.org/127.0.0.1#5335 -ipset=/.june4commemoration.org/gfwlist -server=/.junefourth-20.net/127.0.0.1#5335 -ipset=/.junefourth-20.net/gfwlist -server=/.jungleheart.com/127.0.0.1#5335 -ipset=/.jungleheart.com/gfwlist -server=/.juoaa.com/127.0.0.1#5335 -ipset=/.juoaa.com/gfwlist -server=/.justdied.com/127.0.0.1#5335 -ipset=/.justdied.com/gfwlist -server=/.justfreevpn.com/127.0.0.1#5335 -ipset=/.justfreevpn.com/gfwlist -server=/.justicefortenzin.org/127.0.0.1#5335 -ipset=/.justicefortenzin.org/gfwlist -server=/.justpaste.it/127.0.0.1#5335 -ipset=/.justpaste.it/gfwlist -server=/.justtristan.com/127.0.0.1#5335 -ipset=/.justtristan.com/gfwlist -server=/.juyuange.org/127.0.0.1#5335 -ipset=/.juyuange.org/gfwlist -server=/.juziyue.com/127.0.0.1#5335 -ipset=/.juziyue.com/gfwlist -server=/.jwmusic.org/127.0.0.1#5335 -ipset=/.jwmusic.org/gfwlist -server=/.jyxf.net/127.0.0.1#5335 -ipset=/.jyxf.net/gfwlist -server=/.k-doujin.net/127.0.0.1#5335 -ipset=/.k-doujin.net/gfwlist -server=/.ka-wai.com/127.0.0.1#5335 -ipset=/.ka-wai.com/gfwlist -server=/.kagyu.org/127.0.0.1#5335 -ipset=/.kagyu.org/gfwlist -server=/.kagyumonlam.org/127.0.0.1#5335 -ipset=/.kagyumonlam.org/gfwlist -server=/.kagyunews.com.hk/127.0.0.1#5335 -ipset=/.kagyunews.com.hk/gfwlist -server=/.kagyuoffice.org/127.0.0.1#5335 -ipset=/.kagyuoffice.org/gfwlist -server=/.kaiyuan.de/127.0.0.1#5335 -ipset=/.kaiyuan.de/gfwlist -server=/.kakao.com/127.0.0.1#5335 -ipset=/.kakao.com/gfwlist -server=/.kalachakralugano.org/127.0.0.1#5335 -ipset=/.kalachakralugano.org/gfwlist -server=/.kankan.today/127.0.0.1#5335 -ipset=/.kankan.today/gfwlist -server=/.kannewyork.com/127.0.0.1#5335 -ipset=/.kannewyork.com/gfwlist -server=/.kanshifang.com/127.0.0.1#5335 -ipset=/.kanshifang.com/gfwlist -server=/.kantie.org/127.0.0.1#5335 -ipset=/.kantie.org/gfwlist -server=/.kanzhongguo.com/127.0.0.1#5335 -ipset=/.kanzhongguo.com/gfwlist -server=/.kanzhongguo.eu/127.0.0.1#5335 -ipset=/.kanzhongguo.eu/gfwlist -server=/.kaotic.com/127.0.0.1#5335 -ipset=/.kaotic.com/gfwlist -server=/.karayou.com/127.0.0.1#5335 -ipset=/.karayou.com/gfwlist -server=/.karkhung.com/127.0.0.1#5335 -ipset=/.karkhung.com/gfwlist -server=/.karmapa-teachings.org/127.0.0.1#5335 -ipset=/.karmapa-teachings.org/gfwlist -server=/.karmapa.org/127.0.0.1#5335 -ipset=/.karmapa.org/gfwlist -server=/.kawaiikawaii.jp/127.0.0.1#5335 -ipset=/.kawaiikawaii.jp/gfwlist -server=/.kawase.com/127.0.0.1#5335 -ipset=/.kawase.com/gfwlist -server=/.kb.monitorware.com/127.0.0.1#5335 -ipset=/.kb.monitorware.com/gfwlist -server=/.kba-tx.org/127.0.0.1#5335 -ipset=/.kba-tx.org/gfwlist -server=/.kcoolonline.com/127.0.0.1#5335 -ipset=/.kcoolonline.com/gfwlist -server=/.kebrum.com/127.0.0.1#5335 -ipset=/.kebrum.com/gfwlist -server=/.kechara.com/127.0.0.1#5335 -ipset=/.kechara.com/gfwlist -server=/.keezmovies.com/127.0.0.1#5335 -ipset=/.keezmovies.com/gfwlist -server=/.kendatire.com/127.0.0.1#5335 -ipset=/.kendatire.com/gfwlist -server=/.kendincos.net/127.0.0.1#5335 -ipset=/.kendincos.net/gfwlist -server=/.kenengba.com/127.0.0.1#5335 -ipset=/.kenengba.com/gfwlist -server=/.keontech.net/127.0.0.1#5335 -ipset=/.keontech.net/gfwlist -server=/.kepard.com/127.0.0.1#5335 -ipset=/.kepard.com/gfwlist -server=/.kex.com/127.0.0.1#5335 -ipset=/.kex.com/gfwlist -server=/.keycdn.com/127.0.0.1#5335 -ipset=/.keycdn.com/gfwlist -server=/.khabdha.org/127.0.0.1#5335 -ipset=/.khabdha.org/gfwlist -server=/.khatrimaza.org/127.0.0.1#5335 -ipset=/.khatrimaza.org/gfwlist -server=/.khmusic.com.tw/127.0.0.1#5335 -ipset=/.khmusic.com.tw/gfwlist -server=/.kichiku-doujinko.com/127.0.0.1#5335 -ipset=/.kichiku-doujinko.com/gfwlist -server=/.kik.com/127.0.0.1#5335 -ipset=/.kik.com/gfwlist -server=/.killwall.com/127.0.0.1#5335 -ipset=/.killwall.com/gfwlist -server=/.kindleren.com/127.0.0.1#5335 -ipset=/.kindleren.com/gfwlist -server=/.kineox.free.fr/127.0.0.1#5335 -ipset=/.kineox.free.fr/gfwlist -server=/.kingdomsalvation.org/127.0.0.1#5335 -ipset=/.kingdomsalvation.org/gfwlist -server=/.kinghost.com/127.0.0.1#5335 -ipset=/.kinghost.com/gfwlist -server=/.kingstone.com.tw/127.0.0.1#5335 -ipset=/.kingstone.com.tw/gfwlist -server=/.kink.com/127.0.0.1#5335 -ipset=/.kink.com/gfwlist -server=/.kinmen.org.tw/127.0.0.1#5335 -ipset=/.kinmen.org.tw/gfwlist -server=/.kinmen.travel/127.0.0.1#5335 -ipset=/.kinmen.travel/gfwlist -server=/.kinokuniya.com/127.0.0.1#5335 -ipset=/.kinokuniya.com/gfwlist -server=/.kir.jp/127.0.0.1#5335 -ipset=/.kir.jp/gfwlist -server=/.kissbbao.cn/127.0.0.1#5335 -ipset=/.kissbbao.cn/gfwlist -server=/.kiwi.kz/127.0.0.1#5335 -ipset=/.kiwi.kz/gfwlist -server=/.kk-whys.co.jp/127.0.0.1#5335 -ipset=/.kk-whys.co.jp/gfwlist -server=/.kkbox.com/127.0.0.1#5335 -ipset=/.kkbox.com/gfwlist -server=/.kknews.cc/127.0.0.1#5335 -ipset=/.kknews.cc/gfwlist -server=/.kmuh.org.tw/127.0.0.1#5335 -ipset=/.kmuh.org.tw/gfwlist -server=/.kobo.com/127.0.0.1#5335 -ipset=/.kobo.com/gfwlist -server=/.kobobooks.com/127.0.0.1#5335 -ipset=/.kobobooks.com/gfwlist -server=/.kodingen.com/127.0.0.1#5335 -ipset=/.kodingen.com/gfwlist -server=/.kompozer.net/127.0.0.1#5335 -ipset=/.kompozer.net/gfwlist -server=/.konachan.com/127.0.0.1#5335 -ipset=/.konachan.com/gfwlist -server=/.kone.com/127.0.0.1#5335 -ipset=/.kone.com/gfwlist -server=/.koolsolutions.com/127.0.0.1#5335 -ipset=/.koolsolutions.com/gfwlist -server=/.koornk.com/127.0.0.1#5335 -ipset=/.koornk.com/gfwlist -server=/.koranmandarin.com/127.0.0.1#5335 -ipset=/.koranmandarin.com/gfwlist -server=/.korenan2.com/127.0.0.1#5335 -ipset=/.korenan2.com/gfwlist -server=/.ksdl.org/127.0.0.1#5335 -ipset=/.ksdl.org/gfwlist -server=/.ksnews.com.tw/127.0.0.1#5335 -ipset=/.ksnews.com.tw/gfwlist -server=/.kspcoin.com/127.0.0.1#5335 -ipset=/.kspcoin.com/gfwlist -server=/.ktzhk.com/127.0.0.1#5335 -ipset=/.ktzhk.com/gfwlist -server=/.kucoin.com/127.0.0.1#5335 -ipset=/.kucoin.com/gfwlist -server=/.kun.im/127.0.0.1#5335 -ipset=/.kun.im/gfwlist -server=/.kurashsultan.com/127.0.0.1#5335 -ipset=/.kurashsultan.com/gfwlist -server=/.kurtmunger.com/127.0.0.1#5335 -ipset=/.kurtmunger.com/gfwlist -server=/.kusocity.com/127.0.0.1#5335 -ipset=/.kusocity.com/gfwlist -server=/.kwcg.ca/127.0.0.1#5335 -ipset=/.kwcg.ca/gfwlist -server=/.kwongwah.com.my/127.0.0.1#5335 -ipset=/.kwongwah.com.my/gfwlist -server=/.kxsw.life/127.0.0.1#5335 -ipset=/.kxsw.life/gfwlist -server=/.kyofun.com/127.0.0.1#5335 -ipset=/.kyofun.com/gfwlist -server=/.kyohk.net/127.0.0.1#5335 -ipset=/.kyohk.net/gfwlist -server=/.kyoyue.com/127.0.0.1#5335 -ipset=/.kyoyue.com/gfwlist -server=/.kyzyhello.com/127.0.0.1#5335 -ipset=/.kyzyhello.com/gfwlist -server=/.kzeng.info/127.0.0.1#5335 -ipset=/.kzeng.info/gfwlist -server=/.la-forum.org/127.0.0.1#5335 -ipset=/.la-forum.org/gfwlist -server=/.labiennale.org/127.0.0.1#5335 -ipset=/.labiennale.org/gfwlist -server=/.ladbrokes.com/127.0.0.1#5335 -ipset=/.ladbrokes.com/gfwlist -server=/.lagranepoca.com/127.0.0.1#5335 -ipset=/.lagranepoca.com/gfwlist -server=/.lalulalu.com/127.0.0.1#5335 -ipset=/.lalulalu.com/gfwlist -server=/.lama.com.tw/127.0.0.1#5335 -ipset=/.lama.com.tw/gfwlist -server=/.lamayeshe.com/127.0.0.1#5335 -ipset=/.lamayeshe.com/gfwlist -server=/.lamnia.co.uk/127.0.0.1#5335 -ipset=/.lamnia.co.uk/gfwlist -server=/.lamrim.com/127.0.0.1#5335 -ipset=/.lamrim.com/gfwlist -server=/.lanterncn.cn/127.0.0.1#5335 -ipset=/.lanterncn.cn/gfwlist -server=/.lantosfoundation.org/127.0.0.1#5335 -ipset=/.lantosfoundation.org/gfwlist -server=/.laod.cn/127.0.0.1#5335 -ipset=/.laod.cn/gfwlist -server=/.laogai.org/127.0.0.1#5335 -ipset=/.laogai.org/gfwlist -server=/.laomiu.com/127.0.0.1#5335 -ipset=/.laomiu.com/gfwlist -server=/.laoyang.info/127.0.0.1#5335 -ipset=/.laoyang.info/gfwlist -server=/.laptoplockdown.com/127.0.0.1#5335 -ipset=/.laptoplockdown.com/gfwlist -server=/.laqingdan.net/127.0.0.1#5335 -ipset=/.laqingdan.net/gfwlist -server=/.larsgeorge.com/127.0.0.1#5335 -ipset=/.larsgeorge.com/gfwlist -server=/.lastcombat.com/127.0.0.1#5335 -ipset=/.lastcombat.com/gfwlist -server=/.lastfm.es/127.0.0.1#5335 -ipset=/.lastfm.es/gfwlist -server=/.latelinenews.com/127.0.0.1#5335 -ipset=/.latelinenews.com/gfwlist -server=/.latibet.org/127.0.0.1#5335 -ipset=/.latibet.org/gfwlist -server=/.lbank.info/127.0.0.1#5335 -ipset=/.lbank.info/gfwlist -server=/.ld.hao123img.com/127.0.0.1#5335 -ipset=/.ld.hao123img.com/gfwlist -server=/.le-vpn.com/127.0.0.1#5335 -ipset=/.le-vpn.com/gfwlist -server=/.leafyvpn.net/127.0.0.1#5335 -ipset=/.leafyvpn.net/gfwlist -server=/.lecloud.net/127.0.0.1#5335 -ipset=/.lecloud.net/gfwlist -server=/.lefora.com/127.0.0.1#5335 -ipset=/.lefora.com/gfwlist -server=/.left21.hk/127.0.0.1#5335 -ipset=/.left21.hk/gfwlist -server=/.legalporno.com/127.0.0.1#5335 -ipset=/.legalporno.com/gfwlist -server=/.legaltech.law.com/127.0.0.1#5335 -ipset=/.legaltech.law.com/gfwlist -server=/.legsjapan.com/127.0.0.1#5335 -ipset=/.legsjapan.com/gfwlist -server=/.leirentv.ca/127.0.0.1#5335 -ipset=/.leirentv.ca/gfwlist -server=/.leisurecafe.ca/127.0.0.1#5335 -ipset=/.leisurecafe.ca/gfwlist -server=/.leisurepro.com/127.0.0.1#5335 -ipset=/.leisurepro.com/gfwlist -server=/.lematin.ch/127.0.0.1#5335 -ipset=/.lematin.ch/gfwlist -server=/.lemonde.fr/127.0.0.1#5335 -ipset=/.lemonde.fr/gfwlist -server=/.lenwhite.com/127.0.0.1#5335 -ipset=/.lenwhite.com/gfwlist -server=/.lerosua.org/127.0.0.1#5335 -ipset=/.lerosua.org/gfwlist -server=/.lers.google/127.0.0.1#5335 -ipset=/.lers.google/gfwlist -server=/.lesoir.be/127.0.0.1#5335 -ipset=/.lesoir.be/gfwlist -server=/.letou.com/127.0.0.1#5335 -ipset=/.letou.com/gfwlist -server=/.letscorp.net/127.0.0.1#5335 -ipset=/.letscorp.net/gfwlist -server=/.lflink.com/127.0.0.1#5335 -ipset=/.lflink.com/gfwlist -server=/.lflinkup.com/127.0.0.1#5335 -ipset=/.lflinkup.com/gfwlist -server=/.lflinkup.net/127.0.0.1#5335 -ipset=/.lflinkup.net/gfwlist -server=/.lflinkup.org/127.0.0.1#5335 -ipset=/.lflinkup.org/gfwlist -server=/.lhakar.org/127.0.0.1#5335 -ipset=/.lhakar.org/gfwlist -server=/.lhasocialwork.org/127.0.0.1#5335 -ipset=/.lhasocialwork.org/gfwlist -server=/.liangyou.net/127.0.0.1#5335 -ipset=/.liangyou.net/gfwlist -server=/.liangzhichuanmei.com/127.0.0.1#5335 -ipset=/.liangzhichuanmei.com/gfwlist -server=/.lianyue.net/127.0.0.1#5335 -ipset=/.lianyue.net/gfwlist -server=/.liaowangxizang.net/127.0.0.1#5335 -ipset=/.liaowangxizang.net/gfwlist -server=/.liberal.org.hk/127.0.0.1#5335 -ipset=/.liberal.org.hk/gfwlist -server=/.libertytimes.com.tw/127.0.0.1#5335 -ipset=/.libertytimes.com.tw/gfwlist -server=/.lifemiles.com/127.0.0.1#5335 -ipset=/.lifemiles.com/gfwlist -server=/.lighten.org.tw/127.0.0.1#5335 -ipset=/.lighten.org.tw/gfwlist -server=/.lighti.me/127.0.0.1#5335 -ipset=/.lighti.me/gfwlist -server=/.lightnovel.cn/127.0.0.1#5335 -ipset=/.lightnovel.cn/gfwlist -server=/.lightyearvpn.com/127.0.0.1#5335 -ipset=/.lightyearvpn.com/gfwlist -server=/.lihkg.com/127.0.0.1#5335 -ipset=/.lihkg.com/gfwlist -server=/.like.com/127.0.0.1#5335 -ipset=/.like.com/gfwlist -server=/.limiao.net/127.0.0.1#5335 -ipset=/.limiao.net/gfwlist -server=/.line-apps.com/127.0.0.1#5335 -ipset=/.line-apps.com/gfwlist -server=/.line-scdn.net/127.0.0.1#5335 -ipset=/.line-scdn.net/gfwlist -server=/.line.me/127.0.0.1#5335 -ipset=/.line.me/gfwlist -server=/.line.naver.jp/127.0.0.1#5335 -ipset=/.line.naver.jp/gfwlist -server=/.linear-abematv.akamaized.net/127.0.0.1#5335 -ipset=/.linear-abematv.akamaized.net/gfwlist -server=/.linglingfa.com/127.0.0.1#5335 -ipset=/.linglingfa.com/gfwlist -server=/.lingvodics.com/127.0.0.1#5335 -ipset=/.lingvodics.com/gfwlist -server=/.link-o-rama.com/127.0.0.1#5335 -ipset=/.link-o-rama.com/gfwlist -server=/.linkideo.com/127.0.0.1#5335 -ipset=/.linkideo.com/gfwlist -server=/.linkuswell.com/127.0.0.1#5335 -ipset=/.linkuswell.com/gfwlist -server=/.linux.org.hk/127.0.0.1#5335 -ipset=/.linux.org.hk/gfwlist -server=/.lionsroar.com/127.0.0.1#5335 -ipset=/.lionsroar.com/gfwlist -server=/.lipuman.com/127.0.0.1#5335 -ipset=/.lipuman.com/gfwlist -server=/.liquidvpn.com/127.0.0.1#5335 -ipset=/.liquidvpn.com/gfwlist -server=/.listentoyoutube.com/127.0.0.1#5335 -ipset=/.listentoyoutube.com/gfwlist -server=/.listorious.com/127.0.0.1#5335 -ipset=/.listorious.com/gfwlist -server=/.liu-xiaobo.org/127.0.0.1#5335 -ipset=/.liu-xiaobo.org/gfwlist -server=/.liudejun.com/127.0.0.1#5335 -ipset=/.liudejun.com/gfwlist -server=/.liuhanyu.com/127.0.0.1#5335 -ipset=/.liuhanyu.com/gfwlist -server=/.liujianshu.com/127.0.0.1#5335 -ipset=/.liujianshu.com/gfwlist -server=/.liuxiaobo.net/127.0.0.1#5335 -ipset=/.liuxiaobo.net/gfwlist -server=/.liuxiaotong.com/127.0.0.1#5335 -ipset=/.liuxiaotong.com/gfwlist -server=/.livecoin.net/127.0.0.1#5335 -ipset=/.livecoin.net/gfwlist -server=/.livedoor.jp/127.0.0.1#5335 -ipset=/.livedoor.jp/gfwlist -server=/.liveleak.com/127.0.0.1#5335 -ipset=/.liveleak.com/gfwlist -server=/.livestation.com/127.0.0.1#5335 -ipset=/.livestation.com/gfwlist -server=/.livestream.com/127.0.0.1#5335 -ipset=/.livestream.com/gfwlist -server=/.livevideo.com/127.0.0.1#5335 -ipset=/.livevideo.com/gfwlist -server=/.livingonline.us/127.0.0.1#5335 -ipset=/.livingonline.us/gfwlist -server=/.livingstream.com/127.0.0.1#5335 -ipset=/.livingstream.com/gfwlist -server=/.liwangyang.com/127.0.0.1#5335 -ipset=/.liwangyang.com/gfwlist -server=/.lizhizhuangbi.com/127.0.0.1#5335 -ipset=/.lizhizhuangbi.com/gfwlist -server=/.lkcn.net/127.0.0.1#5335 -ipset=/.lkcn.net/gfwlist -server=/.load.to/127.0.0.1#5335 -ipset=/.load.to/gfwlist -server=/.lobsangwangyal.com/127.0.0.1#5335 -ipset=/.lobsangwangyal.com/gfwlist -server=/.localbitcoins.com/127.0.0.1#5335 -ipset=/.localbitcoins.com/gfwlist -server=/.localdomain.ws/127.0.0.1#5335 -ipset=/.localdomain.ws/gfwlist -server=/.localpresshk.com/127.0.0.1#5335 -ipset=/.localpresshk.com/gfwlist -server=/.lockestek.com/127.0.0.1#5335 -ipset=/.lockestek.com/gfwlist -server=/.logbot.net/127.0.0.1#5335 -ipset=/.logbot.net/gfwlist -server=/.login.target.com/127.0.0.1#5335 -ipset=/.login.target.com/gfwlist -server=/.logiqx.com/127.0.0.1#5335 -ipset=/.logiqx.com/gfwlist -server=/.londonchinese.ca/127.0.0.1#5335 -ipset=/.londonchinese.ca/gfwlist -server=/.longhair.hk/127.0.0.1#5335 -ipset=/.longhair.hk/gfwlist -server=/.longmusic.com/127.0.0.1#5335 -ipset=/.longmusic.com/gfwlist -server=/.longtermly.net/127.0.0.1#5335 -ipset=/.longtermly.net/gfwlist -server=/.longtoes.com/127.0.0.1#5335 -ipset=/.longtoes.com/gfwlist -server=/.lookpic.com/127.0.0.1#5335 -ipset=/.lookpic.com/gfwlist -server=/.looktoronto.com/127.0.0.1#5335 -ipset=/.looktoronto.com/gfwlist -server=/.lotuslight.org.hk/127.0.0.1#5335 -ipset=/.lotuslight.org.hk/gfwlist -server=/.lotuslight.org.tw/127.0.0.1#5335 -ipset=/.lotuslight.org.tw/gfwlist -server=/.lovetvshow.com/127.0.0.1#5335 -ipset=/.lovetvshow.com/gfwlist -server=/.lpsg.com/127.0.0.1#5335 -ipset=/.lpsg.com/gfwlist -server=/.lrfz.com/127.0.0.1#5335 -ipset=/.lrfz.com/gfwlist -server=/.lrip.org/127.0.0.1#5335 -ipset=/.lrip.org/gfwlist -server=/.lsd.org.hk/127.0.0.1#5335 -ipset=/.lsd.org.hk/gfwlist -server=/.lsforum.net/127.0.0.1#5335 -ipset=/.lsforum.net/gfwlist -server=/.lsm.org/127.0.0.1#5335 -ipset=/.lsm.org/gfwlist -server=/.lsmchinese.org/127.0.0.1#5335 -ipset=/.lsmchinese.org/gfwlist -server=/.lsmkorean.org/127.0.0.1#5335 -ipset=/.lsmkorean.org/gfwlist -server=/.lsmwebcast.com/127.0.0.1#5335 -ipset=/.lsmwebcast.com/gfwlist -server=/.lsxszzg.com/127.0.0.1#5335 -ipset=/.lsxszzg.com/gfwlist -server=/.ltn.com.tw/127.0.0.1#5335 -ipset=/.ltn.com.tw/gfwlist -server=/.luke54.com/127.0.0.1#5335 -ipset=/.luke54.com/gfwlist -server=/.luke54.org/127.0.0.1#5335 -ipset=/.luke54.org/gfwlist -server=/.lupm.org/127.0.0.1#5335 -ipset=/.lupm.org/gfwlist -server=/.lushstories.com/127.0.0.1#5335 -ipset=/.lushstories.com/gfwlist -server=/.luxebc.com/127.0.0.1#5335 -ipset=/.luxebc.com/gfwlist -server=/.lvhai.org/127.0.0.1#5335 -ipset=/.lvhai.org/gfwlist -server=/.lvv2.com/127.0.0.1#5335 -ipset=/.lvv2.com/gfwlist -server=/.lyfhk.net/127.0.0.1#5335 -ipset=/.lyfhk.net/gfwlist -server=/.lzmtnews.org/127.0.0.1#5335 -ipset=/.lzmtnews.org/gfwlist -server=/.m.hkgalden.com/127.0.0.1#5335 -ipset=/.m.hkgalden.com/gfwlist -server=/.m.me/127.0.0.1#5335 -ipset=/.m.me/gfwlist -server=/.m.plixi.com/127.0.0.1#5335 -ipset=/.m.plixi.com/gfwlist -server=/.m.slandr.net/127.0.0.1#5335 -ipset=/.m.slandr.net/gfwlist -server=/.ma.hao123.com/127.0.0.1#5335 -ipset=/.ma.hao123.com/gfwlist -server=/.macgamestore.com/127.0.0.1#5335 -ipset=/.macgamestore.com/gfwlist -server=/.macrovpn.com/127.0.0.1#5335 -ipset=/.macrovpn.com/gfwlist -server=/.macts.com.tw/127.0.0.1#5335 -ipset=/.macts.com.tw/gfwlist -server=/.mad-ar.ch/127.0.0.1#5335 -ipset=/.mad-ar.ch/gfwlist -server=/.madewithcode.com/127.0.0.1#5335 -ipset=/.madewithcode.com/gfwlist -server=/.madonna-av.com/127.0.0.1#5335 -ipset=/.madonna-av.com/gfwlist -server=/.madrau.com/127.0.0.1#5335 -ipset=/.madrau.com/gfwlist -server=/.madthumbs.com/127.0.0.1#5335 -ipset=/.madthumbs.com/gfwlist -server=/.magazines.sina.com.tw/127.0.0.1#5335 -ipset=/.magazines.sina.com.tw/gfwlist -server=/.magic-net.info/127.0.0.1#5335 -ipset=/.magic-net.info/gfwlist -server=/.mahabodhi.org/127.0.0.1#5335 -ipset=/.mahabodhi.org/gfwlist -server=/.maiio.net/127.0.0.1#5335 -ipset=/.maiio.net/gfwlist -server=/.mail-archive.com/127.0.0.1#5335 -ipset=/.mail-archive.com/gfwlist -server=/.maildns.xyz/127.0.0.1#5335 -ipset=/.maildns.xyz/gfwlist -server=/.maiplus.com/127.0.0.1#5335 -ipset=/.maiplus.com/gfwlist -server=/.maizhong.org/127.0.0.1#5335 -ipset=/.maizhong.org/gfwlist -server=/.makemymood.com/127.0.0.1#5335 -ipset=/.makemymood.com/gfwlist -server=/.makkahnewspaper.com/127.0.0.1#5335 -ipset=/.makkahnewspaper.com/gfwlist -server=/.makzhou.warehouse333.com/127.0.0.1#5335 -ipset=/.makzhou.warehouse333.com/gfwlist -server=/.malaysiakini.com/127.0.0.1#5335 -ipset=/.malaysiakini.com/gfwlist -server=/.mamingzhe.com/127.0.0.1#5335 -ipset=/.mamingzhe.com/gfwlist -server=/.manchukuo.net/127.0.0.1#5335 -ipset=/.manchukuo.net/gfwlist -server=/.mangafox.com/127.0.0.1#5335 -ipset=/.mangafox.com/gfwlist -server=/.mangafox.me/127.0.0.1#5335 -ipset=/.mangafox.me/gfwlist -server=/.maniash.com/127.0.0.1#5335 -ipset=/.maniash.com/gfwlist -server=/.manicur4ik.ru/127.0.0.1#5335 -ipset=/.manicur4ik.ru/gfwlist -server=/.mansion.com/127.0.0.1#5335 -ipset=/.mansion.com/gfwlist -server=/.mansionpoker.com/127.0.0.1#5335 -ipset=/.mansionpoker.com/gfwlist -server=/.manta.com/127.0.0.1#5335 -ipset=/.manta.com/gfwlist -server=/.maplew.com/127.0.0.1#5335 -ipset=/.maplew.com/gfwlist -server=/.marc.info/127.0.0.1#5335 -ipset=/.marc.info/gfwlist -server=/.marguerite.su/127.0.0.1#5335 -ipset=/.marguerite.su/gfwlist -server=/.martau.com/127.0.0.1#5335 -ipset=/.martau.com/gfwlist -server=/.martincartoons.com/127.0.0.1#5335 -ipset=/.martincartoons.com/gfwlist -server=/.martsangkagyuofficial.org/127.0.0.1#5335 -ipset=/.martsangkagyuofficial.org/gfwlist -server=/.marxist.com/127.0.0.1#5335 -ipset=/.marxist.com/gfwlist -server=/.marxist.net/127.0.0.1#5335 -ipset=/.marxist.net/gfwlist -server=/.mash.to/127.0.0.1#5335 -ipset=/.mash.to/gfwlist -server=/.maskedip.com/127.0.0.1#5335 -ipset=/.maskedip.com/gfwlist -server=/.mastodon.cloud/127.0.0.1#5335 -ipset=/.mastodon.cloud/gfwlist -server=/.mastodon.host/127.0.0.1#5335 -ipset=/.mastodon.host/gfwlist -server=/.mastodon.social/127.0.0.1#5335 -ipset=/.mastodon.social/gfwlist -server=/.matainja.com/127.0.0.1#5335 -ipset=/.matainja.com/gfwlist -server=/.material.io/127.0.0.1#5335 -ipset=/.material.io/gfwlist -server=/.mathable.io/127.0.0.1#5335 -ipset=/.mathable.io/gfwlist -server=/.mathiew-badimon.com/127.0.0.1#5335 -ipset=/.mathiew-badimon.com/gfwlist -server=/.matome-plus.com/127.0.0.1#5335 -ipset=/.matome-plus.com/gfwlist -server=/.matome-plus.net/127.0.0.1#5335 -ipset=/.matome-plus.net/gfwlist -server=/.matsushimakaede.com/127.0.0.1#5335 -ipset=/.matsushimakaede.com/gfwlist -server=/.matters.news/127.0.0.1#5335 -ipset=/.matters.news/gfwlist -server=/.mattwilcox.net/127.0.0.1#5335 -ipset=/.mattwilcox.net/gfwlist -server=/.maturejp.com/127.0.0.1#5335 -ipset=/.maturejp.com/gfwlist -server=/.maxing.jp/127.0.0.1#5335 -ipset=/.maxing.jp/gfwlist -server=/.mayimayi.com/127.0.0.1#5335 -ipset=/.mayimayi.com/gfwlist -server=/.mcadforums.com/127.0.0.1#5335 -ipset=/.mcadforums.com/gfwlist -server=/.mcaf.ee/127.0.0.1#5335 -ipset=/.mcaf.ee/gfwlist -server=/.mcfog.com/127.0.0.1#5335 -ipset=/.mcfog.com/gfwlist -server=/.mcreasite.com/127.0.0.1#5335 -ipset=/.mcreasite.com/gfwlist -server=/.md-t.org/127.0.0.1#5335 -ipset=/.md-t.org/gfwlist -server=/.me.me/127.0.0.1#5335 -ipset=/.me.me/gfwlist -server=/.me.youthwant.com.tw/127.0.0.1#5335 -ipset=/.me.youthwant.com.tw/gfwlist -server=/.meansys.com/127.0.0.1#5335 -ipset=/.meansys.com/gfwlist -server=/.media.nu.nl/127.0.0.1#5335 -ipset=/.media.nu.nl/gfwlist -server=/.media.org.hk/127.0.0.1#5335 -ipset=/.media.org.hk/gfwlist -server=/.mediachinese.com/127.0.0.1#5335 -ipset=/.mediachinese.com/gfwlist -server=/.mediafreakcity.com/127.0.0.1#5335 -ipset=/.mediafreakcity.com/gfwlist -server=/.medium.com/127.0.0.1#5335 -ipset=/.medium.com/gfwlist -server=/.meetav.com/127.0.0.1#5335 -ipset=/.meetav.com/gfwlist -server=/.meetup.com/127.0.0.1#5335 -ipset=/.meetup.com/gfwlist -server=/.mefeedia.com/127.0.0.1#5335 -ipset=/.mefeedia.com/gfwlist -server=/.mefound.com/127.0.0.1#5335 -ipset=/.mefound.com/gfwlist -server=/.mega.nz/127.0.0.1#5335 -ipset=/.mega.nz/gfwlist -server=/.megaproxy.com/127.0.0.1#5335 -ipset=/.megaproxy.com/gfwlist -server=/.megarotic.com/127.0.0.1#5335 -ipset=/.megarotic.com/gfwlist -server=/.megavideo.com/127.0.0.1#5335 -ipset=/.megavideo.com/gfwlist -server=/.megurineluka.com/127.0.0.1#5335 -ipset=/.megurineluka.com/gfwlist -server=/.meirixiaochao.com/127.0.0.1#5335 -ipset=/.meirixiaochao.com/gfwlist -server=/.meltoday.com/127.0.0.1#5335 -ipset=/.meltoday.com/gfwlist -server=/.meme.yahoo.com/127.0.0.1#5335 -ipset=/.meme.yahoo.com/gfwlist -server=/.memehk.com/127.0.0.1#5335 -ipset=/.memehk.com/gfwlist -server=/.memorybbs.com/127.0.0.1#5335 -ipset=/.memorybbs.com/gfwlist -server=/.memri.org/127.0.0.1#5335 -ipset=/.memri.org/gfwlist -server=/.memrijttm.org/127.0.0.1#5335 -ipset=/.memrijttm.org/gfwlist -server=/.mercatox.com/127.0.0.1#5335 -ipset=/.mercatox.com/gfwlist -server=/.mercyprophet.org/127.0.0.1#5335 -ipset=/.mercyprophet.org/gfwlist -server=/.mergersandinquisitions.org/127.0.0.1#5335 -ipset=/.mergersandinquisitions.org/gfwlist -server=/.meridian-trust.org/127.0.0.1#5335 -ipset=/.meridian-trust.org/gfwlist -server=/.meripet.biz/127.0.0.1#5335 -ipset=/.meripet.biz/gfwlist -server=/.meripet.com/127.0.0.1#5335 -ipset=/.meripet.com/gfwlist -server=/.merit-times.com.tw/127.0.0.1#5335 -ipset=/.merit-times.com.tw/gfwlist -server=/.meshrep.com/127.0.0.1#5335 -ipset=/.meshrep.com/gfwlist -server=/.messenger.com/127.0.0.1#5335 -ipset=/.messenger.com/gfwlist -server=/.metart.com/127.0.0.1#5335 -ipset=/.metart.com/gfwlist -server=/.metarthunter.com/127.0.0.1#5335 -ipset=/.metarthunter.com/gfwlist -server=/.meteorshowersonline.com/127.0.0.1#5335 -ipset=/.meteorshowersonline.com/gfwlist -server=/.metrolife.ca/127.0.0.1#5335 -ipset=/.metrolife.ca/gfwlist -server=/.metroradio.com.hk/127.0.0.1#5335 -ipset=/.metroradio.com.hk/gfwlist -server=/.meyou.jp/127.0.0.1#5335 -ipset=/.meyou.jp/gfwlist -server=/.meyul.com/127.0.0.1#5335 -ipset=/.meyul.com/gfwlist -server=/.mfxmedia.com/127.0.0.1#5335 -ipset=/.mfxmedia.com/gfwlist -server=/.mgoon.com/127.0.0.1#5335 -ipset=/.mgoon.com/gfwlist -server=/.mgstage.com/127.0.0.1#5335 -ipset=/.mgstage.com/gfwlist -server=/.mh4u.org/127.0.0.1#5335 -ipset=/.mh4u.org/gfwlist -server=/.mhradio.org/127.0.0.1#5335 -ipset=/.mhradio.org/gfwlist -server=/.michaelanti.com/127.0.0.1#5335 -ipset=/.michaelanti.com/gfwlist -server=/.michaelmarketl.com/127.0.0.1#5335 -ipset=/.michaelmarketl.com/gfwlist -server=/.microvpn.com/127.0.0.1#5335 -ipset=/.microvpn.com/gfwlist -server=/.middle-way.net/127.0.0.1#5335 -ipset=/.middle-way.net/gfwlist -server=/.mihr.com/127.0.0.1#5335 -ipset=/.mihr.com/gfwlist -server=/.mihua.org/127.0.0.1#5335 -ipset=/.mihua.org/gfwlist -server=/.mike.cz.cc/127.0.0.1#5335 -ipset=/.mike.cz.cc/gfwlist -server=/.mikesoltys.com/127.0.0.1#5335 -ipset=/.mikesoltys.com/gfwlist -server=/.milph.net/127.0.0.1#5335 -ipset=/.milph.net/gfwlist -server=/.milsurps.com/127.0.0.1#5335 -ipset=/.milsurps.com/gfwlist -server=/.mimiai.net/127.0.0.1#5335 -ipset=/.mimiai.net/gfwlist -server=/.mimivip.com/127.0.0.1#5335 -ipset=/.mimivip.com/gfwlist -server=/.mimivv.com/127.0.0.1#5335 -ipset=/.mimivv.com/gfwlist -server=/.mindrolling.org/127.0.0.1#5335 -ipset=/.mindrolling.org/gfwlist -server=/.minghui-a.org/127.0.0.1#5335 -ipset=/.minghui-a.org/gfwlist -server=/.minghui-b.org/127.0.0.1#5335 -ipset=/.minghui-b.org/gfwlist -server=/.minghui-school.org/127.0.0.1#5335 -ipset=/.minghui-school.org/gfwlist -server=/.minghui.or.kr/127.0.0.1#5335 -ipset=/.minghui.or.kr/gfwlist -server=/.minghui.org/127.0.0.1#5335 -ipset=/.minghui.org/gfwlist -server=/.minghuiyw.wordpress.com/127.0.0.1#5335 -ipset=/.minghuiyw.wordpress.com/gfwlist -server=/.mingjinglishi.com/127.0.0.1#5335 -ipset=/.mingjinglishi.com/gfwlist -server=/.mingjingnews.com/127.0.0.1#5335 -ipset=/.mingjingnews.com/gfwlist -server=/.mingjingtimes.com/127.0.0.1#5335 -ipset=/.mingjingtimes.com/gfwlist -server=/.mingpao.com/127.0.0.1#5335 -ipset=/.mingpao.com/gfwlist -server=/.mingpaocanada.com/127.0.0.1#5335 -ipset=/.mingpaocanada.com/gfwlist -server=/.mingpaomonthly.com/127.0.0.1#5335 -ipset=/.mingpaomonthly.com/gfwlist -server=/.mingpaonews.com/127.0.0.1#5335 -ipset=/.mingpaonews.com/gfwlist -server=/.mingpaony.com/127.0.0.1#5335 -ipset=/.mingpaony.com/gfwlist -server=/.mingpaosf.com/127.0.0.1#5335 -ipset=/.mingpaosf.com/gfwlist -server=/.mingpaotor.com/127.0.0.1#5335 -ipset=/.mingpaotor.com/gfwlist -server=/.mingpaovan.com/127.0.0.1#5335 -ipset=/.mingpaovan.com/gfwlist -server=/.mingshengbao.com/127.0.0.1#5335 -ipset=/.mingshengbao.com/gfwlist -server=/.minhhue.net/127.0.0.1#5335 -ipset=/.minhhue.net/gfwlist -server=/.miniforum.org/127.0.0.1#5335 -ipset=/.miniforum.org/gfwlist -server=/.ministrybooks.org/127.0.0.1#5335 -ipset=/.ministrybooks.org/gfwlist -server=/.minzhuhua.net/127.0.0.1#5335 -ipset=/.minzhuhua.net/gfwlist -server=/.minzhuzhanxian.com/127.0.0.1#5335 -ipset=/.minzhuzhanxian.com/gfwlist -server=/.minzhuzhongguo.org/127.0.0.1#5335 -ipset=/.minzhuzhongguo.org/gfwlist -server=/.miroguide.com/127.0.0.1#5335 -ipset=/.miroguide.com/gfwlist -server=/.mirrorbooks.com/127.0.0.1#5335 -ipset=/.mirrorbooks.com/gfwlist -server=/.mist.vip/127.0.0.1#5335 -ipset=/.mist.vip/gfwlist -server=/.mitao.com.tw/127.0.0.1#5335 -ipset=/.mitao.com.tw/gfwlist -server=/.mitbbs.com/127.0.0.1#5335 -ipset=/.mitbbs.com/gfwlist -server=/.mitbbsau.com/127.0.0.1#5335 -ipset=/.mitbbsau.com/gfwlist -server=/.mixero.com/127.0.0.1#5335 -ipset=/.mixero.com/gfwlist -server=/.mixpod.com/127.0.0.1#5335 -ipset=/.mixpod.com/gfwlist -server=/.mixx.com/127.0.0.1#5335 -ipset=/.mixx.com/gfwlist -server=/.mizzmona.com/127.0.0.1#5335 -ipset=/.mizzmona.com/gfwlist -server=/.mjib.gov.tw/127.0.0.1#5335 -ipset=/.mjib.gov.tw/gfwlist -server=/.mk5000.com/127.0.0.1#5335 -ipset=/.mk5000.com/gfwlist -server=/.mlcool.com/127.0.0.1#5335 -ipset=/.mlcool.com/gfwlist -server=/.mlzs.work/127.0.0.1#5335 -ipset=/.mlzs.work/gfwlist -server=/.mm-cg.com/127.0.0.1#5335 -ipset=/.mm-cg.com/gfwlist -server=/.mmaaxx.com/127.0.0.1#5335 -ipset=/.mmaaxx.com/gfwlist -server=/.mmmca.com/127.0.0.1#5335 -ipset=/.mmmca.com/gfwlist -server=/.mnewstv.com/127.0.0.1#5335 -ipset=/.mnewstv.com/gfwlist -server=/.mo.nightlife141.com/127.0.0.1#5335 -ipset=/.mo.nightlife141.com/gfwlist -server=/.mobatek.net/127.0.0.1#5335 -ipset=/.mobatek.net/gfwlist -server=/.mobile01.com/127.0.0.1#5335 -ipset=/.mobile01.com/gfwlist -server=/.mobileways.de/127.0.0.1#5335 -ipset=/.mobileways.de/gfwlist -server=/.moby.to/127.0.0.1#5335 -ipset=/.moby.to/gfwlist -server=/.mobypicture.com/127.0.0.1#5335 -ipset=/.mobypicture.com/gfwlist -server=/.moeaic.gov.tw/127.0.0.1#5335 -ipset=/.moeaic.gov.tw/gfwlist -server=/.moeerolibrary.com/127.0.0.1#5335 -ipset=/.moeerolibrary.com/gfwlist -server=/.mofa.gov.tw/127.0.0.1#5335 -ipset=/.mofa.gov.tw/gfwlist -server=/.mofaxiehui.com/127.0.0.1#5335 -ipset=/.mofaxiehui.com/gfwlist -server=/.mofos.com/127.0.0.1#5335 -ipset=/.mofos.com/gfwlist -server=/.mog.com/127.0.0.1#5335 -ipset=/.mog.com/gfwlist -server=/.mohu.club/127.0.0.1#5335 -ipset=/.mohu.club/gfwlist -server=/.mohu.ml/127.0.0.1#5335 -ipset=/.mohu.ml/gfwlist -server=/.mojim.com/127.0.0.1#5335 -ipset=/.mojim.com/gfwlist -server=/.mol.gov.tw/127.0.0.1#5335 -ipset=/.mol.gov.tw/gfwlist -server=/.molihua.org/127.0.0.1#5335 -ipset=/.molihua.org/gfwlist -server=/.mondex.org/127.0.0.1#5335 -ipset=/.mondex.org/gfwlist -server=/.money-link.com.tw/127.0.0.1#5335 -ipset=/.money-link.com.tw/gfwlist -server=/.moneyhome.biz/127.0.0.1#5335 -ipset=/.moneyhome.biz/gfwlist -server=/.monitorchina.org/127.0.0.1#5335 -ipset=/.monitorchina.org/gfwlist -server=/.monster.com/127.0.0.1#5335 -ipset=/.monster.com/gfwlist -server=/.moodyz.com/127.0.0.1#5335 -ipset=/.moodyz.com/gfwlist -server=/.moonbbs.com/127.0.0.1#5335 -ipset=/.moonbbs.com/gfwlist -server=/.moonbingo.com/127.0.0.1#5335 -ipset=/.moonbingo.com/gfwlist -server=/.morningsun.org/127.0.0.1#5335 -ipset=/.morningsun.org/gfwlist -server=/.moroneta.com/127.0.0.1#5335 -ipset=/.moroneta.com/gfwlist -server=/.mos.ru/127.0.0.1#5335 -ipset=/.mos.ru/gfwlist -server=/.motherless.com/127.0.0.1#5335 -ipset=/.motherless.com/gfwlist -server=/.motiyun.com/127.0.0.1#5335 -ipset=/.motiyun.com/gfwlist -server=/.motor4ik.ru/127.0.0.1#5335 -ipset=/.motor4ik.ru/gfwlist -server=/.mousebreaker.com/127.0.0.1#5335 -ipset=/.mousebreaker.com/gfwlist -server=/.movements.org/127.0.0.1#5335 -ipset=/.movements.org/gfwlist -server=/.moviefap.com/127.0.0.1#5335 -ipset=/.moviefap.com/gfwlist -server=/.mp3buscador.com/127.0.0.1#5335 -ipset=/.mp3buscador.com/gfwlist -server=/.mp3ye.eu/127.0.0.1#5335 -ipset=/.mp3ye.eu/gfwlist -server=/.mpettis.com/127.0.0.1#5335 -ipset=/.mpettis.com/gfwlist -server=/.mpfinance.com/127.0.0.1#5335 -ipset=/.mpfinance.com/gfwlist -server=/.mpinews.com/127.0.0.1#5335 -ipset=/.mpinews.com/gfwlist -server=/.mponline.hk/127.0.0.1#5335 -ipset=/.mponline.hk/gfwlist -server=/.mqxd.org/127.0.0.1#5335 -ipset=/.mqxd.org/gfwlist -server=/.mrbasic.com/127.0.0.1#5335 -ipset=/.mrbasic.com/gfwlist -server=/.mrbonus.com/127.0.0.1#5335 -ipset=/.mrbonus.com/gfwlist -server=/.mrface.com/127.0.0.1#5335 -ipset=/.mrface.com/gfwlist -server=/.mrslove.com/127.0.0.1#5335 -ipset=/.mrslove.com/gfwlist -server=/.mrtweet.com/127.0.0.1#5335 -ipset=/.mrtweet.com/gfwlist -server=/.msa-it.org/127.0.0.1#5335 -ipset=/.msa-it.org/gfwlist -server=/.msguancha.com/127.0.0.1#5335 -ipset=/.msguancha.com/gfwlist -server=/.msha.gov/127.0.0.1#5335 -ipset=/.msha.gov/gfwlist -server=/.mswe1.org/127.0.0.1#5335 -ipset=/.mswe1.org/gfwlist -server=/.mthruf.com/127.0.0.1#5335 -ipset=/.mthruf.com/gfwlist -server=/.mtw.tl/127.0.0.1#5335 -ipset=/.mtw.tl/gfwlist -server=/.muchosucko.com/127.0.0.1#5335 -ipset=/.muchosucko.com/gfwlist -server=/.mullvad.net/127.0.0.1#5335 -ipset=/.mullvad.net/gfwlist -server=/.multiply.com/127.0.0.1#5335 -ipset=/.multiply.com/gfwlist -server=/.multiproxy.org/127.0.0.1#5335 -ipset=/.multiproxy.org/gfwlist -server=/.multiupload.com/127.0.0.1#5335 -ipset=/.multiupload.com/gfwlist -server=/.mummysgold.com/127.0.0.1#5335 -ipset=/.mummysgold.com/gfwlist -server=/.murmur.tw/127.0.0.1#5335 -ipset=/.murmur.tw/gfwlist -server=/.musicade.net/127.0.0.1#5335 -ipset=/.musicade.net/gfwlist -server=/.muslimvideo.com/127.0.0.1#5335 -ipset=/.muslimvideo.com/gfwlist -server=/.muzi.com/127.0.0.1#5335 -ipset=/.muzi.com/gfwlist -server=/.muzi.net/127.0.0.1#5335 -ipset=/.muzi.net/gfwlist -server=/.muzu.tv/127.0.0.1#5335 -ipset=/.muzu.tv/gfwlist -server=/.mvdis.gov.tw/127.0.0.1#5335 -ipset=/.mvdis.gov.tw/gfwlist -server=/.mvg.jp/127.0.0.1#5335 -ipset=/.mvg.jp/gfwlist -server=/.mx.hao123.com/127.0.0.1#5335 -ipset=/.mx.hao123.com/gfwlist -server=/.mx981.com/127.0.0.1#5335 -ipset=/.mx981.com/gfwlist -server=/.my-formosa.com/127.0.0.1#5335 -ipset=/.my-formosa.com/gfwlist -server=/.my-private-network.co.uk/127.0.0.1#5335 -ipset=/.my-private-network.co.uk/gfwlist -server=/.my-proxy.com/127.0.0.1#5335 -ipset=/.my-proxy.com/gfwlist -server=/.my.mail.ru/127.0.0.1#5335 -ipset=/.my.mail.ru/gfwlist -server=/.my.pcloud.com/127.0.0.1#5335 -ipset=/.my.pcloud.com/gfwlist -server=/.my03.com/127.0.0.1#5335 -ipset=/.my03.com/gfwlist -server=/.myanniu.com/127.0.0.1#5335 -ipset=/.myanniu.com/gfwlist -server=/.myaudiocast.com/127.0.0.1#5335 -ipset=/.myaudiocast.com/gfwlist -server=/.mybbs.us/127.0.0.1#5335 -ipset=/.mybbs.us/gfwlist -server=/.mybet.com/127.0.0.1#5335 -ipset=/.mybet.com/gfwlist -server=/.myca168.com/127.0.0.1#5335 -ipset=/.myca168.com/gfwlist -server=/.mycanadanow.com/127.0.0.1#5335 -ipset=/.mycanadanow.com/gfwlist -server=/.mychinamyhome.com/127.0.0.1#5335 -ipset=/.mychinamyhome.com/gfwlist -server=/.mychinanet.com/127.0.0.1#5335 -ipset=/.mychinanet.com/gfwlist -server=/.mychinanews.com/127.0.0.1#5335 -ipset=/.mychinanews.com/gfwlist -server=/.mychinese.news/127.0.0.1#5335 -ipset=/.mychinese.news/gfwlist -server=/.mycnnews.com/127.0.0.1#5335 -ipset=/.mycnnews.com/gfwlist -server=/.mydad.info/127.0.0.1#5335 -ipset=/.mydad.info/gfwlist -server=/.myddns.com/127.0.0.1#5335 -ipset=/.myddns.com/gfwlist -server=/.myeasytv.com/127.0.0.1#5335 -ipset=/.myeasytv.com/gfwlist -server=/.myeclipseide.com/127.0.0.1#5335 -ipset=/.myeclipseide.com/gfwlist -server=/.myforum.com.hk/127.0.0.1#5335 -ipset=/.myforum.com.hk/gfwlist -server=/.myforum.com.uk/127.0.0.1#5335 -ipset=/.myforum.com.uk/gfwlist -server=/.myfreecams.com/127.0.0.1#5335 -ipset=/.myfreecams.com/gfwlist -server=/.myfreepaysite.com/127.0.0.1#5335 -ipset=/.myfreepaysite.com/gfwlist -server=/.myfreshnet.com/127.0.0.1#5335 -ipset=/.myfreshnet.com/gfwlist -server=/.myftp.info/127.0.0.1#5335 -ipset=/.myftp.info/gfwlist -server=/.myftp.name/127.0.0.1#5335 -ipset=/.myftp.name/gfwlist -server=/.myiphide.com/127.0.0.1#5335 -ipset=/.myiphide.com/gfwlist -server=/.mykomica.org/127.0.0.1#5335 -ipset=/.mykomica.org/gfwlist -server=/.mylftv.com/127.0.0.1#5335 -ipset=/.mylftv.com/gfwlist -server=/.mymoe.moe/127.0.0.1#5335 -ipset=/.mymoe.moe/gfwlist -server=/.mymom.info/127.0.0.1#5335 -ipset=/.mymom.info/gfwlist -server=/.mymusic.net.tw/127.0.0.1#5335 -ipset=/.mymusic.net.tw/gfwlist -server=/.mynetav.net/127.0.0.1#5335 -ipset=/.mynetav.net/gfwlist -server=/.mynetav.org/127.0.0.1#5335 -ipset=/.mynetav.org/gfwlist -server=/.mynumber.org/127.0.0.1#5335 -ipset=/.mynumber.org/gfwlist -server=/.myparagliding.com/127.0.0.1#5335 -ipset=/.myparagliding.com/gfwlist -server=/.mypicture.info/127.0.0.1#5335 -ipset=/.mypicture.info/gfwlist -server=/.mypop3.net/127.0.0.1#5335 -ipset=/.mypop3.net/gfwlist -server=/.mypop3.org/127.0.0.1#5335 -ipset=/.mypop3.org/gfwlist -server=/.mypopescu.com/127.0.0.1#5335 -ipset=/.mypopescu.com/gfwlist -server=/.myreadingmanga.info/127.0.0.1#5335 -ipset=/.myreadingmanga.info/gfwlist -server=/.mysecondarydns.com/127.0.0.1#5335 -ipset=/.mysecondarydns.com/gfwlist -server=/.mysinablog.com/127.0.0.1#5335 -ipset=/.mysinablog.com/gfwlist -server=/.mysite.verizon.net/127.0.0.1#5335 -ipset=/.mysite.verizon.net/gfwlist -server=/.myspace.com/127.0.0.1#5335 -ipset=/.myspace.com/gfwlist -server=/.myspacecdn.com/127.0.0.1#5335 -ipset=/.myspacecdn.com/gfwlist -server=/.mytalkbox.com/127.0.0.1#5335 -ipset=/.mytalkbox.com/gfwlist -server=/.mytizi.com/127.0.0.1#5335 -ipset=/.mytizi.com/gfwlist -server=/.mywww.biz/127.0.0.1#5335 -ipset=/.mywww.biz/gfwlist -server=/.myz.info/127.0.0.1#5335 -ipset=/.myz.info/gfwlist -server=/.naacoalition.org/127.0.0.1#5335 -ipset=/.naacoalition.org/gfwlist -server=/.naitik.net/127.0.0.1#5335 -ipset=/.naitik.net/gfwlist -server=/.nakido.com/127.0.0.1#5335 -ipset=/.nakido.com/gfwlist -server=/.nalandabodhi.org/127.0.0.1#5335 -ipset=/.nalandabodhi.org/gfwlist -server=/.nalandawest.org/127.0.0.1#5335 -ipset=/.nalandawest.org/gfwlist -server=/.namgyal.org/127.0.0.1#5335 -ipset=/.namgyal.org/gfwlist -server=/.namgyalmonastery.org/127.0.0.1#5335 -ipset=/.namgyalmonastery.org/gfwlist -server=/.namsisi.com/127.0.0.1#5335 -ipset=/.namsisi.com/gfwlist -server=/.nanyang.com/127.0.0.1#5335 -ipset=/.nanyang.com/gfwlist -server=/.nanyangpost.com/127.0.0.1#5335 -ipset=/.nanyangpost.com/gfwlist -server=/.nanzao.com/127.0.0.1#5335 -ipset=/.nanzao.com/gfwlist -server=/.naol.ca/127.0.0.1#5335 -ipset=/.naol.ca/gfwlist -server=/.naol.cc/127.0.0.1#5335 -ipset=/.naol.cc/gfwlist -server=/.nat.gov.tw/127.0.0.1#5335 -ipset=/.nat.gov.tw/gfwlist -server=/.nat.moe/127.0.0.1#5335 -ipset=/.nat.moe/gfwlist -server=/.national-lottery.co.uk/127.0.0.1#5335 -ipset=/.national-lottery.co.uk/gfwlist -server=/.nationwide.com/127.0.0.1#5335 -ipset=/.nationwide.com/gfwlist -server=/.naughtyamerica.com/127.0.0.1#5335 -ipset=/.naughtyamerica.com/gfwlist -server=/.navyfamily.navy.mil/127.0.0.1#5335 -ipset=/.navyfamily.navy.mil/gfwlist -server=/.navyreserve.navy.mil/127.0.0.1#5335 -ipset=/.navyreserve.navy.mil/gfwlist -server=/.naweeklytimes.com/127.0.0.1#5335 -ipset=/.naweeklytimes.com/gfwlist -server=/.nbtvpn.com/127.0.0.1#5335 -ipset=/.nbtvpn.com/gfwlist -server=/.nccwatch.org.tw/127.0.0.1#5335 -ipset=/.nccwatch.org.tw/gfwlist -server=/.nch.com.tw/127.0.0.1#5335 -ipset=/.nch.com.tw/gfwlist -server=/.ncn.org/127.0.0.1#5335 -ipset=/.ncn.org/gfwlist -server=/.nde.de/127.0.0.1#5335 -ipset=/.nde.de/gfwlist -server=/.ndr.de/127.0.0.1#5335 -ipset=/.ndr.de/gfwlist -server=/.ned.org/127.0.0.1#5335 -ipset=/.ned.org/gfwlist -server=/.nekoslovakia.net/127.0.0.1#5335 -ipset=/.nekoslovakia.net/gfwlist -server=/.neo-miracle.com/127.0.0.1#5335 -ipset=/.neo-miracle.com/gfwlist -server=/.nepusoku.com/127.0.0.1#5335 -ipset=/.nepusoku.com/gfwlist -server=/.net-fits.pro/127.0.0.1#5335 -ipset=/.net-fits.pro/gfwlist -server=/.netbirds.com/127.0.0.1#5335 -ipset=/.netbirds.com/gfwlist -server=/.netcolony.com/127.0.0.1#5335 -ipset=/.netcolony.com/gfwlist -server=/.netflix.com/127.0.0.1#5335 -ipset=/.netflix.com/gfwlist -server=/.netme.cc/127.0.0.1#5335 -ipset=/.netme.cc/gfwlist -server=/.netsneak.com/127.0.0.1#5335 -ipset=/.netsneak.com/gfwlist -server=/.network54.com/127.0.0.1#5335 -ipset=/.network54.com/gfwlist -server=/.networkedblogs.com/127.0.0.1#5335 -ipset=/.networkedblogs.com/gfwlist -server=/.networktunnel.net/127.0.0.1#5335 -ipset=/.networktunnel.net/gfwlist -server=/.neverforget8964.org/127.0.0.1#5335 -ipset=/.neverforget8964.org/gfwlist -server=/.new-3lunch.net/127.0.0.1#5335 -ipset=/.new-3lunch.net/gfwlist -server=/.new-akiba.com/127.0.0.1#5335 -ipset=/.new-akiba.com/gfwlist -server=/.new96.ca/127.0.0.1#5335 -ipset=/.new96.ca/gfwlist -server=/.newcenturymc.com/127.0.0.1#5335 -ipset=/.newcenturymc.com/gfwlist -server=/.newcenturynews.com/127.0.0.1#5335 -ipset=/.newcenturynews.com/gfwlist -server=/.newchen.com/127.0.0.1#5335 -ipset=/.newchen.com/gfwlist -server=/.newgrounds.com/127.0.0.1#5335 -ipset=/.newgrounds.com/gfwlist -server=/.newipnow.com/127.0.0.1#5335 -ipset=/.newipnow.com/gfwlist -server=/.newlandmagazine.com.au/127.0.0.1#5335 -ipset=/.newlandmagazine.com.au/gfwlist -server=/.newnews.ca/127.0.0.1#5335 -ipset=/.newnews.ca/gfwlist -server=/.news.cnyes.com/127.0.0.1#5335 -ipset=/.news.cnyes.com/gfwlist -server=/.news.hk.msn.com/127.0.0.1#5335 -ipset=/.news.hk.msn.com/gfwlist -server=/.news.hkpeanut.com/127.0.0.1#5335 -ipset=/.news.hkpeanut.com/gfwlist -server=/.news.msn.com.tw/127.0.0.1#5335 -ipset=/.news.msn.com.tw/gfwlist -server=/.news.now.com/127.0.0.1#5335 -ipset=/.news.now.com/gfwlist -server=/.news.omy.sg/127.0.0.1#5335 -ipset=/.news.omy.sg/gfwlist -server=/.news.seehua.com/127.0.0.1#5335 -ipset=/.news.seehua.com/gfwlist -server=/.news.sina.com.hk/127.0.0.1#5335 -ipset=/.news.sina.com.hk/gfwlist -server=/.news.sina.com.tw/127.0.0.1#5335 -ipset=/.news.sina.com.tw/gfwlist -server=/.news.sinchew.com.my/127.0.0.1#5335 -ipset=/.news.sinchew.com.my/gfwlist -server=/.news.singtao.ca/127.0.0.1#5335 -ipset=/.news.singtao.ca/gfwlist -server=/.news.tvbs.com.tw/127.0.0.1#5335 -ipset=/.news.tvbs.com.tw/gfwlist -server=/.news100.com.tw/127.0.0.1#5335 -ipset=/.news100.com.tw/gfwlist -server=/.newsancai.com/127.0.0.1#5335 -ipset=/.newsancai.com/gfwlist -server=/.newschinacomment.org/127.0.0.1#5335 -ipset=/.newschinacomment.org/gfwlist -server=/.newscn.org/127.0.0.1#5335 -ipset=/.newscn.org/gfwlist -server=/.newsdetox.ca/127.0.0.1#5335 -ipset=/.newsdetox.ca/gfwlist -server=/.newsdh.com/127.0.0.1#5335 -ipset=/.newsdh.com/gfwlist -server=/.newstamago.com/127.0.0.1#5335 -ipset=/.newstamago.com/gfwlist -server=/.newstapa.org/127.0.0.1#5335 -ipset=/.newstapa.org/gfwlist -server=/.newstarnet.com/127.0.0.1#5335 -ipset=/.newstarnet.com/gfwlist -server=/.newtaiwan.com.tw/127.0.0.1#5335 -ipset=/.newtaiwan.com.tw/gfwlist -server=/.newtalk.tw/127.0.0.1#5335 -ipset=/.newtalk.tw/gfwlist -server=/.newyorktimes.com/127.0.0.1#5335 -ipset=/.newyorktimes.com/gfwlist -server=/.nexon.com/127.0.0.1#5335 -ipset=/.nexon.com/gfwlist -server=/.next11.co.jp/127.0.0.1#5335 -ipset=/.next11.co.jp/gfwlist -server=/.nextmag.com.tw/127.0.0.1#5335 -ipset=/.nextmag.com.tw/gfwlist -server=/.nextmedia.com/127.0.0.1#5335 -ipset=/.nextmedia.com/gfwlist -server=/.nexton-net.jp/127.0.0.1#5335 -ipset=/.nexton-net.jp/gfwlist -server=/.nexttv.com.tw/127.0.0.1#5335 -ipset=/.nexttv.com.tw/gfwlist -server=/.nf.id.au/127.0.0.1#5335 -ipset=/.nf.id.au/gfwlist -server=/.nfjtyd.com/127.0.0.1#5335 -ipset=/.nfjtyd.com/gfwlist -server=/.nflxext.com/127.0.0.1#5335 -ipset=/.nflxext.com/gfwlist -server=/.nflximg.com/127.0.0.1#5335 -ipset=/.nflximg.com/gfwlist -server=/.nflximg.net/127.0.0.1#5335 -ipset=/.nflximg.net/gfwlist -server=/.nflxso.net/127.0.0.1#5335 -ipset=/.nflxso.net/gfwlist -server=/.nflxvideo.net/127.0.0.1#5335 -ipset=/.nflxvideo.net/gfwlist -server=/.nga.mil/127.0.0.1#5335 -ipset=/.nga.mil/gfwlist -server=/.ngensis.com/127.0.0.1#5335 -ipset=/.ngensis.com/gfwlist -server=/.nhentai.net/127.0.0.1#5335 -ipset=/.nhentai.net/gfwlist -server=/.nhi.gov.tw/127.0.0.1#5335 -ipset=/.nhi.gov.tw/gfwlist -server=/.nhk-ondemand.jp/127.0.0.1#5335 -ipset=/.nhk-ondemand.jp/gfwlist -server=/.nic.cz.cc/127.0.0.1#5335 -ipset=/.nic.cz.cc/gfwlist -server=/.nic.google/127.0.0.1#5335 -ipset=/.nic.google/gfwlist -server=/.nic.gov/127.0.0.1#5335 -ipset=/.nic.gov/gfwlist -server=/.nicovideo.jp/127.0.0.1#5335 -ipset=/.nicovideo.jp/gfwlist -server=/.nighost.org/127.0.0.1#5335 -ipset=/.nighost.org/gfwlist -server=/.nikkei.com/127.0.0.1#5335 -ipset=/.nikkei.com/gfwlist -server=/.ninecommentaries.com/127.0.0.1#5335 -ipset=/.ninecommentaries.com/gfwlist -server=/.ninjacloak.com/127.0.0.1#5335 -ipset=/.ninjacloak.com/gfwlist -server=/.ninjaproxy.ninja/127.0.0.1#5335 -ipset=/.ninjaproxy.ninja/gfwlist -server=/.nintendium.com/127.0.0.1#5335 -ipset=/.nintendium.com/gfwlist -server=/.ninth.biz/127.0.0.1#5335 -ipset=/.ninth.biz/gfwlist -server=/.niu.moe/127.0.0.1#5335 -ipset=/.niu.moe/gfwlist -server=/.niusnews.com/127.0.0.1#5335 -ipset=/.niusnews.com/gfwlist -server=/.njactb.org/127.0.0.1#5335 -ipset=/.njactb.org/gfwlist -server=/.njuice.com/127.0.0.1#5335 -ipset=/.njuice.com/gfwlist -server=/.nko.navy.mil/127.0.0.1#5335 -ipset=/.nko.navy.mil/gfwlist -server=/.nlfreevpn.com/127.0.0.1#5335 -ipset=/.nlfreevpn.com/gfwlist -server=/.no-ip.org/127.0.0.1#5335 -ipset=/.no-ip.org/gfwlist -server=/.nobel.se/127.0.0.1#5335 -ipset=/.nobel.se/gfwlist -server=/.nobodycanstop.us/127.0.0.1#5335 -ipset=/.nobodycanstop.us/gfwlist -server=/.nofile.io/127.0.0.1#5335 -ipset=/.nofile.io/gfwlist -server=/.nokogiri.org/127.0.0.1#5335 -ipset=/.nokogiri.org/gfwlist -server=/.nokola.com/127.0.0.1#5335 -ipset=/.nokola.com/gfwlist -server=/.noodlevpn.com/127.0.0.1#5335 -ipset=/.noodlevpn.com/gfwlist -server=/.norbulingka.org/127.0.0.1#5335 -ipset=/.norbulingka.org/gfwlist -server=/.nordstrom.com/127.0.0.1#5335 -ipset=/.nordstrom.com/gfwlist -server=/.nordstromimage.com/127.0.0.1#5335 -ipset=/.nordstromimage.com/gfwlist -server=/.nordstromrack.com/127.0.0.1#5335 -ipset=/.nordstromrack.com/gfwlist -server=/.nordvpn.com/127.0.0.1#5335 -ipset=/.nordvpn.com/gfwlist -server=/.notify.dropboxapi.com/127.0.0.1#5335 -ipset=/.notify.dropboxapi.com/gfwlist -server=/.nottinghampost.com/127.0.0.1#5335 -ipset=/.nottinghampost.com/gfwlist -server=/.novelasia.com/127.0.0.1#5335 -ipset=/.novelasia.com/gfwlist -server=/.now.com/127.0.0.1#5335 -ipset=/.now.com/gfwlist -server=/.now.im/127.0.0.1#5335 -ipset=/.now.im/gfwlist -server=/.nownews.com/127.0.0.1#5335 -ipset=/.nownews.com/gfwlist -server=/.nowtorrents.com/127.0.0.1#5335 -ipset=/.nowtorrents.com/gfwlist -server=/.noypf.com/127.0.0.1#5335 -ipset=/.noypf.com/gfwlist -server=/.npa.go.jp/127.0.0.1#5335 -ipset=/.npa.go.jp/gfwlist -server=/.npa.gov.tw/127.0.0.1#5335 -ipset=/.npa.gov.tw/gfwlist -server=/.npnt.me/127.0.0.1#5335 -ipset=/.npnt.me/gfwlist -server=/.nps.gov/127.0.0.1#5335 -ipset=/.nps.gov/gfwlist -server=/.npsboost.com/127.0.0.1#5335 -ipset=/.npsboost.com/gfwlist -server=/.nradio.me/127.0.0.1#5335 -ipset=/.nradio.me/gfwlist -server=/.nrk.no/127.0.0.1#5335 -ipset=/.nrk.no/gfwlist -server=/.ns01.biz/127.0.0.1#5335 -ipset=/.ns01.biz/gfwlist -server=/.ns01.info/127.0.0.1#5335 -ipset=/.ns01.info/gfwlist -server=/.ns01.us/127.0.0.1#5335 -ipset=/.ns01.us/gfwlist -server=/.ns02.biz/127.0.0.1#5335 -ipset=/.ns02.biz/gfwlist -server=/.ns02.info/127.0.0.1#5335 -ipset=/.ns02.info/gfwlist -server=/.ns02.us/127.0.0.1#5335 -ipset=/.ns02.us/gfwlist -server=/.ns1.name/127.0.0.1#5335 -ipset=/.ns1.name/gfwlist -server=/.ns2.name/127.0.0.1#5335 -ipset=/.ns2.name/gfwlist -server=/.ns3.name/127.0.0.1#5335 -ipset=/.ns3.name/gfwlist -server=/.nsc.gov.tw/127.0.0.1#5335 -ipset=/.nsc.gov.tw/gfwlist -server=/.ntbk.gov.tw/127.0.0.1#5335 -ipset=/.ntbk.gov.tw/gfwlist -server=/.ntbna.gov.tw/127.0.0.1#5335 -ipset=/.ntbna.gov.tw/gfwlist -server=/.ntbt.gov.tw/127.0.0.1#5335 -ipset=/.ntbt.gov.tw/gfwlist -server=/.ntd.tv/127.0.0.1#5335 -ipset=/.ntd.tv/gfwlist -server=/.ntdtv.ca/127.0.0.1#5335 -ipset=/.ntdtv.ca/gfwlist -server=/.ntdtv.co.kr/127.0.0.1#5335 -ipset=/.ntdtv.co.kr/gfwlist -server=/.ntdtv.com/127.0.0.1#5335 -ipset=/.ntdtv.com/gfwlist -server=/.ntdtv.cz/127.0.0.1#5335 -ipset=/.ntdtv.cz/gfwlist -server=/.ntdtv.org/127.0.0.1#5335 -ipset=/.ntdtv.org/gfwlist -server=/.ntdtv.ru/127.0.0.1#5335 -ipset=/.ntdtv.ru/gfwlist -server=/.ntdtvla.com/127.0.0.1#5335 -ipset=/.ntdtvla.com/gfwlist -server=/.ntrfun.com/127.0.0.1#5335 -ipset=/.ntrfun.com/gfwlist -server=/.ntsna.gov.tw/127.0.0.1#5335 -ipset=/.ntsna.gov.tw/gfwlist -server=/.nubiles.net/127.0.0.1#5335 -ipset=/.nubiles.net/gfwlist -server=/.nuexpo.com/127.0.0.1#5335 -ipset=/.nuexpo.com/gfwlist -server=/.nukistream.com/127.0.0.1#5335 -ipset=/.nukistream.com/gfwlist -server=/.nurgo-software.com/127.0.0.1#5335 -ipset=/.nurgo-software.com/gfwlist -server=/.nusatrip.com/127.0.0.1#5335 -ipset=/.nusatrip.com/gfwlist -server=/.nutaku.net/127.0.0.1#5335 -ipset=/.nutaku.net/gfwlist -server=/.nuuvem.com/127.0.0.1#5335 -ipset=/.nuuvem.com/gfwlist -server=/.nuvid.com/127.0.0.1#5335 -ipset=/.nuvid.com/gfwlist -server=/.nuzcom.com/127.0.0.1#5335 -ipset=/.nuzcom.com/gfwlist -server=/.nvdst.com/127.0.0.1#5335 -ipset=/.nvdst.com/gfwlist -server=/.nvquan.org/127.0.0.1#5335 -ipset=/.nvquan.org/gfwlist -server=/.nvtongzhisheng.org/127.0.0.1#5335 -ipset=/.nvtongzhisheng.org/gfwlist -server=/.nwtca.org/127.0.0.1#5335 -ipset=/.nwtca.org/gfwlist -server=/.ny.stgloballink.com/127.0.0.1#5335 -ipset=/.ny.stgloballink.com/gfwlist -server=/.ny.visiontimes.com/127.0.0.1#5335 -ipset=/.ny.visiontimes.com/gfwlist -server=/.nyaa.eu/127.0.0.1#5335 -ipset=/.nyaa.eu/gfwlist -server=/.nyaa.si/127.0.0.1#5335 -ipset=/.nyaa.si/gfwlist -server=/.nydus.ca/127.0.0.1#5335 -ipset=/.nydus.ca/gfwlist -server=/.nylon-angel.com/127.0.0.1#5335 -ipset=/.nylon-angel.com/gfwlist -server=/.nylonstockingsonline.com/127.0.0.1#5335 -ipset=/.nylonstockingsonline.com/gfwlist -server=/.nyt.com/127.0.0.1#5335 -ipset=/.nyt.com/gfwlist -server=/.nytchina.com/127.0.0.1#5335 -ipset=/.nytchina.com/gfwlist -server=/.nytcn.me/127.0.0.1#5335 -ipset=/.nytcn.me/gfwlist -server=/.nytco.com/127.0.0.1#5335 -ipset=/.nytco.com/gfwlist -server=/.nytimes.com/127.0.0.1#5335 -ipset=/.nytimes.com/gfwlist -server=/.nytimes.map.fastly.net/127.0.0.1#5335 -ipset=/.nytimes.map.fastly.net/gfwlist -server=/.nytimg.com/127.0.0.1#5335 -ipset=/.nytimg.com/gfwlist -server=/.nytstyle.com/127.0.0.1#5335 -ipset=/.nytstyle.com/gfwlist -server=/.nzchinese.com/127.0.0.1#5335 -ipset=/.nzchinese.com/gfwlist -server=/.nzchinese.net.nz/127.0.0.1#5335 -ipset=/.nzchinese.net.nz/gfwlist -server=/.observechina.net/127.0.0.1#5335 -ipset=/.observechina.net/gfwlist -server=/.obutu.com/127.0.0.1#5335 -ipset=/.obutu.com/gfwlist -server=/.ocaspro.com/127.0.0.1#5335 -ipset=/.ocaspro.com/gfwlist -server=/.occupytiananmen.com/127.0.0.1#5335 -ipset=/.occupytiananmen.com/gfwlist -server=/.oclp.hk/127.0.0.1#5335 -ipset=/.oclp.hk/gfwlist -server=/.ocreampies.com/127.0.0.1#5335 -ipset=/.ocreampies.com/gfwlist -server=/.ocry.com/127.0.0.1#5335 -ipset=/.ocry.com/gfwlist -server=/.october-review.org/127.0.0.1#5335 -ipset=/.october-review.org/gfwlist -server=/.oculus.com/127.0.0.1#5335 -ipset=/.oculus.com/gfwlist -server=/.oculuscdn.com/127.0.0.1#5335 -ipset=/.oculuscdn.com/gfwlist -server=/.oex.com/127.0.0.1#5335 -ipset=/.oex.com/gfwlist -server=/.offbeatchina.com/127.0.0.1#5335 -ipset=/.offbeatchina.com/gfwlist -server=/.officeoftibet.com/127.0.0.1#5335 -ipset=/.officeoftibet.com/gfwlist -server=/.ofile.org/127.0.0.1#5335 -ipset=/.ofile.org/gfwlist -server=/.ogaoga.org/127.0.0.1#5335 -ipset=/.ogaoga.org/gfwlist -server=/.ogate.org/127.0.0.1#5335 -ipset=/.ogate.org/gfwlist -server=/.oiktv.com/127.0.0.1#5335 -ipset=/.oiktv.com/gfwlist -server=/.oizoblog.com/127.0.0.1#5335 -ipset=/.oizoblog.com/gfwlist -server=/.ok.ru/127.0.0.1#5335 -ipset=/.ok.ru/gfwlist -server=/.okayfreedom.com/127.0.0.1#5335 -ipset=/.okayfreedom.com/gfwlist -server=/.okex.com/127.0.0.1#5335 -ipset=/.okex.com/gfwlist -server=/.okk.tw/127.0.0.1#5335 -ipset=/.okk.tw/gfwlist -server=/.old-cat.net/127.0.0.1#5335 -ipset=/.old-cat.net/gfwlist -server=/.old.nabble.com/127.0.0.1#5335 -ipset=/.old.nabble.com/gfwlist -server=/.olumpo.com/127.0.0.1#5335 -ipset=/.olumpo.com/gfwlist -server=/.olympicwatch.org/127.0.0.1#5335 -ipset=/.olympicwatch.org/gfwlist -server=/.omgili.com/127.0.0.1#5335 -ipset=/.omgili.com/gfwlist -server=/.omni7.jp/127.0.0.1#5335 -ipset=/.omni7.jp/gfwlist -server=/.omnitalk.com/127.0.0.1#5335 -ipset=/.omnitalk.com/gfwlist -server=/.omnitalk.org/127.0.0.1#5335 -ipset=/.omnitalk.org/gfwlist -server=/.on.cc/127.0.0.1#5335 -ipset=/.on.cc/gfwlist -server=/.on2.com/127.0.0.1#5335 -ipset=/.on2.com/gfwlist -server=/.onapp.com/127.0.0.1#5335 -ipset=/.onapp.com/gfwlist -server=/.onedrive.live.com/127.0.0.1#5335 -ipset=/.onedrive.live.com/gfwlist -server=/.onedumb.com/127.0.0.1#5335 -ipset=/.onedumb.com/gfwlist -server=/.onejav.com/127.0.0.1#5335 -ipset=/.onejav.com/gfwlist -server=/.onion.city/127.0.0.1#5335 -ipset=/.onion.city/gfwlist -server=/.online.recoveryversion.org/127.0.0.1#5335 -ipset=/.online.recoveryversion.org/gfwlist -server=/.onlinecha.com/127.0.0.1#5335 -ipset=/.onlinecha.com/gfwlist -server=/.onlineyoutube.com/127.0.0.1#5335 -ipset=/.onlineyoutube.com/gfwlist -server=/.onlytweets.com/127.0.0.1#5335 -ipset=/.onlytweets.com/gfwlist -server=/.onmoon.com/127.0.0.1#5335 -ipset=/.onmoon.com/gfwlist -server=/.onmoon.net/127.0.0.1#5335 -ipset=/.onmoon.net/gfwlist -server=/.onmypc.biz/127.0.0.1#5335 -ipset=/.onmypc.biz/gfwlist -server=/.onmypc.info/127.0.0.1#5335 -ipset=/.onmypc.info/gfwlist -server=/.onmypc.net/127.0.0.1#5335 -ipset=/.onmypc.net/gfwlist -server=/.onmypc.org/127.0.0.1#5335 -ipset=/.onmypc.org/gfwlist -server=/.onmypc.us/127.0.0.1#5335 -ipset=/.onmypc.us/gfwlist -server=/.onthehunt.com/127.0.0.1#5335 -ipset=/.onthehunt.com/gfwlist -server=/.ontrac.com/127.0.0.1#5335 -ipset=/.ontrac.com/gfwlist -server=/.oopsforum.com/127.0.0.1#5335 -ipset=/.oopsforum.com/gfwlist -server=/.open.com.hk/127.0.0.1#5335 -ipset=/.open.com.hk/gfwlist -server=/.openallweb.com/127.0.0.1#5335 -ipset=/.openallweb.com/gfwlist -server=/.opendemocracy.net/127.0.0.1#5335 -ipset=/.opendemocracy.net/gfwlist -server=/.opendn.xyz/127.0.0.1#5335 -ipset=/.opendn.xyz/gfwlist -server=/.openervpn.in/127.0.0.1#5335 -ipset=/.openervpn.in/gfwlist -server=/.openid.net/127.0.0.1#5335 -ipset=/.openid.net/gfwlist -server=/.openleaks.org/127.0.0.1#5335 -ipset=/.openleaks.org/gfwlist -server=/.openvpn.net/127.0.0.1#5335 -ipset=/.openvpn.net/gfwlist -server=/.openvpn.org/127.0.0.1#5335 -ipset=/.openvpn.org/gfwlist -server=/.openwebster.com/127.0.0.1#5335 -ipset=/.openwebster.com/gfwlist -server=/.openwrt.org.cn/127.0.0.1#5335 -ipset=/.openwrt.org.cn/gfwlist -server=/.opml.radiotime.com/127.0.0.1#5335 -ipset=/.opml.radiotime.com/gfwlist -server=/.opus-gaming.com/127.0.0.1#5335 -ipset=/.opus-gaming.com/gfwlist -server=/.organcare.org.tw/127.0.0.1#5335 -ipset=/.organcare.org.tw/gfwlist -server=/.organharvestinvestigation.net/127.0.0.1#5335 -ipset=/.organharvestinvestigation.net/gfwlist -server=/.organiccrap.com/127.0.0.1#5335 -ipset=/.organiccrap.com/gfwlist -server=/.orgasm.com/127.0.0.1#5335 -ipset=/.orgasm.com/gfwlist -server=/.orgfree.com/127.0.0.1#5335 -ipset=/.orgfree.com/gfwlist -server=/.orient-doll.com/127.0.0.1#5335 -ipset=/.orient-doll.com/gfwlist -server=/.orientaldaily.com.my/127.0.0.1#5335 -ipset=/.orientaldaily.com.my/gfwlist -server=/.orn.jp/127.0.0.1#5335 -ipset=/.orn.jp/gfwlist -server=/.orzistic.org/127.0.0.1#5335 -ipset=/.orzistic.org/gfwlist -server=/.osfoora.com/127.0.0.1#5335 -ipset=/.osfoora.com/gfwlist -server=/.otcbtc.com/127.0.0.1#5335 -ipset=/.otcbtc.com/gfwlist -server=/.otnd.org/127.0.0.1#5335 -ipset=/.otnd.org/gfwlist -server=/.otto.de/127.0.0.1#5335 -ipset=/.otto.de/gfwlist -server=/.otzo.com/127.0.0.1#5335 -ipset=/.otzo.com/gfwlist -server=/.ourdearamy.com/127.0.0.1#5335 -ipset=/.ourdearamy.com/gfwlist -server=/.ourhobby.com/127.0.0.1#5335 -ipset=/.ourhobby.com/gfwlist -server=/.oursogo.com/127.0.0.1#5335 -ipset=/.oursogo.com/gfwlist -server=/.oursteps.com.au/127.0.0.1#5335 -ipset=/.oursteps.com.au/gfwlist -server=/.oursweb.net/127.0.0.1#5335 -ipset=/.oursweb.net/gfwlist -server=/.ourtv.hk/127.0.0.1#5335 -ipset=/.ourtv.hk/gfwlist -server=/.overplay.net/127.0.0.1#5335 -ipset=/.overplay.net/gfwlist -server=/.oversea.istarshine.com/127.0.0.1#5335 -ipset=/.oversea.istarshine.com/gfwlist -server=/.ow.ly/127.0.0.1#5335 -ipset=/.ow.ly/gfwlist -server=/.owl.li/127.0.0.1#5335 -ipset=/.owl.li/gfwlist -server=/.oyax.com/127.0.0.1#5335 -ipset=/.oyax.com/gfwlist -server=/.ozvoice.org/127.0.0.1#5335 -ipset=/.ozvoice.org/gfwlist -server=/.ozxw.com/127.0.0.1#5335 -ipset=/.ozxw.com/gfwlist -server=/.ozyoyo.com/127.0.0.1#5335 -ipset=/.ozyoyo.com/gfwlist -server=/.pachosting.com/127.0.0.1#5335 -ipset=/.pachosting.com/gfwlist -server=/.pacificpoker.com/127.0.0.1#5335 -ipset=/.pacificpoker.com/gfwlist -server=/.packetix.net/127.0.0.1#5335 -ipset=/.packetix.net/gfwlist -server=/.pacopacomama.com/127.0.0.1#5335 -ipset=/.pacopacomama.com/gfwlist -server=/.padmanet.com/127.0.0.1#5335 -ipset=/.padmanet.com/gfwlist -server=/.page.bid.yahoo.com/127.0.0.1#5335 -ipset=/.page.bid.yahoo.com/gfwlist -server=/.page2rss.com/127.0.0.1#5335 -ipset=/.page2rss.com/gfwlist -server=/.pagodabox.com/127.0.0.1#5335 -ipset=/.pagodabox.com/gfwlist -server=/.palacemoon.com/127.0.0.1#5335 -ipset=/.palacemoon.com/gfwlist -server=/.paldengyal.com/127.0.0.1#5335 -ipset=/.paldengyal.com/gfwlist -server=/.paljorpublications.com/127.0.0.1#5335 -ipset=/.paljorpublications.com/gfwlist -server=/.paltalk.com/127.0.0.1#5335 -ipset=/.paltalk.com/gfwlist -server=/.panamapapers.sueddeutsche.de/127.0.0.1#5335 -ipset=/.panamapapers.sueddeutsche.de/gfwlist -server=/.pandapow.co/127.0.0.1#5335 -ipset=/.pandapow.co/gfwlist -server=/.pandapow.net/127.0.0.1#5335 -ipset=/.pandapow.net/gfwlist -server=/.pandavpn-jp.com/127.0.0.1#5335 -ipset=/.pandavpn-jp.com/gfwlist -server=/.pandora.com/127.0.0.1#5335 -ipset=/.pandora.com/gfwlist -server=/.pandora.tv/127.0.0.1#5335 -ipset=/.pandora.tv/gfwlist -server=/.panluan.net/127.0.0.1#5335 -ipset=/.panluan.net/gfwlist -server=/.panoramio.com/127.0.0.1#5335 -ipset=/.panoramio.com/gfwlist -server=/.pao-pao.net/127.0.0.1#5335 -ipset=/.pao-pao.net/gfwlist -server=/.paper.li/127.0.0.1#5335 -ipset=/.paper.li/gfwlist -server=/.paperb.us/127.0.0.1#5335 -ipset=/.paperb.us/gfwlist -server=/.paradisehill.cc/127.0.0.1#5335 -ipset=/.paradisehill.cc/gfwlist -server=/.paradisepoker.com/127.0.0.1#5335 -ipset=/.paradisepoker.com/gfwlist -server=/.parkansky.com/127.0.0.1#5335 -ipset=/.parkansky.com/gfwlist -server=/.partycasino.com/127.0.0.1#5335 -ipset=/.partycasino.com/gfwlist -server=/.partypoker.com/127.0.0.1#5335 -ipset=/.partypoker.com/gfwlist -server=/.passion.com/127.0.0.1#5335 -ipset=/.passion.com/gfwlist -server=/.passiontimes.hk/127.0.0.1#5335 -ipset=/.passiontimes.hk/gfwlist -server=/.paste.ee/127.0.0.1#5335 -ipset=/.paste.ee/gfwlist -server=/.pastebin.com/127.0.0.1#5335 -ipset=/.pastebin.com/gfwlist -server=/.pastie.org/127.0.0.1#5335 -ipset=/.pastie.org/gfwlist -server=/.pbwiki.com/127.0.0.1#5335 -ipset=/.pbwiki.com/gfwlist -server=/.pbworks.com/127.0.0.1#5335 -ipset=/.pbworks.com/gfwlist -server=/.pbxes.com/127.0.0.1#5335 -ipset=/.pbxes.com/gfwlist -server=/.pbxes.org/127.0.0.1#5335 -ipset=/.pbxes.org/gfwlist -server=/.pcanywhere.net/127.0.0.1#5335 -ipset=/.pcanywhere.net/gfwlist -server=/.pcc.gov.tw/127.0.0.1#5335 -ipset=/.pcc.gov.tw/gfwlist -server=/.pcdvd.com.tw/127.0.0.1#5335 -ipset=/.pcdvd.com.tw/gfwlist -server=/.pchome.com.tw/127.0.0.1#5335 -ipset=/.pchome.com.tw/gfwlist -server=/.pcij.org/127.0.0.1#5335 -ipset=/.pcij.org/gfwlist -server=/.pcstore.com.tw/127.0.0.1#5335 -ipset=/.pcstore.com.tw/gfwlist -server=/.pct.org.tw/127.0.0.1#5335 -ipset=/.pct.org.tw/gfwlist -server=/.pdetails.com/127.0.0.1#5335 -ipset=/.pdetails.com/gfwlist -server=/.pdproxy.com/127.0.0.1#5335 -ipset=/.pdproxy.com/gfwlist -server=/.pds.nasa.gov/127.0.0.1#5335 -ipset=/.pds.nasa.gov/gfwlist -server=/.peace.ca/127.0.0.1#5335 -ipset=/.peace.ca/gfwlist -server=/.peacefire.org/127.0.0.1#5335 -ipset=/.peacefire.org/gfwlist -server=/.peacehall.com/127.0.0.1#5335 -ipset=/.peacehall.com/gfwlist -server=/.pearlher.org/127.0.0.1#5335 -ipset=/.pearlher.org/gfwlist -server=/.peeasian.com/127.0.0.1#5335 -ipset=/.peeasian.com/gfwlist -server=/.pekingduck.org/127.0.0.1#5335 -ipset=/.pekingduck.org/gfwlist -server=/.pemulihan.or.id/127.0.0.1#5335 -ipset=/.pemulihan.or.id/gfwlist -server=/.pen.io/127.0.0.1#5335 -ipset=/.pen.io/gfwlist -server=/.penchinese.com/127.0.0.1#5335 -ipset=/.penchinese.com/gfwlist -server=/.penchinese.net/127.0.0.1#5335 -ipset=/.penchinese.net/gfwlist -server=/.pengyulong.com/127.0.0.1#5335 -ipset=/.pengyulong.com/gfwlist -server=/.penisbot.com/127.0.0.1#5335 -ipset=/.penisbot.com/gfwlist -server=/.penthouse.com/127.0.0.1#5335 -ipset=/.penthouse.com/gfwlist -server=/.peoplebookcafe.com/127.0.0.1#5335 -ipset=/.peoplebookcafe.com/gfwlist -server=/.peoplenews.tw/127.0.0.1#5335 -ipset=/.peoplenews.tw/gfwlist -server=/.peopo.org/127.0.0.1#5335 -ipset=/.peopo.org/gfwlist -server=/.percy.in/127.0.0.1#5335 -ipset=/.percy.in/gfwlist -server=/.perfectgirls.net/127.0.0.1#5335 -ipset=/.perfectgirls.net/gfwlist -server=/.perfectvpn.net/127.0.0.1#5335 -ipset=/.perfectvpn.net/gfwlist -server=/.periscope.tv/127.0.0.1#5335 -ipset=/.periscope.tv/gfwlist -server=/.persecutionblog.com/127.0.0.1#5335 -ipset=/.persecutionblog.com/gfwlist -server=/.persiankitty.com/127.0.0.1#5335 -ipset=/.persiankitty.com/gfwlist -server=/.pfd.org.hk/127.0.0.1#5335 -ipset=/.pfd.org.hk/gfwlist -server=/.phapluan.org/127.0.0.1#5335 -ipset=/.phapluan.org/gfwlist -server=/.phayul.com/127.0.0.1#5335 -ipset=/.phayul.com/gfwlist -server=/.philborges.com/127.0.0.1#5335 -ipset=/.philborges.com/gfwlist -server=/.philly.com/127.0.0.1#5335 -ipset=/.philly.com/gfwlist -server=/.phmsociety.org/127.0.0.1#5335 -ipset=/.phmsociety.org/gfwlist -server=/.phncdn.com/127.0.0.1#5335 -ipset=/.phncdn.com/gfwlist -server=/.phosphation13.rssing.com/127.0.0.1#5335 -ipset=/.phosphation13.rssing.com/gfwlist -server=/.photodharma.net/127.0.0.1#5335 -ipset=/.photodharma.net/gfwlist -server=/.photofocus.com/127.0.0.1#5335 -ipset=/.photofocus.com/gfwlist -server=/.phuquocservices.com/127.0.0.1#5335 -ipset=/.phuquocservices.com/gfwlist -server=/.picacomic.com/127.0.0.1#5335 -ipset=/.picacomic.com/gfwlist -server=/.picacomiccn.com/127.0.0.1#5335 -ipset=/.picacomiccn.com/gfwlist -server=/.picasaweb.com/127.0.0.1#5335 -ipset=/.picasaweb.com/gfwlist -server=/.picidae.net/127.0.0.1#5335 -ipset=/.picidae.net/gfwlist -server=/.pictures.playboy.com/127.0.0.1#5335 -ipset=/.pictures.playboy.com/gfwlist -server=/.picturesocial.com/127.0.0.1#5335 -ipset=/.picturesocial.com/gfwlist -server=/.pin-cong.com/127.0.0.1#5335 -ipset=/.pin-cong.com/gfwlist -server=/.pin6.com/127.0.0.1#5335 -ipset=/.pin6.com/gfwlist -server=/.pincong.rocks/127.0.0.1#5335 -ipset=/.pincong.rocks/gfwlist -server=/.ping.fm/127.0.0.1#5335 -ipset=/.ping.fm/gfwlist -server=/.pinimg.com/127.0.0.1#5335 -ipset=/.pinimg.com/gfwlist -server=/.pinkrod.com/127.0.0.1#5335 -ipset=/.pinkrod.com/gfwlist -server=/.pinoy-n.com/127.0.0.1#5335 -ipset=/.pinoy-n.com/gfwlist -server=/.pinterest.at/127.0.0.1#5335 -ipset=/.pinterest.at/gfwlist -server=/.pinterest.ca/127.0.0.1#5335 -ipset=/.pinterest.ca/gfwlist -server=/.pinterest.co.kr/127.0.0.1#5335 -ipset=/.pinterest.co.kr/gfwlist -server=/.pinterest.co.uk/127.0.0.1#5335 -ipset=/.pinterest.co.uk/gfwlist -server=/.pinterest.com/127.0.0.1#5335 -ipset=/.pinterest.com/gfwlist -server=/.pinterest.de/127.0.0.1#5335 -ipset=/.pinterest.de/gfwlist -server=/.pinterest.dk/127.0.0.1#5335 -ipset=/.pinterest.dk/gfwlist -server=/.pinterest.fr/127.0.0.1#5335 -ipset=/.pinterest.fr/gfwlist -server=/.pinterest.jp/127.0.0.1#5335 -ipset=/.pinterest.jp/gfwlist -server=/.pinterest.nl/127.0.0.1#5335 -ipset=/.pinterest.nl/gfwlist -server=/.pinterest.se/127.0.0.1#5335 -ipset=/.pinterest.se/gfwlist -server=/.pioneer-worker.forums-free.com/127.0.0.1#5335 -ipset=/.pioneer-worker.forums-free.com/gfwlist -server=/.pipii.tv/127.0.0.1#5335 -ipset=/.pipii.tv/gfwlist -server=/.piposay.com/127.0.0.1#5335 -ipset=/.piposay.com/gfwlist -server=/.piraattilahti.org/127.0.0.1#5335 -ipset=/.piraattilahti.org/gfwlist -server=/.piring.com/127.0.0.1#5335 -ipset=/.piring.com/gfwlist -server=/.pixelqi.com/127.0.0.1#5335 -ipset=/.pixelqi.com/gfwlist -server=/.pixiv.net/127.0.0.1#5335 -ipset=/.pixiv.net/gfwlist -server=/.pixnet.net/127.0.0.1#5335 -ipset=/.pixnet.net/gfwlist -server=/.pk.com/127.0.0.1#5335 -ipset=/.pk.com/gfwlist -server=/.pki.goog/127.0.0.1#5335 -ipset=/.pki.goog/gfwlist -server=/.placemix.com/127.0.0.1#5335 -ipset=/.placemix.com/gfwlist -server=/.playboy.com/127.0.0.1#5335 -ipset=/.playboy.com/gfwlist -server=/.playboyplus.com/127.0.0.1#5335 -ipset=/.playboyplus.com/gfwlist -server=/.player.fm/127.0.0.1#5335 -ipset=/.player.fm/gfwlist -server=/.playno1.com/127.0.0.1#5335 -ipset=/.playno1.com/gfwlist -server=/.playpcesor.com/127.0.0.1#5335 -ipset=/.playpcesor.com/gfwlist -server=/.plays.com.tw/127.0.0.1#5335 -ipset=/.plays.com.tw/gfwlist -server=/.plm.org.hk/127.0.0.1#5335 -ipset=/.plm.org.hk/gfwlist -server=/.plunder.com/127.0.0.1#5335 -ipset=/.plunder.com/gfwlist -server=/.plurk.com/127.0.0.1#5335 -ipset=/.plurk.com/gfwlist -server=/.plus.codes/127.0.0.1#5335 -ipset=/.plus.codes/gfwlist -server=/.plus28.com/127.0.0.1#5335 -ipset=/.plus28.com/gfwlist -server=/.plusbb.com/127.0.0.1#5335 -ipset=/.plusbb.com/gfwlist -server=/.pmatehunter.com/127.0.0.1#5335 -ipset=/.pmatehunter.com/gfwlist -server=/.pmates.com/127.0.0.1#5335 -ipset=/.pmates.com/gfwlist -server=/.po2b.com/127.0.0.1#5335 -ipset=/.po2b.com/gfwlist -server=/.pobieramy.top/127.0.0.1#5335 -ipset=/.pobieramy.top/gfwlist -server=/.podictionary.com/127.0.0.1#5335 -ipset=/.podictionary.com/gfwlist -server=/.pokerstars.com/127.0.0.1#5335 -ipset=/.pokerstars.com/gfwlist -server=/.pokerstars.net/127.0.0.1#5335 -ipset=/.pokerstars.net/gfwlist -server=/.politicalchina.org/127.0.0.1#5335 -ipset=/.politicalchina.org/gfwlist -server=/.politicalconsultation.org/127.0.0.1#5335 -ipset=/.politicalconsultation.org/gfwlist -server=/.politiscales.net/127.0.0.1#5335 -ipset=/.politiscales.net/gfwlist -server=/.poloniex.com/127.0.0.1#5335 -ipset=/.poloniex.com/gfwlist -server=/.polymer-project.org/127.0.0.1#5335 -ipset=/.polymer-project.org/gfwlist -server=/.polymerhk.com/127.0.0.1#5335 -ipset=/.polymerhk.com/gfwlist -server=/.popo.tw/127.0.0.1#5335 -ipset=/.popo.tw/gfwlist -server=/.popvote.hk/127.0.0.1#5335 -ipset=/.popvote.hk/gfwlist -server=/.popyard.com/127.0.0.1#5335 -ipset=/.popyard.com/gfwlist -server=/.popyard.org/127.0.0.1#5335 -ipset=/.popyard.org/gfwlist -server=/.porn.com/127.0.0.1#5335 -ipset=/.porn.com/gfwlist -server=/.porn2.com/127.0.0.1#5335 -ipset=/.porn2.com/gfwlist -server=/.porn5.com/127.0.0.1#5335 -ipset=/.porn5.com/gfwlist -server=/.pornbase.org/127.0.0.1#5335 -ipset=/.pornbase.org/gfwlist -server=/.pornerbros.com/127.0.0.1#5335 -ipset=/.pornerbros.com/gfwlist -server=/.pornhd.com/127.0.0.1#5335 -ipset=/.pornhd.com/gfwlist -server=/.pornhost.com/127.0.0.1#5335 -ipset=/.pornhost.com/gfwlist -server=/.pornhub.com/127.0.0.1#5335 -ipset=/.pornhub.com/gfwlist -server=/.pornhubdeutsch.net/127.0.0.1#5335 -ipset=/.pornhubdeutsch.net/gfwlist -server=/.pornmm.net/127.0.0.1#5335 -ipset=/.pornmm.net/gfwlist -server=/.pornoxo.com/127.0.0.1#5335 -ipset=/.pornoxo.com/gfwlist -server=/.pornrapidshare.com/127.0.0.1#5335 -ipset=/.pornrapidshare.com/gfwlist -server=/.pornsharing.com/127.0.0.1#5335 -ipset=/.pornsharing.com/gfwlist -server=/.pornsocket.com/127.0.0.1#5335 -ipset=/.pornsocket.com/gfwlist -server=/.pornstarclub.com/127.0.0.1#5335 -ipset=/.pornstarclub.com/gfwlist -server=/.porntube.com/127.0.0.1#5335 -ipset=/.porntube.com/gfwlist -server=/.porntubenews.com/127.0.0.1#5335 -ipset=/.porntubenews.com/gfwlist -server=/.porntvblog.com/127.0.0.1#5335 -ipset=/.porntvblog.com/gfwlist -server=/.pornvisit.com/127.0.0.1#5335 -ipset=/.pornvisit.com/gfwlist -server=/.port25.biz/127.0.0.1#5335 -ipset=/.port25.biz/gfwlist -server=/.portablevpn.nl/127.0.0.1#5335 -ipset=/.portablevpn.nl/gfwlist -server=/.poskotanews.com/127.0.0.1#5335 -ipset=/.poskotanews.com/gfwlist -server=/.post01.com/127.0.0.1#5335 -ipset=/.post01.com/gfwlist -server=/.post76.com/127.0.0.1#5335 -ipset=/.post76.com/gfwlist -server=/.post852.com/127.0.0.1#5335 -ipset=/.post852.com/gfwlist -server=/.postadult.com/127.0.0.1#5335 -ipset=/.postadult.com/gfwlist -server=/.postimg.org/127.0.0.1#5335 -ipset=/.postimg.org/gfwlist -server=/.potato.im/127.0.0.1#5335 -ipset=/.potato.im/gfwlist -server=/.potvpn.com/127.0.0.1#5335 -ipset=/.potvpn.com/gfwlist -server=/.power.com/127.0.0.1#5335 -ipset=/.power.com/gfwlist -server=/.powercx.com/127.0.0.1#5335 -ipset=/.powercx.com/gfwlist -server=/.powerphoto.org/127.0.0.1#5335 -ipset=/.powerphoto.org/gfwlist -server=/.prayforchina.net/127.0.0.1#5335 -ipset=/.prayforchina.net/gfwlist -server=/.premeforwindows7.com/127.0.0.1#5335 -ipset=/.premeforwindows7.com/gfwlist -server=/.premproxy.com/127.0.0.1#5335 -ipset=/.premproxy.com/gfwlist -server=/.presentationzen.com/127.0.0.1#5335 -ipset=/.presentationzen.com/gfwlist -server=/.presidentlee.tw/127.0.0.1#5335 -ipset=/.presidentlee.tw/gfwlist -server=/.prestige-av.com/127.0.0.1#5335 -ipset=/.prestige-av.com/gfwlist -server=/.pride.google/127.0.0.1#5335 -ipset=/.pride.google/gfwlist -server=/.prism-break.org/127.0.0.1#5335 -ipset=/.prism-break.org/gfwlist -server=/.prisoneralert.com/127.0.0.1#5335 -ipset=/.prisoneralert.com/gfwlist -server=/.pritunl.com/127.0.0.1#5335 -ipset=/.pritunl.com/gfwlist -server=/.privacybox.de/127.0.0.1#5335 -ipset=/.privacybox.de/gfwlist -server=/.privateinternetaccess.com/127.0.0.1#5335 -ipset=/.privateinternetaccess.com/gfwlist -server=/.privatepaste.com/127.0.0.1#5335 -ipset=/.privatepaste.com/gfwlist -server=/.privatetunnel.com/127.0.0.1#5335 -ipset=/.privatetunnel.com/gfwlist -server=/.privatevpn.com/127.0.0.1#5335 -ipset=/.privatevpn.com/gfwlist -server=/.procopytips.com/127.0.0.1#5335 -ipset=/.procopytips.com/gfwlist -server=/.prosiben.de/127.0.0.1#5335 -ipset=/.prosiben.de/gfwlist -server=/.protonvpn.com/127.0.0.1#5335 -ipset=/.protonvpn.com/gfwlist -server=/.provideocoalition.com/127.0.0.1#5335 -ipset=/.provideocoalition.com/gfwlist -server=/.provpnaccounts.com/127.0.0.1#5335 -ipset=/.provpnaccounts.com/gfwlist -server=/.proxfree.com/127.0.0.1#5335 -ipset=/.proxfree.com/gfwlist -server=/.proxifier.com/127.0.0.1#5335 -ipset=/.proxifier.com/gfwlist -server=/.proxomitron.info/127.0.0.1#5335 -ipset=/.proxomitron.info/gfwlist -server=/.proxpn.com/127.0.0.1#5335 -ipset=/.proxpn.com/gfwlist -server=/.proxyanonimo.es/127.0.0.1#5335 -ipset=/.proxyanonimo.es/gfwlist -server=/.proxydns.com/127.0.0.1#5335 -ipset=/.proxydns.com/gfwlist -server=/.proxylist.org.uk/127.0.0.1#5335 -ipset=/.proxylist.org.uk/gfwlist -server=/.proxynetwork.org.uk/127.0.0.1#5335 -ipset=/.proxynetwork.org.uk/gfwlist -server=/.proxypy.net/127.0.0.1#5335 -ipset=/.proxypy.net/gfwlist -server=/.proxyroad.com/127.0.0.1#5335 -ipset=/.proxyroad.com/gfwlist -server=/.proxytunnel.net/127.0.0.1#5335 -ipset=/.proxytunnel.net/gfwlist -server=/.proyectoclubes.com/127.0.0.1#5335 -ipset=/.proyectoclubes.com/gfwlist -server=/.prozz.net/127.0.0.1#5335 -ipset=/.prozz.net/gfwlist -server=/.psblog.name/127.0.0.1#5335 -ipset=/.psblog.name/gfwlist -server=/.pscp.tv/127.0.0.1#5335 -ipset=/.pscp.tv/gfwlist -server=/.psiphon.ca/127.0.0.1#5335 -ipset=/.psiphon.ca/gfwlist -server=/.psiphon.civisec.org/127.0.0.1#5335 -ipset=/.psiphon.civisec.org/gfwlist -server=/.psiphon3.com/127.0.0.1#5335 -ipset=/.psiphon3.com/gfwlist -server=/.psiphontoday.com/127.0.0.1#5335 -ipset=/.psiphontoday.com/gfwlist -server=/.pts.org.tw/127.0.0.1#5335 -ipset=/.pts.org.tw/gfwlist -server=/.ptt.cc/127.0.0.1#5335 -ipset=/.ptt.cc/gfwlist -server=/.pttvan.org/127.0.0.1#5335 -ipset=/.pttvan.org/gfwlist -server=/.pubu.com.tw/127.0.0.1#5335 -ipset=/.pubu.com.tw/gfwlist -server=/.puffinbrowser.com/127.0.0.1#5335 -ipset=/.puffinbrowser.com/gfwlist -server=/.puffstore.com/127.0.0.1#5335 -ipset=/.puffstore.com/gfwlist -server=/.pullfolio.com/127.0.0.1#5335 -ipset=/.pullfolio.com/gfwlist -server=/.pulse.yahoo.com/127.0.0.1#5335 -ipset=/.pulse.yahoo.com/gfwlist -server=/.pure18.com/127.0.0.1#5335 -ipset=/.pure18.com/gfwlist -server=/.pureconcepts.net/127.0.0.1#5335 -ipset=/.pureconcepts.net/gfwlist -server=/.pureinsight.org/127.0.0.1#5335 -ipset=/.pureinsight.org/gfwlist -server=/.purepdf.com/127.0.0.1#5335 -ipset=/.purepdf.com/gfwlist -server=/.purevpn.com/127.0.0.1#5335 -ipset=/.purevpn.com/gfwlist -server=/.purplelotus.org/127.0.0.1#5335 -ipset=/.purplelotus.org/gfwlist -server=/.pursuestar.com/127.0.0.1#5335 -ipset=/.pursuestar.com/gfwlist -server=/.pushchinawall.com/127.0.0.1#5335 -ipset=/.pushchinawall.com/gfwlist -server=/.pussyspace.com/127.0.0.1#5335 -ipset=/.pussyspace.com/gfwlist -server=/.putihome.org/127.0.0.1#5335 -ipset=/.putihome.org/gfwlist -server=/.putty.org/127.0.0.1#5335 -ipset=/.putty.org/gfwlist -server=/.puuko.com/127.0.0.1#5335 -ipset=/.puuko.com/gfwlist -server=/.pwned.com/127.0.0.1#5335 -ipset=/.pwned.com/gfwlist -server=/.python.com/127.0.0.1#5335 -ipset=/.python.com/gfwlist -server=/.pytorch.org/127.0.0.1#5335 -ipset=/.pytorch.org/gfwlist -server=/.qanote.com/127.0.0.1#5335 -ipset=/.qanote.com/gfwlist -server=/.qgirl.com.tw/127.0.0.1#5335 -ipset=/.qgirl.com.tw/gfwlist -server=/.qhigh.com/127.0.0.1#5335 -ipset=/.qhigh.com/gfwlist -server=/.qi-gong.me/127.0.0.1#5335 -ipset=/.qi-gong.me/gfwlist -server=/.qiandao.today/127.0.0.1#5335 -ipset=/.qiandao.today/gfwlist -server=/.qiangyou.org/127.0.0.1#5335 -ipset=/.qiangyou.org/gfwlist -server=/.qidian.ca/127.0.0.1#5335 -ipset=/.qidian.ca/gfwlist -server=/.qienkuen.org/127.0.0.1#5335 -ipset=/.qienkuen.org/gfwlist -server=/.qiwen.lu/127.0.0.1#5335 -ipset=/.qiwen.lu/gfwlist -server=/.qixianglu.cn/127.0.0.1#5335 -ipset=/.qixianglu.cn/gfwlist -server=/.qkshare.com/127.0.0.1#5335 -ipset=/.qkshare.com/gfwlist -server=/.qoos.com/127.0.0.1#5335 -ipset=/.qoos.com/gfwlist -server=/.qpoe.com/127.0.0.1#5335 -ipset=/.qpoe.com/gfwlist -server=/.qq.co.za/127.0.0.1#5335 -ipset=/.qq.co.za/gfwlist -server=/.qstatus.com/127.0.0.1#5335 -ipset=/.qstatus.com/gfwlist -server=/.qtrac.eu/127.0.0.1#5335 -ipset=/.qtrac.eu/gfwlist -server=/.qtweeter.com/127.0.0.1#5335 -ipset=/.qtweeter.com/gfwlist -server=/.quannengshen.org/127.0.0.1#5335 -ipset=/.quannengshen.org/gfwlist -server=/.quantumbooter.net/127.0.0.1#5335 -ipset=/.quantumbooter.net/gfwlist -server=/.questvisual.com/127.0.0.1#5335 -ipset=/.questvisual.com/gfwlist -server=/.quitccp.net/127.0.0.1#5335 -ipset=/.quitccp.net/gfwlist -server=/.quitccp.org/127.0.0.1#5335 -ipset=/.quitccp.org/gfwlist -server=/.quora.com/127.0.0.1#5335 -ipset=/.quora.com/gfwlist -server=/.quoracdn.net/127.0.0.1#5335 -ipset=/.quoracdn.net/gfwlist -server=/.quran.com/127.0.0.1#5335 -ipset=/.quran.com/gfwlist -server=/.quranexplorer.com/127.0.0.1#5335 -ipset=/.quranexplorer.com/gfwlist -server=/.qusi8.net/127.0.0.1#5335 -ipset=/.qusi8.net/gfwlist -server=/.qvodzy.org/127.0.0.1#5335 -ipset=/.qvodzy.org/gfwlist -server=/.qxbbs.org/127.0.0.1#5335 -ipset=/.qxbbs.org/gfwlist -server=/.qz.com/127.0.0.1#5335 -ipset=/.qz.com/gfwlist -server=/.r18.com/127.0.0.1#5335 -ipset=/.r18.com/gfwlist -server=/.ra.gg/127.0.0.1#5335 -ipset=/.ra.gg/gfwlist -server=/.radicalparty.org/127.0.0.1#5335 -ipset=/.radicalparty.org/gfwlist -server=/.radiko.jp/127.0.0.1#5335 -ipset=/.radiko.jp/gfwlist -server=/.radioaustralia.net.au/127.0.0.1#5335 -ipset=/.radioaustralia.net.au/gfwlist -server=/.radiohilight.net/127.0.0.1#5335 -ipset=/.radiohilight.net/gfwlist -server=/.radiovaticana.org/127.0.0.1#5335 -ipset=/.radiovaticana.org/gfwlist -server=/.radiovncr.com/127.0.0.1#5335 -ipset=/.radiovncr.com/gfwlist -server=/.rael.org/127.0.0.1#5335 -ipset=/.rael.org/gfwlist -server=/.raggedbanner.com/127.0.0.1#5335 -ipset=/.raggedbanner.com/gfwlist -server=/.raidcall.com.tw/127.0.0.1#5335 -ipset=/.raidcall.com.tw/gfwlist -server=/.raidtalk.com.tw/127.0.0.1#5335 -ipset=/.raidtalk.com.tw/gfwlist -server=/.raizoji.or.jp/127.0.0.1#5335 -ipset=/.raizoji.or.jp/gfwlist -server=/.ramcity.com.au/127.0.0.1#5335 -ipset=/.ramcity.com.au/gfwlist -server=/.rangwang.biz/127.0.0.1#5335 -ipset=/.rangwang.biz/gfwlist -server=/.rangzen.com/127.0.0.1#5335 -ipset=/.rangzen.com/gfwlist -server=/.rangzen.net/127.0.0.1#5335 -ipset=/.rangzen.net/gfwlist -server=/.rangzen.org/127.0.0.1#5335 -ipset=/.rangzen.org/gfwlist -server=/.ranyunfei.com/127.0.0.1#5335 -ipset=/.ranyunfei.com/gfwlist -server=/.rapbull.net/127.0.0.1#5335 -ipset=/.rapbull.net/gfwlist -server=/.rapidmoviez.com/127.0.0.1#5335 -ipset=/.rapidmoviez.com/gfwlist -server=/.rapidvpn.com/127.0.0.1#5335 -ipset=/.rapidvpn.com/gfwlist -server=/.rarbgprx.org/127.0.0.1#5335 -ipset=/.rarbgprx.org/gfwlist -server=/.raremovie.cc/127.0.0.1#5335 -ipset=/.raremovie.cc/gfwlist -server=/.raremovie.net/127.0.0.1#5335 -ipset=/.raremovie.net/gfwlist -server=/.raw.githubusercontent.com/127.0.0.1#5335 -ipset=/.raw.githubusercontent.com/gfwlist -server=/.rawgit.com/127.0.0.1#5335 -ipset=/.rawgit.com/gfwlist -server=/.rawgithub.com/127.0.0.1#5335 -ipset=/.rawgithub.com/gfwlist -server=/.razyboard.com/127.0.0.1#5335 -ipset=/.razyboard.com/gfwlist -server=/.rcam.target.com/127.0.0.1#5335 -ipset=/.rcam.target.com/gfwlist -server=/.rcinet.ca/127.0.0.1#5335 -ipset=/.rcinet.ca/gfwlist -server=/.rconversation.blogs.com/127.0.0.1#5335 -ipset=/.rconversation.blogs.com/gfwlist -server=/.rd.com/127.0.0.1#5335 -ipset=/.rd.com/gfwlist -server=/.rdio.com/127.0.0.1#5335 -ipset=/.rdio.com/gfwlist -server=/.read01.com/127.0.0.1#5335 -ipset=/.read01.com/gfwlist -server=/.read100.com/127.0.0.1#5335 -ipset=/.read100.com/gfwlist -server=/.readingtimes.com.tw/127.0.0.1#5335 -ipset=/.readingtimes.com.tw/gfwlist -server=/.readmoo.com/127.0.0.1#5335 -ipset=/.readmoo.com/gfwlist -server=/.readydown.com/127.0.0.1#5335 -ipset=/.readydown.com/gfwlist -server=/.realcourage.org/127.0.0.1#5335 -ipset=/.realcourage.org/gfwlist -server=/.realforum.zkiz.com/127.0.0.1#5335 -ipset=/.realforum.zkiz.com/gfwlist -server=/.realitykings.com/127.0.0.1#5335 -ipset=/.realitykings.com/gfwlist -server=/.realraptalk.com/127.0.0.1#5335 -ipset=/.realraptalk.com/gfwlist -server=/.realsexpass.com/127.0.0.1#5335 -ipset=/.realsexpass.com/gfwlist -server=/.rebatesrule.net/127.0.0.1#5335 -ipset=/.rebatesrule.net/gfwlist -server=/.recordhistory.org/127.0.0.1#5335 -ipset=/.recordhistory.org/gfwlist -server=/.recovery.org.tw/127.0.0.1#5335 -ipset=/.recovery.org.tw/gfwlist -server=/.recoveryversion.com.tw/127.0.0.1#5335 -ipset=/.recoveryversion.com.tw/gfwlist -server=/.red-lang.org/127.0.0.1#5335 -ipset=/.red-lang.org/gfwlist -server=/.redballoonsolidarity.org/127.0.0.1#5335 -ipset=/.redballoonsolidarity.org/gfwlist -server=/.redchinacn.net/127.0.0.1#5335 -ipset=/.redchinacn.net/gfwlist -server=/.redchinacn.org/127.0.0.1#5335 -ipset=/.redchinacn.org/gfwlist -server=/.redd.it/127.0.0.1#5335 -ipset=/.redd.it/gfwlist -server=/.reddit.com/127.0.0.1#5335 -ipset=/.reddit.com/gfwlist -server=/.redditlist.com/127.0.0.1#5335 -ipset=/.redditlist.com/gfwlist -server=/.redditmedia.com/127.0.0.1#5335 -ipset=/.redditmedia.com/gfwlist -server=/.redditstatic.com/127.0.0.1#5335 -ipset=/.redditstatic.com/gfwlist -server=/.redhotlabs.com/127.0.0.1#5335 -ipset=/.redhotlabs.com/gfwlist -server=/.redtube.com/127.0.0.1#5335 -ipset=/.redtube.com/gfwlist -server=/.referer.us/127.0.0.1#5335 -ipset=/.referer.us/gfwlist -server=/.reflectivecode.com/127.0.0.1#5335 -ipset=/.reflectivecode.com/gfwlist -server=/.registry.google/127.0.0.1#5335 -ipset=/.registry.google/gfwlist -server=/.relaxbbs.com/127.0.0.1#5335 -ipset=/.relaxbbs.com/gfwlist -server=/.relay.com.tw/127.0.0.1#5335 -ipset=/.relay.com.tw/gfwlist -server=/.releaseinternational.org/127.0.0.1#5335 -ipset=/.releaseinternational.org/gfwlist -server=/.religioustolerance.org/127.0.0.1#5335 -ipset=/.religioustolerance.org/gfwlist -server=/.renminbao.com/127.0.0.1#5335 -ipset=/.renminbao.com/gfwlist -server=/.renyurenquan.org/127.0.0.1#5335 -ipset=/.renyurenquan.org/gfwlist -server=/.resilio.com/127.0.0.1#5335 -ipset=/.resilio.com/gfwlist -server=/.retweeteffect.com/127.0.0.1#5335 -ipset=/.retweeteffect.com/gfwlist -server=/.retweetist.com/127.0.0.1#5335 -ipset=/.retweetist.com/gfwlist -server=/.retweetrank.com/127.0.0.1#5335 -ipset=/.retweetrank.com/gfwlist -server=/.reuters.com/127.0.0.1#5335 -ipset=/.reuters.com/gfwlist -server=/.reutersmedia.net/127.0.0.1#5335 -ipset=/.reutersmedia.net/gfwlist -server=/.revleft.com/127.0.0.1#5335 -ipset=/.revleft.com/gfwlist -server=/.revver.com/127.0.0.1#5335 -ipset=/.revver.com/gfwlist -server=/.rfa.org/127.0.0.1#5335 -ipset=/.rfa.org/gfwlist -server=/.rfachina.com/127.0.0.1#5335 -ipset=/.rfachina.com/gfwlist -server=/.rfalive1.akacast.akamaistream.net/127.0.0.1#5335 -ipset=/.rfalive1.akacast.akamaistream.net/gfwlist -server=/.rfamobile.org/127.0.0.1#5335 -ipset=/.rfamobile.org/gfwlist -server=/.rfaweb.org/127.0.0.1#5335 -ipset=/.rfaweb.org/gfwlist -server=/.rferl.org/127.0.0.1#5335 -ipset=/.rferl.org/gfwlist -server=/.rfi.fr/127.0.0.1#5335 -ipset=/.rfi.fr/gfwlist -server=/.rg3.github.io/127.0.0.1#5335 -ipset=/.rg3.github.io/gfwlist -server=/.rightbtc.com/127.0.0.1#5335 -ipset=/.rightbtc.com/gfwlist -server=/.rigpa.org/127.0.0.1#5335 -ipset=/.rigpa.org/gfwlist -server=/.rileyguide.com/127.0.0.1#5335 -ipset=/.rileyguide.com/gfwlist -server=/.riseup.net/127.0.0.1#5335 -ipset=/.riseup.net/gfwlist -server=/.ritouki.jp/127.0.0.1#5335 -ipset=/.ritouki.jp/gfwlist -server=/.ritter.vg/127.0.0.1#5335 -ipset=/.ritter.vg/gfwlist -server=/.rixcloud.com/127.0.0.1#5335 -ipset=/.rixcloud.com/gfwlist -server=/.rixcloud.us/127.0.0.1#5335 -ipset=/.rixcloud.us/gfwlist -server=/.rlwlw.com/127.0.0.1#5335 -ipset=/.rlwlw.com/gfwlist -server=/.rmjdw.com/127.0.0.1#5335 -ipset=/.rmjdw.com/gfwlist -server=/.rmjdw132.info/127.0.0.1#5335 -ipset=/.rmjdw132.info/gfwlist -server=/.roadshow.hk/127.0.0.1#5335 -ipset=/.roadshow.hk/gfwlist -server=/.roboforex.com/127.0.0.1#5335 -ipset=/.roboforex.com/gfwlist -server=/.robustnessiskey.com/127.0.0.1#5335 -ipset=/.robustnessiskey.com/gfwlist -server=/.rocket-inc.net/127.0.0.1#5335 -ipset=/.rocket-inc.net/gfwlist -server=/.rocksdb.org/127.0.0.1#5335 -ipset=/.rocksdb.org/gfwlist -server=/.rojo.com/127.0.0.1#5335 -ipset=/.rojo.com/gfwlist -server=/.rolia.net/127.0.0.1#5335 -ipset=/.rolia.net/gfwlist -server=/.ronjoneswriter.com/127.0.0.1#5335 -ipset=/.ronjoneswriter.com/gfwlist -server=/.roodo.com/127.0.0.1#5335 -ipset=/.roodo.com/gfwlist -server=/.rosechina.net/127.0.0.1#5335 -ipset=/.rosechina.net/gfwlist -server=/.rotten.com/127.0.0.1#5335 -ipset=/.rotten.com/gfwlist -server=/.rsdlmonitor.com/127.0.0.1#5335 -ipset=/.rsdlmonitor.com/gfwlist -server=/.rsf-chinese.org/127.0.0.1#5335 -ipset=/.rsf-chinese.org/gfwlist -server=/.rsf.org/127.0.0.1#5335 -ipset=/.rsf.org/gfwlist -server=/.rsgamen.org/127.0.0.1#5335 -ipset=/.rsgamen.org/gfwlist -server=/.rssmeme.com/127.0.0.1#5335 -ipset=/.rssmeme.com/gfwlist -server=/.rtalabel.org/127.0.0.1#5335 -ipset=/.rtalabel.org/gfwlist -server=/.rthk.hk/127.0.0.1#5335 -ipset=/.rthk.hk/gfwlist -server=/.rthk.org.hk/127.0.0.1#5335 -ipset=/.rthk.org.hk/gfwlist -server=/.rthklive2-lh.akamaihd.net/127.0.0.1#5335 -ipset=/.rthklive2-lh.akamaihd.net/gfwlist -server=/.rti.org.tw/127.0.0.1#5335 -ipset=/.rti.org.tw/gfwlist -server=/.rtycminnesota.org/127.0.0.1#5335 -ipset=/.rtycminnesota.org/gfwlist -server=/.rukor.org/127.0.0.1#5335 -ipset=/.rukor.org/gfwlist -server=/.runbtx.com/127.0.0.1#5335 -ipset=/.runbtx.com/gfwlist -server=/.rushbee.com/127.0.0.1#5335 -ipset=/.rushbee.com/gfwlist -server=/.ruten.com.tw/127.0.0.1#5335 -ipset=/.ruten.com.tw/gfwlist -server=/.rutube.ru/127.0.0.1#5335 -ipset=/.rutube.ru/gfwlist -server=/.ruyiseek.com/127.0.0.1#5335 -ipset=/.ruyiseek.com/gfwlist -server=/.rxhj.net/127.0.0.1#5335 -ipset=/.rxhj.net/gfwlist -server=/.s-cute.com/127.0.0.1#5335 -ipset=/.s-cute.com/gfwlist -server=/.s-dragon.org/127.0.0.1#5335 -ipset=/.s-dragon.org/gfwlist -server=/.s1.nudezz.com/127.0.0.1#5335 -ipset=/.s1.nudezz.com/gfwlist -server=/.s1heng.com/127.0.0.1#5335 -ipset=/.s1heng.com/gfwlist -server=/.s1s1s1.com/127.0.0.1#5335 -ipset=/.s1s1s1.com/gfwlist -server=/.s3-ap-northeast-1.amazonaws.com/127.0.0.1#5335 -ipset=/.s3-ap-northeast-1.amazonaws.com/gfwlist -server=/.s3-ap-southeast-2.amazonaws.com/127.0.0.1#5335 -ipset=/.s3-ap-southeast-2.amazonaws.com/gfwlist -server=/.s8forum.com/127.0.0.1#5335 -ipset=/.s8forum.com/gfwlist -server=/.sa.hao123.com/127.0.0.1#5335 -ipset=/.sa.hao123.com/gfwlist -server=/.sacks.com/127.0.0.1#5335 -ipset=/.sacks.com/gfwlist -server=/.sacom.hk/127.0.0.1#5335 -ipset=/.sacom.hk/gfwlist -server=/.sadistic-v.com/127.0.0.1#5335 -ipset=/.sadistic-v.com/gfwlist -server=/.sadpanda.us/127.0.0.1#5335 -ipset=/.sadpanda.us/gfwlist -server=/.safervpn.com/127.0.0.1#5335 -ipset=/.safervpn.com/gfwlist -server=/.safety.google/127.0.0.1#5335 -ipset=/.safety.google/gfwlist -server=/.saintyculture.com/127.0.0.1#5335 -ipset=/.saintyculture.com/gfwlist -server=/.saiq.me/127.0.0.1#5335 -ipset=/.saiq.me/gfwlist -server=/.sakuralive.com/127.0.0.1#5335 -ipset=/.sakuralive.com/gfwlist -server=/.sakya.org/127.0.0.1#5335 -ipset=/.sakya.org/gfwlist -server=/.salvation.org.hk/127.0.0.1#5335 -ipset=/.salvation.org.hk/gfwlist -server=/.sambhota.org/127.0.0.1#5335 -ipset=/.sambhota.org/gfwlist -server=/.sanmin.com.tw/127.0.0.1#5335 -ipset=/.sanmin.com.tw/gfwlist -server=/.sapikachu.net/127.0.0.1#5335 -ipset=/.sapikachu.net/gfwlist -server=/.saveliuxiaobo.com/127.0.0.1#5335 -ipset=/.saveliuxiaobo.com/gfwlist -server=/.savemedia.com/127.0.0.1#5335 -ipset=/.savemedia.com/gfwlist -server=/.savethedate.foo/127.0.0.1#5335 -ipset=/.savethedate.foo/gfwlist -server=/.savethesounds.info/127.0.0.1#5335 -ipset=/.savethesounds.info/gfwlist -server=/.savetibet.de/127.0.0.1#5335 -ipset=/.savetibet.de/gfwlist -server=/.savetibet.fr/127.0.0.1#5335 -ipset=/.savetibet.fr/gfwlist -server=/.savetibet.nl/127.0.0.1#5335 -ipset=/.savetibet.nl/gfwlist -server=/.savetibet.org/127.0.0.1#5335 -ipset=/.savetibet.org/gfwlist -server=/.savetibet.ru/127.0.0.1#5335 -ipset=/.savetibet.ru/gfwlist -server=/.savetibetstore.org/127.0.0.1#5335 -ipset=/.savetibetstore.org/gfwlist -server=/.savevid.com/127.0.0.1#5335 -ipset=/.savevid.com/gfwlist -server=/.say2.info/127.0.0.1#5335 -ipset=/.say2.info/gfwlist -server=/.sbme.me/127.0.0.1#5335 -ipset=/.sbme.me/gfwlist -server=/.scache.vzw.com/127.0.0.1#5335 -ipset=/.scache.vzw.com/gfwlist -server=/.scache1.vzw.com/127.0.0.1#5335 -ipset=/.scache1.vzw.com/gfwlist -server=/.scache2.vzw.com/127.0.0.1#5335 -ipset=/.scache2.vzw.com/gfwlist -server=/.scasino.com/127.0.0.1#5335 -ipset=/.scasino.com/gfwlist -server=/.schema.org/127.0.0.1#5335 -ipset=/.schema.org/gfwlist -server=/.sciencenets.com/127.0.0.1#5335 -ipset=/.sciencenets.com/gfwlist -server=/.scieron.com/127.0.0.1#5335 -ipset=/.scieron.com/gfwlist -server=/.scmp.com/127.0.0.1#5335 -ipset=/.scmp.com/gfwlist -server=/.scmpchinese.com/127.0.0.1#5335 -ipset=/.scmpchinese.com/gfwlist -server=/.scramble.io/127.0.0.1#5335 -ipset=/.scramble.io/gfwlist -server=/.scribd.com/127.0.0.1#5335 -ipset=/.scribd.com/gfwlist -server=/.scriptspot.com/127.0.0.1#5335 -ipset=/.scriptspot.com/gfwlist -server=/.seapuff.com/127.0.0.1#5335 -ipset=/.seapuff.com/gfwlist -server=/.search.aol.com/127.0.0.1#5335 -ipset=/.search.aol.com/gfwlist -server=/.search.yahoo.co.jp/127.0.0.1#5335 -ipset=/.search.yahoo.co.jp/gfwlist -server=/.search.yahoo.com/127.0.0.1#5335 -ipset=/.search.yahoo.com/gfwlist -server=/.searchtruth.com/127.0.0.1#5335 -ipset=/.searchtruth.com/gfwlist -server=/.secretchina.com/127.0.0.1#5335 -ipset=/.secretchina.com/gfwlist -server=/.secretgarden.no/127.0.0.1#5335 -ipset=/.secretgarden.no/gfwlist -server=/.secretsline.biz/127.0.0.1#5335 -ipset=/.secretsline.biz/gfwlist -server=/.secure.hustler.com/127.0.0.1#5335 -ipset=/.secure.hustler.com/gfwlist -server=/.secure.logmein.com/127.0.0.1#5335 -ipset=/.secure.logmein.com/gfwlist -server=/.secure.raxcdn.com/127.0.0.1#5335 -ipset=/.secure.raxcdn.com/gfwlist -server=/.securetunnel.com/127.0.0.1#5335 -ipset=/.securetunnel.com/gfwlist -server=/.securityinabox.org/127.0.0.1#5335 -ipset=/.securityinabox.org/gfwlist -server=/.securitykiss.com/127.0.0.1#5335 -ipset=/.securitykiss.com/gfwlist -server=/.seed4.me/127.0.0.1#5335 -ipset=/.seed4.me/gfwlist -server=/.seesmic.com/127.0.0.1#5335 -ipset=/.seesmic.com/gfwlist -server=/.seevpn.com/127.0.0.1#5335 -ipset=/.seevpn.com/gfwlist -server=/.seezone.net/127.0.0.1#5335 -ipset=/.seezone.net/gfwlist -server=/.sejie.com/127.0.0.1#5335 -ipset=/.sejie.com/gfwlist -server=/.sellclassics.com/127.0.0.1#5335 -ipset=/.sellclassics.com/gfwlist -server=/.sendsmtp.com/127.0.0.1#5335 -ipset=/.sendsmtp.com/gfwlist -server=/.sendspace.com/127.0.0.1#5335 -ipset=/.sendspace.com/gfwlist -server=/.servehttp.com/127.0.0.1#5335 -ipset=/.servehttp.com/gfwlist -server=/.serveuser.com/127.0.0.1#5335 -ipset=/.serveuser.com/gfwlist -server=/.serveusers.com/127.0.0.1#5335 -ipset=/.serveusers.com/gfwlist -server=/.sesawe.net/127.0.0.1#5335 -ipset=/.sesawe.net/gfwlist -server=/.sesawe.org/127.0.0.1#5335 -ipset=/.sesawe.org/gfwlist -server=/.sethwklein.net/127.0.0.1#5335 -ipset=/.sethwklein.net/gfwlist -server=/.setn.com/127.0.0.1#5335 -ipset=/.setn.com/gfwlist -server=/.settv.com.tw/127.0.0.1#5335 -ipset=/.settv.com.tw/gfwlist -server=/.sevenload.com/127.0.0.1#5335 -ipset=/.sevenload.com/gfwlist -server=/.sex-11.com/127.0.0.1#5335 -ipset=/.sex-11.com/gfwlist -server=/.sex.com/127.0.0.1#5335 -ipset=/.sex.com/gfwlist -server=/.sex3.com/127.0.0.1#5335 -ipset=/.sex3.com/gfwlist -server=/.sex8.cc/127.0.0.1#5335 -ipset=/.sex8.cc/gfwlist -server=/.sexandsubmission.com/127.0.0.1#5335 -ipset=/.sexandsubmission.com/gfwlist -server=/.sexbot.com/127.0.0.1#5335 -ipset=/.sexbot.com/gfwlist -server=/.sexhu.com/127.0.0.1#5335 -ipset=/.sexhu.com/gfwlist -server=/.sexhuang.com/127.0.0.1#5335 -ipset=/.sexhuang.com/gfwlist -server=/.sexidude.com/127.0.0.1#5335 -ipset=/.sexidude.com/gfwlist -server=/.sexinsex.net/127.0.0.1#5335 -ipset=/.sexinsex.net/gfwlist -server=/.sextvx.com/127.0.0.1#5335 -ipset=/.sextvx.com/gfwlist -server=/.sexxxy.biz/127.0.0.1#5335 -ipset=/.sexxxy.biz/gfwlist -server=/.sfileydy.com/127.0.0.1#5335 -ipset=/.sfileydy.com/gfwlist -server=/.sfshibao.com/127.0.0.1#5335 -ipset=/.sfshibao.com/gfwlist -server=/.sftindia.org/127.0.0.1#5335 -ipset=/.sftindia.org/gfwlist -server=/.sftuk.org/127.0.0.1#5335 -ipset=/.sftuk.org/gfwlist -server=/.shadeyouvpn.com/127.0.0.1#5335 -ipset=/.shadeyouvpn.com/gfwlist -server=/.shadow.ma/127.0.0.1#5335 -ipset=/.shadow.ma/gfwlist -server=/.shadowsky.xyz/127.0.0.1#5335 -ipset=/.shadowsky.xyz/gfwlist -server=/.shadowsocks-r.com/127.0.0.1#5335 -ipset=/.shadowsocks-r.com/gfwlist -server=/.shadowsocks.asia/127.0.0.1#5335 -ipset=/.shadowsocks.asia/gfwlist -server=/.shadowsocks.be/127.0.0.1#5335 -ipset=/.shadowsocks.be/gfwlist -server=/.shadowsocks.com/127.0.0.1#5335 -ipset=/.shadowsocks.com/gfwlist -server=/.shadowsocks.org/127.0.0.1#5335 -ipset=/.shadowsocks.org/gfwlist -server=/.shadowsocks9.com/127.0.0.1#5335 -ipset=/.shadowsocks9.com/gfwlist -server=/.shambalapost.com/127.0.0.1#5335 -ipset=/.shambalapost.com/gfwlist -server=/.shambhalasun.com/127.0.0.1#5335 -ipset=/.shambhalasun.com/gfwlist -server=/.shangfang.org/127.0.0.1#5335 -ipset=/.shangfang.org/gfwlist -server=/.shapeservices.com/127.0.0.1#5335 -ipset=/.shapeservices.com/gfwlist -server=/.share.america.gov/127.0.0.1#5335 -ipset=/.share.america.gov/gfwlist -server=/.share.dmhy.org/127.0.0.1#5335 -ipset=/.share.dmhy.org/gfwlist -server=/.share.youthwant.com.tw/127.0.0.1#5335 -ipset=/.share.youthwant.com.tw/gfwlist -server=/.sharebee.com/127.0.0.1#5335 -ipset=/.sharebee.com/gfwlist -server=/.sharecool.org/127.0.0.1#5335 -ipset=/.sharecool.org/gfwlist -server=/.sharpdaily.com.hk/127.0.0.1#5335 -ipset=/.sharpdaily.com.hk/gfwlist -server=/.sharpdaily.hk/127.0.0.1#5335 -ipset=/.sharpdaily.hk/gfwlist -server=/.sharpdaily.tw/127.0.0.1#5335 -ipset=/.sharpdaily.tw/gfwlist -server=/.shat-tibet.com/127.0.0.1#5335 -ipset=/.shat-tibet.com/gfwlist -server=/.shattered.io/127.0.0.1#5335 -ipset=/.shattered.io/gfwlist -server=/.sheikyermami.com/127.0.0.1#5335 -ipset=/.sheikyermami.com/gfwlist -server=/.shellfire.de/127.0.0.1#5335 -ipset=/.shellfire.de/gfwlist -server=/.shenshou.org/127.0.0.1#5335 -ipset=/.shenshou.org/gfwlist -server=/.shenyun.com/127.0.0.1#5335 -ipset=/.shenyun.com/gfwlist -server=/.shenyunperformingarts.org/127.0.0.1#5335 -ipset=/.shenyunperformingarts.org/gfwlist -server=/.shenzhoufilm.com/127.0.0.1#5335 -ipset=/.shenzhoufilm.com/gfwlist -server=/.sherabgyaltsen.com/127.0.0.1#5335 -ipset=/.sherabgyaltsen.com/gfwlist -server=/.shiatv.net/127.0.0.1#5335 -ipset=/.shiatv.net/gfwlist -server=/.shicheng.org/127.0.0.1#5335 -ipset=/.shicheng.org/gfwlist -server=/.shiksha.com/127.0.0.1#5335 -ipset=/.shiksha.com/gfwlist -server=/.shinychan.com/127.0.0.1#5335 -ipset=/.shinychan.com/gfwlist -server=/.shipcamouflage.com/127.0.0.1#5335 -ipset=/.shipcamouflage.com/gfwlist -server=/.shireyishunjian.com/127.0.0.1#5335 -ipset=/.shireyishunjian.com/gfwlist -server=/.shitaotv.org/127.0.0.1#5335 -ipset=/.shitaotv.org/gfwlist -server=/.shixiao.org/127.0.0.1#5335 -ipset=/.shixiao.org/gfwlist -server=/.shizhao.org/127.0.0.1#5335 -ipset=/.shizhao.org/gfwlist -server=/.shodanhq.com/127.0.0.1#5335 -ipset=/.shodanhq.com/gfwlist -server=/.shooshtime.com/127.0.0.1#5335 -ipset=/.shooshtime.com/gfwlist -server=/.shop2000.com.tw/127.0.0.1#5335 -ipset=/.shop2000.com.tw/gfwlist -server=/.shopping.com/127.0.0.1#5335 -ipset=/.shopping.com/gfwlist -server=/.showbiz.omy.sg/127.0.0.1#5335 -ipset=/.showbiz.omy.sg/gfwlist -server=/.showhaotu.com/127.0.0.1#5335 -ipset=/.showhaotu.com/gfwlist -server=/.showtime.jp/127.0.0.1#5335 -ipset=/.showtime.jp/gfwlist -server=/.shutterstock.com/127.0.0.1#5335 -ipset=/.shutterstock.com/gfwlist -server=/.shwchurch.org/127.0.0.1#5335 -ipset=/.shwchurch.org/gfwlist -server=/.shwchurch3.com/127.0.0.1#5335 -ipset=/.shwchurch3.com/gfwlist -server=/.siddharthasintent.org/127.0.0.1#5335 -ipset=/.siddharthasintent.org/gfwlist -server=/.sidelinesnews.com/127.0.0.1#5335 -ipset=/.sidelinesnews.com/gfwlist -server=/.sidelinessportseatery.com/127.0.0.1#5335 -ipset=/.sidelinessportseatery.com/gfwlist -server=/.sierrafriendsoftibet.org/127.0.0.1#5335 -ipset=/.sierrafriendsoftibet.org/gfwlist -server=/.sijihuisuo.club/127.0.0.1#5335 -ipset=/.sijihuisuo.club/gfwlist -server=/.sijihuisuo.com/127.0.0.1#5335 -ipset=/.sijihuisuo.com/gfwlist -server=/.sikaozhe1997.github.io/127.0.0.1#5335 -ipset=/.sikaozhe1997.github.io/gfwlist -server=/.silkbook.com/127.0.0.1#5335 -ipset=/.silkbook.com/gfwlist -server=/.simbolostwitter.com/127.0.0.1#5335 -ipset=/.simbolostwitter.com/gfwlist -server=/.simplecd.org/127.0.0.1#5335 -ipset=/.simplecd.org/gfwlist -server=/.simpleproductivityblog.com/127.0.0.1#5335 -ipset=/.simpleproductivityblog.com/gfwlist -server=/.singaporepools.com.sg/127.0.0.1#5335 -ipset=/.singaporepools.com.sg/gfwlist -server=/.singfortibet.com/127.0.0.1#5335 -ipset=/.singfortibet.com/gfwlist -server=/.singpao.com.hk/127.0.0.1#5335 -ipset=/.singpao.com.hk/gfwlist -server=/.singtao.com/127.0.0.1#5335 -ipset=/.singtao.com/gfwlist -server=/.singtaousa.com/127.0.0.1#5335 -ipset=/.singtaousa.com/gfwlist -server=/.sino-monthly.com/127.0.0.1#5335 -ipset=/.sino-monthly.com/gfwlist -server=/.sinoants.com/127.0.0.1#5335 -ipset=/.sinoants.com/gfwlist -server=/.sinocast.com/127.0.0.1#5335 -ipset=/.sinocast.com/gfwlist -server=/.sinocism.com/127.0.0.1#5335 -ipset=/.sinocism.com/gfwlist -server=/.sinomontreal.ca/127.0.0.1#5335 -ipset=/.sinomontreal.ca/gfwlist -server=/.sinonet.ca/127.0.0.1#5335 -ipset=/.sinonet.ca/gfwlist -server=/.sinopitt.info/127.0.0.1#5335 -ipset=/.sinopitt.info/gfwlist -server=/.sinoquebec.com/127.0.0.1#5335 -ipset=/.sinoquebec.com/gfwlist -server=/.sis.xxx/127.0.0.1#5335 -ipset=/.sis.xxx/gfwlist -server=/.sis001.com/127.0.0.1#5335 -ipset=/.sis001.com/gfwlist -server=/.sis001.us/127.0.0.1#5335 -ipset=/.sis001.us/gfwlist -server=/.site2unblock.com/127.0.0.1#5335 -ipset=/.site2unblock.com/gfwlist -server=/.site90.net/127.0.0.1#5335 -ipset=/.site90.net/gfwlist -server=/.sitebro.tw/127.0.0.1#5335 -ipset=/.sitebro.tw/gfwlist -server=/.sitekreator.com/127.0.0.1#5335 -ipset=/.sitekreator.com/gfwlist -server=/.siteks.uk.to/127.0.0.1#5335 -ipset=/.siteks.uk.to/gfwlist -server=/.sitemaps.org/127.0.0.1#5335 -ipset=/.sitemaps.org/gfwlist -server=/.six-degrees.io/127.0.0.1#5335 -ipset=/.six-degrees.io/gfwlist -server=/.sixth.biz/127.0.0.1#5335 -ipset=/.sixth.biz/gfwlist -server=/.sjrt.org/127.0.0.1#5335 -ipset=/.sjrt.org/gfwlist -server=/.sjum.cn/127.0.0.1#5335 -ipset=/.sjum.cn/gfwlist -server=/.sketchappsources.com/127.0.0.1#5335 -ipset=/.sketchappsources.com/gfwlist -server=/.skimtube.com/127.0.0.1#5335 -ipset=/.skimtube.com/gfwlist -server=/.skybet.com/127.0.0.1#5335 -ipset=/.skybet.com/gfwlist -server=/.skyking.com.tw/127.0.0.1#5335 -ipset=/.skyking.com.tw/gfwlist -server=/.skyvegas.com/127.0.0.1#5335 -ipset=/.skyvegas.com/gfwlist -server=/.skyxvpn.com/127.0.0.1#5335 -ipset=/.skyxvpn.com/gfwlist -server=/.slacker.com/127.0.0.1#5335 -ipset=/.slacker.com/gfwlist -server=/.slaytizle.com/127.0.0.1#5335 -ipset=/.slaytizle.com/gfwlist -server=/.sleazydream.com/127.0.0.1#5335 -ipset=/.sleazydream.com/gfwlist -server=/.slheng.com/127.0.0.1#5335 -ipset=/.slheng.com/gfwlist -server=/.slickvpn.com/127.0.0.1#5335 -ipset=/.slickvpn.com/gfwlist -server=/.slideshare.net/127.0.0.1#5335 -ipset=/.slideshare.net/gfwlist -server=/.slinkset.com/127.0.0.1#5335 -ipset=/.slinkset.com/gfwlist -server=/.slutload.com/127.0.0.1#5335 -ipset=/.slutload.com/gfwlist -server=/.slutmoonbeam.com/127.0.0.1#5335 -ipset=/.slutmoonbeam.com/gfwlist -server=/.slyip.com/127.0.0.1#5335 -ipset=/.slyip.com/gfwlist -server=/.slyip.net/127.0.0.1#5335 -ipset=/.slyip.net/gfwlist -server=/.sm-miracle.com/127.0.0.1#5335 -ipset=/.sm-miracle.com/gfwlist -server=/.smartdnsproxy.com/127.0.0.1#5335 -ipset=/.smartdnsproxy.com/gfwlist -server=/.smarthide.com/127.0.0.1#5335 -ipset=/.smarthide.com/gfwlist -server=/.smchbooks.com/127.0.0.1#5335 -ipset=/.smchbooks.com/gfwlist -server=/.smhric.org/127.0.0.1#5335 -ipset=/.smhric.org/gfwlist -server=/.smyxy.org/127.0.0.1#5335 -ipset=/.smyxy.org/gfwlist -server=/.snapchat.com/127.0.0.1#5335 -ipset=/.snapchat.com/gfwlist -server=/.snaptu.com/127.0.0.1#5335 -ipset=/.snaptu.com/gfwlist -server=/.sndcdn.com/127.0.0.1#5335 -ipset=/.sndcdn.com/gfwlist -server=/.sneakme.net/127.0.0.1#5335 -ipset=/.sneakme.net/gfwlist -server=/.snowlionpub.com/127.0.0.1#5335 -ipset=/.snowlionpub.com/gfwlist -server=/.sobees.com/127.0.0.1#5335 -ipset=/.sobees.com/gfwlist -server=/.soc.mil/127.0.0.1#5335 -ipset=/.soc.mil/gfwlist -server=/.socialwhale.com/127.0.0.1#5335 -ipset=/.socialwhale.com/gfwlist -server=/.socks-proxy.net/127.0.0.1#5335 -ipset=/.socks-proxy.net/gfwlist -server=/.sockscap64.com/127.0.0.1#5335 -ipset=/.sockscap64.com/gfwlist -server=/.sockslist.net/127.0.0.1#5335 -ipset=/.sockslist.net/gfwlist -server=/.socrec.org/127.0.0.1#5335 -ipset=/.socrec.org/gfwlist -server=/.sod.co.jp/127.0.0.1#5335 -ipset=/.sod.co.jp/gfwlist -server=/.sodatea.github.io/127.0.0.1#5335 -ipset=/.sodatea.github.io/gfwlist -server=/.softether-download.com/127.0.0.1#5335 -ipset=/.softether-download.com/gfwlist -server=/.softether.co.jp/127.0.0.1#5335 -ipset=/.softether.co.jp/gfwlist -server=/.softether.org/127.0.0.1#5335 -ipset=/.softether.org/gfwlist -server=/.softfamous.com/127.0.0.1#5335 -ipset=/.softfamous.com/gfwlist -server=/.softsmirror.cf/127.0.0.1#5335 -ipset=/.softsmirror.cf/gfwlist -server=/.softwarebychuck.com/127.0.0.1#5335 -ipset=/.softwarebychuck.com/gfwlist -server=/.softwaredownload.gitbooks.io/127.0.0.1#5335 -ipset=/.softwaredownload.gitbooks.io/gfwlist -server=/.sogclub.com/127.0.0.1#5335 -ipset=/.sogclub.com/gfwlist -server=/.sogrady.me/127.0.0.1#5335 -ipset=/.sogrady.me/gfwlist -server=/.soh.tw/127.0.0.1#5335 -ipset=/.soh.tw/gfwlist -server=/.sohcradio.com/127.0.0.1#5335 -ipset=/.sohcradio.com/gfwlist -server=/.sohfrance.org/127.0.0.1#5335 -ipset=/.sohfrance.org/gfwlist -server=/.sokamonline.com/127.0.0.1#5335 -ipset=/.sokamonline.com/gfwlist -server=/.sokmil.com/127.0.0.1#5335 -ipset=/.sokmil.com/gfwlist -server=/.solarsystem.nasa.gov/127.0.0.1#5335 -ipset=/.solarsystem.nasa.gov/gfwlist -server=/.solidaritetibet.org/127.0.0.1#5335 -ipset=/.solidaritetibet.org/gfwlist -server=/.solidfiles.com/127.0.0.1#5335 -ipset=/.solidfiles.com/gfwlist -server=/.somee.com/127.0.0.1#5335 -ipset=/.somee.com/gfwlist -server=/.songjianjun.com/127.0.0.1#5335 -ipset=/.songjianjun.com/gfwlist -server=/.sonicbbs.cc/127.0.0.1#5335 -ipset=/.sonicbbs.cc/gfwlist -server=/.sonidodelaesperanza.org/127.0.0.1#5335 -ipset=/.sonidodelaesperanza.org/gfwlist -server=/.sopcast.com/127.0.0.1#5335 -ipset=/.sopcast.com/gfwlist -server=/.sopcast.org/127.0.0.1#5335 -ipset=/.sopcast.org/gfwlist -server=/.sorazone.net/127.0.0.1#5335 -ipset=/.sorazone.net/gfwlist -server=/.sorting-algorithms.com/127.0.0.1#5335 -ipset=/.sorting-algorithms.com/gfwlist -server=/.sos.org/127.0.0.1#5335 -ipset=/.sos.org/gfwlist -server=/.sosreader.com/127.0.0.1#5335 -ipset=/.sosreader.com/gfwlist -server=/.sostibet.org/127.0.0.1#5335 -ipset=/.sostibet.org/gfwlist -server=/.soubory.com/127.0.0.1#5335 -ipset=/.soubory.com/gfwlist -server=/.soul-plus.net/127.0.0.1#5335 -ipset=/.soul-plus.net/gfwlist -server=/.soulcaliburhentai.net/127.0.0.1#5335 -ipset=/.soulcaliburhentai.net/gfwlist -server=/.soumo.info/127.0.0.1#5335 -ipset=/.soumo.info/gfwlist -server=/.soundcloud.com/127.0.0.1#5335 -ipset=/.soundcloud.com/gfwlist -server=/.soundofhope.kr/127.0.0.1#5335 -ipset=/.soundofhope.kr/gfwlist -server=/.soundofhope.org/127.0.0.1#5335 -ipset=/.soundofhope.org/gfwlist -server=/.soup.io/127.0.0.1#5335 -ipset=/.soup.io/gfwlist -server=/.soupofmedia.com/127.0.0.1#5335 -ipset=/.soupofmedia.com/gfwlist -server=/.sourcewadio.com/127.0.0.1#5335 -ipset=/.sourcewadio.com/gfwlist -server=/.southnews.com.tw/127.0.0.1#5335 -ipset=/.southnews.com.tw/gfwlist -server=/.sowers.org.hk/127.0.0.1#5335 -ipset=/.sowers.org.hk/gfwlist -server=/.soylentnews.org/127.0.0.1#5335 -ipset=/.soylentnews.org/gfwlist -server=/.spaces.hightail.com/127.0.0.1#5335 -ipset=/.spaces.hightail.com/gfwlist -server=/.spankbang.com/127.0.0.1#5335 -ipset=/.spankbang.com/gfwlist -server=/.spankingtube.com/127.0.0.1#5335 -ipset=/.spankingtube.com/gfwlist -server=/.spankwire.com/127.0.0.1#5335 -ipset=/.spankwire.com/gfwlist -server=/.spb.com/127.0.0.1#5335 -ipset=/.spb.com/gfwlist -server=/.speakerdeck.com/127.0.0.1#5335 -ipset=/.speakerdeck.com/gfwlist -server=/.specxinzl.jigsy.com/127.0.0.1#5335 -ipset=/.specxinzl.jigsy.com/gfwlist -server=/.speedify.com/127.0.0.1#5335 -ipset=/.speedify.com/gfwlist -server=/.spem.at/127.0.0.1#5335 -ipset=/.spem.at/gfwlist -server=/.spencertipping.com/127.0.0.1#5335 -ipset=/.spencertipping.com/gfwlist -server=/.spendee.com/127.0.0.1#5335 -ipset=/.spendee.com/gfwlist -server=/.spicevpn.com/127.0.0.1#5335 -ipset=/.spicevpn.com/gfwlist -server=/.spideroak.com/127.0.0.1#5335 -ipset=/.spideroak.com/gfwlist -server=/.spike.com/127.0.0.1#5335 -ipset=/.spike.com/gfwlist -server=/.sports.williamhill.com/127.0.0.1#5335 -ipset=/.sports.williamhill.com/gfwlist -server=/.spotflux.com/127.0.0.1#5335 -ipset=/.spotflux.com/gfwlist -server=/.spotify.com/127.0.0.1#5335 -ipset=/.spotify.com/gfwlist -server=/.spreadshirt.es/127.0.0.1#5335 -ipset=/.spreadshirt.es/gfwlist -server=/.spring4u.info/127.0.0.1#5335 -ipset=/.spring4u.info/gfwlist -server=/.springboardplatform.com/127.0.0.1#5335 -ipset=/.springboardplatform.com/gfwlist -server=/.sprite.org/127.0.0.1#5335 -ipset=/.sprite.org/gfwlist -server=/.sproutcore.com/127.0.0.1#5335 -ipset=/.sproutcore.com/gfwlist -server=/.sproxy.info/127.0.0.1#5335 -ipset=/.sproxy.info/gfwlist -server=/.squirly.info/127.0.0.1#5335 -ipset=/.squirly.info/gfwlist -server=/.srocket.us/127.0.0.1#5335 -ipset=/.srocket.us/gfwlist -server=/.ss-link.com/127.0.0.1#5335 -ipset=/.ss-link.com/gfwlist -server=/.ss.carryzhou.com/127.0.0.1#5335 -ipset=/.ss.carryzhou.com/gfwlist -server=/.ss.levyhsu.com/127.0.0.1#5335 -ipset=/.ss.levyhsu.com/gfwlist -server=/.ss7.vzw.com/127.0.0.1#5335 -ipset=/.ss7.vzw.com/gfwlist -server=/.ssglobal.co/127.0.0.1#5335 -ipset=/.ssglobal.co/gfwlist -server=/.ssglobal.me/127.0.0.1#5335 -ipset=/.ssglobal.me/gfwlist -server=/.ssh91.com/127.0.0.1#5335 -ipset=/.ssh91.com/gfwlist -server=/.ssl.webpack.de/127.0.0.1#5335 -ipset=/.ssl.webpack.de/gfwlist -server=/.ssl443.org/127.0.0.1#5335 -ipset=/.ssl443.org/gfwlist -server=/.sspanel.net/127.0.0.1#5335 -ipset=/.sspanel.net/gfwlist -server=/.sspro.ml/127.0.0.1#5335 -ipset=/.sspro.ml/gfwlist -server=/.ssr.tools/127.0.0.1#5335 -ipset=/.ssr.tools/gfwlist -server=/.ssrshare.com/127.0.0.1#5335 -ipset=/.ssrshare.com/gfwlist -server=/.sss.camp/127.0.0.1#5335 -ipset=/.sss.camp/gfwlist -server=/.sstmlt.moe/127.0.0.1#5335 -ipset=/.sstmlt.moe/gfwlist -server=/.sstmlt.net/127.0.0.1#5335 -ipset=/.sstmlt.net/gfwlist -server=/.stage64.hk/127.0.0.1#5335 -ipset=/.stage64.hk/gfwlist -server=/.standupfortibet.org/127.0.0.1#5335 -ipset=/.standupfortibet.org/gfwlist -server=/.starfishfx.com/127.0.0.1#5335 -ipset=/.starfishfx.com/gfwlist -server=/.starp2p.com/127.0.0.1#5335 -ipset=/.starp2p.com/gfwlist -server=/.startpage.com/127.0.0.1#5335 -ipset=/.startpage.com/gfwlist -server=/.startuplivingchina.com/127.0.0.1#5335 -ipset=/.startuplivingchina.com/gfwlist -server=/.stat.gov.tw/127.0.0.1#5335 -ipset=/.stat.gov.tw/gfwlist -server=/.static-economist.com/127.0.0.1#5335 -ipset=/.static-economist.com/gfwlist -server=/.static.comico.tw/127.0.0.1#5335 -ipset=/.static.comico.tw/gfwlist -server=/.static.shemalez.com/127.0.0.1#5335 -ipset=/.static.shemalez.com/gfwlist -server=/.static01.nyt.com/127.0.0.1#5335 -ipset=/.static01.nyt.com/gfwlist -server=/.staticflickr.com/127.0.0.1#5335 -ipset=/.staticflickr.com/gfwlist -server=/.statueofdemocracy.org/127.0.0.1#5335 -ipset=/.statueofdemocracy.org/gfwlist -server=/.stc.com.sa/127.0.0.1#5335 -ipset=/.stc.com.sa/gfwlist -server=/.steamcommunity.com/127.0.0.1#5335 -ipset=/.steamcommunity.com/gfwlist -server=/.steel-storm.com/127.0.0.1#5335 -ipset=/.steel-storm.com/gfwlist -server=/.steemit.com/127.0.0.1#5335 -ipset=/.steemit.com/gfwlist -server=/.steganos.com/127.0.0.1#5335 -ipset=/.steganos.com/gfwlist -server=/.steganos.net/127.0.0.1#5335 -ipset=/.steganos.net/gfwlist -server=/.stepchina.com/127.0.0.1#5335 -ipset=/.stepchina.com/gfwlist -server=/.stephaniered.com/127.0.0.1#5335 -ipset=/.stephaniered.com/gfwlist -server=/.sthoo.com/127.0.0.1#5335 -ipset=/.sthoo.com/gfwlist -server=/.stickam.com/127.0.0.1#5335 -ipset=/.stickam.com/gfwlist -server=/.stileproject.com/127.0.0.1#5335 -ipset=/.stileproject.com/gfwlist -server=/.sto.cc/127.0.0.1#5335 -ipset=/.sto.cc/gfwlist -server=/.stoporganharvesting.org/127.0.0.1#5335 -ipset=/.stoporganharvesting.org/gfwlist -server=/.stoptibetcrisis.net/127.0.0.1#5335 -ipset=/.stoptibetcrisis.net/gfwlist -server=/.storagenewsletter.com/127.0.0.1#5335 -ipset=/.storagenewsletter.com/gfwlist -server=/.stories.google/127.0.0.1#5335 -ipset=/.stories.google/gfwlist -server=/.storify.com/127.0.0.1#5335 -ipset=/.storify.com/gfwlist -server=/.storm.mg/127.0.0.1#5335 -ipset=/.storm.mg/gfwlist -server=/.stormmediagroup.com/127.0.0.1#5335 -ipset=/.stormmediagroup.com/gfwlist -server=/.stoweboyd.com/127.0.0.1#5335 -ipset=/.stoweboyd.com/gfwlist -server=/.stranabg.com/127.0.0.1#5335 -ipset=/.stranabg.com/gfwlist -server=/.straplessdildo.com/127.0.0.1#5335 -ipset=/.straplessdildo.com/gfwlist -server=/.streamingthe.net/127.0.0.1#5335 -ipset=/.streamingthe.net/gfwlist -server=/.strikingly.com/127.0.0.1#5335 -ipset=/.strikingly.com/gfwlist -server=/.strongvpn.com/127.0.0.1#5335 -ipset=/.strongvpn.com/gfwlist -server=/.strongwindpress.com/127.0.0.1#5335 -ipset=/.strongwindpress.com/gfwlist -server=/.studentsforafreetibet.org/127.0.0.1#5335 -ipset=/.studentsforafreetibet.org/gfwlist -server=/.stumbleupon.com/127.0.0.1#5335 -ipset=/.stumbleupon.com/gfwlist -server=/.stupidvideos.com/127.0.0.1#5335 -ipset=/.stupidvideos.com/gfwlist -server=/.subacme.rerouted.org/127.0.0.1#5335 -ipset=/.subacme.rerouted.org/gfwlist -server=/.successfn.com/127.0.0.1#5335 -ipset=/.successfn.com/gfwlist -server=/.sugarsync.com/127.0.0.1#5335 -ipset=/.sugarsync.com/gfwlist -server=/.sugobbs.com/127.0.0.1#5335 -ipset=/.sugobbs.com/gfwlist -server=/.sugumiru18.com/127.0.0.1#5335 -ipset=/.sugumiru18.com/gfwlist -server=/.suissl.com/127.0.0.1#5335 -ipset=/.suissl.com/gfwlist -server=/.sujiatun.wordpress.com/127.0.0.1#5335 -ipset=/.sujiatun.wordpress.com/gfwlist -server=/.sukebei.nyaa.si/127.0.0.1#5335 -ipset=/.sukebei.nyaa.si/gfwlist -server=/.sulian.me/127.0.0.1#5335 -ipset=/.sulian.me/gfwlist -server=/.summify.com/127.0.0.1#5335 -ipset=/.summify.com/gfwlist -server=/.sumrando.com/127.0.0.1#5335 -ipset=/.sumrando.com/gfwlist -server=/.sun1911.com/127.0.0.1#5335 -ipset=/.sun1911.com/gfwlist -server=/.sunmedia.ca/127.0.0.1#5335 -ipset=/.sunmedia.ca/gfwlist -server=/.sunporno.com/127.0.0.1#5335 -ipset=/.sunporno.com/gfwlist -server=/.sunskyforum.com/127.0.0.1#5335 -ipset=/.sunskyforum.com/gfwlist -server=/.sunta.com.tw/127.0.0.1#5335 -ipset=/.sunta.com.tw/gfwlist -server=/.sunvpn.net/127.0.0.1#5335 -ipset=/.sunvpn.net/gfwlist -server=/.sunwinism.joinbbs.net/127.0.0.1#5335 -ipset=/.sunwinism.joinbbs.net/gfwlist -server=/.suoluo.org/127.0.0.1#5335 -ipset=/.suoluo.org/gfwlist -server=/.supchina.com/127.0.0.1#5335 -ipset=/.supchina.com/gfwlist -server=/.superfreevpn.com/127.0.0.1#5335 -ipset=/.superfreevpn.com/gfwlist -server=/.superokayama.com/127.0.0.1#5335 -ipset=/.superokayama.com/gfwlist -server=/.superpages.com/127.0.0.1#5335 -ipset=/.superpages.com/gfwlist -server=/.supervpn.net/127.0.0.1#5335 -ipset=/.supervpn.net/gfwlist -server=/.superzooi.com/127.0.0.1#5335 -ipset=/.superzooi.com/gfwlist -server=/.suppig.net/127.0.0.1#5335 -ipset=/.suppig.net/gfwlist -server=/.suprememastertv.com/127.0.0.1#5335 -ipset=/.suprememastertv.com/gfwlist -server=/.surfeasy.com/127.0.0.1#5335 -ipset=/.surfeasy.com/gfwlist -server=/.suroot.com/127.0.0.1#5335 -ipset=/.suroot.com/gfwlist -server=/.surrenderat20.net/127.0.0.1#5335 -ipset=/.surrenderat20.net/gfwlist -server=/.sustainability.google/127.0.0.1#5335 -ipset=/.sustainability.google/gfwlist -server=/.suyangg.com/127.0.0.1#5335 -ipset=/.suyangg.com/gfwlist -server=/.svsfx.com/127.0.0.1#5335 -ipset=/.svsfx.com/gfwlist -server=/.swagbucks.com/127.0.0.1#5335 -ipset=/.swagbucks.com/gfwlist -server=/.swissinfo.ch/127.0.0.1#5335 -ipset=/.swissinfo.ch/gfwlist -server=/.swissvpn.net/127.0.0.1#5335 -ipset=/.swissvpn.net/gfwlist -server=/.switch1.jp/127.0.0.1#5335 -ipset=/.switch1.jp/gfwlist -server=/.switchvpn.net/127.0.0.1#5335 -ipset=/.switchvpn.net/gfwlist -server=/.sydneytoday.com/127.0.0.1#5335 -ipset=/.sydneytoday.com/gfwlist -server=/.sylfoundation.org/127.0.0.1#5335 -ipset=/.sylfoundation.org/gfwlist -server=/.syncback.com/127.0.0.1#5335 -ipset=/.syncback.com/gfwlist -server=/.synergyse.com/127.0.0.1#5335 -ipset=/.synergyse.com/gfwlist -server=/.sysresccd.org/127.0.0.1#5335 -ipset=/.sysresccd.org/gfwlist -server=/.sytes.net/127.0.0.1#5335 -ipset=/.sytes.net/gfwlist -server=/.szbbs.net/127.0.0.1#5335 -ipset=/.szbbs.net/gfwlist -server=/.szetowah.org.hk/127.0.0.1#5335 -ipset=/.szetowah.org.hk/gfwlist -server=/.t-g.com/127.0.0.1#5335 -ipset=/.t-g.com/gfwlist -server=/.t.co/127.0.0.1#5335 -ipset=/.t.co/gfwlist -server=/.t.me/127.0.0.1#5335 -ipset=/.t.me/gfwlist -server=/.t.orzdream.com/127.0.0.1#5335 -ipset=/.t.orzdream.com/gfwlist -server=/.t35.com/127.0.0.1#5335 -ipset=/.t35.com/gfwlist -server=/.t66y.com/127.0.0.1#5335 -ipset=/.t66y.com/gfwlist -server=/.taa-usa.org/127.0.0.1#5335 -ipset=/.taa-usa.org/gfwlist -server=/.taaze.tw/127.0.0.1#5335 -ipset=/.taaze.tw/gfwlist -server=/.tabtter.jp/127.0.0.1#5335 -ipset=/.tabtter.jp/gfwlist -server=/.tacc.cwb.gov.tw/127.0.0.1#5335 -ipset=/.tacc.cwb.gov.tw/gfwlist -server=/.tacem.org/127.0.0.1#5335 -ipset=/.tacem.org/gfwlist -server=/.taconet.com.tw/127.0.0.1#5335 -ipset=/.taconet.com.tw/gfwlist -server=/.taedp.org.tw/127.0.0.1#5335 -ipset=/.taedp.org.tw/gfwlist -server=/.tafm.org/127.0.0.1#5335 -ipset=/.tafm.org/gfwlist -server=/.tagwa.org.au/127.0.0.1#5335 -ipset=/.tagwa.org.au/gfwlist -server=/.tagwalk.com/127.0.0.1#5335 -ipset=/.tagwalk.com/gfwlist -server=/.tahr.org.tw/127.0.0.1#5335 -ipset=/.tahr.org.tw/gfwlist -server=/.taipei.gov.tw/127.0.0.1#5335 -ipset=/.taipei.gov.tw/gfwlist -server=/.taipeisociety.org/127.0.0.1#5335 -ipset=/.taipeisociety.org/gfwlist -server=/.taiwan-sex.com/127.0.0.1#5335 -ipset=/.taiwan-sex.com/gfwlist -server=/.taiwanbible.com/127.0.0.1#5335 -ipset=/.taiwanbible.com/gfwlist -server=/.taiwancon.com/127.0.0.1#5335 -ipset=/.taiwancon.com/gfwlist -server=/.taiwandaily.net/127.0.0.1#5335 -ipset=/.taiwandaily.net/gfwlist -server=/.taiwandc.org/127.0.0.1#5335 -ipset=/.taiwandc.org/gfwlist -server=/.taiwanjobs.gov.tw/127.0.0.1#5335 -ipset=/.taiwanjobs.gov.tw/gfwlist -server=/.taiwanjustice.com/127.0.0.1#5335 -ipset=/.taiwanjustice.com/gfwlist -server=/.taiwanjustice.net/127.0.0.1#5335 -ipset=/.taiwanjustice.net/gfwlist -server=/.taiwankiss.com/127.0.0.1#5335 -ipset=/.taiwankiss.com/gfwlist -server=/.taiwannation.50webs.com/127.0.0.1#5335 -ipset=/.taiwannation.50webs.com/gfwlist -server=/.taiwannation.com/127.0.0.1#5335 -ipset=/.taiwannation.com/gfwlist -server=/.taiwanncf.org.tw/127.0.0.1#5335 -ipset=/.taiwanncf.org.tw/gfwlist -server=/.taiwannews.com.tw/127.0.0.1#5335 -ipset=/.taiwannews.com.tw/gfwlist -server=/.taiwantp.net/127.0.0.1#5335 -ipset=/.taiwantp.net/gfwlist -server=/.taiwantt.org.tw/127.0.0.1#5335 -ipset=/.taiwantt.org.tw/gfwlist -server=/.taiwanus.net/127.0.0.1#5335 -ipset=/.taiwanus.net/gfwlist -server=/.taiwanyes.com/127.0.0.1#5335 -ipset=/.taiwanyes.com/gfwlist -server=/.taiwanyes.ning.com/127.0.0.1#5335 -ipset=/.taiwanyes.ning.com/gfwlist -server=/.talk853.com/127.0.0.1#5335 -ipset=/.talk853.com/gfwlist -server=/.talkboxapp.com/127.0.0.1#5335 -ipset=/.talkboxapp.com/gfwlist -server=/.talkcc.com/127.0.0.1#5335 -ipset=/.talkcc.com/gfwlist -server=/.talkonly.net/127.0.0.1#5335 -ipset=/.talkonly.net/gfwlist -server=/.tamiaode.tk/127.0.0.1#5335 -ipset=/.tamiaode.tk/gfwlist -server=/.tanc.org/127.0.0.1#5335 -ipset=/.tanc.org/gfwlist -server=/.tangben.com/127.0.0.1#5335 -ipset=/.tangben.com/gfwlist -server=/.tangren.us/127.0.0.1#5335 -ipset=/.tangren.us/gfwlist -server=/.taoism.net/127.0.0.1#5335 -ipset=/.taoism.net/gfwlist -server=/.taolun.info/127.0.0.1#5335 -ipset=/.taolun.info/gfwlist -server=/.tapanwap.com/127.0.0.1#5335 -ipset=/.tapanwap.com/gfwlist -server=/.tapatalk.com/127.0.0.1#5335 -ipset=/.tapatalk.com/gfwlist -server=/.tascn.com.au/127.0.0.1#5335 -ipset=/.tascn.com.au/gfwlist -server=/.taup.net/127.0.0.1#5335 -ipset=/.taup.net/gfwlist -server=/.taweet.com/127.0.0.1#5335 -ipset=/.taweet.com/gfwlist -server=/.tbcollege.org/127.0.0.1#5335 -ipset=/.tbcollege.org/gfwlist -server=/.tbi.org.hk/127.0.0.1#5335 -ipset=/.tbi.org.hk/gfwlist -server=/.tbicn.org/127.0.0.1#5335 -ipset=/.tbicn.org/gfwlist -server=/.tbjyt.org/127.0.0.1#5335 -ipset=/.tbjyt.org/gfwlist -server=/.tbpic.info/127.0.0.1#5335 -ipset=/.tbpic.info/gfwlist -server=/.tbrc.org/127.0.0.1#5335 -ipset=/.tbrc.org/gfwlist -server=/.tbs-rainbow.org/127.0.0.1#5335 -ipset=/.tbs-rainbow.org/gfwlist -server=/.tbsec.org/127.0.0.1#5335 -ipset=/.tbsec.org/gfwlist -server=/.tbskkinabalu.page.tl/127.0.0.1#5335 -ipset=/.tbskkinabalu.page.tl/gfwlist -server=/.tbsmalaysia.org/127.0.0.1#5335 -ipset=/.tbsmalaysia.org/gfwlist -server=/.tbsn.org/127.0.0.1#5335 -ipset=/.tbsn.org/gfwlist -server=/.tbsseattle.org/127.0.0.1#5335 -ipset=/.tbsseattle.org/gfwlist -server=/.tbssqh.org/127.0.0.1#5335 -ipset=/.tbssqh.org/gfwlist -server=/.tbswd.org/127.0.0.1#5335 -ipset=/.tbswd.org/gfwlist -server=/.tbtemple.org.uk/127.0.0.1#5335 -ipset=/.tbtemple.org.uk/gfwlist -server=/.tbthouston.org/127.0.0.1#5335 -ipset=/.tbthouston.org/gfwlist -server=/.tccwonline.org/127.0.0.1#5335 -ipset=/.tccwonline.org/gfwlist -server=/.tcewf.org/127.0.0.1#5335 -ipset=/.tcewf.org/gfwlist -server=/.tchrd.org/127.0.0.1#5335 -ipset=/.tchrd.org/gfwlist -server=/.tcnynj.org/127.0.0.1#5335 -ipset=/.tcnynj.org/gfwlist -server=/.tcpspeed.co/127.0.0.1#5335 -ipset=/.tcpspeed.co/gfwlist -server=/.tcpspeed.com/127.0.0.1#5335 -ipset=/.tcpspeed.com/gfwlist -server=/.tcsofbc.org/127.0.0.1#5335 -ipset=/.tcsofbc.org/gfwlist -server=/.tcsovi.org/127.0.0.1#5335 -ipset=/.tcsovi.org/gfwlist -server=/.tdm.com.mo/127.0.0.1#5335 -ipset=/.tdm.com.mo/gfwlist -server=/.teachparentstech.org/127.0.0.1#5335 -ipset=/.teachparentstech.org/gfwlist -server=/.teamamericany.com/127.0.0.1#5335 -ipset=/.teamamericany.com/gfwlist -server=/.techviz.net/127.0.0.1#5335 -ipset=/.techviz.net/gfwlist -server=/.teck.in/127.0.0.1#5335 -ipset=/.teck.in/gfwlist -server=/.teco-hk.org/127.0.0.1#5335 -ipset=/.teco-hk.org/gfwlist -server=/.teco-mo.org/127.0.0.1#5335 -ipset=/.teco-mo.org/gfwlist -server=/.teddysun.com/127.0.0.1#5335 -ipset=/.teddysun.com/gfwlist -server=/.teeniefuck.net/127.0.0.1#5335 -ipset=/.teeniefuck.net/gfwlist -server=/.teensinasia.com/127.0.0.1#5335 -ipset=/.teensinasia.com/gfwlist -server=/.telecomspace.com/127.0.0.1#5335 -ipset=/.telecomspace.com/gfwlist -server=/.telegram.dog/127.0.0.1#5335 -ipset=/.telegram.dog/gfwlist -server=/.telegram.me/127.0.0.1#5335 -ipset=/.telegram.me/gfwlist -server=/.telegram.org/127.0.0.1#5335 -ipset=/.telegram.org/gfwlist -server=/.telegramdownload.com/127.0.0.1#5335 -ipset=/.telegramdownload.com/gfwlist -server=/.telegraph.co.uk/127.0.0.1#5335 -ipset=/.telegraph.co.uk/gfwlist -server=/.telesco.pe/127.0.0.1#5335 -ipset=/.telesco.pe/gfwlist -server=/.tellme.pw/127.0.0.1#5335 -ipset=/.tellme.pw/gfwlist -server=/.tenacy.com/127.0.0.1#5335 -ipset=/.tenacy.com/gfwlist -server=/.tensorflow.org/127.0.0.1#5335 -ipset=/.tensorflow.org/gfwlist -server=/.tenzinpalmo.com/127.0.0.1#5335 -ipset=/.tenzinpalmo.com/gfwlist -server=/.terminus2049.github.io/127.0.0.1#5335 -ipset=/.terminus2049.github.io/gfwlist -server=/.tew.org/127.0.0.1#5335 -ipset=/.tew.org/gfwlist -server=/.textnow.me/127.0.0.1#5335 -ipset=/.textnow.me/gfwlist -server=/.tfhub.dev/127.0.0.1#5335 -ipset=/.tfhub.dev/gfwlist -server=/.th.hao123.com/127.0.0.1#5335 -ipset=/.th.hao123.com/gfwlist -server=/.thaicn.com/127.0.0.1#5335 -ipset=/.thaicn.com/gfwlist -server=/.thb.gov.tw/127.0.0.1#5335 -ipset=/.thb.gov.tw/gfwlist -server=/.theatrum-belli.com/127.0.0.1#5335 -ipset=/.theatrum-belli.com/gfwlist -server=/.thebcomplex.com/127.0.0.1#5335 -ipset=/.thebcomplex.com/gfwlist -server=/.theblemish.com/127.0.0.1#5335 -ipset=/.theblemish.com/gfwlist -server=/.thebobs.com/127.0.0.1#5335 -ipset=/.thebobs.com/gfwlist -server=/.thebodyshop-usa.com/127.0.0.1#5335 -ipset=/.thebodyshop-usa.com/gfwlist -server=/.thecenter.mit.edu/127.0.0.1#5335 -ipset=/.thecenter.mit.edu/gfwlist -server=/.thechinabeat.org/127.0.0.1#5335 -ipset=/.thechinabeat.org/gfwlist -server=/.thedalailamamovie.com/127.0.0.1#5335 -ipset=/.thedalailamamovie.com/gfwlist -server=/.thedw.us/127.0.0.1#5335 -ipset=/.thedw.us/gfwlist -server=/.thefacebook.com/127.0.0.1#5335 -ipset=/.thefacebook.com/gfwlist -server=/.thegly.com/127.0.0.1#5335 -ipset=/.thegly.com/gfwlist -server=/.thehots.info/127.0.0.1#5335 -ipset=/.thehots.info/gfwlist -server=/.thehousenews.com/127.0.0.1#5335 -ipset=/.thehousenews.com/gfwlist -server=/.thehun.net/127.0.0.1#5335 -ipset=/.thehun.net/gfwlist -server=/.theinitium.com/127.0.0.1#5335 -ipset=/.theinitium.com/gfwlist -server=/.thenewslens.com/127.0.0.1#5335 -ipset=/.thenewslens.com/gfwlist -server=/.thepiratebay.org/127.0.0.1#5335 -ipset=/.thepiratebay.org/gfwlist -server=/.theporndude.com/127.0.0.1#5335 -ipset=/.theporndude.com/gfwlist -server=/.theportalwiki.com/127.0.0.1#5335 -ipset=/.theportalwiki.com/gfwlist -server=/.thereallove.kr/127.0.0.1#5335 -ipset=/.thereallove.kr/gfwlist -server=/.therock.net.nz/127.0.0.1#5335 -ipset=/.therock.net.nz/gfwlist -server=/.thespeeder.com/127.0.0.1#5335 -ipset=/.thespeeder.com/gfwlist -server=/.thestandnews.com/127.0.0.1#5335 -ipset=/.thestandnews.com/gfwlist -server=/.thetibetcenter.org/127.0.0.1#5335 -ipset=/.thetibetcenter.org/gfwlist -server=/.thetibetconnection.org/127.0.0.1#5335 -ipset=/.thetibetconnection.org/gfwlist -server=/.thetibetmuseum.org/127.0.0.1#5335 -ipset=/.thetibetmuseum.org/gfwlist -server=/.thetibetpost.com/127.0.0.1#5335 -ipset=/.thetibetpost.com/gfwlist -server=/.thetinhat.com/127.0.0.1#5335 -ipset=/.thetinhat.com/gfwlist -server=/.thetrotskymovie.com/127.0.0.1#5335 -ipset=/.thetrotskymovie.com/gfwlist -server=/.thevivekspot.com/127.0.0.1#5335 -ipset=/.thevivekspot.com/gfwlist -server=/.thewgo.org/127.0.0.1#5335 -ipset=/.thewgo.org/gfwlist -server=/.theync.com/127.0.0.1#5335 -ipset=/.theync.com/gfwlist -server=/.thinkgeek.com/127.0.0.1#5335 -ipset=/.thinkgeek.com/gfwlist -server=/.thinkingtaiwan.com/127.0.0.1#5335 -ipset=/.thinkingtaiwan.com/gfwlist -server=/.thinkwithgoogle.com/127.0.0.1#5335 -ipset=/.thinkwithgoogle.com/gfwlist -server=/.thisav.com/127.0.0.1#5335 -ipset=/.thisav.com/gfwlist -server=/.thlib.org/127.0.0.1#5335 -ipset=/.thlib.org/gfwlist -server=/.thomasbernhard.org/127.0.0.1#5335 -ipset=/.thomasbernhard.org/gfwlist -server=/.thongdreams.com/127.0.0.1#5335 -ipset=/.thongdreams.com/gfwlist -server=/.threatchaos.com/127.0.0.1#5335 -ipset=/.threatchaos.com/gfwlist -server=/.throughnightsfire.com/127.0.0.1#5335 -ipset=/.throughnightsfire.com/gfwlist -server=/.thumbzilla.com/127.0.0.1#5335 -ipset=/.thumbzilla.com/gfwlist -server=/.thywords.com/127.0.0.1#5335 -ipset=/.thywords.com/gfwlist -server=/.tiananmenduizhi.com/127.0.0.1#5335 -ipset=/.tiananmenduizhi.com/gfwlist -server=/.tiananmenmother.org/127.0.0.1#5335 -ipset=/.tiananmenmother.org/gfwlist -server=/.tiananmenuniv.com/127.0.0.1#5335 -ipset=/.tiananmenuniv.com/gfwlist -server=/.tiananmenuniv.net/127.0.0.1#5335 -ipset=/.tiananmenuniv.net/gfwlist -server=/.tiandixing.org/127.0.0.1#5335 -ipset=/.tiandixing.org/gfwlist -server=/.tianhuayuan.com/127.0.0.1#5335 -ipset=/.tianhuayuan.com/gfwlist -server=/.tianlawoffice.com/127.0.0.1#5335 -ipset=/.tianlawoffice.com/gfwlist -server=/.tianti.io/127.0.0.1#5335 -ipset=/.tianti.io/gfwlist -server=/.tiantibooks.org/127.0.0.1#5335 -ipset=/.tiantibooks.org/gfwlist -server=/.tianyantong.org.cn/127.0.0.1#5335 -ipset=/.tianyantong.org.cn/gfwlist -server=/.tianzhu.org/127.0.0.1#5335 -ipset=/.tianzhu.org/gfwlist -server=/.tibet-envoy.eu/127.0.0.1#5335 -ipset=/.tibet-envoy.eu/gfwlist -server=/.tibet-foundation.org/127.0.0.1#5335 -ipset=/.tibet-foundation.org/gfwlist -server=/.tibet-house-trust.co.uk/127.0.0.1#5335 -ipset=/.tibet-house-trust.co.uk/gfwlist -server=/.tibet-info.net/127.0.0.1#5335 -ipset=/.tibet-info.net/gfwlist -server=/.tibet-initiative.de/127.0.0.1#5335 -ipset=/.tibet-initiative.de/gfwlist -server=/.tibet-munich.de/127.0.0.1#5335 -ipset=/.tibet-munich.de/gfwlist -server=/.tibet.a.se/127.0.0.1#5335 -ipset=/.tibet.a.se/gfwlist -server=/.tibet.at/127.0.0.1#5335 -ipset=/.tibet.at/gfwlist -server=/.tibet.ca/127.0.0.1#5335 -ipset=/.tibet.ca/gfwlist -server=/.tibet.com/127.0.0.1#5335 -ipset=/.tibet.com/gfwlist -server=/.tibet.fr/127.0.0.1#5335 -ipset=/.tibet.fr/gfwlist -server=/.tibet.net/127.0.0.1#5335 -ipset=/.tibet.net/gfwlist -server=/.tibet.nu/127.0.0.1#5335 -ipset=/.tibet.nu/gfwlist -server=/.tibet.org/127.0.0.1#5335 -ipset=/.tibet.org/gfwlist -server=/.tibet.sk/127.0.0.1#5335 -ipset=/.tibet.sk/gfwlist -server=/.tibet.to/127.0.0.1#5335 -ipset=/.tibet.to/gfwlist -server=/.tibet3rdpole.org/127.0.0.1#5335 -ipset=/.tibet3rdpole.org/gfwlist -server=/.tibetaction.net/127.0.0.1#5335 -ipset=/.tibetaction.net/gfwlist -server=/.tibetaid.org/127.0.0.1#5335 -ipset=/.tibetaid.org/gfwlist -server=/.tibetalk.com/127.0.0.1#5335 -ipset=/.tibetalk.com/gfwlist -server=/.tibetan-alliance.org/127.0.0.1#5335 -ipset=/.tibetan-alliance.org/gfwlist -server=/.tibetan.fr/127.0.0.1#5335 -ipset=/.tibetan.fr/gfwlist -server=/.tibetanaidproject.org/127.0.0.1#5335 -ipset=/.tibetanaidproject.org/gfwlist -server=/.tibetanarts.org/127.0.0.1#5335 -ipset=/.tibetanarts.org/gfwlist -server=/.tibetanbuddhistinstitute.org/127.0.0.1#5335 -ipset=/.tibetanbuddhistinstitute.org/gfwlist -server=/.tibetancommunity.org/127.0.0.1#5335 -ipset=/.tibetancommunity.org/gfwlist -server=/.tibetancommunityuk.net/127.0.0.1#5335 -ipset=/.tibetancommunityuk.net/gfwlist -server=/.tibetanculture.org/127.0.0.1#5335 -ipset=/.tibetanculture.org/gfwlist -server=/.tibetanfeministcollective.org/127.0.0.1#5335 -ipset=/.tibetanfeministcollective.org/gfwlist -server=/.tibetanjournal.com/127.0.0.1#5335 -ipset=/.tibetanjournal.com/gfwlist -server=/.tibetanlanguage.org/127.0.0.1#5335 -ipset=/.tibetanlanguage.org/gfwlist -server=/.tibetanliberation.org/127.0.0.1#5335 -ipset=/.tibetanliberation.org/gfwlist -server=/.tibetanpaintings.com/127.0.0.1#5335 -ipset=/.tibetanpaintings.com/gfwlist -server=/.tibetanphotoproject.com/127.0.0.1#5335 -ipset=/.tibetanphotoproject.com/gfwlist -server=/.tibetanpoliticalreview.org/127.0.0.1#5335 -ipset=/.tibetanpoliticalreview.org/gfwlist -server=/.tibetanreview.net/127.0.0.1#5335 -ipset=/.tibetanreview.net/gfwlist -server=/.tibetansports.org/127.0.0.1#5335 -ipset=/.tibetansports.org/gfwlist -server=/.tibetanwomen.org/127.0.0.1#5335 -ipset=/.tibetanwomen.org/gfwlist -server=/.tibetanyouth.org/127.0.0.1#5335 -ipset=/.tibetanyouth.org/gfwlist -server=/.tibetanyouthcongress.org/127.0.0.1#5335 -ipset=/.tibetanyouthcongress.org/gfwlist -server=/.tibetcharity.dk/127.0.0.1#5335 -ipset=/.tibetcharity.dk/gfwlist -server=/.tibetcharity.in/127.0.0.1#5335 -ipset=/.tibetcharity.in/gfwlist -server=/.tibetchild.org/127.0.0.1#5335 -ipset=/.tibetchild.org/gfwlist -server=/.tibetcity.com/127.0.0.1#5335 -ipset=/.tibetcity.com/gfwlist -server=/.tibetcollection.com/127.0.0.1#5335 -ipset=/.tibetcollection.com/gfwlist -server=/.tibetcorps.org/127.0.0.1#5335 -ipset=/.tibetcorps.org/gfwlist -server=/.tibetexpress.net/127.0.0.1#5335 -ipset=/.tibetexpress.net/gfwlist -server=/.tibetfocus.com/127.0.0.1#5335 -ipset=/.tibetfocus.com/gfwlist -server=/.tibetfund.org/127.0.0.1#5335 -ipset=/.tibetfund.org/gfwlist -server=/.tibetgermany.com/127.0.0.1#5335 -ipset=/.tibetgermany.com/gfwlist -server=/.tibetgermany.de/127.0.0.1#5335 -ipset=/.tibetgermany.de/gfwlist -server=/.tibethaus.com/127.0.0.1#5335 -ipset=/.tibethaus.com/gfwlist -server=/.tibetheritagefund.org/127.0.0.1#5335 -ipset=/.tibetheritagefund.org/gfwlist -server=/.tibethouse.jp/127.0.0.1#5335 -ipset=/.tibethouse.jp/gfwlist -server=/.tibethouse.org/127.0.0.1#5335 -ipset=/.tibethouse.org/gfwlist -server=/.tibethouse.us/127.0.0.1#5335 -ipset=/.tibethouse.us/gfwlist -server=/.tibetinfonet.net/127.0.0.1#5335 -ipset=/.tibetinfonet.net/gfwlist -server=/.tibetjustice.org/127.0.0.1#5335 -ipset=/.tibetjustice.org/gfwlist -server=/.tibetkomite.dk/127.0.0.1#5335 -ipset=/.tibetkomite.dk/gfwlist -server=/.tibetlibre.free.fr/127.0.0.1#5335 -ipset=/.tibetlibre.free.fr/gfwlist -server=/.tibetmuseum.org/127.0.0.1#5335 -ipset=/.tibetmuseum.org/gfwlist -server=/.tibetnetwork.org/127.0.0.1#5335 -ipset=/.tibetnetwork.org/gfwlist -server=/.tibetoffice.ch/127.0.0.1#5335 -ipset=/.tibetoffice.ch/gfwlist -server=/.tibetoffice.com.au/127.0.0.1#5335 -ipset=/.tibetoffice.com.au/gfwlist -server=/.tibetoffice.eu/127.0.0.1#5335 -ipset=/.tibetoffice.eu/gfwlist -server=/.tibetoffice.org/127.0.0.1#5335 -ipset=/.tibetoffice.org/gfwlist -server=/.tibetonline.com/127.0.0.1#5335 -ipset=/.tibetonline.com/gfwlist -server=/.tibetonline.tv/127.0.0.1#5335 -ipset=/.tibetonline.tv/gfwlist -server=/.tibetoralhistory.org/127.0.0.1#5335 -ipset=/.tibetoralhistory.org/gfwlist -server=/.tibetpolicy.eu/127.0.0.1#5335 -ipset=/.tibetpolicy.eu/gfwlist -server=/.tibetrelieffund.co.uk/127.0.0.1#5335 -ipset=/.tibetrelieffund.co.uk/gfwlist -server=/.tibetsites.com/127.0.0.1#5335 -ipset=/.tibetsites.com/gfwlist -server=/.tibetsociety.com/127.0.0.1#5335 -ipset=/.tibetsociety.com/gfwlist -server=/.tibetsun.com/127.0.0.1#5335 -ipset=/.tibetsun.com/gfwlist -server=/.tibetsupportgroup.org/127.0.0.1#5335 -ipset=/.tibetsupportgroup.org/gfwlist -server=/.tibetswiss.ch/127.0.0.1#5335 -ipset=/.tibetswiss.ch/gfwlist -server=/.tibettelegraph.com/127.0.0.1#5335 -ipset=/.tibettelegraph.com/gfwlist -server=/.tibettimes.net/127.0.0.1#5335 -ipset=/.tibettimes.net/gfwlist -server=/.tibetwrites.org/127.0.0.1#5335 -ipset=/.tibetwrites.org/gfwlist -server=/.ticket.com.tw/127.0.0.1#5335 -ipset=/.ticket.com.tw/gfwlist -server=/.tigervpn.com/127.0.0.1#5335 -ipset=/.tigervpn.com/gfwlist -server=/.tiltbrush.com/127.0.0.1#5335 -ipset=/.tiltbrush.com/gfwlist -server=/.timdir.com/127.0.0.1#5335 -ipset=/.timdir.com/gfwlist -server=/.time.com/127.0.0.1#5335 -ipset=/.time.com/gfwlist -server=/.times.hinet.net/127.0.0.1#5335 -ipset=/.times.hinet.net/gfwlist -server=/.timsah.com/127.0.0.1#5335 -ipset=/.timsah.com/gfwlist -server=/.tinc-vpn.org/127.0.0.1#5335 -ipset=/.tinc-vpn.org/gfwlist -server=/.tineye.com/127.0.0.1#5335 -ipset=/.tineye.com/gfwlist -server=/.tintuc101.com/127.0.0.1#5335 -ipset=/.tintuc101.com/gfwlist -server=/.tiny.cc/127.0.0.1#5335 -ipset=/.tiny.cc/gfwlist -server=/.tinychat.com/127.0.0.1#5335 -ipset=/.tinychat.com/gfwlist -server=/.tinypaste.com/127.0.0.1#5335 -ipset=/.tinypaste.com/gfwlist -server=/.tipo.gov.tw/127.0.0.1#5335 -ipset=/.tipo.gov.tw/gfwlist -server=/.tistory.com/127.0.0.1#5335 -ipset=/.tistory.com/gfwlist -server=/.tkcs-collins.com/127.0.0.1#5335 -ipset=/.tkcs-collins.com/gfwlist -server=/.tma.co.jp/127.0.0.1#5335 -ipset=/.tma.co.jp/gfwlist -server=/.tmagazine.com/127.0.0.1#5335 -ipset=/.tmagazine.com/gfwlist -server=/.tmdfish.com/127.0.0.1#5335 -ipset=/.tmdfish.com/gfwlist -server=/.tmi.me/127.0.0.1#5335 -ipset=/.tmi.me/gfwlist -server=/.tmpp.org/127.0.0.1#5335 -ipset=/.tmpp.org/gfwlist -server=/.tn1.shemalez.com/127.0.0.1#5335 -ipset=/.tn1.shemalez.com/gfwlist -server=/.tn2.shemalez.com/127.0.0.1#5335 -ipset=/.tn2.shemalez.com/gfwlist -server=/.tn3.shemalez.com/127.0.0.1#5335 -ipset=/.tn3.shemalez.com/gfwlist -server=/.tnaflix.com/127.0.0.1#5335 -ipset=/.tnaflix.com/gfwlist -server=/.tngrnow.com/127.0.0.1#5335 -ipset=/.tngrnow.com/gfwlist -server=/.tngrnow.net/127.0.0.1#5335 -ipset=/.tngrnow.net/gfwlist -server=/.tnp.org/127.0.0.1#5335 -ipset=/.tnp.org/gfwlist -server=/.to-porno.com/127.0.0.1#5335 -ipset=/.to-porno.com/gfwlist -server=/.togetter.com/127.0.0.1#5335 -ipset=/.togetter.com/gfwlist -server=/.toh.info/127.0.0.1#5335 -ipset=/.toh.info/gfwlist -server=/.tokyo-247.com/127.0.0.1#5335 -ipset=/.tokyo-247.com/gfwlist -server=/.tokyo-hot.com/127.0.0.1#5335 -ipset=/.tokyo-hot.com/gfwlist -server=/.tokyo-porn-tube.com/127.0.0.1#5335 -ipset=/.tokyo-porn-tube.com/gfwlist -server=/.tokyocn.com/127.0.0.1#5335 -ipset=/.tokyocn.com/gfwlist -server=/.tongil.or.kr/127.0.0.1#5335 -ipset=/.tongil.or.kr/gfwlist -server=/.tono-oka.jp/127.0.0.1#5335 -ipset=/.tono-oka.jp/gfwlist -server=/.tonyyan.net/127.0.0.1#5335 -ipset=/.tonyyan.net/gfwlist -server=/.toodoc.com/127.0.0.1#5335 -ipset=/.toodoc.com/gfwlist -server=/.toonel.net/127.0.0.1#5335 -ipset=/.toonel.net/gfwlist -server=/.top.tv/127.0.0.1#5335 -ipset=/.top.tv/gfwlist -server=/.top10vpn.com/127.0.0.1#5335 -ipset=/.top10vpn.com/gfwlist -server=/.top81.ws/127.0.0.1#5335 -ipset=/.top81.ws/gfwlist -server=/.topbtc.com/127.0.0.1#5335 -ipset=/.topbtc.com/gfwlist -server=/.topic.youthwant.com.tw/127.0.0.1#5335 -ipset=/.topic.youthwant.com.tw/gfwlist -server=/.topnews.in/127.0.0.1#5335 -ipset=/.topnews.in/gfwlist -server=/.toppornsites.com/127.0.0.1#5335 -ipset=/.toppornsites.com/gfwlist -server=/.topshareware.com/127.0.0.1#5335 -ipset=/.topshareware.com/gfwlist -server=/.topsy.com/127.0.0.1#5335 -ipset=/.topsy.com/gfwlist -server=/.toptip.ca/127.0.0.1#5335 -ipset=/.toptip.ca/gfwlist -server=/.tor.blingblingsquad.net/127.0.0.1#5335 -ipset=/.tor.blingblingsquad.net/gfwlist -server=/.tor.updatestar.com/127.0.0.1#5335 -ipset=/.tor.updatestar.com/gfwlist -server=/.tora.to/127.0.0.1#5335 -ipset=/.tora.to/gfwlist -server=/.torcn.com/127.0.0.1#5335 -ipset=/.torcn.com/gfwlist -server=/.torguard.net/127.0.0.1#5335 -ipset=/.torguard.net/gfwlist -server=/.torproject.org/127.0.0.1#5335 -ipset=/.torproject.org/gfwlist -server=/.torrentprivacy.com/127.0.0.1#5335 -ipset=/.torrentprivacy.com/gfwlist -server=/.torrentproject.se/127.0.0.1#5335 -ipset=/.torrentproject.se/gfwlist -server=/.torrenty.org/127.0.0.1#5335 -ipset=/.torrenty.org/gfwlist -server=/.torrentz.eu/127.0.0.1#5335 -ipset=/.torrentz.eu/gfwlist -server=/.torvpn.com/127.0.0.1#5335 -ipset=/.torvpn.com/gfwlist -server=/.tosh.comedycentral.com/127.0.0.1#5335 -ipset=/.tosh.comedycentral.com/gfwlist -server=/.totalvpn.com/127.0.0.1#5335 -ipset=/.totalvpn.com/gfwlist -server=/.toutiaoabc.com/127.0.0.1#5335 -ipset=/.toutiaoabc.com/gfwlist -server=/.toutyrater.github.io/127.0.0.1#5335 -ipset=/.toutyrater.github.io/gfwlist -server=/.towngain.com/127.0.0.1#5335 -ipset=/.towngain.com/gfwlist -server=/.toypark.in/127.0.0.1#5335 -ipset=/.toypark.in/gfwlist -server=/.toythieves.com/127.0.0.1#5335 -ipset=/.toythieves.com/gfwlist -server=/.toytractorshow.com/127.0.0.1#5335 -ipset=/.toytractorshow.com/gfwlist -server=/.tparents.org/127.0.0.1#5335 -ipset=/.tparents.org/gfwlist -server=/.tpi.org.tw/127.0.0.1#5335 -ipset=/.tpi.org.tw/gfwlist -server=/.tracfone.com/127.0.0.1#5335 -ipset=/.tracfone.com/gfwlist -server=/.traffichaus.com/127.0.0.1#5335 -ipset=/.traffichaus.com/gfwlist -server=/.transparency.org/127.0.0.1#5335 -ipset=/.transparency.org/gfwlist -server=/.treemall.com.tw/127.0.0.1#5335 -ipset=/.treemall.com.tw/gfwlist -server=/.trendsmap.com/127.0.0.1#5335 -ipset=/.trendsmap.com/gfwlist -server=/.trialofccp.org/127.0.0.1#5335 -ipset=/.trialofccp.org/gfwlist -server=/.trickip.net/127.0.0.1#5335 -ipset=/.trickip.net/gfwlist -server=/.trickip.org/127.0.0.1#5335 -ipset=/.trickip.org/gfwlist -server=/.trouw.nl/127.0.0.1#5335 -ipset=/.trouw.nl/gfwlist -server=/.trt.net.tr/127.0.0.1#5335 -ipset=/.trt.net.tr/gfwlist -server=/.trtc.com.tw/127.0.0.1#5335 -ipset=/.trtc.com.tw/gfwlist -server=/.truebuddha-md.org/127.0.0.1#5335 -ipset=/.truebuddha-md.org/gfwlist -server=/.trulyergonomic.com/127.0.0.1#5335 -ipset=/.trulyergonomic.com/gfwlist -server=/.truth101.co.tv/127.0.0.1#5335 -ipset=/.truth101.co.tv/gfwlist -server=/.truthontour.org/127.0.0.1#5335 -ipset=/.truthontour.org/gfwlist -server=/.truveo.com/127.0.0.1#5335 -ipset=/.truveo.com/gfwlist -server=/.tryheart.jp/127.0.0.1#5335 -ipset=/.tryheart.jp/gfwlist -server=/.tsctv.net/127.0.0.1#5335 -ipset=/.tsctv.net/gfwlist -server=/.tsdr.uspto.gov/127.0.0.1#5335 -ipset=/.tsdr.uspto.gov/gfwlist -server=/.tsemtulku.com/127.0.0.1#5335 -ipset=/.tsemtulku.com/gfwlist -server=/.tsquare.tv/127.0.0.1#5335 -ipset=/.tsquare.tv/gfwlist -server=/.tsu.org.tw/127.0.0.1#5335 -ipset=/.tsu.org.tw/gfwlist -server=/.tsunagarumon.com/127.0.0.1#5335 -ipset=/.tsunagarumon.com/gfwlist -server=/.tt1069.com/127.0.0.1#5335 -ipset=/.tt1069.com/gfwlist -server=/.tttan.com/127.0.0.1#5335 -ipset=/.tttan.com/gfwlist -server=/.ttvnw.net/127.0.0.1#5335 -ipset=/.ttvnw.net/gfwlist -server=/.tu8964.com/127.0.0.1#5335 -ipset=/.tu8964.com/gfwlist -server=/.tubaholic.com/127.0.0.1#5335 -ipset=/.tubaholic.com/gfwlist -server=/.tube.com/127.0.0.1#5335 -ipset=/.tube.com/gfwlist -server=/.tube8.com/127.0.0.1#5335 -ipset=/.tube8.com/gfwlist -server=/.tube911.com/127.0.0.1#5335 -ipset=/.tube911.com/gfwlist -server=/.tubecup.com/127.0.0.1#5335 -ipset=/.tubecup.com/gfwlist -server=/.tubegals.com/127.0.0.1#5335 -ipset=/.tubegals.com/gfwlist -server=/.tubeislam.com/127.0.0.1#5335 -ipset=/.tubeislam.com/gfwlist -server=/.tubepornclassic.com/127.0.0.1#5335 -ipset=/.tubepornclassic.com/gfwlist -server=/.tubestack.com/127.0.0.1#5335 -ipset=/.tubestack.com/gfwlist -server=/.tubewolf.com/127.0.0.1#5335 -ipset=/.tubewolf.com/gfwlist -server=/.tui.orzdream.com/127.0.0.1#5335 -ipset=/.tui.orzdream.com/gfwlist -server=/.tuibeitu.net/127.0.0.1#5335 -ipset=/.tuibeitu.net/gfwlist -server=/.tuidang.net/127.0.0.1#5335 -ipset=/.tuidang.net/gfwlist -server=/.tuidang.org/127.0.0.1#5335 -ipset=/.tuidang.org/gfwlist -server=/.tuidang.se/127.0.0.1#5335 -ipset=/.tuidang.se/gfwlist -server=/.tuitwit.com/127.0.0.1#5335 -ipset=/.tuitwit.com/gfwlist -server=/.tumblr.com/127.0.0.1#5335 -ipset=/.tumblr.com/gfwlist -server=/.tumutanzi.com/127.0.0.1#5335 -ipset=/.tumutanzi.com/gfwlist -server=/.tumview.com/127.0.0.1#5335 -ipset=/.tumview.com/gfwlist -server=/.tunein.com/127.0.0.1#5335 -ipset=/.tunein.com/gfwlist -server=/.tunnelbear.com/127.0.0.1#5335 -ipset=/.tunnelbear.com/gfwlist -server=/.tunnelr.com/127.0.0.1#5335 -ipset=/.tunnelr.com/gfwlist -server=/.tuo8.blue/127.0.0.1#5335 -ipset=/.tuo8.blue/gfwlist -server=/.tuo8.cc/127.0.0.1#5335 -ipset=/.tuo8.cc/gfwlist -server=/.tuo8.club/127.0.0.1#5335 -ipset=/.tuo8.club/gfwlist -server=/.tuo8.fit/127.0.0.1#5335 -ipset=/.tuo8.fit/gfwlist -server=/.tuo8.hk/127.0.0.1#5335 -ipset=/.tuo8.hk/gfwlist -server=/.tuo8.in/127.0.0.1#5335 -ipset=/.tuo8.in/gfwlist -server=/.tuo8.ninja/127.0.0.1#5335 -ipset=/.tuo8.ninja/gfwlist -server=/.tuo8.org/127.0.0.1#5335 -ipset=/.tuo8.org/gfwlist -server=/.tuo8.pw/127.0.0.1#5335 -ipset=/.tuo8.pw/gfwlist -server=/.tuo8.red/127.0.0.1#5335 -ipset=/.tuo8.red/gfwlist -server=/.tuo8.space/127.0.0.1#5335 -ipset=/.tuo8.space/gfwlist -server=/.turansam.org/127.0.0.1#5335 -ipset=/.turansam.org/gfwlist -server=/.turbobit.net/127.0.0.1#5335 -ipset=/.turbobit.net/gfwlist -server=/.turbohide.com/127.0.0.1#5335 -ipset=/.turbohide.com/gfwlist -server=/.turbotwitter.com/127.0.0.1#5335 -ipset=/.turbotwitter.com/gfwlist -server=/.turntable.fm/127.0.0.1#5335 -ipset=/.turntable.fm/gfwlist -server=/.tushycash.com/127.0.0.1#5335 -ipset=/.tushycash.com/gfwlist -server=/.tuvpn.com/127.0.0.1#5335 -ipset=/.tuvpn.com/gfwlist -server=/.tuzaijidi.com/127.0.0.1#5335 -ipset=/.tuzaijidi.com/gfwlist -server=/.tv.com/127.0.0.1#5335 -ipset=/.tv.com/gfwlist -server=/.tvants.com/127.0.0.1#5335 -ipset=/.tvants.com/gfwlist -server=/.tvboxnow.com/127.0.0.1#5335 -ipset=/.tvboxnow.com/gfwlist -server=/.tvider.com/127.0.0.1#5335 -ipset=/.tvider.com/gfwlist -server=/.tvmost.com.hk/127.0.0.1#5335 -ipset=/.tvmost.com.hk/gfwlist -server=/.tvplayvideos.com/127.0.0.1#5335 -ipset=/.tvplayvideos.com/gfwlist -server=/.tvunetworks.com/127.0.0.1#5335 -ipset=/.tvunetworks.com/gfwlist -server=/.tw-blog.com/127.0.0.1#5335 -ipset=/.tw-blog.com/gfwlist -server=/.tw-npo.org/127.0.0.1#5335 -ipset=/.tw-npo.org/gfwlist -server=/.tw.answers.yahoo.com/127.0.0.1#5335 -ipset=/.tw.answers.yahoo.com/gfwlist -server=/.tw.bid.yahoo.com/127.0.0.1#5335 -ipset=/.tw.bid.yahoo.com/gfwlist -server=/.tw.gigacircle.com/127.0.0.1#5335 -ipset=/.tw.gigacircle.com/gfwlist -server=/.tw.hao123.com/127.0.0.1#5335 -ipset=/.tw.hao123.com/gfwlist -server=/.tw.iqiyi.com/127.0.0.1#5335 -ipset=/.tw.iqiyi.com/gfwlist -server=/.tw.jiepang.com/127.0.0.1#5335 -ipset=/.tw.jiepang.com/gfwlist -server=/.tw.knowledge.yahoo.com/127.0.0.1#5335 -ipset=/.tw.knowledge.yahoo.com/gfwlist -server=/.tw.mall.yahoo.com/127.0.0.1#5335 -ipset=/.tw.mall.yahoo.com/gfwlist -server=/.tw.mobi.yahoo.com/127.0.0.1#5335 -ipset=/.tw.mobi.yahoo.com/gfwlist -server=/.tw.money.yahoo.com/127.0.0.1#5335 -ipset=/.tw.money.yahoo.com/gfwlist -server=/.tw.myblog.yahoo.com/127.0.0.1#5335 -ipset=/.tw.myblog.yahoo.com/gfwlist -server=/.tw.news.yahoo.com/127.0.0.1#5335 -ipset=/.tw.news.yahoo.com/gfwlist -server=/.tw.streetvoice.com/127.0.0.1#5335 -ipset=/.tw.streetvoice.com/gfwlist -server=/.tw.tomonews.net/127.0.0.1#5335 -ipset=/.tw.tomonews.net/gfwlist -server=/.tw.voa.mobi/127.0.0.1#5335 -ipset=/.tw.voa.mobi/gfwlist -server=/.tw.yahoo.com/127.0.0.1#5335 -ipset=/.tw.yahoo.com/gfwlist -server=/.tw01.org/127.0.0.1#5335 -ipset=/.tw01.org/gfwlist -server=/.twaitter.com/127.0.0.1#5335 -ipset=/.twaitter.com/gfwlist -server=/.twapperkeeper.com/127.0.0.1#5335 -ipset=/.twapperkeeper.com/gfwlist -server=/.twaud.io/127.0.0.1#5335 -ipset=/.twaud.io/gfwlist -server=/.twavi.com/127.0.0.1#5335 -ipset=/.twavi.com/gfwlist -server=/.twbbs.net.tw/127.0.0.1#5335 -ipset=/.twbbs.net.tw/gfwlist -server=/.twbbs.org/127.0.0.1#5335 -ipset=/.twbbs.org/gfwlist -server=/.twbbs.tw/127.0.0.1#5335 -ipset=/.twbbs.tw/gfwlist -server=/.twblogger.com/127.0.0.1#5335 -ipset=/.twblogger.com/gfwlist -server=/.tweepguide.com/127.0.0.1#5335 -ipset=/.tweepguide.com/gfwlist -server=/.tweeplike.me/127.0.0.1#5335 -ipset=/.tweeplike.me/gfwlist -server=/.tweepmag.com/127.0.0.1#5335 -ipset=/.tweepmag.com/gfwlist -server=/.tweepml.org/127.0.0.1#5335 -ipset=/.tweepml.org/gfwlist -server=/.tweetbackup.com/127.0.0.1#5335 -ipset=/.tweetbackup.com/gfwlist -server=/.tweetboard.com/127.0.0.1#5335 -ipset=/.tweetboard.com/gfwlist -server=/.tweetboner.biz/127.0.0.1#5335 -ipset=/.tweetboner.biz/gfwlist -server=/.tweetcs.com/127.0.0.1#5335 -ipset=/.tweetcs.com/gfwlist -server=/.tweetdeck.com/127.0.0.1#5335 -ipset=/.tweetdeck.com/gfwlist -server=/.tweetedtimes.com/127.0.0.1#5335 -ipset=/.tweetedtimes.com/gfwlist -server=/.tweetmylast.fm/127.0.0.1#5335 -ipset=/.tweetmylast.fm/gfwlist -server=/.tweetphoto.com/127.0.0.1#5335 -ipset=/.tweetphoto.com/gfwlist -server=/.tweetrans.com/127.0.0.1#5335 -ipset=/.tweetrans.com/gfwlist -server=/.tweetree.com/127.0.0.1#5335 -ipset=/.tweetree.com/gfwlist -server=/.tweettunnel.com/127.0.0.1#5335 -ipset=/.tweettunnel.com/gfwlist -server=/.tweetwally.com/127.0.0.1#5335 -ipset=/.tweetwally.com/gfwlist -server=/.tweetymail.com/127.0.0.1#5335 -ipset=/.tweetymail.com/gfwlist -server=/.tweez.net/127.0.0.1#5335 -ipset=/.tweez.net/gfwlist -server=/.twelve.today/127.0.0.1#5335 -ipset=/.twelve.today/gfwlist -server=/.twerkingbutt.com/127.0.0.1#5335 -ipset=/.twerkingbutt.com/gfwlist -server=/.twftp.org/127.0.0.1#5335 -ipset=/.twftp.org/gfwlist -server=/.twgreatdaily.com/127.0.0.1#5335 -ipset=/.twgreatdaily.com/gfwlist -server=/.twibase.com/127.0.0.1#5335 -ipset=/.twibase.com/gfwlist -server=/.twibble.de/127.0.0.1#5335 -ipset=/.twibble.de/gfwlist -server=/.twibbon.com/127.0.0.1#5335 -ipset=/.twibbon.com/gfwlist -server=/.twibs.com/127.0.0.1#5335 -ipset=/.twibs.com/gfwlist -server=/.twicountry.org/127.0.0.1#5335 -ipset=/.twicountry.org/gfwlist -server=/.twicsy.com/127.0.0.1#5335 -ipset=/.twicsy.com/gfwlist -server=/.twiends.com/127.0.0.1#5335 -ipset=/.twiends.com/gfwlist -server=/.twifan.com/127.0.0.1#5335 -ipset=/.twifan.com/gfwlist -server=/.twiffo.com/127.0.0.1#5335 -ipset=/.twiffo.com/gfwlist -server=/.twiggit.org/127.0.0.1#5335 -ipset=/.twiggit.org/gfwlist -server=/.twilightsex.com/127.0.0.1#5335 -ipset=/.twilightsex.com/gfwlist -server=/.twilog.org/127.0.0.1#5335 -ipset=/.twilog.org/gfwlist -server=/.twimbow.com/127.0.0.1#5335 -ipset=/.twimbow.com/gfwlist -server=/.twimg.com/127.0.0.1#5335 -ipset=/.twimg.com/gfwlist -server=/.twindexx.com/127.0.0.1#5335 -ipset=/.twindexx.com/gfwlist -server=/.twip.me/127.0.0.1#5335 -ipset=/.twip.me/gfwlist -server=/.twipple.jp/127.0.0.1#5335 -ipset=/.twipple.jp/gfwlist -server=/.twishort.com/127.0.0.1#5335 -ipset=/.twishort.com/gfwlist -server=/.twistar.cc/127.0.0.1#5335 -ipset=/.twistar.cc/gfwlist -server=/.twister.net.co/127.0.0.1#5335 -ipset=/.twister.net.co/gfwlist -server=/.twisterio.com/127.0.0.1#5335 -ipset=/.twisterio.com/gfwlist -server=/.twisternow.com/127.0.0.1#5335 -ipset=/.twisternow.com/gfwlist -server=/.twistory.net/127.0.0.1#5335 -ipset=/.twistory.net/gfwlist -server=/.twit2d.com/127.0.0.1#5335 -ipset=/.twit2d.com/gfwlist -server=/.twitbrowser.net/127.0.0.1#5335 -ipset=/.twitbrowser.net/gfwlist -server=/.twitcause.com/127.0.0.1#5335 -ipset=/.twitcause.com/gfwlist -server=/.twitch.tv/127.0.0.1#5335 -ipset=/.twitch.tv/gfwlist -server=/.twitchcdn.net/127.0.0.1#5335 -ipset=/.twitchcdn.net/gfwlist -server=/.twitgether.com/127.0.0.1#5335 -ipset=/.twitgether.com/gfwlist -server=/.twitgoo.com/127.0.0.1#5335 -ipset=/.twitgoo.com/gfwlist -server=/.twitiq.com/127.0.0.1#5335 -ipset=/.twitiq.com/gfwlist -server=/.twitlonger.com/127.0.0.1#5335 -ipset=/.twitlonger.com/gfwlist -server=/.twitmania.com/127.0.0.1#5335 -ipset=/.twitmania.com/gfwlist -server=/.twitoaster.com/127.0.0.1#5335 -ipset=/.twitoaster.com/gfwlist -server=/.twitonmsn.com/127.0.0.1#5335 -ipset=/.twitonmsn.com/gfwlist -server=/.twitpic.com/127.0.0.1#5335 -ipset=/.twitpic.com/gfwlist -server=/.twitstat.com/127.0.0.1#5335 -ipset=/.twitstat.com/gfwlist -server=/.twittbot.net/127.0.0.1#5335 -ipset=/.twittbot.net/gfwlist -server=/.twitter.com/127.0.0.1#5335 -ipset=/.twitter.com/gfwlist -server=/.twitter.jp/127.0.0.1#5335 -ipset=/.twitter.jp/gfwlist -server=/.twitter4j.org/127.0.0.1#5335 -ipset=/.twitter4j.org/gfwlist -server=/.twittercounter.com/127.0.0.1#5335 -ipset=/.twittercounter.com/gfwlist -server=/.twitterfeed.com/127.0.0.1#5335 -ipset=/.twitterfeed.com/gfwlist -server=/.twittergadget.com/127.0.0.1#5335 -ipset=/.twittergadget.com/gfwlist -server=/.twitterkr.com/127.0.0.1#5335 -ipset=/.twitterkr.com/gfwlist -server=/.twittermail.com/127.0.0.1#5335 -ipset=/.twittermail.com/gfwlist -server=/.twitterrific.com/127.0.0.1#5335 -ipset=/.twitterrific.com/gfwlist -server=/.twittertim.es/127.0.0.1#5335 -ipset=/.twittertim.es/gfwlist -server=/.twitthat.com/127.0.0.1#5335 -ipset=/.twitthat.com/gfwlist -server=/.twitturk.com/127.0.0.1#5335 -ipset=/.twitturk.com/gfwlist -server=/.twitturly.com/127.0.0.1#5335 -ipset=/.twitturly.com/gfwlist -server=/.twitvid.com/127.0.0.1#5335 -ipset=/.twitvid.com/gfwlist -server=/.twitzap.com/127.0.0.1#5335 -ipset=/.twitzap.com/gfwlist -server=/.twiyia.com/127.0.0.1#5335 -ipset=/.twiyia.com/gfwlist -server=/.twnorth.org.tw/127.0.0.1#5335 -ipset=/.twnorth.org.tw/gfwlist -server=/.twskype.com/127.0.0.1#5335 -ipset=/.twskype.com/gfwlist -server=/.twstar.net/127.0.0.1#5335 -ipset=/.twstar.net/gfwlist -server=/.twt.tl/127.0.0.1#5335 -ipset=/.twt.tl/gfwlist -server=/.twtkr.com/127.0.0.1#5335 -ipset=/.twtkr.com/gfwlist -server=/.twtr2src.ogaoga.org/127.0.0.1#5335 -ipset=/.twtr2src.ogaoga.org/gfwlist -server=/.twtrland.com/127.0.0.1#5335 -ipset=/.twtrland.com/gfwlist -server=/.twttr.com/127.0.0.1#5335 -ipset=/.twttr.com/gfwlist -server=/.twurl.nl/127.0.0.1#5335 -ipset=/.twurl.nl/gfwlist -server=/.twyac.org/127.0.0.1#5335 -ipset=/.twyac.org/gfwlist -server=/.txxx.com/127.0.0.1#5335 -ipset=/.txxx.com/gfwlist -server=/.tycool.com/127.0.0.1#5335 -ipset=/.tycool.com/gfwlist -server=/.typepad.com/127.0.0.1#5335 -ipset=/.typepad.com/gfwlist -server=/.u15.info/127.0.0.1#5335 -ipset=/.u15.info/gfwlist -server=/.u9un.com/127.0.0.1#5335 -ipset=/.u9un.com/gfwlist -server=/.ub0.cc/127.0.0.1#5335 -ipset=/.ub0.cc/gfwlist -server=/.ubddns.org/127.0.0.1#5335 -ipset=/.ubddns.org/gfwlist -server=/.uberproxy.net/127.0.0.1#5335 -ipset=/.uberproxy.net/gfwlist -server=/.uc-japan.org/127.0.0.1#5335 -ipset=/.uc-japan.org/gfwlist -server=/.ucdc1998.org/127.0.0.1#5335 -ipset=/.ucdc1998.org/gfwlist -server=/.uderzo.it/127.0.0.1#5335 -ipset=/.uderzo.it/gfwlist -server=/.udn.com/127.0.0.1#5335 -ipset=/.udn.com/gfwlist -server=/.uforadio.com.tw/127.0.0.1#5335 -ipset=/.uforadio.com.tw/gfwlist -server=/.ufreevpn.com/127.0.0.1#5335 -ipset=/.ufreevpn.com/gfwlist -server=/.ugo.com/127.0.0.1#5335 -ipset=/.ugo.com/gfwlist -server=/.uhdwallpapers.org/127.0.0.1#5335 -ipset=/.uhdwallpapers.org/gfwlist -server=/.uhrp.org/127.0.0.1#5335 -ipset=/.uhrp.org/gfwlist -server=/.uighur.narod.ru/127.0.0.1#5335 -ipset=/.uighur.narod.ru/gfwlist -server=/.uighur.nl/127.0.0.1#5335 -ipset=/.uighur.nl/gfwlist -server=/.uighurbiz.net/127.0.0.1#5335 -ipset=/.uighurbiz.net/gfwlist -server=/.ukcdp.co.uk/127.0.0.1#5335 -ipset=/.ukcdp.co.uk/gfwlist -server=/.ukliferadio.co.uk/127.0.0.1#5335 -ipset=/.ukliferadio.co.uk/gfwlist -server=/.uku.im/127.0.0.1#5335 -ipset=/.uku.im/gfwlist -server=/.ulike.net/127.0.0.1#5335 -ipset=/.ulike.net/gfwlist -server=/.ulop.net/127.0.0.1#5335 -ipset=/.ulop.net/gfwlist -server=/.ultravpn.fr/127.0.0.1#5335 -ipset=/.ultravpn.fr/gfwlist -server=/.ultraxs.com/127.0.0.1#5335 -ipset=/.ultraxs.com/gfwlist -server=/.unblock-us.com/127.0.0.1#5335 -ipset=/.unblock-us.com/gfwlist -server=/.unblock.cn.com/127.0.0.1#5335 -ipset=/.unblock.cn.com/gfwlist -server=/.unblockdmm.com/127.0.0.1#5335 -ipset=/.unblockdmm.com/gfwlist -server=/.unblocker.yt/127.0.0.1#5335 -ipset=/.unblocker.yt/gfwlist -server=/.unblocksit.es/127.0.0.1#5335 -ipset=/.unblocksit.es/gfwlist -server=/.uncyclomedia.org/127.0.0.1#5335 -ipset=/.uncyclomedia.org/gfwlist -server=/.uncyclopedia.hk/127.0.0.1#5335 -ipset=/.uncyclopedia.hk/gfwlist -server=/.uncyclopedia.tw/127.0.0.1#5335 -ipset=/.uncyclopedia.tw/gfwlist -server=/.underwoodammo.com/127.0.0.1#5335 -ipset=/.underwoodammo.com/gfwlist -server=/.unholyknight.com/127.0.0.1#5335 -ipset=/.unholyknight.com/gfwlist -server=/.uni.cc/127.0.0.1#5335 -ipset=/.uni.cc/gfwlist -server=/.unification.net/127.0.0.1#5335 -ipset=/.unification.net/gfwlist -server=/.unification.org.tw/127.0.0.1#5335 -ipset=/.unification.org.tw/gfwlist -server=/.unirule.cloud/127.0.0.1#5335 -ipset=/.unirule.cloud/gfwlist -server=/.unitedsocialpress.com/127.0.0.1#5335 -ipset=/.unitedsocialpress.com/gfwlist -server=/.unix100.com/127.0.0.1#5335 -ipset=/.unix100.com/gfwlist -server=/.unknownspace.org/127.0.0.1#5335 -ipset=/.unknownspace.org/gfwlist -server=/.unodedos.com/127.0.0.1#5335 -ipset=/.unodedos.com/gfwlist -server=/.unpo.org/127.0.0.1#5335 -ipset=/.unpo.org/gfwlist -server=/.unseen.is/127.0.0.1#5335 -ipset=/.unseen.is/gfwlist -server=/.untraceable.us/127.0.0.1#5335 -ipset=/.untraceable.us/gfwlist -server=/.uocn.org/127.0.0.1#5335 -ipset=/.uocn.org/gfwlist -server=/.upcoming.yahoo.com/127.0.0.1#5335 -ipset=/.upcoming.yahoo.com/gfwlist -server=/.updates.tdesktop.com/127.0.0.1#5335 -ipset=/.updates.tdesktop.com/gfwlist -server=/.upholdjustice.org/127.0.0.1#5335 -ipset=/.upholdjustice.org/gfwlist -server=/.upload4u.info/127.0.0.1#5335 -ipset=/.upload4u.info/gfwlist -server=/.upmedia.mg/127.0.0.1#5335 -ipset=/.upmedia.mg/gfwlist -server=/.upornia.com/127.0.0.1#5335 -ipset=/.upornia.com/gfwlist -server=/.uproxy.org/127.0.0.1#5335 -ipset=/.uproxy.org/gfwlist -server=/.upwill.org/127.0.0.1#5335 -ipset=/.upwill.org/gfwlist -server=/.ur7s.com/127.0.0.1#5335 -ipset=/.ur7s.com/gfwlist -server=/.uraban.me/127.0.0.1#5335 -ipset=/.uraban.me/gfwlist -server=/.urbansurvival.com/127.0.0.1#5335 -ipset=/.urbansurvival.com/gfwlist -server=/.urchin.com/127.0.0.1#5335 -ipset=/.urchin.com/gfwlist -server=/.urlborg.com/127.0.0.1#5335 -ipset=/.urlborg.com/gfwlist -server=/.urlparser.com/127.0.0.1#5335 -ipset=/.urlparser.com/gfwlist -server=/.us.to/127.0.0.1#5335 -ipset=/.us.to/gfwlist -server=/.usacn.com/127.0.0.1#5335 -ipset=/.usacn.com/gfwlist -server=/.usaip.eu/127.0.0.1#5335 -ipset=/.usaip.eu/gfwlist -server=/.userapi.nytlog.com/127.0.0.1#5335 -ipset=/.userapi.nytlog.com/gfwlist -server=/.usfk.mil/127.0.0.1#5335 -ipset=/.usfk.mil/gfwlist -server=/.ushuarencity.echainhost.com/127.0.0.1#5335 -ipset=/.ushuarencity.echainhost.com/gfwlist -server=/.usinfo.state.gov/127.0.0.1#5335 -ipset=/.usinfo.state.gov/gfwlist -server=/.usma.edu/127.0.0.1#5335 -ipset=/.usma.edu/gfwlist -server=/.usmc.mil/127.0.0.1#5335 -ipset=/.usmc.mil/gfwlist -server=/.usno.navy.mil/127.0.0.1#5335 -ipset=/.usno.navy.mil/gfwlist -server=/.usocctn.com/127.0.0.1#5335 -ipset=/.usocctn.com/gfwlist -server=/.ustream.tv/127.0.0.1#5335 -ipset=/.ustream.tv/gfwlist -server=/.usunitednews.com/127.0.0.1#5335 -ipset=/.usunitednews.com/gfwlist -server=/.usus.cc/127.0.0.1#5335 -ipset=/.usus.cc/gfwlist -server=/.utopianpal.com/127.0.0.1#5335 -ipset=/.utopianpal.com/gfwlist -server=/.uu-gg.com/127.0.0.1#5335 -ipset=/.uu-gg.com/gfwlist -server=/.uukanshu.com/127.0.0.1#5335 -ipset=/.uukanshu.com/gfwlist -server=/.uvwxyz.xyz/127.0.0.1#5335 -ipset=/.uvwxyz.xyz/gfwlist -server=/.uwants.com/127.0.0.1#5335 -ipset=/.uwants.com/gfwlist -server=/.uwants.net/127.0.0.1#5335 -ipset=/.uwants.net/gfwlist -server=/.uyghur-j.org/127.0.0.1#5335 -ipset=/.uyghur-j.org/gfwlist -server=/.uyghur.co.uk/127.0.0.1#5335 -ipset=/.uyghur.co.uk/gfwlist -server=/.uyghuramerican.org/127.0.0.1#5335 -ipset=/.uyghuramerican.org/gfwlist -server=/.uyghurcanadiansociety.org/127.0.0.1#5335 -ipset=/.uyghurcanadiansociety.org/gfwlist -server=/.uyghurcongress.org/127.0.0.1#5335 -ipset=/.uyghurcongress.org/gfwlist -server=/.uyghurensemble.co.uk/127.0.0.1#5335 -ipset=/.uyghurensemble.co.uk/gfwlist -server=/.uyghurpen.org/127.0.0.1#5335 -ipset=/.uyghurpen.org/gfwlist -server=/.uyghurpress.com/127.0.0.1#5335 -ipset=/.uyghurpress.com/gfwlist -server=/.uyghurstudies.org/127.0.0.1#5335 -ipset=/.uyghurstudies.org/gfwlist -server=/.uygur.org/127.0.0.1#5335 -ipset=/.uygur.org/gfwlist -server=/.v2ex.com/127.0.0.1#5335 -ipset=/.v2ex.com/gfwlist -server=/.v2ray.com/127.0.0.1#5335 -ipset=/.v2ray.com/gfwlist -server=/.van001.com/127.0.0.1#5335 -ipset=/.van001.com/gfwlist -server=/.van698.com/127.0.0.1#5335 -ipset=/.van698.com/gfwlist -server=/.vanemu.cn/127.0.0.1#5335 -ipset=/.vanemu.cn/gfwlist -server=/.vanilla-jp.com/127.0.0.1#5335 -ipset=/.vanilla-jp.com/gfwlist -server=/.vanpeople.com/127.0.0.1#5335 -ipset=/.vanpeople.com/gfwlist -server=/.vansky.com/127.0.0.1#5335 -ipset=/.vansky.com/gfwlist -server=/.vaticannews.va/127.0.0.1#5335 -ipset=/.vaticannews.va/gfwlist -server=/.vatn.org/127.0.0.1#5335 -ipset=/.vatn.org/gfwlist -server=/.vcf-online.org/127.0.0.1#5335 -ipset=/.vcf-online.org/gfwlist -server=/.vcfbuilder.org/127.0.0.1#5335 -ipset=/.vcfbuilder.org/gfwlist -server=/.vegas.williamhill.com/127.0.0.1#5335 -ipset=/.vegas.williamhill.com/gfwlist -server=/.vegasred.com/127.0.0.1#5335 -ipset=/.vegasred.com/gfwlist -server=/.velkaepocha.sk/127.0.0.1#5335 -ipset=/.velkaepocha.sk/gfwlist -server=/.venbbs.com/127.0.0.1#5335 -ipset=/.venbbs.com/gfwlist -server=/.venchina.com/127.0.0.1#5335 -ipset=/.venchina.com/gfwlist -server=/.venetianmacao.com/127.0.0.1#5335 -ipset=/.venetianmacao.com/gfwlist -server=/.ventureswell.com/127.0.0.1#5335 -ipset=/.ventureswell.com/gfwlist -server=/.veoh.com/127.0.0.1#5335 -ipset=/.veoh.com/gfwlist -server=/.vermonttibet.org/127.0.0.1#5335 -ipset=/.vermonttibet.org/gfwlist -server=/.versavpn.com/127.0.0.1#5335 -ipset=/.versavpn.com/gfwlist -server=/.verybs.com/127.0.0.1#5335 -ipset=/.verybs.com/gfwlist -server=/.vevo.com/127.0.0.1#5335 -ipset=/.vevo.com/gfwlist -server=/.vft.com.tw/127.0.0.1#5335 -ipset=/.vft.com.tw/gfwlist -server=/.viber.com/127.0.0.1#5335 -ipset=/.viber.com/gfwlist -server=/.vica.info/127.0.0.1#5335 -ipset=/.vica.info/gfwlist -server=/.victimsofcommunism.org/127.0.0.1#5335 -ipset=/.victimsofcommunism.org/gfwlist -server=/.vid.me/127.0.0.1#5335 -ipset=/.vid.me/gfwlist -server=/.vidble.com/127.0.0.1#5335 -ipset=/.vidble.com/gfwlist -server=/.video.aol.com/127.0.0.1#5335 -ipset=/.video.aol.com/gfwlist -server=/.video.ap.org/127.0.0.1#5335 -ipset=/.video.ap.org/gfwlist -server=/.video.fdbox.com/127.0.0.1#5335 -ipset=/.video.fdbox.com/gfwlist -server=/.video.foxbusiness.com/127.0.0.1#5335 -ipset=/.video.foxbusiness.com/gfwlist -server=/.video.pbs.org/127.0.0.1#5335 -ipset=/.video.pbs.org/gfwlist -server=/.video.yahoo.com/127.0.0.1#5335 -ipset=/.video.yahoo.com/gfwlist -server=/.videobam.com/127.0.0.1#5335 -ipset=/.videobam.com/gfwlist -server=/.videodetective.com/127.0.0.1#5335 -ipset=/.videodetective.com/gfwlist -server=/.videomega.tv/127.0.0.1#5335 -ipset=/.videomega.tv/gfwlist -server=/.videomo.com/127.0.0.1#5335 -ipset=/.videomo.com/gfwlist -server=/.videopediaworld.com/127.0.0.1#5335 -ipset=/.videopediaworld.com/gfwlist -server=/.videopress.com/127.0.0.1#5335 -ipset=/.videopress.com/gfwlist -server=/.vietdaikynguyen.com/127.0.0.1#5335 -ipset=/.vietdaikynguyen.com/gfwlist -server=/.vijayatemple.org/127.0.0.1#5335 -ipset=/.vijayatemple.org/gfwlist -server=/.vimeo.com/127.0.0.1#5335 -ipset=/.vimeo.com/gfwlist -server=/.vimperator.org/127.0.0.1#5335 -ipset=/.vimperator.org/gfwlist -server=/.vincnd.com/127.0.0.1#5335 -ipset=/.vincnd.com/gfwlist -server=/.vine.co/127.0.0.1#5335 -ipset=/.vine.co/gfwlist -server=/.vinniev.com/127.0.0.1#5335 -ipset=/.vinniev.com/gfwlist -server=/.vip-enterprise.com/127.0.0.1#5335 -ipset=/.vip-enterprise.com/gfwlist -server=/.virtualrealporn.com/127.0.0.1#5335 -ipset=/.virtualrealporn.com/gfwlist -server=/.visibletweets.com/127.0.0.1#5335 -ipset=/.visibletweets.com/gfwlist -server=/.vital247.org/127.0.0.1#5335 -ipset=/.vital247.org/gfwlist -server=/.viu.com/127.0.0.1#5335 -ipset=/.viu.com/gfwlist -server=/.vivahentai4u.net/127.0.0.1#5335 -ipset=/.vivahentai4u.net/gfwlist -server=/.vivatube.com/127.0.0.1#5335 -ipset=/.vivatube.com/gfwlist -server=/.vivthomas.com/127.0.0.1#5335 -ipset=/.vivthomas.com/gfwlist -server=/.vizvaz.com/127.0.0.1#5335 -ipset=/.vizvaz.com/gfwlist -server=/.vjav.com/127.0.0.1#5335 -ipset=/.vjav.com/gfwlist -server=/.vjmedia.com.hk/127.0.0.1#5335 -ipset=/.vjmedia.com.hk/gfwlist -server=/.vllcs.org/127.0.0.1#5335 -ipset=/.vllcs.org/gfwlist -server=/.vlog.xuite.net/127.0.0.1#5335 -ipset=/.vlog.xuite.net/gfwlist -server=/.vmixcore.com/127.0.0.1#5335 -ipset=/.vmixcore.com/gfwlist -server=/.vmpsoft.com/127.0.0.1#5335 -ipset=/.vmpsoft.com/gfwlist -server=/.vn.hao123.com/127.0.0.1#5335 -ipset=/.vn.hao123.com/gfwlist -server=/.vnet.link/127.0.0.1#5335 -ipset=/.vnet.link/gfwlist -server=/.voa-11.akacast.akamaistream.net/127.0.0.1#5335 -ipset=/.voa-11.akacast.akamaistream.net/gfwlist -server=/.voacantonese.com/127.0.0.1#5335 -ipset=/.voacantonese.com/gfwlist -server=/.voachinese.com/127.0.0.1#5335 -ipset=/.voachinese.com/gfwlist -server=/.voachineseblog.com/127.0.0.1#5335 -ipset=/.voachineseblog.com/gfwlist -server=/.voagd.com/127.0.0.1#5335 -ipset=/.voagd.com/gfwlist -server=/.voanews.com/127.0.0.1#5335 -ipset=/.voanews.com/gfwlist -server=/.voatibetan.com/127.0.0.1#5335 -ipset=/.voatibetan.com/gfwlist -server=/.voatibetanenglish.com/127.0.0.1#5335 -ipset=/.voatibetanenglish.com/gfwlist -server=/.vocativ.com/127.0.0.1#5335 -ipset=/.vocativ.com/gfwlist -server=/.vocn.tv/127.0.0.1#5335 -ipset=/.vocn.tv/gfwlist -server=/.vod-abematv.akamaized.net/127.0.0.1#5335 -ipset=/.vod-abematv.akamaized.net/gfwlist -server=/.vod.wwe.com/127.0.0.1#5335 -ipset=/.vod.wwe.com/gfwlist -server=/.vot.org/127.0.0.1#5335 -ipset=/.vot.org/gfwlist -server=/.vovo2000.com/127.0.0.1#5335 -ipset=/.vovo2000.com/gfwlist -server=/.voxer.com/127.0.0.1#5335 -ipset=/.voxer.com/gfwlist -server=/.voy.com/127.0.0.1#5335 -ipset=/.voy.com/gfwlist -server=/.vpn.ac/127.0.0.1#5335 -ipset=/.vpn.ac/gfwlist -server=/.vpn.cjb.net/127.0.0.1#5335 -ipset=/.vpn.cjb.net/gfwlist -server=/.vpn.cmu.edu/127.0.0.1#5335 -ipset=/.vpn.cmu.edu/gfwlist -server=/.vpn.sv.cmu.edu/127.0.0.1#5335 -ipset=/.vpn.sv.cmu.edu/gfwlist -server=/.vpn4all.com/127.0.0.1#5335 -ipset=/.vpn4all.com/gfwlist -server=/.vpnaccount.org/127.0.0.1#5335 -ipset=/.vpnaccount.org/gfwlist -server=/.vpnaccounts.com/127.0.0.1#5335 -ipset=/.vpnaccounts.com/gfwlist -server=/.vpnbook.com/127.0.0.1#5335 -ipset=/.vpnbook.com/gfwlist -server=/.vpncomparison.org/127.0.0.1#5335 -ipset=/.vpncomparison.org/gfwlist -server=/.vpncoupons.com/127.0.0.1#5335 -ipset=/.vpncoupons.com/gfwlist -server=/.vpncup.com/127.0.0.1#5335 -ipset=/.vpncup.com/gfwlist -server=/.vpndada.com/127.0.0.1#5335 -ipset=/.vpndada.com/gfwlist -server=/.vpnfan.com/127.0.0.1#5335 -ipset=/.vpnfan.com/gfwlist -server=/.vpnfire.com/127.0.0.1#5335 -ipset=/.vpnfire.com/gfwlist -server=/.vpnfires.biz/127.0.0.1#5335 -ipset=/.vpnfires.biz/gfwlist -server=/.vpnforgame.net/127.0.0.1#5335 -ipset=/.vpnforgame.net/gfwlist -server=/.vpngate.jp/127.0.0.1#5335 -ipset=/.vpngate.jp/gfwlist -server=/.vpngate.net/127.0.0.1#5335 -ipset=/.vpngate.net/gfwlist -server=/.vpngratis.net/127.0.0.1#5335 -ipset=/.vpngratis.net/gfwlist -server=/.vpnhq.com/127.0.0.1#5335 -ipset=/.vpnhq.com/gfwlist -server=/.vpninja.net/127.0.0.1#5335 -ipset=/.vpninja.net/gfwlist -server=/.vpnintouch.com/127.0.0.1#5335 -ipset=/.vpnintouch.com/gfwlist -server=/.vpnintouch.net/127.0.0.1#5335 -ipset=/.vpnintouch.net/gfwlist -server=/.vpnjack.com/127.0.0.1#5335 -ipset=/.vpnjack.com/gfwlist -server=/.vpnmaster.com/127.0.0.1#5335 -ipset=/.vpnmaster.com/gfwlist -server=/.vpnmentor.com/127.0.0.1#5335 -ipset=/.vpnmentor.com/gfwlist -server=/.vpnpick.com/127.0.0.1#5335 -ipset=/.vpnpick.com/gfwlist -server=/.vpnpop.com/127.0.0.1#5335 -ipset=/.vpnpop.com/gfwlist -server=/.vpnpronet.com/127.0.0.1#5335 -ipset=/.vpnpronet.com/gfwlist -server=/.vpnreactor.com/127.0.0.1#5335 -ipset=/.vpnreactor.com/gfwlist -server=/.vpnreviewz.com/127.0.0.1#5335 -ipset=/.vpnreviewz.com/gfwlist -server=/.vpnsecure.me/127.0.0.1#5335 -ipset=/.vpnsecure.me/gfwlist -server=/.vpnshazam.com/127.0.0.1#5335 -ipset=/.vpnshazam.com/gfwlist -server=/.vpnshieldapp.com/127.0.0.1#5335 -ipset=/.vpnshieldapp.com/gfwlist -server=/.vpnsp.com/127.0.0.1#5335 -ipset=/.vpnsp.com/gfwlist -server=/.vpntraffic.com/127.0.0.1#5335 -ipset=/.vpntraffic.com/gfwlist -server=/.vpntunnel.com/127.0.0.1#5335 -ipset=/.vpntunnel.com/gfwlist -server=/.vpnuk.info/127.0.0.1#5335 -ipset=/.vpnuk.info/gfwlist -server=/.vpnunlimitedapp.com/127.0.0.1#5335 -ipset=/.vpnunlimitedapp.com/gfwlist -server=/.vpnvip.com/127.0.0.1#5335 -ipset=/.vpnvip.com/gfwlist -server=/.vpnworldwide.com/127.0.0.1#5335 -ipset=/.vpnworldwide.com/gfwlist -server=/.vporn.com/127.0.0.1#5335 -ipset=/.vporn.com/gfwlist -server=/.vpser.net/127.0.0.1#5335 -ipset=/.vpser.net/gfwlist -server=/.vraiesagesse.net/127.0.0.1#5335 -ipset=/.vraiesagesse.net/gfwlist -server=/.vrmtr.com/127.0.0.1#5335 -ipset=/.vrmtr.com/gfwlist -server=/.vrsmash.com/127.0.0.1#5335 -ipset=/.vrsmash.com/gfwlist -server=/.vtunnel.com/127.0.0.1#5335 -ipset=/.vtunnel.com/gfwlist -server=/.vuku.cc/127.0.0.1#5335 -ipset=/.vuku.cc/gfwlist -server=/.vultryhw.com/127.0.0.1#5335 -ipset=/.vultryhw.com/gfwlist -server=/.w3schools.com/127.0.0.1#5335 -ipset=/.w3schools.com/gfwlist -server=/.waffle1999.com/127.0.0.1#5335 -ipset=/.waffle1999.com/gfwlist -server=/.wahas.com/127.0.0.1#5335 -ipset=/.wahas.com/gfwlist -server=/.waigaobu.com/127.0.0.1#5335 -ipset=/.waigaobu.com/gfwlist -server=/.wailaike.net/127.0.0.1#5335 -ipset=/.wailaike.net/gfwlist -server=/.waiwaier.com/127.0.0.1#5335 -ipset=/.waiwaier.com/gfwlist -server=/.wallmama.com/127.0.0.1#5335 -ipset=/.wallmama.com/gfwlist -server=/.wallornot.org/127.0.0.1#5335 -ipset=/.wallornot.org/gfwlist -server=/.wallpapercasa.com/127.0.0.1#5335 -ipset=/.wallpapercasa.com/gfwlist -server=/.wallproxy.com/127.0.0.1#5335 -ipset=/.wallproxy.com/gfwlist -server=/.waltermartin.com/127.0.0.1#5335 -ipset=/.waltermartin.com/gfwlist -server=/.waltermartin.org/127.0.0.1#5335 -ipset=/.waltermartin.org/gfwlist -server=/.wanderinghorse.net/127.0.0.1#5335 -ipset=/.wanderinghorse.net/gfwlist -server=/.wangafu.net/127.0.0.1#5335 -ipset=/.wangafu.net/gfwlist -server=/.wangjinbo.org/127.0.0.1#5335 -ipset=/.wangjinbo.org/gfwlist -server=/.wanglixiong.com/127.0.0.1#5335 -ipset=/.wanglixiong.com/gfwlist -server=/.wango.org/127.0.0.1#5335 -ipset=/.wango.org/gfwlist -server=/.wangruoshui.net/127.0.0.1#5335 -ipset=/.wangruoshui.net/gfwlist -server=/.want-daily.com/127.0.0.1#5335 -ipset=/.want-daily.com/gfwlist -server=/.wanz-factory.com/127.0.0.1#5335 -ipset=/.wanz-factory.com/gfwlist -server=/.warbler.iconfactory.net/127.0.0.1#5335 -ipset=/.warbler.iconfactory.net/gfwlist -server=/.waselpro.com/127.0.0.1#5335 -ipset=/.waselpro.com/gfwlist -server=/.washeng.net/127.0.0.1#5335 -ipset=/.washeng.net/gfwlist -server=/.washingtonpost.com/127.0.0.1#5335 -ipset=/.washingtonpost.com/gfwlist -server=/.watch8x.com/127.0.0.1#5335 -ipset=/.watch8x.com/gfwlist -server=/.watchinese.com/127.0.0.1#5335 -ipset=/.watchinese.com/gfwlist -server=/.watchmygf.net/127.0.0.1#5335 -ipset=/.watchmygf.net/gfwlist -server=/.wattpad.com/127.0.0.1#5335 -ipset=/.wattpad.com/gfwlist -server=/.wav.tv/127.0.0.1#5335 -ipset=/.wav.tv/gfwlist -server=/.waveprotocol.org/127.0.0.1#5335 -ipset=/.waveprotocol.org/gfwlist -server=/.waymo.com/127.0.0.1#5335 -ipset=/.waymo.com/gfwlist -server=/.wda.gov.tw/127.0.0.1#5335 -ipset=/.wda.gov.tw/gfwlist -server=/.wdf5.com/127.0.0.1#5335 -ipset=/.wdf5.com/gfwlist -server=/.wearehairy.com/127.0.0.1#5335 -ipset=/.wearehairy.com/gfwlist -server=/.wearn.com/127.0.0.1#5335 -ipset=/.wearn.com/gfwlist -server=/.web.dev/127.0.0.1#5335 -ipset=/.web.dev/gfwlist -server=/.web2project.net/127.0.0.1#5335 -ipset=/.web2project.net/gfwlist -server=/.webbang.net/127.0.0.1#5335 -ipset=/.webbang.net/gfwlist -server=/.webevader.org/127.0.0.1#5335 -ipset=/.webevader.org/gfwlist -server=/.webfreer.com/127.0.0.1#5335 -ipset=/.webfreer.com/gfwlist -server=/.webjb.org/127.0.0.1#5335 -ipset=/.webjb.org/gfwlist -server=/.weblagu.com/127.0.0.1#5335 -ipset=/.weblagu.com/gfwlist -server=/.webmproject.org/127.0.0.1#5335 -ipset=/.webmproject.org/gfwlist -server=/.webrtc.org/127.0.0.1#5335 -ipset=/.webrtc.org/gfwlist -server=/.webrush.net/127.0.0.1#5335 -ipset=/.webrush.net/gfwlist -server=/.webs-tv.net/127.0.0.1#5335 -ipset=/.webs-tv.net/gfwlist -server=/.website.informer.com/127.0.0.1#5335 -ipset=/.website.informer.com/gfwlist -server=/.webwarper.net/127.0.0.1#5335 -ipset=/.webwarper.net/gfwlist -server=/.webworkerdaily.com/127.0.0.1#5335 -ipset=/.webworkerdaily.com/gfwlist -server=/.weekmag.info/127.0.0.1#5335 -ipset=/.weekmag.info/gfwlist -server=/.wefightcensorship.org/127.0.0.1#5335 -ipset=/.wefightcensorship.org/gfwlist -server=/.wefong.com/127.0.0.1#5335 -ipset=/.wefong.com/gfwlist -server=/.wego.here.com/127.0.0.1#5335 -ipset=/.wego.here.com/gfwlist -server=/.weiboleak.com/127.0.0.1#5335 -ipset=/.weiboleak.com/gfwlist -server=/.weiboscope.jmsc.hku.hk/127.0.0.1#5335 -ipset=/.weiboscope.jmsc.hku.hk/gfwlist -server=/.weihuo.org/127.0.0.1#5335 -ipset=/.weihuo.org/gfwlist -server=/.weijingsheng.org/127.0.0.1#5335 -ipset=/.weijingsheng.org/gfwlist -server=/.weiming.info/127.0.0.1#5335 -ipset=/.weiming.info/gfwlist -server=/.weiquanwang.org/127.0.0.1#5335 -ipset=/.weiquanwang.org/gfwlist -server=/.weisuo.ws/127.0.0.1#5335 -ipset=/.weisuo.ws/gfwlist -server=/.welovecock.com/127.0.0.1#5335 -ipset=/.welovecock.com/gfwlist -server=/.wemigrate.org/127.0.0.1#5335 -ipset=/.wemigrate.org/gfwlist -server=/.wengewang.com/127.0.0.1#5335 -ipset=/.wengewang.com/gfwlist -server=/.wengewang.org/127.0.0.1#5335 -ipset=/.wengewang.org/gfwlist -server=/.wenhui.ch/127.0.0.1#5335 -ipset=/.wenhui.ch/gfwlist -server=/.wenxuecity.com/127.0.0.1#5335 -ipset=/.wenxuecity.com/gfwlist -server=/.wenyunchao.com/127.0.0.1#5335 -ipset=/.wenyunchao.com/gfwlist -server=/.wenzhao.ca/127.0.0.1#5335 -ipset=/.wenzhao.ca/gfwlist -server=/.westca.com/127.0.0.1#5335 -ipset=/.westca.com/gfwlist -server=/.westernshugdensociety.org/127.0.0.1#5335 -ipset=/.westernshugdensociety.org/gfwlist -server=/.westernwolves.com/127.0.0.1#5335 -ipset=/.westernwolves.com/gfwlist -server=/.westkit.net/127.0.0.1#5335 -ipset=/.westkit.net/gfwlist -server=/.westpoint.edu/127.0.0.1#5335 -ipset=/.westpoint.edu/gfwlist -server=/.wetplace.com/127.0.0.1#5335 -ipset=/.wetplace.com/gfwlist -server=/.wetpussygames.com/127.0.0.1#5335 -ipset=/.wetpussygames.com/gfwlist -server=/.wexiaobo.org/127.0.0.1#5335 -ipset=/.wexiaobo.org/gfwlist -server=/.wezhiyong.org/127.0.0.1#5335 -ipset=/.wezhiyong.org/gfwlist -server=/.wezone.net/127.0.0.1#5335 -ipset=/.wezone.net/gfwlist -server=/.wforum.com/127.0.0.1#5335 -ipset=/.wforum.com/gfwlist -server=/.wha.la/127.0.0.1#5335 -ipset=/.wha.la/gfwlist -server=/.whatblocked.com/127.0.0.1#5335 -ipset=/.whatblocked.com/gfwlist -server=/.whatbrowser.org/127.0.0.1#5335 -ipset=/.whatbrowser.org/gfwlist -server=/.whatsapp.com/127.0.0.1#5335 -ipset=/.whatsapp.com/gfwlist -server=/.whatsapp.net/127.0.0.1#5335 -ipset=/.whatsapp.net/gfwlist -server=/.wheatseeds.org/127.0.0.1#5335 -ipset=/.wheatseeds.org/gfwlist -server=/.wheelockslatin.com/127.0.0.1#5335 -ipset=/.wheelockslatin.com/gfwlist -server=/.whereiswerner.com/127.0.0.1#5335 -ipset=/.whereiswerner.com/gfwlist -server=/.wheretowatch.com/127.0.0.1#5335 -ipset=/.wheretowatch.com/gfwlist -server=/.whippedass.com/127.0.0.1#5335 -ipset=/.whippedass.com/gfwlist -server=/.whitebear.freebearblog.org/127.0.0.1#5335 -ipset=/.whitebear.freebearblog.org/gfwlist -server=/.whodns.xyz/127.0.0.1#5335 -ipset=/.whodns.xyz/gfwlist -server=/.whoer.net/127.0.0.1#5335 -ipset=/.whoer.net/gfwlist -server=/.whotalking.com/127.0.0.1#5335 -ipset=/.whotalking.com/gfwlist -server=/.whylover.com/127.0.0.1#5335 -ipset=/.whylover.com/gfwlist -server=/.whyx.org/127.0.0.1#5335 -ipset=/.whyx.org/gfwlist -server=/.widevine.com/127.0.0.1#5335 -ipset=/.widevine.com/gfwlist -server=/.wikaba.com/127.0.0.1#5335 -ipset=/.wikaba.com/gfwlist -server=/.wiki.cnitter.com/127.0.0.1#5335 -ipset=/.wiki.cnitter.com/gfwlist -server=/.wiki.gamerp.jp/127.0.0.1#5335 -ipset=/.wiki.gamerp.jp/gfwlist -server=/.wiki.jqueryui.com/127.0.0.1#5335 -ipset=/.wiki.jqueryui.com/gfwlist -server=/.wiki.moegirl.org/127.0.0.1#5335 -ipset=/.wiki.moegirl.org/gfwlist -server=/.wiki.oauth.net/127.0.0.1#5335 -ipset=/.wiki.oauth.net/gfwlist -server=/.wiki.phonegap.com/127.0.0.1#5335 -ipset=/.wiki.phonegap.com/gfwlist -server=/.wikileaks-forum.com/127.0.0.1#5335 -ipset=/.wikileaks-forum.com/gfwlist -server=/.wikileaks.ch/127.0.0.1#5335 -ipset=/.wikileaks.ch/gfwlist -server=/.wikileaks.com/127.0.0.1#5335 -ipset=/.wikileaks.com/gfwlist -server=/.wikileaks.de/127.0.0.1#5335 -ipset=/.wikileaks.de/gfwlist -server=/.wikileaks.eu/127.0.0.1#5335 -ipset=/.wikileaks.eu/gfwlist -server=/.wikileaks.lu/127.0.0.1#5335 -ipset=/.wikileaks.lu/gfwlist -server=/.wikileaks.org/127.0.0.1#5335 -ipset=/.wikileaks.org/gfwlist -server=/.wikileaks.pl/127.0.0.1#5335 -ipset=/.wikileaks.pl/gfwlist -server=/.wikimapia.org/127.0.0.1#5335 -ipset=/.wikimapia.org/gfwlist -server=/.wikipedia.org/127.0.0.1#5335 -ipset=/.wikipedia.org/gfwlist -server=/.wikiwiki.jp/127.0.0.1#5335 -ipset=/.wikiwiki.jp/gfwlist -server=/.wildammo.com/127.0.0.1#5335 -ipset=/.wildammo.com/gfwlist -server=/.williamhill.com/127.0.0.1#5335 -ipset=/.williamhill.com/gfwlist -server=/.willw.net/127.0.0.1#5335 -ipset=/.willw.net/gfwlist -server=/.windowsphoneme.com/127.0.0.1#5335 -ipset=/.windowsphoneme.com/gfwlist -server=/.windscribe.com/127.0.0.1#5335 -ipset=/.windscribe.com/gfwlist -server=/.wingamestore.com/127.0.0.1#5335 -ipset=/.wingamestore.com/gfwlist -server=/.wingy.site/127.0.0.1#5335 -ipset=/.wingy.site/gfwlist -server=/.winning11.com/127.0.0.1#5335 -ipset=/.winning11.com/gfwlist -server=/.winwhispers.info/127.0.0.1#5335 -ipset=/.winwhispers.info/gfwlist -server=/.wire.com/127.0.0.1#5335 -ipset=/.wire.com/gfwlist -server=/.wiredbytes.com/127.0.0.1#5335 -ipset=/.wiredbytes.com/gfwlist -server=/.wiredpen.com/127.0.0.1#5335 -ipset=/.wiredpen.com/gfwlist -server=/.wisdompubs.org/127.0.0.1#5335 -ipset=/.wisdompubs.org/gfwlist -server=/.wisevid.com/127.0.0.1#5335 -ipset=/.wisevid.com/gfwlist -server=/.withgoogle.com/127.0.0.1#5335 -ipset=/.withgoogle.com/gfwlist -server=/.withyoutube.com/127.0.0.1#5335 -ipset=/.withyoutube.com/gfwlist -server=/.witnessleeteaching.com/127.0.0.1#5335 -ipset=/.witnessleeteaching.com/gfwlist -server=/.witopia.net/127.0.0.1#5335 -ipset=/.witopia.net/gfwlist -server=/.wizcrafts.net/127.0.0.1#5335 -ipset=/.wizcrafts.net/gfwlist -server=/.wjbk.org/127.0.0.1#5335 -ipset=/.wjbk.org/gfwlist -server=/.wlcnew.jigsy.com/127.0.0.1#5335 -ipset=/.wlcnew.jigsy.com/gfwlist -server=/.wlx.sowiki.net/127.0.0.1#5335 -ipset=/.wlx.sowiki.net/gfwlist -server=/.wn.com/127.0.0.1#5335 -ipset=/.wn.com/gfwlist -server=/.wnacg.com/127.0.0.1#5335 -ipset=/.wnacg.com/gfwlist -server=/.wnacg.org/127.0.0.1#5335 -ipset=/.wnacg.org/gfwlist -server=/.wo.tc/127.0.0.1#5335 -ipset=/.wo.tc/gfwlist -server=/.wo3ttt.wordpress.com/127.0.0.1#5335 -ipset=/.wo3ttt.wordpress.com/gfwlist -server=/.woeser.com/127.0.0.1#5335 -ipset=/.woeser.com/gfwlist -server=/.wokar.org/127.0.0.1#5335 -ipset=/.wokar.org/gfwlist -server=/.wolfax.com/127.0.0.1#5335 -ipset=/.wolfax.com/gfwlist -server=/.woolyss.com/127.0.0.1#5335 -ipset=/.woolyss.com/gfwlist -server=/.woopie.jp/127.0.0.1#5335 -ipset=/.woopie.jp/gfwlist -server=/.woopie.tv/127.0.0.1#5335 -ipset=/.woopie.tv/gfwlist -server=/.wordpress.com/127.0.0.1#5335 -ipset=/.wordpress.com/gfwlist -server=/.workatruna.com/127.0.0.1#5335 -ipset=/.workatruna.com/gfwlist -server=/.workerdemo.org.hk/127.0.0.1#5335 -ipset=/.workerdemo.org.hk/gfwlist -server=/.workerempowerment.org/127.0.0.1#5335 -ipset=/.workerempowerment.org/gfwlist -server=/.workersthebig.net/127.0.0.1#5335 -ipset=/.workersthebig.net/gfwlist -server=/.worldcat.org/127.0.0.1#5335 -ipset=/.worldcat.org/gfwlist -server=/.worldjournal.com/127.0.0.1#5335 -ipset=/.worldjournal.com/gfwlist -server=/.worldvpn.net/127.0.0.1#5335 -ipset=/.worldvpn.net/gfwlist -server=/.wow-life.net/127.0.0.1#5335 -ipset=/.wow-life.net/gfwlist -server=/.wow.com/127.0.0.1#5335 -ipset=/.wow.com/gfwlist -server=/.wowgirls.com/127.0.0.1#5335 -ipset=/.wowgirls.com/gfwlist -server=/.wowlegacy.ml/127.0.0.1#5335 -ipset=/.wowlegacy.ml/gfwlist -server=/.wowporn.com/127.0.0.1#5335 -ipset=/.wowporn.com/gfwlist -server=/.wowrk.com/127.0.0.1#5335 -ipset=/.wowrk.com/gfwlist -server=/.woxinghuiguo.com/127.0.0.1#5335 -ipset=/.woxinghuiguo.com/gfwlist -server=/.woyaolian.org/127.0.0.1#5335 -ipset=/.woyaolian.org/gfwlist -server=/.wozy.in/127.0.0.1#5335 -ipset=/.wozy.in/gfwlist -server=/.wp.com/127.0.0.1#5335 -ipset=/.wp.com/gfwlist -server=/.wpoforum.com/127.0.0.1#5335 -ipset=/.wpoforum.com/gfwlist -server=/.wqyd.org/127.0.0.1#5335 -ipset=/.wqyd.org/gfwlist -server=/.wrchina.org/127.0.0.1#5335 -ipset=/.wrchina.org/gfwlist -server=/.wretch.cc/127.0.0.1#5335 -ipset=/.wretch.cc/gfwlist -server=/.writer.zoho.com/127.0.0.1#5335 -ipset=/.writer.zoho.com/gfwlist -server=/.wsgzao.github.io/127.0.0.1#5335 -ipset=/.wsgzao.github.io/gfwlist -server=/.wsj.com/127.0.0.1#5335 -ipset=/.wsj.com/gfwlist -server=/.wsj.net/127.0.0.1#5335 -ipset=/.wsj.net/gfwlist -server=/.wsjhk.com/127.0.0.1#5335 -ipset=/.wsjhk.com/gfwlist -server=/.wtbn.org/127.0.0.1#5335 -ipset=/.wtbn.org/gfwlist -server=/.wtfpeople.com/127.0.0.1#5335 -ipset=/.wtfpeople.com/gfwlist -server=/.wuerkaixi.com/127.0.0.1#5335 -ipset=/.wuerkaixi.com/gfwlist -server=/.wufafangwen.com/127.0.0.1#5335 -ipset=/.wufafangwen.com/gfwlist -server=/.wufi.org.tw/127.0.0.1#5335 -ipset=/.wufi.org.tw/gfwlist -server=/.wuguoguang.com/127.0.0.1#5335 -ipset=/.wuguoguang.com/gfwlist -server=/.wujie.net/127.0.0.1#5335 -ipset=/.wujie.net/gfwlist -server=/.wujieliulan.com/127.0.0.1#5335 -ipset=/.wujieliulan.com/gfwlist -server=/.wukangrui.net/127.0.0.1#5335 -ipset=/.wukangrui.net/gfwlist -server=/.wuw.red/127.0.0.1#5335 -ipset=/.wuw.red/gfwlist -server=/.wuyanblog.com/127.0.0.1#5335 -ipset=/.wuyanblog.com/gfwlist -server=/.wwitv.com/127.0.0.1#5335 -ipset=/.wwitv.com/gfwlist -server=/.www.abclite.net/127.0.0.1#5335 -ipset=/.www.abclite.net/gfwlist -server=/.www.ajsands.com/127.0.0.1#5335 -ipset=/.www.ajsands.com/gfwlist -server=/.www.americorps.gov/127.0.0.1#5335 -ipset=/.www.americorps.gov/gfwlist -server=/.www.antd.org/127.0.0.1#5335 -ipset=/.www.antd.org/gfwlist -server=/.www.aolnews.com/127.0.0.1#5335 -ipset=/.www.aolnews.com/gfwlist -server=/.www.citizenlab.org/127.0.0.1#5335 -ipset=/.www.citizenlab.org/gfwlist -server=/.www.cmoinc.org/127.0.0.1#5335 -ipset=/.www.cmoinc.org/gfwlist -server=/.www.dwheeler.com/127.0.0.1#5335 -ipset=/.www.dwheeler.com/gfwlist -server=/.www.gmiddle.com/127.0.0.1#5335 -ipset=/.www.gmiddle.com/gfwlist -server=/.www.gmiddle.net/127.0.0.1#5335 -ipset=/.www.gmiddle.net/gfwlist -server=/.www.hustlercash.com/127.0.0.1#5335 -ipset=/.www.hustlercash.com/gfwlist -server=/.www.idlcoyote.com/127.0.0.1#5335 -ipset=/.www.idlcoyote.com/gfwlist -server=/.www.kindleren.com/127.0.0.1#5335 -ipset=/.www.kindleren.com/gfwlist -server=/.www.klip.me/127.0.0.1#5335 -ipset=/.www.klip.me/gfwlist -server=/.www.lamenhu.com/127.0.0.1#5335 -ipset=/.www.lamenhu.com/gfwlist -server=/.www.linksalpha.com/127.0.0.1#5335 -ipset=/.www.linksalpha.com/gfwlist -server=/.www.m-sport.co.uk/127.0.0.1#5335 -ipset=/.www.m-sport.co.uk/gfwlist -server=/.www.monlamit.org/127.0.0.1#5335 -ipset=/.www.monlamit.org/gfwlist -server=/.www.moztw.org/127.0.0.1#5335 -ipset=/.www.moztw.org/gfwlist -server=/.www.orchidbbs.com/127.0.0.1#5335 -ipset=/.www.orchidbbs.com/gfwlist -server=/.www.owind.com/127.0.0.1#5335 -ipset=/.www.owind.com/gfwlist -server=/.www.oxid.it/127.0.0.1#5335 -ipset=/.www.oxid.it/gfwlist -server=/.www.powerpointninja.com/127.0.0.1#5335 -ipset=/.www.powerpointninja.com/gfwlist -server=/.www.s4miniarchive.com/127.0.0.1#5335 -ipset=/.www.s4miniarchive.com/gfwlist -server=/.www.shadowsocks.com/127.0.0.1#5335 -ipset=/.www.shadowsocks.com/gfwlist -server=/.www.shwchurch.org/127.0.0.1#5335 -ipset=/.www.shwchurch.org/gfwlist -server=/.www.taup.org.tw/127.0.0.1#5335 -ipset=/.www.taup.org.tw/gfwlist -server=/.www.wan-press.org/127.0.0.1#5335 -ipset=/.www.wan-press.org/gfwlist -server=/.www.wangruowang.org/127.0.0.1#5335 -ipset=/.www.wangruowang.org/gfwlist -server=/.www.websnapr.com/127.0.0.1#5335 -ipset=/.www.websnapr.com/gfwlist -server=/.www1.biz/127.0.0.1#5335 -ipset=/.www1.biz/gfwlist -server=/.wwwhost.biz/127.0.0.1#5335 -ipset=/.wwwhost.biz/gfwlist -server=/.x-art.com/127.0.0.1#5335 -ipset=/.x-art.com/gfwlist -server=/.x-berry.com/127.0.0.1#5335 -ipset=/.x-berry.com/gfwlist -server=/.x-wall.org/127.0.0.1#5335 -ipset=/.x-wall.org/gfwlist -server=/.x.company/127.0.0.1#5335 -ipset=/.x.company/gfwlist -server=/.x1949x.com/127.0.0.1#5335 -ipset=/.x1949x.com/gfwlist -server=/.x24hr.com/127.0.0.1#5335 -ipset=/.x24hr.com/gfwlist -server=/.x365x.com/127.0.0.1#5335 -ipset=/.x365x.com/gfwlist -server=/.xa.yimg.com/127.0.0.1#5335 -ipset=/.xa.yimg.com/gfwlist -server=/.xanga.com/127.0.0.1#5335 -ipset=/.xanga.com/gfwlist -server=/.xbabe.com/127.0.0.1#5335 -ipset=/.xbabe.com/gfwlist -server=/.xbookcn.com/127.0.0.1#5335 -ipset=/.xbookcn.com/gfwlist -server=/.xbtce.com/127.0.0.1#5335 -ipset=/.xbtce.com/gfwlist -server=/.xcafe.in/127.0.0.1#5335 -ipset=/.xcafe.in/gfwlist -server=/.xcity.jp/127.0.0.1#5335 -ipset=/.xcity.jp/gfwlist -server=/.xcritic.com/127.0.0.1#5335 -ipset=/.xcritic.com/gfwlist -server=/.xerotica.com/127.0.0.1#5335 -ipset=/.xerotica.com/gfwlist -server=/.xfinity.com/127.0.0.1#5335 -ipset=/.xfinity.com/gfwlist -server=/.xfm.pp.ru/127.0.0.1#5335 -ipset=/.xfm.pp.ru/gfwlist -server=/.xgmyd.com/127.0.0.1#5335 -ipset=/.xgmyd.com/gfwlist -server=/.xhamster.com/127.0.0.1#5335 -ipset=/.xhamster.com/gfwlist -server=/.xianba.net/127.0.0.1#5335 -ipset=/.xianba.net/gfwlist -server=/.xianchawang.net/127.0.0.1#5335 -ipset=/.xianchawang.net/gfwlist -server=/.xianjian.tw/127.0.0.1#5335 -ipset=/.xianjian.tw/gfwlist -server=/.xianqiao.net/127.0.0.1#5335 -ipset=/.xianqiao.net/gfwlist -server=/.xiaobaiwu.com/127.0.0.1#5335 -ipset=/.xiaobaiwu.com/gfwlist -server=/.xiaochuncnjp.com/127.0.0.1#5335 -ipset=/.xiaochuncnjp.com/gfwlist -server=/.xiaod.in/127.0.0.1#5335 -ipset=/.xiaod.in/gfwlist -server=/.xiaohexie.com/127.0.0.1#5335 -ipset=/.xiaohexie.com/gfwlist -server=/.xiaolan.me/127.0.0.1#5335 -ipset=/.xiaolan.me/gfwlist -server=/.xiaoma.org/127.0.0.1#5335 -ipset=/.xiaoma.org/gfwlist -server=/.xiezhua.com/127.0.0.1#5335 -ipset=/.xiezhua.com/gfwlist -server=/.xihua.es/127.0.0.1#5335 -ipset=/.xihua.es/gfwlist -server=/.xijie.wordpress.com/127.0.0.1#5335 -ipset=/.xijie.wordpress.com/gfwlist -server=/.xing.com/127.0.0.1#5335 -ipset=/.xing.com/gfwlist -server=/.xinhuanet.org/127.0.0.1#5335 -ipset=/.xinhuanet.org/gfwlist -server=/.xinmiao.com.hk/127.0.0.1#5335 -ipset=/.xinmiao.com.hk/gfwlist -server=/.xinqimeng.over-blog.com/127.0.0.1#5335 -ipset=/.xinqimeng.over-blog.com/gfwlist -server=/.xinsheng.net/127.0.0.1#5335 -ipset=/.xinsheng.net/gfwlist -server=/.xinshijue.com/127.0.0.1#5335 -ipset=/.xinshijue.com/gfwlist -server=/.xinyubbs.net/127.0.0.1#5335 -ipset=/.xinyubbs.net/gfwlist -server=/.xiongpian.com/127.0.0.1#5335 -ipset=/.xiongpian.com/gfwlist -server=/.xiuren.org/127.0.0.1#5335 -ipset=/.xiuren.org/gfwlist -server=/.xizang-zhiye.org/127.0.0.1#5335 -ipset=/.xizang-zhiye.org/gfwlist -server=/.xjp.cc/127.0.0.1#5335 -ipset=/.xjp.cc/gfwlist -server=/.xjtravelguide.com/127.0.0.1#5335 -ipset=/.xjtravelguide.com/gfwlist -server=/.xlfmtalk.com/127.0.0.1#5335 -ipset=/.xlfmtalk.com/gfwlist -server=/.xlfmwz.info/127.0.0.1#5335 -ipset=/.xlfmwz.info/gfwlist -server=/.xm.com/127.0.0.1#5335 -ipset=/.xm.com/gfwlist -server=/.xml-training-guide.com/127.0.0.1#5335 -ipset=/.xml-training-guide.com/gfwlist -server=/.xmovies.com/127.0.0.1#5335 -ipset=/.xmovies.com/gfwlist -server=/.xn--4gq171p.com/127.0.0.1#5335 -ipset=/.xn--4gq171p.com/gfwlist -server=/.xn--czq75pvv1aj5c.org/127.0.0.1#5335 -ipset=/.xn--czq75pvv1aj5c.org/gfwlist -server=/.xn--i2ru8q2qg.com/127.0.0.1#5335 -ipset=/.xn--i2ru8q2qg.com/gfwlist -server=/.xn--ngstr-lra8j.com/127.0.0.1#5335 -ipset=/.xn--ngstr-lra8j.com/gfwlist -server=/.xn--oiq.cc/127.0.0.1#5335 -ipset=/.xn--oiq.cc/gfwlist -server=/.xn--p8j9a0d9c9a.xn--q9jyb4c/127.0.0.1#5335 -ipset=/.xn--p8j9a0d9c9a.xn--q9jyb4c/gfwlist -server=/.xnxx.com/127.0.0.1#5335 -ipset=/.xnxx.com/gfwlist -server=/.xpdo.net/127.0.0.1#5335 -ipset=/.xpdo.net/gfwlist -server=/.xpud.org/127.0.0.1#5335 -ipset=/.xpud.org/gfwlist -server=/.xrentdvd.com/127.0.0.1#5335 -ipset=/.xrentdvd.com/gfwlist -server=/.xskywalker.com/127.0.0.1#5335 -ipset=/.xskywalker.com/gfwlist -server=/.xskywalker.net/127.0.0.1#5335 -ipset=/.xskywalker.net/gfwlist -server=/.xtube.com/127.0.0.1#5335 -ipset=/.xtube.com/gfwlist -server=/.xuchao.net/127.0.0.1#5335 -ipset=/.xuchao.net/gfwlist -server=/.xuchao.org/127.0.0.1#5335 -ipset=/.xuchao.org/gfwlist -server=/.xuehua.us/127.0.0.1#5335 -ipset=/.xuehua.us/gfwlist -server=/.xuzhiyong.net/127.0.0.1#5335 -ipset=/.xuzhiyong.net/gfwlist -server=/.xvideo.cc/127.0.0.1#5335 -ipset=/.xvideo.cc/gfwlist -server=/.xvideos.com/127.0.0.1#5335 -ipset=/.xvideos.com/gfwlist -server=/.xvideos.es/127.0.0.1#5335 -ipset=/.xvideos.es/gfwlist -server=/.xxbbx.com/127.0.0.1#5335 -ipset=/.xxbbx.com/gfwlist -server=/.xxlmovies.com/127.0.0.1#5335 -ipset=/.xxlmovies.com/gfwlist -server=/.xxuz.com/127.0.0.1#5335 -ipset=/.xxuz.com/gfwlist -server=/.xxx.com/127.0.0.1#5335 -ipset=/.xxx.com/gfwlist -server=/.xxx.xxx/127.0.0.1#5335 -ipset=/.xxx.xxx/gfwlist -server=/.xxxfuckmom.com/127.0.0.1#5335 -ipset=/.xxxfuckmom.com/gfwlist -server=/.xxxx.com.au/127.0.0.1#5335 -ipset=/.xxxx.com.au/gfwlist -server=/.xxxy.biz/127.0.0.1#5335 -ipset=/.xxxy.biz/gfwlist -server=/.xxxy.info/127.0.0.1#5335 -ipset=/.xxxy.info/gfwlist -server=/.xxxymovies.com/127.0.0.1#5335 -ipset=/.xxxymovies.com/gfwlist -server=/.xys.dxiong.com/127.0.0.1#5335 -ipset=/.xys.dxiong.com/gfwlist -server=/.xys.org/127.0.0.1#5335 -ipset=/.xys.org/gfwlist -server=/.xysblogs.org/127.0.0.1#5335 -ipset=/.xysblogs.org/gfwlist -server=/.xyy69.com/127.0.0.1#5335 -ipset=/.xyy69.com/gfwlist -server=/.xyy69.info/127.0.0.1#5335 -ipset=/.xyy69.info/gfwlist -server=/.yahoo.com.hk/127.0.0.1#5335 -ipset=/.yahoo.com.hk/gfwlist -server=/.yakbutterblues.com/127.0.0.1#5335 -ipset=/.yakbutterblues.com/gfwlist -server=/.yam.com/127.0.0.1#5335 -ipset=/.yam.com/gfwlist -server=/.yam.org.tw/127.0.0.1#5335 -ipset=/.yam.org.tw/gfwlist -server=/.yanghengjun.com/127.0.0.1#5335 -ipset=/.yanghengjun.com/gfwlist -server=/.yangjianli.com/127.0.0.1#5335 -ipset=/.yangjianli.com/gfwlist -server=/.yasni.co.uk/127.0.0.1#5335 -ipset=/.yasni.co.uk/gfwlist -server=/.ydy.com/127.0.0.1#5335 -ipset=/.ydy.com/gfwlist -server=/.yeahteentube.com/127.0.0.1#5335 -ipset=/.yeahteentube.com/gfwlist -server=/.yecl.net/127.0.0.1#5335 -ipset=/.yecl.net/gfwlist -server=/.yeelou.com/127.0.0.1#5335 -ipset=/.yeelou.com/gfwlist -server=/.yeeyi.com/127.0.0.1#5335 -ipset=/.yeeyi.com/gfwlist -server=/.yegle.net/127.0.0.1#5335 -ipset=/.yegle.net/gfwlist -server=/.yes-news.com/127.0.0.1#5335 -ipset=/.yes-news.com/gfwlist -server=/.yes.xxx/127.0.0.1#5335 -ipset=/.yes.xxx/gfwlist -server=/.yes123.com.tw/127.0.0.1#5335 -ipset=/.yes123.com.tw/gfwlist -server=/.yesasia.com/127.0.0.1#5335 -ipset=/.yesasia.com/gfwlist -server=/.yespornplease.com/127.0.0.1#5335 -ipset=/.yespornplease.com/gfwlist -server=/.yeyeclub.com/127.0.0.1#5335 -ipset=/.yeyeclub.com/gfwlist -server=/.ygto.com/127.0.0.1#5335 -ipset=/.ygto.com/gfwlist -server=/.yhcw.net/127.0.0.1#5335 -ipset=/.yhcw.net/gfwlist -server=/.yibada.com/127.0.0.1#5335 -ipset=/.yibada.com/gfwlist -server=/.yibaochina.com/127.0.0.1#5335 -ipset=/.yibaochina.com/gfwlist -server=/.yidio.com/127.0.0.1#5335 -ipset=/.yidio.com/gfwlist -server=/.yigeni.com/127.0.0.1#5335 -ipset=/.yigeni.com/gfwlist -server=/.yilubbs.com/127.0.0.1#5335 -ipset=/.yilubbs.com/gfwlist -server=/.yingsuoss.com/127.0.0.1#5335 -ipset=/.yingsuoss.com/gfwlist -server=/.yipub.com/127.0.0.1#5335 -ipset=/.yipub.com/gfwlist -server=/.yizhihongxing.com/127.0.0.1#5335 -ipset=/.yizhihongxing.com/gfwlist -server=/.yobit.net/127.0.0.1#5335 -ipset=/.yobit.net/gfwlist -server=/.yobt.com/127.0.0.1#5335 -ipset=/.yobt.com/gfwlist -server=/.yobt.tv/127.0.0.1#5335 -ipset=/.yobt.tv/gfwlist -server=/.yogichen.org/127.0.0.1#5335 -ipset=/.yogichen.org/gfwlist -server=/.yolasite.com/127.0.0.1#5335 -ipset=/.yolasite.com/gfwlist -server=/.yomiuri.co.jp/127.0.0.1#5335 -ipset=/.yomiuri.co.jp/gfwlist -server=/.yong.hu/127.0.0.1#5335 -ipset=/.yong.hu/gfwlist -server=/.yorkbbs.ca/127.0.0.1#5335 -ipset=/.yorkbbs.ca/gfwlist -server=/.you-get.org/127.0.0.1#5335 -ipset=/.you-get.org/gfwlist -server=/.youdontcare.com/127.0.0.1#5335 -ipset=/.youdontcare.com/gfwlist -server=/.youjizz.com/127.0.0.1#5335 -ipset=/.youjizz.com/gfwlist -server=/.youmaker.com/127.0.0.1#5335 -ipset=/.youmaker.com/gfwlist -server=/.youngpornvideos.com/127.0.0.1#5335 -ipset=/.youngpornvideos.com/gfwlist -server=/.youngspiration.hk/127.0.0.1#5335 -ipset=/.youngspiration.hk/gfwlist -server=/.youpai.org/127.0.0.1#5335 -ipset=/.youpai.org/gfwlist -server=/.youporn.com/127.0.0.1#5335 -ipset=/.youporn.com/gfwlist -server=/.youporngay.com/127.0.0.1#5335 -ipset=/.youporngay.com/gfwlist -server=/.your-freedom.net/127.0.0.1#5335 -ipset=/.your-freedom.net/gfwlist -server=/.yourepeat.com/127.0.0.1#5335 -ipset=/.yourepeat.com/gfwlist -server=/.yourlisten.com/127.0.0.1#5335 -ipset=/.yourlisten.com/gfwlist -server=/.yourlust.com/127.0.0.1#5335 -ipset=/.yourlust.com/gfwlist -server=/.yourprivatevpn.com/127.0.0.1#5335 -ipset=/.yourprivatevpn.com/gfwlist -server=/.yourtrap.com/127.0.0.1#5335 -ipset=/.yourtrap.com/gfwlist -server=/.yousendit.com/127.0.0.1#5335 -ipset=/.yousendit.com/gfwlist -server=/.youshun12.com/127.0.0.1#5335 -ipset=/.youshun12.com/gfwlist -server=/.youtu.be/127.0.0.1#5335 -ipset=/.youtu.be/gfwlist -server=/.youtube-nocookie.com/127.0.0.1#5335 -ipset=/.youtube-nocookie.com/gfwlist -server=/.youtube.com/127.0.0.1#5335 -ipset=/.youtube.com/gfwlist -server=/.youtubecn.com/127.0.0.1#5335 -ipset=/.youtubecn.com/gfwlist -server=/.youtubeeducation.com/127.0.0.1#5335 -ipset=/.youtubeeducation.com/gfwlist -server=/.youtubegaming.com/127.0.0.1#5335 -ipset=/.youtubegaming.com/gfwlist -server=/.youversion.com/127.0.0.1#5335 -ipset=/.youversion.com/gfwlist -server=/.youwin.com/127.0.0.1#5335 -ipset=/.youwin.com/gfwlist -server=/.youxu.info/127.0.0.1#5335 -ipset=/.youxu.info/gfwlist -server=/.yt.be/127.0.0.1#5335 -ipset=/.yt.be/gfwlist -server=/.ytht.net/127.0.0.1#5335 -ipset=/.ytht.net/gfwlist -server=/.ytimg.com/127.0.0.1#5335 -ipset=/.ytimg.com/gfwlist -server=/.ytn.co.kr/127.0.0.1#5335 -ipset=/.ytn.co.kr/gfwlist -server=/.yuanming.net/127.0.0.1#5335 -ipset=/.yuanming.net/gfwlist -server=/.yuanzhengtang.org/127.0.0.1#5335 -ipset=/.yuanzhengtang.org/gfwlist -server=/.yulghun.com/127.0.0.1#5335 -ipset=/.yulghun.com/gfwlist -server=/.yunchao.net/127.0.0.1#5335 -ipset=/.yunchao.net/gfwlist -server=/.yuntipub.com/127.0.0.1#5335 -ipset=/.yuntipub.com/gfwlist -server=/.yuvutu.com/127.0.0.1#5335 -ipset=/.yuvutu.com/gfwlist -server=/.yvesgeleyn.com/127.0.0.1#5335 -ipset=/.yvesgeleyn.com/gfwlist -server=/.yx51.net/127.0.0.1#5335 -ipset=/.yx51.net/gfwlist -server=/.yyii.org/127.0.0.1#5335 -ipset=/.yyii.org/gfwlist -server=/.yzzk.com/127.0.0.1#5335 -ipset=/.yzzk.com/gfwlist -server=/.zacebook.com/127.0.0.1#5335 -ipset=/.zacebook.com/gfwlist -server=/.zalmos.com/127.0.0.1#5335 -ipset=/.zalmos.com/gfwlist -server=/.zannel.com/127.0.0.1#5335 -ipset=/.zannel.com/gfwlist -server=/.zaobao.com/127.0.0.1#5335 -ipset=/.zaobao.com/gfwlist -server=/.zaozon.com/127.0.0.1#5335 -ipset=/.zaozon.com/gfwlist -server=/.zapto.org/127.0.0.1#5335 -ipset=/.zapto.org/gfwlist -server=/.zattoo.com/127.0.0.1#5335 -ipset=/.zattoo.com/gfwlist -server=/.zb.com/127.0.0.1#5335 -ipset=/.zb.com/gfwlist -server=/.zdnet.com.tw/127.0.0.1#5335 -ipset=/.zdnet.com.tw/gfwlist -server=/.zello.com/127.0.0.1#5335 -ipset=/.zello.com/gfwlist -server=/.zengjinyan.org/127.0.0.1#5335 -ipset=/.zengjinyan.org/gfwlist -server=/.zenmate.com/127.0.0.1#5335 -ipset=/.zenmate.com/gfwlist -server=/.zeronet.io/127.0.0.1#5335 -ipset=/.zeronet.io/gfwlist -server=/.zeutch.com/127.0.0.1#5335 -ipset=/.zeutch.com/gfwlist -server=/.zfreet.com/127.0.0.1#5335 -ipset=/.zfreet.com/gfwlist -server=/.zgsddh.com/127.0.0.1#5335 -ipset=/.zgsddh.com/gfwlist -server=/.zgzcjj.net/127.0.0.1#5335 -ipset=/.zgzcjj.net/gfwlist -server=/.zh.bitterwinter.org/127.0.0.1#5335 -ipset=/.zh.bitterwinter.org/gfwlist -server=/.zh.ecdm.wikia.com/127.0.0.1#5335 -ipset=/.zh.ecdm.wikia.com/gfwlist -server=/.zh.pokerstrategy.com/127.0.0.1#5335 -ipset=/.zh.pokerstrategy.com/gfwlist -server=/.zh.uncyclopedia.wikia.com/127.0.0.1#5335 -ipset=/.zh.uncyclopedia.wikia.com/gfwlist -server=/.zh.wikinews.org/127.0.0.1#5335 -ipset=/.zh.wikinews.org/gfwlist -server=/.zh.wikisource.org/127.0.0.1#5335 -ipset=/.zh.wikisource.org/gfwlist -server=/.zhanbin.net/127.0.0.1#5335 -ipset=/.zhanbin.net/gfwlist -server=/.zhangboli.net/127.0.0.1#5335 -ipset=/.zhangboli.net/gfwlist -server=/.zhangtianliang.com/127.0.0.1#5335 -ipset=/.zhangtianliang.com/gfwlist -server=/.zhanlve.org/127.0.0.1#5335 -ipset=/.zhanlve.org/gfwlist -server=/.zhao.1984.city/127.0.0.1#5335 -ipset=/.zhao.1984.city/gfwlist -server=/.zhao.jinhai.de/127.0.0.1#5335 -ipset=/.zhao.jinhai.de/gfwlist -server=/.zhenghui.org/127.0.0.1#5335 -ipset=/.zhenghui.org/gfwlist -server=/.zhengjian.org/127.0.0.1#5335 -ipset=/.zhengjian.org/gfwlist -server=/.zhengwunet.org/127.0.0.1#5335 -ipset=/.zhengwunet.org/gfwlist -server=/.zhenlibu.info/127.0.0.1#5335 -ipset=/.zhenlibu.info/gfwlist -server=/.zhenlibu1984.com/127.0.0.1#5335 -ipset=/.zhenlibu1984.com/gfwlist -server=/.zhenxiang.biz/127.0.0.1#5335 -ipset=/.zhenxiang.biz/gfwlist -server=/.zhinengluyou.com/127.0.0.1#5335 -ipset=/.zhinengluyou.com/gfwlist -server=/.zhongguo.ca/127.0.0.1#5335 -ipset=/.zhongguo.ca/gfwlist -server=/.zhongguorenquan.org/127.0.0.1#5335 -ipset=/.zhongguorenquan.org/gfwlist -server=/.zhongguotese.net/127.0.0.1#5335 -ipset=/.zhongguotese.net/gfwlist -server=/.zhongmeng.org/127.0.0.1#5335 -ipset=/.zhongmeng.org/gfwlist -server=/.zhoushuguang.com/127.0.0.1#5335 -ipset=/.zhoushuguang.com/gfwlist -server=/.zhreader.com/127.0.0.1#5335 -ipset=/.zhreader.com/gfwlist -server=/.zhuangbi.me/127.0.0.1#5335 -ipset=/.zhuangbi.me/gfwlist -server=/.zhuanxing.cn/127.0.0.1#5335 -ipset=/.zhuanxing.cn/gfwlist -server=/.zhuatieba.com/127.0.0.1#5335 -ipset=/.zhuatieba.com/gfwlist -server=/.zhuichaguoji.org/127.0.0.1#5335 -ipset=/.zhuichaguoji.org/gfwlist -server=/.zillionk.com/127.0.0.1#5335 -ipset=/.zillionk.com/gfwlist -server=/.zim.vn/127.0.0.1#5335 -ipset=/.zim.vn/gfwlist -server=/.zinio.com/127.0.0.1#5335 -ipset=/.zinio.com/gfwlist -server=/.ziporn.com/127.0.0.1#5335 -ipset=/.ziporn.com/gfwlist -server=/.zippyshare.com/127.0.0.1#5335 -ipset=/.zippyshare.com/gfwlist -server=/.zkaip.com/127.0.0.1#5335 -ipset=/.zkaip.com/gfwlist -server=/.zmw.cn/127.0.0.1#5335 -ipset=/.zmw.cn/gfwlist -server=/.zodgame.us/127.0.0.1#5335 -ipset=/.zodgame.us/gfwlist -server=/.zomobo.net/127.0.0.1#5335 -ipset=/.zomobo.net/gfwlist -server=/.zonaeuropa.com/127.0.0.1#5335 -ipset=/.zonaeuropa.com/gfwlist -server=/.zonghexinwen.com/127.0.0.1#5335 -ipset=/.zonghexinwen.com/gfwlist -server=/.zonghexinwen.net/127.0.0.1#5335 -ipset=/.zonghexinwen.net/gfwlist -server=/.zoogvpn.com/127.0.0.1#5335 -ipset=/.zoogvpn.com/gfwlist -server=/.zootool.com/127.0.0.1#5335 -ipset=/.zootool.com/gfwlist -server=/.zoozle.net/127.0.0.1#5335 -ipset=/.zoozle.net/gfwlist -server=/.zorrovpn.com/127.0.0.1#5335 -ipset=/.zorrovpn.com/gfwlist -server=/.zozotown.com/127.0.0.1#5335 -ipset=/.zozotown.com/gfwlist -server=/.zpn.im/127.0.0.1#5335 -ipset=/.zpn.im/gfwlist -server=/.zspeeder.me/127.0.0.1#5335 -ipset=/.zspeeder.me/gfwlist -server=/.zsrhao.com/127.0.0.1#5335 -ipset=/.zsrhao.com/gfwlist -server=/.zuo.la/127.0.0.1#5335 -ipset=/.zuo.la/gfwlist -server=/.zuobiao.me/127.0.0.1#5335 -ipset=/.zuobiao.me/gfwlist -server=/.zuola.com/127.0.0.1#5335 -ipset=/.zuola.com/gfwlist -server=/.zvereff.com/127.0.0.1#5335 -ipset=/.zvereff.com/gfwlist -server=/.zynaima.com/127.0.0.1#5335 -ipset=/.zynaima.com/gfwlist -server=/.zynamics.com/127.0.0.1#5335 -ipset=/.zynamics.com/gfwlist -server=/.zyns.com/127.0.0.1#5335 -ipset=/.zyns.com/gfwlist -server=/.zyzc9.com/127.0.0.1#5335 -ipset=/.zyzc9.com/gfwlist -server=/.zzcartoon.com/127.0.0.1#5335 -ipset=/.zzcartoon.com/gfwlist -server=/.zzcloud.me/127.0.0.1#5335 -ipset=/.zzcloud.me/gfwlist -server=/.zzux.com/127.0.0.1#5335 -ipset=/.zzux.com/gfwlist diff --git a/package/ctcgfw/luci-app-vssr/root/etc/hotplug.d/iface/22-vssr b/package/ctcgfw/luci-app-vssr/root/etc/hotplug.d/iface/22-vssr deleted file mode 100644 index b311447c60..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/hotplug.d/iface/22-vssr +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# Copyright (C) 2007 OpenWrt.org - -/etc/init.d/vssr enabled && { - - [ "$ACTION" = "ifup" ] && { - local_server=`uci get vssr.@global[0].global_server 2>/dev/null` - - if [ "$local_server" = "nil" ] ;then - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR/v2ray not running!" >> /tmp/vssr.log - else - icount=`ps -w | grep ssr-retcp |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR/v2ray/Trojan error.restart!" >> /tmp/vssr.log - /etc/init.d/vssr restart - exit 0 - fi - fi - } - -} \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/init.d/vssr b/package/ctcgfw/luci-app-vssr/root/etc/init.d/vssr deleted file mode 100755 index 04369ff016..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/init.d/vssr +++ /dev/null @@ -1,1091 +0,0 @@ -#!/bin/sh /etc/rc.common -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# Copyright (C) 2018 lean -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -START=90 -STOP=15 - -SERVICE_DAEMONIZE=1 -NAME=vssr -EXTRA_COMMANDS=rules -CONFIG_FILE=/var/etc/${NAME}.json -CONFIG_UDP_FILE=/var/etc/${NAME}_u.json -CONFIG_SOCK5_FILE=/var/etc/${NAME}_s.json -server_count=0 -redir_tcp=0 -redir_udp=0 -tunnel_enable=0 -local_enable=0 -kcp_enable_flag=0 -kcp_flag=0 -pdnsd_enable_flag=0 -dnsforwarder_enable_flag=0 -chinadns_enable_flag=0 -switch_enable=0 -ssserver_enable=0 -ssrserver_enable=0 -v2rayserver_enable=0 -haproxy_enable=0 -privoxy_enable=0 -switch_server=$1 -MAXFD=32768 -CRON_FILE=/etc/crontabs/root -threads=1 - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -add_cron() { - sed -i '/vssr.log/d' $CRON_FILE && echo '0 1 * * * echo "" > /tmp/vssr.log' >> $CRON_FILE - [ $(uci_get_by_type server_subscribe auto_update 0) -eq 1 ] && echo "0 $(uci_get_by_type server_subscribe auto_update_time) * * * /usr/bin/lua /usr/share/vssr/subscribe.lua" >> $CRON_FILE - [ $(uci_get_by_type server_subscribe auto_update 0) -eq 1 ] && echo "0 $(uci_get_by_type server_subscribe auto_update_time) * * * /usr/bin/lua /usr/share/vssr/update.lua" >> $CRON_FILE - crontab $CRON_FILE -} - -del_cron() { - sed -i '/vssr/d' $CRON_FILE - sed -i '/vssr.log/d' $CRON_FILE - /etc/init.d/cron restart -} - -run_mode=$(uci_get_by_type global run_mode) -v2ray_path=$(uci_get_by_type server_subscribe v2ray_path) -gen_config_file() { - local use_conf_file=$(uci_get_by_name $1 use_conf_file) - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - local host=$(uci_get_by_name $1 server) - if echo $host | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=$host - elif [ "$host" != "${host#*:[0-9a-fA-F]}" ]; then - hostip=$host - else - hostip=$(ping $host -W 1 -s 1 -c 1 | grep PING | cut -d'(' -f 2 | cut -d')' -f1) - if echo $hostip | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=$hostip - else - hostip=$(cat /etc/ssr_ip) - fi - fi - [ "$2" == "0" -a "$kcp_flag" == "1" ] && hostip="127.0.0.1" - if [ "$2" == "0" ]; then - config_file=$CONFIG_FILE - elif [ "$2" == "1" ]; then - config_file=$CONFIG_UDP_FILE - else - config_file=$CONFIG_SOCK5_FILE - fi - if [ $(uci_get_by_name $1 fast_open 0) == "1" ]; then - fastopen="true" - else - fastopen="false" - fi - local port=$(uci_get_by_name $1 server_port) - - if [ $HAPROXY_MODE = "1" ]; then - hostip="0.0.0.0" - port="4433" - fi - local local_port=$(uci_get_by_name $1 local_port) - iptables -A SS_WAN_DROP -p tcp --dport $local_port -j DROP - - local stype=$(uci_get_by_name $1 type) - local plugin=$(uci_get_by_name $1 plugin) - - if [ "$stype" == "ss" ] ;then - if [ "$plugin" == "none" ] ;then - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $port, - "local_address": "0.0.0.0", - "local_port": $local_port, - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method_ss)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - else - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $port, - "local_address": "0.0.0.0", - "local_port": $local_port, - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method_ss)", - "plugin": "$(uci_get_by_name $1 plugin)", - "plugin_opts": "$(uci_get_by_name $1 plugin_opts)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - fi - elif [ "$stype" == "ssr" ]; then - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $(uci_get_by_name $1 server_port), - "local_address": "::", - "local_port": $(uci_get_by_name $1 local_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "protocol": "$(uci_get_by_name $1 protocol)", - "protocol_param": "$(uci_get_by_name $1 protocol_param)", - "obfs": "$(uci_get_by_name $1 obfs)", - "obfs_param": "$(uci_get_by_name $1 obfs_param)", - "reuse_port": true, - "fast_open": $fastopen - } - EOF - elif [ "$stype" == "v2ray" ]; then - lua /usr/share/vssr/genv2config.lua $GLOBAL_SERVER tcp $(uci_get_by_name $1 local_port) >/var/etc/v2-ssr-retcp.json - sed -i 's/\\//g' /var/etc/v2-ssr-retcp.json - elif [ "$stype" == "trojan" ]; then - lua /usr/share/vssr/gentrojanconfig.lua $GLOBAL_SERVER nat $(uci_get_by_name $1 local_port) >/var/etc/trojan-ssr-retcp.json - sed -i 's/\\//g' /var/etc/trojan-ssr-retcp.json - fi -} - -get_arg_out() { - case "$(uci_get_by_type access_control router_proxy 1)" in - 1) echo "-o" ;; - 2) echo "-O" ;; - esac -} - -start_rules() { - local server=$(uci_get_by_name $GLOBAL_SERVER server) - #resolve name - if echo $server | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - server=$server - elif [ "$server" != "${server#*:[0-9a-fA-F]}" ]; then - server=$server - else - server=$(ping $server -W 1 -s 1 -c 1 | grep PING | cut -d'(' -f 2 | cut -d')' -f1) - if echo $server | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - echo $server >/etc/ssr_ip - else - server=$(cat /etc/ssr_ip) - fi - fi - kcp_server=$server - local kcp_enable=$(uci_get_by_name $GLOBAL_SERVER kcp_enable 0) - if [ $kcp_enable == "1" ]; then - kcp_flag=1 - fi - local local_port=$(uci_get_by_name $GLOBAL_SERVER local_port) - local lan_ac_ips=$(uci_get_by_type access_control lan_ac_ips) - local lan_ac_mode=$(uci_get_by_type access_control lan_ac_mode) - local router_proxy=$(uci_get_by_type access_control router_proxy) - if [ "$GLOBAL_SERVER" == "$UDP_RELAY_SERVER" -a "$kcp_flag" == "0" ]; then - ARG_UDP="-u" - elif [ -n "$UDP_RELAY_SERVER" ]; then - ARG_UDP="-U" - local udp_server=$(uci_get_by_name $UDP_RELAY_SERVER server) - local udp_local_port=$(uci_get_by_name $UDP_RELAY_SERVER local_port) - fi - if [ -n "$lan_ac_ips" ]; then - case "$lan_ac_mode" in - w | W | b | B) local ac_ips="$lan_ac_mode$lan_ac_ips" ;; - esac - fi - - #deal gfw firewall rule - local gfwmode="" - if [ "$run_mode" == "gfw" ]; then - gfwmode="-g" - elif [ "$run_mode" == "router" ]; then - gfwmode="-r" - elif [ "$run_mode" == "oversea" ]; then - gfwmode="-c" - elif [ "$run_mode" == "all" ]; then - gfwmode="-z" - fi - local dports=$(uci_get_by_type global dports 1) - if [ $dports == "1" ]; then - proxyport=" " - else - proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443" - fi - /usr/bin/vssr-rules \ - -s "$server" \ - -l "$local_port" \ - -S "$udp_server" \ - -L "$udp_local_port" \ - -a "$ac_ips" \ - -i "$(uci_get_by_type access_control wan_bp_list)" \ - -b "$(uci_get_by_type access_control wan_bp_ips)" \ - -w "$(uci_get_by_type access_control wan_fw_ips)" \ - -B "$(uci_get_by_type access_control lan_bp_ips)" \ - -p "$(uci_get_by_type access_control lan_fp_ips)" \ - -G "$(uci_get_by_type access_control lan_gm_ips)" \ - -D "$proxyport" \ - $(get_arg_out) $gfwmode $ARG_UDP - return $? -} - -start_pdnsd() { - local usr_dns="$1" - local usr_port="$2" - local dns_port="5335" - - local tcp_dns_list="208.67.222.222,208.67.220.220" - [ -z "$usr_dns" ] && usr_dns="8.8.8.8" - [ -z "$usr_port" ] && usr_port="53" - - if [ "$(uci_get_by_type global pdnsd_enable)" = "1" ] ;then - tcp_only="tcp_only" - elif [ "$(uci_get_by_type global pdnsd_enable)" = "2" ] ;then - tcp_only="udp_only" - fi - - if [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dns_port="5335" - else - dns_port="5337" - fi - if [ "$(uci_get_by_type global chinadns_enable)" = "1" ] ;then - tcp_only="tcp_only" - elif [ "$(uci_get_by_type global chinadns_enable)" = "2" ] ;then - tcp_only="udp_only" - fi - fi - - kill $(pidof pdnsd) >/dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - - [ -d /var/etc ] || mkdir -p /var/etc - - if [ ! -d /var/pdnsd ];then - mkdir -p /var/pdnsd - echo -ne "pd13\000\000\000\000" >/var/pdnsd/pdnsd.cache - chown -R nobody:nogroup /var/pdnsd - fi - - cat >/var/etc/pdnsd.conf </dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - rm -rf /var/run/dnsparsing - - [ ! -f /usr/sbin/dnsparsing ] && ln /usr/bin/dnsforwarder /usr/sbin/dnsparsing - DNSCACHE_CONF=/var/run/dnsparsing/dnsparsing.conf - PID_PATH=/var/run/dnsparsing - PID_FILE=dns.pid - mkdir -p $PID_PATH - pid=$(pidof dnsparsing) - - cat > /var/run/dnsparsing/dnsparsing.conf < $PID_PATH/$PID_FILE - -} - -dnscrypt_config_file() { - local dnsstr="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - local dns_port="5335" - if [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dns_port="5335" - else - dns_port="5337" - fi - fi - kill $(pidof pdnsd) >/dev/null 2>&1 || killall -9 pdnsd >/dev/null 2>&1 - kill $(pidof dnsparsing) >/dev/null 2>&1 || killall -9 dnsparsing >/dev/null 2>&1 - /etc/init.d/dnscrypt-proxy disable - /etc/init.d/dnscrypt-proxy stop - - cat > /etc/dnscrypt-proxy/dnscrypt-proxy.toml < /etc/config/privoxy </var/etc/haproxy.cfg </var/etc/haproxy.cfg <>/var/etc/haproxy.cfg </dev/null 2>&1 - done - - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR $threads 线程 已启动!" >> /tmp/vssr.log - elif [ "$stype" == "v2ray" ] ;then - for i in $(seq 1 $threads); do - $sscmd -config /var/etc/v2-ssr-retcp.json >/dev/null 2>&1 & - done - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd -version | head -1) $threads 线程 已启动!" >> /tmp/vssr.log - - elif [ "$stype" == "trojan" ] ;then - for i in $(seq 1 $threads); do - $sscmd --config /var/etc/trojan-ssr-retcp.json >/dev/null 2>&1 & - done - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd --version 2>&1 | head -1) $threads 线程 已启动!" >> /tmp/vssr.log - -elif [ "$stype" == "socks5" ]; then - for i in $(seq 1 $threads); do - if [ "$(uci_get_by_name $GLOBAL_SERVER auth_enable 0)" == "0" ]; then - $sscmd -T -4 -b 0.0.0.0 -s $(uci_get_by_name $GLOBAL_SERVER server) -p $(uci_get_by_name $GLOBAL_SERVER server_port) -l $(uci_get_by_name $GLOBAL_SERVER local_port) -R ssr-retcp >/dev/null 2>&1 & - else - $sscmd -T -4 -b 0.0.0.0 -s $(uci_get_by_name $GLOBAL_SERVER server) -p $(uci_get_by_name $GLOBAL_SERVER server_port) -a $(uci_get_by_name $GLOBAL_SERVER username) \ - -k $(uci_get_by_name $GLOBAL_SERVER password) -l $(uci_get_by_name $GLOBAL_SERVER local_port) -R ssr-retcp >/dev/null 2>&1 & - fi - done - echo "$(date "+%Y-%m-%d %H:%M:%S") Socks5 REDIRECT/TPROXY, $threads 线程 已启动!" >>/tmp/vssr.log - - fi - - #转发UDP - if [ -n "$UDP_RELAY_SERVER" ] ;then - redir_udp=1 - if [ "$utype" == "ss" -o "$utype" == "ssr" ] ;then - case "$(uci_get_by_name $UDP_RELAY_SERVER auth_enable)" in - 1|on|true|yes|enabled) ARG_OTA="-A";; - *) ARG_OTA="";; - esac - gen_config_file $UDP_RELAY_SERVER 1 - last_config_file=$CONFIG_UDP_FILE - pid_file="/var/run/ssr-reudp.pid" - $ucmd -c $last_config_file $ARG_OTA -U -f /var/run/ssr-reudp.pid >/dev/null 2>&1 - elif [ "$utype" == "v2ray" ] ; then - lua /usr/share/vssr/genv2config.lua $UDP_RELAY_SERVER udp $(uci_get_by_name $UDP_RELAY_SERVER local_port) > /var/etc/v2-ssr-reudp.json - sed -i 's/\\//g' /var/etc/v2-ssr-reudp.json - $ucmd -config /var/etc/v2-ssr-reudp.json >/dev/null 2>&1 & - elif [ "$utype" == "trojan" ] ;then - lua /usr/share/vssr/gentrojanconfig.lua $GLOBAL_SERVER client 10801 > /var/etc/trojan-ssr-reudp.json - sed -i 's/\\//g' /var/etc/trojan-ssr-reudp.json - $ucmd --config /var/etc/trojan-ssr-reudp.json >/dev/null 2>&1 & - ipt2socks -U -4 -b 0.0.0.0 -s 127.0.0.1 -p 10801 -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) >/dev/null 2>&1 & - elif [ "$utype" == "socks5" ]; then - if [ "$(uci_get_by_name $GLOBAL_SERVER auth_enable 0)" == "0" ]; then - $ucmd -4 -b 0.0.0.0 -s $(uci_get_by_name $UDP_RELAY_SERVER server) -p $(uci_get_by_name $UDP_RELAY_SERVER server_port) -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) -U ssr-reudp >/dev/null 2>&1 & - else - $ucmd -4 -b 0.0.0.0 -s $(uci_get_by_name $UDP_RELAY_SERVER server) -p $(uci_get_by_name $UDP_RELAY_SERVER server_port) -a $(uci_get_by_name $GLOBAL_SERVER username) \ - -k $(uci_get_by_name $GLOBAL_SERVER password) -l $(uci_get_by_name $UDP_RELAY_SERVER local_port) -U ssr-reudp >/dev/null 2>&1 & - fi - fi -fi -#deal with dns - - if [ "$(uci_get_by_type global pdnsd_enable)" -ne "0" ] ;then - local ssr_dns="$(uci_get_by_type global pdnsd_enable 0)" - local dnsstr="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - local dnsserver=`echo "$dnsstr"|awk -F ':' '{print $1}'` - local dnsport=`echo "$dnsstr"|awk -F ':' '{print $2}'` - if [ "$dnsserver" = "0.0.0.0" ]; then - echo "$(date "+%Y-%m-%d %H:%M:%S") dns="$dnsstr"" >> /tmp/vssr.log - else - if [ "$run_mode" = "gfw" ]; then - ipset add gfwlist $dnsserver 2>/dev/null - elif [ "$run_mode" = "oversea" ]; then - ipset add oversea $dnsserver 2>/dev/null - else - ipset add ss_spec_wan_ac $dnsserver nomatch 2>/dev/null - fi - fi - - if [ "$(uci_get_by_type global pdnsd_enable)" = "1" ] || [ "$(uci_get_by_type global pdnsd_enable)" = "2" ] ;then - start_pdnsd $dnsserver $dnsport - pdnsd_enable_flag=1 - elif [ "$(uci_get_by_type global pdnsd_enable)" = "3" ] || [ "$(uci_get_by_type global pdnsd_enable)" = "4" ] ;then - start_dnsforwarder $dnsserver $dnsport - dnsforwarder_enable_flag=1 - elif [ "$(uci_get_by_type global pdnsd_enable)" = "5" ] ;then - dnscrypt_config_file - /etc/init.d/dnscrypt-proxy enable && /etc/init.d/dnscrypt-proxy start - - elif [ "$(uci_get_by_type global pdnsd_enable)" = "6" ] ;then - if [ "$(uci_get_by_type global chinadns_enable)" = "1" ] || [ "$(uci_get_by_type global chinadns_enable)" = "2" ] ;then - start_pdnsd $dnsserver $dnsport - pdnsd_enable_flag=1 - dnsstrs="0.0.0.0:5337" - elif [ "$(uci_get_by_type global chinadns_enable)" = "3" ] || [ "$(uci_get_by_type global chinadns_enable)" = "4" ] ;then - start_dnsforwarder $dnsserver $dnsport - dnsforwarder_enable_flag=1 - dnsstrs="0.0.0.0:5337" - elif [ "$(uci_get_by_type global chinadns_enable)" = "5" ] ;then - dnscrypt_config_file - /etc/init.d/dnscrypt-proxy enable && /etc/init.d/dnscrypt-proxy start - dnsstrs="0.0.0.0:5337" - - else - dnsstrs="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" - fi - nohup /usr/bin/chinadns -p 5335 -c /etc/china_ssr.txt -m -d -s $dnsstrs >/dev/null 2>&1 & - chinadns_enable_flag=1 - elif [ "$ssr_dns" == "7" ]; then - microsocks -i 127.0.0.1 -p 10802 ssr-dns >/dev/null 2>&1 & - dns2socks 127.0.0.1:10802 $dnsserver:$dnsport 127.0.0.1:5335 -q >/dev/null 2>&1 & - pdnsd_enable_flag=1 - fi - - fi - if [ "$(uci_get_by_type global enable_switch)" == "1" ]; then - if [ "$(uci_get_by_name $GLOBAL_SERVER switch_enable 1)" == "1" ]; then - if [ -z "$switch_server" ]; then - local switch_time=$(uci_get_by_type global switch_time) - local switch_timeout=$(uci_get_by_type global switch_timeout) - service_start /usr/bin/vssr-switch start $switch_time $switch_timeout - switch_enable=1 - fi - fi - fi - add_cron - return $? -} -start_udp2raw() { - cat > /var/etc/udp2raw.conf </dev/null 2>&1 & -} - -start_udpspeeeder() { - /usr/bin/udpspeeder -c -l0.0.0.0:$(uci_get_by_type udpspeeder local_port) \ - -r$(uci_get_by_type udpspeeder server):$(uci_get_by_type udpspeeder server_port) \ - -k $(uci_get_by_type udpspeeder key) \ - --mode $(uci_get_by_type udpspeeder speeder_mode) \ - --mtu $(uci_get_by_type udpspeeder mtu) \ - -f$(uci_get_by_type udpspeeder fec) \ - -q$(uci_get_by_type udpspeeder queue_len) \ - --timeout $(uci_get_by_type udpspeeder timeout) \ - >/dev/null 2>&1 & -} -gen_service_file() { - if [ $(uci_get_by_name $1 fast_open) = "1" ] ;then - fastopen="true"; - else - fastopen="false"; - fi - - local sertype=$(uci_get_by_name $1 type) - local plugin=$(uci_get_by_name $1 plugin) - if [ $(uci_get_by_name $1 ipv4_ipv6) = "1" ] ;then - ipv4_ipv6="::"; - else - ipv4_ipv6="0.0.0.0"; - fi - - if [ "$sertype" == "ss" ] ;then - if [ "$plugin" == "none" ] ;then - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "fast_open": $fastopen - } -EOF - else - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "plugin": "$(uci_get_by_name $1 plugin)", - "plugin_opts": "$(uci_get_by_name $1 plugin_opts)", - "fast_open": $fastopen - } -EOF - fi - elif [ "$sertype" == "ssr" ] ;then - cat <<-EOF >$2 - { - "server": "$ipv4_ipv6", - "server_port": $(uci_get_by_name $1 server_port), - "password": "$(uci_get_by_name $1 password)", - "timeout": $(uci_get_by_name $1 timeout 60), - "method": "$(uci_get_by_name $1 encrypt_method)", - "protocol": "$(uci_get_by_name $1 protocol)", - "protocol_param": "$(uci_get_by_name $1 protocol_param)", - "obfs": "$(uci_get_by_name $1 obfs)", - "obfs_param": "$(uci_get_by_name $1 obfs_param)", - "fast_open": $fastopen - } -EOF - fi - -} - -start_service() { - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - local use_conf_file=$(uci_get_by_name $1 use_conf_file) - local conf_file_path=$(uci_get_by_name $1 conf_file_path) - [ $(uci_get_by_name $1 enable) = "0" ] && return 1 - let server_count=server_count+1 - if [ $server_count = 1 ] ;then - iptables -N SSR-SERVER-RULE && \ - iptables -t filter -I INPUT -j SSR-SERVER-RULE - fi - - local sertype=$(uci_get_by_name $1 type) - if [ "$sertype" == "ss" ] ;then - sercmd="ss-server" - ssserver_enable=1 - elif [ "$sertype" == "ssr" ] ;then - sercmd="ssr-server" - ssrserver_enable=1 - fi - - if [ "$sertype" == "ss" -o "$sertype" == "ssr" ] ;then - gen_service_file $1 /var/etc/${NAME}_${server_count}.json - /usr/bin/$sercmd -c /var/etc/${NAME}_${server_count}.json -u -f /var/run/$sercmd${server_count}.pid >/dev/null 2>&1 - iptables -t filter -A SSR-SERVER-RULE -p tcp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - iptables -t filter -A SSR-SERVER-RULE -p udp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - elif [ "$sertype" == "v2ray" ] ; then - if [ "$use_conf_file" -eq 1 ] ;then - cp $conf_file_path /var/etc/v2ray-server-${server_count}.json - else - lua /usr/share/vssr/genv2config_server.lua $1 > /var/etc/v2ray-server-${server_count}.json - fi - sed -i 's/\\//g' /var/etc/v2-ssr-retcp.json - /usr/bin/v2ray/v2ray -config /var/etc/v2ray-server-${server_count}.json >/dev/null 2>&1 & - - iptables -t filter -A SSR-SERVER-RULE -p tcp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - iptables -t filter -A SSR-SERVER-RULE -p udp --dport $(uci_get_by_name $1 server_port) -j ACCEPT - v2rayserver_enable=1 - fi - return 0 -} - -gen_serv_include() { - FWI=$(uci get firewall.vssr.path 2>/dev/null) - [ -n "$FWI" ] || return 0 - if [ ! -f $FWI ]; then - echo '#!/bin/sh' >$FWI - fi - extract_rules() { - echo "*filter" - iptables-save -t filter | grep SSR-SERVER-RULE | sed -e "s/^-A INPUT/-I INPUT/" - echo 'COMMIT' - } - cat <<-EOF >>$FWI - iptables-save -c | grep -v "SSR-SERVER" | iptables-restore -c - iptables-restore -n <<-EOT - $(extract_rules) - EOT - EOF -} - -start_server() { - SERVER_ENABLE=$(uci_get_by_type server_global enable_server 0) - [ "$SERVER_ENABLE" == "0" ] && return 0 - mkdir -p /var/run /var/etc - config_load $NAME - config_foreach start_service server_config - gen_serv_include - return 0 -} - -start_local() { - local local_server=$(uci_get_by_type socks5_proxy server) - local http_enable=$(uci_get_by_type socks5_proxy http_enable) - local stype=$(uci_get_by_name $local_server type) - [ "$local_server" = "nil" ] && return 1 - mkdir -p /var/run /var/etc - gen_config_file $local_server 2 - if [ "$stype" == "ssr" ] ;then - /usr/bin/ssr-local -c $CONFIG_SOCK5_FILE -u \ - -l $(uci_get_by_type socks5_proxy local_port 1080) \ - -b $(uci_get_by_type socks5_proxy local_address 0.0.0.0) \ - -f /var/run/ssr-local.pid >/dev/null 2>&1 - local_enable=1 - elif [ "$stype" == "ss" ] ;then - /usr/bin/ss-local -c $CONFIG_SOCK5_FILE -u \ - -l $(uci_get_by_type socks5_proxy local_port 1080) \ - -b $(uci_get_by_type socks5_proxy local_address 0.0.0.0) \ - -f /var/run/ss-local.pid >/dev/null 2>&1 - local_enable=2 - elif [ "$stype" == "v2ray" ] ;then - lua /usr/share/vssr/genv2config_local.lua $local_server tcp $(uci_get_by_name $local_server local_port) $(uci_get_by_type socks5_proxy local_port 1080) > /var/etc/v2-ssr-local.json - sed -i 's/\\//g' /var/etc/v2-ssr-local.json - /usr/bin/v2ray/v2ray -config /var/etc/v2-ssr-local.json >/dev/null 2>&1 & - local_enable=3 - - fi - - if [ "$http_enable" -eq 1 ] ;then - privoxy_config_file - /etc/init.d/privoxy enable && /etc/init.d/privoxy start - privoxy_enable=1 - fi -} - -rules() { - [ "$GLOBAL_SERVER" == "nil" ] && return 1 - mkdir -p /var/run /var/etc - UDP_RELAY_SERVER=$(uci_get_by_type global udp_relay_server) - [ "$UDP_RELAY_SERVER" == "same" ] && UDP_RELAY_SERVER=$GLOBAL_SERVER - if start_rules; then - return 0 - else - return 1 - fi -} - -start() { - case "$(uci_get_by_type udp2raw udp2raw_enable)" in - 1|on|true|yes|enabled) - start_udp2raw - ;; - esac - case "$(uci_get_by_type udpspeeder udpspeeder_enable)" in - 1|on|true|yes|enabled) - start_udpspeeeder - ;; - esac - - if [ -z "$switch_server" ]; then - GLOBAL_SERVER=$(uci_get_by_type global global_server) - else - GLOBAL_SERVER=$switch_server - switch_enable=1 - fi - if rules; then - start_redir - mkdir -p /tmp/dnsmasq.d && cp -a /etc/dnsmasq.vssr /tmp/ && cp -a /etc/dnsmasq.d/tmp/ - if ! [ "$run_mode" == "oversea" ]; then - cat <<-EOF >/tmp/dnsmasq.d/dnsmasq-ssr.conf - conf-dir=/tmp/dnsmasq.vssr - EOF - else - cat <<-EOF >/tmp/dnsmasq.d/dnsmasq-ssr.conf - conf-dir=/tmp/dnsmasq.d - - else - mkdir -p /var/etc/dnsmasq.d - ln -s /etc/dnsmasq.d/* /var/etc/dnsmasq.d/ - ln -s /etc/dnsmasq.vssr/appoint_list.conf /var/etc/dnsmasq.d/appoint_list.conf - - EOF - fi - if [ -e "/tmp/dnsmasq.d/ad.conf" ]; then - rm -f /tmp/dnsmasq.d/ad.conf - fi - if [ $(uci_get_by_type global adblock 0) == "0" ]; then - rm -f /tmp/dnsmasq.vssr/ad.conf - fi - /usr/share/vssr/gfw2ipset.sh - /etc/init.d/dnsmasq restart >/dev/null 2>&1 - fi - start_server - start_local - if [ $(uci_get_by_type global monitor_enable 0) == "1" ]; then - let total_count=server_count+redir_tcp+redir_udp+tunnel_enable+kcp_enable_flag+local_enable+pdnsd_enable_flag+dnsforwarder_enable_flag+switch_enable+ssserver_enable+ssrserver_enable+v2rayserver_enable+haproxy_enable+privoxy_enable+chinadns_enable_flag - - if [ $total_count -gt 0 ] ;then - #param:server(count) redir_tcp(0:no,1:yes) redir_udp tunnel kcp local gfw - service_start /usr/bin/vssr-monitor $server_count $redir_tcp $redir_udp $tunnel_enable $kcp_enable_flag $local_enable $pdnsd_enable_flag $dnsforwarder_enable_flag $switch_enable $ssserver_enable $ssrserver_enable $v2rayserver_enable $haproxy_enable $privoxy_enable $chinadns_enable_flag - fi - fi - ENABLE_SERVER=$(uci_get_by_type global global_server nil) - [ "$ENABLE_SERVER" == "nil" ] && return 1 -} - -boot() { - (/usr/share/vssr/chinaipset.sh && sleep 3 && start >/dev/null 2>&1) & -} - -stop() { - /usr/bin/vssr-rules -f - srulecount=$(iptables -L | grep SSR-SERVER-RULE | wc -l) - if [ $srulecount -gt 0 ]; then - iptables -F SSR-SERVER-RULE - iptables -t filter -D INPUT -j SSR-SERVER-RULE - iptables -X SSR-SERVER-RULE 2>/dev/null - fi - if [ -z "$switch_server" ]; then - kill -9 $(busybox ps -w | grep vssr-switch | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - fi - if [ $(uci_get_by_type global monitor_enable 0) == "1" ]; then - kill -9 $(busybox ps -w | grep vssr-monitor | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - fi - killall -q -9 vssr-monitor - killall -q -9 ss-redir - killall -q -9 ssr-redir - killall -q -9 trojan - killall -q -9 v2ray - killall -q -9 ssr-server - killall -q -9 ss-server - killall -q -9 kcptun-client - killall -q -9 ssr-local - killall -q -9 ss-local - killall -q -9 haproxy - killall -q -9 privoxy - killall -q -9 ipt2socks - killall -q -9 dns2socks - killall -q -9 v2ray-plugin - killall -q -9 gq-client - killall -q -9 dnscrypt-proxy - killall -q -9 dnsforwarder - killall -q -9 gq-server - killall -q -9 obfs-local - killall -q -9 obfs-server - killall -q -9 chinadns - killall -q -9 udp2raw - killall -q -9 udpspeeder - if [ -f /var/run/pdnsd.pid ]; then - kill $(cat /var/run/pdnsd.pid) >/dev/null 2>&1 - else - kill -9 $(busybox ps -w | grep pdnsd | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - fi - if [ $(uci_get_by_type global adblock 0) == "0" ]; then - rm -f /tmp/dnsmasq.d/ad.conf - else - cp -f /etc/dnsmasq.vssr/ad.conf /tmp/dnsmasq.d/ad.conf - fi - if [ -f "/tmp/dnsmasq.d/dnsmasq-ssr.conf" ]; then - rm -f /tmp/dnsmasq.d/dnsmasq-ssr.conf - fi - /etc/init.d/dnsmasq restart >/dev/null 2>&1 - del_cron -} diff --git a/package/ctcgfw/luci-app-vssr/root/etc/uci-defaults/luci-vssr b/package/ctcgfw/luci-app-vssr/root/etc/uci-defaults/luci-vssr deleted file mode 100755 index 1abad58b87..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/etc/uci-defaults/luci-vssr +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@vssr[-1] - add ucitrack vssr - set ucitrack.@vssr[-1].init=vssr - commit ucitrack - delete firewall.vssr - set firewall.vssr=include - set firewall.vssr.type=script - set firewall.vssr.path=/var/etc/vssr.include - set firewall.vssr.reload=1 - commit firewall -EOF - -/etc/init.d/dnscrypt-proxy stop -/etc/init.d/dnscrypt-proxy disable -/etc/init.d/privoxy stop -/etc/init.d/privoxy disable -killall -q -9 v2ray-plugin dnscrypt-proxy dns2socks dnsforwarder chinadns - -/usr/share/vssr/gfw2ipset.sh -rm -f /tmp/luci-indexcache -exit 0 diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-ad b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-ad deleted file mode 100755 index 2c7ffef057..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-ad +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e -if [ -f /tmp/adnew.conf ]; then - if (grep -wq "address=" /tmp/adnew.conf) ; then - cp /tmp/adnew.conf /tmp/ad.conf - else - cat /tmp/adnew.conf | grep ^\|\|[^\*]*\^$ | sed -e 's:||:address\=\/:' -e 's:\^:/0\.0\.0\.0:' > /tmp/ad.conf - fi -fi -rm -f /tmp/adnew.conf diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-gfw b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-gfw deleted file mode 100755 index dffebbaca2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-gfw +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -generate_china_banned() -{ - - cat $1 | base64 -d > /tmp/gfwlist.txt - rm -f $1 - sed -i '/^@@|/d' /tmp/gfwlist.txt - - cat /tmp/gfwlist.txt | sort -u | - sed 's#!.\+##; s#|##g; s#@##g; s#http:\/\/##; s#https:\/\/##;' | - sed '/\*/d; /apple\.com/d; /sina\.cn/d; /sina\.com\.cn/d; /baidu\.com/d; /byr\.cn/d; /jlike\.com/d; /weibo\.com/d; /zhongsou\.com/d; /youdao\.com/d; /sogou\.com/d; /so\.com/d; /soso\.com/d; /aliyun\.com/d; /taobao\.com/d; /jd\.com/d; /qq\.com/d' | - sed '/^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/d' | - grep '^[0-9a-zA-Z\.-]\+$' | grep '\.' | sed 's#^\.\+##' | sort -u | - awk ' -BEGIN { prev = "________"; } { - cur = $0; - if (index(cur, prev) == 1 && substr(cur, 1 + length(prev) ,1) == ".") { - } else { - print cur; - prev = cur; - } -}' | sort -u - -} - -generate_china_banned /tmp/gfw.b64 > /tmp/gfw.txt -rm -f /tmp/gfwlist.txt -sed '/.*/s/.*/server=\/\.&\/127.0.0.1#5335\nipset=\/\.&\/gfwlist/' /tmp/gfw.txt >/tmp/gfwnew.txt -rm -f /tmp/gfw.txt - diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor deleted file mode 100755 index dee5d92591..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor +++ /dev/null @@ -1,295 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - - -NAME=vssr -logfile="/tmp/vssr.log" - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -server_process_count=$1 -redir_tcp_process=$2 -redir_udp_process=$3 -tunnel_process=$4 -kcp_process=$5 -local_process=$6 -pdnsd_process=$7 -dnsforwarder_process=$8 -dns2socks_process=$9 -ssserver_process=$10 -ssrserver_process=$11 -v2rayserver_process=$12 -haproxy_process=$13 -privoxy_process=$14 -chinadns_process=$15 -if [ -z "$pdnsd_process" ] ;then - pdnsd_process=0 -fi - -i=0 - -GLOBAL_SERVER=$(uci_get_by_type global global_server) -server=$(uci_get_by_name $GLOBAL_SERVER server) -kcp_port=$(uci_get_by_name $GLOBAL_SERVER kcp_port) -server_port=$(uci_get_by_name $GLOBAL_SERVER server_port) -password=$(uci_get_by_name $GLOBAL_SERVER kcp_password) -kcp_param=$(uci_get_by_name $GLOBAL_SERVER kcp_param) -[ "$password" != "" ] && password="--key "${password} - -sock5_port=$(uci_get_by_type socks5_proxy local_port 1080) - -if [ "$(uci_get_by_type global chinadns_enable)" = "0" ] ;then - dnsstrs="$(uci_get_by_type global tunnel_forward 8.8.4.4:53)" -else - dnsstrs="0.0.0.0:5337" -fi - -if echo $server|grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null; then - server=${server} -else - server=`cat /etc/ssr_ip` -fi - -while [ "1" = "1" ] #死循环 -do - sleep 30 -#redir tcp - if [ $redir_tcp_process -gt 0 ] ;then - icount=`ps -w | grep ssr-retcp |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir tcp error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") redir tcp error.restart!" >> ${logfile} - /etc/init.d/vssr restart - exit 0 - fi - fi -#redir udp - if [ $redir_udp_process -gt 0 ] ;then - icount=`ps -w | grep ssr-reudp|grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir udp error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") redir udp error.restart!" >> ${logfile} - /etc/init.d/vssr restart - exit 0 - fi - fi -#tunnel - if [ $tunnel_process -gt 0 ] ;then - icount=`ps -w | grep ssr-tunnel |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") tunnel error.restart!" >> ${logfile} - /etc/init.d/vssr restart - exit 0 - fi - fi -#server -#ssr_server - if [ $server_process_count -gt 0 ] ;then - if [ $ssrserver_process -gt 0 ] ;then - icount=`ps -w | grep ssr-server |grep -v grep| wc -l` - if [ $icount -lt $ssrserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr server error.restart!" >> ${logfile} - killall -q -9 ssr-server - for i in `seq $ssrserver_process` - do - /usr/bin/ssr-server -c /var/etc/vssr_$i.json -u -f /var/run/ssr-server$i.pid - done - fi - fi -#ss_server - if [ $ssserver_process -gt 0 ] ;then - icount=`ps -w | grep ss-server |grep -v grep| wc -l` - if [ $icount -lt $ssserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ss server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ss server error.restart!" >> ${logfile} - killall -q -9 ss-server - for i in `seq $ssserver_process` - do - /usr/bin/ss-server -c /var/etc/vssr_$i.json -u -f /var/run/ss-server$i.pid - done - fi - fi -#v2ray_server - if [ v2rayserver_process -gt 0 ] ;then - icount=`ps -w | grep ss-server |grep -v grep| wc -l` - if [ $icount -lt $v2rayserver_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "v2ray server error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") v2ray server error.restart!" >> ${logfile} - kill -9 $(ps | grep v2ray-server | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - for i in `seq $v2rayserver_process` - do - ( /usr/bin/v2ray/v2ray -config /var/etc/v2ray-server-$i.json >/dev/null 2>&1 &) - done - fi - fi - fi -#kcptun - if [ $kcp_process -gt 0 ] ;then - icount=`ps -w | grep kcptun-client |grep -v grep| wc -l` - if [ $icount -lt $kcp_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr kcptun error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr kcptun error.restart!" >> ${logfile} - killall -q -9 kcptun-client - - ( /usr/bin/kcptun-client -r $server:$kcp_port -l :$server_port $password $kcp_param &) - fi - fi -#local - if [ $local_process -eq 1 ] ;then - icount=`ps -w | grep ssr-local |grep -v grep| wc -l` - if [ $icount -lt $local_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ssr local error.restart!" >> ${logfile} - killall -q -9 ssr-local - - ( /usr/bin/ssr-local -c /var/etc/vssr_s.json -u -l $sock5_port -f /var/run/ssr-local.pid &) - fi - fi -#local - if [ $local_process -eq 2 ] ;then - local_processs=1 - icount=`ps -w | grep ss-local |grep -v grep| wc -l` - if [ $icount -lt $local_processs ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ss local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") ss local error.restart!" >> ${logfile} - killall -q -9 ss-local - - ( /usr/bin/ss-local -c /var/etc/vssr_s.json -u -l $sock5_port -f /var/run/ss-local.pid &) - fi - fi -#local - if [ $local_process -eq 3 ] ;then - local_processs=1 - icount=`ps -w | grep v2-ssr-local |grep -v grep| wc -l` - if [ $icount -lt $local_processs ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "v2ray local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") v2ray local error.restart!" >> ${logfile} - kill -9 $(ps | grep v2-ssr-local | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - ( /usr/bin/v2ray/v2ray -config /var/etc/v2-ssr-local.json >/dev/null 2>&1 &) - fi - fi -#privoxy - if [ $privoxy_process -gt 0 ] ;then - icount=`ps -w | grep privoxy |grep -v grep| wc -l` - if [ $icount -lt $privoxy_process ]; then - logger -t "$NAME" "privoxy http local error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") privoxy http loca error.restart!" >> ${logfile} - kill -9 $(ps | grep privoxy | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - /etc/init.d/privoxy restart - fi - fi -#dnsforwarder - if [ $dnsforwarder_process -gt 0 ] ;then - icount=`ps -w | grep dnsparsing |grep -v grep| wc -l` - if [ $icount -lt $dnsforwarder_process ]; then - logger -t "$NAME" "dnsforwarder tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") dnsforwarder tunnel error.restart!" >> ${logfile} - kill -9 $(ps | grep dnsparsing | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - ( dnsparsing -f /var/run/dnsparsing/dnsparsing.conf -d &) - fi - fi -#pdnsd - if [ $pdnsd_process -gt 0 ] ;then - icount=`ps -w | grep pdnsd |grep -v grep| wc -l` - if [ $icount -lt $pdnsd_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "pdnsd tunnel error.restart!" - if [ -f /var/run/pdnsd.pid ] ;then - kill $(cat /var/run/pdnsd.pid) >/dev/null 2>&1 - else - kill -9 $(ps | grep pdnsd | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - fi - - ( /usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d &) - fi - fi - -#dns2socks - if [ "$pdnsd_process" -eq 2 ]; then - icount=$(busybox ps -w | grep -e ssr-dns -e dns2socks | grep -v grep | wc -l) - if [ "$icount" -lt 2 ]; then #如果进程挂掉就重启它 - logger -t "$NAME" "dns2socks $dnsstr tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") dns2socks tunnel error.restart!" >> ${logfile} - dnsstr=$(uci_get_by_type global tunnel_forward 8.8.4.4:53) - dnsserver=$(echo "$dnsstr" | awk -F ':' '{print $1}') - dnsport=$(echo "$dnsstr" | awk -F ':' '{print $2}') - killall -q -9 dns2socks - kill -9 $(busybox ps -w | grep ssr-dns | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - microsocks -i 127.0.0.1 -p 10802 ssr-dns >/dev/null 2>&1 & - dns2socks 127.0.0.1:10802 $dnsserver:$dnsport 127.0.0.1:5335 -q >/dev/null 2>&1 & - fi - fi -#chiandns - if [ $chinadns_process -gt 0 ] ;then - icount=`ps -w | grep chinadns |grep -v grep| wc -l` - if [ $icount -lt $chinadns_process ]; then - logger -t "$NAME" "chinadns tunnel error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") chinadns tunnel error.restart!" >> ${logfile} - kill -9 $(ps | grep chinadns | grep -v grep | awk '{print $1}') >/dev/null 2>&1 - - (nohup /usr/bin/chinadns -p 5335 -c /etc/china_ssr.txt -m -d -s $dnsstrs >/dev/null 2>&1 &) - fi - fi -#haproxy - if [ $haproxy_process -gt 0 ] ;then - icount=`ps -w | grep haproxy |grep -v grep| wc -l` - if [ $icount -lt $haproxy_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "haproxy error.restart!" - echo "$(date "+%Y-%m-%d %H:%M:%S") haproxy error.restart!" >> ${logfile} - /etc/init.d/vssr restart - fi - fi -#udp2raw - if [ $(uci_get_by_type udp2raw udp2raw_enable) = 1 ] ;then - ucount=`ps -w | grep udp2raw |grep -v grep| wc -l` - if [ $ucount = 0 ] ;then - /usr/bin/udp2raw --clear >/dev/null - /usr/bin/udp2raw --conf-file /var/etc/udp2raw.conf >/dev/null 2>&1 & - fi - fi -#udpspeeder - if [ $(uci_get_by_type udpspeeder udpspeeder_enable) = 1 ] ;then - scount=`ps -w | grep udpspeeder |grep -v grep| wc -l` - if [ $scount = 0 ] ;then - /usr/bin/udpspeeder -c -l0.0.0.0:$(uci_get_by_type udpspeeder local_port) \ - -r$(uci_get_by_type udpspeeder server):$(uci_get_by_type udpspeeder server_port) \ - -k $(uci_get_by_type udpspeeder key) \ - --mode $(uci_get_by_type udpspeeder speeder_mode) \ - --mtu $(uci_get_by_type udpspeeder mtu) \ - -f$(uci_get_by_type udpspeeder fec) \ - -q$(uci_get_by_type udpspeeder queue_len) \ - --timeout $(uci_get_by_type udpspeeder timeout) \ - >/dev/null 2>&1 & - fi - fi -done - - - diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-qucikswitch b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-qucikswitch deleted file mode 100755 index 90abd12cbb..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-qucikswitch +++ /dev/null @@ -1,120 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 vssr -# Copyright (C) 2019 jerrykuku -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -NAME=vssr - -#定义配置文件名称 -CONFIG_FILE=/var/etc/${NAME}_t.json -CONFIG_UDP_FILE=/var/etc/${NAME}_u.json -CONFIG_SOCK5_FILE=/var/etc/${NAME}_s.json - -switch_server=$1 - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -gen_config_file() { - local host=$(uci_get_by_name $1 server) - if echo $host | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=${host} - elif [ "$host" != "${host#*:[0-9a-fA-F]}" ]; then - hostip=${host} - else - hostip=$(ping ${host} -s 1 -c 1 | grep PING | cut -d'(' -f 2 | cut -d')' -f1) - if echo $hostip | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=${hostip} - else - hostip=$(cat /etc/ssr_ip) - fi - fi - - if [ $2 = "0" ]; then - re_type="tcp" - config_file=$CONFIG_FILE - server_obj=$GLOBAL_SERVER - elif [ $2 = "1" ]; then - re_type="udp" - config_file=$CONFIG_UDP_FILE - server_obj=$UDP_RELAY_SERVER - fi - if [ $(uci_get_by_name $1 fast_open 0) = "1" ]; then - fastopen="true" - else - fastopen="false" - fi - - local stype=$(uci_get_by_name $1 type) - lua /usr/share/vssr/genconfig_${stype}.lua ${server_obj} ${re_type} $(uci_get_by_name $1 local_port) ${hostip} >${config_file} - sed -i 's/\\//g' $config_file - -} -start_local() { - local local_server=$(uci_get_by_type socks5_proxy enable_server) - local local_port=$(uci_get_by_type socks5_proxy local_port) - local Socks_user=$(uci_get_by_type socks5_proxy Socks_user) - local Socks_pass=$(uci_get_by_type socks5_proxy Socks_pass) - [ "$local_server" = "0" ] && return 1 - mkdir -p /var/run /var/etc - - lua /usr/share/vssr/genconfig_v2ray_s.lua "socks" ${local_port} ${Socks_user} ${Socks_pass} >$CONFIG_SOCK5_FILE - sed -i 's/\\//g' $config_file - - - /usr/bin/v2ray/v2ray -config $CONFIG_SOCK5_FILE >/dev/null 2>&1 & -} - -killall -q -9 ssr-redir -killall -q -9 v2ray - -case "$(uci_get_by_name $GLOBAL_SERVER auth_enable)" in -1 | on | true | yes | enabled) ARG_OTA="-A" ;; -*) ARG_OTA="" ;; -esac - -if [ -z "$switch_server" ]; then - GLOBAL_SERVER=$(uci_get_by_type global global_server) -else - GLOBAL_SERVER=$switch_server -fi - -gen_config_file $GLOBAL_SERVER 0 -stype=$(uci_get_by_name $GLOBAL_SERVER type) -if [ "$stype" == "ss" -o "$stype" == "v2ray" ]; then - sscmd="/usr/bin/v2ray/v2ray" -elif [ "$stype" == "ssr" ]; then - sscmd="/usr/bin/ssr-redir" -fi - - -if [ "$(uci_get_by_type global threads 0)" = "0" ]; then - threads=$(cat /proc/cpuinfo | grep 'processor' | wc -l) -else - threads=$(uci_get_by_type global threads) -fi -#转发TCP -redir_tcp=1 -last_config_file=$CONFIG_FILE -if [ "$stype" == "ssr" ]; then - pid_file="/var/run/ssr-retcp.pid" - for i in $(seq 1 $threads); do - $sscmd -c $last_config_file $ARG_OTA -f /var/run/ssr-retcp_$i.pid >/dev/null 2>&1 - done - echo "$(date "+%Y-%m-%d %H:%M:%S") SSR $threads 线程 已启动!" >>/tmp/vssr.log -elif [ "$stype" == "v2ray" -o "$stype" == "ss" ]; then - $sscmd -config $last_config_file >/dev/null 2>&1 & - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd -version | head -1) 已启动!" >>/tmp/vssr.log -fi -start_local \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-rules b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-rules deleted file mode 100755 index 615fdaebc1..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-rules +++ /dev/null @@ -1,378 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -TAG="_SS_SPEC_RULE_" # comment tag -IPT="iptables -t nat" # alias of iptables -FWI=$(uci get firewall.vssr.path 2>/dev/null) # firewall include file - -usage() { - cat <<-EOF -Usage: vssr-rules [options] - -Valid options are: - - -s ip address of vssr remote server - -l port number of vssr local server - -S ip address of vssr remote UDP server - -L port number of vssr local UDP server - -i a file content is bypassed ip list - -a lan ip of access control, need a prefix to - define access control mode - -b wan ip of will be bypassed - -w wan ip of will be forwarded - -B lan ip of will be bypassed proxy - -p lan ip of will be global proxy - -G lan ip of will be game mode proxy - -D proxy ports - -e extra options for iptables - -o apply the rules to the OUTPUT chain - -O apply the global rules to the OUTPUT chain - -u enable udprelay mode, TPROXY is required - -U enable udprelay mode, using different IP - and ports for TCP and UDP - -f flush the rules - -g gfw list mode - -r return china mode - -h show this help message and exit - EOF - exit $1 -} - -loger() { - # 1.alert 2.crit 3.err 4.warn 5.notice 6.info 7.debug - logger -st vssr-rules[$$] -p$1 $2 -} - -flush_r() { - flush_iptables() { - local ipt="iptables -t $1" - local DAT=$(iptables-save -t $1) - eval $(echo "$DAT" | grep "$TAG" | sed -e 's/^-A/$ipt -D/' -e 's/$/;/') - for chain in $(echo "$DAT" | awk '/^:SS_SPEC/{print $1}'); do - $ipt -F ${chain:1} 2>/dev/null && $ipt -X ${chain:1} - done - } - flush_iptables nat - flush_iptables mangle - ip rule del fwmark 0x01/0x01 table 100 2>/dev/null - ip route del local 0.0.0.0/0 dev lo table 100 2>/dev/null - ipset -X ss_spec_lan_ac 2>/dev/null - ipset -X ss_spec_wan_ac 2>/dev/null - ipset -X ssr_gen_router 2>/dev/null - ipset -X fplan 2>/dev/null - ipset -X bplan 2>/dev/null - ipset -X gmlan 2>/dev/null - ipset -X oversea 2>/dev/null - ipset -X whitelist 2>/dev/null - ipset -X blacklist 2>/dev/null - [ -n "$FWI" ] && echo '#!/bin/sh' >$FWI - return 0 -} - -ipset_r() { - ipset -N gmlan hash:net 2>/dev/null - for ip in $LAN_GM_IP; do ipset -! add gmlan $ip; done - if [ "$RUNMODE" == "router" ]; then - ipset -! -R <<-EOF || return 1 - create ss_spec_wan_ac hash:net - $(gen_iplist | sed -e "s/^/add ss_spec_wan_ac /") - EOF - ipset -N gfwlist hash:net 2>/dev/null - $IPT -N SS_SPEC_WAN_AC - $IPT -I SS_SPEC_WAN_AC -p tcp ! --dport 53 -d $server -j RETURN - $IPT -A SS_SPEC_WAN_AC -m set --match-set ss_spec_wan_ac dst -j RETURN - $IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW - elif [ "$RUNMODE" == "gfw" ]; then - ipset -N gfwlist hash:net 2>/dev/null - $IPT -N SS_SPEC_WAN_AC - $IPT -A SS_SPEC_WAN_AC -m set --match-set gfwlist dst -j SS_SPEC_WAN_FW - $IPT -A SS_SPEC_WAN_AC -m set --match-set gmlan src -m set ! --match-set china dst -j SS_SPEC_WAN_FW - $IPT -A SS_SPEC_WAN_AC -m set --match-set china dst -j RETURN - $IPT -I SS_SPEC_WAN_AC -p tcp ! --dport 53 -d $server -j RETURN - elif [ "$RUNMODE" == "oversea" ]; then - ipset -N oversea hash:net 2>/dev/null - $IPT -N SS_SPEC_WAN_AC - ipset -N gmlan hash:net 2>/dev/null - for ip in $LAN_GM_IP; do ipset -! add gmlan $ip; done - $IPT -A SS_SPEC_WAN_AC -m set --match-set china dst -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -p tcp ! --dport 53 -d $server -j RETURN - elif [ "$RUNMODE" == "all" ]; then - $IPT -N SS_SPEC_WAN_AC - $IPT -A SS_SPEC_WAN_AC -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -p tcp ! --dport 53 -d $server -j RETURN - fi - ipset -N fplan hash:net 2>/dev/null - for ip in $LAN_FP_IP; do ipset -! add fplan $ip; done - $IPT -I SS_SPEC_WAN_AC -m set --match-set fplan src -j SS_SPEC_WAN_FW - ipset -N bplan hash:net 2>/dev/null - for ip in $LAN_BP_IP; do ipset -! add bplan $ip; done - $IPT -I SS_SPEC_WAN_AC -m set --match-set bplan src -j RETURN - ipset -N whitelist hash:net 2>/dev/null - ipset -N blacklist hash:net 2>/dev/null - $IPT -I SS_SPEC_WAN_AC -m set --match-set blacklist dst -j SS_SPEC_WAN_FW - $IPT -I SS_SPEC_WAN_AC -m set --match-set whitelist dst -j RETURN - for ip in $WAN_BP_IP; do ipset -! add whitelist $ip; done - for ip in $WAN_FW_IP; do ipset -! add blacklist $ip; done - return $? -} - -fw_rule() { - $IPT -N SS_SPEC_WAN_FW - $IPT -A SS_SPEC_WAN_FW -d 0.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 10.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 127.0.0.0/8 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 169.254.0.0/16 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 172.16.0.0/12 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 192.168.0.0/16 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 224.0.0.0/4 -j RETURN - $IPT -A SS_SPEC_WAN_FW -d 240.0.0.0/4 -j RETURN - $IPT -A SS_SPEC_WAN_FW -p tcp $PROXY_PORTS \ - -j REDIRECT --to-ports $local_port 2>/dev/null || { - loger 3 "Can't redirect, please check the iptables." - exit 1 - } - return $? -} - -ac_rule() { - if [ -n "$LAN_AC_IP" ]; then - case "${LAN_AC_IP:0:1}" in - w | W) - MATCH_SET="-m set --match-set ss_spec_lan_ac src" - ;; - b | B) - MATCH_SET="-m set ! --match-set ss_spec_lan_ac src" - ;; - *) - loger 3 "Bad argument \`-a $LAN_AC_IP\`." - return 2 - ;; - esac - fi - IFNAME=$(uci get -P/var/state network.lan.ifname 2>/dev/null) - ipset -! -R <<-EOF || return 1 - create ss_spec_lan_ac hash:net - $(for ip in ${LAN_AC_IP:1}; do echo "add ss_spec_lan_ac $ip"; done) - EOF - $IPT -I PREROUTING 1 ${IFNAME:+-i $IFNAME} -p tcp $EXT_ARGS $MATCH_SET \ - -m comment --comment "$TAG" -j SS_SPEC_WAN_AC - if [ "$OUTPUT" = 1 ]; then - $IPT -I OUTPUT 1 -p tcp $EXT_ARGS \ - -m comment --comment "$TAG" -j SS_SPEC_WAN_AC - elif [ "$OUTPUT" = 2 ]; then - ipset -! -R <<-EOF || return 1 - create ssr_gen_router hash:net - $(gen_spec_iplist | sed -e "s/^/add ssr_gen_router /") - EOF - $IPT -N SS_SPEC_ROUTER && \ - $IPT -A SS_SPEC_ROUTER -m set --match-set ssr_gen_router dst -j RETURN && \ - $IPT -A SS_SPEC_ROUTER -j SS_SPEC_WAN_FW - $IPT -I OUTPUT 1 -p tcp -m comment --comment "$TAG" -j SS_SPEC_ROUTER - fi - return $? -} - -tp_rule() { - [ -n "$TPROXY" ] || return 0 - ip rule add fwmark 0x01/0x01 table 100 - ip route add local 0.0.0.0/0 dev lo table 100 - local ipt="iptables -t mangle" - $ipt -N SS_SPEC_TPROXY - $ipt -A SS_SPEC_TPROXY -p udp --dport 443 -j DROP - $ipt -A SS_SPEC_TPROXY -p udp --dport 53 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 0.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 10.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 127.0.0.0/8 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 169.254.0.0/16 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 172.16.0.0/12 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 192.168.0.0/16 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 224.0.0.0/4 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -d 240.0.0.0/4 -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp ! --dport 53 -d $server -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set bplan src -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set fplan src \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - if [ "$RUNMODE" == "router" ]; then - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set ! --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set ! --match-set ss_spec_wan_ac dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - elif [ "$RUNMODE" == "gfw" ]; then - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set china dst -j RETURN - $ipt -A SS_SPEC_TPROXY -p udp -m set --match-set gmlan src -m set ! --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - $ipt -A SS_SPEC_TPROXY -p udp -m set $PROXY_PORTS --match-set gfwlist dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - elif [ "$RUNMODE" == "oversea" ]; then - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -m set --match-set china dst \ - -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - elif [ "$RUNMODE" == "all" ]; then - $ipt -A SS_SPEC_TPROXY -p udp $PROXY_PORTS -j TPROXY --on-port "$LOCAL_PORT" --tproxy-mark 0x01/0x01 - fi - $ipt -I PREROUTING 1 ${IFNAME:+-i $IFNAME} -p udp $EXT_ARGS $MATCH_SET \ - -m comment --comment "$TAG" -j SS_SPEC_TPROXY - return $? -} - -get_wan_ip() { - cat <<-EOF | grep -E "^([0-9]{1,3}\.){3}[0-9]{1,3}" - $server - $SERVER - $WAN_BP_IP - EOF -} - -gen_iplist() { - cat <<-EOF - 0.0.0.0/8 - 10.0.0.0/8 - 100.64.0.0/10 - 127.0.0.0/8 - 169.254.0.0/16 - 172.16.0.0/12 - 192.0.0.0/24 - 192.0.2.0/24 - 192.88.99.0/24 - 192.168.0.0/16 - 198.18.0.0/15 - 198.51.100.0/24 - 203.0.113.0/24 - 224.0.0.0/4 - 240.0.0.0/4 - 255.255.255.255 - $(get_wan_ip) - $(cat ${IGNORE_LIST:=/dev/null} 2>/dev/null) - EOF -} - -gen_spec_iplist() { - cat <<-EOF - 0.0.0.0/8 - 10.0.0.0/8 - 100.64.0.0/10 - 127.0.0.0/8 - 169.254.0.0/16 - 172.16.0.0/12 - 192.0.0.0/24 - 192.0.2.0/24 - 192.88.99.0/24 - 192.168.0.0/16 - 198.18.0.0/15 - 198.51.100.0/24 - 203.0.113.0/24 - 224.0.0.0/4 - 240.0.0.0/4 - 255.255.255.255 - $(get_wan_ip) - EOF -} - -gen_include() { - [ -n "$FWI" ] || return 0 - extract_rules() { - echo "*$1" - iptables-save -t $1 | grep SS_SPEC_ | \ - sed -e "s/^-A \(OUTPUT\|PREROUTING\)/-I \1 1/" - echo 'COMMIT' - } - cat <<-EOF >>$FWI - iptables-save -c | grep -v "SS_SPEC" | iptables-restore -c - iptables-restore -n <<-EOT - $(extract_rules nat) - $(extract_rules mangle) - EOT - EOF - return 0 -} - -while getopts ":s:l:S:L:i:e:a:B:b:w:p:G:D:oOuUfgrczh" arg; do - case "$arg" in - s) - server=$OPTARG - ;; - l) - local_port=$OPTARG - ;; - S) - SERVER=$OPTARG - ;; - L) - LOCAL_PORT=$OPTARG - ;; - i) - IGNORE_LIST=$OPTARG - ;; - e) - EXT_ARGS=$OPTARG - ;; - a) - LAN_AC_IP=$OPTARG - ;; - B) - LAN_BP_IP=$OPTARG - ;; - b) - WAN_BP_IP=$(for ip in $OPTARG; do echo $ip; done) - ;; - w) - WAN_FW_IP=$OPTARG - ;; - p) - LAN_FP_IP=$OPTARG - ;; - G) - LAN_GM_IP=$OPTARG - ;; - D) - PROXY_PORTS=$OPTARG - ;; - o) - OUTPUT=1 - ;; - O) - OUTPUT=2 - ;; - u) - TPROXY=1 - ;; - U) - TPROXY=2 - ;; - g) - RUNMODE=gfw - ;; - r) - RUNMODE=router - ;; - c) - RUNMODE=oversea - ;; - z) - RUNMODE=all - ;; - f) - flush_r - exit 0 - ;; - h) usage 0 ;; - esac -done -if [ -z "$server" -o -z "$local_port" ]; then - usage 2 -fi -if [ "$TPROXY" == 1 ]; then - SERVER=$server - LOCAL_PORT=$local_port -elif [ "$TPROXY" == 2 ]; then - : ${SERVER:?"You must assign an ip for the udp relay server."} - : ${LOCAL_PORT:?"You must assign a port for the udp relay server."} -fi -flush_r && fw_rule && ipset_r && ac_rule && tp_rule && gen_include -[ "$?" == 0 ] || loger 3 "Start failed!" -exit $? diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-switch b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-switch deleted file mode 100755 index b08e010026..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-switch +++ /dev/null @@ -1,168 +0,0 @@ -#!/bin/sh /etc/rc.common -# -# Copyright (C) 2017 openwrt-ssr -# Copyright (C) 2017 yushi studio -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# - -cycle_time=60 -switch_time=3 -normal_flag=0 -server_locate=0 -server_count=0 -NAME=vssr -ENABLE_SERVER=nil -CONFIG_SWTICH_FILE=/var/etc/${NAME}_t.json - -[ -n "$1" ] && cycle_time=$1 -[ -n "$2" ] && switch_time=$2 - -uci_get_by_name() { - local ret=$(uci get $NAME.$1.$2 2>/dev/null) - echo ${ret:=$3} -} - -uci_get_by_type() { - local ret=$(uci get $NAME.@$1[0].$2 2>/dev/null) - echo ${ret:=$3} -} - -DEFAULT_SERVER=$(uci_get_by_type global global_server) -CURRENT_SERVER=$DEFAULT_SERVER - -#判断代理是否正常 -check_proxy() { - local result=0 - local try_count=$(uci_get_by_type global switch_try_count 3) - for i in $(seq 1 $try_count); do - /usr/bin/ssr-check www.google.com 80 $switch_time 1 - if [ "$?" == "0" ]; then - # echo "$(date "+%Y-%m-%d %H:%M:%S") Check Google Proxy Success, count=$i" >> /tmp/vssr.log - result=0 - break - else - # echo "$(date "+%Y-%m-%d %H:%M:%S") Check Google Proxy Fail, count=$i" >> /tmp/vssr.log - /usr/bin/ssr-check www.baidu.com 80 $switch_time 1 - if [ "$?" == "0" ]; then - result=1 - else - result=2 - fi - fi - sleep 1 - done - return $result -} - -test_proxy() { - local servername=$(uci_get_by_name $1 server) - local serverport=$(uci_get_by_name $1 server_port) - ret=$(ping -c 3 $servername | grep 'loss' | awk -F ',' '{ print $3 }' | awk -F "%" '{ print $1 }') - [ -z "$ret" ] && return 1 - [ "$ret" -gt "50" ] && return 1 - ipset add ss_spec_wan_ac $servername 2>/dev/null - ret=$? - /usr/bin/ssr-check $servername $serverport $switch_time - local ret2=$? - if [ "$ret" == "0" ]; then - ipset del ss_spec_wan_ac $servername 2>/dev/null - fi - if [ "$ret2" == "0" ]; then - return 0 - else - return 1 - fi -} - -search_proxy() { - let server_count=server_count+1 - [ "$normal_flag" == "1" -a "$server_count" -le "$server_locate" ] && return 0 - [ "$(uci_get_by_name $1 switch_enable)" != "1" ] && return 1 - [ $ENABLE_SERVER != nil ] && return 0 - [ "$1" == "$CURRENT_SERVER" ] && return 0 - local servername=$(uci_get_by_name $1 server) - local serverport=$(uci_get_by_name $1 server_port) - ipset add ss_spec_wan_ac $servername 2>/dev/null - ret=$? - /usr/bin/ssr-check $servername $serverport $switch_time - local ret2=$? - if [ "$ret" == "0" ]; then - ipset del ss_spec_wan_ac $servername 2>/dev/null - fi - if [ "$ret2" == "0" ]; then - server_locate=$server_count - ENABLE_SERVER=$1 - return 0 - else - return 1 - fi - -} -#选择可用的代理 -select_proxy() { - config_load $NAME - ENABLE_SERVER=nil - mkdir -p /var/run /var/etc - server_count=0 - config_foreach search_proxy servers -} - -#切换代理 -switch_proxy() { - /etc/init.d/vssr restart $1 - return 0 -} - -start() { - #不支持kcptun启用时的切换 - [ $(uci_get_by_name $DEFAULT_SERVER kcp_enable) = "1" ] && return 1 - - while [ "1" == "1" ]; do #死循环 - sleep $cycle_time - LOGTIME=$(date "+%Y-%m-%d %H:%M:%S") - #判断当前代理是否为缺省服务器 - if [ "$CURRENT_SERVER" != "$DEFAULT_SERVER" ]; then - #echo "not default proxy" - echo "$(date "+%Y-%m-%d %H:%M:%S") Current server is not default Main server, try to switch back." >>/tmp/vssr.log - #检查缺省服务器是否正常 - if test_proxy $DEFAULT_SERVER; then - #echo "switch to default proxy" - echo "$(date "+%Y-%m-%d %H:%M:%S") Main server is avilable." >>/tmp/vssr.log - #缺省服务器正常,切换回来 - CURRENT_SERVER=$DEFAULT_SERVER - switch_proxy $CURRENT_SERVER - echo "$(date "+%Y-%m-%d %H:%M:%S") switch to default ["$(uci_get_by_name $CURRENT_SERVER server)"] proxy!" >>/tmp/vssr.log - continue - else - echo "$(date "+%Y-%m-%d %H:%M:%S") Main server is NOT avilable.Continue using current server." >>/tmp/vssr.log - fi - fi - #判断当前代理是否正常 - check_proxy - current_ret=$? - if [ "$current_ret" == "1" ]; then - #当前代理错误,判断有无可用的服务器 - #echo "current error" - echo "$(date "+%Y-%m-%d %H:%M:%S") Current server error, try to switch another server." >>/tmp/vssr.log - select_proxy - if [ "$ENABLE_SERVER" != nil ]; then - #有其他服务器可用,进行切换 - #echo $(uci_get_by_name $new_proxy server) - echo "$(date "+%Y-%m-%d %H:%M:%S") Another server is avilable, now switching server." >>/tmp/vssr.log - CURRENT_SERVER=$ENABLE_SERVER - switch_proxy $CURRENT_SERVER - normal_flag=1 - echo "$(date "+%Y-%m-%d %H:%M:%S") Hello World server switch OK" >>/tmp/vssr.log - else - switch_proxy $CURRENT_SERVER - normal_flag=1 - echo "$(date "+%Y-%m-%d %H:%M:%S") Try restart current server." >>/tmp/vssr.log - fi - else - normal_flag=0 - echo "$(date "+%Y-%m-%d %H:%M:%S") Hello World No Problem." >>/tmp/vssr.log - fi - done -} diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/rpcd/acl.d/luci-app-vssr.json b/package/ctcgfw/luci-app-vssr/root/usr/share/rpcd/acl.d/luci-app-vssr.json deleted file mode 100644 index 15d4d37882..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/rpcd/acl.d/luci-app-vssr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-vssr": { - "description": "Grant UCI access for luci-app-vssr", - "read": { - "uci": [ "vssr" ] - }, - "write": { - "uci": [ "vssr" ] - } - } -} diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/GeoLite2-Country.mmdb b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/GeoLite2-Country.mmdb deleted file mode 100755 index 1313c9a28c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/GeoLite2-Country.mmdb and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/chinaipset.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/chinaipset.sh deleted file mode 100755 index 044d524d94..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/chinaipset.sh +++ /dev/null @@ -1,5 +0,0 @@ -echo "create china hash:net family inet hashsize 1024 maxelem 65536" > /tmp/china.ipset -awk '!/^$/&&!/^#/{printf("add china %s'" "'\n",$0)}' /etc/china_ssr.txt >> /tmp/china.ipset -ipset -! flush china -ipset -! restore < /tmp/china.ipset 2>/dev/null -rm -f /tmp/china.ipset diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gentrojanconfig.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gentrojanconfig.lua deleted file mode 100755 index aceb02601f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gentrojanconfig.lua +++ /dev/null @@ -1,40 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3] - -local server = ucursor:get_all("vssr", server_section) - -local trojan = { - log_level = 3, - run_type = proto, - local_addr = "0.0.0.0", - local_port = tonumber(local_port), - remote_addr = server.server, - remote_port = tonumber(server.server_port), - udp_timeout = 60, - -- 传入连接 - password = {server.password}, - -- 传出连接 - ssl = { - verify = (server.insecure == "0") and true or false, - verify_hostname = (server.tls == "1") and true or false, - cert = "", - cipher = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA", - cipher_tls13 = "TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384", - sni = server.tls_host, - alpn = {"h2", "http/1.1"}, - curve = "", - reuse_session = true, - session_ticket = false, - }, - tcp = { - no_delay = true, - keep_alive = true, - reuse_port = true, - fast_open = (server.fast_open == "1") and true or false, - fast_open_qlen = 20 - } -} -print(json.stringify(trojan, 1)) diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config.lua deleted file mode 100755 index 6fdbdc3dcc..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config.lua +++ /dev/null @@ -1,175 +0,0 @@ -local ucursor = require"luci.model.uci".cursor() -local name = "vssr" -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3] -local host = arg[4] - -local v2ray_flow = ucursor:get_first(name, 'global', 'v2ray_flow', '0') -local youtube_server = ucursor:get_first(name, 'global', 'youtube_server') -local tw_video_server = ucursor:get_first(name, 'global', 'tw_video_server') -local netflix_server = ucursor:get_first(name, 'global', 'netflix_server') -local disney_server = ucursor:get_first(name, 'global', 'disney_server') -local prime_server = ucursor:get_first(name, 'global', 'prime_server') - -function gen_outbound(server_node, tags) - local bound = {} - if server_node == "nil" then - bound = nil - else - local server = ucursor:get_all(name, server_node) - bound = { - tag = tags, - protocol = "vmess", - settings = { - vnext = { - { - address = server.server, - port = tonumber(server.server_port), - users = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - security = server.security - } - } - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - tlsSettings = {allowInsecure = (server.insecure == "1") and true or false,serverName=server.tls_host,}, - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - wsSettings = (server.transport == "ws") and - (server.ws_path ~= nil or server.ws_host ~= nil) and { - path = server.ws_path, - headers = (server.ws_host ~= nil) and - {Host = server.ws_host} or nil - } or nil, - httpSettings = (server.transport == "h2") and - {path = server.h2_path, host = server.h2_host} or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = {type = server.quic_guise} - } or nil - }, - mux = { - enabled = (server.mux == "1") and true or false, - concurrency = tonumber(server.concurrency) - } - } - end - return bound -end - -local outbounds_table = {} - -table.insert(outbounds_table, gen_outbound(server_section, "main")) -if v2ray_flow == "1" then - table.insert(outbounds_table, gen_outbound(youtube_server, "youtube")) - table.insert(outbounds_table, gen_outbound(tw_video_server, "twvideo")) - table.insert(outbounds_table, gen_outbound(netflix_server, "netflix")) - table.insert(outbounds_table, gen_outbound(disney_server, "disney")) - table.insert(outbounds_table, gen_outbound(prime_server, "prime")) -end - --- rules gen - -local youtube_rule = { - type = "field", - domain = {"youtube", "googlevideo.com", "gvt2.com", "youtu.be"}, - outboundTag = "youtube" -} - -local tw_video_rule = { - type = "field", - domain = { - "vidol.tv", "hinet.net", "books.com", "litv.tv", "pstatic.net", - "app-measurement.com", "kktv.com.tw", "gamer.com.tw" - }, - outboundTag = "twvideo" -} - -local netflix_rule = { - type = "field", - domain = { - "netflix", "nflxso.net", "nflxext.com", - "nflximg.com", "nflximg.net", "nflxvideo.net" - }, - - outboundTag = "netflix" -} - -local disney_rule = { - type = "field", - domain = { - "cdn.registerdisney.go.com", "disneyplus.com", "disney-plus.net", - "dssott.com", "bamgrid.com", "execute-api.us-east-1.amazonaws.com" - }, - outboundTag = "disney" -} - -local prime_rule = { - type = "field", - domain = {"aiv-cdn.net", "amazonaws.com", "amazonvideo.com", "llnwd.net"}, - outboundTag = "prime" -} - -local rules_table = {} - -if (youtube_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, youtube_rule) -end - -if (tw_video_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, tw_video_rule) -end - -if (netflix_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, netflix_rule) -end - -if (disney_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, disney_rule) -end - -if (prime_server ~= "nil" and v2ray_flow == "1") then - table.insert(rules_table, prime_rule) -end - -local v2ray = { - log = { - -- error = "/var/ssrplus.log", - loglevel = "warning" - }, - -- 传入连接 - inbounds = { - { - port = local_port, - protocol = "dokodemo-door", - settings = {network = proto, followRedirect = true}, - sniffing = {enabled = true, destOverride = {"http", "tls"}} - } - - }, - -- 传出连接 - outbounds = outbounds_table, - routing = {domainStrategy = "IPIfNonMatch", rules = rules_table} - -} -print(json.stringify(v2ray, 1)) diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_local.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_local.lua deleted file mode 100755 index 2ef876be90..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_local.lua +++ /dev/null @@ -1,107 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local proto = arg[2] -local local_port = arg[3]+1 -local socks_port = arg[4] - -local server = ucursor:get_all("vssr", server_section) - -local v2ray = { - log = { - -- error = "/var/vssr.log", - loglevel = "warning" - }, - -- 传入连接 - inbound = { - port = local_port, - protocol = "dokodemo-door", - settings = { - network = proto, - followRedirect = true - }, - sniffing = { - enabled = true, - destOverride = { "http", "tls" } - } - }, - -- 开启 socks 和 http 代理 - inboundDetour = (proto == "tcp") and { - { - protocol = "socks", - port = socks_port, - settings = { - auth = "noauth", - udp = true - } - } - } or nil, - -- 传出连接 - outbound = { - protocol = "vmess", - settings = { - vnext = { - { - address = server.server, - port = tonumber(server.server_port), - users = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - security = server.security - } - } - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - tlsSettings = {allowInsecure = (server.insecure == "1") and true or false,}, - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - wsSettings = (server.transport == "ws") and { - path = server.ws_path, - headers = (server.ws_host ~= nil) and { - Host = server.ws_host - } or nil, - } or nil, - httpSettings = (server.transport == "h2") and { - path = server.h2_path, - host = server.h2_host, - } or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = { - type = server.quic_guise - } - } or nil - }, - mux = { - enabled = (server.mux == "1") and true or false, - concurrency = tonumber(server.concurrency) - } - }, - - -- 额外传出连接 - outboundDetour = { - { - protocol = "freedom", - tag = "direct", - settings = { keep = "" } - } - } -} -print(json.stringify(v2ray, 1)) diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_server.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_server.lua deleted file mode 100755 index d664ab5506..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_server.lua +++ /dev/null @@ -1,65 +0,0 @@ -local ucursor = require "luci.model.uci".cursor() -local json = require "luci.jsonc" -local server_section = arg[1] -local server = ucursor:get_all("vssr", server_section) - -local v2ray = { - log = { - --error = "/var/log/v2ray.log", - loglevel = "warning" - }, - -- 传入连接 - inbound = { - port = tonumber(server.server_port), - protocol = "vmess", - settings = { - clients = { - { - id = server.vmess_id, - alterId = tonumber(server.alter_id), - level = tonumber(server.VMess_level) - } - } - }, - -- 底层传输配置 - streamSettings = { - network = server.transport, - security = (server.tls == '1') and "tls" or "none", - kcpSettings = (server.transport == "kcp") and { - mtu = tonumber(server.mtu), - tti = tonumber(server.tti), - uplinkCapacity = tonumber(server.uplink_capacity), - downlinkCapacity = tonumber(server.downlink_capacity), - congestion = (server.congestion == "1") and true or false, - readBufferSize = tonumber(server.read_buffer_size), - writeBufferSize = tonumber(server.write_buffer_size), - header = { - type = server.kcp_guise - } - } or nil, - httpSettings = (server.transport == "h2") and { - path = server.h2_path, - host = server.h2_host, - } or nil, - quicSettings = (server.transport == "quic") and { - security = server.quic_security, - key = server.quic_key, - header = { - type = server.quic_guise - } - } or nil - } - }, - -- 传出连接 - outbound = { - protocol = "freedom" - }, - -- 额外传出连接 - outboundDetour = { - { - protocol = "blackhole", - tag = "blocked" - } - } -} -print(json.stringify(v2ray,1)) \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh deleted file mode 100755 index 339322ee02..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# Copyright (C) 2019 Jerryk -lua=/usr/bin/lua -name="$1" -host=$2 -code='' -iso_array=(AC AD AE AF AG AI AL AM AO AQ AR AS AT AU AW AX AZ BA BB BD BE BF BG BH BI BJ BL BM BN BO BQ BR BS BT BV BW BY BZ CA CC CD CF CG CH CI CK CL CM CN CO CP CR CU CV CW CX CY CZ DE DG DJ DK DM DO DZ EA EC EE EG EH ER ES ET EU FI FJ FK FM FO FR GA GB GD GE GF GG GH GI GL GM GN GP GQ GR GS GT GU GW GY HK HM HN HR HT HU IC ID IE IL IM IN IO IQ IR IS IT JE JM JO JP KE KG KH KI KM KN KP KR KW KY KZ LA LB LC LI LK LR LS LT LU LV LY MA MC MD ME MF MG MH MK ML MM MN MO MP MQ MR MS MT MU MV MW MX MY MZ NA NC NE NF NG NI NL NO NP NR NU NZ OM PA PE PF PG PH PK PL PM PN PR PS PT PW PY QA RE RO RS RU RW SA SB SC SD SE SG SH SI SJ SK SL SM SN SO SR SS ST SV SX SY SZ TA TC TD TF TG TH TJ TK TL TM TN TO TR TT TV TW TZ UA UG UM UN US UY UZ VA VC VE VG VI VN VU WF WS XK YE YT ZA ZM ZW US HK TW JP GB GB DE FR IN TR SG KR RU IE CA ) - -emoji_array=(🇦🇨 🇦🇩 🇦🇪 🇦🇫 🇦🇬 🇦🇮 🇦🇱 🇦🇲 🇦🇴 🇦🇶 🇦🇷 🇦🇸 🇦🇹 🇦🇺 🇦🇼 🇦🇽 🇦🇿 🇧🇦 🇧🇧 🇧🇩 🇧🇪 🇧🇫 🇧🇬 🇧🇭 🇧🇮 🇧🇯 🇧🇱 🇧🇲 🇧🇳 🇧🇴 🇧🇶 🇧🇷 🇧🇸 🇧🇹 🇧🇻 🇧🇼 🇧🇾 🇧🇿 🇨🇦 🇨🇨 🇨🇩 🇨🇫 🇨🇬 🇨🇭 🇨🇮 🇨🇰 🇨🇱 🇨🇲 🇨🇳 🇨🇴 🇨🇵 🇨🇷 🇨🇺 🇨🇻 🇨🇼 🇨🇽 🇨🇾 🇨🇿 🇩🇪 🇩🇬 🇩🇯 🇩🇰 🇩🇲 🇩🇴 🇩🇿 🇪🇦 🇪🇨 🇪🇪 🇪🇬 🇪🇭 🇪🇷 🇪🇸 🇪🇹 🇪🇺 🇫🇮 🇫🇯 🇫🇰 🇫🇲 🇫🇴 🇫🇷 🇬🇦 🇬🇧 🇬🇩 🇬🇪 🇬🇫 🇬🇬 🇬🇭 🇬🇮 🇬🇱 🇬🇲 🇬🇳 🇬🇵 🇬🇶 🇬🇷 🇬🇸 🇬🇹 🇬🇺 🇬🇼 🇬🇾 🇭🇰 🇭🇲 🇭🇳 🇭🇷 🇭🇹 🇭🇺 🇮🇨 🇮🇩 🇮🇪 🇮🇱 🇮🇲 🇮🇳 🇮🇴 🇮🇶 🇮🇷 🇮🇸 🇮🇹 🇯🇪 🇯🇲 🇯🇴 🇯🇵 🇰🇪 🇰🇬 🇰🇭 🇰🇮 🇰🇲 🇰🇳 🇰🇵 🇰🇷 🇰🇼 🇰🇾 🇰🇿 🇱🇦 🇱🇧 🇱🇨 🇱🇮 🇱🇰 🇱🇷 🇱🇸 🇱🇹 🇱🇺 🇱🇻 🇱🇾 🇲🇦 🇲🇨 🇲🇩 🇲🇪 🇲🇫 🇲🇬 🇲🇭 🇲🇰 🇲🇱 🇲🇲 🇲🇳 🇲🇴 🇲🇵 🇲🇶 🇲🇷 🇲🇸 🇲🇹 🇲🇺 🇲🇻 🇲🇼 🇲🇽 🇲🇾 🇲🇿 🇳🇦 🇳🇨 🇳🇪 🇳🇫 🇳🇬 🇳🇮 🇳🇱 🇳🇴 🇳🇵 🇳🇷 🇳🇺 🇳🇿 🇴🇲 🇵🇦 🇵🇪 🇵🇫 🇵🇬 🇵🇭 🇵🇰 🇵🇱 🇵🇲 🇵🇳 🇵🇷 🇵🇸 🇵🇹 🇵🇼 🇵🇾 🇶🇦 🇷🇪 🇷🇴 🇷🇸 🇷🇺 🇷🇼 🇸🇦 🇸🇧 🇸🇨 🇸🇩 🇸🇪 🇸🇬 🇸🇭 🇸🇮 🇸🇯 🇸🇰 🇸🇱 🇸🇲 🇸🇳 🇸🇴 🇸🇷 🇸🇸 🇸🇹 🇸🇻 🇸🇽 🇸🇾 🇸🇿 🇹🇦 🇹🇨 🇹🇩 🇹🇫 🇹🇬 🇹🇭 🇹🇯 🇹🇰 🇹🇱 🇹🇲 🇹🇳 🇹🇴 🇹🇷 🇹🇹 🇹🇻 🇹🇼 🇹🇿 🇺🇦 🇺🇬 🇺🇲 🇺🇳 🇺🇸 🇺🇾 🇺🇿 🇻🇦 🇻🇨 🇻🇪 🇻🇬 🇻🇮 🇻🇳 🇻🇺 🇼🇫 🇼🇸 🇽🇰 🇾🇪 🇾🇹 🇿🇦 🇿🇲 🇿🇼 美国 香港 台湾 日本 英国 UK 德国 法国 印度 土耳其 新加坡 韩国 俄罗斯 爱尔兰 加拿大 ) - - -for i in "${!emoji_array[@]}"; do - if [[ $name == *${emoji_array[$i]}* ]]; then - code=${iso_array[$i]} - break - fi -done - -if [ ! -z $code ]; then - echo $code | tr "[A-Z]" "[a-z]" -else - - - if echo $host | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=${host} - elif [ "$host" != "${host#*:[0-9a-fA-F]}" ]; then - hostip=${host} - else - hostip=$(nslookup ${host} | grep 'Address 1' | sed 's/Address 1: //g') - if echo $hostip | grep -E "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" >/dev/null; then - hostip=${hostip} - else - hostip=$(cat /etc/ssr_ip) - fi - fi - lua /usr/share/vssr/iso_code.lua $hostip -fi - diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getip.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getip.sh deleted file mode 100755 index bf73ebdc22..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getip.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# Copyright (C) 2019 Jerryk -python=python3 -host=$1 -$python -c "import maxminddb; -import json; -reader = maxminddb.open_database('/usr/share/vssr/GeoLite2-Country.mmdb'); -aa = reader.get('${host}'); -reader.close(); -flags = aa['country']['iso_code'].lower(); -country = aa['country']['names']['zh-CN']; -data = { - 'flag' : flags, - 'country' : country - -} -print(data)" diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gfw2ipset.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gfw2ipset.sh deleted file mode 100755 index 153135c4b6..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gfw2ipset.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -mkdir -p /tmp/dnsmasq.vssr - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"gfwlist"'\n",$0)}' /etc/config/gfw.list > /tmp/dnsmasq.vssr/custom_forward.conf -awk '!/^$/&&!/^#/{printf("server=/.%s/'"127.0.0.1#5335"'\n",$0)}' /etc/config/gfw.list >> /tmp/dnsmasq.vssr/custom_forward.conf - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"blacklist"'\n",$0)}' /etc/config/black.list > /tmp/dnsmasq.vssr/blacklist_forward.conf -awk '!/^$/&&!/^#/{printf("server=/.%s/'"127.0.0.1#5335"'\n",$0)}' /etc/config/black.list >> /tmp/dnsmasq.vssr/blacklist_forward.conf - -awk '!/^$/&&!/^#/{printf("ipset=/.%s/'"whitelist"'\n",$0)}' /etc/config/white.list > /tmp/dnsmasq.vssr/whitelist_forward.conf - diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/iso_code.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/iso_code.lua deleted file mode 100644 index c7d6c37953..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/iso_code.lua +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/lua ------------------------------------------------- --- This file is converter ip to country iso code --- @author Jerryk ------------------------------------------------- - -local mm = require 'maxminddb' -local db = mm.open('/usr/share/vssr/GeoLite2-Country.mmdb') -local res = db:lookup(arg[1]) -print(string.lower(res:get("country", "iso_code"))) \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/subscribe.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/subscribe.lua deleted file mode 100644 index 9c2cb7a976..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/subscribe.lua +++ /dev/null @@ -1,436 +0,0 @@ -#!/usr/bin/lua ------------------------------------------------- --- This file is part of the luci-app-ssr-plus subscribe.lua --- @author William Chan ------------------------------------------------- -require 'nixio' -require 'luci.util' -require 'luci.jsonc' -require 'luci.sys' -require 'uci' --- these global functions are accessed all the time by the event handler --- so caching them is worth the effort -local luci = luci -local tinsert = table.insert -local ssub, slen, schar, sbyte, sformat, sgsub = string.sub, string.len, string.char, string.byte, string.format, string.gsub -local jsonParse, jsonStringify = luci.jsonc.parse, luci.jsonc.stringify -local b64decode = nixio.bin.b64decode -local cache = {} -local nodeResult = setmetatable({}, { __index = cache }) -- update result -local name = 'vssr' -local uciType = 'servers' -local ucic = luci.model.uci.cursor() -local proxy = ucic:get_first(name, 'server_subscribe', 'proxy', '0') -local switch = ucic:get_first(name, 'server_subscribe', 'switch', '1') -local subscribe_url = ucic:get_first(name, 'server_subscribe', 'subscribe_url', {}) - -local log = function(...) - print(os.date("%Y-%m-%d %H:%M:%S ") .. table.concat({ ... }, " ")) -end --- 分割字符串 -local function split(full, sep) - full = full:gsub("%z", "") -- 这里不是很清楚 有时候结尾带个\0 - local off, result = 1, {} - while true do - local nStart, nEnd = full:find(sep, off) - if not nEnd then - local res = ssub(full, off, slen(full)) - if #res > 0 then -- 过滤掉 \0 - tinsert(result, res) - end - break - else - tinsert(result, ssub(full, off, nStart - 1)) - off = nEnd + 1 - end - end - return result -end --- urlencode -local function get_urlencode(c) - return sformat("%%%02X", sbyte(c)) -end - -local function urlEncode(szText) - local str = szText:gsub("([^0-9a-zA-Z ])", get_urlencode) - str = str:gsub(" ", "+") - return str -end - -local function get_urldecode(h) - return schar(tonumber(h, 16)) -end -local function UrlDecode(szText) - return szText:gsub("+", " "):gsub("%%(%x%x)", get_urldecode) -end - --- trim -local function trim(text) - if not text or text == "" then - return "" - end - return (sgsub(text, "^%s*(.-)%s*$", "%1")) -end --- md5 -local function md5(content) - local stdout = luci.sys.exec('echo \"' .. urlEncode(content) .. '\" | md5sum | cut -d \" \" -f1') - -- assert(nixio.errno() == 0) - return trim(stdout) -end --- base64 -local function base64Decode(text) - local raw = text - if not text then return '' end - text = text:gsub("%z", "") - text = text:gsub("_", "/") - text = text:gsub("-", "+") - local mod4 = #text % 4 - text = text .. string.sub('====', mod4 + 1) - local result = b64decode(text) - if result then - return result:gsub("%z", "") - else - return raw - end -end --- 处理数据 -local function processData(szType, content) - local result = { - type = szType, - local_port = 1234, - kcp_param = '--nocomp' - } - if szType == 'ssr' then - local dat = split(content, "/%?") - local hostInfo = split(dat[1], ':') - result.server = hostInfo[1] - result.server_port = hostInfo[2] - result.protocol = hostInfo[3] - result.encrypt_method = hostInfo[4] - result.obfs = hostInfo[5] - result.password = base64Decode(hostInfo[6]) - local params = {} - for _, v in pairs(split(dat[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - result.obfs_param = base64Decode(params.obfsparam) - result.protocol_param = base64Decode(params.protoparam) - local group = base64Decode(params.group) - if group then - result.alias = "[" .. group .. "] " - end - result.alias = result.alias .. base64Decode(params.remarks) - elseif szType == 'vmess' then - local info = jsonParse(content) - result.type = 'v2ray' - result.server = info.add - result.server_port = info.port - result.transport = info.net - result.alter_id = info.aid - result.vmess_id = info.id - result.alias = info.ps - result.insecure = 1 - -- result.mux = 1 - -- result.concurrency = 8 - if info.net == 'ws' then - result.ws_host = info.host - result.ws_path = info.path - end - if info.net == 'h2' then - result.h2_host = info.host - result.h2_path = info.path - end - if info.net == 'tcp' then - result.tcp_guise = info.type - result.http_host = info.host - result.http_path = info.path - end - if info.net == 'kcp' then - result.kcp_guise = info.type - result.mtu = 1350 - result.tti = 50 - result.uplink_capacity = 5 - result.downlink_capacity = 20 - result.read_buffer_size = 2 - result.write_buffer_size = 2 - end - if info.net == 'quic' then - result.quic_guise = info.type - result.quic_key = info.key - result.quic_security = info.securty - end - if info.security then - result.security = info.security - end - if info.tls == "tls" or info.tls == "1" then - result.tls = "1" - result.tls_host = info.host - else - result.tls = "0" - end - elseif szType == "ss" then - local idx_sp = 0 - local alias = "" - if content:find("#") then - idx_sp = content:find("#") - alias = content:sub(idx_sp + 1, -1) - end - local info = content:sub(1, idx_sp - 1) - local hostInfo = split(base64Decode(info), "@") - local host = split(hostInfo[2], ":") - local userinfo = base64Decode(hostInfo[1]) - local method = userinfo:sub(1, userinfo:find(":") - 1) - local password = userinfo:sub(userinfo:find(":") + 1, #userinfo) - result.alias = UrlDecode(alias) - result.type = "ss" - result.server = host[1] - if host[2]:find("/%?") then - local query = split(host[2], "/%?") - result.server_port = query[1] - local params = {} - for _, v in pairs(split(query[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - if params.plugin then - local plugin_info = UrlDecode(params.plugin) - local idx_pn = plugin_info:find(";") - if idx_pn then - result.plugin = plugin_info:sub(1, idx_pn - 1) - result.plugin_opts = plugin_info:sub(idx_pn + 1, #plugin_info) - else - result.plugin = plugin_info - end - end - else - result.server_port = host[2] - end - result.encrypt_method_ss = method - result.password = password - elseif szType == "ssd" then - result.type = "ss" - result.server = content.server - result.server_port = content.port - result.password = content.password - result.encrypt_method_ss = content.encryption - result.plugin = content.plugin - result.plugin_opts = content.plugin_options - result.alias = "[" .. content.airport .. "] " .. content.remarks - elseif szType == "trojan" then - local idx_sp = 0 - local alias = "" - if content:find("#") then - idx_sp = content:find("#") - alias = content:sub(idx_sp + 1, -1) - end - local info = content:sub(1, idx_sp - 1) - local hostInfo = split(info, "@") - local host = split(hostInfo[2], ":") - local userinfo = hostInfo[1] - local password = userinfo - result.alias = UrlDecode(alias) - result.type = "trojan" - result.server = host[1] - -- 按照官方的建议 默认验证ssl证书 - result.insecure = "0" - result.tls = "1" - if host[2]:find("?") then - local query = split(host[2], "?") - result.server_port = query[1] - local params = {} - for _, v in pairs(split(query[2], '&')) do - local t = split(v, '=') - params[t[1]] = t[2] - end - - if params.peer then - -- 未指定peer(sni)默认使用remote addr - result.tls_host = params.peer - end - - if params.allowInsecure == "1" then - result.insecure = "1" - else - result.insecure = "0" - end - else - result.server_port = host[2] - end - result.password = password - end - if not result.alias then - result.alias = result.server .. ':' .. result.server_port - end - -- alias 不参与 hashkey 计算 - local alias = result.alias - result.alias = nil - local switch_enable = result.switch_enable - result.switch_enable = nil - result.hashkey = md5(jsonStringify(result)) - result.alias = alias - result.switch_enable = switch_enable - local flag = luci.sys.exec('/usr/share/'..name..'/getflag.sh "'..result.alias..'" '..result.server) - result.flag = string.gsub(flag, '\n', '') - return result -end --- wget -local function wget(url) - local stdout = luci.sys.exec('wget-ssl --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" --no-check-certificate -t 3 -T 10 -O- "' .. url .. '"') - return trim(stdout) -end - -local execute = function() - -- exec - do - if proxy == '0' then -- 不使用代理更新的话先暂停 - log('服务正在暂停') - luci.sys.init.stop(name) - end - for k, url in ipairs(subscribe_url) do - local raw = wget(url) - if #raw > 0 then - local nodes, szType - local groupHash = md5(url) - cache[groupHash] = {} - tinsert(nodeResult, {}) - local index = #nodeResult - -- SSD 似乎是这种格式 ssd:// 开头的 - if raw:find('ssd://') then - szType = 'ssd' - local nEnd = select(2, raw:find('ssd://')) - nodes = base64Decode(raw:sub(nEnd + 1, #raw)) - nodes = jsonParse(nodes) - local extra = { - airport = nodes.airport, - port = nodes.port, - encryption = nodes.encryption, - password = nodes.password - } - local servers = {} - -- SS里面包着 干脆直接这样 - for _, server in ipairs(nodes.servers) do - tinsert(servers, setmetatable(server, { __index = extra })) - end - nodes = servers - else - -- ssd 外的格式 - nodes = split(base64Decode(raw):gsub(" ", "\n"), "\n") - end - for _, v in ipairs(nodes) do - if v then - local result - if szType == 'ssd' then - result = processData(szType, v) - elseif not szType then - local node = trim(v) - local dat = split(node, "://") - if dat and dat[1] and dat[2] then - if dat[1] == 'ss' or dat[1] == 'trojan' then - result = processData(dat[1], dat[2]) - else - result = processData(dat[1], base64Decode(dat[2])) - end - end - else - log('跳过未知类型: ' .. szType) - end - -- log(result) - if result then - if result.alias:find("过期时间") or - result.alias:find("剩余流量") or - result.alias:find("QQ群") or - result.alias:find("官网") or - result.alias:find("防失联地址") or - not result.server or - result.server:match("[^0-9a-zA-Z%-%.%s]") -- 中文做地址的 也没有人拿中文域名搞,就算中文域也有Puny Code SB 机场 - then - log('丢弃无效节点: ' .. result.type ..' 节点, ' .. result.alias) - else - log('成功解析: ' .. result.type ..' 节点, ' .. result.alias) - result.grouphashkey = groupHash - tinsert(nodeResult[index], result) - cache[groupHash][result.hashkey] = nodeResult[index][#nodeResult[index]] - end - end - end - end - log('成功解析节点数量: ' ..#nodes) - - end - end - end - -- diff - do - assert(next(nodeResult), "node result is empty") - local add, del = 0, 0 - ucic:foreach(name, uciType, function(old) - if old.grouphashkey or old.hashkey then -- 没有 hash 的不参与删除 - if not nodeResult[old.grouphashkey] or not nodeResult[old.grouphashkey][old.hashkey] then - ucic:delete(name, old['.name']) - del = del + 1 - else - local dat = nodeResult[old.grouphashkey][old.hashkey] - ucic:tset(name, old['.name'], dat) - -- 标记一下 - setmetatable(nodeResult[old.grouphashkey][old.hashkey], { __index = { _ignore = true } }) - end - else - if (old.alias ~= nil) then - log('忽略手动添加的节点: ' .. old.alias) - else - log('忽略手动添加的无效节点') - end - end - - end) - for k, v in ipairs(nodeResult) do - for kk, vv in ipairs(v) do - if not vv._ignore then - local section = ucic:add(name, uciType) - ucic:tset(name, section, vv) - ucic:set(name, section, "switch_enable", switch) - add = add + 1 - end - end - end - ucic:commit(name) - -- 如果原有服务器节点已经不见了就尝试换为第一个节点 - local globalServer = ucic:get_first(name, 'global', 'global_server', '') - local firstServer = ucic:get_first(name, uciType) - if not ucic:get(name, globalServer) then - if firstServer then - ucic:set(name, ucic:get_first(name, 'global'), 'global_server', firstServer) - ucic:commit(name) - log('当前主服务器节点已被删除,正在自动更换为第一个节点。') - - end - end - if firstServer then - luci.sys.call("/etc/init.d/" .. name .. " restart > /dev/null 2>&1 &") - - else - luci.sys.call("/etc/init.d/" .. name .. " stop > /dev/null 2>&1 &") - end - log('新增节点数量: ' ..add, '删除节点数量: ' .. del) - log('订阅更新成功') - log("END SUBSCRIBE") - end -end - -if subscribe_url and #subscribe_url > 0 then - xpcall(execute, function(e) - log(e) - log(debug.traceback()) - log('发生错误, 正在恢复服务') - log("END SUBSCRIBE") - local firstServer = ucic:get_first(name, uciType) - if firstServer then - luci.sys.call("/etc/init.d/" .. name .." restart > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早 - log('重启服务成功') - else - luci.sys.call("/etc/init.d/" .. name .." stop > /dev/null 2>&1 &") -- 不加&的话日志会出现的更早 - log('停止服务成功') - end - end) -end diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/update.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/update.lua deleted file mode 100644 index 4f461cb727..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/update.lua +++ /dev/null @@ -1,97 +0,0 @@ -#!/usr/bin/lua ------------------------------------------------- --- This file is part of the luci-app-ssr-plus update.lua --- By Mattraks ------------------------------------------------- -require 'nixio' -require 'luci.util' -require 'luci.jsonc' -require 'luci.sys' -local icount =0 -local ucic = luci.model.uci.cursor() - -local log = function(...) - print(os.date("%Y-%m-%d %H:%M:%S ") .. table.concat({ ... }, " ")) -end - -log('正在更新【GFW列表】数据库') - refresh_cmd="wget-ssl --no-check-certificate https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt -O /tmp/gfw.b64" - sret=luci.sys.call(refresh_cmd .. " 2>/dev/null") - if sret== 0 then - luci.sys.call("/usr/bin/vssr-gfw") - icount = luci.sys.exec("cat /tmp/gfwnew.txt | wc -l") - if tonumber(icount)>1000 then - oldcount=luci.sys.exec("cat /etc/dnsmasq.vssr/gfw_list.conf | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/gfwnew.txt /etc/dnsmasq.vssr/gfw_list.conf") - luci.sys.exec("cp -f /tmp/gfwnew.txt /tmp/dnsmasq.vssr/gfw_list.conf") - log('更新成功! 新的总纪录数:'.. icount) - else - log('你已经是最新数据,无需更新!') - end - else - log('更新失败!') - end - luci.sys.exec("rm -f /tmp/gfwnew.txt") -else - log('更新失败!') -end - -log('正在更新【国内IP段】数据库') -if (ucic:get_first('vssr', 'global', 'chnroute','0') == '1' ) then - refresh_cmd="wget-ssl --no-check-certificate -O - ".. ucic:get_first('vssr', 'global', 'chnroute_url','https://ispip.clang.cn/all_cn.txt') .." > /tmp/china_ssr.txt 2>/dev/null" -else - refresh_cmd="wget -O- 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' 2>/dev/null| awk -F\\| '/CN\\|ipv4/ { printf(\"%s/%d\\n\", $4, 32-log($5)/log(2)) }' > /tmp/china_ssr.txt" -end -sret=luci.sys.call(refresh_cmd) -icount = luci.sys.exec("cat /tmp/china_ssr.txt | wc -l") -if sret== 0 then - icount = luci.sys.exec("cat /tmp/china_ssr.txt | wc -l") - if tonumber(icount)>1000 then - oldcount=luci.sys.exec("cat /etc/china_ssr.txt | wc -l") - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/china_ssr.txt /etc/china_ssr.txt") - log('更新成功! 新的总纪录数:'.. icount) - else - log('你已经是最新数据,无需更新!') - end - else - log('更新失败!') - end - luci.sys.exec("rm -f /tmp/china_ssr.txt") -else - log('更新失败!') -end - -if ucic:get_first('vssr', 'global', 'adblock','0') == "1" then -log('正在更新【广告屏蔽】数据库') -if nixio.fs.access("/usr/bin/wget-ssl") then - refresh_cmd="wget-ssl --no-check-certificate -O - ".. ucic:get_first('vssr', 'global', 'adblock_url','https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt') .." > /tmp/adnew.conf" -end -sret=luci.sys.call(refresh_cmd .. " 2>/dev/null") -if sret== 0 then - luci.sys.call("/usr/bin/vssr-ad") - icount = luci.sys.exec("cat /tmp/ad.conf | wc -l") - if tonumber(icount)>1000 then - if nixio.fs.access("/etc/dnsmasq.vssr/ad.conf") then - oldcount=luci.sys.exec("cat /etc/dnsmasq.vssr/ad.conf | wc -l") - else - oldcount=0 - end - if tonumber(icount) ~= tonumber(oldcount) then - luci.sys.exec("cp -f /tmp/ad.conf /etc/dnsmasq.vssr/ad.conf") - luci.sys.exec("cp -f /tmp/ad.conf /tmp/dnsmasq.vssr/ad.conf") - log('更新成功! 新的总纪录数:'.. icount) - else - log('你已经是最新数据,无需更新!') - end - else - log('更新失败!') - end - luci.sys.exec("rm -f /tmp/ad.conf") -else - log('更新失败!') -end -end - -luci.sys.call("/etc/init.d/dnsmasq restart") diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/flag-icon.min.css b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/flag-icon.min.css deleted file mode 100644 index 15af963825..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/flag-icon.min.css +++ /dev/null @@ -1 +0,0 @@ -.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:'\00a0'}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-es-ca{background-image:url(../flags/4x3/es-ca.svg)}.flag-icon-es-ca.flag-icon-squared{background-image:url(../flags/1x1/es-ca.svg)}.flag-icon-eu{background-image:url(../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(../flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(../flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(../flags/4x3/un.svg)}.flag-icon-un.flag-icon-squared{background-image:url(../flags/1x1/un.svg)}.flag-icon-xk{background-image:url(../flags/4x3/xk.svg)}.flag-icon-xk.flag-icon-squared{background-image:url(../flags/1x1/xk.svg)} \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css deleted file mode 100644 index 7ec27bf899..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css +++ /dev/null @@ -1,773 +0,0 @@ -@import url("flag-icon.min.css"); - -/*! -Pure v1.0.1 -Copyright 2013 Yahoo! -Licensed under the BSD License. -https://github.com/pure-css/pure/blob/master/LICENSE.md -*/ - - - .pure-g{ - letter-spacing:-.31em; - text-rendering:optimizespeed; - font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-align-content: flex-start; - -ms-flex-line-pack: start; - align-content: flex-start -} -@media all and (-ms-high-contrast:none), -(-ms-high-contrast:active){ - table .pure-g{ - display:block - } - } - - .opera-only :-o-prefocus, - .pure-g{ - word-spacing:-.43em - } - -.pure-u, -.pure-u-1, -.pure-u-1-1, -.pure-u-1-12, -.pure-u-1-2, -.pure-u-1-24, -.pure-u-1-3, -.pure-u-1-4, -.pure-u-1-5, -.pure-u-1-6, -.pure-u-1-8, -.pure-u-10-24, -.pure-u-11-12, -.pure-u-11-24, -.pure-u-12-24, -.pure-u-13-24, -.pure-u-14-24, -.pure-u-15-24, -.pure-u-16-24, -.pure-u-17-24, -.pure-u-18-24, -.pure-u-19-24, -.pure-u-2-24, -.pure-u-2-3, -.pure-u-2-5, -.pure-u-20-24, -.pure-u-21-24, -.pure-u-22-24, -.pure-u-23-24, -.pure-u-24-24, -.pure-u-3-24, -.pure-u-3-4, -.pure-u-3-5, -.pure-u-3-8, -.pure-u-4-24, -.pure-u-4-5, -.pure-u-5-12, -.pure-u-5-24, -.pure-u-5-5, -.pure-u-5-6, -.pure-u-5-8, -.pure-u-6-24, -.pure-u-7-12, -.pure-u-7-24, -.pure-u-7-8, -.pure-u-8-24, -.pure-u-9-24{ - display:inline-block; - zoom:1; - letter-spacing:normal; - word-spacing:normal; - vertical-align:top; - text-rendering:auto - - } - - .pure-g [class*=pure-u] { - font-family:sans-serif - - } - .pure-u-1-24 { - width: 4.1667% - - } - .pure-u-1-12, - .pure-u-2-24 { - width: 8.3333% - - } - .pure-u-1-8, - .pure-u-3-24 { - width: 12.5% - - } - - .pure-u-1-6, - .pure-u-4-24 { - width: 16.6667% - } - - .pure-u-1-5 { - width: 20% - - } - .pure-u-5-24 { - width: 20.8333% - - } - .pure-u-1-4, - .pure-u-6-24 { - width: 25% - - } - .pure-u-7-24 { - width: 29.1667% - - }.pure-u-1-3, - .pure-u-8-24 { - width: 33.3333% - - } - .pure-u-3-8, - .pure-u-9-24 { - width: 37.5% - - } - .pure-u-2-5 { - width: 40% - - } - .pure-u-10-24, - .pure-u-5-12 { - width: 41.6667% - - } - .pure-u-11-24 { - width: 45.8333% - - } - .pure-u-1-2, - .pure-u-12-24 { - width: 50% - - } - .pure-u-13-24 { - width: 54.1667% - - } - .pure-u-14-24, - .pure-u-7-12 { - width: 58.3333% - - } - .pure-u-3-5 { - width: 60% - - } - .pure-u-15-24, - .pure-u-5-8 { - width: 62.5% - - } - .pure-u-16-24, - .pure-u-2-3 { - width: 66.6667% - - } - .pure-u-17-24 { - width: 70.8333% - } - - .pure-u-18-24, - .pure-u-3-4 { - width: 75% - - } - .pure-u-19-24 { - width: 79.1667% - - } - .pure-u-4-5 { - width: 80% - - } - .pure-u-20-24, - .pure-u-5-6 { - width: 83.3333% - - } - .pure-u-21-24, - .pure-u-7-8 { - width: 87.5% - - } - .pure-u-11-12, - .pure-u-22-24 { - width: 91.6667% - - } - .pure-u-23-24 { - width: 95.8333% - - } - .pure-u-1, - .pure-u-1-1, - .pure-u-24-24, - .pure-u-6-6 { - width:100% - - } - .status{ - margin: 1.5rem -0.5rem 0 -0.5rem; - } - - .img-con{ - margin: 1rem; - - } - .green{ - color: #2dce89; - } - .red{ - color: #f5365c; - } - .block img{ - max-width: 100%; - height: auto; - } - .pure-u-5-8{ - display:flex; - align-items:center; - - } - - .block h4{ - font-size: 1.3rem; - font-weight: bold; - margin: 0.75rem 0; - - line-height: 1.8em; - } - @media screen and (max-width: 1920px) { - .block h4{ - font-size: 1.2rem; - - } - } - @media screen and (max-width: 1690px) { - .block h4{ - font-size: 1rem; - - } - } - @media screen and (max-width: 1290px) { - .block h4{ - font-size: 0.8rem; - } - .pure-u-1-6{ - width:33.333%; - } - } - @media screen and (max-width: 700px) { - - .pure-u-1-6{ - width:50%; - } - .img-con{ - margin: 0.5rem; - - } - .block h4{ - font-size: 0.81rem; - - } - } - - -.block { - margin: 0.5rem 0.5rem; - padding: 0; - font-weight: normal; - font-style: normal; - line-height: 1; - font-family: inherit; - min-width: inherit; - padding: 5px 5px 5px 8px; - overflow-x: auto; - overflow-y: hidden; - border: 1px solid rgba(0, 0, 0, .05); - border-radius: .500rem; - background-color: #f4; - box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15); -} - -.img-con { - margin: 1rem; - -} -.pure-img{ - max-height: 100%; - width: auto; -} -.pure-imgw{ - max-width: 100%; - height: auto; -} -.green { - font-size: 1.25rem; - color: #2dce89; -} - -.red { - font-size: 1.25rem; - color: #fb6340; -} - -.sk-text-success { - color: #2dce89; -} - -.sk-text-error { - color: #fb6340; -} - -.gap { - margin-right: 0.5rem; -} - -.block img { - width: 48px; - height: auto; - float: right; -} - -.pure-u-5-8 { - display: flex; - align-items: center; - -} - -.block h4 { - font-size: .8125rem; - font-weight: 600; - margin: 1rem; - color: #8898aa !important; - line-height: 1.8em; -} -.p-in5{ - padding: 8px; -} -.flag-icon:before{ - position: absolute; -} - -.cbi-section-table-row { - position: relative; - background: #f4; - margin: 10px !important; - padding: 18px 18px 18px 104px; - box-shadow: 0 0 5px 0 rgba(136, 152, 170, .75); - border-radius: .5rem; - border: 0; - color: #f4; - text-align: left; - line-height: 1.7em; - overflow: hidden; - letter-spacing: normal; - transition: all 0.2s; -} -.cbi-section-table-row:hover{ - background: #F0E68C; - -} - -.cbi-section-table-row.fast{ - background: #C01818; - color: #fff; - -} - -.cbi-section-table-row.fast .ssr-button{ - color: #fff; -} -.cbi-section-table-row.fast .ssr-button:hover, -.cbi-section-table-row.fast .ssr-button:focus, -.cbi-section-table-row.fast .ssr-button:active { - color: #fff; - outline: 0; - text-decoration: none; - box-shadow: none; -} - -.cbi-section-table-row.fast .host_con{ - color: #fff !important; -} -.host_con.fast { - color: #00bc12; -} - -.host_con.nopass { - color: #dc3545; -} - -.host_con.middle { - color: #fbc658; -} - -.host_con.slow { - color: #fb6340; -} - -.loadings { - position: absolute; - width: 100%; - height: 100%; - background: rgba(255, 255, 255, 0.7); - border-radius: .5rem; - left: 0; - top: 0; - z-index: 10; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - justify-content: center; - align-items: center; - font-size: 30px; - transition: all 0.3s; -} - -.loadings.hide { - opacity: 0; - visibility: hidden; - pointer-events: none; -} - -.loadings span { - animation: anim-rotate 2s infinite linear; - height: 30px; -} - - -.alias{ - margin-bottom:1px; -} -.incon{ - cursor: pointer; -} -.incon .pure-imgw{ - transition: all 0.2s; -} -.incon:nth-child(2) { - position: absolute; - left: 0; - top: 0; - width: 61px; - height: 100%; - border: 0; - border-right: #d1dfed 1px solid; - background-position: top; - -} -.incon:nth-child(2) .tp{ - position: absolute; - left: 0; - bottom: 0; - height: 25%; - width: 100%; - text-align: center; - font-size: 13px; - line-height: 21px; - color: #fff; - background: #4c8dae; -} - -.incon:nth-child(3) { - padding-left: 0px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} - -.incon:nth-child(5), -.incon:nth-child(6) { - display: none; -} - -.cbi-section-table-cell { - text-align: right; -} - -.ssr-button { - background: none; - color: #525f7f; - padding: 0 0 0 0; - height: auto; - line-height: 1.5em; -} - -.ssr-button:hover, -.ssr-button:focus, -.ssr-button:active { - color: #525f7f; - outline: 0; - text-decoration: none; - box-shadow: none; -} - -.cbi-section h3 { - margin-left: 10px; - margin-top: 1rem; -} - .cbi-button-check { - color: #fff !important; - background-color: #008080 !important; - border-color: #008080 !important; - font-size:12px; - padding:0.4rem 0.8rem; - float:right; - margin-right:10px; - margin-top:-0.3rem; - -} - -.cbi-section-table-cell { - position: relative; -} - -.host_con { - position: absolute; - left: 0; - width: 70px; - text-align: left; - height: 22px; - font-weight: bold; -} - -.host_ok { - color: #fff; - background: #2dce89; - padding: 0.1rem 0.5rem; - border-radius: 0.2rem; -} - -.host_error { - color: #fff; - background: #f5365c; - padding: 0.1rem 0.5rem; - border-radius: 0.2rem; -} -footer.mobile-hide{ - display: block; -} - .cbi-button-add{ - position:fixed; - padding: 0.3rem 0.5rem; - z-index:1000; - width:80px !important; - height:80px; - bottom:150px; - right:60px; - font-size:20px; - border-radius:50%; - display:block; - background-color: #008080!important; - border-color: #008080 !important; - box-shadow: 0 0 1rem 0 rgba(136,152,170,.75); - } - -.mar-10 {margin-left: 50px; margin-right: 10px;} - -.status-bar{ - position: fixed; - bottom: 0; - right: 0; - box-shadow: 0 0 2rem 0 rgba(136,152,170,.3); - color: #525f7f; - background: #f4; - z-index: 5; - box-sizing: border-box; -} - -.status-bar .inner{ - margin: 1em; -} - -.status-bar .inner .flag{ - height: 3em; - display: block; - float: left; - margin-right: 1em; -} -.status-bar .inner .status-info{ - font-weight: bold; -} -.status-bar .icon-con{ - height: 3em; - text-align: right; -} - -@media screen and (max-width: 2000px) { - .pure-u-1-5 { - width: 25%; - } -} - -@media screen and (max-width: 1600px) { - .pure-u-1-5 { - width: 33.33333333%; - } -} - -@media screen and (max-width: 1200px) { - .pure-u-1-5 { - width: 50%; - } - - .status .pure-u-1-5 { - width: 33.333%; - } -} - -@media screen and (max-width: 700px) { - .pure-u-1-4 { - width: 50%; - } - - .pure-u-1-2 { - width: 100%; - } - - .pure-u-1-5 { - width: 100%; - font-size: 14px; - } - - .status .pure-u-1-5 { - width: 50%; - } - - .cbi-button-add { - position: fixed; - padding: 0.3rem 0.5rem; - z-index: 1000; - width: 50px !important; - height: 50px; - bottom: 90px; - right: 5px; - font-size: 16px; - border-radius: 50%; - display: block; - background-color: #fb6340 !important; - border-color: #fb6340 !important; - box-shadow: 0 0 1rem 0 rgba(136, 152, 170, .75); - } -} - -.modals-bg { - position: fixed; - z-index: 999; - width: 100%; - height: 100%; - left: 0; - top: 0; - background: rgba(255, 255, 255, 0.8); - display: none; -} - -.modals { - position: fixed; - z-index: 100; - width: 60%; - height: 500px; - background: #172b4d; - left: 20%; - top: 15%; - color: #fff; - border-radius: 10px; - padding: 20px; - - box-sizing: border-box; - -moz-box-sizing: border-box; - /* Firefox */ - -webkit-box-sizing: border-box; - /* Safari */ -} - -.modals h2 { - padding: 0 !important; -} - -.modals h3 { - font-size: 14px; - color: #f5365c !important; - background: transparent; - margin: 0; - padding: 0; -} - -#log_content3 { - border: 0; - width: 99%; - height: calc(100% - 4rem); - font-family: 'Lucida Console'; - font-size: 11px; - background: transparent; - color: #FFFFFF; - outline: none; - padding-left: 3px; - padding-right: 22px; - overflow: hidden -} - -@media screen and (max-width: 1024px) { - .modals { - position: fixed; - z-index: 100; - width: 80%; - height: 500px; - background: #172b4d; - left: 10%; - top: 15%; - color: #fff; - border-radius: 10px; - padding: 20px; - } -} - -@media screen and (max-width: 700px) { - .modals-bg { - position: fixed; - z-index: 100000; - - } - - .modals { - width: 100%; - height: 100%; - left: 0; - top: 0; - } - .status-bar .pure-u-1-2{ - width: 50%; - } - .status-bar .inner .flag{ - height: 3em; - display: block; - float: left; - margin-right: 1em; - } - .status-bar .icon-con{ - height: 2.5em; - text-align: right; - } -} diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji.js b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji.js deleted file mode 100644 index e113cc19e8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji.js +++ /dev/null @@ -1,129 +0,0 @@ - -var Emoji = { - - reg: /\u0023\ufe0f\u20e3|\u002a\ufe0f\u20e3|\u0030\ufe0f\u20e3|\u0031\ufe0f\u20e3|\u0032\ufe0f\u20e3|\u0033\ufe0f\u20e3|\u0034\ufe0f\u20e3|\u0035\ufe0f\u20e3|\u0036\ufe0f\u20e3|\u0037\ufe0f\u20e3|\u0038\ufe0f\u20e3|\u0039\ufe0f\u20e3|\u00a9\ufe0f|\u00ae\ufe0f|\ud83c\udc04|\ud83c\udccf|\ud83c\udd70\ufe0f|\ud83c\udd71\ufe0f|\ud83c\udd7e\ufe0f|\ud83c\udd7f\ufe0f|\ud83c\udd8e|\ud83c\udd91|\ud83c\udd92|\ud83c\udd93|\ud83c\udd94|\ud83c\udd95|\ud83c\udd96|\ud83c\udd97|\ud83c\udd98|\ud83c\udd99|\ud83c\udd9a|\ud83c\udde6\ud83c\udde8|\ud83c\udde6\ud83c\udde9|\ud83c\udde6\ud83c\uddea|\ud83c\udde6\ud83c\uddeb|\ud83c\udde6\ud83c\uddec|\ud83c\udde6\ud83c\uddee|\ud83c\udde6\ud83c\uddf1|\ud83c\udde6\ud83c\uddf2|\ud83c\udde6\ud83c\uddf4|\ud83c\udde6\ud83c\uddf6|\ud83c\udde6\ud83c\uddf7|\ud83c\udde6\ud83c\uddf8|\ud83c\udde6\ud83c\uddf9|\ud83c\udde6\ud83c\uddfa|\ud83c\udde6\ud83c\uddfc|\ud83c\udde6\ud83c\uddfd|\ud83c\udde6\ud83c\uddff|\ud83c\udde7\ud83c\udde6|\ud83c\udde7\ud83c\udde7|\ud83c\udde7\ud83c\udde9|\ud83c\udde7\ud83c\uddea|\ud83c\udde7\ud83c\uddeb|\ud83c\udde7\ud83c\uddec|\ud83c\udde7\ud83c\udded|\ud83c\udde7\ud83c\uddee|\ud83c\udde7\ud83c\uddef|\ud83c\udde7\ud83c\uddf1|\ud83c\udde7\ud83c\uddf2|\ud83c\udde7\ud83c\uddf3|\ud83c\udde7\ud83c\uddf4|\ud83c\udde7\ud83c\uddf6|\ud83c\udde7\ud83c\uddf7|\ud83c\udde7\ud83c\uddf8|\ud83c\udde7\ud83c\uddf9|\ud83c\udde7\ud83c\uddfb|\ud83c\udde7\ud83c\uddfc|\ud83c\udde7\ud83c\uddfe|\ud83c\udde7\ud83c\uddff|\ud83c\udde8\ud83c\udde6|\ud83c\udde8\ud83c\udde8|\ud83c\udde8\ud83c\udde9|\ud83c\udde8\ud83c\uddeb|\ud83c\udde8\ud83c\uddec|\ud83c\udde8\ud83c\udded|\ud83c\udde8\ud83c\uddee|\ud83c\udde8\ud83c\uddf0|\ud83c\udde8\ud83c\uddf1|\ud83c\udde8\ud83c\uddf2|\ud83c\udde8\ud83c\uddf3|\ud83c\udde8\ud83c\uddf4|\ud83c\udde8\ud83c\uddf5|\ud83c\udde8\ud83c\uddf7|\ud83c\udde8\ud83c\uddfa|\ud83c\udde8\ud83c\uddfb|\ud83c\udde8\ud83c\uddfc|\ud83c\udde8\ud83c\uddfd|\ud83c\udde8\ud83c\uddfe|\ud83c\udde8\ud83c\uddff|\ud83c\udde9\ud83c\uddea|\ud83c\udde9\ud83c\uddec|\ud83c\udde9\ud83c\uddef|\ud83c\udde9\ud83c\uddf0|\ud83c\udde9\ud83c\uddf2|\ud83c\udde9\ud83c\uddf4|\ud83c\udde9\ud83c\uddff|\ud83c\uddea\ud83c\udde6|\ud83c\uddea\ud83c\udde8|\ud83c\uddea\ud83c\uddea|\ud83c\uddea\ud83c\uddec|\ud83c\uddea\ud83c\udded|\ud83c\uddea\ud83c\uddf7|\ud83c\uddea\ud83c\uddf8|\ud83c\uddea\ud83c\uddf9|\ud83c\uddea\ud83c\uddfa|\ud83c\uddeb\ud83c\uddee|\ud83c\uddeb\ud83c\uddef|\ud83c\uddeb\ud83c\uddf0|\ud83c\uddeb\ud83c\uddf2|\ud83c\uddeb\ud83c\uddf4|\ud83c\uddeb\ud83c\uddf7|\ud83c\uddec\ud83c\udde6|\ud83c\uddec\ud83c\udde7|\ud83c\uddec\ud83c\udde9|\ud83c\uddec\ud83c\uddea|\ud83c\uddec\ud83c\uddeb|\ud83c\uddec\ud83c\uddec|\ud83c\uddec\ud83c\udded|\ud83c\uddec\ud83c\uddee|\ud83c\uddec\ud83c\uddf1|\ud83c\uddec\ud83c\uddf2|\ud83c\uddec\ud83c\uddf3|\ud83c\uddec\ud83c\uddf5|\ud83c\uddec\ud83c\uddf6|\ud83c\uddec\ud83c\uddf7|\ud83c\uddec\ud83c\uddf8|\ud83c\uddec\ud83c\uddf9|\ud83c\uddec\ud83c\uddfa|\ud83c\uddec\ud83c\uddfc|\ud83c\uddec\ud83c\uddfe|\ud83c\udded\ud83c\uddf0|\ud83c\udded\ud83c\uddf2|\ud83c\udded\ud83c\uddf3|\ud83c\udded\ud83c\uddf7|\ud83c\udded\ud83c\uddf9|\ud83c\udded\ud83c\uddfa|\ud83c\uddee\ud83c\udde8|\ud83c\uddee\ud83c\udde9|\ud83c\uddee\ud83c\uddea|\ud83c\uddee\ud83c\uddf1|\ud83c\uddee\ud83c\uddf2|\ud83c\uddee\ud83c\uddf3|\ud83c\uddee\ud83c\uddf4|\ud83c\uddee\ud83c\uddf6|\ud83c\uddee\ud83c\uddf7|\ud83c\uddee\ud83c\uddf8|\ud83c\uddee\ud83c\uddf9|\ud83c\uddef\ud83c\uddea|\ud83c\uddef\ud83c\uddf2|\ud83c\uddef\ud83c\uddf4|\ud83c\uddef\ud83c\uddf5|\ud83c\uddf0\ud83c\uddea|\ud83c\uddf0\ud83c\uddec|\ud83c\uddf0\ud83c\udded|\ud83c\uddf0\ud83c\uddee|\ud83c\uddf0\ud83c\uddf2|\ud83c\uddf0\ud83c\uddf3|\ud83c\uddf0\ud83c\uddf5|\ud83c\uddf0\ud83c\uddf7|\ud83c\uddf0\ud83c\uddfc|\ud83c\uddf0\ud83c\uddfe|\ud83c\uddf0\ud83c\uddff|\ud83c\uddf1\ud83c\udde6|\ud83c\uddf1\ud83c\udde7|\ud83c\uddf1\ud83c\udde8|\ud83c\uddf1\ud83c\uddee|\ud83c\uddf1\ud83c\uddf0|\ud83c\uddf1\ud83c\uddf7|\ud83c\uddf1\ud83c\uddf8|\ud83c\uddf1\ud83c\uddf9|\ud83c\uddf1\ud83c\uddfa|\ud83c\uddf1\ud83c\uddfb|\ud83c\uddf1\ud83c\uddfe|\ud83c\uddf2\ud83c\udde6|\ud83c\uddf2\ud83c\udde8|\ud83c\uddf2\ud83c\udde9|\ud83c\uddf2\ud83c\uddea|\ud83c\uddf2\ud83c\uddeb|\ud83c\uddf2\ud83c\uddec|\ud83c\uddf2\ud83c\udded|\ud83c\uddf2\ud83c\uddf0|\ud83c\uddf2\ud83c\uddf1|\ud83c\uddf2\ud83c\uddf2|\ud83c\uddf2\ud83c\uddf3|\ud83c\uddf2\ud83c\uddf4|\ud83c\uddf2\ud83c\uddf5|\ud83c\uddf2\ud83c\uddf6|\ud83c\uddf2\ud83c\uddf7|\ud83c\uddf2\ud83c\uddf8|\ud83c\uddf2\ud83c\uddf9|\ud83c\uddf2\ud83c\uddfa|\ud83c\uddf2\ud83c\uddfb|\ud83c\uddf2\ud83c\uddfc|\ud83c\uddf2\ud83c\uddfd|\ud83c\uddf2\ud83c\uddfe|\ud83c\uddf2\ud83c\uddff|\ud83c\uddf3\ud83c\udde6|\ud83c\uddf3\ud83c\udde8|\ud83c\uddf3\ud83c\uddea|\ud83c\uddf3\ud83c\uddeb|\ud83c\uddf3\ud83c\uddec|\ud83c\uddf3\ud83c\uddee|\ud83c\uddf3\ud83c\uddf1|\ud83c\uddf3\ud83c\uddf4|\ud83c\uddf3\ud83c\uddf5|\ud83c\uddf3\ud83c\uddf7|\ud83c\uddf3\ud83c\uddfa|\ud83c\uddf3\ud83c\uddff|\ud83c\uddf4\ud83c\uddf2|\ud83c\uddf5\ud83c\udde6|\ud83c\uddf5\ud83c\uddea|\ud83c\uddf5\ud83c\uddeb|\ud83c\uddf5\ud83c\uddec|\ud83c\uddf5\ud83c\udded|\ud83c\uddf5\ud83c\uddf0|\ud83c\uddf5\ud83c\uddf1|\ud83c\uddf5\ud83c\uddf2|\ud83c\uddf5\ud83c\uddf3|\ud83c\uddf5\ud83c\uddf7|\ud83c\uddf5\ud83c\uddf8|\ud83c\uddf5\ud83c\uddf9|\ud83c\uddf5\ud83c\uddfc|\ud83c\uddf5\ud83c\uddfe|\ud83c\uddf6\ud83c\udde6|\ud83c\uddf7\ud83c\uddea|\ud83c\uddf7\ud83c\uddf4|\ud83c\uddf7\ud83c\uddf8|\ud83c\uddf7\ud83c\uddfa|\ud83c\uddf7\ud83c\uddfc|\ud83c\uddf8\ud83c\udde6|\ud83c\uddf8\ud83c\udde7|\ud83c\uddf8\ud83c\udde8|\ud83c\uddf8\ud83c\udde9|\ud83c\uddf8\ud83c\uddea|\ud83c\uddf8\ud83c\uddec|\ud83c\uddf8\ud83c\udded|\ud83c\uddf8\ud83c\uddee|\ud83c\uddf8\ud83c\uddef|\ud83c\uddf8\ud83c\uddf0|\ud83c\uddf8\ud83c\uddf1|\ud83c\uddf8\ud83c\uddf2|\ud83c\uddf8\ud83c\uddf3|\ud83c\uddf8\ud83c\uddf4|\ud83c\uddf8\ud83c\uddf7|\ud83c\uddf8\ud83c\uddf8|\ud83c\uddf8\ud83c\uddf9|\ud83c\uddf8\ud83c\uddfb|\ud83c\uddf8\ud83c\uddfd|\ud83c\uddf8\ud83c\uddfe|\ud83c\uddf8\ud83c\uddff|\ud83c\uddf9\ud83c\udde6|\ud83c\uddf9\ud83c\udde8|\ud83c\uddf9\ud83c\udde9|\ud83c\uddf9\ud83c\uddeb|\ud83c\uddf9\ud83c\uddec|\ud83c\uddf9\ud83c\udded|\ud83c\uddf9\ud83c\uddef|\ud83c\uddf9\ud83c\uddf0|\ud83c\uddf9\ud83c\uddf1|\ud83c\uddf9\ud83c\uddf2|\ud83c\uddf9\ud83c\uddf3|\ud83c\uddf9\ud83c\uddf4|\ud83c\uddf9\ud83c\uddf7|\ud83c\uddf9\ud83c\uddf9|\ud83c\uddf9\ud83c\uddfb|\ud83c\uddf9\ud83c\uddfc|\ud83c\uddf9\ud83c\uddff|\ud83c\uddfa\ud83c\udde6|\ud83c\uddfa\ud83c\uddec|\ud83c\uddfa\ud83c\uddf2|\ud83c\uddfa\ud83c\uddf3|\ud83c\uddfa\ud83c\uddf8|\ud83c\uddfa\ud83c\uddfe|\ud83c\uddfa\ud83c\uddff|\ud83c\uddfb\ud83c\udde6|\ud83c\uddfb\ud83c\udde8|\ud83c\uddfb\ud83c\uddea|\ud83c\uddfb\ud83c\uddec|\ud83c\uddfb\ud83c\uddee|\ud83c\uddfb\ud83c\uddf3|\ud83c\uddfb\ud83c\uddfa|\ud83c\uddfc\ud83c\uddeb|\ud83c\uddfc\ud83c\uddf8|\ud83c\uddfd\ud83c\uddf0|\ud83c\uddfe\ud83c\uddea|\ud83c\uddfe\ud83c\uddf9|\ud83c\uddff\ud83c\udde6|\ud83c\uddff\ud83c\uddf2|\ud83c\uddff\ud83c\uddfc|\ud83c\ude01|\ud83c\ude02\ufe0f|\ud83c\ude1a|\ud83c\ude2f|\ud83c\ude32|\ud83c\ude33|\ud83c\ude34|\ud83c\ude35|\ud83c\ude36|\ud83c\ude37\ufe0f|\ud83c\ude38|\ud83c\ude39|\ud83c\ude3a|\ud83c\ude50|\ud83c\ude51|\ud83c\udf00|\ud83c\udf01|\ud83c\udf02|\ud83c\udf03|\ud83c\udf04|\ud83c\udf05|\ud83c\udf06|\ud83c\udf07|\ud83c\udf08|\ud83c\udf09|\ud83c\udf0a|\ud83c\udf0b|\ud83c\udf0c|\ud83c\udf0d|\ud83c\udf0e|\ud83c\udf0f|\ud83c\udf10|\ud83c\udf11|\ud83c\udf12|\ud83c\udf13|\ud83c\udf14|\ud83c\udf15|\ud83c\udf16|\ud83c\udf17|\ud83c\udf18|\ud83c\udf19|\ud83c\udf1a|\ud83c\udf1b|\ud83c\udf1c|\ud83c\udf1d|\ud83c\udf1e|\ud83c\udf1f|\ud83c\udf20|\ud83c\udf21\ufe0f|\ud83c\udf24\ufe0f|\ud83c\udf25\ufe0f|\ud83c\udf26\ufe0f|\ud83c\udf27\ufe0f|\ud83c\udf28\ufe0f|\ud83c\udf29\ufe0f|\ud83c\udf2a\ufe0f|\ud83c\udf2b\ufe0f|\ud83c\udf2c\ufe0f|\ud83c\udf2d|\ud83c\udf2e|\ud83c\udf2f|\ud83c\udf30|\ud83c\udf31|\ud83c\udf32|\ud83c\udf33|\ud83c\udf34|\ud83c\udf35|\ud83c\udf36\ufe0f|\ud83c\udf37|\ud83c\udf38|\ud83c\udf39|\ud83c\udf3a|\ud83c\udf3b|\ud83c\udf3c|\ud83c\udf3d|\ud83c\udf3e|\ud83c\udf3f|\ud83c\udf40|\ud83c\udf41|\ud83c\udf42|\ud83c\udf43|\ud83c\udf44|\ud83c\udf45|\ud83c\udf46|\ud83c\udf47|\ud83c\udf48|\ud83c\udf49|\ud83c\udf4a|\ud83c\udf4b|\ud83c\udf4c|\ud83c\udf4d|\ud83c\udf4e|\ud83c\udf4f|\ud83c\udf50|\ud83c\udf51|\ud83c\udf52|\ud83c\udf53|\ud83c\udf54|\ud83c\udf55|\ud83c\udf56|\ud83c\udf57|\ud83c\udf58|\ud83c\udf59|\ud83c\udf5a|\ud83c\udf5b|\ud83c\udf5c|\ud83c\udf5d|\ud83c\udf5e|\ud83c\udf5f|\ud83c\udf60|\ud83c\udf61|\ud83c\udf62|\ud83c\udf63|\ud83c\udf64|\ud83c\udf65|\ud83c\udf66|\ud83c\udf67|\ud83c\udf68|\ud83c\udf69|\ud83c\udf6a|\ud83c\udf6b|\ud83c\udf6c|\ud83c\udf6d|\ud83c\udf6e|\ud83c\udf6f|\ud83c\udf70|\ud83c\udf71|\ud83c\udf72|\ud83c\udf73|\ud83c\udf74|\ud83c\udf75|\ud83c\udf76|\ud83c\udf77|\ud83c\udf78|\ud83c\udf79|\ud83c\udf7a|\ud83c\udf7b|\ud83c\udf7c|\ud83c\udf7d\ufe0f|\ud83c\udf7e|\ud83c\udf7f|\ud83c\udf80|\ud83c\udf81|\ud83c\udf82|\ud83c\udf83|\ud83c\udf84|\ud83c\udf85\ud83c\udffb|\ud83c\udf85\ud83c\udffc|\ud83c\udf85\ud83c\udffd|\ud83c\udf85\ud83c\udffe|\ud83c\udf85\ud83c\udfff|\ud83c\udf85|\ud83c\udf86|\ud83c\udf87|\ud83c\udf88|\ud83c\udf89|\ud83c\udf8a|\ud83c\udf8b|\ud83c\udf8c|\ud83c\udf8d|\ud83c\udf8e|\ud83c\udf8f|\ud83c\udf90|\ud83c\udf91|\ud83c\udf92|\ud83c\udf93|\ud83c\udf96\ufe0f|\ud83c\udf97\ufe0f|\ud83c\udf99\ufe0f|\ud83c\udf9a\ufe0f|\ud83c\udf9b\ufe0f|\ud83c\udf9e\ufe0f|\ud83c\udf9f\ufe0f|\ud83c\udfa0|\ud83c\udfa1|\ud83c\udfa2|\ud83c\udfa3|\ud83c\udfa4|\ud83c\udfa5|\ud83c\udfa6|\ud83c\udfa7|\ud83c\udfa8|\ud83c\udfa9|\ud83c\udfaa|\ud83c\udfab|\ud83c\udfac|\ud83c\udfad|\ud83c\udfae|\ud83c\udfaf|\ud83c\udfb0|\ud83c\udfb1|\ud83c\udfb2|\ud83c\udfb3|\ud83c\udfb4|\ud83c\udfb5|\ud83c\udfb6|\ud83c\udfb7|\ud83c\udfb8|\ud83c\udfb9|\ud83c\udfba|\ud83c\udfbb|\ud83c\udfbc|\ud83c\udfbd|\ud83c\udfbe|\ud83c\udfbf|\ud83c\udfc0|\ud83c\udfc1|\ud83c\udfc2\ud83c\udffb|\ud83c\udfc2\ud83c\udffc|\ud83c\udfc2\ud83c\udffd|\ud83c\udfc2\ud83c\udffe|\ud83c\udfc2\ud83c\udfff|\ud83c\udfc2|\ud83c\udfc3\ud83c\udffb\u200d\u2640\ufe0f|\ud83c\udfc3\ud83c\udffc\u200d\u2640\ufe0f|\ud83c\udfc3\ud83c\udffd\u200d\u2640\ufe0f|\ud83c\udfc3\ud83c\udffe\u200d\u2640\ufe0f|\ud83c\udfc3\ud83c\udfff\u200d\u2640\ufe0f|\ud83c\udfc3\u200d\u2640\ufe0f|\ud83c\udfc3\ud83c\udffb\u200d\u2642\ufe0f|\ud83c\udfc3\ud83c\udffc\u200d\u2642\ufe0f|\ud83c\udfc3\ud83c\udffd\u200d\u2642\ufe0f|\ud83c\udfc3\ud83c\udffe\u200d\u2642\ufe0f|\ud83c\udfc3\ud83c\udfff\u200d\u2642\ufe0f|\ud83c\udfc3\u200d\u2642\ufe0f|\ud83c\udfc3\ud83c\udffb|\ud83c\udfc3\ud83c\udffc|\ud83c\udfc3\ud83c\udffd|\ud83c\udfc3\ud83c\udffe|\ud83c\udfc3\ud83c\udfff|\ud83c\udfc3|\ud83c\udfc4\ud83c\udffb\u200d\u2640\ufe0f|\ud83c\udfc4\ud83c\udffc\u200d\u2640\ufe0f|\ud83c\udfc4\ud83c\udffd\u200d\u2640\ufe0f|\ud83c\udfc4\ud83c\udffe\u200d\u2640\ufe0f|\ud83c\udfc4\ud83c\udfff\u200d\u2640\ufe0f|\ud83c\udfc4\u200d\u2640\ufe0f|\ud83c\udfc4\ud83c\udffb\u200d\u2642\ufe0f|\ud83c\udfc4\ud83c\udffc\u200d\u2642\ufe0f|\ud83c\udfc4\ud83c\udffd\u200d\u2642\ufe0f|\ud83c\udfc4\ud83c\udffe\u200d\u2642\ufe0f|\ud83c\udfc4\ud83c\udfff\u200d\u2642\ufe0f|\ud83c\udfc4\u200d\u2642\ufe0f|\ud83c\udfc4\ud83c\udffb|\ud83c\udfc4\ud83c\udffc|\ud83c\udfc4\ud83c\udffd|\ud83c\udfc4\ud83c\udffe|\ud83c\udfc4\ud83c\udfff|\ud83c\udfc4|\ud83c\udfc5|\ud83c\udfc6|\ud83c\udfc7\ud83c\udffb|\ud83c\udfc7\ud83c\udffc|\ud83c\udfc7\ud83c\udffd|\ud83c\udfc7\ud83c\udffe|\ud83c\udfc7\ud83c\udfff|\ud83c\udfc7|\ud83c\udfc8|\ud83c\udfc9|\ud83c\udfca\ud83c\udffb\u200d\u2640\ufe0f|\ud83c\udfca\ud83c\udffc\u200d\u2640\ufe0f|\ud83c\udfca\ud83c\udffd\u200d\u2640\ufe0f|\ud83c\udfca\ud83c\udffe\u200d\u2640\ufe0f|\ud83c\udfca\ud83c\udfff\u200d\u2640\ufe0f|\ud83c\udfca\u200d\u2640\ufe0f|\ud83c\udfca\ud83c\udffb\u200d\u2642\ufe0f|\ud83c\udfca\ud83c\udffc\u200d\u2642\ufe0f|\ud83c\udfca\ud83c\udffd\u200d\u2642\ufe0f|\ud83c\udfca\ud83c\udffe\u200d\u2642\ufe0f|\ud83c\udfca\ud83c\udfff\u200d\u2642\ufe0f|\ud83c\udfca\u200d\u2642\ufe0f|\ud83c\udfca\ud83c\udffb|\ud83c\udfca\ud83c\udffc|\ud83c\udfca\ud83c\udffd|\ud83c\udfca\ud83c\udffe|\ud83c\udfca\ud83c\udfff|\ud83c\udfca|\ud83c\udfcb\ud83c\udffb\u200d\u2640\ufe0f|\ud83c\udfcb\ud83c\udffc\u200d\u2640\ufe0f|\ud83c\udfcb\ud83c\udffd\u200d\u2640\ufe0f|\ud83c\udfcb\ud83c\udffe\u200d\u2640\ufe0f|\ud83c\udfcb\ud83c\udfff\u200d\u2640\ufe0f|\ud83c\udfcb\ufe0f\u200d\u2640\ufe0f|\ud83c\udfcb\ud83c\udffb\u200d\u2642\ufe0f|\ud83c\udfcb\ud83c\udffc\u200d\u2642\ufe0f|\ud83c\udfcb\ud83c\udffd\u200d\u2642\ufe0f|\ud83c\udfcb\ud83c\udffe\u200d\u2642\ufe0f|\ud83c\udfcb\ud83c\udfff\u200d\u2642\ufe0f|\ud83c\udfcb\ufe0f\u200d\u2642\ufe0f|\ud83c\udfcb\ud83c\udffb|\ud83c\udfcb\ud83c\udffc|\ud83c\udfcb\ud83c\udffd|\ud83c\udfcb\ud83c\udffe|\ud83c\udfcb\ud83c\udfff|\ud83c\udfcb\ufe0f|\ud83c\udfcc\ud83c\udffb\u200d\u2640\ufe0f|\ud83c\udfcc\ud83c\udffc\u200d\u2640\ufe0f|\ud83c\udfcc\ud83c\udffd\u200d\u2640\ufe0f|\ud83c\udfcc\ud83c\udffe\u200d\u2640\ufe0f|\ud83c\udfcc\ud83c\udfff\u200d\u2640\ufe0f|\ud83c\udfcc\ufe0f\u200d\u2640\ufe0f|\ud83c\udfcc\ud83c\udffb\u200d\u2642\ufe0f|\ud83c\udfcc\ud83c\udffc\u200d\u2642\ufe0f|\ud83c\udfcc\ud83c\udffd\u200d\u2642\ufe0f|\ud83c\udfcc\ud83c\udffe\u200d\u2642\ufe0f|\ud83c\udfcc\ud83c\udfff\u200d\u2642\ufe0f|\ud83c\udfcc\ufe0f\u200d\u2642\ufe0f|\ud83c\udfcc\ud83c\udffb|\ud83c\udfcc\ud83c\udffc|\ud83c\udfcc\ud83c\udffd|\ud83c\udfcc\ud83c\udffe|\ud83c\udfcc\ud83c\udfff|\ud83c\udfcc\ufe0f|\ud83c\udfcd\ufe0f|\ud83c\udfce\ufe0f|\ud83c\udfcf|\ud83c\udfd0|\ud83c\udfd1|\ud83c\udfd2|\ud83c\udfd3|\ud83c\udfd4\ufe0f|\ud83c\udfd5\ufe0f|\ud83c\udfd6\ufe0f|\ud83c\udfd7\ufe0f|\ud83c\udfd8\ufe0f|\ud83c\udfd9\ufe0f|\ud83c\udfda\ufe0f|\ud83c\udfdb\ufe0f|\ud83c\udfdc\ufe0f|\ud83c\udfdd\ufe0f|\ud83c\udfde\ufe0f|\ud83c\udfdf\ufe0f|\ud83c\udfe0|\ud83c\udfe1|\ud83c\udfe2|\ud83c\udfe3|\ud83c\udfe4|\ud83c\udfe5|\ud83c\udfe6|\ud83c\udfe7|\ud83c\udfe8|\ud83c\udfe9|\ud83c\udfea|\ud83c\udfeb|\ud83c\udfec|\ud83c\udfed|\ud83c\udfee|\ud83c\udfef|\ud83c\udff0|\ud83c\udff3\ufe0f\u200d\ud83c\udf08|\ud83c\udff3\ufe0f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f|\ud83c\udff4|\ud83c\udff5\ufe0f|\ud83c\udff7\ufe0f|\ud83c\udff8|\ud83c\udff9|\ud83c\udffa|\ud83c\udffb|\ud83c\udffc|\ud83c\udffd|\ud83c\udffe|\ud83c\udfff|\ud83d\udc00|\ud83d\udc01|\ud83d\udc02|\ud83d\udc03|\ud83d\udc04|\ud83d\udc05|\ud83d\udc06|\ud83d\udc07|\ud83d\udc08|\ud83d\udc09|\ud83d\udc0a|\ud83d\udc0b|\ud83d\udc0c|\ud83d\udc0d|\ud83d\udc0e|\ud83d\udc0f|\ud83d\udc10|\ud83d\udc11|\ud83d\udc12|\ud83d\udc13|\ud83d\udc14|\ud83d\udc15|\ud83d\udc16|\ud83d\udc17|\ud83d\udc18|\ud83d\udc19|\ud83d\udc1a|\ud83d\udc1b|\ud83d\udc1c|\ud83d\udc1d|\ud83d\udc1e|\ud83d\udc1f|\ud83d\udc20|\ud83d\udc21|\ud83d\udc22|\ud83d\udc23|\ud83d\udc24|\ud83d\udc25|\ud83d\udc26|\ud83d\udc27|\ud83d\udc28|\ud83d\udc29|\ud83d\udc2a|\ud83d\udc2b|\ud83d\udc2c|\ud83d\udc2d|\ud83d\udc2e|\ud83d\udc2f|\ud83d\udc30|\ud83d\udc31|\ud83d\udc32|\ud83d\udc33|\ud83d\udc34|\ud83d\udc35|\ud83d\udc36|\ud83d\udc37|\ud83d\udc38|\ud83d\udc39|\ud83d\udc3a|\ud83d\udc3b|\ud83d\udc3c|\ud83d\udc3d|\ud83d\udc3e|\ud83d\udc3f\ufe0f|\ud83d\udc40|\ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f|\ud83d\udc41\ufe0f|\ud83d\udc42\ud83c\udffb|\ud83d\udc42\ud83c\udffc|\ud83d\udc42\ud83c\udffd|\ud83d\udc42\ud83c\udffe|\ud83d\udc42\ud83c\udfff|\ud83d\udc42|\ud83d\udc43\ud83c\udffb|\ud83d\udc43\ud83c\udffc|\ud83d\udc43\ud83c\udffd|\ud83d\udc43\ud83c\udffe|\ud83d\udc43\ud83c\udfff|\ud83d\udc43|\ud83d\udc44|\ud83d\udc45|\ud83d\udc46\ud83c\udffb|\ud83d\udc46\ud83c\udffc|\ud83d\udc46\ud83c\udffd|\ud83d\udc46\ud83c\udffe|\ud83d\udc46\ud83c\udfff|\ud83d\udc46|\ud83d\udc47\ud83c\udffb|\ud83d\udc47\ud83c\udffc|\ud83d\udc47\ud83c\udffd|\ud83d\udc47\ud83c\udffe|\ud83d\udc47\ud83c\udfff|\ud83d\udc47|\ud83d\udc48\ud83c\udffb|\ud83d\udc48\ud83c\udffc|\ud83d\udc48\ud83c\udffd|\ud83d\udc48\ud83c\udffe|\ud83d\udc48\ud83c\udfff|\ud83d\udc48|\ud83d\udc49\ud83c\udffb|\ud83d\udc49\ud83c\udffc|\ud83d\udc49\ud83c\udffd|\ud83d\udc49\ud83c\udffe|\ud83d\udc49\ud83c\udfff|\ud83d\udc49|\ud83d\udc4a\ud83c\udffb|\ud83d\udc4a\ud83c\udffc|\ud83d\udc4a\ud83c\udffd|\ud83d\udc4a\ud83c\udffe|\ud83d\udc4a\ud83c\udfff|\ud83d\udc4a|\ud83d\udc4b\ud83c\udffb|\ud83d\udc4b\ud83c\udffc|\ud83d\udc4b\ud83c\udffd|\ud83d\udc4b\ud83c\udffe|\ud83d\udc4b\ud83c\udfff|\ud83d\udc4b|\ud83d\udc4c\ud83c\udffb|\ud83d\udc4c\ud83c\udffc|\ud83d\udc4c\ud83c\udffd|\ud83d\udc4c\ud83c\udffe|\ud83d\udc4c\ud83c\udfff|\ud83d\udc4c|\ud83d\udc4d\ud83c\udffb|\ud83d\udc4d\ud83c\udffc|\ud83d\udc4d\ud83c\udffd|\ud83d\udc4d\ud83c\udffe|\ud83d\udc4d\ud83c\udfff|\ud83d\udc4d|\ud83d\udc4e\ud83c\udffb|\ud83d\udc4e\ud83c\udffc|\ud83d\udc4e\ud83c\udffd|\ud83d\udc4e\ud83c\udffe|\ud83d\udc4e\ud83c\udfff|\ud83d\udc4e|\ud83d\udc4f\ud83c\udffb|\ud83d\udc4f\ud83c\udffc|\ud83d\udc4f\ud83c\udffd|\ud83d\udc4f\ud83c\udffe|\ud83d\udc4f\ud83c\udfff|\ud83d\udc4f|\ud83d\udc50\ud83c\udffb|\ud83d\udc50\ud83c\udffc|\ud83d\udc50\ud83c\udffd|\ud83d\udc50\ud83c\udffe|\ud83d\udc50\ud83c\udfff|\ud83d\udc50|\ud83d\udc51|\ud83d\udc52|\ud83d\udc53|\ud83d\udc54|\ud83d\udc55|\ud83d\udc56|\ud83d\udc57|\ud83d\udc58|\ud83d\udc59|\ud83d\udc5a|\ud83d\udc5b|\ud83d\udc5c|\ud83d\udc5d|\ud83d\udc5e|\ud83d\udc5f|\ud83d\udc60|\ud83d\udc61|\ud83d\udc62|\ud83d\udc63|\ud83d\udc64|\ud83d\udc65|\ud83d\udc66\ud83c\udffb|\ud83d\udc66\ud83c\udffc|\ud83d\udc66\ud83c\udffd|\ud83d\udc66\ud83c\udffe|\ud83d\udc66\ud83c\udfff|\ud83d\udc66|\ud83d\udc67\ud83c\udffb|\ud83d\udc67\ud83c\udffc|\ud83d\udc67\ud83c\udffd|\ud83d\udc67\ud83c\udffe|\ud83d\udc67\ud83c\udfff|\ud83d\udc67|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf3e|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf3e|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf3e|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf3e|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf3e|\ud83d\udc68\u200d\ud83c\udf3e|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf73|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf73|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf73|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf73|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf73|\ud83d\udc68\u200d\ud83c\udf73|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf93|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf93|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf93|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf93|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf93|\ud83d\udc68\u200d\ud83c\udf93|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa4|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa4|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa4|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa4|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa4|\ud83d\udc68\u200d\ud83c\udfa4|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa8|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa8|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa8|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa8|\ud83d\udc68\u200d\ud83c\udfa8|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfeb|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfeb|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfeb|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfeb|\ud83d\udc68\u200d\ud83c\udfeb|\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfed|\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfed|\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfed|\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfed|\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfed|\ud83d\udc68\u200d\ud83c\udfed|\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67|\ud83d\udc68\u200d\ud83d\udc67|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67|\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb|\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb|\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbb|\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbb|\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbb|\ud83d\udc68\u200d\ud83d\udcbb|\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc|\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbc|\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbc|\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbc|\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbc|\ud83d\udc68\u200d\ud83d\udcbc|\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd27|\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd27|\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd27|\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd27|\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd27|\ud83d\udc68\u200d\ud83d\udd27|\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd2c|\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd2c|\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd2c|\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd2c|\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd2c|\ud83d\udc68\u200d\ud83d\udd2c|\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude80|\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude80|\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude80|\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude80|\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude80|\ud83d\udc68\u200d\ud83d\ude80|\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude92|\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude92|\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude92|\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude92|\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude92|\ud83d\udc68\u200d\ud83d\ude92|\ud83d\udc68\ud83c\udffb\u200d\u2695\ufe0f|\ud83d\udc68\ud83c\udffc\u200d\u2695\ufe0f|\ud83d\udc68\ud83c\udffd\u200d\u2695\ufe0f|\ud83d\udc68\ud83c\udffe\u200d\u2695\ufe0f|\ud83d\udc68\ud83c\udfff\u200d\u2695\ufe0f|\ud83d\udc68\u200d\u2695\ufe0f|\ud83d\udc68\ud83c\udffb\u200d\u2696\ufe0f|\ud83d\udc68\ud83c\udffc\u200d\u2696\ufe0f|\ud83d\udc68\ud83c\udffd\u200d\u2696\ufe0f|\ud83d\udc68\ud83c\udffe\u200d\u2696\ufe0f|\ud83d\udc68\ud83c\udfff\u200d\u2696\ufe0f|\ud83d\udc68\u200d\u2696\ufe0f|\ud83d\udc68\ud83c\udffb\u200d\u2708\ufe0f|\ud83d\udc68\ud83c\udffc\u200d\u2708\ufe0f|\ud83d\udc68\ud83c\udffd\u200d\u2708\ufe0f|\ud83d\udc68\ud83c\udffe\u200d\u2708\ufe0f|\ud83d\udc68\ud83c\udfff\u200d\u2708\ufe0f|\ud83d\udc68\u200d\u2708\ufe0f|\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68|\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68|\ud83d\udc68\ud83c\udffb|\ud83d\udc68\ud83c\udffc|\ud83d\udc68\ud83c\udffd|\ud83d\udc68\ud83c\udffe|\ud83d\udc68\ud83c\udfff|\ud83d\udc68|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf3e|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf3e|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf3e|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf3e|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf3e|\ud83d\udc69\u200d\ud83c\udf3e|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf73|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf73|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf73|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf73|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf73|\ud83d\udc69\u200d\ud83c\udf73|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf93|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf93|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf93|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf93|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf93|\ud83d\udc69\u200d\ud83c\udf93|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa4|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa4|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa4|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa4|\ud83d\udc69\u200d\ud83c\udfa4|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa8|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa8|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa8|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa8|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa8|\ud83d\udc69\u200d\ud83c\udfa8|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfeb|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfeb|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfeb|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfeb|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfeb|\ud83d\udc69\u200d\ud83c\udfeb|\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfed|\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfed|\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfed|\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfed|\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfed|\ud83d\udc69\u200d\ud83c\udfed|\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67|\ud83d\udc69\u200d\ud83d\udc67|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67|\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb|\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbb|\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb|\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb|\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbb|\ud83d\udc69\u200d\ud83d\udcbb|\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbc|\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbc|\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbc|\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbc|\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbc|\ud83d\udc69\u200d\ud83d\udcbc|\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd27|\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd27|\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd27|\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd27|\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd27|\ud83d\udc69\u200d\ud83d\udd27|\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd2c|\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd2c|\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd2c|\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd2c|\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd2c|\ud83d\udc69\u200d\ud83d\udd2c|\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80|\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude80|\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude80|\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude80|\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude80|\ud83d\udc69\u200d\ud83d\ude80|\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude92|\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude92|\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude92|\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude92|\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude92|\ud83d\udc69\u200d\ud83d\ude92|\ud83d\udc69\ud83c\udffb\u200d\u2695\ufe0f|\ud83d\udc69\ud83c\udffc\u200d\u2695\ufe0f|\ud83d\udc69\ud83c\udffd\u200d\u2695\ufe0f|\ud83d\udc69\ud83c\udffe\u200d\u2695\ufe0f|\ud83d\udc69\ud83c\udfff\u200d\u2695\ufe0f|\ud83d\udc69\u200d\u2695\ufe0f|\ud83d\udc69\ud83c\udffb\u200d\u2696\ufe0f|\ud83d\udc69\ud83c\udffc\u200d\u2696\ufe0f|\ud83d\udc69\ud83c\udffd\u200d\u2696\ufe0f|\ud83d\udc69\ud83c\udffe\u200d\u2696\ufe0f|\ud83d\udc69\ud83c\udfff\u200d\u2696\ufe0f|\ud83d\udc69\u200d\u2696\ufe0f|\ud83d\udc69\ud83c\udffb\u200d\u2708\ufe0f|\ud83d\udc69\ud83c\udffc\u200d\u2708\ufe0f|\ud83d\udc69\ud83c\udffd\u200d\u2708\ufe0f|\ud83d\udc69\ud83c\udffe\u200d\u2708\ufe0f|\ud83d\udc69\ud83c\udfff\u200d\u2708\ufe0f|\ud83d\udc69\u200d\u2708\ufe0f|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc68|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69|\ud83d\udc69\ud83c\udffb|\ud83d\udc69\ud83c\udffc|\ud83d\udc69\ud83c\udffd|\ud83d\udc69\ud83c\udffe|\ud83d\udc69\ud83c\udfff|\ud83d\udc69|\ud83d\udc6a|\ud83d\udc6b|\ud83d\udc6c|\ud83d\udc6d|\ud83d\udc6e\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc6e\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc6e\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc6e\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc6e\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc6e\u200d\u2640\ufe0f|\ud83d\udc6e\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc6e\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc6e\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc6e\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc6e\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc6e\u200d\u2642\ufe0f|\ud83d\udc6e\ud83c\udffb|\ud83d\udc6e\ud83c\udffc|\ud83d\udc6e\ud83c\udffd|\ud83d\udc6e\ud83c\udffe|\ud83d\udc6e\ud83c\udfff|\ud83d\udc6e|\ud83d\udc6f\u200d\u2640\ufe0f|\ud83d\udc6f\u200d\u2642\ufe0f|\ud83d\udc6f|\ud83d\udc70\ud83c\udffb|\ud83d\udc70\ud83c\udffc|\ud83d\udc70\ud83c\udffd|\ud83d\udc70\ud83c\udffe|\ud83d\udc70\ud83c\udfff|\ud83d\udc70|\ud83d\udc71\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc71\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc71\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc71\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc71\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc71\u200d\u2640\ufe0f|\ud83d\udc71\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc71\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc71\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc71\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc71\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc71\u200d\u2642\ufe0f|\ud83d\udc71\ud83c\udffb|\ud83d\udc71\ud83c\udffc|\ud83d\udc71\ud83c\udffd|\ud83d\udc71\ud83c\udffe|\ud83d\udc71\ud83c\udfff|\ud83d\udc71|\ud83d\udc72\ud83c\udffb|\ud83d\udc72\ud83c\udffc|\ud83d\udc72\ud83c\udffd|\ud83d\udc72\ud83c\udffe|\ud83d\udc72\ud83c\udfff|\ud83d\udc72|\ud83d\udc73\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc73\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc73\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc73\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc73\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc73\u200d\u2640\ufe0f|\ud83d\udc73\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc73\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc73\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc73\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc73\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc73\u200d\u2642\ufe0f|\ud83d\udc73\ud83c\udffb|\ud83d\udc73\ud83c\udffc|\ud83d\udc73\ud83c\udffd|\ud83d\udc73\ud83c\udffe|\ud83d\udc73\ud83c\udfff|\ud83d\udc73|\ud83d\udc74\ud83c\udffb|\ud83d\udc74\ud83c\udffc|\ud83d\udc74\ud83c\udffd|\ud83d\udc74\ud83c\udffe|\ud83d\udc74\ud83c\udfff|\ud83d\udc74|\ud83d\udc75\ud83c\udffb|\ud83d\udc75\ud83c\udffc|\ud83d\udc75\ud83c\udffd|\ud83d\udc75\ud83c\udffe|\ud83d\udc75\ud83c\udfff|\ud83d\udc75|\ud83d\udc76\ud83c\udffb|\ud83d\udc76\ud83c\udffc|\ud83d\udc76\ud83c\udffd|\ud83d\udc76\ud83c\udffe|\ud83d\udc76\ud83c\udfff|\ud83d\udc76|\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc77\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc77\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc77\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc77\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc77\u200d\u2640\ufe0f|\ud83d\udc77\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc77\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc77\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc77\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc77\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc77\u200d\u2642\ufe0f|\ud83d\udc77\ud83c\udffb|\ud83d\udc77\ud83c\udffc|\ud83d\udc77\ud83c\udffd|\ud83d\udc77\ud83c\udffe|\ud83d\udc77\ud83c\udfff|\ud83d\udc77|\ud83d\udc78\ud83c\udffb|\ud83d\udc78\ud83c\udffc|\ud83d\udc78\ud83c\udffd|\ud83d\udc78\ud83c\udffe|\ud83d\udc78\ud83c\udfff|\ud83d\udc78|\ud83d\udc79|\ud83d\udc7a|\ud83d\udc7b|\ud83d\udc7c\ud83c\udffb|\ud83d\udc7c\ud83c\udffc|\ud83d\udc7c\ud83c\udffd|\ud83d\udc7c\ud83c\udffe|\ud83d\udc7c\ud83c\udfff|\ud83d\udc7c|\ud83d\udc7d|\ud83d\udc7e|\ud83d\udc7f|\ud83d\udc80|\ud83d\udc81\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc81\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc81\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc81\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc81\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc81\u200d\u2640\ufe0f|\ud83d\udc81\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc81\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc81\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc81\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc81\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc81\u200d\u2642\ufe0f|\ud83d\udc81\ud83c\udffb|\ud83d\udc81\ud83c\udffc|\ud83d\udc81\ud83c\udffd|\ud83d\udc81\ud83c\udffe|\ud83d\udc81\ud83c\udfff|\ud83d\udc81|\ud83d\udc82\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc82\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc82\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc82\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc82\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc82\u200d\u2640\ufe0f|\ud83d\udc82\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc82\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc82\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc82\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc82\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc82\u200d\u2642\ufe0f|\ud83d\udc82\ud83c\udffb|\ud83d\udc82\ud83c\udffc|\ud83d\udc82\ud83c\udffd|\ud83d\udc82\ud83c\udffe|\ud83d\udc82\ud83c\udfff|\ud83d\udc82|\ud83d\udc83\ud83c\udffb|\ud83d\udc83\ud83c\udffc|\ud83d\udc83\ud83c\udffd|\ud83d\udc83\ud83c\udffe|\ud83d\udc83\ud83c\udfff|\ud83d\udc83|\ud83d\udc84|\ud83d\udc85\ud83c\udffb|\ud83d\udc85\ud83c\udffc|\ud83d\udc85\ud83c\udffd|\ud83d\udc85\ud83c\udffe|\ud83d\udc85\ud83c\udfff|\ud83d\udc85|\ud83d\udc86\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc86\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc86\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc86\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc86\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc86\u200d\u2640\ufe0f|\ud83d\udc86\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc86\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc86\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc86\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc86\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc86\u200d\u2642\ufe0f|\ud83d\udc86\ud83c\udffb|\ud83d\udc86\ud83c\udffc|\ud83d\udc86\ud83c\udffd|\ud83d\udc86\ud83c\udffe|\ud83d\udc86\ud83c\udfff|\ud83d\udc86|\ud83d\udc87\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udc87\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udc87\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udc87\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udc87\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udc87\u200d\u2640\ufe0f|\ud83d\udc87\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udc87\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udc87\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udc87\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udc87\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udc87\u200d\u2642\ufe0f|\ud83d\udc87\ud83c\udffb|\ud83d\udc87\ud83c\udffc|\ud83d\udc87\ud83c\udffd|\ud83d\udc87\ud83c\udffe|\ud83d\udc87\ud83c\udfff|\ud83d\udc87|\ud83d\udc88|\ud83d\udc89|\ud83d\udc8a|\ud83d\udc8b|\ud83d\udc8c|\ud83d\udc8d|\ud83d\udc8e|\ud83d\udc8f|\ud83d\udc90|\ud83d\udc91|\ud83d\udc92|\ud83d\udc93|\ud83d\udc94|\ud83d\udc95|\ud83d\udc96|\ud83d\udc97|\ud83d\udc98|\ud83d\udc99|\ud83d\udc9a|\ud83d\udc9b|\ud83d\udc9c|\ud83d\udc9d|\ud83d\udc9e|\ud83d\udc9f|\ud83d\udca0|\ud83d\udca1|\ud83d\udca2|\ud83d\udca3|\ud83d\udca4|\ud83d\udca5|\ud83d\udca6|\ud83d\udca7|\ud83d\udca8|\ud83d\udca9|\ud83d\udcaa\ud83c\udffb|\ud83d\udcaa\ud83c\udffc|\ud83d\udcaa\ud83c\udffd|\ud83d\udcaa\ud83c\udffe|\ud83d\udcaa\ud83c\udfff|\ud83d\udcaa|\ud83d\udcab|\ud83d\udcac|\ud83d\udcad|\ud83d\udcae|\ud83d\udcaf|\ud83d\udcb0|\ud83d\udcb1|\ud83d\udcb2|\ud83d\udcb3|\ud83d\udcb4|\ud83d\udcb5|\ud83d\udcb6|\ud83d\udcb7|\ud83d\udcb8|\ud83d\udcb9|\ud83d\udcba|\ud83d\udcbb|\ud83d\udcbc|\ud83d\udcbd|\ud83d\udcbe|\ud83d\udcbf|\ud83d\udcc0|\ud83d\udcc1|\ud83d\udcc2|\ud83d\udcc3|\ud83d\udcc4|\ud83d\udcc5|\ud83d\udcc6|\ud83d\udcc7|\ud83d\udcc8|\ud83d\udcc9|\ud83d\udcca|\ud83d\udccb|\ud83d\udccc|\ud83d\udccd|\ud83d\udcce|\ud83d\udccf|\ud83d\udcd0|\ud83d\udcd1|\ud83d\udcd2|\ud83d\udcd3|\ud83d\udcd4|\ud83d\udcd5|\ud83d\udcd6|\ud83d\udcd7|\ud83d\udcd8|\ud83d\udcd9|\ud83d\udcda|\ud83d\udcdb|\ud83d\udcdc|\ud83d\udcdd|\ud83d\udcde|\ud83d\udcdf|\ud83d\udce0|\ud83d\udce1|\ud83d\udce2|\ud83d\udce3|\ud83d\udce4|\ud83d\udce5|\ud83d\udce6|\ud83d\udce7|\ud83d\udce8|\ud83d\udce9|\ud83d\udcea|\ud83d\udceb|\ud83d\udcec|\ud83d\udced|\ud83d\udcee|\ud83d\udcef|\ud83d\udcf0|\ud83d\udcf1|\ud83d\udcf2|\ud83d\udcf3|\ud83d\udcf4|\ud83d\udcf5|\ud83d\udcf6|\ud83d\udcf7|\ud83d\udcf8|\ud83d\udcf9|\ud83d\udcfa|\ud83d\udcfb|\ud83d\udcfc|\ud83d\udcfd\ufe0f|\ud83d\udcff|\ud83d\udd00|\ud83d\udd01|\ud83d\udd02|\ud83d\udd03|\ud83d\udd04|\ud83d\udd05|\ud83d\udd06|\ud83d\udd07|\ud83d\udd08|\ud83d\udd09|\ud83d\udd0a|\ud83d\udd0b|\ud83d\udd0c|\ud83d\udd0d|\ud83d\udd0e|\ud83d\udd0f|\ud83d\udd10|\ud83d\udd11|\ud83d\udd12|\ud83d\udd13|\ud83d\udd14|\ud83d\udd15|\ud83d\udd16|\ud83d\udd17|\ud83d\udd18|\ud83d\udd19|\ud83d\udd1a|\ud83d\udd1b|\ud83d\udd1c|\ud83d\udd1d|\ud83d\udd1e|\ud83d\udd1f|\ud83d\udd20|\ud83d\udd21|\ud83d\udd22|\ud83d\udd23|\ud83d\udd24|\ud83d\udd25|\ud83d\udd26|\ud83d\udd27|\ud83d\udd28|\ud83d\udd29|\ud83d\udd2a|\ud83d\udd2b|\ud83d\udd2c|\ud83d\udd2d|\ud83d\udd2e|\ud83d\udd2f|\ud83d\udd30|\ud83d\udd31|\ud83d\udd32|\ud83d\udd33|\ud83d\udd34|\ud83d\udd35|\ud83d\udd36|\ud83d\udd37|\ud83d\udd38|\ud83d\udd39|\ud83d\udd3a|\ud83d\udd3b|\ud83d\udd3c|\ud83d\udd3d|\ud83d\udd49\ufe0f|\ud83d\udd4a\ufe0f|\ud83d\udd4b|\ud83d\udd4c|\ud83d\udd4d|\ud83d\udd4e|\ud83d\udd50|\ud83d\udd51|\ud83d\udd52|\ud83d\udd53|\ud83d\udd54|\ud83d\udd55|\ud83d\udd56|\ud83d\udd57|\ud83d\udd58|\ud83d\udd59|\ud83d\udd5a|\ud83d\udd5b|\ud83d\udd5c|\ud83d\udd5d|\ud83d\udd5e|\ud83d\udd5f|\ud83d\udd60|\ud83d\udd61|\ud83d\udd62|\ud83d\udd63|\ud83d\udd64|\ud83d\udd65|\ud83d\udd66|\ud83d\udd67|\ud83d\udd6f\ufe0f|\ud83d\udd70\ufe0f|\ud83d\udd73\ufe0f|\ud83d\udd74\ud83c\udffb|\ud83d\udd74\ud83c\udffc|\ud83d\udd74\ud83c\udffd|\ud83d\udd74\ud83c\udffe|\ud83d\udd74\ud83c\udfff|\ud83d\udd74\ufe0f|\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udd75\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udd75\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udd75\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udd75\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udd75\ufe0f\u200d\u2640\ufe0f|\ud83d\udd75\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udd75\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udd75\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udd75\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udd75\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udd75\ufe0f\u200d\u2642\ufe0f|\ud83d\udd75\ud83c\udffb|\ud83d\udd75\ud83c\udffc|\ud83d\udd75\ud83c\udffd|\ud83d\udd75\ud83c\udffe|\ud83d\udd75\ud83c\udfff|\ud83d\udd75\ufe0f|\ud83d\udd76\ufe0f|\ud83d\udd77\ufe0f|\ud83d\udd78\ufe0f|\ud83d\udd79\ufe0f|\ud83d\udd7a\ud83c\udffb|\ud83d\udd7a\ud83c\udffc|\ud83d\udd7a\ud83c\udffd|\ud83d\udd7a\ud83c\udffe|\ud83d\udd7a\ud83c\udfff|\ud83d\udd7a|\ud83d\udd87\ufe0f|\ud83d\udd8a\ufe0f|\ud83d\udd8b\ufe0f|\ud83d\udd8c\ufe0f|\ud83d\udd8d\ufe0f|\ud83d\udd90\ud83c\udffb|\ud83d\udd90\ud83c\udffc|\ud83d\udd90\ud83c\udffd|\ud83d\udd90\ud83c\udffe|\ud83d\udd90\ud83c\udfff|\ud83d\udd90\ufe0f|\ud83d\udd95\ud83c\udffb|\ud83d\udd95\ud83c\udffc|\ud83d\udd95\ud83c\udffd|\ud83d\udd95\ud83c\udffe|\ud83d\udd95\ud83c\udfff|\ud83d\udd95|\ud83d\udd96\ud83c\udffb|\ud83d\udd96\ud83c\udffc|\ud83d\udd96\ud83c\udffd|\ud83d\udd96\ud83c\udffe|\ud83d\udd96\ud83c\udfff|\ud83d\udd96|\ud83d\udda4|\ud83d\udda5\ufe0f|\ud83d\udda8\ufe0f|\ud83d\uddb1\ufe0f|\ud83d\uddb2\ufe0f|\ud83d\uddbc\ufe0f|\ud83d\uddc2\ufe0f|\ud83d\uddc3\ufe0f|\ud83d\uddc4\ufe0f|\ud83d\uddd1\ufe0f|\ud83d\uddd2\ufe0f|\ud83d\uddd3\ufe0f|\ud83d\udddc\ufe0f|\ud83d\udddd\ufe0f|\ud83d\uddde\ufe0f|\ud83d\udde1\ufe0f|\ud83d\udde3\ufe0f|\ud83d\udde8\ufe0f|\ud83d\uddef\ufe0f|\ud83d\uddf3\ufe0f|\ud83d\uddfa\ufe0f|\ud83d\uddfb|\ud83d\uddfc|\ud83d\uddfd|\ud83d\uddfe|\ud83d\uddff|\ud83d\ude00|\ud83d\ude01|\ud83d\ude02|\ud83d\ude03|\ud83d\ude04|\ud83d\ude05|\ud83d\ude06|\ud83d\ude07|\ud83d\ude08|\ud83d\ude09|\ud83d\ude0a|\ud83d\ude0b|\ud83d\ude0c|\ud83d\ude0d|\ud83d\ude0e|\ud83d\ude0f|\ud83d\ude10|\ud83d\ude11|\ud83d\ude12|\ud83d\ude13|\ud83d\ude14|\ud83d\ude15|\ud83d\ude16|\ud83d\ude17|\ud83d\ude18|\ud83d\ude19|\ud83d\ude1a|\ud83d\ude1b|\ud83d\ude1c|\ud83d\ude1d|\ud83d\ude1e|\ud83d\ude1f|\ud83d\ude20|\ud83d\ude21|\ud83d\ude22|\ud83d\ude23|\ud83d\ude24|\ud83d\ude25|\ud83d\ude26|\ud83d\ude27|\ud83d\ude28|\ud83d\ude29|\ud83d\ude2a|\ud83d\ude2b|\ud83d\ude2c|\ud83d\ude2d|\ud83d\ude2e|\ud83d\ude2f|\ud83d\ude30|\ud83d\ude31|\ud83d\ude32|\ud83d\ude33|\ud83d\ude34|\ud83d\ude35|\ud83d\ude36|\ud83d\ude37|\ud83d\ude38|\ud83d\ude39|\ud83d\ude3a|\ud83d\ude3b|\ud83d\ude3c|\ud83d\ude3d|\ud83d\ude3e|\ud83d\ude3f|\ud83d\ude40|\ud83d\ude41|\ud83d\ude42|\ud83d\ude43|\ud83d\ude44|\ud83d\ude45\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude45\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude45\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude45\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude45\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude45\u200d\u2640\ufe0f|\ud83d\ude45\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude45\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude45\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude45\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude45\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude45\u200d\u2642\ufe0f|\ud83d\ude45\ud83c\udffb|\ud83d\ude45\ud83c\udffc|\ud83d\ude45\ud83c\udffd|\ud83d\ude45\ud83c\udffe|\ud83d\ude45\ud83c\udfff|\ud83d\ude45|\ud83d\ude46\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude46\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude46\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude46\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude46\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude46\u200d\u2640\ufe0f|\ud83d\ude46\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude46\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude46\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude46\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude46\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude46\u200d\u2642\ufe0f|\ud83d\ude46\ud83c\udffb|\ud83d\ude46\ud83c\udffc|\ud83d\ude46\ud83c\udffd|\ud83d\ude46\ud83c\udffe|\ud83d\ude46\ud83c\udfff|\ud83d\ude46|\ud83d\ude47\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude47\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude47\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude47\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude47\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude47\u200d\u2640\ufe0f|\ud83d\ude47\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude47\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude47\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude47\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude47\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude47\u200d\u2642\ufe0f|\ud83d\ude47\ud83c\udffb|\ud83d\ude47\ud83c\udffc|\ud83d\ude47\ud83c\udffd|\ud83d\ude47\ud83c\udffe|\ud83d\ude47\ud83c\udfff|\ud83d\ude47|\ud83d\ude48|\ud83d\ude49|\ud83d\ude4a|\ud83d\ude4b\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude4b\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude4b\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude4b\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude4b\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude4b\u200d\u2640\ufe0f|\ud83d\ude4b\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude4b\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude4b\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude4b\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude4b\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude4b\u200d\u2642\ufe0f|\ud83d\ude4b\ud83c\udffb|\ud83d\ude4b\ud83c\udffc|\ud83d\ude4b\ud83c\udffd|\ud83d\ude4b\ud83c\udffe|\ud83d\ude4b\ud83c\udfff|\ud83d\ude4b|\ud83d\ude4c\ud83c\udffb|\ud83d\ude4c\ud83c\udffc|\ud83d\ude4c\ud83c\udffd|\ud83d\ude4c\ud83c\udffe|\ud83d\ude4c\ud83c\udfff|\ud83d\ude4c|\ud83d\ude4d\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude4d\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude4d\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude4d\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude4d\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude4d\u200d\u2640\ufe0f|\ud83d\ude4d\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude4d\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude4d\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude4d\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude4d\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude4d\u200d\u2642\ufe0f|\ud83d\ude4d\ud83c\udffb|\ud83d\ude4d\ud83c\udffc|\ud83d\ude4d\ud83c\udffd|\ud83d\ude4d\ud83c\udffe|\ud83d\ude4d\ud83c\udfff|\ud83d\ude4d|\ud83d\ude4e\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\ude4e\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\ude4e\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\ude4e\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\ude4e\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\ude4e\u200d\u2640\ufe0f|\ud83d\ude4e\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\ude4e\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\ude4e\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\ude4e\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\ude4e\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\ude4e\u200d\u2642\ufe0f|\ud83d\ude4e\ud83c\udffb|\ud83d\ude4e\ud83c\udffc|\ud83d\ude4e\ud83c\udffd|\ud83d\ude4e\ud83c\udffe|\ud83d\ude4e\ud83c\udfff|\ud83d\ude4e|\ud83d\ude4f\ud83c\udffb|\ud83d\ude4f\ud83c\udffc|\ud83d\ude4f\ud83c\udffd|\ud83d\ude4f\ud83c\udffe|\ud83d\ude4f\ud83c\udfff|\ud83d\ude4f|\ud83d\ude80|\ud83d\ude81|\ud83d\ude82|\ud83d\ude83|\ud83d\ude84|\ud83d\ude85|\ud83d\ude86|\ud83d\ude87|\ud83d\ude88|\ud83d\ude89|\ud83d\ude8a|\ud83d\ude8b|\ud83d\ude8c|\ud83d\ude8d|\ud83d\ude8e|\ud83d\ude8f|\ud83d\ude90|\ud83d\ude91|\ud83d\ude92|\ud83d\ude93|\ud83d\ude94|\ud83d\ude95|\ud83d\ude96|\ud83d\ude97|\ud83d\ude98|\ud83d\ude99|\ud83d\ude9a|\ud83d\ude9b|\ud83d\ude9c|\ud83d\ude9d|\ud83d\ude9e|\ud83d\ude9f|\ud83d\udea0|\ud83d\udea1|\ud83d\udea2|\ud83d\udea3\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udea3\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udea3\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udea3\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udea3\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udea3\u200d\u2640\ufe0f|\ud83d\udea3\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udea3\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udea3\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udea3\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udea3\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udea3\u200d\u2642\ufe0f|\ud83d\udea3\ud83c\udffb|\ud83d\udea3\ud83c\udffc|\ud83d\udea3\ud83c\udffd|\ud83d\udea3\ud83c\udffe|\ud83d\udea3\ud83c\udfff|\ud83d\udea3|\ud83d\udea4|\ud83d\udea5|\ud83d\udea6|\ud83d\udea7|\ud83d\udea8|\ud83d\udea9|\ud83d\udeaa|\ud83d\udeab|\ud83d\udeac|\ud83d\udead|\ud83d\udeae|\ud83d\udeaf|\ud83d\udeb0|\ud83d\udeb1|\ud83d\udeb2|\ud83d\udeb3|\ud83d\udeb4\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udeb4\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udeb4\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udeb4\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udeb4\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udeb4\u200d\u2640\ufe0f|\ud83d\udeb4\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udeb4\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udeb4\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udeb4\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udeb4\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udeb4\u200d\u2642\ufe0f|\ud83d\udeb4\ud83c\udffb|\ud83d\udeb4\ud83c\udffc|\ud83d\udeb4\ud83c\udffd|\ud83d\udeb4\ud83c\udffe|\ud83d\udeb4\ud83c\udfff|\ud83d\udeb4|\ud83d\udeb5\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udeb5\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udeb5\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udeb5\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udeb5\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udeb5\u200d\u2640\ufe0f|\ud83d\udeb5\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udeb5\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udeb5\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udeb5\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udeb5\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udeb5\u200d\u2642\ufe0f|\ud83d\udeb5\ud83c\udffb|\ud83d\udeb5\ud83c\udffc|\ud83d\udeb5\ud83c\udffd|\ud83d\udeb5\ud83c\udffe|\ud83d\udeb5\ud83c\udfff|\ud83d\udeb5|\ud83d\udeb6\ud83c\udffb\u200d\u2640\ufe0f|\ud83d\udeb6\ud83c\udffc\u200d\u2640\ufe0f|\ud83d\udeb6\ud83c\udffd\u200d\u2640\ufe0f|\ud83d\udeb6\ud83c\udffe\u200d\u2640\ufe0f|\ud83d\udeb6\ud83c\udfff\u200d\u2640\ufe0f|\ud83d\udeb6\u200d\u2640\ufe0f|\ud83d\udeb6\ud83c\udffb\u200d\u2642\ufe0f|\ud83d\udeb6\ud83c\udffc\u200d\u2642\ufe0f|\ud83d\udeb6\ud83c\udffd\u200d\u2642\ufe0f|\ud83d\udeb6\ud83c\udffe\u200d\u2642\ufe0f|\ud83d\udeb6\ud83c\udfff\u200d\u2642\ufe0f|\ud83d\udeb6\u200d\u2642\ufe0f|\ud83d\udeb6\ud83c\udffb|\ud83d\udeb6\ud83c\udffc|\ud83d\udeb6\ud83c\udffd|\ud83d\udeb6\ud83c\udffe|\ud83d\udeb6\ud83c\udfff|\ud83d\udeb6|\ud83d\udeb7|\ud83d\udeb8|\ud83d\udeb9|\ud83d\udeba|\ud83d\udebb|\ud83d\udebc|\ud83d\udebd|\ud83d\udebe|\ud83d\udebf|\ud83d\udec0\ud83c\udffb|\ud83d\udec0\ud83c\udffc|\ud83d\udec0\ud83c\udffd|\ud83d\udec0\ud83c\udffe|\ud83d\udec0\ud83c\udfff|\ud83d\udec0|\ud83d\udec1|\ud83d\udec2|\ud83d\udec3|\ud83d\udec4|\ud83d\udec5|\ud83d\udecb\ufe0f|\ud83d\udecc\ud83c\udffb|\ud83d\udecc\ud83c\udffc|\ud83d\udecc\ud83c\udffd|\ud83d\udecc\ud83c\udffe|\ud83d\udecc\ud83c\udfff|\ud83d\udecc|\ud83d\udecd\ufe0f|\ud83d\udece\ufe0f|\ud83d\udecf\ufe0f|\ud83d\uded0|\ud83d\uded1|\ud83d\uded2|\ud83d\udee0\ufe0f|\ud83d\udee1\ufe0f|\ud83d\udee2\ufe0f|\ud83d\udee3\ufe0f|\ud83d\udee4\ufe0f|\ud83d\udee5\ufe0f|\ud83d\udee9\ufe0f|\ud83d\udeeb|\ud83d\udeec|\ud83d\udef0\ufe0f|\ud83d\udef3\ufe0f|\ud83d\udef4|\ud83d\udef5|\ud83d\udef6|\ud83d\udef7|\ud83d\udef8|\ud83d\udef9|\ud83e\udd10|\ud83e\udd11|\ud83e\udd12|\ud83e\udd13|\ud83e\udd14|\ud83e\udd15|\ud83e\udd16|\ud83e\udd17|\ud83e\udd18\ud83c\udffb|\ud83e\udd18\ud83c\udffc|\ud83e\udd18\ud83c\udffd|\ud83e\udd18\ud83c\udffe|\ud83e\udd18\ud83c\udfff|\ud83e\udd18|\ud83e\udd19\ud83c\udffb|\ud83e\udd19\ud83c\udffc|\ud83e\udd19\ud83c\udffd|\ud83e\udd19\ud83c\udffe|\ud83e\udd19\ud83c\udfff|\ud83e\udd19|\ud83e\udd1a\ud83c\udffb|\ud83e\udd1a\ud83c\udffc|\ud83e\udd1a\ud83c\udffd|\ud83e\udd1a\ud83c\udffe|\ud83e\udd1a\ud83c\udfff|\ud83e\udd1a|\ud83e\udd1b\ud83c\udffb|\ud83e\udd1b\ud83c\udffc|\ud83e\udd1b\ud83c\udffd|\ud83e\udd1b\ud83c\udffe|\ud83e\udd1b\ud83c\udfff|\ud83e\udd1b|\ud83e\udd1c\ud83c\udffb|\ud83e\udd1c\ud83c\udffc|\ud83e\udd1c\ud83c\udffd|\ud83e\udd1c\ud83c\udffe|\ud83e\udd1c\ud83c\udfff|\ud83e\udd1c|\ud83e\udd1d|\ud83e\udd1e\ud83c\udffb|\ud83e\udd1e\ud83c\udffc|\ud83e\udd1e\ud83c\udffd|\ud83e\udd1e\ud83c\udffe|\ud83e\udd1e\ud83c\udfff|\ud83e\udd1e|\ud83e\udd1f\ud83c\udffb|\ud83e\udd1f\ud83c\udffc|\ud83e\udd1f\ud83c\udffd|\ud83e\udd1f\ud83c\udffe|\ud83e\udd1f\ud83c\udfff|\ud83e\udd1f|\ud83e\udd20|\ud83e\udd21|\ud83e\udd22|\ud83e\udd23|\ud83e\udd24|\ud83e\udd25|\ud83e\udd26\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd26\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd26\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd26\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd26\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd26\u200d\u2640\ufe0f|\ud83e\udd26\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd26\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd26\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd26\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd26\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd26\u200d\u2642\ufe0f|\ud83e\udd26\ud83c\udffb|\ud83e\udd26\ud83c\udffc|\ud83e\udd26\ud83c\udffd|\ud83e\udd26\ud83c\udffe|\ud83e\udd26\ud83c\udfff|\ud83e\udd26|\ud83e\udd27|\ud83e\udd28|\ud83e\udd29|\ud83e\udd2a|\ud83e\udd2b|\ud83e\udd2c|\ud83e\udd2d|\ud83e\udd2e|\ud83e\udd2f|\ud83e\udd30\ud83c\udffb|\ud83e\udd30\ud83c\udffc|\ud83e\udd30\ud83c\udffd|\ud83e\udd30\ud83c\udffe|\ud83e\udd30\ud83c\udfff|\ud83e\udd30|\ud83e\udd31\ud83c\udffb|\ud83e\udd31\ud83c\udffc|\ud83e\udd31\ud83c\udffd|\ud83e\udd31\ud83c\udffe|\ud83e\udd31\ud83c\udfff|\ud83e\udd31|\ud83e\udd32\ud83c\udffb|\ud83e\udd32\ud83c\udffc|\ud83e\udd32\ud83c\udffd|\ud83e\udd32\ud83c\udffe|\ud83e\udd32\ud83c\udfff|\ud83e\udd32|\ud83e\udd33\ud83c\udffb|\ud83e\udd33\ud83c\udffc|\ud83e\udd33\ud83c\udffd|\ud83e\udd33\ud83c\udffe|\ud83e\udd33\ud83c\udfff|\ud83e\udd33|\ud83e\udd34\ud83c\udffb|\ud83e\udd34\ud83c\udffc|\ud83e\udd34\ud83c\udffd|\ud83e\udd34\ud83c\udffe|\ud83e\udd34\ud83c\udfff|\ud83e\udd34|\ud83e\udd35\ud83c\udffb|\ud83e\udd35\ud83c\udffc|\ud83e\udd35\ud83c\udffd|\ud83e\udd35\ud83c\udffe|\ud83e\udd35\ud83c\udfff|\ud83e\udd35|\ud83e\udd36\ud83c\udffb|\ud83e\udd36\ud83c\udffc|\ud83e\udd36\ud83c\udffd|\ud83e\udd36\ud83c\udffe|\ud83e\udd36\ud83c\udfff|\ud83e\udd36|\ud83e\udd37\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd37\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd37\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd37\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd37\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd37\u200d\u2640\ufe0f|\ud83e\udd37\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd37\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd37\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd37\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd37\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd37\u200d\u2642\ufe0f|\ud83e\udd37\ud83c\udffb|\ud83e\udd37\ud83c\udffc|\ud83e\udd37\ud83c\udffd|\ud83e\udd37\ud83c\udffe|\ud83e\udd37\ud83c\udfff|\ud83e\udd37|\ud83e\udd38\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd38\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd38\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd38\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd38\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd38\u200d\u2640\ufe0f|\ud83e\udd38\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd38\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd38\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd38\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd38\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd38\u200d\u2642\ufe0f|\ud83e\udd38\ud83c\udffb|\ud83e\udd38\ud83c\udffc|\ud83e\udd38\ud83c\udffd|\ud83e\udd38\ud83c\udffe|\ud83e\udd38\ud83c\udfff|\ud83e\udd38|\ud83e\udd39\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd39\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd39\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd39\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd39\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd39\u200d\u2640\ufe0f|\ud83e\udd39\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd39\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd39\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd39\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd39\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd39\u200d\u2642\ufe0f|\ud83e\udd39\ud83c\udffb|\ud83e\udd39\ud83c\udffc|\ud83e\udd39\ud83c\udffd|\ud83e\udd39\ud83c\udffe|\ud83e\udd39\ud83c\udfff|\ud83e\udd39|\ud83e\udd3a|\ud83e\udd3c\u200d\u2640\ufe0f|\ud83e\udd3c\u200d\u2642\ufe0f|\ud83e\udd3c|\ud83e\udd3d\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd3d\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd3d\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd3d\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd3d\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd3d\u200d\u2640\ufe0f|\ud83e\udd3d\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd3d\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd3d\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd3d\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd3d\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd3d\u200d\u2642\ufe0f|\ud83e\udd3d\ud83c\udffb|\ud83e\udd3d\ud83c\udffc|\ud83e\udd3d\ud83c\udffd|\ud83e\udd3d\ud83c\udffe|\ud83e\udd3d\ud83c\udfff|\ud83e\udd3d|\ud83e\udd3e\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udd3e\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udd3e\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udd3e\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udd3e\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udd3e\u200d\u2640\ufe0f|\ud83e\udd3e\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udd3e\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udd3e\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udd3e\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udd3e\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udd3e\u200d\u2642\ufe0f|\ud83e\udd3e\ud83c\udffb|\ud83e\udd3e\ud83c\udffc|\ud83e\udd3e\ud83c\udffd|\ud83e\udd3e\ud83c\udffe|\ud83e\udd3e\ud83c\udfff|\ud83e\udd3e|\ud83e\udd40|\ud83e\udd41|\ud83e\udd42|\ud83e\udd43|\ud83e\udd44|\ud83e\udd45|\ud83e\udd47|\ud83e\udd48|\ud83e\udd49|\ud83e\udd4a|\ud83e\udd4b|\ud83e\udd4c|\ud83e\udd4d|\ud83e\udd4e|\ud83e\udd4f|\ud83e\udd50|\ud83e\udd51|\ud83e\udd52|\ud83e\udd53|\ud83e\udd54|\ud83e\udd55|\ud83e\udd56|\ud83e\udd57|\ud83e\udd58|\ud83e\udd59|\ud83e\udd5a|\ud83e\udd5b|\ud83e\udd5c|\ud83e\udd5d|\ud83e\udd5e|\ud83e\udd5f|\ud83e\udd60|\ud83e\udd61|\ud83e\udd62|\ud83e\udd63|\ud83e\udd64|\ud83e\udd65|\ud83e\udd66|\ud83e\udd67|\ud83e\udd68|\ud83e\udd69|\ud83e\udd6a|\ud83e\udd6b|\ud83e\udd6c|\ud83e\udd6d|\ud83e\udd6e|\ud83e\udd6f|\ud83e\udd70|\ud83e\udd73|\ud83e\udd74|\ud83e\udd75|\ud83e\udd76|\ud83e\udd7a|\ud83e\udd7c|\ud83e\udd7d|\ud83e\udd7e|\ud83e\udd7f|\ud83e\udd80|\ud83e\udd81|\ud83e\udd82|\ud83e\udd83|\ud83e\udd84|\ud83e\udd85|\ud83e\udd86|\ud83e\udd87|\ud83e\udd88|\ud83e\udd89|\ud83e\udd8a|\ud83e\udd8b|\ud83e\udd8c|\ud83e\udd8d|\ud83e\udd8e|\ud83e\udd8f|\ud83e\udd90|\ud83e\udd91|\ud83e\udd92|\ud83e\udd93|\ud83e\udd94|\ud83e\udd95|\ud83e\udd96|\ud83e\udd97|\ud83e\udd98|\ud83e\udd99|\ud83e\udd9a|\ud83e\udd9b|\ud83e\udd9c|\ud83e\udd9d|\ud83e\udd9e|\ud83e\udd9f|\ud83e\udda0|\ud83e\udda1|\ud83e\udda2|\ud83e\uddb4|\ud83e\uddb5|\ud83e\uddb6|\ud83e\uddb7|\ud83e\uddc0|\ud83e\uddc1|\ud83e\uddc2|\ud83e\uddd0|\ud83e\uddd1\ud83c\udffb|\ud83e\uddd1\ud83c\udffc|\ud83e\uddd1\ud83c\udffd|\ud83e\uddd1\ud83c\udffe|\ud83e\uddd1\ud83c\udfff|\ud83e\uddd1|\ud83e\uddd2\ud83c\udffb|\ud83e\uddd2\ud83c\udffc|\ud83e\uddd2\ud83c\udffd|\ud83e\uddd2\ud83c\udffe|\ud83e\uddd2\ud83c\udfff|\ud83e\uddd2|\ud83e\uddd3\ud83c\udffb|\ud83e\uddd3\ud83c\udffc|\ud83e\uddd3\ud83c\udffd|\ud83e\uddd3\ud83c\udffe|\ud83e\uddd3\ud83c\udfff|\ud83e\uddd3|\ud83e\uddd4\ud83c\udffb|\ud83e\uddd4\ud83c\udffc|\ud83e\uddd4\ud83c\udffd|\ud83e\uddd4\ud83c\udffe|\ud83e\uddd4\ud83c\udfff|\ud83e\uddd4|\ud83e\uddd5\ud83c\udffb|\ud83e\uddd5\ud83c\udffc|\ud83e\uddd5\ud83c\udffd|\ud83e\uddd5\ud83c\udffe|\ud83e\uddd5\ud83c\udfff|\ud83e\uddd5|\ud83e\uddd6\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\uddd6\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\uddd6\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\uddd6\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\uddd6\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\uddd6\u200d\u2640\ufe0f|\ud83e\uddd6\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\uddd6\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\uddd6\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\uddd6\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\uddd6\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\uddd6\u200d\u2642\ufe0f|\ud83e\uddd6\ud83c\udffb|\ud83e\uddd6\ud83c\udffc|\ud83e\uddd6\ud83c\udffd|\ud83e\uddd6\ud83c\udffe|\ud83e\uddd6\ud83c\udfff|\ud83e\uddd6|\ud83e\uddd7\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\uddd7\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\uddd7\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\uddd7\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\uddd7\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\uddd7\u200d\u2640\ufe0f|\ud83e\uddd7\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\uddd7\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\uddd7\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\uddd7\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\uddd7\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\uddd7\u200d\u2642\ufe0f|\ud83e\uddd7\ud83c\udffb|\ud83e\uddd7\ud83c\udffc|\ud83e\uddd7\ud83c\udffd|\ud83e\uddd7\ud83c\udffe|\ud83e\uddd7\ud83c\udfff|\ud83e\uddd7|\ud83e\uddd8\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\uddd8\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\uddd8\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\uddd8\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\uddd8\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\uddd8\u200d\u2640\ufe0f|\ud83e\uddd8\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\uddd8\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\uddd8\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\uddd8\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\uddd8\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\uddd8\u200d\u2642\ufe0f|\ud83e\uddd8\ud83c\udffb|\ud83e\uddd8\ud83c\udffc|\ud83e\uddd8\ud83c\udffd|\ud83e\uddd8\ud83c\udffe|\ud83e\uddd8\ud83c\udfff|\ud83e\uddd8|\ud83e\uddd9\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\uddd9\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\uddd9\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\uddd9\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\uddd9\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\uddd9\u200d\u2640\ufe0f|\ud83e\uddd9\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\uddd9\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\uddd9\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\uddd9\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\uddd9\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\uddd9\u200d\u2642\ufe0f|\ud83e\uddd9\ud83c\udffb|\ud83e\uddd9\ud83c\udffc|\ud83e\uddd9\ud83c\udffd|\ud83e\uddd9\ud83c\udffe|\ud83e\uddd9\ud83c\udfff|\ud83e\uddd9|\ud83e\uddda\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\uddda\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\uddda\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\uddda\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\uddda\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\uddda\u200d\u2640\ufe0f|\ud83e\uddda\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\uddda\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\uddda\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\uddda\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\uddda\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\uddda\u200d\u2642\ufe0f|\ud83e\uddda\ud83c\udffb|\ud83e\uddda\ud83c\udffc|\ud83e\uddda\ud83c\udffd|\ud83e\uddda\ud83c\udffe|\ud83e\uddda\ud83c\udfff|\ud83e\uddda|\ud83e\udddb\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udddb\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udddb\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udddb\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udddb\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udddb\u200d\u2640\ufe0f|\ud83e\udddb\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udddb\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udddb\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udddb\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udddb\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udddb\u200d\u2642\ufe0f|\ud83e\udddb\ud83c\udffb|\ud83e\udddb\ud83c\udffc|\ud83e\udddb\ud83c\udffd|\ud83e\udddb\ud83c\udffe|\ud83e\udddb\ud83c\udfff|\ud83e\udddb|\ud83e\udddc\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udddc\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udddc\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udddc\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udddc\u200d\u2640\ufe0f|\ud83e\udddc\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udddc\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udddc\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udddc\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udddc\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udddc\u200d\u2642\ufe0f|\ud83e\udddc\ud83c\udffb|\ud83e\udddc\ud83c\udffc|\ud83e\udddc\ud83c\udffd|\ud83e\udddc\ud83c\udffe|\ud83e\udddc\ud83c\udfff|\ud83e\udddc|\ud83e\udddd\ud83c\udffb\u200d\u2640\ufe0f|\ud83e\udddd\ud83c\udffc\u200d\u2640\ufe0f|\ud83e\udddd\ud83c\udffd\u200d\u2640\ufe0f|\ud83e\udddd\ud83c\udffe\u200d\u2640\ufe0f|\ud83e\udddd\ud83c\udfff\u200d\u2640\ufe0f|\ud83e\udddd\u200d\u2640\ufe0f|\ud83e\udddd\ud83c\udffb\u200d\u2642\ufe0f|\ud83e\udddd\ud83c\udffc\u200d\u2642\ufe0f|\ud83e\udddd\ud83c\udffd\u200d\u2642\ufe0f|\ud83e\udddd\ud83c\udffe\u200d\u2642\ufe0f|\ud83e\udddd\ud83c\udfff\u200d\u2642\ufe0f|\ud83e\udddd\u200d\u2642\ufe0f|\ud83e\udddd\ud83c\udffb|\ud83e\udddd\ud83c\udffc|\ud83e\udddd\ud83c\udffd|\ud83e\udddd\ud83c\udffe|\ud83e\udddd\ud83c\udfff|\ud83e\udddd|\ud83e\uddde\u200d\u2640\ufe0f|\ud83e\uddde\u200d\u2642\ufe0f|\ud83e\uddde|\ud83e\udddf\u200d\u2640\ufe0f|\ud83e\udddf\u200d\u2642\ufe0f|\ud83e\udddf|\ud83e\udde0|\ud83e\udde1|\ud83e\udde2|\ud83e\udde3|\ud83e\udde4|\ud83e\udde5|\ud83e\udde6|\ud83e\udde7|\ud83e\udde8|\ud83e\udde9|\ud83e\uddea|\ud83e\uddeb|\ud83e\uddec|\ud83e\udded|\ud83e\uddee|\ud83e\uddef|\ud83e\uddf0|\ud83e\uddf1|\ud83e\uddf2|\ud83e\uddf3|\ud83e\uddf4|\ud83e\uddf5|\ud83e\uddf6|\ud83e\uddf7|\ud83e\uddf8|\ud83e\uddf9|\ud83e\uddfa|\ud83e\uddfb|\ud83e\uddfc|\ud83e\uddfd|\ud83e\uddfe|\ud83e\uddff|\u203c\ufe0f|\u2049\ufe0f|\u2122\ufe0f|\u2139\ufe0f|\u2194\ufe0f|\u2195\ufe0f|\u2196\ufe0f|\u2197\ufe0f|\u2198\ufe0f|\u2199\ufe0f|\u21a9\ufe0f|\u21aa\ufe0f|\u231a|\u231b|\u2328\ufe0f|\u23cf\ufe0f|\u23e9|\u23ea|\u23eb|\u23ec|\u23ed\ufe0f|\u23ee\ufe0f|\u23ef\ufe0f|\u23f0|\u23f1\ufe0f|\u23f2\ufe0f|\u23f3|\u23f8\ufe0f|\u23f9\ufe0f|\u23fa\ufe0f|\u24c2\ufe0f|\u25aa\ufe0f|\u25ab\ufe0f|\u25b6\ufe0f|\u25c0\ufe0f|\u25fb\ufe0f|\u25fc\ufe0f|\u25fd|\u25fe|\u2600\ufe0f|\u2601\ufe0f|\u2602\ufe0f|\u2603\ufe0f|\u2604\ufe0f|\u260e\ufe0f|\u2611\ufe0f|\u2614|\u2615|\u2618\ufe0f|\u261d\ud83c\udffb|\u261d\ud83c\udffc|\u261d\ud83c\udffd|\u261d\ud83c\udffe|\u261d\ud83c\udfff|\u261d\ufe0f|\u2620\ufe0f|\u2622\ufe0f|\u2623\ufe0f|\u2626\ufe0f|\u262a\ufe0f|\u262e\ufe0f|\u262f\ufe0f|\u2638\ufe0f|\u2639\ufe0f|\u263a\ufe0f|\u2648|\u2649|\u264a|\u264b|\u264c|\u264d|\u264e|\u264f|\u2650|\u2651|\u2652|\u2653|\u2660\ufe0f|\u2663\ufe0f|\u2665\ufe0f|\u2666\ufe0f|\u2668\ufe0f|\u267b\ufe0f|\u267f|\u2692\ufe0f|\u2693|\u2694\ufe0f|\u2696\ufe0f|\u2697\ufe0f|\u2699\ufe0f|\u269b\ufe0f|\u269c\ufe0f|\u26a0\ufe0f|\u26a1|\u26aa|\u26ab|\u26b0\ufe0f|\u26b1\ufe0f|\u26bd|\u26be|\u26c4|\u26c5|\u26c8\ufe0f|\u26ce|\u26cf\ufe0f|\u26d1\ufe0f|\u26d3\ufe0f|\u26d4|\u26e9\ufe0f|\u26ea|\u26f0\ufe0f|\u26f1\ufe0f|\u26f2|\u26f3|\u26f4\ufe0f|\u26f5|\u26f7\ufe0f|\u26f8\ufe0f|\u26f9\ud83c\udffb\u200d\u2640\ufe0f|\u26f9\ud83c\udffc\u200d\u2640\ufe0f|\u26f9\ud83c\udffd\u200d\u2640\ufe0f|\u26f9\ud83c\udffe\u200d\u2640\ufe0f|\u26f9\ud83c\udfff\u200d\u2640\ufe0f|\u26f9\ufe0f\u200d\u2640\ufe0f|\u26f9\ud83c\udffb\u200d\u2642\ufe0f|\u26f9\ud83c\udffc\u200d\u2642\ufe0f|\u26f9\ud83c\udffd\u200d\u2642\ufe0f|\u26f9\ud83c\udffe\u200d\u2642\ufe0f|\u26f9\ud83c\udfff\u200d\u2642\ufe0f|\u26f9\ufe0f\u200d\u2642\ufe0f|\u26f9\ud83c\udffb|\u26f9\ud83c\udffc|\u26f9\ud83c\udffd|\u26f9\ud83c\udffe|\u26f9\ud83c\udfff|\u26f9\ufe0f|\u26fa|\u26fd|\u2702\ufe0f|\u2705|\u2708\ufe0f|\u2709\ufe0f|\u270a\ud83c\udffb|\u270a\ud83c\udffc|\u270a\ud83c\udffd|\u270a\ud83c\udffe|\u270a\ud83c\udfff|\u270a|\u270b\ud83c\udffb|\u270b\ud83c\udffc|\u270b\ud83c\udffd|\u270b\ud83c\udffe|\u270b\ud83c\udfff|\u270b|\u270c\ud83c\udffb|\u270c\ud83c\udffc|\u270c\ud83c\udffd|\u270c\ud83c\udffe|\u270c\ud83c\udfff|\u270c\ufe0f|\u270d\ud83c\udffb|\u270d\ud83c\udffc|\u270d\ud83c\udffd|\u270d\ud83c\udffe|\u270d\ud83c\udfff|\u270d\ufe0f|\u270f\ufe0f|\u2712\ufe0f|\u2714\ufe0f|\u2716\ufe0f|\u271d\ufe0f|\u2721\ufe0f|\u2728|\u2733\ufe0f|\u2734\ufe0f|\u2744\ufe0f|\u2747\ufe0f|\u274c|\u274e|\u2753|\u2754|\u2755|\u2757|\u2763\ufe0f|\u2764\ufe0f|\u2795|\u2796|\u2797|\u27a1\ufe0f|\u27b0|\u27bf|\u2934\ufe0f|\u2935\ufe0f|\u2b05\ufe0f|\u2b06\ufe0f|\u2b07\ufe0f|\u2b1b|\u2b1c|\u2b50|\u2b55|\u3030\ufe0f|\u303d\ufe0f|\u3297\ufe0f|\u3299\ufe0f/g, - - emojiPath: '/luci-static/vssr/emoji/', - - //表情图片的最大尺寸 - maxSize: 20, - - emoji: function(text) { - - //在第一次调用的时候检查浏览器是否支持emoji符号 - var supportEmoji = false, - UA = navigator.userAgent; - - if (UA.match(/Mac\s+OS/i) && !UA.match(/(Chrome|Firefox)/i)) { - supportEmoji = true; - } - - //如果浏览器支持原生的emoji,无需转换,把转换方法置空 - if (supportEmoji) { - Emoji.emoji = function() {}; - - //置空$().emoji()方法 - if (typeof $ !== 'undefined') { - $.fn.emoji = function() {}; - return false; //return false是为了终止$().each()循环 - } - } else { - - //判断屏幕分辨率,如果是高清屏的话使用稍大尺寸的表情图片 - var pixelRatio = parseFloat(window.devicePixelRatio) || 1; - if (pixelRatio > 1.2) { - Emoji.emojiPath += '2x/'; - } - - Emoji.emoji = function(text) { - setTimeout(function() { - Emoji.trans(text); - }, 0); - } - - Emoji.emoji(text); - } - }, - - trans: function(text) { - var isElement, el, fontSize; - if (text.nodeType) { - el = text; - fontSize = (el.currentStyle || window.getComputedStyle(el, ''))['fontSize']; - - //IE浏览器下如果css中的font-size单位不是象素的话,需要转换一下 - if (!/px$/i.test(fontSize)) { - var left = el.style.left; - el.style.left = '1em'; - - fontSize = el.style.pixelLeft; - el.style.left = left; - } - - fontSize = parseFloat(fontSize); - text = el.innerHTML; - isElement = true; - } else { - fontSize = fontSize || 14; - } - - fontSize += 4; - fontSize = Math.min(fontSize, Emoji.maxSize); - - text = text.replace(Emoji.reg, function(code) { - return ''; - }); - - if (isElement) { - el.innerHTML = text; - } - return text; - }, - - //编码转换 - _escapeToUtf32: function(str) { - var escaped = [], - unicodeCodes = Emoji._convertStringToUnicodeCodePoints(str), - i = 0, - l = unicodeCodes.length, - hex; - - for (; i < l; i++) { - hex = unicodeCodes[i].toString(16); - escaped.push('0000'.substr(hex.length) + hex); - } - return escaped.join('-'); - }, - - _convertStringToUnicodeCodePoints: function(str) { - var surrogate1st = 0, - unicodeCodes = [], - i = 0, - l = str.length; - - for (; i < l; i++) { - var utf16Code = str.charCodeAt(i); - if (surrogate1st != 0) { - if (utf16Code >= 0xDC00 && utf16Code <= 0xDFFF) { - var surrogate2nd = utf16Code, - unicodeCode = (surrogate1st - 0xD800) * (1 << 10) + (1 << 16) + (surrogate2nd - 0xDC00); - unicodeCodes.push(unicodeCode); - } - surrogate1st = 0; - } else if (utf16Code >= 0xD800 && utf16Code <= 0xDBFF) { - surrogate1st = utf16Code; - } else { - unicodeCodes.push(utf16Code); - } - } - return unicodeCodes; - } -}; - -if (typeof $ !== 'undefined') { - $.fn.emoji = function() { - this.each(function(index, element) { - Emoji.emoji(element); - }); - }; -} diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png deleted file mode 100644 index faa8a02b8c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png deleted file mode 100644 index 23cd3af026..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png deleted file mode 100644 index fe7e5b5fe3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png deleted file mode 100644 index ee40e8e4cc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png deleted file mode 100644 index 4de58ebd25..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png deleted file mode 100644 index 31e47ef74a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png deleted file mode 100644 index 636e46da12..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png deleted file mode 100644 index 3a6d140114..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png deleted file mode 100644 index 8344286edf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png deleted file mode 100644 index 63605a0e6f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png deleted file mode 100644 index 4fb998d889..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png deleted file mode 100644 index dcf574f8d0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png deleted file mode 100644 index f00c54d18e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png deleted file mode 100644 index 6d31f93e70..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png deleted file mode 100644 index 19bf7238a4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png deleted file mode 100644 index 91ff29f685..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png deleted file mode 100644 index d49b9a2b5c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png deleted file mode 100644 index b0044c7d7f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png deleted file mode 100644 index 94738e8933..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png deleted file mode 100644 index b0e4bd4a94..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png deleted file mode 100644 index a894e52d07..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png deleted file mode 100644 index 4209fa58a2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png deleted file mode 100644 index bb67b7683e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png deleted file mode 100644 index 487fb8d97c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png deleted file mode 100644 index 6f2ad935c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png deleted file mode 100644 index 30a37c9708..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png deleted file mode 100644 index e2c9fab49d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png deleted file mode 100644 index 09a7b4da6a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png deleted file mode 100644 index cef0a9aca0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png deleted file mode 100644 index f4098f4abb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png deleted file mode 100644 index ea680672c6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png deleted file mode 100644 index 789c3274ed..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png deleted file mode 100644 index 98c1a6584c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png deleted file mode 100644 index ccbe85a092..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png deleted file mode 100644 index d5eb143a10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png deleted file mode 100644 index c4f822123e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png deleted file mode 100644 index 8122c4a1fc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png deleted file mode 100644 index 27b68298e5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png deleted file mode 100644 index 565f33f945..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png deleted file mode 100644 index 4057654eec..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png deleted file mode 100644 index 80213a74c0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png deleted file mode 100644 index 159757e6db..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png deleted file mode 100644 index fd86d2e65d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png deleted file mode 100644 index 2bf35a5a87..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png deleted file mode 100644 index 3d029980f4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png deleted file mode 100644 index e281ef381b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png deleted file mode 100644 index 717285d241..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png deleted file mode 100644 index 013b98edbd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png deleted file mode 100644 index b6f2a51d1e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png deleted file mode 100644 index 63db3b3dc0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png deleted file mode 100644 index 425a7aa0c8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png deleted file mode 100644 index 9388a01699..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png deleted file mode 100644 index 8e2d68a657..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png deleted file mode 100644 index 61db7e9a38..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png deleted file mode 100644 index 3be00840c9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png deleted file mode 100644 index 8938d2072f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png deleted file mode 100644 index 7d09551266..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png deleted file mode 100644 index 7ca527f9e5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png deleted file mode 100644 index 28aa2500f6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png deleted file mode 100644 index 64948d6b2c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png deleted file mode 100644 index 9c86a04d7d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png deleted file mode 100644 index 610bd60bea..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png deleted file mode 100644 index 21dd851703..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png deleted file mode 100644 index deaf9f3011..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png deleted file mode 100644 index c675835bf0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png deleted file mode 100644 index bd93055138..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png deleted file mode 100644 index 15199fc357..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png deleted file mode 100644 index 9c82ad8429..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png deleted file mode 100644 index a31b9174c1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png deleted file mode 100644 index c2b5b3c1c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png deleted file mode 100644 index 7d75fc1f51..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png deleted file mode 100644 index bd93055138..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png deleted file mode 100644 index 722d9386d3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png deleted file mode 100644 index 925a3d37e9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png deleted file mode 100644 index 771c407a55..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png deleted file mode 100644 index bbd3d9c073..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png deleted file mode 100644 index 7d1c7c2e83..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png deleted file mode 100644 index b6d8662cf9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png deleted file mode 100644 index 590c150613..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png deleted file mode 100644 index 425a7aa0c8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png deleted file mode 100644 index ffcd507913..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png deleted file mode 100644 index 6785b36352..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png deleted file mode 100644 index 441e3c94a7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png deleted file mode 100644 index 96fb7c51bf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png deleted file mode 100644 index d9cfee85a5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png deleted file mode 100644 index 968ab2ec03..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png deleted file mode 100644 index 16f6422bf4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png deleted file mode 100644 index 061a661b7b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png deleted file mode 100644 index eaf1dd3fe3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png deleted file mode 100644 index 47385a5284..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png deleted file mode 100644 index c9edce12c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png deleted file mode 100644 index 6f65cb710d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png deleted file mode 100644 index b1c3c04e99..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png deleted file mode 100644 index 47904612ff..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png deleted file mode 100644 index 2b098812bd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png deleted file mode 100644 index 6e1b7dd4d9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png deleted file mode 100644 index 5689c106fc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png deleted file mode 100644 index 20cab82902..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png deleted file mode 100644 index 625dca3683..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png deleted file mode 100644 index 5b04903f44..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png deleted file mode 100644 index 6d31f93e70..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png deleted file mode 100644 index c0e9dd2e7b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png deleted file mode 100644 index e8a0e6a8de..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png deleted file mode 100644 index e7a11fca2c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png deleted file mode 100644 index d4ee4e3b81..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png deleted file mode 100644 index 0da4f37a4a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png deleted file mode 100644 index 616f8231a2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png deleted file mode 100644 index ed6bb257a1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png deleted file mode 100644 index 4d89f52d8d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png deleted file mode 100644 index 3252c6b934..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png deleted file mode 100644 index 9128c6a4c6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png deleted file mode 100644 index 64948d6b2c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png deleted file mode 100644 index 09bc4d34f5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png deleted file mode 100644 index 6e27f7da9c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png deleted file mode 100644 index 95209bcb5c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png deleted file mode 100644 index 06c7fb8d03..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png deleted file mode 100644 index 47dd30d300..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png deleted file mode 100644 index 9833d5b03b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png deleted file mode 100644 index d2e5b9607b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png deleted file mode 100644 index 5d8c1f9abf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png deleted file mode 100644 index d874ad2529..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png deleted file mode 100644 index 53c8942e56..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png deleted file mode 100644 index 9e6e31435e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png deleted file mode 100644 index feab38befc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png deleted file mode 100644 index b3d620a598..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png deleted file mode 100644 index f5adf9d450..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png deleted file mode 100644 index a94d59cc11..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png deleted file mode 100644 index f15c01763d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png deleted file mode 100644 index 6d157fa9b2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png deleted file mode 100644 index 7e542fefa6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png deleted file mode 100644 index 8acd86c96b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png deleted file mode 100644 index e739f91e9a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png deleted file mode 100644 index f813077a9e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png deleted file mode 100644 index c316b0036c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png deleted file mode 100644 index 8bcb4a8cfe..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png deleted file mode 100644 index 92f6e3dd7b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png deleted file mode 100644 index 943694f11e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png deleted file mode 100644 index e29d7670be..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png deleted file mode 100644 index c49a555551..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png deleted file mode 100644 index ef6a72b958..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png deleted file mode 100644 index e945d8c84f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png deleted file mode 100644 index 6bd581b8e4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png deleted file mode 100644 index 99c59e8dd8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png deleted file mode 100644 index 898d890a93..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png deleted file mode 100644 index b626b2df15..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png deleted file mode 100644 index 7f52ed59f8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png deleted file mode 100644 index 425a7aa0c8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png deleted file mode 100644 index d45122f19e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png deleted file mode 100644 index a49fac3b9d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png deleted file mode 100644 index f657bdbbd2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png deleted file mode 100644 index 81e5516a06..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png deleted file mode 100644 index b928c050b1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png deleted file mode 100644 index 7197afa0a2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png deleted file mode 100644 index ee7b42627f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png deleted file mode 100644 index cd0a5679b2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png deleted file mode 100644 index f43c536aba..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png deleted file mode 100644 index 92869c260f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png deleted file mode 100644 index 5233ad5d93..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png deleted file mode 100644 index e51da01d46..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png deleted file mode 100644 index 25de79cf1f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png deleted file mode 100644 index 50956c8533..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png deleted file mode 100644 index e566e0b604..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png deleted file mode 100644 index b510145e87..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png deleted file mode 100644 index d920272da5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png deleted file mode 100644 index 3e6b2f89bb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png deleted file mode 100644 index 6793124a9c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png deleted file mode 100644 index 0b7faea013..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png deleted file mode 100644 index bea9007a14..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png deleted file mode 100644 index 16e616b2b1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png deleted file mode 100644 index 1ad3e3774b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png deleted file mode 100644 index 49f89450b3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png deleted file mode 100644 index 29d22babee..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png deleted file mode 100644 index d5eb143a10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png deleted file mode 100644 index 8ca127aab7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png deleted file mode 100644 index 47f2518eca..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png deleted file mode 100644 index 944c4f5e5e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png deleted file mode 100644 index 8b85e85841..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png deleted file mode 100644 index 7df871fe82..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png deleted file mode 100644 index 0b65c0852c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png deleted file mode 100644 index a3f3c0bb64..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png deleted file mode 100644 index a61e5a5305..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png deleted file mode 100644 index eb929a0c6b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png deleted file mode 100644 index b020a201be..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png deleted file mode 100644 index 04e8a7a734..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png deleted file mode 100644 index 245f39d99c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png deleted file mode 100644 index 1be53add1d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png deleted file mode 100644 index 7108c36e3b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png deleted file mode 100644 index 2d26c64cfe..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png deleted file mode 100644 index c3df16305a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png deleted file mode 100644 index 3acb128e79..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png deleted file mode 100644 index 0c0bec2584..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png deleted file mode 100644 index 36f2267050..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png deleted file mode 100644 index 2627b95490..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png deleted file mode 100644 index 7ce1c48491..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png deleted file mode 100644 index 2c3d05fb67..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png deleted file mode 100644 index 09e9bce97f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png deleted file mode 100644 index d4e5815ddf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png deleted file mode 100644 index 70abd09be0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png deleted file mode 100644 index 54da75cc81..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png deleted file mode 100644 index 66f065a6df..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png deleted file mode 100644 index 2014e174b1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png deleted file mode 100644 index 2ed5601b13..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png deleted file mode 100644 index f0c1f34312..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png deleted file mode 100644 index bda20d7f06..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png deleted file mode 100644 index faa8a02b8c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png deleted file mode 100644 index 97c0ec1c9c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png deleted file mode 100644 index d5eb143a10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png deleted file mode 100644 index b51438642c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png deleted file mode 100644 index 8902827900..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png deleted file mode 100644 index b9d97a91bc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png deleted file mode 100644 index 64a3bb3512..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png deleted file mode 100644 index 42a2fa30fa..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png deleted file mode 100644 index e72715af22..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png deleted file mode 100644 index da8ea40252..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png deleted file mode 100644 index 8393b2f95a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png deleted file mode 100644 index ce9b35896a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png deleted file mode 100644 index f4036e5354..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png deleted file mode 100644 index 361a02022b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png deleted file mode 100644 index 730784bda2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png deleted file mode 100644 index faa8a02b8c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png deleted file mode 100644 index e3cc4ef14d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png deleted file mode 100644 index 366f396a0d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png deleted file mode 100644 index 5b855f9410..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png deleted file mode 100644 index 6172ceadfd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png deleted file mode 100644 index 2a5b0dc64a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png deleted file mode 100644 index 854fb5a719..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png deleted file mode 100644 index 7c37b95ec8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png deleted file mode 100644 index 111d71caee..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png deleted file mode 100644 index 6903a41829..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png deleted file mode 100644 index 53c512261d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png deleted file mode 100644 index cda1fd6cd9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png deleted file mode 100644 index 07cd802a55..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png deleted file mode 100644 index 6d13a9f097..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png deleted file mode 100644 index 2979b7000c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png deleted file mode 100644 index 84756cd7e3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png deleted file mode 100644 index b0b09f0a3a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png deleted file mode 100644 index 1b52896f45..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png deleted file mode 100644 index 60c135b935..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png deleted file mode 100644 index 02fb60837b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png deleted file mode 100644 index ac5e61a458..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png deleted file mode 100644 index 02fb60837b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png deleted file mode 100644 index 72b1420952..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png deleted file mode 100644 index a27ac19137..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png deleted file mode 100644 index 18d2638def..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png deleted file mode 100644 index c56de727a9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png deleted file mode 100644 index 4723e99d81..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png deleted file mode 100644 index d706d65158..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png deleted file mode 100644 index 3ff0b3e3a3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png deleted file mode 100644 index 630c6a17df..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png deleted file mode 100644 index 5e884dc852..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png deleted file mode 100644 index 28f3d7579a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png deleted file mode 100644 index 7381d5c1e6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png deleted file mode 100644 index 568c3793d7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png deleted file mode 100644 index b2fd05b3ac..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png deleted file mode 100644 index 2facc45442..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png deleted file mode 100644 index b1ba0fbcf8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png deleted file mode 100644 index e04f193740..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png deleted file mode 100644 index 6d988abe2f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e8.png deleted file mode 100644 index 341fa2b9c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e9.png deleted file mode 100644 index 033d6f7203..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ea.png deleted file mode 100644 index dd44615270..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1eb.png deleted file mode 100644 index ae4adf17d3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ec.png deleted file mode 100644 index ae1cc18fdd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ee.png deleted file mode 100644 index 6b6ed7bd6d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f1.png deleted file mode 100644 index 73e010f406..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f2.png deleted file mode 100644 index 493320adda..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f4.png deleted file mode 100644 index ff1a5bdca5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f6.png deleted file mode 100644 index 5670968c7b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f7.png deleted file mode 100644 index 81515f5c7b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f8.png deleted file mode 100644 index 1a784f03cb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f9.png deleted file mode 100644 index 97cdfc2e4c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fa.png deleted file mode 100644 index e6368dfbe7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fc.png deleted file mode 100644 index 426c56d57e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fd.png deleted file mode 100644 index 8cd7a91346..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ff.png deleted file mode 100644 index 312a22d246..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e6.png deleted file mode 100644 index a1d3f9ef0b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e7.png deleted file mode 100644 index d2761fb53d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e9.png deleted file mode 100644 index 8e3b224ef5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ea.png deleted file mode 100644 index bece91aff6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1eb.png deleted file mode 100644 index b598991230..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ec.png deleted file mode 100644 index 96e7cb4627..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ed.png deleted file mode 100644 index ff31f299a5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ee.png deleted file mode 100644 index 2760ae1e9b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ef.png deleted file mode 100644 index da5945d28b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f1.png deleted file mode 100644 index 205a6f61bc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f2.png deleted file mode 100644 index 50e8d427b5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f3.png deleted file mode 100644 index 55a62d8bda..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f4.png deleted file mode 100644 index 7f01e760d4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f6.png deleted file mode 100644 index 333ed3b872..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f7.png deleted file mode 100644 index 67878336a5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f8.png deleted file mode 100644 index c4f45f4880..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f9.png deleted file mode 100644 index fbbdf741d7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fb.png deleted file mode 100644 index 376d54ce10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fc.png deleted file mode 100644 index 2be657eb4e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fe.png deleted file mode 100644 index 92ec5c69c2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ff.png deleted file mode 100644 index b501462636..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e6.png deleted file mode 100644 index 5a662e7b9c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e8.png deleted file mode 100644 index 5c84010d90..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e9.png deleted file mode 100644 index 6ddbc43eb3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1eb.png deleted file mode 100644 index ddd5b25c6b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ec.png deleted file mode 100644 index 34743afc30..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ed.png deleted file mode 100644 index 5133b05c76..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ee.png deleted file mode 100644 index 7d2971ffef..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f0.png deleted file mode 100644 index 30d886226b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f1.png deleted file mode 100644 index 250f628f14..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f2.png deleted file mode 100644 index 15e645ce4f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f3.png deleted file mode 100644 index 7fc3b99782..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f4.png deleted file mode 100644 index bd58d003d5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f5.png deleted file mode 100644 index a38fc90b5d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f7.png deleted file mode 100644 index 27a26bcd5b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fa.png deleted file mode 100644 index 22d5c60b91..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fb.png deleted file mode 100644 index a9e76620d5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fc.png deleted file mode 100644 index 5a0fefbc9b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fd.png deleted file mode 100644 index 348ea3e880..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fe.png deleted file mode 100644 index 5c46607d53..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ff.png deleted file mode 100644 index 6b6268d102..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ea.png deleted file mode 100644 index 715e769f59..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ec.png deleted file mode 100644 index 8b5ceb1634..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ef.png deleted file mode 100644 index 7efc1d7e7f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f0.png deleted file mode 100644 index e17e633a08..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f2.png deleted file mode 100644 index e9a2d8b7e5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f4.png deleted file mode 100644 index 918f298afc..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ff.png deleted file mode 100644 index 39bad0426c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e6.png deleted file mode 100644 index 94c0bbade6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e8.png deleted file mode 100644 index fbcd4b358e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ea.png deleted file mode 100644 index a796574f83..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ec.png deleted file mode 100644 index b8b1bf8878..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ed.png deleted file mode 100644 index 0c3c5b32cd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f7.png deleted file mode 100644 index 14ab334e60..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f8.png deleted file mode 100644 index 94c0bbade6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f9.png deleted file mode 100644 index 422942b52d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1fa.png deleted file mode 100644 index bb1f646f67..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ee.png deleted file mode 100644 index 554e09b42c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ef.png deleted file mode 100644 index a7b9f8c306..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f0.png deleted file mode 100644 index 5b101afa4d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f2.png deleted file mode 100644 index cd6ff315ef..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f4.png deleted file mode 100644 index a0bb1095a3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f7.png deleted file mode 100644 index a38fc90b5d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e6.png deleted file mode 100644 index e7480511ce..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e7.png deleted file mode 100644 index 210bfdc827..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e9.png deleted file mode 100644 index 4fdd33ace1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ea.png deleted file mode 100644 index 6d216f4434..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1eb.png deleted file mode 100644 index 6980db433f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ec.png deleted file mode 100644 index cfb9ff80b7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ed.png deleted file mode 100644 index 3db18784b2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ee.png deleted file mode 100644 index 065b4d941a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f1.png deleted file mode 100644 index ea61f3a255..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f2.png deleted file mode 100644 index 276e3ece8a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f3.png deleted file mode 100644 index 6af8d40f22..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f5.png deleted file mode 100644 index 2c3234f358..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f6.png deleted file mode 100644 index 31ede400a0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f7.png deleted file mode 100644 index 102badc1d3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f8.png deleted file mode 100644 index 3f5fbbcb8a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f9.png deleted file mode 100644 index f18acd5004..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fa.png deleted file mode 100644 index d647aa9418..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fc.png deleted file mode 100644 index c884c79f83..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fe.png deleted file mode 100644 index 243446ff7c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f0.png deleted file mode 100644 index 66b024eb14..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f2.png deleted file mode 100644 index e6368dfbe7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f3.png deleted file mode 100644 index 29bb5c2ebb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f7.png deleted file mode 100644 index 2208282a87..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f9.png deleted file mode 100644 index 2c5ee88111..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1fa.png deleted file mode 100644 index 97e0effd29..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e8.png deleted file mode 100644 index 07158ee3ff..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e9.png deleted file mode 100644 index 272c48327c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1ea.png deleted file mode 100644 index 15f9402b70..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f1.png deleted file mode 100644 index 21e106459a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f2.png deleted file mode 100644 index 08e06f1e33..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f3.png deleted file mode 100644 index e5b7a0af7a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f4.png deleted file mode 100644 index 8b5ceb1634..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f6.png deleted file mode 100644 index 3ffcdeaeff..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f7.png deleted file mode 100644 index 5730ddf985..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f8.png deleted file mode 100644 index 8b1a7e58a1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f9.png deleted file mode 100644 index c506e1435f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1ea.png deleted file mode 100644 index 0161a48d0d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f2.png deleted file mode 100644 index df3cfa2735..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f4.png deleted file mode 100644 index 37b14fdc13..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f5.png deleted file mode 100644 index a4333eb3ab..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ea.png deleted file mode 100644 index fdb4665e9c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ec.png deleted file mode 100644 index 0ffcfb2671..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ed.png deleted file mode 100644 index b1e3039f34..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ee.png deleted file mode 100644 index 53fb4ce645..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f2.png deleted file mode 100644 index 0b47a3ca4b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f3.png deleted file mode 100644 index dd91192414..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f5.png deleted file mode 100644 index fb5004f8f1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f7.png deleted file mode 100644 index 5a54c04a2e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fc.png deleted file mode 100644 index 96b40387f6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fe.png deleted file mode 100644 index 597de761c7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ff.png deleted file mode 100644 index 2059dbe672..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e6.png deleted file mode 100644 index 9018b80762..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e7.png deleted file mode 100644 index 07213efb9e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e8.png deleted file mode 100644 index 1117e55aef..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1ee.png deleted file mode 100644 index 494b4d88fa..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f0.png deleted file mode 100644 index 773cb45955..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f7.png deleted file mode 100644 index 44b5d54eb5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f8.png deleted file mode 100644 index 58ef44e307..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f9.png deleted file mode 100644 index 2c2feeb883..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fa.png deleted file mode 100644 index 357183aec0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fb.png deleted file mode 100644 index a75950c43c..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fe.png deleted file mode 100644 index e8ca908de7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e6.png deleted file mode 100644 index 12f33c8b69..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e8.png deleted file mode 100644 index 90caeb9925..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e9.png deleted file mode 100644 index fae294c7ae..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ea.png deleted file mode 100644 index 0c86894628..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1eb.png deleted file mode 100644 index a38fc90b5d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ec.png deleted file mode 100644 index ad06f16f20..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ed.png deleted file mode 100644 index c471d94665..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f0.png deleted file mode 100644 index eaa25467f7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f1.png deleted file mode 100644 index 72acaa40cb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f2.png deleted file mode 100644 index 60648a6ed5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f3.png deleted file mode 100644 index 10c6620f5a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f4.png deleted file mode 100644 index aec4042cb2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f5.png deleted file mode 100644 index 9982a44e99..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f6.png deleted file mode 100644 index 0efb777861..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f7.png deleted file mode 100644 index 4bc3651b1a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f8.png deleted file mode 100644 index 4cb807b320..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f9.png deleted file mode 100644 index 25af4e4399..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fa.png deleted file mode 100644 index 057174eb62..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fb.png deleted file mode 100644 index ea58bab8ed..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fc.png deleted file mode 100644 index 9193d4efd9..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fd.png deleted file mode 100644 index 25cf242052..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fe.png deleted file mode 100644 index 73bc1ccf40..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ff.png deleted file mode 100644 index 8c508ff892..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e6.png deleted file mode 100644 index 65c1e574bd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e8.png deleted file mode 100644 index 8b0889e30b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ea.png deleted file mode 100644 index a90e429f55..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1eb.png deleted file mode 100644 index dd7825c987..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ec.png deleted file mode 100644 index 233e2138a2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ee.png deleted file mode 100644 index 8eada8f1de..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f1.png deleted file mode 100644 index 97ef065149..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f4.png deleted file mode 100644 index 376d54ce10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f5.png deleted file mode 100644 index 8ce273126a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f5.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f7.png deleted file mode 100644 index 5beff23054..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1fa.png deleted file mode 100644 index 9be9671866..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ff.png deleted file mode 100644 index 36d6b7e981..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f4-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f4-1f1f2.png deleted file mode 100644 index f1179a589b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f4-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1e6.png deleted file mode 100644 index 99c505c6c7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ea.png deleted file mode 100644 index 93e8d3c237..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1eb.png deleted file mode 100644 index 417adb5a7f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ec.png deleted file mode 100644 index 72682a1e4a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ed.png deleted file mode 100644 index 1690029103..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f0.png deleted file mode 100644 index 3b6381cb08..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f1.png deleted file mode 100644 index 2ce903fae4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f2.png deleted file mode 100644 index a7ee9f6f89..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f3.png deleted file mode 100644 index 913d6abb78..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f7.png deleted file mode 100644 index 1eebcae81b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f8.png deleted file mode 100644 index 6c5da09073..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f9.png deleted file mode 100644 index fe5cc0f4b4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fc.png deleted file mode 100644 index 23a2b895bb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fe.png deleted file mode 100644 index c7a64017bf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f6-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f6-1f1e6.png deleted file mode 100644 index f664e95666..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f6-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1ea.png deleted file mode 100644 index 0d71b17c8a..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f4.png deleted file mode 100644 index 2d3009c8e1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f8.png deleted file mode 100644 index ab4f3992db..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fa.png deleted file mode 100644 index 442178e891..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fc.png deleted file mode 100644 index 37395d3cd6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e6.png deleted file mode 100644 index ef049d5d18..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e7.png deleted file mode 100644 index 3f3194b7fb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e8.png deleted file mode 100644 index 5c0b78c456..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e9.png deleted file mode 100644 index b44001bc79..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ea.png deleted file mode 100644 index 423e2a6131..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ec.png deleted file mode 100644 index b6003a9eb1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ed.png deleted file mode 100644 index 341fa2b9c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ee.png deleted file mode 100644 index 87859111b8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ef.png deleted file mode 100644 index 376d54ce10..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f0.png deleted file mode 100644 index bf1dcda5c6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f1.png deleted file mode 100644 index 66882d7905..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f2.png deleted file mode 100644 index abff75b4cb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f3.png deleted file mode 100644 index 1bca198751..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f4.png deleted file mode 100644 index 5f2558e3e8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f7.png deleted file mode 100644 index 3581c904a7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f8.png deleted file mode 100644 index cadeca31a5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f9.png deleted file mode 100644 index 07bc8253a2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fb.png deleted file mode 100644 index 38cca36c2d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fd.png deleted file mode 100644 index e4ed3e5e9d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fd.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fe.png deleted file mode 100644 index e82f0f154e..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ff.png deleted file mode 100644 index cc0dd60206..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e6.png deleted file mode 100644 index 341fa2b9c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e8.png deleted file mode 100644 index fdd8f0b7ab..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e9.png deleted file mode 100644 index bb663a5534..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1eb.png deleted file mode 100644 index cb89c3d07b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ec.png deleted file mode 100644 index f5199bbb37..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ed.png deleted file mode 100644 index 82d0323e45..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ed.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ef.png deleted file mode 100644 index ec8ad8a0e8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ef.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f0.png deleted file mode 100644 index 5ec8c4ba4f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f1.png deleted file mode 100644 index 63cae2a3f6..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f1.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f2.png deleted file mode 100644 index 052b31e0c4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f3.png deleted file mode 100644 index 0ec795bab7..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f4.png deleted file mode 100644 index c608a5d378..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f4.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f7.png deleted file mode 100644 index 53d38703bf..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f7.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f9.png deleted file mode 100644 index 6b03ae0835..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fb.png deleted file mode 100644 index 4441cd1021..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fc.png deleted file mode 100644 index ada8080c87..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ff.png deleted file mode 100644 index 70ab42d6b2..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1e6.png deleted file mode 100644 index 4a2c3a3919..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ec.png deleted file mode 100644 index 5da561de22..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f2.png deleted file mode 100644 index f6fc783d6f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f3.png deleted file mode 100644 index 268e3874a8..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f8.png deleted file mode 100644 index f6fc783d6f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1fe.png deleted file mode 100644 index 4a09ec6ca0..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1fe.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ff.png deleted file mode 100644 index 26baf1b9bd..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ff.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e6.png deleted file mode 100644 index 4d0b196bd5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e8.png deleted file mode 100644 index 6c2f608b13..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ea.png deleted file mode 100644 index b0dc03fa09..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ec.png deleted file mode 100644 index 371ec29044..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ec.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ee.png deleted file mode 100644 index 757551e8de..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ee.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1f3.png deleted file mode 100644 index dc7620aa27..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1f3.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1fa.png deleted file mode 100644 index 060678f7fb..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1fa.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1eb.png deleted file mode 100644 index 29e488c555..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1eb.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1f8.png deleted file mode 100644 index 515f71cfec..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1f8.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fd-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fd-1f1f0.png deleted file mode 100644 index 9a0f6c1244..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fd-1f1f0.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1ea.png deleted file mode 100644 index 67fa0fec0b..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1ea.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1f9.png deleted file mode 100644 index 57824c9530..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1f9.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1e6.png deleted file mode 100644 index 44b9bc58ab..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1e6.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1f2.png deleted file mode 100644 index 339095c892..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1f2.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1fc.png deleted file mode 100644 index 4ece1e5cf4..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1fc.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ad.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ad.svg deleted file mode 100644 index 7320bf2357..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ad.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ae.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ae.svg deleted file mode 100644 index a7bdb17aa7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ae.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/af.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/af.svg deleted file mode 100644 index 399c1c731f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/af.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ag.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ag.svg deleted file mode 100644 index 24c4c2ee05..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ag.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ai.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ai.svg deleted file mode 100644 index 5c693e53d9..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ai.svg +++ /dev/null @@ -1,763 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/al.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/al.svg deleted file mode 100644 index e831b028a5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/al.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/am.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/am.svg deleted file mode 100644 index 0cd2178158..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/am.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ao.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ao.svg deleted file mode 100644 index a0b6dbbd0f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ao.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aq.svg deleted file mode 100644 index 2000e3c897..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aq.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ar.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ar.svg deleted file mode 100644 index 4553b08ad8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ar.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/as.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/as.svg deleted file mode 100644 index 3a08877fd6..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/as.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/at.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/at.svg deleted file mode 100644 index e63fb2e207..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/at.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/au.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/au.svg deleted file mode 100644 index 18394ab73b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/au.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aw.svg deleted file mode 100644 index 632cdf5621..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aw.svg +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ax.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ax.svg deleted file mode 100644 index 472a8cd6dd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ax.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/az.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/az.svg deleted file mode 100644 index 4293e9f52f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/az.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ba.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ba.svg deleted file mode 100644 index 3860f34038..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ba.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bb.svg deleted file mode 100644 index 73f5329131..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bb.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bd.svg deleted file mode 100644 index 1e3433e5a2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/be.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/be.svg deleted file mode 100644 index eaf016d084..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/be.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bf.svg deleted file mode 100644 index c92cce6be8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bg.svg deleted file mode 100644 index 15ba696cfc..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bg.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bh.svg deleted file mode 100644 index ad9a462e2f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bh.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bi.svg deleted file mode 100644 index 43785625aa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bi.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bj.svg deleted file mode 100644 index 1721e1d3f4..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bj.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bl.svg deleted file mode 100644 index ecf6ec4334..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bl.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bm.svg deleted file mode 100644 index 5e2c873da7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bm.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bn.svg deleted file mode 100644 index ab6678fafa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bn.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bo.svg deleted file mode 100644 index a473bb344c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bo.svg +++ /dev/null @@ -1,676 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bq.svg deleted file mode 100644 index 4b74eb400a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bq.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/br.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/br.svg deleted file mode 100644 index 3252a8ecc1..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/br.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bs.svg deleted file mode 100644 index a9d84193e3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bs.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bt.svg deleted file mode 100644 index f4b6e6360e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bt.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bv.svg deleted file mode 100644 index cffdc3282a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bv.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bw.svg deleted file mode 100644 index 3d65eda2e2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bw.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/by.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/by.svg deleted file mode 100644 index 2b8656d11d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/by.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bz.svg deleted file mode 100644 index 682495776f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bz.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ca.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ca.svg deleted file mode 100644 index 4843fc3268..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ca.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cc.svg deleted file mode 100644 index 2c456980de..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cc.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cd.svg deleted file mode 100644 index 739fab774c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cd.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cf.svg deleted file mode 100644 index b4a2125b52..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cf.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cg.svg deleted file mode 100644 index 6347e42cd2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cg.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ch.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ch.svg deleted file mode 100644 index f5ec8d4620..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ci.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ci.svg deleted file mode 100644 index 2bd7104743..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ci.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ck.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ck.svg deleted file mode 100644 index e4f0d0c4ca..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ck.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cl.svg deleted file mode 100644 index 04756f51b0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cl.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cm.svg deleted file mode 100644 index b4272b7d5d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cm.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cn.svg deleted file mode 100644 index 72080b6b05..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cn.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/co.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/co.svg deleted file mode 100644 index 0d74127a27..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/co.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cr.svg deleted file mode 100644 index 133b02939a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cr.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cu.svg deleted file mode 100644 index aabb4149a0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cu.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cv.svg deleted file mode 100644 index 408f1cf952..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cv.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cw.svg deleted file mode 100644 index e223a5dc6e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cw.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cx.svg deleted file mode 100644 index f5b89b7dc2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cx.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cy.svg deleted file mode 100644 index 3d483a12cf..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cy.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cz.svg deleted file mode 100644 index 93528eafc0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cz.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/de.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/de.svg deleted file mode 100644 index 1acf302d3f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/de.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dj.svg deleted file mode 100644 index 0604f5406f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dj.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dk.svg deleted file mode 100644 index ab47e0cb9d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dk.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dm.svg deleted file mode 100644 index eb98459a3e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dm.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/do.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/do.svg deleted file mode 100644 index 0748834a94..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/do.svg +++ /dev/null @@ -1,6745 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dz.svg deleted file mode 100644 index aa4eca2b94..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dz.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ec.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ec.svg deleted file mode 100644 index 42fbef52f8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ec.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ee.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ee.svg deleted file mode 100644 index aa917bbe62..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ee.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eg.svg deleted file mode 100644 index a755cd71bb..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eg.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eh.svg deleted file mode 100644 index a4bef6597c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eh.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/er.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/er.svg deleted file mode 100644 index 7a2579826f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/er.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es-ca.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es-ca.svg deleted file mode 100644 index fc7c2e8c32..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es-ca.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es.svg deleted file mode 100644 index 576dd67cbc..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es.svg +++ /dev/null @@ -1,544 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/et.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/et.svg deleted file mode 100644 index 5ac684da16..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/et.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eu.svg deleted file mode 100644 index b6a39f5ffe..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eu.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fi.svg deleted file mode 100644 index c3451a4763..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fi.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fj.svg deleted file mode 100644 index c7549b5627..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fj.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fk.svg deleted file mode 100644 index 28ad70271c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fk.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fm.svg deleted file mode 100644 index 1e641adf72..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fo.svg deleted file mode 100644 index ea71332289..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fr.svg deleted file mode 100644 index 712c8a5db2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fr.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ga.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ga.svg deleted file mode 100644 index 1f0a9ca2e2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ga.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-eng.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-eng.svg deleted file mode 100644 index eab52bd59b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-eng.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-nir.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-nir.svg deleted file mode 100644 index e043b3e396..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-nir.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-sct.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-sct.svg deleted file mode 100644 index 169bfba4a0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-sct.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-wls.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-wls.svg deleted file mode 100644 index 48a642054e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-wls.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb.svg deleted file mode 100644 index 132dbedbe7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gd.svg deleted file mode 100644 index f2254f34f3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gd.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ge.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ge.svg deleted file mode 100644 index 8abdee3052..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ge.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gf.svg deleted file mode 100644 index e38288378a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gg.svg deleted file mode 100644 index deb4af5a61..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gg.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gh.svg deleted file mode 100644 index 3f97834499..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gh.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gi.svg deleted file mode 100644 index 1b44fd6f56..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gi.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gl.svg deleted file mode 100644 index 20f5c5eee1..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gl.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gm.svg deleted file mode 100644 index 14c329d958..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gm.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gn.svg deleted file mode 100644 index 7841e8d077..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gn.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gp.svg deleted file mode 100644 index 24a8260246..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gp.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gq.svg deleted file mode 100644 index 4cec1a525b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gq.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gr.svg deleted file mode 100644 index 581af28539..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gr.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gs.svg deleted file mode 100644 index 6833555191..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gs.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L - - - E - - - O - - - T - - - E - - - R - - - R - - - R - - - R - - - R - - - E - - - O - - - O - - - A - - - A - - - A - - - M - - - P - - - P - - - P - - - I - - - T - - - T - - - M - - - G - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gt.svg deleted file mode 100644 index 724e9702ad..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gt.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gu.svg deleted file mode 100644 index 00e8615186..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gu.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - G - - - U - - - A - - - M - - - - - - - - G - - - U - - - A - - - M - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gw.svg deleted file mode 100644 index ae173140bd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gw.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gy.svg deleted file mode 100644 index e957f3ef9d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hk.svg deleted file mode 100644 index 127a17b270..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hk.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hm.svg deleted file mode 100644 index a9dda07405..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hm.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hn.svg deleted file mode 100644 index 47af518ed9..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hn.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hr.svg deleted file mode 100644 index 7b699d33c5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hr.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ht.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ht.svg deleted file mode 100644 index 14f67d7885..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ht.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hu.svg deleted file mode 100644 index 177da97a9e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hu.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/id.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/id.svg deleted file mode 100644 index 0663baffac..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/id.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ie.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ie.svg deleted file mode 100644 index 53f3464317..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ie.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/il.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/il.svg deleted file mode 100644 index f18761bb0d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/il.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/im.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/im.svg deleted file mode 100644 index 2e63261316..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/im.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/in.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/in.svg deleted file mode 100644 index 6b831bcfff..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/in.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/io.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/io.svg deleted file mode 100644 index 2d7f8d8aec..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/io.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/iq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/iq.svg deleted file mode 100644 index ab90fd01c8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/iq.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ir.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ir.svg deleted file mode 100644 index 11b444ccec..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ir.svg +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/is.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/is.svg deleted file mode 100644 index d949b1b0ab..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/is.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/it.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/it.svg deleted file mode 100644 index 5cb92aaaf4..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/it.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/je.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/je.svg deleted file mode 100644 index 3f837166cf..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/je.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jm.svg deleted file mode 100644 index 535daf44bf..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jm.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jo.svg deleted file mode 100644 index ae2bc08814..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jo.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jp.svg deleted file mode 100644 index 9479103604..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ke.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ke.svg deleted file mode 100644 index c1fd2d8e85..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ke.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kg.svg deleted file mode 100644 index 5815415500..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kg.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kh.svg deleted file mode 100644 index 7cd890aa65..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kh.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ki.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ki.svg deleted file mode 100644 index 3523f4d8bb..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ki.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/km.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/km.svg deleted file mode 100644 index cfabd68f16..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/km.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kn.svg deleted file mode 100644 index 1a753c0094..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kn.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kp.svg deleted file mode 100644 index b9a50d096b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kp.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kr.svg deleted file mode 100644 index 31e0af8a0b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kr.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kw.svg deleted file mode 100644 index f404da2b76..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kw.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ky.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ky.svg deleted file mode 100644 index 1a2d9c9a9f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ky.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kz.svg deleted file mode 100644 index 049d6fdb24..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kz.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/la.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/la.svg deleted file mode 100644 index c327457faa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/la.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lb.svg deleted file mode 100644 index dbd88a7454..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lb.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lc.svg deleted file mode 100644 index 8ba746c5e3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/li.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/li.svg deleted file mode 100644 index 6b4160c813..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/li.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lk.svg deleted file mode 100644 index 4a377f1564..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lk.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lr.svg deleted file mode 100644 index f27437d04c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lr.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ls.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ls.svg deleted file mode 100644 index 5dd5b0c3da..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ls.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lt.svg deleted file mode 100644 index 36e30e9ebe..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lu.svg deleted file mode 100644 index bf6ca16706..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lu.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lv.svg deleted file mode 100644 index efa5a3286e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lv.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ly.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ly.svg deleted file mode 100644 index d4159ad60f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ly.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ma.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ma.svg deleted file mode 100644 index 8de40777a0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ma.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mc.svg deleted file mode 100644 index 45133dcb9a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mc.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/md.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/md.svg deleted file mode 100644 index a86be9099b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/md.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/me.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/me.svg deleted file mode 100644 index 613083fff4..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/me.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mf.svg deleted file mode 100644 index bf46785ccd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mg.svg deleted file mode 100644 index 76e84fc47e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mg.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mh.svg deleted file mode 100644 index f74e99d721..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mh.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mk.svg deleted file mode 100644 index 1f1eaf6841..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mk.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ml.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ml.svg deleted file mode 100644 index 66da1bb95b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ml.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mm.svg deleted file mode 100644 index c77927ec6f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mm.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mn.svg deleted file mode 100644 index 6c6297327f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mn.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mo.svg deleted file mode 100644 index ece1a24cac..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mp.svg deleted file mode 100644 index 62961da504..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mp.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mq.svg deleted file mode 100644 index b389d4390c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mq.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mr.svg deleted file mode 100644 index b53ce61a34..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mr.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ms.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ms.svg deleted file mode 100644 index 579686357a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ms.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mt.svg deleted file mode 100644 index 93fe67b7f2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mt.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mu.svg deleted file mode 100644 index 102ed3be21..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mv.svg deleted file mode 100644 index 2525c92362..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mv.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mw.svg deleted file mode 100644 index 5bd17f8908..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mw.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mx.svg deleted file mode 100644 index 7de1b66a76..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mx.svg +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/my.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/my.svg deleted file mode 100644 index a08f085985..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/my.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mz.svg deleted file mode 100644 index f820a5814e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mz.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/na.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/na.svg deleted file mode 100644 index edc0a8b848..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/na.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nc.svg deleted file mode 100644 index 4a2ac30c42..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nc.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ne.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ne.svg deleted file mode 100644 index f4709078d0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ne.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nf.svg deleted file mode 100644 index 46d7e8fda0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nf.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ng.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ng.svg deleted file mode 100644 index 42ee5ad4f2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ng.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ni.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ni.svg deleted file mode 100644 index 3b699f4caa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ni.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nl.svg deleted file mode 100644 index 2026937204..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nl.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/no.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/no.svg deleted file mode 100644 index 56e78e153a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/no.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/np.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/np.svg deleted file mode 100644 index df24df239b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/np.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nr.svg deleted file mode 100644 index f7a4feb726..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nr.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nu.svg deleted file mode 100644 index aace90bf84..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nu.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nz.svg deleted file mode 100644 index 2a14e8b958..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nz.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/om.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/om.svg deleted file mode 100644 index 8ddf3e6657..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/om.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pa.svg deleted file mode 100644 index cf758e8606..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pa.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pe.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pe.svg deleted file mode 100644 index 71a1be113d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pe.svg +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pf.svg deleted file mode 100644 index 6cd4b0923d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pf.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pg.svg deleted file mode 100644 index 5fb0cd58e0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pg.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ph.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ph.svg deleted file mode 100644 index a0c37d835d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ph.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pk.svg deleted file mode 100644 index a91a78cdb7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pk.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pl.svg deleted file mode 100644 index c00513a2c3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pl.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pm.svg deleted file mode 100644 index 07ea24cc1a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pm.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pn.svg deleted file mode 100644 index 543c019026..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pn.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pr.svg deleted file mode 100644 index 041377bebd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pr.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ps.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ps.svg deleted file mode 100644 index 2827d2ae39..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ps.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pt.svg deleted file mode 100644 index fa9621f2a0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pt.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pw.svg deleted file mode 100644 index 19f42b48ca..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pw.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/py.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/py.svg deleted file mode 100644 index 1402520914..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/py.svg +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/qa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/qa.svg deleted file mode 100644 index 0f93a9d028..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/qa.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/re.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/re.svg deleted file mode 100644 index 827103b181..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/re.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ro.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ro.svg deleted file mode 100644 index d43c1e26eb..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ro.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rs.svg deleted file mode 100644 index 21ba51468d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rs.svg +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ru.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ru.svg deleted file mode 100644 index f56fddb910..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ru.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rw.svg deleted file mode 100644 index afed4e3e29..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rw.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sa.svg deleted file mode 100644 index b5e879831a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sa.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sb.svg deleted file mode 100644 index 49903aebc7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sb.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sc.svg deleted file mode 100644 index 3229f9d5d5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sc.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sd.svg deleted file mode 100644 index 30fe44626a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sd.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/se.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/se.svg deleted file mode 100644 index 9079f31798..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/se.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sg.svg deleted file mode 100644 index 6c9d024920..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sg.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sh.svg deleted file mode 100644 index a768813fc9..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sh.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/si.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/si.svg deleted file mode 100644 index c628efd452..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/si.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sj.svg deleted file mode 100644 index 8e5d104afa..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sj.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sk.svg deleted file mode 100644 index 3d9ea2747c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sk.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sl.svg deleted file mode 100644 index 51e2676be8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sl.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sm.svg deleted file mode 100644 index dbe605edce..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sm.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L - - - I - - - B - - - E - - - R - - - T - - - A - - - S - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sn.svg deleted file mode 100644 index c06616fc93..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/so.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/so.svg deleted file mode 100644 index ab104385e2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/so.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sr.svg deleted file mode 100644 index 9a169fd9b5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sr.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ss.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ss.svg deleted file mode 100644 index 4efa598662..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ss.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/st.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/st.svg deleted file mode 100644 index a6bd2187ba..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/st.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sv.svg deleted file mode 100644 index d15caac37c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sv.svg +++ /dev/null @@ -1,594 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sx.svg deleted file mode 100644 index 9d30a5fe40..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sx.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sy.svg deleted file mode 100644 index b30a3ba9c0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sy.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sz.svg deleted file mode 100644 index ca6ec3c557..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sz.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tc.svg deleted file mode 100644 index a78d1fed8e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tc.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/td.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/td.svg deleted file mode 100644 index 734473e71c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/td.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tf.svg deleted file mode 100644 index 3913728c44..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tf.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tg.svg deleted file mode 100644 index 1824e0be7d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tg.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/th.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/th.svg deleted file mode 100644 index 66fcd8edd9..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/th.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tj.svg deleted file mode 100644 index 92ac160ad2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tj.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tk.svg deleted file mode 100644 index 312e881189..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tk.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tl.svg deleted file mode 100644 index 87e47310d4..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tl.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tm.svg deleted file mode 100644 index 9c3ccbf27c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tm.svg +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tn.svg deleted file mode 100644 index 048efb5f3e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tn.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/to.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/to.svg deleted file mode 100644 index 4dd38e419a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/to.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tr.svg deleted file mode 100644 index f1910ee356..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tt.svg deleted file mode 100644 index 19add52172..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tt.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tv.svg deleted file mode 100644 index 7ce20085f5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tv.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tw.svg deleted file mode 100644 index 71f6ce232e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tw.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tz.svg deleted file mode 100644 index 5305034304..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tz.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ua.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ua.svg deleted file mode 100644 index a93d06db8c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ua.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ug.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ug.svg deleted file mode 100644 index 2945aff78a..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ug.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/um.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/um.svg deleted file mode 100644 index 4f74e79117..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/um.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/un.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/un.svg deleted file mode 100644 index b6236504c5..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/un.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/us.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/us.svg deleted file mode 100644 index 5b552671e8..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/us.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uy.svg deleted file mode 100644 index bad58e5c2f..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uy.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uz.svg deleted file mode 100644 index 3ede7f16a2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uz.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/va.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/va.svg deleted file mode 100644 index 258cca9d04..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/va.svg +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vc.svg deleted file mode 100644 index 99ba90f2a3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ve.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ve.svg deleted file mode 100644 index 98ef473c81..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ve.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vg.svg deleted file mode 100644 index e701c8ba8d..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vg.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vi.svg deleted file mode 100644 index db0e62c478..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vi.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vn.svg deleted file mode 100644 index b0fcc9f7dd..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vn.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vu.svg deleted file mode 100644 index ccdbd1e011..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vu.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/wf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/wf.svg deleted file mode 100644 index 9d43586b31..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/wf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ws.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ws.svg deleted file mode 100644 index 1b3ecf46b2..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ws.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/xk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/xk.svg deleted file mode 100644 index 7e41b1d2b3..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/xk.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ye.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ye.svg deleted file mode 100644 index 1befdeca24..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ye.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/yt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/yt.svg deleted file mode 100644 index f198fff42b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/yt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/za.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/za.svg deleted file mode 100644 index ef1f2652c4..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/za.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zm.svg deleted file mode 100644 index 9a54bcc54b..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zm.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zw.svg deleted file mode 100644 index 82e36ec41e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zw.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/baidu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/baidu.svg deleted file mode 100644 index 9597000184..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/baidu.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/chinadns.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/chinadns.svg deleted file mode 100644 index 251580823e..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/chinadns.svg +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/client.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/client.svg deleted file mode 100644 index 0b6a31704c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/client.svg +++ /dev/null @@ -1,1011 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_01.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_01.png deleted file mode 100644 index 73a1342881..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_01.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_02.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_02.png deleted file mode 100644 index 516fddb1e1..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_02.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_03.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_03.png deleted file mode 100644 index b58dc07db5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_03.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_04.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_04.png deleted file mode 100644 index 2f2d9e8be5..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_04.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_01.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_01.png deleted file mode 100644 index 53de36bdb3..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_01.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_02.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_02.png deleted file mode 100644 index f9d0d31a83..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_02.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_03.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_03.png deleted file mode 100644 index 6d58c8ce9f..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_03.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_04.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_04.png deleted file mode 100644 index 3818b0a41d..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_04.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/socks5.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/socks5.svg deleted file mode 100644 index 87d141e1b7..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/socks5.svg +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ss.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ss.svg deleted file mode 100644 index 131bc25bb0..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ss.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ssr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ssr.svg deleted file mode 100644 index 5f7c4e3c17..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/ssr.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/switch.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/switch.png deleted file mode 100644 index 901e2d75aa..0000000000 Binary files a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/switch.png and /dev/null differ diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/udp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/udp.svg deleted file mode 100644 index b640aca05c..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/udp.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - diff --git a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/v2.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/v2.svg deleted file mode 100644 index 4e90a9dcfc..0000000000 --- a/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/v2.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file