mengskysama / shadowsocks-rm

A fast tunnel proxy that helps you bypass firewalls
Apache License 2.0
426 stars 443 forks source link

ss-panel 无法统计流量、在线人数问题 #54

Open tlzzu opened 8 years ago

tlzzu commented 8 years ago

以下是config.py内容: import logging

Config

MYSQL_HOST = 'localhost' MYSQL_PORT = 3306 MYSQL_USER = 'root' MYSQL_PASS = '123456789a' MYSQL_DB = 'sspanel'

MANAGE_PASS = 'aliyu4Seff'

if you want manage in other server you should set this value to global ip

MANAGE_BIND_IP = '127.0.0.1'

make sure this port is idle

MANAGE_PORT = 23333

PANEL_VERSION = 'V3' # V2 or V3. V2 not support API API_URL = 'http://vps.demo.com/mu' API_PASS = 'aliyu4Seff' NODE_ID = '1' CHECKTIME = 15 SYNCTIME = 600

BIND IP

if you want bind ipv4 and ipv6 '[::]'

if you want bind all of ipv4 if '0.0.0.0'

if you want bind all of if only '4.4.4.4'

SS_BIND_IP = '0.0.0.0' SS_METHOD = 'rc4-md5'

LOG CONFIG

LOG_ENABLE = False LOG_LEVEL = logging.DEBUG LOG_FILE = '/var/log/shadowsocks.log'

其中 /var/log/shadowsocks.log中什么都没有。

以下是/home/www/ss-panel/.env 中的信息: // ss-panel v3 ▒~E~M置 // // !!! 修▒~T▒此key为▒~Z~O▒~\▒▒~W符串确▒~]▒~Q▒~Y▒~I▒~E▒ !!! key = 'aliyu4Seff' env = 'prod' // 正▒~O▒~N▒▒~C请▒~]▒~L~Aenv为prod确▒~]▒~I▒~E▒ debug = 'false' // 正▒~O▒~N▒▒~C请确▒~]为false appName = 'ss-panel3' //▒~Y▒~B▒▒~P~M称 baseUrl = 'http://vps.demo.com' // ▒~Y▒~B▒▒~\▒▒~]~@ timeZone = 'PRC' // RPC 天▒~~]▒~W▒▒~W▒ UTC ▒| ▒▒~^~W▒~W▒▒~W▒ pwdMethod = 'md5' // ▒~F▒| ~A▒~J| ▒~F ▒~O▒▒~@~I md5,sha256 salt = '' // ▒~F▒| ~A▒~J| ▒~F▒~T▒▒~L▒~N▒~W▒▒~I~H▒~M~G级请▒~U~Y空 theme = 'default' // 主▒~X // v3.4 ▒~P~N使▒~T▒ session代▒~[▒authDriver // session,cache ▒~O▒▒~@~I file/redis session = 'file' cache = 'file' tokenDriver = 'db' // mu key ▒~T▒▒~N▒| ▒▒~Lss-go mu▒~Z~D请▒~B muKey = 'aliyu4Seff' // ▒~B▒件 mailDriver = 'mailgun' // mailgun #smtp▒~M▒~\▒▒~T▒▒~L~A,▒~E▒~[▒~K▒~U

// 注▒~F~L▒~Y~P▒~H▒,▒~O天▒~O个ip▒~C▒注▒~F~L▒~Z~D次▒~U▒ ipDayLimit = '10'

// ▒~B▒箱▒~L▒~A设置 emailVerifyEnabled = 'false' // ▒~X▒▒~P▒▒~@▒~P▒注▒~F~L▒~W▒▒~B▒箱▒~L▒~A (true:▒~@▒~P▒ faa lse:▒~E▒▒~W▒) emailVerifyCodeLength = '8' // ▒~B▒箱▒~L▒~A代▒| ~A▒~U▒度 emailVerifyTTL = '30' // ▒~L▒~A代▒| ~A▒~~I▒~U~H▒~W▒▒~W▒ ▒~M~U▒~M▒~H~F▒~R~_

// ▒~T▒▒~H▒签▒~H▒设置 checkinTime = '22' // 签▒~H▒▒~W▒▒~Z~T▒~W▒▒~W▒ ▒~M~U▒~M▒~O▒~W▒ r checkinMin = '93' // 签▒~H▒▒~~@▒~Q▒~A▒~G~O ▒~M~U▒~MMB checkinMax = '97' // 签▒~H▒▒~~@▒~Z▒~A▒~G~O

// defaultTraffic = '1' // ▒~T▒▒~H▒▒~H~]▒~K▒~A▒~G~O ▒~M~U▒~MGB // 注▒~F~L▒~P~N▒~N▒▒~W▒~Z~D▒~B~@请▒| ~A▒~U▒▒~G~O inviteNum = '0'

// 记▒~U▒~A▒~G~O▒~W▒▒~W▒~H▒dynamodb ,beta,请▒~K▒▒~@▒~P▒ log_traffic_dynamodb = 'false'

database ▒~U▒▒~M▒▒~S▒~E~M置

db_driver = 'mysql' db_host = 'localhost' db_port = '3306' db_database = 'sspanel' db_username = 'root' db_password = '123456789a' db_charset = 'utf8' db_collation = 'utf8_general_ci' db_prefix = ''

redis

redis_scheme = 'tcp' redis_host = '127.0.0.1' redis_port = '6379' redis_database = '0' redis_pass = ''

mailgun

mailgun_key = '' mailgun_domain = '' mailgun_sender = ''

smtp

smtp_host = '' smtp_username = '' smtp_port = '' smtp_name = '' smtp_sender = '' smtp_passsword = '' smtp_ssl = 'true'

aws

aws_access_key_id = '' aws_secret_access_key = '' aws_region = 'ap-northeast-1' aws_ses_region = 'us-east-1' aws_ses_sender = ''

现在代理可以运行,可以翻墙(有点慢),vps用的是搬瓦工的年付$19.9,安装后内存占用 RAM: 155.46/256 MB SWAP: 108.66/128 MB 但是ss-panel 无法统计流量、在线人数问题 安装时采用这个哥们的一键安装包:

https://www.echoteen.com/yijian-sspanel-many-user.html

使用代理时putty远程连接出现以下问题: [root@localhost shadowsocks]# python servers.py ERROR:root:[Errno 104] Connection reset by peer WARNING:root:one time auth fail WARNING:root:header is too short ERROR:root:[1025]can not parse header when handling connection from 27.211.59.191:14094 Traceback (most recent call last): File "../shadowsocks/tcprelay.py", line 328, in _handle_stage_addr raise Exception('[%s]can not parse header'%(self._config['server_port'])) Exception: [1025]can not parse header ERROR:root:[Errno 32] Broken pipe ERROR:root:[Errno 104] Connection reset by peer WARNING:root:timed out: maps.google.com:80 Traceback (most recent call last): File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 197, in thread_push DbTransfer.get_instance().push_db_all_user() File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 98, in push_db_all_user response = urllib2.urlopen(req) File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.7/urllib2.py", line 475, in error return self._call_chain(_args) File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain result = func(_args) File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 500: Internal Server Error WARNING:root:db thread except:HTTP Error 500: Internal Server Error ERROR:root:[Errno 104] Connection reset by peer WARNING:root:timed out: id.google.com.hk:443 ERROR:root:[Errno 104] Connection reset by peer WARNING:root:unsupported addrtype 47, maybe wrong password or encryption method ERROR:root:[1025]can not parse header when handling connection from 117.36.118.226:9368 Traceback (most recent call last): File "../shadowsocks/tcprelay.py", line 328, in _handle_stage_addr raise Exception('[%s]can not parse header'%(self._config['server_port'])) Exception: [1025]can not parse header ERROR:root:[Errno 104] Connection reset by peer WARNING:root:timed out: www.gstatic.com:443 ERROR:root:[Errno 104] Connection reset by peer ERROR:root:[Errno 104] Connection reset by peer WARNING:root:timed out: www.google.com.hk:443 ERROR:root:[Errno 111] Connection refused

注:整个过程(运行10分钟)多次出现(不下百次) ERROR:root:[Errno 104] Connection reset by peer 这个错误,为了方便查看,基本只保留了少许的几条。中间流量统计同步时依旧出现 DbTransfer.get_instance().push_db_all_user() 这个错误。 那么问题来了,请问怎么解决 无法统计流量、在线人数问题? @zuoruizhi

zuoruizhi commented 8 years ago

LOG_ENABLE = True

tlzzu commented 8 years ago

开启日志后任然有以下错误: [root@localhost app]# python /root/shadowsocks-rm/shadowsocks/servers.py Traceback (most recent call last): File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 197, in thread_push DbTransfer.get_instance().push_db_all_user() File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 98, in push_db_all_user response = urllib2.urlopen(req) File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.7/urllib2.py", line 475, in error return self._call_chain(_args) File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain result = func(_args) File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 500: Internal Server Error

tlzzu commented 8 years ago

流量统计改成了60秒同步一次,但是后台管理中依然没有流量统计记录

zuoruizhi commented 8 years ago

别急,等下看

tlzzu commented 8 years ago

依然没有流量统计的记录,错误信息如下: ERROR:root:[Errno 104] Connection reset by peer Traceback (most recent call last): File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 197, in thread_push DbTransfer.get_instance().push_db_all_user() File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 98, in push_db_all_user response = urllib2.urlopen(req) File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.7/urllib2.py", line 475, in error return self._call_chain(_args) File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain result = func(_args) File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 500: Internal Server Error WARNING:root:db thread except:HTTP Error 500: Internal Server Error WARNING:root:timed out WARNING:root:timed out

