diff --git a/CONTRIBUTED.md b/CONTRIBUTED.md index 2b2794dcbe..93c79b95cb 100644 --- a/CONTRIBUTED.md +++ b/CONTRIBUTED.md @@ -31,7 +31,7 @@ luci-app-autoipsetadder source: [rufengsuixing/luci-app-autoipsetadder](https:// 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-coexist source: [Flowers-in-thorns/luci-app-vssr-coexist](https://github.com/Flowers-in-thorns/luci-app-vssr-coexist).
+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).
NanoPi R1s(h5) support: [jerrykuku/openwrt-nanopi-r1s-h5](https://github.com/jerrykuku/openwrt-nanopi-r1s-h5).
NanoPi support: [speedyworldclub/nlede](https://github.com/speedyworldclub/nlede).
diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/server-config.lua b/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/server-config.lua deleted file mode 100644 index b99d199424..0000000000 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/server-config.lua +++ /dev/null @@ -1,95 +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 sid = arg[1] - -local encrypt_methods = { - "rc4-md5", - "rc4-md5-6", - "rc4", - "table", - "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", -} - -obfs = { - "plain", - "http_simple", - "http_post", -} - -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(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 = false - -o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) -for _, v in ipairs(encrypt_methods) do o:value(v) end -o.rmempty = false - -o = s:option(ListValue, "protocol", translate("Protocol")) -for _, v in ipairs(protocol) do o:value(v) end -o.rmempty = false - - -o = s:option(ListValue, "obfs", translate("Obfs")) -for _, v in ipairs(obfs) do o:value(v) end -o.rmempty = false - -o = s:option(Value, "obfs_param", translate("Obfs param(optional)")) - -o = s:option(Flag, "fast_open", translate("TCP Fast Open")) -o.rmempty = false - -return m diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/status.lua b/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/status.lua deleted file mode 100644 index abf5e39af7..0000000000 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/status.lua +++ /dev/null @@ -1,189 +0,0 @@ --- Copyright (C) 2017 yushi studio --- Licensed to the public under the GNU General Public License v3. - -local IPK_Version="202000109" -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 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 - -if nixio.fs.access("/etc/dnsmasq.ssr/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 - -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 - -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 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("ps -w | grep ssr-tunnel |grep -v grep >/dev/null") == 0 then -tunnel_run=1 -end - -if luci.sys.call("pidof pdnsd >/dev/null") == 0 then -pdnsd_run=1 -end - -m = SimpleForm("Version") -m.reset = false -m.submit = false - -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,"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/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/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/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 - - -return m diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/etc/init.d/vssr b/package/ctcgfw/luci-app-vssr-coexist/root/etc/init.d/vssr deleted file mode 100755 index ae6890e9cf..0000000000 --- a/package/ctcgfw/luci-app-vssr-coexist/root/etc/init.d/vssr +++ /dev/null @@ -1,612 +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}_t.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 -switch_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 * * 0 echo "" > /tmp/vssr.log' >>$CRON_FILE - [ -n "$(grep -w "/usr/share/vssr/subscribe.sh" $CRON_FILE)" ] && sed -i '/\/usr\/share\/vssr\/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/vssr/subscribe.sh" >>$CRON_FILE - [ -z "$(grep -w "/usr/share/vssr/update.sh" $CRON_FILE)" ] && echo "0 5 * * 0 /usr/share/vssr/update.sh" >>$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) -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 - [ $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 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": $(uci_get_by_name $1 server_port), - "local_address": "0.0.0.0", - "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_ss)", - "reuse_port": true, - "fast_open": $fastopen - } -EOF - else - cat <<-EOF >$config_file - { - "server": "$hostip", - "server_port": $(uci_get_by_name $1 server_port), - "local_address": "0.0.0.0", - "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_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": "0.0.0.0", - "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} -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="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" = "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)" \ - -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 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" - - [ -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 - done - - echo "$(date "+%Y-%m-%d %H:%M:%S") Shadowsocks/ShadowsocksR $threads 线程 已启动!" >> /tmp/vssr.log - elif [ "$stype" == "v2ray" ] ;then - $sscmd -config /var/etc/v2-ssr-retcp.json >/dev/null 2>&1 & - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd -version | head -1) 已启动!" >> /tmp/vssr.log - - elif [ "$stype" == "trojan" ] ;then - $sscmd --config /var/etc/trojan-ssr-retcp.json >/dev/null 2>&1 & - echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd --version 2>&1 | head -1) 已启动!" >> /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 & - fi - fi - #deal with dns - - if [ "$(uci_get_by_type global pdnsd_enable)" = "1" ] ;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 [ "$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 - start_pdnsd $dnsserver $dnsport - pdnsd_enable_flag=1 - fi - - if [ "$(uci_get_by_type global enable_switch)" = "1" ] ;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/vssr-switch start $switch_time $switch_timeout - switch_enable=1 - fi - fi - fi - add_cron - - return $? -} -gen_service_file() { - if [ $(uci_get_by_name $1 fast_open) = "1" ] ;then - fastopen="true"; - else - fastopen="false"; - fi - cat <<-EOF >$2 - { - "server": "0.0.0.0", - "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 -} - -start_service() { -[ $(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 - -gen_service_file $1 /var/etc/${NAME}_${server_count}.json -/usr/bin/ssr-server -c /var/etc/${NAME}_${server_count}.json -u -f /var/run/ssr-server${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 -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) - [ "$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 - -} - -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() { - 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.ssr /tmp/ && cp -a /etc/dnsmasq.oversea /tmp/ - if ! [ "$run_mode" = "oversea" ] ;then - 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+switch_enable - 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 $switch_enable - fi - fi - - ENABLE_SERVER=$(uci_get_by_type global global_server) - [ "$ENABLE_SERVER" = "nil" ] && return 1 -} - - -boot() { - (/usr/share/vssr/chinaipset.sh && sleep 5 && 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) = 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 ssr-local - killall -q -9 v2ray-plugin - killall -q -9 obfs-local - killall -q -9 obfs-server - killall -q -9 gq-client - killall -q -9 gq-server - killall -q -9 ss-local - killall -q -9 v2ray - killall -q -9 trojan - killall -q -9 ipt2socks - killall -q -9 ssr-server - killall -q -9 kcptun-client - killall -q -9 ssr-local - 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 [ -f "/tmp/dnsmasq.d/dnsmasq-ssr.conf" ]; then - rm -f /tmp/dnsmasq.d/dnsmasq-ssr.conf - /etc/init.d/dnsmasq restart >/dev/null 2>&1 - fi - del_cron -} - diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-monitor b/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-monitor deleted file mode 100755 index a31cb01bad..0000000000 --- a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-monitor +++ /dev/null @@ -1,159 +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 - -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 -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) -lkcp_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 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=`busybox ps -w | grep ssr-retcp |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir tcp error.restart!" - /etc/init.d/vssr restart - exit 0 - fi - fi -#redir udp - if [ $redir_udp_process -gt 0 ] ;then - icount=`busybox ps -w | grep ssr-reudp|grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr redir udp error.restart!" - /etc/init.d/vssr restart - exit 0 - fi - fi -#tunnel - if [ $tunnel_process -gt 0 ] ;then - icount=`busybox ps -w | grep ssr-tunnel |grep -v grep| wc -l` - if [ $icount = 0 ] ;then - logger -t "$NAME" "ssr tunnel error.restart!" - /etc/init.d/vssr restart - exit 0 - fi - fi -#server - if [ $server_process_count -gt 0 ] ;then - icount=`busybox ps -w | grep ssr-server |grep -v grep| wc -l` - if [ $icount -lt $server_process_count ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr server error.restart!" - killall -q -9 ssr-server - for i in `seq $server_process_count` - do - /usr/bin/ssr-server -c /var/etc/vssr_$i.json -u -f /var/run/ssr-server$i.pid - done - fi - fi -#kcptun - if [ $kcp_process -gt 0 ] ;then - icount=`busybox ps -w | grep kcptun-client |grep -v grep| wc -l` - if [ $icount -lt $kcp_process ] #如果进程挂掉就重启它 - then - logger -t "$NAME" "ssr kcptun error.restart!" - 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 -#pdnsd - if [ $pdnsd_process -gt 0 ] ;then - icount=`busybox 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 -done diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_v2ray.lua b/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_v2ray.lua deleted file mode 100755 index 3b6a3587ca..0000000000 --- a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_v2ray.lua +++ /dev/null @@ -1,180 +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.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.com", "netflix.net", "nflxso.net", "nflxext.com", - "nflximg.com", "nflximg.net", "nflxvideo.net" - }, - ip = { - "23.246.0.0/12", "37.77.0.0/12", "45.57.0.0/12", "64.120.128.0/17", - "66.197.128.0/17", "108.175.0.0/12", "185.2.0.0/12", "185.9.188.0/22", - "192.173.64.0/18", "198.38.0.0/12", "198.45.0.0/12" - }, - 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-coexist/Makefile b/package/ctcgfw/luci-app-vssr/Makefile similarity index 58% rename from package/ctcgfw/luci-app-vssr-coexist/Makefile rename to package/ctcgfw/luci-app-vssr/Makefile index d34359f4bf..92d428cbea 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/Makefile +++ b/package/ctcgfw/luci-app-vssr/Makefile @@ -1,17 +1,25 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-app-vssr-coexist -PKG_VERSION:=1.07 +PKG_NAME:=luci-app-vssr +PKG_VERSION:=1.09 PKG_RELEASE:=20200217-4 -PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan \ +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_Shadowsocks \ - CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks \ 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\ @@ -21,7 +29,6 @@ PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \ include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME)/config - config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks bool "Include Shadowsocks New Version" default y @@ -29,72 +36,112 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray bool "Include V2ray" default y - + config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan bool "Include Trojan" - default n + default y config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun bool "Include Kcptun" - default n - -config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks - bool "Include Shadowsocks Socks and Tunnel" - default n + default y config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server bool "Include ShadowsocksR Server" - default n + 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 n + 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 + default y config PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server bool "Include GoQuiet-server" - default n + default y config PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin bool "Include v2ray-plugin" - default y + default y endef -define Package/luci-app-vssr-coexist +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 +luasocket +jshn +lua-cjson +coreutils-nohup +python3-maxminddb +curl\ + DEPENDS:=+shadowsocksr-libev-alt +ipset +ip-full +iptables-mod-tproxy +dnsmasq-full +coreutils +coreutils-base64 +bash +pdnsd-alt +wget +luasocket +jshn +lua-cjson +coreutils-nohup +python3-maxminddb +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_ipt2socks:ipt2socks \ - +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs:simple-obfs \ + +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:ChinaDNS \ + +PACKAGE_$(PKG_NAME)_INCLUDE_haproxy:haproxy \ + +PACKAGE_$(PKG_NAME)_INCLUDE_privoxy:privoxy \ + +PACKAGE_$(PKG_NAME)_INCLUDE_udpspeeder:udpspeeder \ + +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 \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Socks:shadowsocks-libev-ss-local \ - +PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks:shadowsocks-libev-ss-redir \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server:shadowsocksr-libev-server \ - +PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks:shadowsocksr-libev-ssr-local + +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server:gq-server \ + +PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin:v2ray-plugin endef define Build/Prepare @@ -103,12 +150,12 @@ endef define Build/Compile endef -define Package/luci-app-vssr-coexist/conffiles +define Package/luci-app-vssr/conffiles /etc/ssr_ip /etc/dnsmasq.ssr/gfw_list.conf endef -define Package/luci-app-vssr-coexist/install +define Package/luci-app-vssr/install $(INSTALL_DIR) $(1)/usr/lib/lua/luci cp -pR ./luasrc/* $(1)/usr/lib/lua/luci $(INSTALL_DIR) $(1)/ @@ -117,7 +164,7 @@ define Package/luci-app-vssr-coexist/install po2lmo ./po/zh-cn/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh-cn.lmo endef -define Package/luci-app-vssr-coexist/postinst +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 @@ -128,7 +175,7 @@ fi exit 0 endef -define Package/luci-app-vssr-coexist/prerm +define Package/luci-app-vssr/prerm #!/bin/sh if [ -z "$${IPKG_INSTROOT}" ]; then /etc/init.d/vssr disable @@ -137,5 +184,6 @@ fi exit 0 endef -$(eval $(call BuildPackage,luci-app-vssr-coexist)) +$(eval $(call BuildPackage,luci-app-vssr)) + diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/controller/vssr.lua b/package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua similarity index 84% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/controller/vssr.lua rename to package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua index 27e73633f1..52ff82c86d 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/controller/vssr.lua +++ b/package/ctcgfw/luci-app-vssr/luasrc/controller/vssr.lua @@ -19,13 +19,20 @@ end entry({"admin", "vpn", "vssr", "servers"}, arcombine(cbi("vssr/servers"), cbi("vssr/client-config")), _("Node List"), 11).leaf = true -- 编辑节点 -entry({"admin", "vpn", "vssr", "subscription"},cbi("vssr/subscription"), _("Subscription"),12).leaf = true + entry({"admin", "vpn", "vssr", "subscription"},cbi("vssr/subscription"), + _("Subscription"),12).leaf = true entry({"admin", "vpn", "vssr", "control"}, cbi("vssr/control"), _("Access Control"), 13).leaf = true -- 访问控制 entry({"admin", "vpn", "vssr", "servers-list"}, cbi("vssr/servers-list"), _("Severs Nodes"), 14).leaf = true + entry({"admin", "vpn", "vssr", "appointlist"},form("vssr/appointlist"), + _("Appointlist List"), 15).leaf = true + + entry({"admin", "vpn", "vssr", "udp2raw"},cbi("vssr/udp2raw"), + _("udp2raw tunnel"),16).leaf = true + entry({"admin", "vpn", "vssr", "advanced"}, cbi("vssr/advanced"), - _("Advanced Settings"), 15).leaf = true -- 高级设置 + _("Advanced Settings"), 17).leaf = true -- 高级设置 elseif nixio.fs.access("/usr/bin/ssr-server") then entry({"admin", "vpn", "vssr"}, alias("admin", "vpn", "vssr", "server"), _("vssr"), 10).dependent = @@ -53,6 +60,7 @@ entry({"admin", "vpn", "vssr", "status"},form("vssr/status"),_("Status"), 23).le entry({"admin", "vpn", "vssr", "subscribe"}, call("get_subscribe")) -- 执行订阅 entry({"admin", "vpn", "vssr", "flag"}, call("get_flag")) -- 获取节点国旗 iso code entry({"admin", "vpn", "vssr", "ip"}, call("check_ip")) -- 获取ip情况 + end -- 执行订阅 @@ -137,8 +145,72 @@ function act_status() local e = {} -- 全局服务器 e.global=luci.sys.call("ps -w | grep ssr-retcp | grep -v grep >/dev/null") == 0 - -- 检测PDNSD状态 - e.pdnsd = luci.sys.call("pidof pdnsd >/dev/null") == 0 + +--检测负载均衡状态 + if tonumber(luci.sys.exec("ps -w | grep haproxy |grep -v grep| wc -l"))>0 then + e.haproxy= true + end +--检测kcptun状态 + if tonumber(luci.sys.exec("ps -w | grep kcptun-client |grep -v grep| wc -l"))>0 then + e.kcptun= true + end +--检测HTTP代理状态 + if luci.sys.call("pidof privoxy >/dev/null") == 0 then + e.privoxy= true + 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 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 + elseif tonumber(luci.sys.exec("ps -w | grep trojan-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 trojan-server | grep -v grep >/dev/null") == 0 then + e.trojan_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 diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/advanced.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua similarity index 75% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/advanced.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua index bef3f0df48..74340dce00 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/advanced.lua +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/advanced.lua @@ -5,7 +5,6 @@ local server_table = {} local gfwmode=0 local gfw_count=0 local ip_count=0 -local ad_count = 0 if nixio.fs.access("/etc/dnsmasq.ssr/gfw_list.conf") then gfwmode=1 @@ -68,6 +67,32 @@ o.datatype = "uinteger" o:depends("enable_switch", "1") o.default = 3 +-- [[ adblock ]]-- +s = m:section(TypedSection, "global", translate("adblock settings")) +s.anonymous = true + +o = s:option(Flag, "adblock", translate("Enable adblock")) +o.rmempty = false + +-- [[ 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" + -- [[ SOCKS5 Proxy ]]-- if nixio.fs.access("/usr/bin/ssr-local") then s = m:section(TypedSection, "socks5_proxy", translate("SOCKS5 Proxy")) @@ -84,17 +109,25 @@ o.datatype = "port" o.default = 1080 o.rmempty = false -end --- [[ adblock ]]-- -s = m:section(TypedSection, "global", translate("adblock settings")) -s.anonymous = true - -o = s:option(Flag, "adblock", translate("Enable adblock")) +-- [[ 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 + + + 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 new file mode 100644 index 0000000000..124e525307 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/appointlist.lua @@ -0,0 +1,23 @@ +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-vssr-coexist/luasrc/model/cbi/vssr/client-config.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua similarity index 99% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/client-config.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua index 28769e25c6..802b2b41c1 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/client-config.lua +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client-config.lua @@ -105,6 +105,8 @@ o.rmempty = true o:depends("type", "ssr") o:depends("type", "ss") o:depends("type", "trojan") + + o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) for _, v in ipairs(encrypt_methods) do o:value(v) end o.rmempty = true @@ -115,6 +117,8 @@ 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 diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/client.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua similarity index 73% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/client.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua index a72ce8c95d..eccb661dea 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/client.lua +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/client.lua @@ -4,7 +4,6 @@ local m, s, sec, o, kcp_enable local vssr = "vssr" - local gfw_count=0 local ad_count=0 local ip_count=0 @@ -41,8 +40,7 @@ uci:foreach(vssr, "servers", function(s) 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.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 @@ -66,11 +64,16 @@ end table.sort(key_table_v2) -- [[ Global Setting ]]-- -s = m:section(TypedSection, "global",translate("Basic Settings")) +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 @@ -80,6 +83,7 @@ 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") @@ -131,20 +135,53 @@ 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:value("oversea", translate("Oversea Mode")) -o.default = "router" -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.default = gfw o = s:option(ListValue, "pdnsd_enable", translate("Resolve Dns Mode")) -o:value("1", translate("Use Pdnsd tcp query and cache")) 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)")) @@ -159,6 +196,23 @@ 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 @@ -179,5 +233,4 @@ 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-coexist/luasrc/model/cbi/vssr/control.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/control.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/control.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/control.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/list.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/list.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/list.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/list.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/log.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/log.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/log.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/log.lua 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 new file mode 100644 index 0000000000..448b9f6933 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server-config.lua @@ -0,0 +1,378 @@ +-- 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-coexist/luasrc/model/cbi/vssr/server.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua similarity index 82% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/server.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua index 543e0e2f98..1bde3939fe 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/server.lua +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/server.lua @@ -6,8 +6,13 @@ local vssr = "vssr" local uci = luci.model.uci.cursor() local ipkg = require("luci.model.ipkg") - -m = Map(vssr, translate("vssr Server")) +m = Map(vssr) +m:section(SimpleSection).template = "vssr/status3" +local type = { + "ssr", + "ss", + "v2ray", +} local encrypt_methods = { "table", @@ -19,7 +24,10 @@ local encrypt_methods = { "aes-256-cfb", "aes-128-ctr", "aes-192-ctr", - "aes-256-ctr", + "aes-256-ctr", + "aes-128-gcm", + "aes-192-gcm", + "aes-256-gcm", "bf-cfb", "camellia-128-cfb", "camellia-192-cfb", @@ -32,6 +40,8 @@ local encrypt_methods = { "salsa20", "chacha20", "chacha20-ietf", + "chacha20-ietf-poly1305", + "xchacha20-ietf-poly1305", } local protocol = { @@ -43,7 +53,7 @@ local protocol = { "auth_chain_a", } -obfs = { +local obfs = { "plain", "http_simple", "http_post", @@ -54,14 +64,10 @@ obfs = { - - -- [[ 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 @@ -69,6 +75,7 @@ o.rmempty = false 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(...) @@ -85,30 +92,25 @@ function o.cfgvalue(...) 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")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - return v and v:upper() or "?" -end +o.width="10%" o = sec:option(DummyValue, "protocol", translate("Protocol")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - - +o.width="10%" o = sec:option(DummyValue, "obfs", translate("Obfs")) -function o.cfgvalue(...) - return Value.cfgvalue(...) or "?" -end - - - +o.width="10%" +m:append(Template("vssr/server_list")) return m diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/servers-list.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers-list.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/servers-list.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers-list.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/servers.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/servers.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/servers.lua 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 new file mode 100644 index 0000000000..a68e2274ce --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/status.lua @@ -0,0 +1,369 @@ +-- Copyright (C) 2017 yushi studio +-- Licensed to the public under the GNU General Public License v3. + +local IPK_Version="20200217.1.08" +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 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.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 + + + + +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 + + + +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/ssr-local") then +s=m:field(DummyValue,"sock5_run",translate("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/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/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-coexist/luasrc/model/cbi/vssr/subscription.lua b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/subscription.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/model/cbi/vssr/subscription.lua rename to package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/subscription.lua 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 new file mode 100644 index 0000000000..a8db6fff49 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/model/cbi/vssr/udp2raw.lua @@ -0,0 +1,197 @@ +-- 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-coexist/luasrc/view/vssr/cell_valuefooter.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valuefooter.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/cell_valuefooter.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valuefooter.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/cell_valueheader.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valueheader.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/cell_valueheader.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/cell_valueheader.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/check.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/check.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/check.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/check.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/checkport.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/checkport.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/checkport.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/checkport.htm diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm new file mode 100644 index 0000000000..8a2b8052db --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/feedback.htm @@ -0,0 +1,21 @@ + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ping.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ping.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ping1.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping1.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ping1.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ping1.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/refresh.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/refresh.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/refresh.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/refresh.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/server_list.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/server_list.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/server_list.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/server_list.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ssrurl.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ssrurl.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/ssrurl.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/ssrurl.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/status.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm similarity index 89% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/status.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm index 5f8571adba..f13db7c806 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/status.htm +++ b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status.htm @@ -6,6 +6,7 @@ math.randomseed(os.time()) + @@ -67,11 +68,11 @@ math.randomseed(os.time())
-

PDNSD
<%:Not Running%>

+

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

- +
@@ -79,7 +80,7 @@ math.randomseed(os.time())
-

SOCKS5
<%:Not Running%>

+

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

@@ -107,7 +108,7 @@ math.randomseed(os.time()) var tb1 = document.getElementById('google_status'); var tb2 = document.getElementById('baidu_status'); var tb3 = document.getElementById('game_status'); - var tb4 = document.getElementById('pdnsd_status'); + var tb4 = document.getElementById('chinadns_status'); var tb5 = document.getElementById('socks5_status'); if (data && tb) { if (data.global) { @@ -130,15 +131,15 @@ math.randomseed(os.time()) } else { tb3.innerHTML = '<%:Game Mode%>
<%:Not Running%>'; } - if (data.pdnsd) { - tb4.innerHTML = 'PDNSD
<%:Running%>'; + if (data.chinadns) { + tb4.innerHTML = '𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Running%>'; } else { - tb4.innerHTML = 'PDNSD
<%:Not Running%>'; + tb4.innerHTML = '𝐂𝐡𝐢𝐧𝐚𝐃𝐍𝐒
<%:Not Running%>'; } if (data.socks5) { - tb5.innerHTML = 'SOCKS5
<%:Running%>'; + tb5.innerHTML = '𝙎𝙊𝘾𝙆𝙎5
<%:Running%>'; } else { - tb5.innerHTML = 'SOCKS5
<%:Not Running%>'; + tb5.innerHTML = '𝙎𝙊𝘾𝙆𝙎5
<%:Not Running%>'; } } } diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/status2.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status2.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/status2.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status2.htm diff --git a/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm new file mode 100644 index 0000000000..796b505505 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/status3.htm @@ -0,0 +1,201 @@ + +
+ +

SS/SSR/V2RAY 服务端

+ + + +
+
+
+
+
+ +
+
+
+

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

+
+
+
+
+
+
+
+ +
+
+
+

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

+
+
+
+
+
+
+
+ +
+
+
+

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

+
+
+
+
+
+
+
+ +
+
+
+

SS服务器
<%:Not Running%>

+
+
+
+
+
+
+
+ +
+
+
+

SSR服务器
<%:Not Running%>

+
+
+
+
+
+
+
+ +
+
+
+

V2服务器
<%:Not Running%>

+
+
+
+
+ + +
\ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/tblsection.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/tblsection.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/tblsection.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/tblsection.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/update_subscribe.htm b/package/ctcgfw/luci-app-vssr/luasrc/view/vssr/update_subscribe.htm similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/luasrc/view/vssr/update_subscribe.htm rename to package/ctcgfw/luci-app-vssr/luasrc/view/vssr/update_subscribe.htm diff --git a/package/ctcgfw/luci-app-vssr-coexist/po/zh-cn/vssr.po b/package/ctcgfw/luci-app-vssr/po/zh-cn/vssr.po similarity index 82% rename from package/ctcgfw/luci-app-vssr-coexist/po/zh-cn/vssr.po rename to package/ctcgfw/luci-app-vssr/po/zh-cn/vssr.po index 4043a1f164..c785be54ad 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/po/zh-cn/vssr.po +++ b/package/ctcgfw/luci-app-vssr/po/zh-cn/vssr.po @@ -11,6 +11,7 @@ msgstr "停用" msgid "Enable Servers" msgstr "开启服务" + msgid "Open v2ray split-flow" msgstr "开启V2ray分流" @@ -47,7 +48,6 @@ msgstr "密码" msgid "Ping All Servers" msgstr "PING 所有节点" - msgid "Ping Latency" msgstr "Ping 延迟" @@ -66,6 +66,14 @@ msgstr "订阅,请不要刷新!" msgid "Check Try Count" msgstr "切换检查重试次数" +msgid "Log" +msgstr "日志" + +msgid "Bypass Domain List" +msgstr "不走代理的域名" + +msgid "Black Domain List" +msgstr "强制走代理的域名" msgid "Node List" msgstr "节点列表" @@ -430,6 +438,9 @@ msgstr "【服务器端口】检查" msgid "Check Connect" msgstr "检查连通性" +msgid "Basic Settings" +msgstr "服务器设置" + msgid "Check Server" msgstr "检查服务器" @@ -635,5 +646,124 @@ 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 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 "加速列表" + +msgid "udp2raw tunnel" +msgstr "隧道" + +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 "Enable HTTP Proxy" +msgstr "启用HTTP代理" + +msgid "HTTP Port" +msgstr "HTTP代理端口" + diff --git a/package/ctcgfw/luci-app-vssr/root/etc/china_ssr.txt b/package/ctcgfw/luci-app-vssr/root/etc/china_ssr.txt new file mode 100644 index 0000000000..b182fc7615 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/china_ssr.txt @@ -0,0 +1,8296 @@ +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-vssr/root/etc/config/black.list b/package/ctcgfw/luci-app-vssr/root/etc/config/black.list new file mode 100644 index 0000000000..013fb9cc35 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/config/black.list @@ -0,0 +1,53 @@ +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-vssr/root/etc/config/gfw.list b/package/ctcgfw/luci-app-vssr/root/etc/config/gfw.list new file mode 100644 index 0000000000..b8772ba26e --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/config/gfw.list @@ -0,0 +1,53 @@ +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 new file mode 100644 index 0000000000..aef83c80fa --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/config/google_fu_mode @@ -0,0 +1 @@ +0xDEADBEEF diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/etc/config/vssr b/package/ctcgfw/luci-app-vssr/root/etc/config/vssr similarity index 56% rename from package/ctcgfw/luci-app-vssr-coexist/root/etc/config/vssr rename to package/ctcgfw/luci-app-vssr/root/etc/config/vssr index c0e4b40d79..b63cc9a816 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/root/etc/config/vssr +++ b/package/ctcgfw/luci-app-vssr/root/etc/config/vssr @@ -1,4 +1,5 @@ + config global option tunnel_forward '8.8.4.4:53' option tunnel_address '0.0.0.0' @@ -17,6 +18,12 @@ config socks5_proxy option local_port '1080' option local_address '0.0.0.0' +config global_haproxy + option admin_enable '1' + option admin_port '1111' + option admin_user 'admin' + option admin_password 'root' + config access_control option wan_bp_list '/etc/china_ssr.txt' option lan_ac_mode 'b' @@ -36,4 +43,30 @@ config server_subscribe option auto_update '1' +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 new file mode 100644 index 0000000000..6ccd305dc3 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/config/white.list @@ -0,0 +1,2 @@ +apple.com +microsoft.com \ No newline at end of file diff --git a/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.oversea/oversea_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.oversea/oversea_list.conf new file mode 100644 index 0000000000..ae50fb90d0 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.oversea/oversea_list.conf @@ -0,0 +1,192 @@ +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.ssr/ad.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/ad.conf new file mode 100644 index 0000000000..5ef546ae69 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/ad.conf @@ -0,0 +1,5906 @@ +address=/aencx.net/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/librarymanagement.cn/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=/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=/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=/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=/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=/qfs365.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=/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=/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=/sgftrrs.com/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=/shillivee.pro/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=/sifakaoshi360.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=/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=/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=/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=/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=/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.6avz.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.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=/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.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=/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=/testself.vip/127.0.0.1 +address=/01w47q.cn/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/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=/abgligarchan.com/127.0.0.1 +address=/acticgreasonsc.info/127.0.0.1 +address=/aggravedgaree.info/127.0.0.1 +address=/agrammemarg.info/127.0.0.1 +address=/aickeeho.com/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=/aleapeact.club/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=/anycadark.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=/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=/bathibsa.com/127.0.0.1 +address=/bebreloomr.com/127.0.0.1 +address=/beewanuk.net/127.0.0.1 +address=/bestvideo2019.xyz/127.0.0.1 +address=/boratestfishke.info/127.0.0.1 +address=/boursnormaticm.info/127.0.0.1 +address=/bupserge.com/127.0.0.1 +address=/camantasp.club/127.0.0.1 +address=/ceincreatedaughtcha.info/127.0.0.1 +address=/cespousseluniv.info/127.0.0.1 +address=/choorgiw.net/127.0.0.1 +address=/collectpush.com/127.0.0.1 +address=/counevan.pro/127.0.0.1 +address=/criminglynuk.pro/127.0.0.1 +address=/cssimplicanab.info/127.0.0.1 +address=/culreelt.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=/dcontonalscho.info/127.0.0.1 +address=/dddomainccc.com/127.0.0.1 +address=/dgafgadsgkjg.top/127.0.0.1 +address=/dingsincernett.info/127.0.0.1 +address=/dmastescaugh.info/127.0.0.1 +address=/dorthuredwardles.info/127.0.0.1 +address=/duxumpou.com/127.0.0.1 +address=/edencourtbrita.info/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=/encountryf.pro/127.0.0.1 +address=/enseptedsome.info/127.0.0.1 +address=/entstronicsform.info/127.0.0.1 +address=/epresententifi.info/127.0.0.1 +address=/eraltradiansid.info/127.0.0.1 +address=/erkhxw.com/127.0.0.1 +address=/estionexperime.info/127.0.0.1 +address=/eunformeranothe.info/127.0.0.1 +address=/fadsans.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=/feelineweatyeng.info/127.0.0.1 +address=/fishkekcamp.info/127.0.0.1 +address=/fufoatch.com/127.0.0.1 +address=/fuyuap.xyz/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=/gedspecificano.info/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=/grexoacu.com/127.0.0.1 +address=/groackam.com/127.0.0.1 +address=/hamadotax.site/127.0.0.1 +address=/hoosorie.com/127.0.0.1 +address=/housopsi.net/127.0.0.1 +address=/ingdaughtexam.info/127.0.0.1 +address=/ingprographyt.info/127.0.0.1 +address=/jahediretictho.info/127.0.0.1 +address=/jinsoopt.net/127.0.0.1 +address=/justookr.net/127.0.0.1 +address=/katerigordas.pro/127.0.0.1 +address=/kcampairsang.info/127.0.0.1 +address=/keepaira.net/127.0.0.1 +address=/ketstheralinver.info/127.0.0.1 +address=/knottishhuntilc.info/127.0.0.1 +address=/koutobey.net/127.0.0.1 +address=/ladsdown.com/127.0.0.1 +address=/lassistslegisten.info/127.0.0.1 +address=/ldevillaechildren.info/127.0.0.1 +address=/lessite.pro/127.0.0.1 +address=/locothet.com/127.0.0.1 +address=/lutachechu.pro/127.0.0.1 +address=/lyzenoti.pro/127.0.0.1 +address=/maipoted.com/127.0.0.1 +address=/mbethnarrowe.info/127.0.0.1 +address=/mbledeparatea.info/127.0.0.1 +address=/mibsooks.net/127.0.0.1 +address=/moapteeg.net/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=/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=/ngholishingsm.info/127.0.0.1 +address=/niebrundveepursuede.info/127.0.0.1 +address=/noglolra.com/127.0.0.1 +address=/noutstancerewe.info/127.0.0.1 +address=/officultpolicit.pro/127.0.0.1 +address=/ommodatesjoin.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=/oratorsresente.info/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=/oughgoalityabo.info/127.0.0.1 +address=/ouzoadru.net/127.0.0.1 +address=/padsabz.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=/peethobo.com/127.0.0.1 +address=/pgradualirelev.info/127.0.0.1 +address=/phabsoun.net/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=/possipationd.info/127.0.0.1 +address=/poubotem.com/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=/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=/reasonalattracke.info/127.0.0.1 +address=/redappeneticfr.info/127.0.0.1 +address=/replentcautiful.info/127.0.0.1 +address=/revolutelyplan.info/127.0.0.1 +address=/rgvqcsxqge.com/127.0.0.1 +address=/rheaddelainlyco.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=/roustast.net/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=/sadsecz.com/127.0.0.1 +address=/sapsixysho.pro/127.0.0.1 +address=/seepsocu.net/127.0.0.1 +address=/sgftrrs.com/127.0.0.1 +address=/shenouth.com/127.0.0.1 +address=/silsfrastinggove.info/127.0.0.1 +address=/singthouthappi.info/127.0.0.1 +address=/smenqskfmpfxnb.bid/127.0.0.1 +address=/soagrist.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=/surfacecharo.info/127.0.0.1 +address=/taifouwo.com/127.0.0.1 +address=/taryarguestio.info/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=/thighiny.com/127.0.0.1 +address=/thodsserentlya.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=/tujestimater.pro/127.0.0.1 +address=/uagesspecifica.info/127.0.0.1 +address=/ufoukolt.com/127.0.0.1 +address=/urgwritishimpos.info/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=/wadsotch.com/127.0.0.1 +address=/wagoapse.com/127.0.0.1 +address=/watchingssui.info/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=/whoshood.com/127.0.0.1 +address=/wimsocou.com/127.0.0.1 +address=/woogoust.com/127.0.0.1 +address=/woovooza.net/127.0.0.1 +address=/zaugroaw.net/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=/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=/galumbor.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=/aoredi.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=/fabrkrup.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=/d1ks8roequxbwa.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=/dc5k8fg5ioc8s.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=/djv99sxoqpv11.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=/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=/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=/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-vssr/root/etc/dnsmasq.ssr/appoint_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/appoint_list.conf new file mode 100644 index 0000000000..ead84b1efd --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/appoint_list.conf @@ -0,0 +1,143 @@ +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.ssr/custom_forward.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/custom_forward.conf new file mode 100644 index 0000000000..a283733e0d --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/custom_forward.conf @@ -0,0 +1,106 @@ +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.ssr/gfw_base.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/gfw_base.conf new file mode 100644 index 0000000000..c447881bd5 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/gfw_base.conf @@ -0,0 +1,5880 @@ +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.ssr/gfw_list.conf b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/gfw_list.conf new file mode 100644 index 0000000000..39a84f08e9 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/dnsmasq.ssr/gfw_list.conf @@ -0,0 +1,10414 @@ +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/init.d/vssr b/package/ctcgfw/luci-app-vssr/root/etc/init.d/vssr new file mode 100755 index 0000000000..2df22d38df --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/etc/init.d/vssr @@ -0,0 +1,1100 @@ +#!/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}_t.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 * * 0 echo "" > /tmp/vssr.log' >>$CRON_FILE + [ -n "$(grep -w "/usr/share/vssr/subscribe.sh" $CRON_FILE)" ] && sed -i '/\/usr\/share\/vssr\/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/vssr/subscribe.sh" >>$CRON_FILE + [ -z "$(grep -w "/usr/share/vssr/update.sh" $CRON_FILE)" ] && echo "0 5 * * 0 /usr/share/vssr/update.sh" >>$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) +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 + [ $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 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": $(uci_get_by_name $1 server_port), + "local_address": "0.0.0.0", + "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_ss)", + "reuse_port": true, + "fast_open": $fastopen + } +EOF + else + cat <<-EOF >$config_file + { + "server": "$hostip", + "server_port": $(uci_get_by_name $1 server_port), + "local_address": "0.0.0.0", + "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_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": "0.0.0.0", + "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} -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="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" = "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)" \ + -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 + $sscmd -config /var/etc/v2-ssr-retcp.json >/dev/null 2>&1 & + echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd -version | head -1) 已启动!" >> /tmp/vssr.log + + elif [ "$stype" == "trojan" ] ;then + $sscmd --config /var/etc/trojan-ssr-retcp.json >/dev/null 2>&1 & + echo "$(date "+%Y-%m-%d %H:%M:%S") $($sscmd --version 2>&1 | head -1) 已启动!" >> /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 & + 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/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 + 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/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) + [ "$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 + + HAPROXY_MODE="0" + if [ "$GLOBAL_SERVER" = "__haproxy__" ]; then + GLOBAL_SERVER=$(uci -X show vssr | 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 vssr | 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/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) + [ "$ENABLE_SERVER" = "nil" ] && return 1 +} + + +boot() { + (/usr/share/vssr/chinaipset.sh && sleep 5 && 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 + + 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 vssr-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 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 v2ray-plugin + killall -q -9 gq-client + 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 + /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-vssr-coexist/root/etc/uci-defaults/luci-vssr b/package/ctcgfw/luci-app-vssr/root/etc/uci-defaults/luci-vssr similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/etc/uci-defaults/luci-vssr rename to package/ctcgfw/luci-app-vssr/root/etc/uci-defaults/luci-vssr diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-ad b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-ad similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-ad rename to package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-ad diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-gfw b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-gfw similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-gfw rename to package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-gfw diff --git a/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor new file mode 100755 index 0000000000..6fe8a7bec0 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-monitor @@ -0,0 +1,277 @@ +#!/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 +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!" + 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/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-coexist/root/usr/bin/vssr-qucikswitch b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-qucikswitch similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-qucikswitch rename to package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-qucikswitch diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-rules b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-rules similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-rules rename to package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-rules diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-switch b/package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-switch similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/bin/vssr-switch rename to package/ctcgfw/luci-app-vssr/root/usr/bin/vssr-switch diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/GeoLite2-Country.mmdb b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/GeoLite2-Country.mmdb similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/GeoLite2-Country.mmdb rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/GeoLite2-Country.mmdb diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/chinaipset.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/chinaipset.sh similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/chinaipset.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/chinaipset.sh diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_ss.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_ss.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_ss.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_ss.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_ssr.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_ssr.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_ssr.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_ssr.lua diff --git a/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_v2ray.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_v2ray.lua new file mode 100755 index 0000000000..32d14bdb97 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_v2ray.lua @@ -0,0 +1,96 @@ +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 host = arg[4] + +local server = ucursor:get_all("vssr", 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 = 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) + } + }, + + -- 额外传出连接 + outboundDetour = { + { + protocol = "freedom", + tag = "direct", + settings = { keep = "" } + } + } +} +print(json.stringify(v2ray, 1)) diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_v2ray_s.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_v2ray_s.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genconfig_v2ray_s.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genconfig_v2ray_s.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/gentrojanconfig.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gentrojanconfig.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/gentrojanconfig.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gentrojanconfig.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genv2config.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genv2config.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config.lua diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genv2config_local.lua b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_local.lua similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/genv2config_local.lua rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_local.lua 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 new file mode 100755 index 0000000000..d664ab5506 --- /dev/null +++ b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/genv2config_server.lua @@ -0,0 +1,65 @@ +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-coexist/root/usr/share/vssr/getflag.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh similarity index 94% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/getflag.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh index a0c9a88e07..dc33e95953 100755 --- a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/getflag.sh +++ b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getflag.sh @@ -30,10 +30,5 @@ else hostip=$(cat /etc/ssr_ip) fi fi - $python -c "import maxminddb; - import json; - reader = maxminddb.open_database('/usr/share/vssr/GeoLite2-Country.mmdb'); - aa = reader.get('${hostip}'); - reader.close(); - print(aa['country']['iso_code'].lower())" + $python -c "import maxminddb;import json;reader = maxminddb.open_database('/usr/share/vssr/GeoLite2-Country.mmdb');aa = reader.get('${hostip}');reader.close();print(aa['country']['iso_code'].lower())" fi diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/getip.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getip.sh similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/getip.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/getip.sh diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/gfw2ipset.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gfw2ipset.sh similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/gfw2ipset.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/gfw2ipset.sh diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/subscribe.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/subscribe.sh similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/subscribe.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/subscribe.sh diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/update.sh b/package/ctcgfw/luci-app-vssr/root/usr/share/vssr/update.sh similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/usr/share/vssr/update.sh rename to package/ctcgfw/luci-app-vssr/root/usr/share/vssr/update.sh diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/css/flag-icon.min.css rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/flag-icon.min.css diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/css/vssr.css b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css similarity index 98% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/css/vssr.css rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css index f4da556ecb..8ad39f9743 100644 --- a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/css/vssr.css +++ b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/css/vssr.css @@ -250,7 +250,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md overflow-x: auto; overflow-y: hidden; border: 1px solid rgba(0, 0, 0, .05); - border-radius: .375rem; + border-radius: .500rem; background-color: #fff; box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15); } @@ -310,13 +310,13 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md .cbi-section-table-row { position: relative; - background: #99CCFF; + background: #CCFFFF; margin: 10px; - padding: 8px 15px 10px 65px; + padding: 8px 15px 10px 70px; box-shadow: 0 0 1rem 0 rgba(136,152,170,.75); border-radius: .5rem; border: 0; - color: #336699; + color: #003333; text-align: left; line-height: 1.7em; white-space: nowrap; @@ -467,7 +467,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md padding:0.5rem 0.8rem; float:right; margin-right:10px; - margin-top:-0.3rem; + margin-top:0rem; } @@ -507,7 +507,7 @@ footer.mobile-hide{ width:70px !important; height:70px; bottom:90px; - right:80px; + right:55px; font-size:20px; border-radius:50%; display:block; diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji.js b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji.js similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji.js rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji.js diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e6-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e7-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e8-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1e9-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ea-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1eb-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ec-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ed-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ee-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ef-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f0-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f1-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f2-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f3-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f4-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f5-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f6-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f7-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f8-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1f9-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fa-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fb-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fc-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fd-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1fe-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/1f1ff-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e6-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e7-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e8-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1e9-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ea-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1eb-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ec-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ed-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ee-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ef-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f0-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f1-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f2-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f5.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f5.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f3-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f4-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f4-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f5-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f6-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f6-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f7-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fd.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fd.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f8-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1e9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ed.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ed.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ef.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ef.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f1.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f1.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f4.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f4.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f7.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f7.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1f9-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1fe.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1fe.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ff.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fa-1f1ff.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1e8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ec.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ec.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ee.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1ee.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1f3.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1f3.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1fa.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fb-1f1fa.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1eb.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1eb.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1f8.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fc-1f1f8.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fd-1f1f0.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fd-1f1f0.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1ea.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1ea.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1f9.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1fe-1f1f9.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1e6.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1e6.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1f2.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1f2.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1fc.png rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/emoji/2x/1f1ff-1f1fc.png diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ad.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ad.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ad.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ad.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ae.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ae.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ae.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ae.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/af.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/af.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/af.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/af.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ag.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ag.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ag.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ag.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ai.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ai.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ai.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ai.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/al.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/al.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/al.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/al.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/am.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/am.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/am.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/am.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ao.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ao.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ao.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ao.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/aq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aq.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/aq.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aq.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ar.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ar.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ar.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ar.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/as.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/as.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/as.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/as.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/at.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/at.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/at.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/at.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/au.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/au.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/au.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/au.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/aw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/aw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/aw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ax.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ax.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ax.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ax.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/az.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/az.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/az.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/az.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ba.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ba.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ba.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ba.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bb.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bb.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bb.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bd.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bd.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bd.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/be.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/be.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/be.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/be.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bi.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bi.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bi.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bj.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bj.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bj.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bo.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bo.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bo.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bq.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bq.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bq.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/br.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/br.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/br.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/br.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bs.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bs.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bs.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/by.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/by.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/by.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/by.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/bz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/bz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ca.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ca.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ca.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ca.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cd.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cd.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cd.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ch.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ch.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ch.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ch.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ci.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ci.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ci.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ci.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ck.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ck.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ck.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ck.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/co.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/co.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/co.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/co.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cx.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cx.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cx.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cy.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cy.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cy.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/cz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/cz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/de.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/de.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/de.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/de.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dj.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dj.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dj.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/do.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/do.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/do.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/do.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/dz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/dz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ec.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ec.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ec.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ec.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ee.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ee.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ee.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ee.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/er.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/er.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/er.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/er.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/es-ca.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es-ca.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/es.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/es.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/es.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/et.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/et.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/et.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/et.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/eu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/eu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fi.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fi.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fi.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fj.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fj.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fj.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fo.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fo.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fo.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/fr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/fr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ga.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ga.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ga.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ga.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb-eng.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-eng.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb-nir.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-nir.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb-sct.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-sct.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/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 similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb-wls.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb-wls.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gb.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gb.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gd.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gd.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gd.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ge.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ge.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ge.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ge.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gi.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gi.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gi.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gp.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gp.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gp.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gq.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gq.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gq.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gs.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gs.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gs.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gy.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/gy.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/gy.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ht.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ht.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ht.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ht.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/hu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/hu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/id.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/id.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/id.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/id.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ie.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ie.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ie.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ie.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/il.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/il.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/il.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/il.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/im.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/im.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/im.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/im.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/in.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/in.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/in.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/in.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/io.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/io.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/io.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/io.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/iq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/iq.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/iq.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/iq.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ir.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ir.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ir.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ir.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/is.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/is.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/is.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/is.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/it.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/it.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/it.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/it.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/je.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/je.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/je.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/je.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jo.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jo.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jo.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jp.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/jp.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/jp.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ke.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ke.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ke.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ke.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ki.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ki.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ki.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ki.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/km.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/km.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/km.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/km.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kp.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kp.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kp.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ky.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ky.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ky.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ky.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/kz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/kz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/la.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/la.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/la.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/la.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lb.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lb.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lb.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/li.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/li.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/li.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/li.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ls.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ls.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ls.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ls.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/lv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/lv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ly.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ly.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ly.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ly.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ma.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ma.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ma.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ma.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/md.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/md.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/md.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/md.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/me.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/me.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/me.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/me.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ml.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ml.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ml.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ml.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mo.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mo.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mo.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mo.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mp.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mp.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mp.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mq.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mq.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mq.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mq.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ms.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ms.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ms.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ms.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mx.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mx.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mx.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/my.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/my.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/my.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/my.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/mz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/mz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/na.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/na.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/na.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/na.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ne.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ne.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ne.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ne.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ng.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ng.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ng.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ng.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ni.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ni.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ni.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ni.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/no.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/no.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/no.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/no.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/np.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/np.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/np.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/np.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/nz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/nz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/om.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/om.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/om.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/om.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pa.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pa.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pa.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pe.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pe.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pe.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pe.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ph.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ph.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ph.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ph.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ps.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ps.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ps.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ps.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/pw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/pw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/py.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/py.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/py.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/py.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/qa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/qa.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/qa.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/qa.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/re.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/re.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/re.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/re.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ro.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ro.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ro.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ro.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/rs.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rs.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/rs.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rs.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ru.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ru.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ru.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ru.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/rw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/rw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/rw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sa.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sa.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sa.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sa.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sb.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sb.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sb.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sb.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sd.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sd.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sd.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/se.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/se.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/se.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/se.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sh.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sh.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sh.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sh.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/si.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/si.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/si.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/si.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sj.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sj.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sj.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/so.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/so.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/so.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/so.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ss.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ss.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ss.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ss.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/st.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/st.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/st.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/st.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sx.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sx.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sx.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sx.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sy.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sy.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sy.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/sz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/sz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/td.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/td.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/td.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/td.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/th.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/th.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/th.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/th.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tj.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tj.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tj.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tj.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tl.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tl.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tl.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tl.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/to.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/to.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/to.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/to.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tr.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tr.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tr.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tr.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tv.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tv.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tv.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tv.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/tz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/tz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ua.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ua.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ua.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ua.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ug.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ug.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ug.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ug.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/um.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/um.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/um.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/um.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/un.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/un.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/un.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/un.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/us.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/us.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/us.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/us.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/uy.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uy.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/uy.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uy.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/uz.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uz.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/uz.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/uz.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/va.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/va.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/va.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/va.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vc.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vc.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vc.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vc.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ve.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ve.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ve.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ve.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vg.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vg.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vg.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vg.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vi.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vi.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vi.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vi.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vn.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vn.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vn.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vn.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vu.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vu.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/vu.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/vu.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/wf.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/wf.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/wf.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/wf.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ws.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ws.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ws.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ws.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/xk.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/xk.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/xk.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/xk.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ye.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ye.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/ye.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/ye.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/yt.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/yt.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/yt.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/yt.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/za.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/za.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/za.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/za.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/zm.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zm.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/zm.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zm.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/zw.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zw.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/flags/4x3/zw.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/flags/4x3/zw.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/client.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/client.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/client.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/client.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/pdnsd.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/pdnsd.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/pdnsd.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/pdnsd.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_01.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_01.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_01.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_01.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_02.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_02.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_02.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_02.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_03.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_03.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_03.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_03.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_04.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_04.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon1_04.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon1_04.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_01.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_01.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_01.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_01.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_02.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_02.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_02.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_02.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_03.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_03.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_03.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_03.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_04.jpg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_04.jpg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/site_icon_04.jpg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/site_icon_04.jpg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/socks5.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/socks5.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/socks5.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/socks5.svg diff --git a/package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/udp.svg b/package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/udp.svg similarity index 100% rename from package/ctcgfw/luci-app-vssr-coexist/root/www/luci-static/vssr/img/udp.svg rename to package/ctcgfw/luci-app-vssr/root/www/luci-static/vssr/img/udp.svg