ERROR:root:[Errno 104] Connection reset by peer

DbTransfer.get_instance().push_db_all_user() 从字面理解这个方法应该是同步数据库时出现的问题,但是好像没有报获取数据库时有什么问题,是不是rm在更新数据库时有问题呐?ss-panel管理端添加用户,生成邀请码时都没有问题,推测应该是shadowsocks-rm无法更新数据库,这个是我的python 对应的mysql驱动有问题吗?怎么验证是我vps上python读取mysql的驱动有问题?

zuoruizhi commented 8 years ago

Log开没开呢

tlzzu commented 8 years ago

开了 一下是Log中的错误信息:

2016, Sep 14 Wed 15:05:28 eventloop.py[line:251] DEBUG using event model: epoll 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1025] pass [LCe3Ts] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1025 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1026] pass [EeZpka] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1026 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:110] INFO http://vps.demo.com/mu/nodes/1/online_count?key=aliyu4Seff - count=0 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:128] INFO http://vps.demo.com/mu/nodes/1/info?key=aliyu4Seff - load=0.00+0.01+0.05+4%2F53+4906&uptime=76141.67 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:05:39 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:39 util.py[line:85] INFO loading libcrypto from libcrypto.so.10 2016, Sep 14 Wed 15:05:39 tcprelay.py[line:332] INFO connecting vps.demo.com:80 from 116.226.155.60:15291 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15294 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15295 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss0.baidu.com:443 from 116.226.155.60:15301 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss3.bdstatic.com:443 from 116.226.155.60:15306 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss3.baidu.com:443 from 116.226.155.60:15307 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept

2016, Sep 14 Wed 15:06:25 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15325 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:26 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:26 tcprelay.py[line:332] INFO connecting outlook.office365.com:443 from 116.226.155.60:15324 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:06:30 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:30 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15326 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:692] DEBUG destroy: www.google.com.hk:80 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:31 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15327 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 74.82.42.42

tlzzu commented 8 years ago

2016, Sep 14 Wed 15:05:28 eventloop.py[line:251] DEBUG using event model: epoll 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1025] pass [LCe3Ts] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1025 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1026] pass [EeZpka] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1026 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:110] INFO http://vps.demo.com/mu/nodes/1/online_count?key=aliyu4Seff - count=0 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:128] INFO http://vps.demo.com/mu/nodes/1/info?key=aliyu4Seff - load=0.00+0.01+0.05+4%2F53+4906&uptime=76141.67 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:692] DEBUG destroy: www.google.com.hk:80 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:31 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error

2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:177] INFO db loop

这些是不是关键的错误信息?

zuoruizhi commented 8 years ago

多抓点,没抓到sync的log

zuoruizhi commented 8 years ago

现在synctime是60是吗?

tlzzu commented 8 years ago

是的 我改成60秒了

zuoruizhi commented 8 years ago

Log多抓点。 重启动。 3分钟的,都要,其中产生流量

tlzzu commented 8 years ago

应该够了,以下是错误信息:

2016, Sep 14 Wed 15:05:28 eventloop.py[line:251] DEBUG using event model: epoll 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1025] pass [LCe3Ts] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1025 2016, Sep 14 Wed 15:05:29 dbtransfer.py[line:166] INFO db start server at port [1026] pass [EeZpka] 2016, Sep 14 Wed 15:05:29 manager.py[line:86] INFO adding server at 0.0.0.0:1026 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:110] INFO http://vps.demo.com/mu/nodes/1/online_count?key=aliyu4Seff - count=0 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:05:30 dbtransfer.py[line:128] INFO http://vps.demo.com/mu/nodes/1/info?key=aliyu4Seff - load=0.00+0.01+0.05+4%2F53+4906&uptime=76141.67 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:05:39 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:39 util.py[line:85] INFO loading libcrypto from libcrypto.so.10 2016, Sep 14 Wed 15:05:39 tcprelay.py[line:332] INFO connecting vps.demo.com:80 from 116.226.155.60:15291 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:39 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15294 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15295 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss0.baidu.com:443 from 116.226.155.60:15301 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss3.bdstatic.com:443 from 116.226.155.60:15306 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.bdstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss3.baidu.com:443 from 116.226.155.60:15307 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss3.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss0.bdstatic.com:443 from 116.226.155.60:15298 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.bdstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.bdstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.bdstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss0.bdstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15292 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15313 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving www.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp1.baidu.com:443 from 116.226.155.60:15297 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp1.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp1.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp1.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp1.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15293 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp0.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15304 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp0.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp1.baidu.com:443 from 116.226.155.60:15300 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp1.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15303 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp0.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss2.bdstatic.com:443 from 116.226.155.60:15305 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss2.bdstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss2.bdstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss2.bdstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss2.bdstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp0.baidu.com:443 from 116.226.155.60:15310 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp0.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp1.baidu.com:443 from 116.226.155.60:15296 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: sp1.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting ss1.bdstatic.com:443 from 116.226.155.60:15302 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss1.bdstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss1.bdstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss1.bdstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving ss1.bdstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15311 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: www.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15312 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:417] DEBUG hit cache: www.baidu.com 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting sp2.baidu.com:443 from 116.226.155.60:15299 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp2.baidu.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp2.baidu.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp2.baidu.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving sp2.baidu.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:40 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15314 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:40 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 61.52.52.85:9617 2016, Sep 14 Wed 15:05:41 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:332] INFO connecting 8376:4593:1ca2:7e44:d84c:6668:a642:cfa2:33056 from 123.139.17.243:5558 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15308 2016, Sep 14 Wed 15:05:41 asyncdns.py[line:417] DEBUG hit cache: www.baidu.com 2016, Sep 14 Wed 15:05:41 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15315 2016, Sep 14 Wed 15:05:41 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:05:42 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:42 tcprelay.py[line:332] INFO connecting www.baidu.com:443 from 116.226.155.60:15309 2016, Sep 14 Wed 15:05:42 asyncdns.py[line:417] DEBUG hit cache: www.baidu.com 2016, Sep 14 Wed 15:05:42 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:42 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15316 2016, Sep 14 Wed 15:05:42 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:42 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:42 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:42 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:692] DEBUG destroy: 8376:4593:1ca2:7e44:d84c:6668:a642:cfa2:33056 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:43 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:332] INFO connecting s.wisdom.www.sogou.com:80 from 116.226.155.60:15317 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving s.wisdom.www.sogou.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving s.wisdom.www.sogou.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving s.wisdom.www.sogou.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving s.wisdom.www.sogou.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:332] INFO connecting s.wisdom.www.sogou.com:80 from 116.226.155.60:15318 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:417] DEBUG hit cache: s.wisdom.www.sogou.com 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:44 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:332] INFO connecting www.google.com.hk:80 from 116.226.155.60:15319 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving www.google.com.hk with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving www.google.com.hk with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving www.google.com.hk with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:402] DEBUG resolving www.google.com.hk with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:44 tcprelay.py[line:332] INFO connecting s.wisdom.www.sogou.com:80 from 116.226.155.60:15320 2016, Sep 14 Wed 15:05:44 asyncdns.py[line:417] DEBUG hit cache: s.wisdom.www.sogou.com 2016, Sep 14 Wed 15:05:45 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:45 tcprelay.py[line:332] INFO connecting s.wisdom.www.sogou.com:80 from 116.226.155.60:15321 2016, Sep 14 Wed 15:05:45 asyncdns.py[line:417] DEBUG hit cache: s.wisdom.www.sogou.com 2016, Sep 14 Wed 15:05:46 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:46 tcprelay.py[line:332] INFO connecting www.google.com.hk:443 from 116.226.155.60:15322 2016, Sep 14 Wed 15:05:46 asyncdns.py[line:417] DEBUG hit cache: www.google.com.hk 2016, Sep 14 Wed 15:05:53 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:05:53 tcprelay.py[line:332] INFO connecting s.wisdom.www.sogou.com:80 from 116.226.155.60:15323 2016, Sep 14 Wed 15:05:53 asyncdns.py[line:417] DEBUG hit cache: s.wisdom.www.sogou.com 2016, Sep 14 Wed 15:05:54 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:05:54 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:05:54 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:05:59 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:06:14 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:06:14 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:14 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:14 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:06:24 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:06:24 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:24 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:25 tcprelay.py[line:692] DEBUG destroy: vps.demo.com:80 2016, Sep 14 Wed 15:06:25 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:25 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:25 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:25 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15325 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:25 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:26 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:26 tcprelay.py[line:332] INFO connecting outlook.office365.com:443 from 116.226.155.60:15324 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:26 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:06:30 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:30 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15326 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:30 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:30 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:692] DEBUG destroy: www.google.com.hk:80 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:31 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:31 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:692] DEBUG destroy: s.wisdom.www.sogou.com:80 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15327 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:06:40 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp1.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp1.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp1.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:692] DEBUG destroy: sp2.baidu.com:443 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:40 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss3.bdstatic.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss0.bdstatic.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss2.bdstatic.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss1.bdstatic.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss0.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: ss3.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: sp0.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.google.com.hk:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:692] DEBUG destroy: www.baidu.com:443 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:06:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:06:42 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:06:42 tcprelay.py[line:332] INFO connecting www.google.com.hk:443 from 116.226.155.60:15328 2016, Sep 14 Wed 15:06:42 asyncdns.py[line:417] DEBUG hit cache: www.google.com.hk 2016, Sep 14 Wed 15:06:45 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:07:00 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:07:08 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:08 tcprelay.py[line:332] INFO connecting www.youtube.com:443 from 116.226.155.60:15329 2016, Sep 14 Wed 15:07:08 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:08 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:08 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:08 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:08 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:08 tcprelay.py[line:332] INFO connecting www.youtube.com:443 from 116.226.155.60:15330 2016, Sep 14 Wed 15:07:08 asyncdns.py[line:417] DEBUG hit cache: www.youtube.com 2016, Sep 14 Wed 15:07:15 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:07:15 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:07:15 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:15 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15332 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15333 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15334 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:16 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15331 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:16 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15336 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:417] DEBUG hit cache: i.ytimg.com 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15335 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:417] DEBUG hit cache: i.ytimg.com 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:17 tcprelay.py[line:332] INFO connecting yt3.ggpht.com:443 from 116.226.155.60:15337 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:17 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:18 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:18 tcprelay.py[line:332] INFO connecting pubads.g.doubleclick.net:443 from 116.226.155.60:15338 2016, Sep 14 Wed 15:07:18 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:18 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:18 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:18 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:18 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:18 tcprelay.py[line:332] INFO connecting pubads.g.doubleclick.net:443 from 116.226.155.60:15339 2016, Sep 14 Wed 15:07:18 asyncdns.py[line:417] DEBUG hit cache: pubads.g.doubleclick.net 2016, Sep 14 Wed 15:07:19 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:19 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15340 2016, Sep 14 Wed 15:07:19 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:692] DEBUG destroy: www.youtube.com:443 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:332] INFO connecting encrypted-tbn3.gstatic.com:443 from 116.226.155.60:15341 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:402] DEBUG resolving encrypted-tbn3.gstatic.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:402] DEBUG resolving encrypted-tbn3.gstatic.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:402] DEBUG resolving encrypted-tbn3.gstatic.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:402] DEBUG resolving encrypted-tbn3.gstatic.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:332] INFO connecting encrypted-tbn3.gstatic.com:443 from 116.226.155.60:15342 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:417] DEBUG hit cache: encrypted-tbn3.gstatic.com 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:22 tcprelay.py[line:332] INFO connecting encrypted-tbn3.gstatic.com:443 from 116.226.155.60:15343 2016, Sep 14 Wed 15:07:22 asyncdns.py[line:417] DEBUG hit cache: encrypted-tbn3.gstatic.com 2016, Sep 14 Wed 15:07:29 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:29 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15344 2016, Sep 14 Wed 15:07:29 asyncdns.py[line:417] DEBUG hit cache: nexus.officeapps.live.com 2016, Sep 14 Wed 15:07:30 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:07:31 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:07:31 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:07:36 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:36 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15345 2016, Sep 14 Wed 15:07:36 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:07:45 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: encrypted-tbn3.gstatic.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: pubads.g.doubleclick.net:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: encrypted-tbn3.gstatic.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:692] DEBUG destroy: pubads.g.doubleclick.net:443 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15348 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:332] INFO connecting camo.githubusercontent.com:443 from 116.226.155.60:15351 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15349 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15347 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:52 tcprelay.py[line:332] INFO connecting avatars0.githubusercontent.com:443 from 116.226.155.60:15354 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:52 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:53 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:53 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15355 2016, Sep 14 Wed 15:07:53 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:53 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:53 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:53 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:53 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:53 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15353 2016, Sep 14 Wed 15:07:53 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:692] DEBUG destroy: nexusrules.officeapps.live.com:443 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:07:54 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15352 2016, Sep 14 Wed 15:07:55 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15346 2016, Sep 14 Wed 15:07:55 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:07:55 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15350 2016, Sep 14 Wed 15:07:55 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15357 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:417] DEBUG hit cache: avatars3.githubusercontent.com 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:332] INFO connecting avatars1.githubusercontent.com:443 from 116.226.155.60:15356 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:07:58 tcprelay.py[line:332] INFO connecting avatars2.githubusercontent.com:443 from 116.226.155.60:15358 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:07:58 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:08:00 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:08:03 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:08:03 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:03 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:04 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:08:04 tcprelay.py[line:332] INFO connecting www.google-analytics.com:443 from 116.226.155.60:15360 2016, Sep 14 Wed 15:08:04 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:08:04 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:08:04 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:08:04 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:08:04 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:08:04 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15362 2016, Sep 14 Wed 15:08:04 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:08:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:08:05 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15359 2016, Sep 14 Wed 15:08:05 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:08:05 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:08:05 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:08:05 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:692] DEBUG destroy: camo.githubusercontent.com:443 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:07 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:08:07 tcprelay.py[line:332] INFO connecting collector.githubapp.com:443 from 116.226.155.60:15364 2016, Sep 14 Wed 15:08:07 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:08:07 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:08:07 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:08:07 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:08:09 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:08:09 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:08:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:08:12 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:08:12 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:08:12 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:23:47 eventloop.py[line:251] DEBUG using event model: epoll 2016, Sep 14 Wed 15:23:48 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:23:48 dbtransfer.py[line:166] INFO db start server at port [1025] pass [LCe3Ts] 2016, Sep 14 Wed 15:23:48 manager.py[line:86] INFO adding server at 0.0.0.0:1025 2016, Sep 14 Wed 15:23:48 dbtransfer.py[line:166] INFO db start server at port [1026] pass [EeZpka] 2016, Sep 14 Wed 15:23:48 manager.py[line:86] INFO adding server at 0.0.0.0:1026 2016, Sep 14 Wed 15:23:49 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:23:49 dbtransfer.py[line:110] INFO http://vps.demo.com/mu/nodes/1/online_count?key=aliyu4Seff - count=0 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:23:51 dbtransfer.py[line:128] INFO http://vps.demo.com/mu/nodes/1/info?key=aliyu4Seff - load=0.00+0.01+0.05+3%2F53+4953&uptime=77240.70 - {"ret":1,"msg":"ok"} 2016, Sep 14 Wed 15:23:59 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:23:59 util.py[line:85] INFO loading libcrypto from libcrypto.so.10 2016, Sep 14 Wed 15:23:59 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:23:59 tcprelay.py[line:332] INFO connecting fonts.proxy.ustclug.org:443 from 116.226.155.60:15474 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving fonts.proxy.ustclug.org with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving fonts.proxy.ustclug.org with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving fonts.proxy.ustclug.org with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving fonts.proxy.ustclug.org with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:23:59 tcprelay.py[line:332] INFO connecting vps.demo.com:80 from 116.226.155.60:15473 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:23:59 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:332] INFO connecting secure.gravatar.com:443 from 116.226.155.60:15475 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15476 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:402] DEBUG resolving c.gj.qq.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:00 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15477 2016, Sep 14 Wed 15:24:00 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:24:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:01 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 27.10.145.175:51589 2016, Sep 14 Wed 15:24:01 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:03 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15478 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15483 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15480 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving assets-cdn.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15479 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving api.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving api.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving api.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving api.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting avatars1.githubusercontent.com:443 from 116.226.155.60:15488 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting camo.githubusercontent.com:443 from 116.226.155.60:15498 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving camo.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15484 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15487 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15486 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15496 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15491 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving avatars3.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting www.google-analytics.com:443 from 116.226.155.60:15497 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting avatars1.githubusercontent.com:443 from 116.226.155.60:15490 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: avatars1.githubusercontent.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15481 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting camo.githubusercontent.com:443 from 116.226.155.60:15492 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: camo.githubusercontent.com 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting collector.githubapp.com:443 from 116.226.155.60:15495 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:03 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15485 2016, Sep 14 Wed 15:24:03 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:24:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:05 tcprelay.py[line:332] INFO connecting collector.githubapp.com:443 from 116.226.155.60:15494 2016, Sep 14 Wed 15:24:05 asyncdns.py[line:417] DEBUG hit cache: collector.githubapp.com 2016, Sep 14 Wed 15:24:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:05 tcprelay.py[line:332] INFO connecting avatars0.githubusercontent.com:443 from 116.226.155.60:15489 2016, Sep 14 Wed 15:24:05 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:05 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:05 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:05 asyncdns.py[line:402] DEBUG resolving avatars0.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:06 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:08 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:24:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:16 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:16 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:16 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:18 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:24:18 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: avatars1.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: avatars0.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: fonts.proxy.ustclug.org:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: camo.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: www.google-analytics.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: avatars1.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: collector.githubapp.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: camo.githubusercontent.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:20 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15505 2016, Sep 14 Wed 15:24:20 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:692] DEBUG destroy: collector.githubapp.com:443 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15508 2016, Sep 14 Wed 15:24:21 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15509 2016, Sep 14 Wed 15:24:21 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:21 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15507 2016, Sep 14 Wed 15:24:21 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:22 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:22 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:22 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:23 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:23 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15510 2016, Sep 14 Wed 15:24:23 asyncdns.py[line:417] DEBUG hit cache: avatars3.githubusercontent.com 2016, Sep 14 Wed 15:24:24 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:25 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:25 tcprelay.py[line:332] INFO connecting outlook.com:443 from 116.226.155.60:15514 2016, Sep 14 Wed 15:24:25 asyncdns.py[line:402] DEBUG resolving outlook.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:25 asyncdns.py[line:402] DEBUG resolving outlook.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:25 asyncdns.py[line:402] DEBUG resolving outlook.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:25 asyncdns.py[line:402] DEBUG resolving outlook.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:25 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:25 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15512 2016, Sep 14 Wed 15:24:25 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:24:26 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:26 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15516 2016, Sep 14 Wed 15:24:26 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:26 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:26 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:26 asyncdns.py[line:402] DEBUG resolving notify3.note.youdao.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:27 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:32 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:33 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:35 tcprelay.py[line:332] INFO connecting note.youdao.com:80 from 116.226.155.60:15517 2016, Sep 14 Wed 15:24:35 asyncdns.py[line:402] DEBUG resolving note.youdao.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:35 asyncdns.py[line:402] DEBUG resolving note.youdao.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:35 asyncdns.py[line:402] DEBUG resolving note.youdao.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:35 asyncdns.py[line:402] DEBUG resolving note.youdao.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:37 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:37 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:37 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:692] DEBUG destroy: vps.demo.com:80 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:45 tcprelay.py[line:692] DEBUG destroy: note.youdao.com:80 2016, Sep 14 Wed 15:24:45 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:45 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:48 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:24:48 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:24:48 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:24:48 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:24:50 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:50 tcprelay.py[line:332] INFO connecting avatars1.githubusercontent.com:443 from 116.226.155.60:15518 2016, Sep 14 Wed 15:24:50 asyncdns.py[line:417] DEBUG hit cache: avatars1.githubusercontent.com 2016, Sep 14 Wed 15:24:51 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:24:51 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:24:54 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:54 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15519 2016, Sep 14 Wed 15:24:54 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:54 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:54 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:54 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:24:57 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:57 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15521 2016, Sep 14 Wed 15:24:57 asyncdns.py[line:417] DEBUG hit cache: clients4.google.com 2016, Sep 14 Wed 15:24:57 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:24:57 tcprelay.py[line:332] INFO connecting clients2.google.com:443 from 116.226.155.60:15520 2016, Sep 14 Wed 15:24:57 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:24:57 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:24:57 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:24:57 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:332] INFO connecting outlook.office365.com:443 from 116.226.155.60:15522 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:00 tcprelay.py[line:332] INFO connecting redirector.gvt1.com:80 from 116.226.155.60:15523 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:00 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:01 tcprelay.py[line:332] INFO connecting r10---sn-2x3een7l.gvt1.com:80 from 116.226.155.60:15524 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving r10---sn-2x3een7l.gvt1.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving r10---sn-2x3een7l.gvt1.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving r10---sn-2x3een7l.gvt1.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving r10---sn-2x3een7l.gvt1.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:01 tcprelay.py[line:332] INFO connecting avatars2.githubusercontent.com:443 from 116.226.155.60:15525 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:01 asyncdns.py[line:402] DEBUG resolving avatars2.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:03 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:25:12 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:25:12 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:25:12 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:25:18 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:25:34 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:25:36 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:36 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15528 2016, Sep 14 Wed 15:25:36 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:25:37 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:39 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:39 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15529 2016, Sep 14 Wed 15:25:39 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:39 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:39 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:39 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:46 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:25:46 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:25:46 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:25:48 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:48 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15530 2016, Sep 14 Wed 15:25:48 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:25:49 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:49 tcprelay.py[line:332] INFO connecting www.google-analytics.com:443 from 116.226.155.60:15531 2016, Sep 14 Wed 15:25:49 asyncdns.py[line:417] DEBUG hit cache: www.google-analytics.com 2016, Sep 14 Wed 15:25:49 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:49 tcprelay.py[line:332] INFO connecting collector.githubapp.com:443 from 116.226.155.60:15532 2016, Sep 14 Wed 15:25:49 asyncdns.py[line:417] DEBUG hit cache: collector.githubapp.com 2016, Sep 14 Wed 15:25:49 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:25:50 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:25:50 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15533 2016, Sep 14 Wed 15:25:50 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:25:50 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:25:50 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:25:50 asyncdns.py[line:402] DEBUG resolving live.github.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:25:51 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:25:51 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:26:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:01 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15534 2016, Sep 14 Wed 15:26:01 asyncdns.py[line:417] DEBUG hit cache: nexus.officeapps.live.com 2016, Sep 14 Wed 15:26:04 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:26:05 tcprelay.py[line:692] DEBUG destroy: r10---sn-2x3een7l.gvt1.com:80 2016, Sep 14 Wed 15:26:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:08 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:08 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15535 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:26:08 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:08 tcprelay.py[line:332] INFO connecting config.edge.skype.com:443 from 116.226.155.60:15536 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:26:08 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:26:19 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:26:19 tcprelay.py[line:692] DEBUG destroy: redirector.gvt1.com:80 2016, Sep 14 Wed 15:26:19 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:19 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:20 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:26:20 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:20 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:22 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:26:22 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:22 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:23 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:23 tcprelay.py[line:332] INFO connecting roaming.officeapps.live.com:443 from 116.226.155.60:15537 2016, Sep 14 Wed 15:26:23 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:26:23 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:26:23 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:26:23 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:26:31 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:26:31 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:26:31 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:26:31 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15540 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15538 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15539 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15542 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15547 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15543 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting camo.githubusercontent.com:443 from 116.226.155.60:15545 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: camo.githubusercontent.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15546 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: avatars3.githubusercontent.com 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:32 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15541 2016, Sep 14 Wed 15:26:32 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:26:33 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:33 tcprelay.py[line:332] INFO connecting camo.githubusercontent.com:443 from 116.226.155.60:15548 2016, Sep 14 Wed 15:26:33 asyncdns.py[line:417] DEBUG hit cache: camo.githubusercontent.com 2016, Sep 14 Wed 15:26:33 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:33 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15549 2016, Sep 14 Wed 15:26:33 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:26:34 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:26:36 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:37 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:26:37 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:40 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15551 2016, Sep 14 Wed 15:26:40 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:26:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:41 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15552 2016, Sep 14 Wed 15:26:41 asyncdns.py[line:417] DEBUG hit cache: live.github.com 2016, Sep 14 Wed 15:26:42 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:42 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15553 2016, Sep 14 Wed 15:26:42 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:26:44 tcprelay.py[line:692] DEBUG destroy: outlook.com:443 2016, Sep 14 Wed 15:26:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:44 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15554 2016, Sep 14 Wed 15:26:44 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:26:46 tcprelay.py[line:692] DEBUG destroy: live.github.com:443 2016, Sep 14 Wed 15:26:46 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:46 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:46 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:46 tcprelay.py[line:332] INFO connecting outlook.com:443 from 116.226.155.60:15555 2016, Sep 14 Wed 15:26:46 asyncdns.py[line:417] DEBUG hit cache: outlook.com 2016, Sep 14 Wed 15:26:47 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:26:47 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:47 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:48 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:26:48 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:48 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:49 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:26:49 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15556 2016, Sep 14 Wed 15:26:49 asyncdns.py[line:417] DEBUG hit cache: live.github.com 2016, Sep 14 Wed 15:26:49 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:26:51 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:26:51 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:26:55 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:26:55 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:55 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:56 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:26:56 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:56 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:26:58 tcprelay.py[line:692] DEBUG destroy: roaming.officeapps.live.com:443 2016, Sep 14 Wed 15:26:58 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:26:58 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:00 tcprelay.py[line:692] DEBUG destroy: outlook.office365.com:443 2016, Sep 14 Wed 15:27:00 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:01 tcprelay.py[line:692] DEBUG destroy: secure.gravatar.com:443 2016, Sep 14 Wed 15:27:01 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:01 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:04 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:27:10 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:27:10 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:10 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:12 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:27:12 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:27:12 tcprelay.py[line:692] DEBUG destroy: config.edge.skype.com:443 2016, Sep 14 Wed 15:27:12 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:12 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:14 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:27:14 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:14 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:19 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:27:28 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:27:28 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:28 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:35 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:27:36 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:27:36 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:36 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:45 tcprelay.py[line:692] DEBUG destroy: collector.githubapp.com:443 2016, Sep 14 Wed 15:27:45 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:45 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:49 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:27:49 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15557 2016, Sep 14 Wed 15:27:49 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:27:50 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:27:51 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:27:53 tcprelay.py[line:692] DEBUG destroy: nexusrules.officeapps.live.com:443 2016, Sep 14 Wed 15:27:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:27:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:27:56 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:28:05 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:806] WARNING timed out: avatars1.githubusercontent.com:443 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:692] DEBUG destroy: avatars1.githubusercontent.com:443 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:806] WARNING timed out: clients4.google.com:443 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:692] DEBUG destroy: clients4.google.com:443 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:15 tcprelay.py[line:806] WARNING timed out: avatars2.githubusercontent.com:443 2016, Sep 14 Wed 15:28:15 tcprelay.py[line:692] DEBUG destroy: avatars2.githubusercontent.com:443 2016, Sep 14 Wed 15:28:15 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:15 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:20 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:28:34 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:28:34 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:34 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:35 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:28:45 tcprelay.py[line:806] WARNING timed out: clients2.google.com:443 2016, Sep 14 Wed 15:28:45 tcprelay.py[line:692] DEBUG destroy: clients2.google.com:443 2016, Sep 14 Wed 15:28:45 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:45 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:50 tcprelay.py[line:692] DEBUG destroy: outlook.com:443 2016, Sep 14 Wed 15:28:50 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:50 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:50 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: camo.githubusercontent.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: camo.githubusercontent.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:28:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:28:54 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:28:54 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15558 2016, Sep 14 Wed 15:28:54 asyncdns.py[line:417] DEBUG hit cache: clients4.google.com 2016, Sep 14 Wed 15:28:55 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:28:55 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15559 2016, Sep 14 Wed 15:28:55 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:28:57 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:28:57 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:29:05 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:29:05 lru_cache.py[line:100] DEBUG 4 keys swept 2016, Sep 14 Wed 15:29:20 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:29:35 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:29:36 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:29:36 tcprelay.py[line:332] INFO connecting note.youdao.com:80 from 116.226.155.60:15560 2016, Sep 14 Wed 15:29:36 asyncdns.py[line:417] DEBUG hit cache: note.youdao.com 2016, Sep 14 Wed 15:29:41 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:29:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:29:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:29:47 tcprelay.py[line:692] DEBUG destroy: note.youdao.com:80 2016, Sep 14 Wed 15:29:47 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:29:47 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:29:51 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:29:52 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:806] WARNING timed out: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:806] WARNING timed out: www.google-analytics.com:443 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:692] DEBUG destroy: www.google-analytics.com:443 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:29:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:29:57 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:29:57 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:30:05 lru_cache.py[line:100] DEBUG 5 keys swept 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:806] WARNING timed out: clients4.google.com:443 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:692] DEBUG destroy: clients4.google.com:443 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15562 2016, Sep 14 Wed 15:30:05 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:30:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:30:06 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:30:21 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:30:36 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:30:51 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:30:52 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:30:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:30:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:30:57 lru_cache.py[line:100] DEBUG 2 keys swept 2016, Sep 14 Wed 15:30:57 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:30:57 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:31:06 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:31:12 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:12 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:12 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:12 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:12 lru_cache.py[line:100] DEBUG 3 keys swept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15565 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15575 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15567 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15571 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15566 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15574 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: avatars3.githubusercontent.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting github.com:443 from 116.226.155.60:15564 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: github.com 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting avatars1.githubusercontent.com:443 from 116.226.155.60:15572 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:402] DEBUG resolving avatars1.githubusercontent.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:13 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15578 2016, Sep 14 Wed 15:31:13 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:332] INFO connecting collector.githubapp.com:443 from 116.226.155.60:15583 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving collector.githubapp.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:332] INFO connecting avatars3.githubusercontent.com:443 from 116.226.155.60:15589 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:417] DEBUG hit cache: avatars3.githubusercontent.com 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15579 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:332] INFO connecting assets-cdn.github.com:443 from 116.226.155.60:15586 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:417] DEBUG hit cache: assets-cdn.github.com 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:332] INFO connecting www.google-analytics.com:443 from 116.226.155.60:15585 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:16 asyncdns.py[line:402] DEBUG resolving www.google-analytics.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:692] DEBUG destroy: live.github.com:443 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:16 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15590 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15592 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:417] DEBUG hit cache: live.github.com 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:332] INFO connecting vps.demo.com:80 from 116.226.155.60:15591 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving vps.demo.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:17 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15593 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:17 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:18 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:18 tcprelay.py[line:332] INFO connecting secure.gravatar.com:443 from 116.226.155.60:15594 2016, Sep 14 Wed 15:31:18 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:18 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:18 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:18 asyncdns.py[line:402] DEBUG resolving secure.gravatar.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:18 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:18 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15595 2016, Sep 14 Wed 15:31:19 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:692] DEBUG destroy: live.github.com:443 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:19 tcprelay.py[line:332] INFO connecting cn.bing.com:80 from 116.226.155.60:15596 2016, Sep 14 Wed 15:31:19 asyncdns.py[line:402] DEBUG resolving cn.bing.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:19 asyncdns.py[line:402] DEBUG resolving cn.bing.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:19 asyncdns.py[line:402] DEBUG resolving cn.bing.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:19 asyncdns.py[line:402] DEBUG resolving cn.bing.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:21 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:332] INFO connecting cn.bing.com:80 from 116.226.155.60:15597 2016, Sep 14 Wed 15:31:22 asyncdns.py[line:417] DEBUG hit cache: cn.bing.com 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:692] DEBUG destroy: cn.bing.com:80 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:22 tcprelay.py[line:332] INFO connecting live.github.com:443 from 116.226.155.60:15598 2016, Sep 14 Wed 15:31:22 asyncdns.py[line:417] DEBUG hit cache: live.github.com 2016, Sep 14 Wed 15:31:23 tcprelay.py[line:332] INFO connecting cn.bing.com:80 from 116.226.155.60:15599 2016, Sep 14 Wed 15:31:23 asyncdns.py[line:417] DEBUG hit cache: cn.bing.com 2016, Sep 14 Wed 15:31:24 tcprelay.py[line:692] DEBUG destroy: github.com:443 2016, Sep 14 Wed 15:31:24 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:24 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: avatars3.githubusercontent.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:692] DEBUG destroy: assets-cdn.github.com:443 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:31:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:28 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:28 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15600 2016, Sep 14 Wed 15:31:28 asyncdns.py[line:417] DEBUG hit cache: clients4.google.com 2016, Sep 14 Wed 15:31:34 lru_cache.py[line:100] DEBUG 2 keys swept 2016, Sep 14 Wed 15:31:34 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:31:34 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:34 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:36 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:31:42 tcprelay.py[line:692] DEBUG destroy: avatars1.githubusercontent.com:443 2016, Sep 14 Wed 15:31:42 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:42 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:49 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:49 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:31:49 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15602 2016, Sep 14 Wed 15:31:49 asyncdns.py[line:417] DEBUG hit cache: nexus.officeapps.live.com 2016, Sep 14 Wed 15:31:50 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:50 tcprelay.py[line:332] INFO connecting config.edge.skype.com:443 from 116.226.155.60:15601 2016, Sep 14 Wed 15:31:50 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:50 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:50 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:50 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:50 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:31:50 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:50 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:51 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:31:51 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:31:51 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:31:52 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:31:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:31:52 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15603 2016, Sep 14 Wed 15:31:52 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:31:52 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:31:52 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:31:52 asyncdns.py[line:402] DEBUG resolving nexusrules.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:31:57 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:31:58 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:806] WARNING timed out: clients4.google.com:443 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:692] DEBUG destroy: clients4.google.com:443 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:00 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:03 tcprelay.py[line:692] DEBUG destroy: vps.demo.com:80 2016, Sep 14 Wed 15:32:03 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:03 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:07 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:692] DEBUG destroy: cn.bing.com:80 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:692] DEBUG destroy: cn.bing.com:80 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:21 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:32:21 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15604 2016, Sep 14 Wed 15:32:21 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:32:21 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:32:21 tcprelay.py[line:332] INFO connecting miserupdate.aliyun.com:80 from 116.226.155.60:15605 2016, Sep 14 Wed 15:32:21 asyncdns.py[line:402] DEBUG resolving miserupdate.aliyun.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:32:21 asyncdns.py[line:402] DEBUG resolving miserupdate.aliyun.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:32:21 asyncdns.py[line:402] DEBUG resolving miserupdate.aliyun.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:32:21 asyncdns.py[line:402] DEBUG resolving miserupdate.aliyun.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:32:22 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:32:22 tcprelay.py[line:692] DEBUG destroy: collector.githubapp.com:443 2016, Sep 14 Wed 15:32:22 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:22 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:37 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:32:43 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:32:43 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15606 2016, Sep 14 Wed 15:32:43 asyncdns.py[line:417] DEBUG hit cache: nexusrules.officeapps.live.com 2016, Sep 14 Wed 15:32:50 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:32:50 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:32:50 tcprelay.py[line:692] DEBUG destroy: config.edge.skype.com:443 2016, Sep 14 Wed 15:32:50 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:32:50 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:32:52 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:32:58 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:32:58 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:33:06 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:33:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:07 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:33:07 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:07 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:07 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:33:11 tcprelay.py[line:692] DEBUG destroy: miserupdate.aliyun.com:80 2016, Sep 14 Wed 15:33:11 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:11 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:22 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:33:31 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:31 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15609 2016, Sep 14 Wed 15:33:31 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:33:32 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:33 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:33 tcprelay.py[line:332] INFO connecting roaming.officeapps.live.com:443 from 116.226.155.60:15610 2016, Sep 14 Wed 15:33:33 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:33 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:33 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:33 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:37 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:33:38 tcprelay.py[line:692] DEBUG destroy: roaming.officeapps.live.com:443 2016, Sep 14 Wed 15:33:38 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:38 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:48 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:33:48 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:33:48 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:33:48 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:48 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:52 tcprelay.py[line:332] INFO connecting www.youtube.com:443 from 116.226.155.60:15611 2016, Sep 14 Wed 15:33:52 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:52 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:52 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:52 asyncdns.py[line:402] DEBUG resolving www.youtube.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:52 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:33:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:52 tcprelay.py[line:332] INFO connecting www.youtube.com:443 from 116.226.155.60:15612 2016, Sep 14 Wed 15:33:52 asyncdns.py[line:417] DEBUG hit cache: www.youtube.com 2016, Sep 14 Wed 15:33:53 tcprelay.py[line:692] DEBUG destroy: nexusrules.officeapps.live.com:443 2016, Sep 14 Wed 15:33:53 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:53 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:53 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:53 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15613 2016, Sep 14 Wed 15:33:53 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:33:55 tcprelay.py[line:631] DEBUG got local error 2016, Sep 14 Wed 15:33:55 tcprelay.py[line:633] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:33:55 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:33:55 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15617 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15616 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15618 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:56 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15615 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:33:56 asyncdns.py[line:402] DEBUG resolving i.ytimg.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:33:57 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:57 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15614 2016, Sep 14 Wed 15:33:57 asyncdns.py[line:417] DEBUG hit cache: i.ytimg.com 2016, Sep 14 Wed 15:33:57 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:33:57 tcprelay.py[line:332] INFO connecting i.ytimg.com:443 from 116.226.155.60:15619 2016, Sep 14 Wed 15:33:57 asyncdns.py[line:417] DEBUG hit cache: i.ytimg.com 2016, Sep 14 Wed 15:33:58 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:33:58 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:33:58 tcprelay.py[line:692] DEBUG destroy: nexusrules.officeapps.live.com:443 2016, Sep 14 Wed 15:33:58 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:33:58 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:33:58 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:33:59 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:34:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:34:01 tcprelay.py[line:332] INFO connecting nexusrules.officeapps.live.com:443 from 116.226.155.60:15620 2016, Sep 14 Wed 15:34:01 asyncdns.py[line:417] DEBUG hit cache: nexusrules.officeapps.live.com 2016, Sep 14 Wed 15:34:04 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:34:04 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:04 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:05 tcprelay.py[line:692] DEBUG destroy: www.youtube.com:443 2016, Sep 14 Wed 15:34:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:05 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:34:05 tcprelay.py[line:332] INFO connecting api.github.com:443 from 116.226.155.60:15621 2016, Sep 14 Wed 15:34:05 asyncdns.py[line:417] DEBUG hit cache: api.github.com 2016, Sep 14 Wed 15:34:08 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:34:16 tcprelay.py[line:692] DEBUG destroy: api.github.com:443 2016, Sep 14 Wed 15:34:16 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:16 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:17 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:34:17 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:17 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:19 tcprelay.py[line:692] DEBUG destroy: secure.gravatar.com:443 2016, Sep 14 Wed 15:34:19 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:19 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:23 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:34:34 tcprelay.py[line:806] WARNING timed out: www.google-analytics.com:443 2016, Sep 14 Wed 15:34:34 tcprelay.py[line:692] DEBUG destroy: www.google-analytics.com:443 2016, Sep 14 Wed 15:34:34 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:34 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:38 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:34:38 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:34:38 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15622 2016, Sep 14 Wed 15:34:38 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:34:44 tcprelay.py[line:332] INFO connecting yt3.ggpht.com:443 from 116.226.155.60:15623 2016, Sep 14 Wed 15:34:44 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:34:44 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:34:44 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:34:44 asyncdns.py[line:402] DEBUG resolving yt3.ggpht.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:34:44 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:34:48 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:34:48 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:34:48 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:34:53 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:34:59 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:34:59 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:35:08 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:35:23 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:35:24 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:35:24 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:35:24 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:36 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:36 tcprelay.py[line:332] INFO connecting pubads.g.doubleclick.net:443 from 116.226.155.60:15624 2016, Sep 14 Wed 15:35:36 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:35:36 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:35:36 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:35:36 asyncdns.py[line:402] DEBUG resolving pubads.g.doubleclick.net with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 116.226.155.60:15626 2016, Sep 14 Wed 15:35:37 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:332] INFO connecting pubads.g.doubleclick.net:443 from 116.226.155.60:15625 2016, Sep 14 Wed 15:35:37 asyncdns.py[line:417] DEBUG hit cache: pubads.g.doubleclick.net 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:332] INFO connecting c.gj.qq.com:80 from 39.64.152.90:47792 2016, Sep 14 Wed 15:35:37 asyncdns.py[line:417] DEBUG hit cache: c.gj.qq.com 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:37 common.py[line:196] WARNING unsupported addrtype 194, maybe wrong password or encryption method 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:675] ERROR [1025]can not parse header when handling connection from 171.37.144.31:932 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:694] DEBUG destroy 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:692] DEBUG destroy: c.gj.qq.com:80 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:35:37 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:38 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:35:39 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:39 tcprelay.py[line:332] INFO connecting www.google.cn:443 from 116.226.155.60:15627 2016, Sep 14 Wed 15:35:39 asyncdns.py[line:402] DEBUG resolving www.google.cn with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:35:39 asyncdns.py[line:402] DEBUG resolving www.google.cn with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:35:39 asyncdns.py[line:402] DEBUG resolving www.google.cn with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:35:39 asyncdns.py[line:402] DEBUG resolving www.google.cn with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:35:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:44 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15628 2016, Sep 14 Wed 15:35:44 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:35:47 tcprelay.py[line:692] DEBUG destroy: pubads.g.doubleclick.net:443 2016, Sep 14 Wed 15:35:47 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:35:47 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:52 tcprelay.py[line:692] DEBUG destroy: pubads.g.doubleclick.net:443 2016, Sep 14 Wed 15:35:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:35:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:35:53 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:35:54 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:54 tcprelay.py[line:332] INFO connecting apis.google.com:443 from 116.226.155.60:15629 2016, Sep 14 Wed 15:35:54 asyncdns.py[line:402] DEBUG resolving apis.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:35:54 asyncdns.py[line:402] DEBUG resolving apis.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:35:54 asyncdns.py[line:402] DEBUG resolving apis.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:35:54 asyncdns.py[line:402] DEBUG resolving apis.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:35:55 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:35:55 tcprelay.py[line:332] INFO connecting content.googleapis.com:443 from 116.226.155.60:15630 2016, Sep 14 Wed 15:35:55 asyncdns.py[line:402] DEBUG resolving content.googleapis.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:35:55 asyncdns.py[line:402] DEBUG resolving content.googleapis.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:35:55 asyncdns.py[line:402] DEBUG resolving content.googleapis.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:35:55 asyncdns.py[line:402] DEBUG resolving content.googleapis.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:35:59 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:35:59 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:36:05 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:36:05 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:36:05 tcprelay.py[line:692] DEBUG destroy: nexusrules.officeapps.live.com:443 2016, Sep 14 Wed 15:36:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:36:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:36:09 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:36:09 tcprelay.py[line:692] DEBUG destroy: www.google.cn:443 2016, Sep 14 Wed 15:36:09 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:36:09 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:36:19 lru_cache.py[line:100] DEBUG 8 keys swept 2016, Sep 14 Wed 15:36:24 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:36:33 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:36:33 lru_cache.py[line:100] DEBUG 3 keys swept 2016, Sep 14 Wed 15:36:33 tcprelay.py[line:332] INFO connecting ieonlinews.microsoft.com:443 from 116.226.155.60:15631 2016, Sep 14 Wed 15:36:33 asyncdns.py[line:402] DEBUG resolving ieonlinews.microsoft.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:36:33 asyncdns.py[line:402] DEBUG resolving ieonlinews.microsoft.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:36:33 asyncdns.py[line:402] DEBUG resolving ieonlinews.microsoft.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:36:33 asyncdns.py[line:402] DEBUG resolving ieonlinews.microsoft.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:36:34 tcprelay.py[line:692] DEBUG destroy: ieonlinews.microsoft.com:443 2016, Sep 14 Wed 15:36:34 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:36:34 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:36:38 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:36:38 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:36:38 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:36:39 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:36:49 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:36:54 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:36:59 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:36:59 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:36:59 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15632 2016, Sep 14 Wed 15:36:59 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:36:59 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:36:59 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:37:09 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:37:24 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:37:25 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:37:25 tcprelay.py[line:332] INFO connecting login.live.com:443 from 116.226.155.60:15633 2016, Sep 14 Wed 15:37:25 asyncdns.py[line:402] DEBUG resolving login.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:37:25 asyncdns.py[line:402] DEBUG resolving login.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:37:25 asyncdns.py[line:402] DEBUG resolving login.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:37:25 asyncdns.py[line:402] DEBUG resolving login.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:37:28 tcprelay.py[line:692] DEBUG destroy: login.live.com:443 2016, Sep 14 Wed 15:37:28 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:37:28 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:37:38 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:37:39 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:37:44 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:37:44 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15634 2016, Sep 14 Wed 15:37:44 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:37:44 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:37:44 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:37:44 asyncdns.py[line:402] DEBUG resolving nexus.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:37:45 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:37:45 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:37:45 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:37:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:37:52 tcprelay.py[line:332] INFO connecting outlook.office365.com:443 from 116.226.155.60:15635 2016, Sep 14 Wed 15:37:52 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:37:52 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:37:52 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:37:52 asyncdns.py[line:402] DEBUG resolving outlook.office365.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:37:54 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:37:59 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:38:00 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:38:04 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:38:04 tcprelay.py[line:332] INFO connecting nexus.officeapps.live.com:443 from 116.226.155.60:15636 2016, Sep 14 Wed 15:38:04 asyncdns.py[line:417] DEBUG hit cache: nexus.officeapps.live.com 2016, Sep 14 Wed 15:38:06 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:38:06 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15637 2016, Sep 14 Wed 15:38:06 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:38:09 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:38:23 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:38:23 tcprelay.py[line:332] INFO connecting config.edge.skype.com:443 from 116.226.155.60:15638 2016, Sep 14 Wed 15:38:23 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:38:23 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:38:23 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:38:23 asyncdns.py[line:402] DEBUG resolving config.edge.skype.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:38:25 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:38:39 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:806] WARNING timed out: i.ytimg.com:443 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:692] DEBUG destroy: i.ytimg.com:443 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:806] WARNING timed out: yt3.ggpht.com:443 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:692] DEBUG destroy: yt3.ggpht.com:443 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:38:39 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:38:40 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:806] WARNING timed out: www.youtube.com:443 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:692] DEBUG destroy: www.youtube.com:443 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:806] WARNING timed out: clients4.google.com:443 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:692] DEBUG destroy: clients4.google.com:443 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:332] INFO connecting outlook.office365.com:443 from 116.226.155.60:15639 2016, Sep 14 Wed 15:38:52 asyncdns.py[line:417] DEBUG hit cache: outlook.office365.com 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:38:52 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:38:55 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:39:00 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:39:00 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:39:05 lru_cache.py[line:100] DEBUG 3 keys swept 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:806] WARNING timed out: apis.google.com:443 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:692] DEBUG destroy: apis.google.com:443 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:806] WARNING timed out: content.googleapis.com:443 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:692] DEBUG destroy: content.googleapis.com:443 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:05 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:39:10 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:39:13 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:39:13 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15640 2016, Sep 14 Wed 15:39:13 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:39:22 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:39:22 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:39:22 tcprelay.py[line:332] INFO connecting roaming.officeapps.live.com:443 from 116.226.155.60:15641 2016, Sep 14 Wed 15:39:22 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:39:22 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:39:22 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:39:22 asyncdns.py[line:402] DEBUG resolving roaming.officeapps.live.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:39:25 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:39:26 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:39:26 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:39:26 tcprelay.py[line:692] DEBUG destroy: config.edge.skype.com:443 2016, Sep 14 Wed 15:39:26 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:26 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:39:27 tcprelay.py[line:692] DEBUG destroy: roaming.officeapps.live.com:443 2016, Sep 14 Wed 15:39:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:39:40 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:39:42 tcprelay.py[line:637] DEBUG got remote error 2016, Sep 14 Wed 15:39:42 tcprelay.py[line:639] ERROR [Errno 104] Connection reset by peer 2016, Sep 14 Wed 15:39:42 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:39:42 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:42 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:39:55 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:39:55 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:39:58 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:39:58 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:39:58 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:40:00 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:40:01 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:40:04 tcprelay.py[line:692] DEBUG destroy: nexus.officeapps.live.com:443 2016, Sep 14 Wed 15:40:04 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:40:04 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:40:10 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:40:20 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:40:20 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15642 2016, Sep 14 Wed 15:40:20 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:40:26 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:40:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:40:40 lru_cache.py[line:100] DEBUG 3 keys swept 2016, Sep 14 Wed 15:40:40 tcprelay.py[line:332] INFO connecting redirector.gvt1.com:80 from 116.226.155.60:15643 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving redirector.gvt1.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:40:40 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:40:40 tcprelay.py[line:332] INFO connecting config.pinyin.sogou.com:80 from 116.226.155.60:15644 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving config.pinyin.sogou.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving config.pinyin.sogou.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving config.pinyin.sogou.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:40:40 asyncdns.py[line:402] DEBUG resolving config.pinyin.sogou.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:40:41 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:40:41 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:40:41 tcprelay.py[line:332] INFO connecting r12---sn-2x3eln7e.gvt1.com:80 from 116.226.155.60:15645 2016, Sep 14 Wed 15:40:41 asyncdns.py[line:402] DEBUG resolving r12---sn-2x3eln7e.gvt1.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:40:41 asyncdns.py[line:402] DEBUG resolving r12---sn-2x3eln7e.gvt1.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:40:41 asyncdns.py[line:402] DEBUG resolving r12---sn-2x3eln7e.gvt1.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:40:41 asyncdns.py[line:402] DEBUG resolving r12---sn-2x3eln7e.gvt1.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:40:42 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:40:42 tcprelay.py[line:332] INFO connecting cdn2.ime.sogou.com:80 from 116.226.155.60:15646 2016, Sep 14 Wed 15:40:42 asyncdns.py[line:402] DEBUG resolving cdn2.ime.sogou.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:40:42 asyncdns.py[line:402] DEBUG resolving cdn2.ime.sogou.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:40:42 asyncdns.py[line:402] DEBUG resolving cdn2.ime.sogou.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:40:42 asyncdns.py[line:402] DEBUG resolving cdn2.ime.sogou.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:40:56 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:41:01 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:41:01 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:41:01 tcprelay.py[line:332] INFO connecting clients2.google.com:443 from 116.226.155.60:15647 2016, Sep 14 Wed 15:41:01 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:41:01 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:41:01 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:41:01 asyncdns.py[line:402] DEBUG resolving clients2.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:41:01 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:41:05 lru_cache.py[line:100] DEBUG 2 keys swept 2016, Sep 14 Wed 15:41:06 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:41:06 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:41:06 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:41:11 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:41:26 tcprelay.py[line:692] DEBUG destroy: config.pinyin.sogou.com:80 2016, Sep 14 Wed 15:41:26 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:41:26 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:41:26 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:41:27 tcprelay.py[line:692] DEBUG destroy: r12---sn-2x3eln7e.gvt1.com:80 2016, Sep 14 Wed 15:41:27 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:41:27 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:41:27 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:41:27 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15648 2016, Sep 14 Wed 15:41:27 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:41:30 tcprelay.py[line:692] DEBUG destroy: cdn2.ime.sogou.com:80 2016, Sep 14 Wed 15:41:30 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:41:30 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:41:41 tcprelay.py[line:692] DEBUG destroy: redirector.gvt1.com:80 2016, Sep 14 Wed 15:41:41 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:41:41 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:41:41 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:41:41 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:41:56 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:42:01 dbtransfer.py[line:195] INFO db loop2 2016, Sep 14 Wed 15:42:01 dbtransfer.py[line:201] WARNING db thread except:HTTP Error 500: Internal Server Error 2016, Sep 14 Wed 15:42:03 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:42:03 tcprelay.py[line:332] INFO connecting clients4.google.com:443 from 116.226.155.60:15649 2016, Sep 14 Wed 15:42:03 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.8.8 2016, Sep 14 Wed 15:42:03 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 74.82.42.42 2016, Sep 14 Wed 15:42:03 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 4.2.2.1 2016, Sep 14 Wed 15:42:03 asyncdns.py[line:402] DEBUG resolving clients4.google.com with type 1 using server 8.8.4.4 2016, Sep 14 Wed 15:42:11 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:42:13 tcprelay.py[line:692] DEBUG destroy: notify3.note.youdao.com:80 2016, Sep 14 Wed 15:42:13 tcprelay.py[line:696] DEBUG destroying remote 2016, Sep 14 Wed 15:42:13 tcprelay.py[line:702] DEBUG destroying local 2016, Sep 14 Wed 15:42:26 dbtransfer.py[line:177] INFO db loop 2016, Sep 14 Wed 15:42:34 tcprelay.py[line:833] DEBUG accept 2016, Sep 14 Wed 15:42:34 lru_cache.py[line:100] DEBUG 1 keys swept 2016, Sep 14 Wed 15:42:34 tcprelay.py[line:332] INFO connecting notify3.note.youdao.com:80 from 116.226.155.60:15650 2016, Sep 14 Wed 15:42:34 asyncdns.py[line:417] DEBUG hit cache: notify3.note.youdao.com 2016, Sep 14 Wed 15:42:42 dbtransfer.py[line:177] INFO db loop

tlzzu commented 8 years ago

putty中已经出现好几次 DbTransfer.get_instance().push_db_all_user() 的错误了

zuoruizhi commented 8 years ago

Web服务器的access日志,还有数据库的user表,敏感信息可去掉

tlzzu commented 8 years ago

MariaDB [sspanel]> select * from user_token -> ; Empty set (0.00 sec)

MariaDB [sspanel]> select * from user_traffic_log; Empty set (0.00 sec)

MariaDB [sspanel]> select * form ss_node_online_log; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'form ss_node_online_log' at line 1 MariaDB [sspanel]> select * form ss_node_info_log ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'form ss_node_info_log' at line 1 MariaDB [sspanel]> select * form ss_node; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'form ss_node' at line 1 MariaDB [sspanel]> select * form sp_log; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'form sp_log' at line 1 MariaDB [sspanel]> select * from users; ERROR 1146 (42S02): Table 'sspanel.users' doesn't exist MariaDB [sspanel]> select * from ss_checkin_log ; +----+---------+------------+----------+---------------------+---------------------+ | id | user_id | checkin_at | traffic | created_at | updated_at | +----+---------+------------+----------+---------------------+---------------------+ | 1 | 1 | 1473764432 | 99614720 | 2016-09-13 19:00:32 | 2016-09-13 19:00:32 | | 2 | 2 | 1473821070 | 98566144 | 2016-09-14 10:44:30 | 2016-09-14 10:44:30 | | 3 | 4 | 1473823029 | 97517568 | 2016-09-14 11:17:09 | 2016-09-14 11:17:09 | +----+---------+------------+----------+---------------------+---------------------+ 3 rows in set (0.00 sec)

MariaDB [sspanel]> select * from sp_config; +----+----------------+-----------+---------------------+---------------------+ | id | key | value | created_at | updated_at | +----+----------------+-----------+---------------------+---------------------+ | 1 | analytics-code | | 2016-09-13 18:57:02 | 0000-00-00 00:00:00 | | 2 | home-code | ????????? | 2016-09-14 10:58:44 | 0000-00-00 00:00:00 | | 3 | app-name | ?? | 2016-09-13 18:57:02 | 0000-00-00 00:00:00 | | 4 | user-index | ????????? | 2016-09-14 10:58:44 | 0000-00-00 00:00:00 | | 5 | user-node | ????????? | 2016-09-14 10:58:38 | 0000-00-00 00:00:00 | +----+----------------+-----------+---------------------+---------------------+ 5 rows in set (0.00 sec)


user表里是有值的

zuoruizhi commented 8 years ago

MariaDB [sspanel]> select * from users; ERROR 1146 (42S02): Table 'sspanel.users' doesn't exist 执行错了,我知道有值,我要看内容对比web服务器的access log

zuoruizhi commented 8 years ago

表名是user,不是users

tlzzu commented 8 years ago

MariaDB [sspanel]> select * from user; +----+-----------------+---------------------+------------------------------------+--------------------+---------------------+---------------------+------------ | id | user_name | email | pass e | last_check_in_time | last_rest_pass_time | reg_date | invite_num +----+-----------------+---------------------+------------------------------------+--------------------+---------------------+---------------------+------------ | 1 | admin | admin@demo.com | 6a5a9bbb125d10f590e333e1f77cc9d0 0 | 1473764432 | 0 | 2016-09-13 19:27:44 | 0 | 4 | test1@demo.com | xkk@demo.com | a331233d305c415a99c6b16a2348c119 0 | 1473823029 | 0 | 2016-09-14 11:21:52 | 0 +----+-----------------+---------------------+------------------------------------+--------------------+---------------------+---------------------+------------ 2 rows in set (0.00 sec)

tlzzu commented 8 years ago

这是user表

tlzzu commented 8 years ago

web服务器的logs中没有任何文件 [root@localhost httpd]# ls conf conf.d conf.modules.d logs modules run [root@localhost httpd]# cd logs [root@localhost logs]# ls [root@localhost logs]# pwd /etc/httpd/logs

zuoruizhi commented 8 years ago

Ol,就差access log了,最好是刚才那一大段时间的

zuoruizhi commented 8 years ago

/var/log/httpd

tlzzu commented 8 years ago

[root@localhost logs]# cd /var/log [root@localhost log]# ls btmp httpd mail nginx samba tallylog dmesg journal maillog ntpstats secure wtmp firewalld lastlog messages php-fpm spooler yum.log [root@localhost log]# cd httpd [root@localhost httpd]# ls [root@localhost httpd]# 没有日志,我没开启吗?

zuoruizhi commented 8 years ago

看一键包的配置,没开,而且不是apache,而是nginx

tlzzu commented 8 years ago

恩 需要我怎么做,需要我开启nginx的log吗?还是rm不适用于nginx

zuoruizhi commented 8 years ago

开启日志,

参考 'server { listen 80;

listen [::]:80;

    server_name ssserver.com;
    index index.html index.htm index.php default.html default.htm default.php;
    root  /home/wwwroot/ssserver.com/public;
    location / {
        try_files $uri $uri/ /index.php$is_args$args;
    }

    location ~ [^/]\.php(/|$) {
        # comment try_files $uri =404; to enable pathinfo
        try_files $uri =404;
        fastcgi_pass  unix:/tmp/php-cgi.sock;
        fastcgi_index index.php;
        include fastcgi.conf;
        #include pathinfo.conf;
        fastcgi_param  PHP_VALUE  "open_basedir=$document_root:/tmp/:/proc/:/home/wwwroot/";
    }

    location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {
        expires      30d;
    }

    location ~ .*\.(js|css)?$
    {
        expires      12h;
    }

    access_log  /home/wwwlogs/ssserver.com.log  access;

}'

tlzzu commented 8 years ago

有邮件吗?日志好像开启了,一个access_log.log和error.log /var/log/nginx路径下的,里面都有信息,发你邮件吗?不知道你邮箱是多少?

zuoruizhi commented 8 years ago

i@mr-zrz.com

zuoruizhi commented 8 years ago

日志看了,后端这几天等更新吧,另外前端版本多少

zuoruizhi commented 8 years ago

感觉前端dev版api更新了,这几天我顺便看下

tlzzu commented 8 years ago

不知道啊我用的别人的一键安装 脚本 https://www.echoteen.com/yijian-sspanel-many-user.html 这哥们貌似联系不上

tlzzu commented 8 years ago

而且,我看了为什么github上的 shadowsocks-rm 就没有dbtransfer.py 这个文件,而我这里用的为什么有这个文件那?

zuoruizhi commented 8 years ago

好,等我自己看吧

zuoruizhi commented 8 years ago

你看的是最古老的原版,没有多用户

tlzzu commented 8 years ago

里面也有多用户 image README.md中有版本吗?

tlzzu commented 8 years ago

[root@localhost shadowsocks]# ls init.py config.pyc encrypt.pyc manager.pyc tcprelay.pyc init.pyc crypto eventloop.py server.py udprelay.py asyncdns.py daemon.py eventloop.pyc servers.py udprelay.pyc asyncdns.pyc daemon.pyc local.py shadowsocks.sql common.py dbtransfer.py lru_cache.py shell.py common.pyc dbtransfer.pyc lru_cache.pyc shell.pyc config.py encrypt.py manager.py tcprelay.py [root@localhost shadowsocks]# git pull Already up-to-date. 下次你更新了我就git pull一下就可以了吧

zuoruizhi commented 8 years ago

数据库, select * from ss_node_info_log; 这个我也看下吧

tlzzu commented 8 years ago

MariaDB [sspanel]> select * from ss_node_info_log; +----+---------+---------+--------------------------+------------+ | id | node_id | uptime | load | log_time | +----+---------+---------+--------------------------+------------+ | 1 | 1 | 59893.3 | 0.00 0.01 0.05 2/53 3362 | 1473820479 | | 2 | 1 | 66790.5 | 0.01 0.02 0.05 4/53 4060 | 1473827379 | | 3 | 1 | 67086.5 | 0.00 0.01 0.05 4/53 4167 | 1473827675 | | 4 | 1 | 70058.5 | 0.00 0.01 0.05 3/53 4401 | 1473830647 | | 5 | 1 | 70358.8 | 0.00 0.01 0.05 3/53 4447 | 1473830947 | | 6 | 1 | 71314.6 | 0.00 0.01 0.05 6/53 4513 | 1473831903 | | 7 | 1 | 73136.4 | 0.00 0.01 0.05 4/53 4659 | 1473833725 | | 8 | 1 | 73578.5 | 0.00 0.01 0.05 5/53 4701 | 1473834167 | | 9 | 1 | 73639.2 | 0.00 0.01 0.05 3/53 4708 | 1473834228 | | 10 | 1 | 74390.1 | 0.00 0.01 0.05 4/53 4738 | 1473834979 | | 11 | 1 | 76141.7 | 0.00 0.01 0.05 4/53 4906 | 1473836730 | | 12 | 1 | 77240.7 | 0.00 0.01 0.05 3/53 4953 | 1473837831 | | 13 | 1 | 84260.8 | 0.08 0.03 0.05 3/55 5278 | 1473844850 | | 14 | 1 | 84507.1 | 0.00 0.01 0.05 4/55 5319 | 1473845096 | | 15 | 1 | 84567.4 | 0.00 0.01 0.05 4/55 5325 | 1473845156 | | 16 | 1 | 84627.9 | 0.00 0.01 0.05 4/55 5331 | 1473845225 | | 17 | 1 | 84696.5 | 0.00 0.01 0.05 3/55 5337 | 1473845285 | +----+---------+---------+--------------------------+------------+ 17 rows in set (0.00 sec)

zuoruizhi commented 8 years ago

Ok

zuoruizhi commented 8 years ago

更新下看看吧

tlzzu commented 8 years ago

更新之后还有一下错误:

[root@localhost shadowsocks]# python servers.py Traceback (most recent call last): File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 206, in thread_push DbTransfer.get_instance().push_db_all_user() File "/root/shadowsocks-rm/shadowsocks/dbtransfer.py", line 97, in push_db_all_user % (config.MYSQL_USER_TABLE, string)) AttributeError: 'module' object has no attribute 'MYSQL_USER_TABLE'

tlzzu commented 8 years ago

我需要重新建表吗?我只是 git pull 了一下,然后执行 python servers.py 就报错了

zuoruizhi commented 8 years ago

参考改下吧

58

tlzzu commented 8 years ago

请问怎么设置用户表为固定的?

tlzzu commented 8 years ago

可以了,不知道为什么使用git拉取不下来,后来手动改的。已经可以统计流量,谢谢

zuoruizhi commented 8 years ago

因为你git pull后我又改了下

shiqwang commented 8 years ago

流量现在可以查看到了吗?

zuoruizhi commented 8 years ago

最新版本配置正确没问题

shiqwang commented 8 years ago

@zuoruizhi 我用的是www.echoteen.com那个一键安装的脚本。 我以前装过一次,那个流量不好用。我昨天晚上看到你们的留言,我又装了一次。还是不好使呀。 请问这个流量统计的原理是什么?是通过iptables吗?我的系统是CentOS7的,默认好像是firewall,iptables是没安装的应该。