XX-net / XX-Net

A proxy tool to bypass GFW.
32.93k stars 7.71k forks source link

弄了一天了还是部署失败,这到底是啥原因啊? #11289

Open 2609665 opened 6 years ago

2609665 commented 6 years ago
2018-08-10 19:55:13,960 - root - INFO - enable debug logging
2018-08-10 19:55:13,960 - root - INFO - set proxy to http://127.0.0.1:8087
2018-08-10 19:55:13,960 - root - INFO - ============ Begin upload ============
2018-08-10 19:55:13,960 - root - INFO - appid:myappid
2018-08-10 19:55:14,009 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 19:55:14,010 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 19:55:14,010 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 19:55:16,395 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 19:55:16,395 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 19:55:16,395 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 19:55:16,415 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
self.action(self)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
return method()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
self._Rollback()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
appversion.Rollback(force_rollback)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
force_rollback='1' if force_rollback else '0')
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
result = self.rpcserver.Send(url, payload=payload, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
self._Authenticate(self.http, auth_errors[0] > 0)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
self.credentials = tools.run_flow(flow, self.storage, self.flags)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 19:55:16,426 - root - INFO - Retry 1 time...
2018-08-10 19:55:16,450 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 19:55:16,450 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 19:55:16,450 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 19:55:16,767 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 19:55:16,769 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 19:55:16,769 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 19:55:16,773 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
self.action(self)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
return method()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
self._Rollback()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
appversion.Rollback(force_rollback)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
force_rollback='1' if force_rollback else '0')
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
result = self.rpcserver.Send(url, payload=payload, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
self._Authenticate(self.http, auth_errors[0] > 0)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
self.credentials = tools.run_flow(flow, self.storage, self.flags)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 19:55:16,778 - root - INFO - Retry 2 time...
2018-08-10 19:55:17,803 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 19:55:17,803 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 19:55:17,803 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 19:55:18,177 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 19:55:18,178 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 19:55:18,180 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 19:55:18,187 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
self.action(self)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
return method()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
self._Rollback()
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
appversion.Rollback(force_rollback)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
force_rollback='1' if force_rollback else '0')
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
result = self.rpcserver.Send(url, payload=payload, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
self._Authenticate(self.http, auth_errors[0] > 0)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
self.credentials = tools.run_flow(flow, self.storage, self.flags)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 19:55:18,190 - root - INFO - Retry 3 time...
2018-08-10 19:55:20,193 - root - INFO - =======================
2018-08-10 19:55:20,193 - root - INFO - Deploy failed appid list:
2018-08-10 19:55:20,193 - root - INFO - - myappid
2018-08-10 19:55:20,193 - root - INFO - == END ==
===================================================================

因为最近总看youtube 之前有过一次看了一天把原有的10G流量看完了 所以又搞了几个appid打算增加点流量.可是搞了一天都没部署上.

开始用自己原有的ID 流量是有的 用的GAEproxy全局模式 在部署页面 结果就不行 DEBUG - Got http error 504.这一行总是504 然后换赛风开全局代理 去部署 结果同上. 用uploader.bat去部署 结果同上

再次把自己的ID删掉用XXnet的公共ID全局去部署 结果这个变成了DEBUG - Got http error 401 依旧部署不成功.也不弹出认证页面! 求大佬给指点指点!

SeaHOH commented 6 years ago

旧 ID 没有流量了,换公共 ID 是正确的。

也不弹出认证页面

这个就是重点,检查你的浏览器设置。

AnyWAT commented 6 years ago

也不弹出认证页面——貌似在系统默认浏览器弹窗,复制链接到代理正常的浏览器。。。

2609665 commented 6 years ago

@SeaHOH 旧ID流量有 弹出页面拦截那个我也关了.可是就一直是504 因为怕 teredo会时不时的抽疯,所以还换了赛风开的全局去部署 也是不行!

@AnyWAT 现在用的chrome是默认浏览器啊 既然你这么说 我去换IE试试看!

2609665 commented 6 years ago

``2018-08-10 20:49:40,138 - root - INFO - Retry 2 time... 2018-08-10 20:49:41,170 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'xxxxxx'} 2018-08-10 20:49:41,572 - root - ERROR - upload fail:EOFError('EOF when reading a line',) Traceback (most recent call last):

用IE也不行 返回信息如上

之前用bat方式也部署过也不行啊 是不是连接不到谷歌的服务器呢 google.appengine.tools.appengine_rpc

AnyWAT commented 6 years ago

怕 teredo会时不时的抽疯——貌似不是隧道而是“自动调整扫描线程数”的锅😜 https://github.com/XX-net/XX-Net/issues/11287#issuecomment-412019539 判断到底是隧道还是XX-Net 的问题?

2609665 commented 6 years ago

@AnyWAT 我没用自动调整扫描线程数 感觉应该是XX的问题 基本都是重启一下XX就好 有时抽风严重就得等个十几分钟了

AnyWAT commented 6 years ago

若干次的经历:偶有隧道的问题,但九五成以上却不是

SeaHOH commented 6 years ago

托盘菜单选择全局智能代理,IE 设置为默认浏览器。

2609665 commented 6 years ago

@AnyWAT 虽然感觉像是隧道问题,但是经常是啥设置都没动过,连的好好的就突然变成V6不可用,亦或者是CA证书fail,又可能是检查浏览器代理设置 自从换了这个智障路由器 UPnP也没了,NAT也变成了严格模式,怎么设置都没用......感觉还不如以前用的普通路由器

AnyWAT commented 6 years ago

没有神马“感觉像是隧道问题”, https://github.com/XX-net/XX-Net/issues/11287#issuecomment-412019539 完全可以立刻判断。如果隧道正常——经常是啥设置都没动过,连的好好的就突然变成V6不可用,亦或者是CA证书fail,又可能是检查浏览器代理设置——或新开网页、或手动检查IP、或再开一个XX-Net(挤出貌似已不正常的)。。。 貌似并非陌生面孔的你,不知道几乎分分钟一直好的 #10919 臭大街法则?(😜3.12.11貌似无需修改“最大扫描线程数”及总IP数也正常)

AnyWAT commented 6 years ago

是否设置服务器: 管理权限运行 netsh int ipv6 set teredo enterpriseclient X.XX.XXX.XXXX (具体IP地址) 比 netsh int ipv6 set teredo enterpriseclient default (或某服务器网址)好? @SeaHOH

2609665 commented 6 years ago

@SeaHOH 托盘菜单选择全局智能代理,IE 设置为默认浏览器。 这样还是不行

2018-08-10 22:15:51,818 - root - INFO - enable debug logging
2018-08-10 22:15:51,818 - root - INFO - set proxy to http://127.0.0.1:8087
2018-08-10 22:15:51,818 - root - INFO - ============ Begin upload ============
2018-08-10 22:15:51,818 - root - INFO - appid:myappid
2018-08-10 22:15:51,864 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 22:15:51,864 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 22:15:51,864 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 22:15:54,674 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 22:15:54,674 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 22:15:54,674 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 22:15:54,704 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
 result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
 self.action(self)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
 return method()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
 self._Rollback()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
 appversion.Rollback(force_rollback)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
 force_rollback='1' if force_rollback else '0')
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
 result = self.rpcserver.Send(url, payload=payload, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
 self._Authenticate(self.http, auth_errors[0] > 0)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
 self.credentials = tools.run_flow(flow, self.storage, self.flags)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
 return wrapped(*args, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
 code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 22:15:54,704 - root - INFO - Retry 1 time...
2018-08-10 22:15:54,736 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 22:15:54,736 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 22:15:54,752 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 22:15:55,048 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 22:15:55,048 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 22:15:55,048 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 22:15:55,048 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
 result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
 self.action(self)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
 return method()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
 self._Rollback()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
 appversion.Rollback(force_rollback)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
 force_rollback='1' if force_rollback else '0')
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
 result = self.rpcserver.Send(url, payload=payload, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
 self._Authenticate(self.http, auth_errors[0] > 0)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
 self.credentials = tools.run_flow(flow, self.storage, self.flags)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
 return wrapped(*args, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
 code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 22:15:55,063 - root - INFO - Retry 2 time...
2018-08-10 22:15:56,081 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'myappid'}
2018-08-10 22:15:56,081 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False
2018-08-10 22:15:56,081 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
2018-08-10 22:15:56,377 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401.
2018-08-10 22:15:56,377 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3.
2018-08-10 22:15:56,377 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth
2018-08-10 22:15:56,377 - root - ERROR - upload fail:EOFError('EOF when reading a line',)
Traceback (most recent call last):
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload
 result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run
 self.action(self)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__
 return method()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback
 self._Rollback()
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback
 appversion.Rollback(force_rollback)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback
 force_rollback='1' if force_rollback else '0')
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send
 result = self.rpcserver.Send(url, payload=payload, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send
 self._Authenticate(self.http, auth_errors[0] > 0)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate
 self.credentials = tools.run_flow(flow, self.storage, self.flags)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper
 return wrapped(*args, **kwargs)
 File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow
 code = input('Enter verification code: ').strip()
EOFError: EOF when reading a line
2018-08-10 22:15:56,377 - root - INFO - Retry 3 time...
2018-08-10 22:15:58,392 - root - INFO - =======================
2018-08-10 22:15:58,392 - root - INFO - Deploy failed appid list:
2018-08-10 22:15:58,392 - root - INFO - - myappid
2018-08-10 22:15:58,392 - root - INFO - == END ==
2609665 commented 6 years ago

@AnyWAT 管理权限是肯定的 我通常都是用的win1711.ipv6.microsoft.com这个隧道 只有在抽疯严重的情况下才去试试别的隧道 但是通常试哪个都一样,只有等它自己恢复了才会好

821938089 commented 6 years ago

应该是升级出BUG了吧? 试下重新下载一份最新版试试: https://github.com/XX-net/XX-Net/releases/download/3.12.11/XX-Net-3.12.11.7z

2609665 commented 6 years ago

@ 821938089 我用的是最新版啊 其实这个问题有些日子了.之前用3.12.10的时候就部署过一次 没成功 然后中间有点事耽搁了就没继续搞,今天才想起来要搞这个.

2609665 commented 6 years ago

唉 等会换个电脑再试试看吧

821938089 commented 6 years ago

你这个最新版是通过旧版升级的吧,不是重新下载的吧。 不要用自带的升级,最好重新下一份最新版解压,然后把data文件夹复制过去(先试下能不能部署再复制过去)。 自带的升级易出BUG。

821938089 commented 6 years ago

发一下部署时XX-Net的日志吧,不是部署的日志,是GAEPROXY - 日志。

2609665 commented 6 years ago

不是啊 我下的压缩包 直接提取的code文件夹里的

AnyWAT commented 6 years ago

我通常都是用的win1711.ipv6.microsoft.com这个隧道 只有在抽疯严重的情况下才去试试别的隧道 但是通常试哪个都一样,只有等它自己恢复了才会好——😱还不会立刻检验😭 default

2609665 commented 6 years ago

GAEProxy 日志 `Aug 10 22:42:56.953 - [INFO] GAE t:1593 s:42218 GET https://steamcommunity.com/id/XXXXX/badges?l=english&p=5 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:4009:33::a,0:h1_req,0:h1_req_sended,990:response_begin,0:h1_get_head,0:get_response,597:h1_finish[SP:26938],:6

Aug 10 22:42:57.032 - [INFO] GAE t:1781 s:107277 GET https://steamcommunity.com/id/XXXXX/badges?l=english&p=2 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:401e:24::9,0:h1_req,0:h1_req_sended,1223:response_begin,0:h1_get_head,0:get_response,535:h1_finish[SP:61301],:22

Aug 10 22:42:57.257 - [INFO] GAE t:2006 s:108249 GET https://steamcommunity.com/id/XXXXX/badges?l=english&p=3 0:start_request,0:get_task(0),0:get_worker(0):2620:11a:a01d::20,0:h1_req,0:h1_req_sended,1223:response_begin,0:h1_get_head,0:get_response,780:h1_finish[SP:54292],:1

Aug 10 22:42:57.348 - [INFO] GAE t:2064 s:111699 GET https://steamcommunity.com/id/XXXXX/badges?l=english&p=4 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:401e:24::7,0:h1_req,0:h1_req_sended,1238:response_begin,0:h1_get_head,0:get_response,825:h1_finish[SP:54385],:2

Aug 10 22:42:57.589 - [INFO] scan_ip add ip:2a00:1450:4017:e::8 time:375 h2:0

Aug 10 22:42:57.593 - [INFO] remove_slowest_ip:2a00:1450:4017:e::8 handshake_time:375, fails:0

Aug 10 22:42:57.714 - [INFO] scan_ip add ip:2405:4800:100:31::c time:578 h2:0

Aug 10 22:42:57.717 - [INFO] remove_slowest_ip:2405:4800:100:31::c handshake_time:578, fails:0

Aug 10 22:42:57.775 - [INFO] scan_ip add ip:2607:f8b0:4002:31::c time:440 h2:0

Aug 10 22:42:57.778 - [INFO] remove_slowest_ip:2607:f8b0:4002:31::c handshake_time:440, fails:0

Aug 10 22:42:57.803 - [INFO] scan_ip add ip:2804:214:800f:3::10 time:535 h2:0

Aug 10 22:42:57.807 - [INFO] remove_slowest_ip:2804:214:800f:3::10 handshake_time:535, fails:0

Aug 10 22:42:57.812 - [INFO] scan_ip add ip:2800:3f0:4002:17::b time:739 h2:0

Aug 10 22:42:57.816 - [INFO] remove_slowest_ip:2800:3f0:4002:17::b handshake_time:739, fails:0

Aug 10 22:42:57.817 - [INFO] scan_ip add ip:2001:16a0:102:100::c time:480 h2:0

Aug 10 22:42:57.820 - [INFO] remove_slowest_ip:2001:16a0:102:100::c handshake_time:480, fails:0

Aug 10 22:42:57.883 - [INFO] scan_ip add ip:2800:380:5000:c::17 time:713 h2:0

Aug 10 22:42:57.899 - [INFO] remove_slowest_ip:2800:380:5000:c::17 handshake_time:713, fails:0

Aug 10 22:42:58.166 - [INFO] scan_ip add ip:2404:6800:400c:5::a time:536 h2:0

Aug 10 22:42:58.170 - [INFO] remove_slowest_ip:2404:6800:400c:5::a handshake_time:536, fails:0

Aug 10 22:42:58.185 - [INFO] scan_ip add ip:2804:14d:bef9:3::c time:701 h2:0

Aug 10 22:42:58.188 - [INFO] remove_slowest_ip:2804:14d:bef9:3::c handshake_time:701, fails:0

Aug 10 22:42:58.231 - [INFO] scan_ip add ip:2804:14c:59f9:5::d time:763 h2:0

Aug 10 22:42:58.236 - [INFO] remove_slowest_ip:2804:14c:59f9:5::d handshake_time:763, fails:0

Aug 10 22:42:58.259 - [INFO] scan_ip add ip:2607:f798:14:40::13 time:309 h2:0

Aug 10 22:42:58.263 - [INFO] remove_slowest_ip:2001:1970:1:2054::11 handshake_time:338, fails:0

Aug 10 22:42:58.508 - [INFO] scan_ip add ip:2a00:ca8:8000:1a::f time:449 h2:0

Aug 10 22:42:58.512 - [INFO] remove_slowest_ip:2a00:ca8:8000:1a::f handshake_time:449, fails:0

Aug 10 22:42:58.725 - [INFO] scan_ip add ip:2620:11a:a013:1::20 time:527 h2:0

Aug 10 22:42:58.725 - [INFO] remove_slowest_ip:2620:11a:a013:1::20 handshake_time:527, fails:0

Aug 10 22:42:58.850 - [INFO] scan_ip add ip:2001:16a0:202:100::10 time:474 h2:0

Aug 10 22:42:58.850 - [INFO] remove_slowest_ip:2001:16a0:202:100::10 handshake_time:474, fails:0

Aug 10 22:42:58.928 - [INFO] scan_ip add ip:2402:800:6350:8::11 time:624 h2:0

Aug 10 22:42:58.928 - [INFO] remove_slowest_ip:2402:800:6350:8::11 handshake_time:624, fails:0

Aug 10 22:42:59.021 - [INFO] scan_ip add ip:2a02:2518:61:1::f time:792 h2:0

Aug 10 22:42:59.037 - [INFO] remove_slowest_ip:2a02:2518:61:1::f handshake_time:792, fails:0

Aug 10 22:42:59.099 - [INFO] scan_ip add ip:2806:1050:cfff:6::13 time:560 h2:0

Aug 10 22:42:59.099 - [INFO] remove_slowest_ip:2806:1050:cfff:6::13 handshake_time:560, fails:0

Aug 10 22:42:59.146 - [INFO] scan_ip add ip:2a00:1450:4011:40::19 time:513 h2:0

Aug 10 22:42:59.161 - [INFO] remove_slowest_ip:2a00:1450:4011:40::19 handshake_time:513, fails:0

Aug 10 22:42:59.304 - [INFO] scan_ip add ip:2800:3f0:4001:c::17 time:640 h2:0

Aug 10 22:42:59.304 - [INFO] remove_slowest_ip:2800:3f0:4001:c::17 handshake_time:640, fails:0

Aug 10 22:42:59.351 - [INFO] scan_ip add ip:2600:4:500::d time:407 h2:0

Aug 10 22:42:59.367 - [INFO] remove_slowest_ip:2600:4:500::d handshake_time:407, fails:0

Aug 10 22:42:59.398 - [INFO] scan_ip add ip:2001:40a8:4400:11::d time:657 h2:0

Aug 10 22:42:59.413 - [INFO] remove_slowest_ip:2001:40a8:4400:11::d handshake_time:657, fails:0

Aug 10 22:42:59.445 - [INFO] scan_ip add ip:2a00:1450:4001:6f::6 time:1123 h2:0

Aug 10 22:42:59.445 - [INFO] remove_slowest_ip:2a00:1450:4001:6f::6 handshake_time:1123, fails:0

Aug 10 22:42:59.632 - [INFO] scan_ip add ip:2a00:1450:4002:5::9 time:342 h2:0

Aug 10 22:42:59.632 - [INFO] remove_slowest_ip:2a00:1450:4002:5::9 handshake_time:342, fails:0

Aug 10 22:42:59.741 - [INFO] scan_ip add ip:2404:6800:400c:6::c time:540 h2:0

Aug 10 22:42:59.741 - [INFO] remove_slowest_ip:2404:6800:400c:6::c handshake_time:540, fails:0

Aug 10 22:42:59.835 - [INFO] scan_ip add ip:2a04:ae39:201:1::10 time:467 h2:0

Aug 10 22:42:59.835 - [INFO] remove_slowest_ip:2a04:ae39:201:1::10 handshake_time:467, fails:0

Aug 10 22:43:00.107 - [INFO] scan_ip add ip:2a00:1450:4011:3c::22 time:491 h2:0

Aug 10 22:43:00.107 - [INFO] remove_slowest_ip:2a00:1450:4011:3c::22 handshake_time:491, fails:0

Aug 10 22:43:00.200 - [INFO] scan_ip add ip:2001:1700:b00::e time:334 h2:0

Aug 10 22:43:00.200 - [INFO] remove_slowest_ip:2001:1700:b00::e handshake_time:334, fails:0

Aug 10 22:43:00.289 - [INFO] scan_ip add ip:2001:16a0:202:108::11 time:469 h2:0

Aug 10 22:43:00.293 - [INFO] remove_slowest_ip:2001:16a0:202:108::11 handshake_time:469, fails:0

Aug 10 22:43:00.342 - [INFO] scan_ip add ip:2a00:1450:4015:10::15 time:539 h2:0

Aug 10 22:43:00.352 - [INFO] scan_ip add ip:2001:4958:300:528::e time:348 h2:0

Aug 10 22:43:00.352 - [INFO] remove_slowest_ip:2001:4958:300:528::e handshake_time:348, fails:0

Aug 10 22:43:00.353 - [INFO] remove_slowest_ip:2a00:1450:4015:10::15 handshake_time:539, fails:0

Aug 10 22:43:00.466 - [INFO] scan_ip add ip:2607:f8b0:401c:29::c time:358 h2:0

Aug 10 22:43:00.470 - [INFO] remove_slowest_ip:2607:f8b0:401c:29::c handshake_time:358, fails:0

Aug 10 22:43:00.508 - [INFO] scan_ip add ip:2404:6800:4005:26::8 time:556 h2:0

Aug 10 22:43:00.512 - [INFO] remove_slowest_ip:2404:6800:4005:26::8 handshake_time:556, fails:0

Aug 10 22:43:00.720 - [INFO] scan_ip add ip:2405:4800:100:39::c time:690 h2:0

Aug 10 22:43:00.724 - [INFO] remove_slowest_ip:2405:4800:100:39::c handshake_time:690, fails:0

Aug 10 22:43:00.832 - [INFO] scan_ip add ip:2804:14d:12f9:3::c time:677 h2:0

Aug 10 22:43:00.836 - [INFO] remove_slowest_ip:2804:14d:12f9:3::c handshake_time:677, fails:0

Aug 10 22:43:01.057 - [INFO] scan_ip add ip:2607:f8b0:4017:3a::9 time:273 h2:0

Aug 10 22:43:01.061 - [INFO] remove_slowest_ip:2607:f8b0:401c:2d::8 handshake_time:332, fails:0

Aug 10 22:43:01.478 - [INFO] scan_ip add ip:2607:f8b0:4005::a time:239 h2:0

Aug 10 22:43:01.482 - [INFO] remove_slowest_ip:2607:f8b0:400a:6::e handshake_time:327, fails:0

Aug 10 22:43:01.536 - [INFO] scan_ip add ip:2a00:1450:4017:1a::8 time:453 h2:0

Aug 10 22:43:01.540 - [INFO] remove_slowest_ip:2a00:1450:4017:1a::8 handshake_time:453, fails:0

Aug 10 22:43:01.743 - [INFO] scan_ip add ip:2806:1020:cfff:2::13 time:407 h2:0

Aug 10 22:43:01.748 - [INFO] remove_slowest_ip:2806:1020:cfff:2::13 handshake_time:407, fails:0

Aug 10 22:43:01.848 - [INFO] scan_ip add ip:2a00:1450:4015:f::16 time:439 h2:0

Aug 10 22:43:01.857 - [INFO] remove_slowest_ip:2a00:1450:4015:f::16 handshake_time:439, fails:0

Aug 10 22:43:01.902 - [INFO] scan_ip add ip:2a00:1450:4015::19 time:493 h2:0

Aug 10 22:43:01.916 - [INFO] remove_slowest_ip:2a00:1450:4015::19 handshake_time:493, fails:0

Aug 10 22:43:01.924 - [INFO] scan_ip add ip:2001:4490:3ffc:8005::d time:840 h2:0

Aug 10 22:43:01.929 - [INFO] remove_slowest_ip:2001:4490:3ffc:8005::d handshake_time:840, fails:0

Aug 10 22:43:02.152 - [INFO] scan_ip add ip:2001:ee0:3204:6::13 time:565 h2:0

Aug 10 22:43:02.158 - [INFO] remove_slowest_ip:2001:ee0:3204:6::13 handshake_time:565, fails:0

Aug 10 22:43:02.280 - [INFO] scan_ip add ip:2607:f8b0:4004:d::a time:384 h2:0

Aug 10 22:43:02.296 - [INFO] remove_slowest_ip:2607:f8b0:4004:d::a handshake_time:384, fails:0

Aug 10 22:43:02.378 - [INFO] scan_ip add ip:2a00:1450:401f::8 time:496 h2:0

Aug 10 22:43:02.383 - [INFO] remove_slowest_ip:2a00:1450:401f::8 handshake_time:496, fails:0

Aug 10 22:43:02.402 - [INFO] scan_ip add ip:2800:3f0:4001:1e::c time:628 h2:0

Aug 10 22:43:02.407 - [INFO] remove_slowest_ip:2800:3f0:4001:1e::c handshake_time:628, fails:0

Aug 10 22:43:02.516 - [INFO] scan_ip add ip:2404:6800:400c:a::a time:547 h2:0

Aug 10 22:43:02.519 - [INFO] remove_slowest_ip:2404:6800:400c:a::a handshake_time:547, fails:0

Aug 10 22:43:02.616 - [INFO] scan_ip add ip:2001:4e8:0:b042::f time:319 h2:0

Aug 10 22:43:02.620 - [INFO] remove_slowest_ip:2607:f798:1e:20::11 handshake_time:322, fails:0

Aug 10 22:43:02.742 - [INFO] scan_ip add ip:2404:a800:6:5::1b time:1109 h2:0

Aug 10 22:43:02.746 - [INFO] remove_slowest_ip:2404:a800:6:5::1b handshake_time:1109, fails:0

Aug 10 22:43:02.804 - [INFO] scan_ip add ip:2001:d08:11:20a::f time:643 h2:0

Aug 10 22:43:02.804 - [INFO] remove_slowest_ip:2001:d08:11:20a::f handshake_time:643, fails:0

Aug 10 22:43:02.840 - [INFO] scan_ip add ip:2a00:800:1100:1::c time:481 h2:0

Aug 10 22:43:02.843 - [INFO] remove_slowest_ip:2a00:800:1100:1::c handshake_time:481, fails:0

Aug 10 22:43:02.985 - [INFO] scan_ip add ip:2a00:1450:4011:34::18 time:450 h2:0

Aug 10 22:43:02.993 - [INFO] remove_slowest_ip:2a00:1450:4011:34::18 handshake_time:450, fails:0

Aug 10 22:43:03.052 - [INFO] scan_ip add ip:2a00:1450:4017:e::7 time:381 h2:0

Aug 10 22:43:03.056 - [INFO] remove_slowest_ip:2a00:1450:4017:e::7 handshake_time:381, fails:0

Aug 10 22:43:03.410 - [INFO] scan_ip add ip:2800:3f0:4002:17::c time:765 h2:0

Aug 10 22:43:03.418 - [INFO] remove_slowest_ip:2800:3f0:4002:17::c handshake_time:765, fails:0

Aug 10 22:43:03.469 - [INFO] scan_ip add ip:2a00:1450:4001:68::6 time:394 h2:0

Aug 10 22:43:03.472 - [INFO] remove_slowest_ip:2a00:1450:4001:68::6 handshake_time:394, fails:0

Aug 10 22:43:03.620 - [INFO] scan_ip add ip:2001:b000:1e0:c101::d time:527 h2:0

Aug 10 22:43:03.624 - [INFO] remove_slowest_ip:2001:b000:1e0:c101::d handshake_time:527, fails:0

Aug 10 22:43:03.737 - [INFO] scan_ip add ip:2001:ee0:3202:b::e time:806 h2:0

Aug 10 22:43:03.741 - [INFO] remove_slowest_ip:2001:ee0:3202:b::e handshake_time:806, fails:0

Aug 10 22:43:03.762 - [INFO] scan_ip add ip:2a00:1450:4011:3f::13 time:478 h2:0

Aug 10 22:43:03.766 - [INFO] remove_slowest_ip:2a00:1450:4011:3f::13 handshake_time:478, fails:0

Aug 10 22:43:03.778 - [INFO] scan_ip add ip:2607:f8b0:4017:38::8 time:270 h2:0

Aug 10 22:43:03.781 - [INFO] remove_slowest_ip:2607:f8b0:400b:10::c handshake_time:322, fails:0

Aug 10 22:43:03.811 - [INFO] scan_ip add ip:2607:f8b0:4007:30::7 time:357 h2:0

Aug 10 22:43:03.814 - [INFO] remove_slowest_ip:2607:f8b0:4007:30::7 handshake_time:357, fails:0

Aug 10 22:43:04.028 - [INFO] scan_ip add ip:2001:14b8:1800:102::12 time:461 h2:0

Aug 10 22:43:04.035 - [INFO] remove_slowest_ip:2001:14b8:1800:102::12 handshake_time:461, fails:0

Aug 10 22:43:04.064 - [INFO] scan_ip add ip:2607:f8b0:400b:11::a time:295 h2:0

Aug 10 22:43:04.068 - [INFO] remove_slowest_ip:2607:f8b0:400a:5::f handshake_time:320, fails:0

Aug 10 22:43:04.179 - [INFO] scan_ip add ip:2800:3f0:4001:14::16 time:644 h2:0

Aug 10 22:43:04.184 - [INFO] remove_slowest_ip:2800:3f0:4001:14::16 handshake_time:644, fails:0

Aug 10 22:43:04.194 - [INFO] scan_ip add ip:2a0b:880:1::10 time:391 h2:0

Aug 10 22:43:04.198 - [INFO] remove_slowest_ip:2a0b:880:1::10 handshake_time:391, fails:0

Aug 10 22:43:04.239 - [INFO] scan_ip add ip:2607:f8b0:4021:21::a time:436 h2:0

Aug 10 22:43:04.242 - [INFO] remove_slowest_ip:2607:f8b0:4021:21::a handshake_time:436, fails:0

Aug 10 22:43:04.493 - [INFO] scan_ip add ip:2001:16a0:202:104::f time:459 h2:0

Aug 10 22:43:04.497 - [INFO] remove_slowest_ip:2001:16a0:202:104::f handshake_time:459, fails:0

Aug 10 22:43:04.542 - [INFO] scan_ip add ip:2001:d08:12:a003::12 time:659 h2:0

Aug 10 22:43:04.546 - [INFO] remove_slowest_ip:2001:d08:12:a003::12 handshake_time:659, fails:0

Aug 10 22:43:04.626 - [INFO] scan_ip add ip:2400:1f00:0:c::d time:803 h2:0

Aug 10 22:43:04.630 - [INFO] remove_slowest_ip:2400:1f00:0:c::d handshake_time:803, fails:0

Aug 10 22:43:04.819 - [INFO] scan_ip add ip:2a00:1450:4011:47::23 time:497 h2:0

Aug 10 22:43:04.834 - [INFO] remove_slowest_ip:2a00:1450:4011:47::23 handshake_time:497, fails:0

Aug 10 22:43:05.146 - [INFO] scan_ip add ip:2404:6800:4004:18::8 time:424 h2:0

Aug 10 22:43:05.149 - [INFO] remove_slowest_ip:2404:6800:4004:18::8 handshake_time:424, fails:0

Aug 10 22:43:05.268 - [INFO] scan_ip add ip:2800:380:5000:7::12 time:1303 h2:0

Aug 10 22:43:05.272 - [INFO] remove_slowest_ip:2800:380:5000:7::12 handshake_time:1303, fails:0

Aug 10 22:43:05.283 - [INFO] scan_ip add ip:2001:b032:c100:2::e time:529 h2:0

Aug 10 22:43:05.294 - [INFO] remove_slowest_ip:2001:b032:c100:2::e handshake_time:529, fails:0

Aug 10 22:43:05.538 - [INFO] scan_ip add ip:2402:800:6150:a::f time:608 h2:0

Aug 10 22:43:05.543 - [INFO] remove_slowest_ip:2402:800:6150:a::f handshake_time:608, fails:0

Aug 10 22:43:05.843 - [INFO] scan_ip add ip:2a00:1450:4003:2::9 time:646 h2:0

Aug 10 22:43:05.855 - [INFO] scan_ip add ip:2a00:1450:4001:5d::a time:354 h2:0

Aug 10 22:43:05.855 - [INFO] remove_slowest_ip:2a00:1450:4001:5d::a handshake_time:354, fails:0

Aug 10 22:43:05.855 - [INFO] remove_slowest_ip:2a00:1450:4003:2::9 handshake_time:646, fails:0

Aug 10 22:43:05.950 - [INFO] scan_ip add ip:2804:a8:b000:800::13 time:654 h2:0

Aug 10 22:43:05.955 - [INFO] remove_slowest_ip:2804:a8:b000:800::13 handshake_time:654, fails:0

Aug 10 22:43:05.988 - [INFO] scan_ip add ip:2001:13d0:0:c::10 time:741 h2:0

Aug 10 22:43:05.992 - [INFO] remove_slowest_ip:2001:13d0:0:c::10 handshake_time:741, fails:0

Aug 10 22:43:06.061 - [INFO] scan_ip add ip:2a00:1450:400f:5::9 time:452 h2:0

Aug 10 22:43:06.065 - [INFO] remove_slowest_ip:2a00:1450:400f:5::9 handshake_time:452, fails:0

Aug 10 22:43:06.432 - [INFO] scan_ip add ip:2a02:28:1:13::10 time:523 h2:0

Aug 10 22:43:06.436 - [INFO] remove_slowest_ip:2a02:28:1:13::10 handshake_time:523, fails:0

Aug 10 22:43:06.442 - [INFO] scan_ip add ip:2620:11a:a02a:1::20 time:578 h2:0

Aug 10 22:43:06.446 - [INFO] remove_slowest_ip:2620:11a:a02a:1::20 handshake_time:578, fails:0

Aug 10 22:43:06.491 - [INFO] scan_ip add ip:2001:850:3110:303::c time:1194 h2:0

Aug 10 22:43:06.494 - [INFO] remove_slowest_ip:2001:850:3110:303::c handshake_time:1194, fails:0

Aug 10 22:43:06.612 - [INFO] scan_ip add ip:2607:f8b0:4000:39::7 time:457 h2:0

Aug 10 22:43:06.615 - [INFO] remove_slowest_ip:2607:f8b0:4000:39::7 handshake_time:457, fails:0

Aug 10 22:43:06.644 - [INFO] scan_ip add ip:2001:6c8:180::f time:490 h2:0

Aug 10 22:43:06.647 - [INFO] remove_slowest_ip:2001:6c8:180::f handshake_time:490, fails:0

Aug 10 22:43:06.653 - [INFO] scan_ip add ip:2620:11a:a019:1::1b time:950 h2:0

Aug 10 22:43:06.657 - [INFO] remove_slowest_ip:2620:11a:a019:1::1b handshake_time:950, fails:0

Aug 10 22:43:06.711 - [INFO] scan_ip add ip:2405:4800:100:2a::e time:603 h2:0

Aug 10 22:43:06.716 - [INFO] remove_slowest_ip:2405:4800:100:2a::e handshake_time:603, fails:0

Aug 10 22:43:06.823 - [INFO] scan_ip add ip:2001:16a0:102:10f::c time:476 h2:0

Aug 10 22:43:06.826 - [INFO] remove_slowest_ip:2001:16a0:102:10f::c handshake_time:476, fails:0

Aug 10 22:43:06.945 - [INFO] scan_ip add ip:2001:ee0:3203:2::f time:677 h2:0

Aug 10 22:43:06.949 - [INFO] remove_slowest_ip:2001:ee0:3203:2::f handshake_time:677, fails:0

Aug 10 22:43:07.584 - [INFO] scan_ip add ip:2806:1018:cfff:3::13 time:479 h2:0

Aug 10 22:43:07.588 - [INFO] remove_slowest_ip:2806:1018:cfff:3::13 handshake_time:479, fails:0

Aug 10 22:43:07.797 - [INFO] scan_ip add ip:2804:214:800f:1::13 time:518 h2:0

Aug 10 22:43:07.800 - [INFO] remove_slowest_ip:2804:214:800f:1::13 handshake_time:518, fails:0

Aug 10 22:43:07.809 - [INFO] scan_ip add ip:2a00:1450:4011:3e::15 time:493 h2:0

Aug 10 22:43:07.815 - [INFO] remove_slowest_ip:2a00:1450:4011:3e::15 handshake_time:493, fails:0

Aug 10 22:43:07.983 - [INFO] scan_ip add ip:2a00:1450:4001:57::8 time:427 h2:0

Aug 10 22:43:07.987 - [INFO] remove_slowest_ip:2a00:1450:4001:57::8 handshake_time:427, fails:0

Aug 10 22:43:08.011 - [INFO] scan_ip add ip:2001:1700:b00::10 time:342 h2:0

Aug 10 22:43:08.015 - [INFO] remove_slowest_ip:2001:1700:b00::10 handshake_time:342, fails:0

Aug 10 22:43:08.023 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:08.358 - [INFO] scan_ip add ip:2a00:1450:4012:1::1e time:465 h2:0

Aug 10 22:43:08.363 - [INFO] remove_slowest_ip:2a00:1450:4012:1::1e handshake_time:465, fails:0

Aug 10 22:43:08.374 - [INFO] scan_ip add ip:2620:11a:a015:2::17 time:1247 h2:0

Aug 10 22:43:08.377 - [INFO] remove_slowest_ip:2620:11a:a015:2::17 handshake_time:1247, fails:0

Aug 10 22:43:08.391 - [INFO] scan_ip add ip:2620:11a:a012:1::12 time:403 h2:0

Aug 10 22:43:08.394 - [INFO] remove_slowest_ip:2620:11a:a012:1::12 handshake_time:403, fails:0

Aug 10 22:43:08.413 - [INFO] scan_ip add ip:2800:3f0:4002:b::10 time:703 h2:0

Aug 10 22:43:08.417 - [INFO] remove_slowest_ip:2800:3f0:4002:b::10 handshake_time:703, fails:0

Aug 10 22:43:08.464 - [INFO] scan_ip add ip:2a02:28:1:17::f time:2083 h2:0

Aug 10 22:43:08.464 - [INFO] remove_slowest_ip:2a02:28:1:17::f handshake_time:2083, fails:0

Aug 10 22:43:08.664 - [INFO] scan_ip add ip:2804:d40:82:7001::10 time:709 h2:0

Aug 10 22:43:08.664 - [INFO] remove_slowest_ip:2804:d40:82:7001::10 handshake_time:709, fails:0

Aug 10 22:43:08.695 - [INFO] scan_ip add ip:2a00:1450:4017:1d::9 time:402 h2:0

Aug 10 22:43:08.695 - [INFO] remove_slowest_ip:2a00:1450:4017:1d::9 handshake_time:402, fails:0

Aug 10 22:43:08.715 - [INFO] scan_ip add ip:2606:a800:1::e time:424 h2:0

Aug 10 22:43:08.715 - [INFO] remove_slowest_ip:2606:a800:1::e handshake_time:424, fails:0

Aug 10 22:43:08.746 - [WARNING] CONNECT mtalk.google.com port:5228 not support

Aug 10 22:43:08.784 - [INFO] scan_ip add ip:2a00:1450:4001:28::b time:398 h2:0

Aug 10 22:43:08.789 - [INFO] remove_slowest_ip:2a00:1450:4001:28::b handshake_time:398, fails:0

Aug 10 22:43:08.865 - [INFO] scan_ip add ip:2001:569:2:10::e time:325 h2:0

Aug 10 22:43:08.868 - [INFO] remove_slowest_ip:2001:569:2:10::e handshake_time:325, fails:0

Aug 10 22:43:08.881 - [INFO] scan_ip add ip:2800:260:ffff:8::11 time:532 h2:0

Aug 10 22:43:08.885 - [INFO] remove_slowest_ip:2800:260:ffff:8::11 handshake_time:532, fails:0

Aug 10 22:43:09.045 - [INFO] scan_ip add ip:2a03:d000:27c0:8::d time:919 h2:0

Aug 10 22:43:09.045 - [INFO] remove_slowest_ip:2a03:d000:27c0:8::d handshake_time:919, fails:0

Aug 10 22:43:09.076 - [INFO] scan_ip add ip:2a04:ae39:204:2::d time:783 h2:0

Aug 10 22:43:09.076 - [INFO] remove_slowest_ip:2a04:ae39:204:2::d handshake_time:783, fails:0

Aug 10 22:43:09.232 - [INFO] scan_ip add ip:2800:3f0:4001:12::10 time:643 h2:0

Aug 10 22:43:09.247 - [INFO] remove_slowest_ip:2800:3f0:4001:12::10 handshake_time:643, fails:0

Aug 10 22:43:09.304 - [INFO] scan_ip add ip:2001:ee0:3205:3::11 time:743 h2:0

Aug 10 22:43:09.304 - [INFO] remove_slowest_ip:2001:ee0:3205:3::11 handshake_time:743, fails:0

Aug 10 22:43:09.372 - [INFO] scan_ip add ip:2607:f8b0:4012:10::7 time:523 h2:0

Aug 10 22:43:09.372 - [INFO] remove_slowest_ip:2607:f8b0:4012:10::7 handshake_time:523, fails:0

Aug 10 22:43:09.621 - [INFO] scan_ip add ip:2a02:a000:2:202::10 time:1557 h2:0

Aug 10 22:43:09.621 - [INFO] remove_slowest_ip:2a02:a000:2:202::10 handshake_time:1557, fails:0

Aug 10 22:43:09.621 - [INFO] scan_ip add ip:2400:d800:3:560::f time:677 h2:0

Aug 10 22:43:09.637 - [INFO] remove_slowest_ip:2400:d800:3:560::f handshake_time:677, fails:0

Aug 10 22:43:09.637 - [INFO] scan_ip add ip:2607:f8b0:4000:39::7 time:499 h2:0

Aug 10 22:43:09.637 - [INFO] remove_slowest_ip:2607:f8b0:4000:39::7 handshake_time:499, fails:0

Aug 10 22:43:09.715 - [INFO] scan_ip add ip:2405:1a00:9999::d time:623 h2:0

Aug 10 22:43:09.715 - [INFO] remove_slowest_ip:2405:1a00:9999::d handshake_time:623, fails:0

Aug 10 22:43:10.155 - [INFO] scan_ip add ip:2800:3f0:4002:b::16 time:689 h2:0

Aug 10 22:43:10.159 - [INFO] remove_slowest_ip:2800:3f0:4002:b::16 handshake_time:689, fails:0

Aug 10 22:43:10.171 - [INFO] scan_ip add ip:2607:f8b0:400a:d::19 time:255 h2:0

Aug 10 22:43:10.176 - [INFO] remove_slowest_ip:2607:f8b0:400a:2::8 handshake_time:319, fails:0

Aug 10 22:43:10.186 - [INFO] scan_ip add ip:2a00:1450:4001:5b::8 time:500 h2:0

Aug 10 22:43:10.191 - [INFO] remove_slowest_ip:2a00:1450:4001:5b::8 handshake_time:500, fails:0

Aug 10 22:43:10.440 - [INFO] scan_ip add ip:2a02:ce0:1:87::d time:2009 h2:0

Aug 10 22:43:10.443 - [INFO] remove_slowest_ip:2a02:ce0:1:87::d handshake_time:2009, fails:0

Aug 10 22:43:10.661 - [INFO] scan_ip add ip:2a00:12a8:1100:2::13 time:414 h2:0

Aug 10 22:43:10.665 - [INFO] remove_slowest_ip:2a00:12a8:1100:2::13 handshake_time:414, fails:0

Aug 10 22:43:11.144 - [INFO] scan_ip add ip:2405:4800:100:7::11 time:580 h2:0

Aug 10 22:43:11.148 - [INFO] remove_slowest_ip:2405:4800:100:7::11 handshake_time:580, fails:0

Aug 10 22:43:11.164 - [INFO] scan_ip add ip:2a00:1450:4011:2d::12 time:454 h2:0

Aug 10 22:43:11.164 - [INFO] remove_slowest_ip:2a00:1450:4011:2d::12 handshake_time:454, fails:0

Aug 10 22:43:11.242 - [INFO] scan_ip add ip:2607:f8b0:4002:2f::c time:411 h2:0

Aug 10 22:43:11.258 - [INFO] remove_slowest_ip:2607:f8b0:4002:2f::c handshake_time:411, fails:0

Aug 10 22:43:11.472 - [INFO] scan_ip add ip:2607:f8b0:401c:3::9 time:348 h2:0

Aug 10 22:43:11.476 - [INFO] remove_slowest_ip:2607:f8b0:401c:3::9 handshake_time:348, fails:0

Aug 10 22:43:11.542 - [INFO] scan_ip add ip:2a02:a000:2:205::13 time:391 h2:0

Aug 10 22:43:11.548 - [INFO] remove_slowest_ip:2a02:a000:2:205::13 handshake_time:391, fails:0

Aug 10 22:43:11.718 - [INFO] scan_ip add ip:2804:238:2:7::c time:625 h2:0

Aug 10 22:43:11.723 - [INFO] remove_slowest_ip:2804:238:2:7::c handshake_time:625, fails:0

Aug 10 22:43:11.861 - [INFO] scan_ip add ip:2607:f8b0:4002:2a::a time:421 h2:0

Aug 10 22:43:11.865 - [INFO] remove_slowest_ip:2607:f8b0:4002:2a::a handshake_time:421, fails:0

Aug 10 22:43:11.870 - [INFO] scan_ip add ip:2a02:a000:1:204::c time:392 h2:0

Aug 10 22:43:11.874 - [INFO] remove_slowest_ip:2a02:a000:1:204::c handshake_time:392, fails:0

Aug 10 22:43:12.068 - [INFO] scan_ip add ip:2607:f8b0:401a:6::9 time:437 h2:0

Aug 10 22:43:12.072 - [INFO] remove_slowest_ip:2607:f8b0:401a:6::9 handshake_time:437, fails:0

Aug 10 22:43:12.212 - [INFO] scan_ip add ip:2a00:1450:4017:8::8 time:370 h2:0

Aug 10 22:43:12.216 - [INFO] remove_slowest_ip:2a00:1450:4017:8::8 handshake_time:370, fails:0

Aug 10 22:43:12.490 - [INFO] scan_ip add ip:2a00:1450:4015:d::22 time:481 h2:0

Aug 10 22:43:12.493 - [INFO] remove_slowest_ip:2a00:1450:4015:d::22 handshake_time:481, fails:0

Aug 10 22:43:12.499 - [INFO] scan_ip add ip:2a00:1450:4012::15 time:484 h2:0

Aug 10 22:43:12.503 - [INFO] remove_slowest_ip:2a00:1450:4012::15 handshake_time:484, fails:0

Aug 10 22:43:12.516 - [INFO] scan_ip add ip:2a00:1450:4011:3d::24 time:483 h2:0

Aug 10 22:43:12.521 - [INFO] remove_slowest_ip:2a00:1450:4011:3d::24 handshake_time:483, fails:0

Aug 10 22:43:12.673 - [INFO] scan_ip add ip:2800:3f0:4002:8::11 time:685 h2:0

Aug 10 22:43:12.673 - [INFO] remove_slowest_ip:2800:3f0:4002:8::11 handshake_time:685, fails:0

Aug 10 22:43:12.954 - [INFO] scan_ip add ip:2804:a8:d000:100::10 time:1296 h2:0

Aug 10 22:43:12.954 - [INFO] remove_slowest_ip:2804:a8:d000:100::10 handshake_time:1296, fails:0

Aug 10 22:43:12.985 - [INFO] scan_ip add ip:2001:b032:2100::12 time:514 h2:0

Aug 10 22:43:12.985 - [INFO] remove_slowest_ip:2001:b032:2100::12 handshake_time:514, fails:0

Aug 10 22:43:13.016 - [INFO] scan_ip add ip:2402:800:6350:f::d time:601 h2:0

Aug 10 22:43:13.016 - [INFO] remove_slowest_ip:2402:800:6350:f::d handshake_time:601, fails:0

Aug 10 22:43:13.111 - [INFO] scan_ip add ip:2405:4800:100:33::c time:598 h2:0

Aug 10 22:43:13.111 - [INFO] remove_slowest_ip:2405:4800:100:33::c handshake_time:598, fails:0

Aug 10 22:43:13.142 - [INFO] scan_ip add ip:2001:ee0:3202:9::d time:578 h2:0

Aug 10 22:43:13.146 - [INFO] remove_slowest_ip:2001:ee0:3202:9::d handshake_time:578, fails:0

Aug 10 22:43:13.312 - [INFO] scan_ip add ip:2001:b000:1e0:c101::13 time:499 h2:0

Aug 10 22:43:13.312 - [INFO] remove_slowest_ip:2001:b000:1e0:c101::13 handshake_time:499, fails:0

Aug 10 22:43:13.423 - [INFO] scan_ip add ip:2402:800:6350:1::12 time:625 h2:0

Aug 10 22:43:13.427 - [INFO] remove_slowest_ip:2402:800:6350:1::12 handshake_time:625, fails:0

Aug 10 22:43:13.562 - [DEBUG] GAEProxy web_control 127.0.0.1:2097 POST /deploy?cmd=deploy

Aug 10 22:43:13.589 - [INFO] deploy begin.

Aug 10 22:43:13.835 - [INFO] scan_ip add ip:2607:f8b0:4000:37::b time:437 h2:0

Aug 10 22:43:13.839 - [INFO] remove_slowest_ip:2607:f8b0:4000:37::b handshake_time:437, fails:0

Aug 10 22:43:14.175 - [INFO] scan_ip add ip:2806:10a8:cfff:4::12 time:529 h2:0

Aug 10 22:43:14.175 - [INFO] remove_slowest_ip:2806:10a8:cfff:4::12 handshake_time:529, fails:0

Aug 10 22:43:14.227 - [INFO] scan_ip add ip:2001:ee0:3206::d time:564 h2:0

Aug 10 22:43:14.235 - [INFO] remove_slowest_ip:2001:ee0:3206::d handshake_time:564, fails:0

Aug 10 22:43:14.246 - [INFO] scan_ip add ip:2620:11a:a027::21 time:667 h2:0

Aug 10 22:43:14.250 - [INFO] remove_slowest_ip:2620:11a:a027::21 handshake_time:667, fails:0

Aug 10 22:43:14.341 - [INFO] scan_ip add ip:2404:6800:4005:10::c time:544 h2:0

Aug 10 22:43:14.344 - [INFO] remove_slowest_ip:2404:6800:4005:10::c handshake_time:544, fails:0

Aug 10 22:43:14.352 - [INFO] scan_ip add ip:2404:6800:400b:2a::b time:414 h2:0

Aug 10 22:43:14.356 - [INFO] remove_slowest_ip:2404:6800:400b:2a::b handshake_time:414, fails:0

Aug 10 22:43:14.446 - [INFO] scan_ip add ip:2620:11a:a00a::16 time:365 h2:0

Aug 10 22:43:14.450 - [INFO] remove_slowest_ip:2620:11a:a00a::16 handshake_time:365, fails:0

Aug 10 22:43:14.598 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:14.949 - [INFO] scan_ip add ip:2607:f8b0:4004:35::a time:368 h2:0

Aug 10 22:43:14.949 - [INFO] remove_slowest_ip:2607:f8b0:4004:35::a handshake_time:368, fails:0

Aug 10 22:43:15.120 - [INFO] scan_ip add ip:2607:f8b0:401d:2::9 time:240 h2:0

Aug 10 22:43:15.120 - [INFO] remove_slowest_ip:2001:4e8:0:b042::f handshake_time:319, fails:0

Aug 10 22:43:15.339 - [INFO] scan_ip add ip:2800:2d20:200b:f::c time:606 h2:0

Aug 10 22:43:15.339 - [INFO] remove_slowest_ip:2800:2d20:200b:f::c handshake_time:606, fails:0

Aug 10 22:43:15.432 - [INFO] scan_ip add ip:2804:214:800f:1::12 time:500 h2:0

Aug 10 22:43:15.432 - [INFO] remove_slowest_ip:2804:214:800f:1::12 handshake_time:500, fails:0

Aug 10 22:43:15.510 - [INFO] scan_ip add ip:2404:4408:5:5100::13 time:576 h2:0

Aug 10 22:43:15.510 - [INFO] remove_slowest_ip:2404:4408:5:5100::13 handshake_time:576, fails:0

Aug 10 22:43:15.600 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:15.634 - [INFO] scan_ip add ip:2404:6800:400b:28::9 time:420 h2:0

Aug 10 22:43:15.638 - [INFO] remove_slowest_ip:2404:6800:400b:28::9 handshake_time:420, fails:0

Aug 10 22:43:15.696 - [INFO] scan_ip add ip:2804:14d:5cf9:4::c time:622 h2:0

Aug 10 22:43:15.696 - [INFO] remove_slowest_ip:2804:14d:5cf9:4::c handshake_time:622, fails:0

Aug 10 22:43:15.696 - [INFO] scan_ip add ip:2620:11a:a015::21 time:451 h2:0

Aug 10 22:43:15.712 - [INFO] remove_slowest_ip:2620:11a:a015::21 handshake_time:451, fails:0

Aug 10 22:43:15.743 - [INFO] scan_ip add ip:2405:4800:100:24::c time:575 h2:0

Aug 10 22:43:15.759 - [INFO] remove_slowest_ip:2405:4800:100:24::c handshake_time:575, fails:0

Aug 10 22:43:16.049 - [INFO] scan_ip add ip:2405:4800:100:16::d time:601 h2:0

Aug 10 22:43:16.052 - [INFO] remove_slowest_ip:2405:4800:100:16::d handshake_time:601, fails:0

Aug 10 22:43:16.197 - [INFO] scan_ip add ip:2a00:1450:401f:5::a time:2588 h2:0

Aug 10 22:43:16.197 - [INFO] remove_slowest_ip:2a00:1450:401f:5::a handshake_time:2588, fails:0

Aug 10 22:43:16.600 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:16.662 - [INFO] scan_ip add ip:2806:1070:cfff:6::d time:464 h2:0

Aug 10 22:43:16.662 - [INFO] remove_slowest_ip:2806:1070:cfff:6::d handshake_time:464, fails:0

Aug 10 22:43:16.899 - [INFO] scan_ip add ip:2404:6800:400b:4::c time:439 h2:0

Aug 10 22:43:16.916 - [INFO] remove_slowest_ip:2404:6800:400b:4::c handshake_time:439, fails:0

Aug 10 22:43:16.949 - [INFO] scan_ip add ip:2804:d40:8c:9002::c time:603 h2:0

Aug 10 22:43:16.964 - [INFO] remove_slowest_ip:2804:d40:8c:9002::c handshake_time:603, fails:0

Aug 10 22:43:17.328 - [INFO] scan_ip add ip:2800:380:5000:b::13 time:728 h2:0

Aug 10 22:43:17.328 - [INFO] remove_slowest_ip:2800:380:5000:b::13 handshake_time:728, fails:0

Aug 10 22:43:17.328 - [INFO] scan_ip add ip:2001:12e0:803:4::1d time:697 h2:0

Aug 10 22:43:17.328 - [INFO] remove_slowest_ip:2001:12e0:803:4::1d handshake_time:697, fails:0

Aug 10 22:43:17.374 - [INFO] scan_ip add ip:2a00:1450:4002:10::7 time:361 h2:0

Aug 10 22:43:17.390 - [INFO] remove_slowest_ip:2a00:1450:4002:10::7 handshake_time:361, fails:0

Aug 10 22:43:17.623 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:4630

Aug 10 22:43:17.623 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:17.715 - [INFO] scan_ip add ip:2a00:1450:4017:d::a time:371 h2:0

Aug 10 22:43:17.730 - [INFO] remove_slowest_ip:2a00:1450:4017:d::a handshake_time:371, fails:0

Aug 10 22:43:17.777 - [INFO] scan_ip add ip:2a00:1450:4002:10::9 time:339 h2:0

Aug 10 22:43:17.777 - [INFO] remove_slowest_ip:2a00:1450:4002:10::9 handshake_time:339, fails:0

Aug 10 22:43:18.074 - [INFO] scan_ip add ip:2800:3f0:4002:8::12 time:699 h2:0

Aug 10 22:43:18.074 - [INFO] remove_slowest_ip:2800:3f0:4002:8::12 handshake_time:699, fails:0

Aug 10 22:43:18.206 - [DEBUG] create_ssl update ip:2607:f8b0:4005::a time:583 h2:0 sni:gene-wonder.ml, host:

Aug 10 22:43:18.206 - [INFO] scan_ip add ip:2001:12e0:803:5::22 time:705 h2:0

Aug 10 22:43:18.206 - [INFO] remove_slowest_ip:2001:12e0:803:5::22 handshake_time:705, fails:0

Aug 10 22:43:18.425 - [INFO] scan_ip add ip:2001:16a0:102:108::13 time:481 h2:0

Aug 10 22:43:18.425 - [INFO] remove_slowest_ip:2607:f8b0:4005::a handshake_time:583, fails:0

Aug 10 22:43:18.612 - [INFO] scan_ip add ip:2800:3f0:4001:13::16 time:634 h2:0

Aug 10 22:43:18.612 - [INFO] remove_slowest_ip:2800:3f0:4001:13::16 handshake_time:634, fails:0

Aug 10 22:43:18.628 - [INFO] scan_ip add ip:2001:b032:8102:1::11 time:515 h2:0

Aug 10 22:43:18.628 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:18.628 - [INFO] remove_slowest_ip:2001:b032:8102:1::11 handshake_time:515, fails:0

Aug 10 22:43:18.697 - [DEBUG] create_ssl update ip:2607:f8b0:401d:2::9 time:569 h2:0 sni:relationship.culture.opening.ml, host:

Aug 10 22:43:18.837 - [INFO] scan_ip add ip:2001:1291:0:91::d time:692 h2:0

Aug 10 22:43:18.840 - [INFO] remove_slowest_ip:2001:1291:0:91::d handshake_time:692, fails:0

Aug 10 22:43:18.855 - [INFO] scan_ip add ip:2607:f8b0:400a:9::7 time:289 h2:0

Aug 10 22:43:18.870 - [INFO] remove_slowest_ip:2607:f8b0:401d:2::9 handshake_time:569, fails:0

Aug 10 22:43:19.080 - [INFO] scan_ip add ip:2800:2d20:200b:f::e time:623 h2:0

Aug 10 22:43:19.080 - [INFO] remove_slowest_ip:2800:2d20:200b:f::e handshake_time:623, fails:0

Aug 10 22:43:19.191 - [INFO] scan_ip add ip:2001:ee0:3201:4::c time:719 h2:0

Aug 10 22:43:19.207 - [INFO] remove_slowest_ip:2001:ee0:3201:4::c handshake_time:719, fails:0

Aug 10 22:43:19.278 - [INFO] scan_ip add ip:2804:238:2:7::c time:532 h2:0

Aug 10 22:43:19.281 - [INFO] remove_slowest_ip:2804:238:2:7::c handshake_time:532, fails:0

Aug 10 22:43:19.345 - [INFO] scan_ip add ip:2804:214:800f:9::d time:679 h2:0

Aug 10 22:43:19.349 - [INFO] remove_slowest_ip:2804:214:800f:9::d handshake_time:679, fails:0

Aug 10 22:43:19.536 - [INFO] scan_ip add ip:2800:3f0:4001::b time:1361 h2:0

Aug 10 22:43:19.540 - [INFO] remove_slowest_ip:2800:3f0:4001::b handshake_time:1361, fails:0

Aug 10 22:43:19.618 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 22:43:19.623 - [INFO] DIRECT t:2000 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 22:43:19.638 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:19.712 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:4657

Aug 10 22:43:19.974 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 22:43:19.989 - [INFO] DIRECT t:277 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 22:43:20.612 - [DEBUG] create_ssl update ip:2607:f8b0:4017:3a::9 time:769 h2:0 sni:file.class.roof.org, host:

Aug 10 22:43:20.647 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:20.781 - [INFO] scan_ip add ip:2607:f8b0:400a:d::a time:257 h2:0

Aug 10 22:43:20.785 - [INFO] remove_slowest_ip:2607:f8b0:4017:3a::9 handshake_time:769, fails:0

Aug 10 22:43:20.906 - [INFO] scan_ip add ip:2001:ee0:3200:a::c time:560 h2:0

Aug 10 22:43:20.921 - [INFO] remove_slowest_ip:2001:ee0:3200:a::c handshake_time:560, fails:0

Aug 10 22:43:21.045 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:4678

Aug 10 22:43:21.270 - [INFO] scan_ip add ip:2804:214:800f:2::11 time:519 h2:0

Aug 10 22:43:21.275 - [INFO] scan_ip add ip:2607:f8b0:4002:10::b time:429 h2:0

Aug 10 22:43:21.275 - [INFO] remove_slowest_ip:2607:f8b0:4002:10::b handshake_time:429, fails:0

Aug 10 22:43:21.275 - [INFO] remove_slowest_ip:2804:214:800f:2::11 handshake_time:519, fails:0

Aug 10 22:43:21.324 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 22:43:21.326 - [INFO] DIRECT t:280 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 22:43:21.404 - [DEBUG] create_ssl update ip:2620:11a:a00e::1c time:1062 h2:0 sni:intention-general-ground.org, host:

Aug 10 22:43:21.421 - [INFO] scan_ip add ip:2a00:1450:4017:1d::8 time:368 h2:0

Aug 10 22:43:21.421 - [INFO] remove_slowest_ip:2620:11a:a00e::1c handshake_time:779, fails:0

Aug 10 22:43:21.595 - [INFO] scan_ip add ip:2607:f8b0:4005::c time:230 h2:0

Aug 10 22:43:21.595 - [INFO] remove_slowest_ip:2001:16a0:102:108::13 handshake_time:481, fails:0

Aug 10 22:43:21.641 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:22.004 - [INFO] scan_ip add ip:2607:f8b0:401c:29::c time:721 h2:0

Aug 10 22:43:22.004 - [INFO] remove_slowest_ip:2607:f8b0:401c:29::c handshake_time:721, fails:0

Aug 10 22:43:22.482 - [INFO] scan_ip add ip:2001:ee0:3205:4::13 time:626 h2:0

Aug 10 22:43:22.486 - [INFO] remove_slowest_ip:2001:ee0:3205:4::13 handshake_time:626, fails:0

Aug 10 22:43:22.515 - [INFO] scan_ip add ip:2607:f8b0:4000:42::8 time:449 h2:0

Aug 10 22:43:22.520 - [INFO] remove_slowest_ip:2607:f8b0:4000:42::8 handshake_time:449, fails:0

Aug 10 22:43:22.543 - [INFO] scan_ip add ip:2800:3f0:4001:f::7 time:648 h2:0

Aug 10 22:43:22.547 - [INFO] remove_slowest_ip:2800:3f0:4001:f::7 handshake_time:648, fails:0

Aug 10 22:43:22.648 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:23.257 - [INFO] scan_ip add ip:2001:ee0:3204:7::d time:566 h2:0

Aug 10 22:43:23.257 - [INFO] remove_slowest_ip:2001:ee0:3204:7::d handshake_time:566, fails:0

Aug 10 22:43:23.410 - [INFO] scan_ip add ip:2001:16a0:102:109::13 time:470 h2:0

Aug 10 22:43:23.415 - [INFO] remove_slowest_ip:2001:16a0:102:109::13 handshake_time:470, fails:0

Aug 10 22:43:23.648 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:23.870 - [INFO] scan_ip add ip:2607:f8b0:400a:3::d time:268 h2:0

Aug 10 22:43:23.870 - [INFO] remove_slowest_ip:2a00:1450:4017:1d::8 handshake_time:368, fails:0

Aug 10 22:43:24.189 - [INFO] scan_ip add ip:2804:854:15::11 time:571 h2:0

Aug 10 22:43:24.189 - [INFO] remove_slowest_ip:2804:854:15::11 handshake_time:571, fails:0

Aug 10 22:43:24.283 - [INFO] scan_ip add ip:2001:c28:1:47::c time:413 h2:0

Aug 10 22:43:24.298 - [INFO] remove_slowest_ip:2001:c28:1:47::c handshake_time:413, fails:0

Aug 10 22:43:24.470 - [INFO] scan_ip add ip:2800:3f0:4004:b::a time:725 h2:0

Aug 10 22:43:24.470 - [INFO] remove_slowest_ip:2800:3f0:4004:b::a handshake_time:725, fails:0

Aug 10 22:43:24.626 - [INFO] scan_ip add ip:2402:800:6350:3::11 time:608 h2:0

Aug 10 22:43:24.626 - [INFO] remove_slowest_ip:2402:800:6350:3::11 handshake_time:608, fails:0

Aug 10 22:43:24.719 - [INFO] scan_ip add ip:2607:f8b0:401a:20::a time:1649 h2:0

Aug 10 22:43:24.719 - [INFO] remove_slowest_ip:2607:f8b0:401a:20::a handshake_time:1649, fails:0

Aug 10 22:43:24.875 - [INFO] scan_ip add ip:2402:800:6150:11::f time:592 h2:0

Aug 10 22:43:24.875 - [INFO] remove_slowest_ip:2402:800:6150:11::f handshake_time:592, fails:0

Aug 10 22:43:25.337 - [INFO] scan_ip add ip:2607:f8b0:4002:30::c time:414 h2:0

Aug 10 22:43:25.337 - [INFO] remove_slowest_ip:2607:f8b0:4002:30::c handshake_time:414, fails:0

Aug 10 22:43:25.426 - [INFO] scan_ip add ip:2800:380:5000:7::11 time:738 h2:0

Aug 10 22:43:25.426 - [INFO] remove_slowest_ip:2800:380:5000:7::11 handshake_time:738, fails:0

Aug 10 22:43:25.535 - [INFO] scan_ip add ip:2402:800:6150:10::f time:644 h2:0

Aug 10 22:43:25.535 - [INFO] remove_slowest_ip:2402:800:6150:10::f handshake_time:644, fails:0

Aug 10 22:43:25.567 - [INFO] scan_ip add ip:2804:ec4:8000::d time:675 h2:0

Aug 10 22:43:25.567 - [INFO] remove_slowest_ip:2804:ec4:8000::d handshake_time:675, fails:0

Aug 10 22:43:25.629 - [INFO] scan_ip add ip:2001:16a0:102:107::10 time:467 h2:0

Aug 10 22:43:25.629 - [INFO] remove_slowest_ip:2001:16a0:102:107::10 handshake_time:467, fails:0

Aug 10 22:43:25.789 - [INFO] scan_ip add ip:2620:11a:a00a::23 time:362 h2:0

Aug 10 22:43:25.789 - [INFO] remove_slowest_ip:2620:11a:a00a::23 handshake_time:362, fails:0

Aug 10 22:43:25.945 - [INFO] scan_ip add ip:2001:16a0:102:111::d time:503 h2:0

Aug 10 22:43:25.945 - [INFO] remove_slowest_ip:2001:16a0:102:111::d handshake_time:503, fails:0

Aug 10 22:43:26.148 - [INFO] scan_ip add ip:2607:f8b0:4002:35::8 time:421 h2:0

Aug 10 22:43:26.163 - [INFO] remove_slowest_ip:2607:f8b0:4002:35::8 handshake_time:421, fails:0

Aug 10 22:43:26.366 - [INFO] scan_ip add ip:2001:13d2:1801::f time:753 h2:0

Aug 10 22:43:26.366 - [INFO] scan_ip add ip:2001:12e0:803:b::1b time:705 h2:0

Aug 10 22:43:26.366 - [INFO] remove_slowest_ip:2001:12e0:803:b::1b handshake_time:705, fails:0

Aug 10 22:43:26.366 - [INFO] remove_slowest_ip:2001:13d2:1801::f handshake_time:753, fails:0

Aug 10 22:43:26.616 - [INFO] scan_ip add ip:2804:14c:7ff9:3::c time:687 h2:0

Aug 10 22:43:26.616 - [INFO] remove_slowest_ip:2804:14c:7ff9:3::c handshake_time:687, fails:0

Aug 10 22:43:26.678 - [INFO] scan_ip add ip:2607:f8b0:4005:1e::8 time:233 h2:0

Aug 10 22:43:26.694 - [INFO] remove_slowest_ip:2607:f798:14:41::f handshake_time:317, fails:0

Aug 10 22:43:26.933 - [INFO] scan_ip add ip:2a02:8400:0:111::f time:3394 h2:0

Aug 10 22:43:26.933 - [INFO] remove_slowest_ip:2a02:8400:0:111::f handshake_time:3394, fails:0

Aug 10 22:43:27.333 - [INFO] scan_ip add ip:2a00:1450:4001:5b::b time:345 h2:0

Aug 10 22:43:27.333 - [INFO] remove_slowest_ip:2a00:1450:4001:5b::b handshake_time:345, fails:0

Aug 10 22:43:27.426 - [INFO] scan_ip add ip:2800:3f0:4001:7::b time:634 h2:0

Aug 10 22:43:27.426 - [INFO] remove_slowest_ip:2800:3f0:4001:7::b handshake_time:634, fails:0

Aug 10 22:43:27.520 - [INFO] scan_ip add ip:2804:cf4:1800:ff10::c time:532 h2:0

Aug 10 22:43:27.520 - [INFO] remove_slowest_ip:2804:cf4:1800:ff10::c handshake_time:532, fails:0

Aug 10 22:43:27.536 - [INFO] scan_ip add ip:2804:d40:82:7001::d time:680 h2:0

Aug 10 22:43:27.536 - [INFO] remove_slowest_ip:2804:d40:82:7001::d handshake_time:680, fails:0

Aug 10 22:43:27.551 - [INFO] scan_ip add ip:2800:200:2008:c6::11 time:842 h2:0

Aug 10 22:43:27.551 - [INFO] remove_slowest_ip:2800:200:2008:c6::11 handshake_time:842, fails:0

Aug 10 22:43:27.645 - [INFO] scan_ip add ip:2607:f8b0:4009:2d::9 time:264 h2:0

Aug 10 22:43:27.645 - [INFO] remove_slowest_ip:2607:f798:1e:402::13 handshake_time:316, fails:0

Aug 10 22:43:27.910 - [INFO] scan_ip add ip:2001:4958:300:528::13 time:312 h2:0

Aug 10 22:43:27.910 - [INFO] remove_slowest_ip:2607:f798:1e:20::f handshake_time:315, fails:0

Aug 10 22:43:28.004 - [INFO] scan_ip add ip:2800:200:2008:5c0::d time:562 h2:0

Aug 10 22:43:28.004 - [INFO] remove_slowest_ip:2800:200:2008:5c0::d handshake_time:562, fails:0

Aug 10 22:43:28.066 - [INFO] scan_ip add ip:2804:d50:81:8001::c time:733 h2:0

Aug 10 22:43:28.082 - [INFO] remove_slowest_ip:2804:d50:81:8001::c handshake_time:733, fails:0

Aug 10 22:43:28.206 - [INFO] scan_ip add ip:2806:1050:cfff:5::f time:779 h2:0

Aug 10 22:43:28.206 - [INFO] remove_slowest_ip:2806:1050:cfff:5::f handshake_time:779, fails:0

Aug 10 22:43:28.820 - [INFO] scan_ip add ip:2607:f8b0:4000:a::20 time:1705 h2:0

Aug 10 22:43:28.824 - [INFO] remove_slowest_ip:2607:f8b0:4000:a::20 handshake_time:1705, fails:0

Aug 10 22:43:29.445 - [INFO] scan_ip add ip:2001:ee0:3206:8::c time:562 h2:0

Aug 10 22:43:29.449 - [INFO] remove_slowest_ip:2001:ee0:3206:8::c handshake_time:562, fails:0

Aug 10 22:43:29.581 - [INFO] scan_ip add ip:2607:f8b0:4000:3f::8 time:426 h2:0

Aug 10 22:43:29.586 - [INFO] remove_slowest_ip:2607:f8b0:4000:3f::8 handshake_time:426, fails:0

Aug 10 22:43:29.672 - [INFO] scan_ip add ip:2405:200:1612:2934::d time:3383 h2:0

Aug 10 22:43:29.676 - [INFO] remove_slowest_ip:2405:200:1612:2934::d handshake_time:3383, fails:0

Aug 10 22:43:29.920 - [INFO] scan_ip add ip:2607:f8b0:400a:2::8 time:301 h2:0

Aug 10 22:43:29.924 - [INFO] remove_slowest_ip:2607:f798:1e:400::12 handshake_time:314, fails:0

Aug 10 22:43:29.995 - [INFO] scan_ip add ip:2402:800:6350:e::13 time:714 h2:0

Aug 10 22:43:30.001 - [INFO] remove_slowest_ip:2402:800:6350:e::13 handshake_time:714, fails:0

Aug 10 22:43:30.020 - [INFO] scan_ip add ip:2001:ee0:3205:1::c time:592 h2:0

Aug 10 22:43:30.035 - [INFO] remove_slowest_ip:2001:ee0:3205:1::c handshake_time:592, fails:0

Aug 10 22:43:30.494 - [INFO] scan_ip add ip:2607:f8b0:4002:1a::23 time:458 h2:0

Aug 10 22:43:30.499 - [INFO] remove_slowest_ip:2607:f8b0:4002:1a::23 handshake_time:458, fails:0

Aug 10 22:43:30.600 - [INFO] scan_ip add ip:2a00:1450:401e:3c::7 time:344 h2:0

Aug 10 22:43:30.605 - [INFO] remove_slowest_ip:2a00:1450:401e:3c::7 handshake_time:344, fails:0

Aug 10 22:43:30.631 - [INFO] scan_ip add ip:2804:d40:82:7001::13 time:687 h2:0

Aug 10 22:43:30.635 - [INFO] remove_slowest_ip:2804:d40:82:7001::13 handshake_time:687, fails:0

Aug 10 22:43:30.707 - [INFO] scan_ip add ip:2800:3f0:4002:8::16 time:703 h2:0

Aug 10 22:43:30.711 - [INFO] remove_slowest_ip:2800:3f0:4002:8::16 handshake_time:703, fails:0

Aug 10 22:43:30.739 - [INFO] scan_ip add ip:2001:16a0:102:104::f time:493 h2:0

Aug 10 22:43:30.742 - [INFO] remove_slowest_ip:2001:16a0:102:104::f handshake_time:493, fails:0

Aug 10 22:43:31.029 - [INFO] scan_ip add ip:2800:200:2008:10c4::d time:947 h2:0

Aug 10 22:43:31.032 - [INFO] remove_slowest_ip:2800:200:2008:10c4::d handshake_time:947, fails:0

Aug 10 22:43:31.296 - [INFO] scan_ip add ip:2404:a800:6:6::1e time:1111 h2:0

Aug 10 22:43:31.296 - [INFO] remove_slowest_ip:2404:a800:6:6::1e handshake_time:1111, fails:0

Aug 10 22:43:31.363 - [INFO] scan_ip add ip:2001:16a0:202:103::d time:692 h2:0

Aug 10 22:43:31.378 - [INFO] remove_slowest_ip:2001:16a0:202:103::d handshake_time:692, fails:0

Aug 10 22:43:31.472 - [INFO] scan_ip add ip:2001:ee0:3201:7::13 time:788 h2:0

Aug 10 22:43:31.472 - [INFO] remove_slowest_ip:2001:ee0:3201:7::13 handshake_time:788, fails:0

Aug 10 22:43:31.644 - [INFO] scan_ip add ip:2001:4958:300:524::11 time:332 h2:0

Aug 10 22:43:31.644 - [INFO] remove_slowest_ip:2001:4958:300:524::11 handshake_time:332, fails:0

Aug 10 22:43:31.659 - [INFO] scan_ip add ip:2404:6800:400e:b::a time:430 h2:0

Aug 10 22:43:31.659 - [INFO] remove_slowest_ip:2404:6800:400e:b::a handshake_time:430, fails:0

Aug 10 22:43:31.753 - [INFO] scan_ip add ip:2806:1070:cfff:5::10 time:457 h2:0

Aug 10 22:43:31.753 - [INFO] remove_slowest_ip:2806:1070:cfff:5::10 handshake_time:457, fails:0

Aug 10 22:43:31.971 - [INFO] scan_ip add ip:2404:6800:400d:8::7 time:576 h2:0

Aug 10 22:43:31.971 - [INFO] remove_slowest_ip:2404:6800:400d:8::7 handshake_time:576, fails:0

Aug 10 22:43:32.351 - [INFO] scan_ip add ip:2404:6800:400c:1::8 time:551 h2:0

Aug 10 22:43:32.355 - [INFO] remove_slowest_ip:2404:6800:400c:1::8 handshake_time:551, fails:0

Aug 10 22:43:32.423 - [INFO] scan_ip add ip:2607:f8b0:4008:25::7 time:452 h2:0

Aug 10 22:43:32.430 - [INFO] remove_slowest_ip:2607:f8b0:4008:25::7 handshake_time:452, fails:0

Aug 10 22:43:32.604 - [INFO] scan_ip add ip:2607:f8b0:4008:22::b time:428 h2:0

Aug 10 22:43:32.610 - [INFO] remove_slowest_ip:2607:f8b0:4008:22::b handshake_time:428, fails:0

Aug 10 22:43:32.900 - [INFO] scan_ip add ip:2607:f8b0:4002:34::8 time:433 h2:0

Aug 10 22:43:32.903 - [INFO] remove_slowest_ip:2607:f8b0:4002:34::8 handshake_time:433, fails:0

Aug 10 22:43:33.202 - [INFO] scan_ip add ip:2620:11a:a019:1::18 time:500 h2:0

Aug 10 22:43:33.205 - [INFO] remove_slowest_ip:2620:11a:a019:1::18 handshake_time:500, fails:0

Aug 10 22:43:33.371 - [INFO] scan_ip add ip:2001:16a0:102:10d::10 time:720 h2:0

Aug 10 22:43:33.371 - [INFO] remove_slowest_ip:2001:16a0:102:10d::10 handshake_time:720, fails:0

Aug 10 22:43:33.480 - [INFO] scan_ip add ip:2a00:1450:401f:6::a time:450 h2:0

Aug 10 22:43:33.495 - [INFO] remove_slowest_ip:2a00:1450:401f:6::a handshake_time:450, fails:0

Aug 10 22:43:33.746 - [INFO] scan_ip add ip:2a00:1450:4007:6::9 time:470 h2:0

Aug 10 22:43:33.746 - [INFO] remove_slowest_ip:2a00:1450:4007:6::9 handshake_time:470, fails:0

Aug 10 22:43:33.827 - [DEBUG] GAE GET http://miserupdate.aliyun.com/data/2.4.1.6/version.xml from:127.0.0.1:4866

Aug 10 22:43:34.071 - [INFO] scan_ip add ip:2a00:1450:4001:5d::7 time:381 h2:0

Aug 10 22:43:34.074 - [INFO] remove_slowest_ip:2a00:1450:4001:5d::7 handshake_time:381, fails:0

Aug 10 22:43:34.206 - [INFO] scan_ip add ip:2a00:1450:4011:4a::1b time:460 h2:0

Aug 10 22:43:34.210 - [INFO] remove_slowest_ip:2a00:1450:4011:4a::1b handshake_time:460, fails:0

Aug 10 22:43:34.385 - [INFO] scan_ip add ip:2607:f8b0:4000:4d::7 time:438 h2:0

Aug 10 22:43:34.388 - [INFO] remove_slowest_ip:2607:f8b0:4000:4d::7 handshake_time:438, fails:0

Aug 10 22:43:34.430 - [INFO] scan_ip add ip:2a02:2d8:1:2002::c time:684 h2:0

Aug 10 22:43:34.434 - [INFO] remove_slowest_ip:2a02:2d8:1:2002::c handshake_time:684, fails:0

Aug 10 22:43:34.441 - [INFO] scan_ip add ip:2001:578:2b:302::c time:437 h2:0

Aug 10 22:43:34.445 - [INFO] remove_slowest_ip:2001:578:2b:302::c handshake_time:437, fails:0

Aug 10 22:43:34.469 - [INFO] scan_ip add ip:2800:3f0:4001:e::16 time:657 h2:0

Aug 10 22:43:34.472 - [INFO] remove_slowest_ip:2800:3f0:4001:e::16 handshake_time:657, fails:0

Aug 10 22:43:34.479 - [INFO] scan_ip add ip:2607:f8b0:4008:c::8 time:442 h2:0

Aug 10 22:43:34.482 - [INFO] remove_slowest_ip:2607:f8b0:4008:c::8 handshake_time:442, fails:0

Aug 10 22:43:34.555 - [INFO] GAE t:728 s:656 GET http://miserupdate.aliyun.com/data/2.4.1.6/version.xml 0:start_request,0:get_task(38),0:get_worker(0):2607:f8b0:4005:c::c,0:h1_req,0:h1_req_sended,709:response_begin,0:h1_get_head,0:get_response,1:h1_finish[SP:1644],:1

Aug 10 22:43:34.676 - [INFO] scan_ip add ip:2a00:1e48:99:16::12 time:745 h2:0

Aug 10 22:43:34.681 - [INFO] remove_slowest_ip:2a00:1e48:99:16::12 handshake_time:745, fails:0

Aug 10 22:43:34.734 - [INFO] scan_ip add ip:2001:ee0:3205:2::13 time:605 h2:0

Aug 10 22:43:34.737 - [INFO] remove_slowest_ip:2001:ee0:3205:2::13 handshake_time:605, fails:0

Aug 10 22:43:34.857 - [INFO] scan_ip add ip:2001:ee0:3204:5::d time:566 h2:0

Aug 10 22:43:34.857 - [INFO] remove_slowest_ip:2001:ee0:3204:5::d handshake_time:566, fails:0

Aug 10 22:43:35.010 - [INFO] scan_ip add ip:2001:ee0:3203:3::12 time:559 h2:0

Aug 10 22:43:35.010 - [INFO] remove_slowest_ip:2001:ee0:3203:3::12 handshake_time:559, fails:0

Aug 10 22:43:35.231 - [INFO] scan_ip add ip:2a00:1450:4011:43::13 time:516 h2:0

Aug 10 22:43:35.231 - [INFO] remove_slowest_ip:2a00:1450:4011:43::13 handshake_time:516, fails:0

Aug 10 22:43:35.278 - [INFO] scan_ip add ip:2806:10a8:cfff:5::f time:2596 h2:0

Aug 10 22:43:35.294 - [INFO] remove_slowest_ip:2806:10a8:cfff:5::f handshake_time:2596, fails:0

Aug 10 22:43:35.356 - [INFO] scan_ip add ip:2607:f8b0:401e:2d::b time:582 h2:0

Aug 10 22:43:35.356 - [INFO] remove_slowest_ip:2607:f8b0:401e:2d::b handshake_time:582, fails:0

Aug 10 22:43:35.403 - [INFO] scan_ip add ip:2a00:1450:401e:3e::9 time:378 h2:0

Aug 10 22:43:35.403 - [INFO] remove_slowest_ip:2a00:1450:401e:3e::9 handshake_time:378, fails:0

Aug 10 22:43:35.557 - [INFO] scan_ip add ip:2a00:1450:4012:1::16 time:437 h2:0

Aug 10 22:43:35.557 - [INFO] remove_slowest_ip:2a00:1450:4012:1::16 handshake_time:437, fails:0

Aug 10 22:43:35.967 - [INFO] scan_ip add ip:2607:f798:14:40::10 time:313 h2:0

Aug 10 22:43:35.971 - [INFO] remove_slowest_ip:2607:f798:14:40::10 handshake_time:313, fails:0

Aug 10 22:43:35.994 - [INFO] scan_ip add ip:2a02:28:1:17::11 time:436 h2:0

Aug 10 22:43:35.997 - [INFO] remove_slowest_ip:2a02:28:1:17::11 handshake_time:436, fails:0

Aug 10 22:43:36.147 - [INFO] scan_ip add ip:2a00:1450:4001:4e::a time:361 h2:0

Aug 10 22:43:36.162 - [INFO] remove_slowest_ip:2a00:1450:4001:4e::a handshake_time:361, fails:0

Aug 10 22:43:36.254 - [INFO] scan_ip add ip:2620:11a:a014:2::e time:849 h2:0

Aug 10 22:43:36.258 - [INFO] remove_slowest_ip:2620:11a:a014:2::e handshake_time:849, fails:0

Aug 10 22:43:36.308 - [INFO] scan_ip add ip:2607:f8b0:4004:2a::c time:410 h2:0

Aug 10 22:43:36.312 - [INFO] remove_slowest_ip:2607:f8b0:4004:2a::c handshake_time:410, fails:0

Aug 10 22:43:36.403 - [INFO] scan_ip add ip:2607:f8b0:4007:2f::7 time:344 h2:0

Aug 10 22:43:36.407 - [INFO] remove_slowest_ip:2607:f8b0:4007:2f::7 handshake_time:344, fails:0

Aug 10 22:43:36.459 - [INFO] scan_ip add ip:2001:ee0:3203:1::13 time:555 h2:0

Aug 10 22:43:36.459 - [INFO] remove_slowest_ip:2001:ee0:3203:1::13 handshake_time:555, fails:0

Aug 10 22:43:36.491 - [INFO] scan_ip add ip:2001:ee0:3202:1::e time:728 h2:0

Aug 10 22:43:36.491 - [INFO] remove_slowest_ip:2001:ee0:3202:1::e handshake_time:728, fails:0

Aug 10 22:43:36.615 - [INFO] scan_ip add ip:2a00:1450:4009:4e::8 time:469 h2:0

Aug 10 22:43:36.615 - [INFO] remove_slowest_ip:2a00:1450:4009:4e::8 handshake_time:469, fails:0

Aug 10 22:43:36.631 - [INFO] scan_ip add ip:2607:f8b0:4008:22::b time:453 h2:0

Aug 10 22:43:36.631 - [INFO] remove_slowest_ip:2607:f8b0:4008:22::b handshake_time:453, fails:0

Aug 10 22:43:37.080 - [INFO] scan_ip add ip:2a00:1450:4011:49::1f time:526 h2:0

Aug 10 22:43:37.084 - [INFO] remove_slowest_ip:2a00:1450:4011:49::1f handshake_time:526, fails:0

Aug 10 22:43:37.376 - [INFO] scan_ip add ip:2402:800:6350:11::11 time:635 h2:0

Aug 10 22:43:37.380 - [INFO] remove_slowest_ip:2402:800:6350:11::11 handshake_time:635, fails:0

Aug 10 22:43:37.438 - [INFO] scan_ip add ip:2607:f8b0:4002:2f::b time:445 h2:0

Aug 10 22:43:37.443 - [INFO] remove_slowest_ip:2607:f8b0:4002:2f::b handshake_time:445, fails:0

Aug 10 22:43:37.745 - [INFO] scan_ip add ip:2800:3f0:4003:a::7 time:651 h2:0

Aug 10 22:43:37.761 - [INFO] remove_slowest_ip:2800:3f0:4003:a::7 handshake_time:651, fails:0

Aug 10 22:43:38.042 - [INFO] scan_ip add ip:2607:f8b0:4000:4a::a time:2397 h2:0

Aug 10 22:43:38.057 - [INFO] scan_ip add ip:2404:6800:4005:27::9 time:534 h2:0

Aug 10 22:43:38.057 - [INFO] remove_slowest_ip:2404:6800:4005:27::9 handshake_time:534, fails:0

Aug 10 22:43:38.057 - [INFO] remove_slowest_ip:2607:f8b0:4000:4a::a handshake_time:2397, fails:0

Aug 10 22:43:38.057 - [INFO] scan_ip add ip:2a00:1450:4019:5::a time:530 h2:0

Aug 10 22:43:38.057 - [INFO] remove_slowest_ip:2a00:1450:4019:5::a handshake_time:530, fails:0

Aug 10 22:43:38.400 - [INFO] scan_ip add ip:2a00:1450:4011:42::1c time:468 h2:0

Aug 10 22:43:38.400 - [INFO] remove_slowest_ip:2a00:1450:4011:42::1c handshake_time:468, fails:0

Aug 10 22:43:38.416 - [INFO] scan_ip add ip:2804:14c:b3f9:3::c time:680 h2:0

Aug 10 22:43:38.416 - [INFO] remove_slowest_ip:2804:14c:b3f9:3::c handshake_time:680, fails:0

Aug 10 22:43:38.416 - [INFO] scan_ip add ip:2404:6800:4008:a::a time:546 h2:0

Aug 10 22:43:38.416 - [INFO] remove_slowest_ip:2404:6800:4008:a::a handshake_time:546, fails:0

Aug 10 22:43:38.712 - [INFO] scan_ip add ip:2607:f8b0:401a:20::8 time:435 h2:0

Aug 10 22:43:38.728 - [INFO] remove_slowest_ip:2607:f8b0:401a:20::8 handshake_time:435, fails:0

Aug 10 22:43:38.772 - [INFO] scan_ip add ip:2607:f8b0:4000:3a::9 time:2235 h2:0

Aug 10 22:43:38.776 - [INFO] remove_slowest_ip:2607:f8b0:4000:3a::9 handshake_time:2235, fails:0

Aug 10 22:43:38.841 - [INFO] scan_ip add ip:2402:800:6350:f::10 time:626 h2:0

Aug 10 22:43:38.845 - [INFO] remove_slowest_ip:2402:800:6350:f::10 handshake_time:626, fails:0

Aug 10 22:43:38.984 - [INFO] scan_ip add ip:2607:f8b0:400a:5::f time:333 h2:0

Aug 10 22:43:38.988 - [INFO] remove_slowest_ip:2607:f8b0:400a:5::f handshake_time:333, fails:0

Aug 10 22:43:39.008 - [INFO] scan_ip add ip:2a00:1450:4011:37::16 time:1868 h2:0

Aug 10 22:43:39.011 - [INFO] remove_slowest_ip:2a00:1450:4011:37::16 handshake_time:1868, fails:0

Aug 10 22:43:39.101 - [INFO] scan_ip add ip:2405:4800:100:22::10 time:1169 h2:0

Aug 10 22:43:39.105 - [INFO] remove_slowest_ip:2405:4800:100:22::10 handshake_time:1169, fails:0

Aug 10 22:43:39.391 - [INFO] scan_ip add ip:2a00:1450:4011:29::16 time:472 h2:0

Aug 10 22:43:39.395 - [INFO] remove_slowest_ip:2a00:1450:4011:29::16 handshake_time:472, fails:0

Aug 10 22:43:39.478 - [INFO] scan_ip add ip:2607:f8b0:401c:5::c time:344 h2:0

Aug 10 22:43:39.482 - [INFO] remove_slowest_ip:2607:f8b0:401c:5::c handshake_time:344, fails:0

Aug 10 22:43:39.757 - [INFO] scan_ip add ip:2001:12e0:803:d::1e time:822 h2:0

Aug 10 22:43:39.757 - [INFO] remove_slowest_ip:2001:12e0:803:d::1e handshake_time:822, fails:0

Aug 10 22:43:39.773 - [INFO] scan_ip add ip:2607:f8b0:4017:d::7 time:288 h2:0

Aug 10 22:43:39.773 - [INFO] remove_slowest_ip:2001:4958:300:528::13 handshake_time:312, fails:0

Aug 10 22:43:39.958 - [INFO] scan_ip add ip:2a00:1450:4011:2e::11 time:533 h2:0

Aug 10 22:43:39.958 - [INFO] remove_slowest_ip:2a00:1450:4011:2e::11 handshake_time:533, fails:0

Aug 10 22:43:40.368 - [INFO] scan_ip add ip:2001:ee0:3201:3::11 time:595 h2:0

Aug 10 22:43:40.384 - [INFO] remove_slowest_ip:2001:ee0:3201:3::11 handshake_time:595, fails:0

Aug 10 22:43:40.508 - [INFO] scan_ip add ip:2607:f8b0:401d:1e::c time:250 h2:0

Aug 10 22:43:40.524 - [INFO] remove_slowest_ip:2607:fa48:70:6::d handshake_time:312, fails:0

Aug 10 22:43:40.898 - [INFO] scan_ip add ip:2607:fb90:8f0:20::10 time:374 h2:0

Aug 10 22:43:40.898 - [INFO] remove_slowest_ip:2607:fb90:8f0:20::10 handshake_time:374, fails:0

Aug 10 22:43:41.023 - [INFO] scan_ip add ip:2a00:1450:4012::1f time:451 h2:0

Aug 10 22:43:41.023 - [INFO] remove_slowest_ip:2a00:1450:4012::1f handshake_time:451, fails:0

Aug 10 22:43:41.172 - [INFO] scan_ip add ip:2001:13d2:801::11 time:756 h2:0

Aug 10 22:43:41.172 - [INFO] remove_slowest_ip:2001:13d2:801::11 handshake_time:756, fails:0

Aug 10 22:43:41.172 - [INFO] scan_ip add ip:2a00:1450:401e:3b::b time:335 h2:0

Aug 10 22:43:41.188 - [INFO] remove_slowest_ip:2a00:1450:401e:3b::b handshake_time:335, fails:0

Aug 10 22:43:41.621 - [INFO] scan_ip add ip:2a00:1450:4011:42::20 time:456 h2:0

Aug 10 22:43:41.624 - [INFO] remove_slowest_ip:2a00:1450:4011:42::20 handshake_time:456, fails:0

Aug 10 22:43:42.365 - [INFO] scan_ip add ip:2001:b032:3900:1::d time:502 h2:0

Aug 10 22:43:42.369 - [INFO] remove_slowest_ip:2001:b032:3900:1::d handshake_time:502, fails:0

Aug 10 22:43:42.607 - [INFO] scan_ip add ip:2001:12e0:803:d::18 time:1598 h2:0

Aug 10 22:43:42.610 - [INFO] remove_slowest_ip:2001:12e0:803:d::18 handshake_time:1598, fails:0

Aug 10 22:43:42.942 - [INFO] scan_ip add ip:2800:3f0:4001:e::10 time:645 h2:0

Aug 10 22:43:42.947 - [INFO] remove_slowest_ip:2800:3f0:4001:e::10 handshake_time:645, fails:0

Aug 10 22:43:42.972 - [INFO] scan_ip add ip:2404:6800:4005:27::7 time:550 h2:0

Aug 10 22:43:42.976 - [INFO] remove_slowest_ip:2404:6800:4005:27::7 handshake_time:550, fails:0

Aug 10 22:43:43.027 - [INFO] scan_ip add ip:2404:6800:4004:1a::9 time:415 h2:0

Aug 10 22:43:43.031 - [INFO] remove_slowest_ip:2404:6800:4004:1a::9 handshake_time:415, fails:0

Aug 10 22:43:43.041 - [INFO] scan_ip add ip:2804:7f1:a005:cacf::11 time:550 h2:0

Aug 10 22:43:43.045 - [INFO] remove_slowest_ip:2804:7f1:a005:cacf::11 handshake_time:550, fails:0

Aug 10 22:43:43.157 - [INFO] scan_ip add ip:2404:6800:400a:b::7 time:422 h2:0

Aug 10 22:43:43.157 - [INFO] remove_slowest_ip:2404:6800:400a:b::7 handshake_time:422, fails:0

Aug 10 22:43:43.285 - [INFO] scan_ip add ip:2a02:2698:6800:1::f time:706 h2:0

Aug 10 22:43:43.285 - [INFO] remove_slowest_ip:2a02:2698:6800:1::f handshake_time:706, fails:0

Aug 10 22:43:43.316 - [INFO] scan_ip add ip:2607:f8b0:4002:1d::b time:414 h2:0

Aug 10 22:43:43.316 - [INFO] remove_slowest_ip:2607:f8b0:4002:1d::b handshake_time:414, fails:0

Aug 10 22:43:43.379 - [INFO] scan_ip add ip:2804:14d:baf9:3::11 time:626 h2:0

Aug 10 22:43:43.394 - [INFO] remove_slowest_ip:2804:14d:baf9:3::11 handshake_time:626, fails:0

Aug 10 22:43:43.691 - [INFO] scan_ip add ip:2001:12e0:803:4::1f time:700 h2:0

Aug 10 22:43:43.691 - [INFO] remove_slowest_ip:2001:12e0:803:4::1f handshake_time:700, fails:0

Aug 10 22:43:43.769 - [INFO] scan_ip add ip:2607:f8b0:4002:1f::8 time:422 h2:0

Aug 10 22:43:43.769 - [INFO] remove_slowest_ip:2607:f8b0:4002:1f::8 handshake_time:422, fails:0

Aug 10 22:43:43.971 - [INFO] scan_ip add ip:2804:214:800f:2::10 time:513 h2:0

Aug 10 22:43:43.971 - [INFO] scan_ip add ip:2a00:1450:4011:2b::1a time:451 h2:0

Aug 10 22:43:43.971 - [INFO] remove_slowest_ip:2a00:1450:4011:2b::1a handshake_time:451, fails:0

Aug 10 22:43:43.971 - [INFO] remove_slowest_ip:2804:214:800f:2::10 handshake_time:513, fails:0

Aug 10 22:43:44.252 - [INFO] scan_ip add ip:2c0f:fb50:4002:3::9 time:1995 h2:0

Aug 10 22:43:44.268 - [INFO] remove_slowest_ip:2c0f:fb50:4002:3::9 handshake_time:1995, fails:0

Aug 10 22:43:44.330 - [INFO] scan_ip add ip:2800:3f0:4001:13::18 time:638 h2:0

Aug 10 22:43:44.330 - [INFO] remove_slowest_ip:2800:3f0:4001:13::18 handshake_time:638, fails:0

Aug 10 22:43:44.377 - [INFO] scan_ip add ip:2001:ee0:3205:4::c time:624 h2:0

Aug 10 22:43:44.377 - [INFO] remove_slowest_ip:2001:ee0:3205:4::c handshake_time:624, fails:0

Aug 10 22:43:44.611 - [INFO] scan_ip add ip:2a00:1450:4011:4d::13 time:499 h2:0

Aug 10 22:43:44.627 - [INFO] remove_slowest_ip:2a00:1450:4011:4d::13 handshake_time:499, fails:0

Aug 10 22:43:45.333 - [INFO] scan_ip add ip:2806:1070:cfff:6::11 time:455 h2:0

Aug 10 22:43:45.333 - [INFO] remove_slowest_ip:2806:1070:cfff:6::11 handshake_time:455, fails:0

Aug 10 22:43:45.521 - [INFO] scan_ip add ip:2001:16a0:202:109::d time:467 h2:0

Aug 10 22:43:45.521 - [INFO] remove_slowest_ip:2001:16a0:202:109::d handshake_time:467, fails:0

Aug 10 22:43:45.599 - [INFO] scan_ip add ip:2606:a800:1a::e time:467 h2:0

Aug 10 22:43:45.614 - [INFO] remove_slowest_ip:2606:a800:1a::e handshake_time:467, fails:0

Aug 10 22:43:45.661 - [INFO] scan_ip add ip:2001:818:e4f1:3::c time:576 h2:0

Aug 10 22:43:45.661 - [INFO] remove_slowest_ip:2001:818:e4f1:3::c handshake_time:576, fails:0

Aug 10 22:43:45.817 - [INFO] scan_ip add ip:2607:f8b0:401c:1e::a time:732 h2:0

Aug 10 22:43:45.817 - [INFO] remove_slowest_ip:2607:f8b0:401c:1e::a handshake_time:732, fails:0

Aug 10 22:43:46.004 - [INFO] scan_ip add ip:2a00:1450:4001:59::7 time:312 h2:0

Aug 10 22:43:46.020 - [INFO] remove_slowest_ip:2a00:1450:4001:59::7 handshake_time:312, fails:0

Aug 10 22:43:46.035 - [INFO] scan_ip add ip:2804:214:800f:3::11 time:529 h2:0

Aug 10 22:43:46.035 - [INFO] remove_slowest_ip:2804:214:800f:3::11 handshake_time:529, fails:0

Aug 10 22:43:46.256 - [INFO] scan_ip add ip:2a00:1450:4002:5::7 time:377 h2:0

Aug 10 22:43:46.256 - [INFO] remove_slowest_ip:2a00:1450:4002:5::7 handshake_time:377, fails:0

Aug 10 22:43:46.447 - [INFO] scan_ip add ip:2402:800:6150:4::10 time:691 h2:0

Aug 10 22:43:46.447 - [INFO] remove_slowest_ip:2402:800:6150:4::10 handshake_time:691, fails:0

Aug 10 22:43:46.634 - [INFO] scan_ip add ip:2001:b032:2100::13 time:503 h2:0

Aug 10 22:43:46.634 - [INFO] remove_slowest_ip:2001:b032:2100::13 handshake_time:503, fails:0

Aug 10 22:43:46.790 - [INFO] scan_ip add ip:2a00:1450:4003:4::c time:580 h2:0

Aug 10 22:43:46.806 - [INFO] remove_slowest_ip:2a00:1450:4003:4::c handshake_time:580, fails:0

Aug 10 22:43:46.868 - [INFO] scan_ip add ip:2806:1020:cfff:6::11 time:437 h2:0

Aug 10 22:43:46.868 - [INFO] remove_slowest_ip:2806:1020:cfff:6::11 handshake_time:437, fails:0

Aug 10 22:43:47.120 - [INFO] scan_ip add ip:2402:800:6150:3::e time:610 h2:0

Aug 10 22:43:47.120 - [INFO] remove_slowest_ip:2402:800:6150:3::e handshake_time:610, fails:0

Aug 10 22:43:47.135 - [INFO] scan_ip add ip:2804:14c:4f9:e::c time:657 h2:0

Aug 10 22:43:47.135 - [INFO] remove_slowest_ip:2804:14c:4f9:e::c handshake_time:657, fails:0

Aug 10 22:43:47.182 - [INFO] scan_ip add ip:2a02:cb80:2720:1::e time:750 h2:0

Aug 10 22:43:47.198 - [INFO] remove_slowest_ip:2a02:cb80:2720:1::e handshake_time:750, fails:0

Aug 10 22:43:47.213 - [INFO] scan_ip add ip:2a00:1450:4011:4c::18 time:470 h2:0

Aug 10 22:43:47.213 - [INFO] remove_slowest_ip:2a00:1450:4011:4c::18 handshake_time:470, fails:0

Aug 10 22:43:47.401 - [INFO] scan_ip add ip:2001:ee0:3205:3::10 time:595 h2:0

Aug 10 22:43:47.401 - [INFO] remove_slowest_ip:2001:ee0:3205:3::10 handshake_time:595, fails:0

Aug 10 22:43:47.432 - [INFO] scan_ip add ip:2001:4490:3ffc:3::d time:1093 h2:0

Aug 10 22:43:47.432 - [INFO] remove_slowest_ip:2001:4490:3ffc:3::d handshake_time:1093, fails:0

Aug 10 22:43:47.432 - [INFO] scan_ip add ip:2c0f:fb50:4002:3::d time:766 h2:0

Aug 10 22:43:47.447 - [INFO] remove_slowest_ip:2c0f:fb50:4002:3::d handshake_time:766, fails:0

Aug 10 22:43:47.541 - [INFO] scan_ip add ip:2001:b000:182:c100::10 time:500 h2:0

Aug 10 22:43:47.541 - [INFO] remove_slowest_ip:2001:b000:182:c100::10 handshake_time:500, fails:0

Aug 10 22:43:47.838 - [INFO] scan_ip add ip:2806:1040:cfff:6::e time:483 h2:0

Aug 10 22:43:47.838 - [INFO] remove_slowest_ip:2806:1040:cfff:6::e handshake_time:483, fails:0

Aug 10 22:43:47.870 - [INFO] scan_ip add ip:2800:380:5000:a::13 time:734 h2:0

Aug 10 22:43:47.870 - [INFO] remove_slowest_ip:2800:380:5000:a::13 handshake_time:734, fails:0

Aug 10 22:43:47.932 - [INFO] scan_ip add ip:2800:380:5000:c::12 time:750 h2:0

Aug 10 22:43:47.932 - [INFO] remove_slowest_ip:2800:380:5000:c::12 handshake_time:750, fails:0

Aug 10 22:43:48.131 - [INFO] scan_ip add ip:2607:f8b0:4002:18::c time:434 h2:0

Aug 10 22:43:48.131 - [INFO] remove_slowest_ip:2607:f8b0:4002:18::c handshake_time:434, fails:0

Aug 10 22:43:48.460 - [INFO] scan_ip add ip:2404:a800:6:8::c time:857 h2:0

Aug 10 22:43:48.476 - [INFO] remove_slowest_ip:2404:a800:6:8::c handshake_time:857, fails:0

Aug 10 22:43:48.741 - [INFO] scan_ip add ip:2a02:2d8:0:821::d time:563 h2:0

Aug 10 22:43:48.741 - [INFO] remove_slowest_ip:2a02:2d8:0:821::d handshake_time:563, fails:0

Aug 10 22:43:48.788 - [INFO] scan_ip add ip:2001:56a:2:8::e time:359 h2:0

Aug 10 22:43:48.803 - [INFO] remove_slowest_ip:2001:56a:2:8::e handshake_time:359, fails:0

Aug 10 22:43:48.803 - [INFO] scan_ip add ip:2a00:12a8:1100:1::12 time:421 h2:0

Aug 10 22:43:48.819 - [INFO] scan_ip add ip:2001:16a0:202:110::e time:451 h2:0

Aug 10 22:43:48.819 - [INFO] remove_slowest_ip:2001:16a0:202:110::e handshake_time:451, fails:0

Aug 10 22:43:48.819 - [INFO] remove_slowest_ip:2a00:12a8:1100:1::12 handshake_time:421, fails:0

Aug 10 22:43:48.819 - [INFO] scan_ip add ip:2001:ee0:3201:6::11 time:595 h2:0

Aug 10 22:43:48.819 - [INFO] remove_slowest_ip:2001:ee0:3201:6::11 handshake_time:595, fails:0

Aug 10 22:43:48.897 - [INFO] scan_ip add ip:2607:f798:1e:1400::d time:343 h2:0

Aug 10 22:43:48.897 - [INFO] remove_slowest_ip:2607:f798:1e:1400::d handshake_time:343, fails:0

Aug 10 22:43:48.944 - [INFO] scan_ip add ip:2a00:1450:4011:4c::19 time:483 h2:0

Aug 10 22:43:48.944 - [INFO] remove_slowest_ip:2a00:1450:4011:4c::19 handshake_time:483, fails:0

Aug 10 22:43:48.959 - [INFO] scan_ip add ip:2607:f8b0:401a:7::b time:483 h2:0

Aug 10 22:43:48.959 - [INFO] remove_slowest_ip:2607:f8b0:401a:7::b handshake_time:483, fails:0

Aug 10 22:43:49.006 - [INFO] scan_ip add ip:2001:40a8:4400:12::d time:1838 h2:0

Aug 10 22:43:49.006 - [INFO] remove_slowest_ip:2001:40a8:4400:12::d handshake_time:1838, fails:0

Aug 10 22:43:49.154 - [INFO] scan_ip add ip:2a00:1450:4011:41::1e time:585 h2:0

Aug 10 22:43:49.154 - [INFO] remove_slowest_ip:2a00:1450:4011:41::1e handshake_time:585, fails:0

Aug 10 22:43:49.280 - [INFO] scan_ip add ip:2620:11a:a013::1d time:539 h2:0

Aug 10 22:43:49.299 - [INFO] remove_slowest_ip:2620:11a:a013::1d handshake_time:539, fails:0

Aug 10 22:43:49.424 - [INFO] scan_ip add ip:2a00:1450:4001:54::7 time:339 h2:0

Aug 10 22:43:49.424 - [INFO] remove_slowest_ip:2a00:1450:4001:54::7 handshake_time:339, fails:0

Aug 10 22:43:49.475 - [INFO] scan_ip add ip:2804:14c:f2f9:3::d time:655 h2:0

Aug 10 22:43:49.479 - [INFO] remove_slowest_ip:2804:14c:f2f9:3::d handshake_time:655, fails:0

Aug 10 22:43:49.876 - [INFO] scan_ip add ip:2a02:28:1:11::c time:498 h2:0

Aug 10 22:43:49.882 - [INFO] remove_slowest_ip:2a02:28:1:11::c handshake_time:498, fails:0

Aug 10 22:43:50.004 - [INFO] scan_ip add ip:2001:13d2:802::e time:754 h2:0

Aug 10 22:43:50.009 - [INFO] remove_slowest_ip:2001:13d2:802::e handshake_time:754, fails:0

Aug 10 22:43:50.100 - [INFO] scan_ip add ip:2800:3f0:4002:8::12 time:691 h2:0

Aug 10 22:43:50.104 - [INFO] remove_slowest_ip:2800:3f0:4002:8::12 handshake_time:691, fails:0

Aug 10 22:43:50.355 - [INFO] scan_ip add ip:2607:f8b0:401c:10::9 time:363 h2:1

Aug 10 22:43:50.358 - [INFO] remove_slowest_ip:2607:f8b0:401c:10::9 handshake_time:363, fails:0

Aug 10 22:43:50.406 - [INFO] scan_ip add ip:2804:14d:baf9:9::d time:753 h2:0

Aug 10 22:43:50.410 - [INFO] remove_slowest_ip:2804:14d:baf9:9::d handshake_time:753, fails:0

Aug 10 22:43:50.660 - [INFO] scan_ip add ip:2404:6800:4008:1::9 time:554 h2:0

Aug 10 22:43:50.664 - [INFO] remove_slowest_ip:2404:6800:4008:1::9 handshake_time:554, fails:0

Aug 10 22:43:50.690 - [INFO] scan_ip add ip:2001:14b8:1800:102::10 time:597 h2:0

Aug 10 22:43:50.695 - [INFO] remove_slowest_ip:2001:14b8:1800:102::10 handshake_time:597, fails:0

Aug 10 22:43:50.739 - [INFO] scan_ip add ip:2001:b032:8100::c time:496 h2:0

Aug 10 22:43:50.743 - [INFO] remove_slowest_ip:2001:b032:8100::c handshake_time:496, fails:0

Aug 10 22:43:50.894 - [INFO] scan_ip add ip:2607:f8b0:4004:2b::9 time:384 h2:0

Aug 10 22:43:50.894 - [INFO] remove_slowest_ip:2607:f8b0:4004:2b::9 handshake_time:384, fails:0

Aug 10 22:43:51.069 - [INFO] scan_ip add ip:2001:ee0:3200:e::10 time:644 h2:0

Aug 10 22:43:51.069 - [INFO] remove_slowest_ip:2001:ee0:3200:e::10 handshake_time:644, fails:0

Aug 10 22:43:51.085 - [INFO] scan_ip add ip:2001:ee0:3206:5::13 time:567 h2:0

Aug 10 22:43:51.100 - [INFO] remove_slowest_ip:2001:ee0:3206:5::13 handshake_time:567, fails:0

Aug 10 22:43:51.179 - [INFO] scan_ip add ip:2a00:1450:4015:d::14 time:448 h2:0

Aug 10 22:43:51.179 - [INFO] remove_slowest_ip:2a00:1450:4015:d::14 handshake_time:448, fails:0

Aug 10 22:43:51.240 - [INFO] scan_ip add ip:2607:f8b0:4000:33::7 time:427 h2:0

Aug 10 22:43:51.243 - [INFO] remove_slowest_ip:2607:f8b0:4000:33::7 handshake_time:427, fails:0

Aug 10 22:43:52.086 - [INFO] scan_ip add ip:2804:7f2:1000:cade::c time:592 h2:0

Aug 10 22:43:52.089 - [INFO] remove_slowest_ip:2804:7f2:1000:cade::c handshake_time:592, fails:0

Aug 10 22:43:52.300 - [INFO] scan_ip add ip:2607:f8b0:4007:2d::9 time:717 h2:0

Aug 10 22:43:52.316 - [INFO] remove_slowest_ip:2806:10a0:cfff:2::c handshake_time:464, fails:0

Aug 10 22:43:52.316 - [INFO] scan_ip add ip:2806:10a0:cfff:2::c time:464 h2:0

Aug 10 22:43:52.316 - [INFO] remove_slowest_ip:2607:f8b0:4007:2d::9 handshake_time:717, fails:0

Aug 10 22:43:52.347 - [INFO] scan_ip add ip:2a00:1450:4011:29::18 time:683 h2:0

Aug 10 22:43:52.347 - [INFO] remove_slowest_ip:2a00:1450:4011:29::18 handshake_time:683, fails:0

Aug 10 22:43:52.612 - [INFO] scan_ip add ip:2001:b032:7100:1::f time:500 h2:0

Aug 10 22:43:52.628 - [INFO] remove_slowest_ip:2001:b032:7100:1::f handshake_time:500, fails:0

Aug 10 22:43:52.810 - [INFO] scan_ip add ip:2a00:1450:4011:3c::18 time:815 h2:0

Aug 10 22:43:52.813 - [INFO] remove_slowest_ip:2a00:1450:4011:3c::18 handshake_time:815, fails:0

Aug 10 22:43:52.866 - [INFO] scan_ip add ip:2001:12e0:803:7::e time:689 h2:0

Aug 10 22:43:52.888 - [INFO] remove_slowest_ip:2001:12e0:803:7::e handshake_time:689, fails:0

Aug 10 22:43:52.957 - [INFO] scan_ip add ip:2804:14c:7bf9:3::c time:687 h2:0

Aug 10 22:43:52.961 - [INFO] remove_slowest_ip:2804:14c:7bf9:3::c handshake_time:687, fails:0

Aug 10 22:43:53.166 - [INFO] scan_ip add ip:2a00:1450:4001:63::9 time:848 h2:0

Aug 10 22:43:53.169 - [INFO] remove_slowest_ip:2a00:1450:4001:63::9 handshake_time:848, fails:0

Aug 10 22:43:53.437 - [INFO] scan_ip add ip:2607:f8b0:400f:13::7 time:1850 h2:0

Aug 10 22:43:53.442 - [INFO] remove_slowest_ip:2607:f8b0:400f:13::7 handshake_time:1850, fails:0

Aug 10 22:43:53.679 - [INFO] scan_ip add ip:2001:b032:a501::11 time:519 h2:0

Aug 10 22:43:53.679 - [INFO] remove_slowest_ip:2001:b032:a501::11 handshake_time:519, fails:0

Aug 10 22:43:53.776 - [INFO] scan_ip add ip:2001:16a0:102:112::f time:908 h2:0

Aug 10 22:43:53.780 - [INFO] remove_slowest_ip:2001:16a0:102:112::f handshake_time:908, fails:0

Aug 10 22:43:53.907 - [INFO] scan_ip add ip:2620:11a:a015:1::21 time:1560 h2:0

Aug 10 22:43:53.912 - [INFO] remove_slowest_ip:2620:11a:a015:1::21 handshake_time:1560, fails:0

Aug 10 22:43:54.115 - [INFO] scan_ip add ip:2804:d50:81:8001::d time:3270 h2:0

Aug 10 22:43:54.118 - [INFO] remove_slowest_ip:2804:d50:81:8001::d handshake_time:3270, fails:0

Aug 10 22:43:54.182 - [INFO] scan_ip add ip:2800:2d20:200b:b::d time:626 h2:0

Aug 10 22:43:54.187 - [INFO] remove_slowest_ip:2800:2d20:200b:b::d handshake_time:626, fails:0

Aug 10 22:43:54.285 - [INFO] scan_ip add ip:2a00:1450:4016:d::a time:525 h2:0

Aug 10 22:43:54.289 - [INFO] remove_slowest_ip:2a00:1450:4016:d::a handshake_time:525, fails:0

Aug 10 22:43:54.316 - [INFO] scan_ip add ip:2a00:1450:4001:51::8 time:513 h2:0

Aug 10 22:43:54.320 - [INFO] remove_slowest_ip:2a00:1450:4001:51::8 handshake_time:513, fails:0

Aug 10 22:43:54.337 - [INFO] scan_ip add ip:2402:800:6350:2::13 time:615 h2:0

Aug 10 22:43:54.341 - [INFO] remove_slowest_ip:2402:800:6350:2::13 handshake_time:615, fails:0

Aug 10 22:43:54.363 - [INFO] scan_ip add ip:2a00:1450:4011:3f::1a time:570 h2:0

Aug 10 22:43:54.366 - [INFO] remove_slowest_ip:2a00:1450:4011:3f::1a handshake_time:570, fails:0

Aug 10 22:43:54.454 - [INFO] scan_ip add ip:2620:11a:a019::17 time:1318 h2:0

Aug 10 22:43:54.458 - [INFO] remove_slowest_ip:2620:11a:a019::17 handshake_time:1318, fails:0

Aug 10 22:43:54.692 - [INFO] scan_ip add ip:2001:4e8:0:b043::13 time:299 h2:0

Aug 10 22:43:54.697 - [INFO] remove_slowest_ip:2620:11a:a00e::18 handshake_time:312, fails:0

Aug 10 22:43:54.755 - [INFO] scan_ip add ip:2404:a800:6:7::f time:868 h2:0

Aug 10 22:43:54.759 - [INFO] remove_slowest_ip:2404:a800:6:7::f handshake_time:868, fails:0

Aug 10 22:43:54.782 - [INFO] scan_ip add ip:2607:f8b0:4000:3c::9 time:424 h2:0

Aug 10 22:43:54.785 - [INFO] remove_slowest_ip:2607:f8b0:4000:3c::9 handshake_time:424, fails:0

Aug 10 22:43:55.260 - [INFO] scan_ip add ip:2404:6800:400b:2b::7 time:404 h2:0

Aug 10 22:43:55.260 - [INFO] remove_slowest_ip:2404:6800:400b:2b::7 handshake_time:404, fails:0

Aug 10 22:43:55.300 - [INFO] scan_ip add ip:2607:f8b0:4008:f::b time:457 h2:0

Aug 10 22:43:55.300 - [INFO] remove_slowest_ip:2607:f8b0:4008:f::b handshake_time:457, fails:0

Aug 10 22:43:55.331 - [INFO] scan_ip add ip:2804:7f7:f000:cace::e time:756 h2:0

Aug 10 22:43:55.331 - [INFO] remove_slowest_ip:2804:7f7:f000:cace::e handshake_time:756, fails:0

Aug 10 22:43:55.593 - [INFO] scan_ip add ip:2a00:1450:401f:7::c time:3726 h2:0

Aug 10 22:43:55.593 - [INFO] remove_slowest_ip:2a00:1450:401f:7::c handshake_time:3726, fails:0

Aug 10 22:43:55.642 - [INFO] scan_ip add ip:2001:ee0:3202:7::c time:737 h2:0

Aug 10 22:43:55.642 - [INFO] remove_slowest_ip:2001:ee0:3202:7::c handshake_time:737, fails:0

Aug 10 22:43:55.913 - [INFO] scan_ip add ip:2800:370:10:14::d time:895 h2:0

Aug 10 22:43:55.917 - [INFO] remove_slowest_ip:2800:370:10:14::d handshake_time:895, fails:0

Aug 10 22:43:56.068 - [INFO] scan_ip add ip:2404:6800:400b:7::c time:426 h2:0

Aug 10 22:43:56.075 - [INFO] remove_slowest_ip:2404:6800:400b:7::c handshake_time:426, fails:0

Aug 10 22:43:56.076 - [INFO] scan_ip add ip:2a00:1450:4011:2c::1a time:529 h2:0

Aug 10 22:43:56.081 - [INFO] remove_slowest_ip:2a00:1450:4011:2c::1a handshake_time:529, fails:0

Aug 10 22:43:56.108 - [INFO] scan_ip add ip:2607:f8b0:400b:11::c time:354 h2:0

Aug 10 22:43:56.112 - [INFO] remove_slowest_ip:2607:f8b0:400b:11::c handshake_time:354, fails:0

Aug 10 22:43:56.391 - [INFO] scan_ip add ip:2804:7f2:1006:cace::e time:589 h2:0

Aug 10 22:43:56.395 - [INFO] remove_slowest_ip:2804:7f2:1006:cace::e handshake_time:589, fails:0

Aug 10 22:43:56.533 - [INFO] scan_ip add ip:2001:b032:101:1::e time:503 h2:0

Aug 10 22:43:56.538 - [INFO] remove_slowest_ip:2001:b032:101:1::e handshake_time:503, fails:0

Aug 10 22:43:56.621 - [INFO] scan_ip add ip:2400:d800:3:452::11 time:568 h2:0

Aug 10 22:43:56.624 - [INFO] remove_slowest_ip:2400:d800:3:452::11 handshake_time:568, fails:0

Aug 10 22:43:56.625 - [INFO] scan_ip add ip:2a00:1450:4011:2b::19 time:2117 h2:0

Aug 10 22:43:56.629 - [INFO] remove_slowest_ip:2a00:1450:4011:2b::19 handshake_time:2117, fails:0

Aug 10 22:43:56.814 - [INFO] scan_ip add ip:2804:14c:87f9:3::13 time:651 h2:0

Aug 10 22:43:56.818 - [INFO] remove_slowest_ip:2804:14c:87f9:3::13 handshake_time:651, fails:0

Aug 10 22:43:56.988 - [INFO] scan_ip add ip:2a00:1450:4001:62::a time:393 h2:0

Aug 10 22:43:56.992 - [INFO] remove_slowest_ip:2a00:1450:4001:62::a handshake_time:393, fails:0

Aug 10 22:43:57.031 - [INFO] scan_ip add ip:2620:11a:a01a::18 time:630 h2:0

Aug 10 22:43:57.035 - [INFO] remove_slowest_ip:2620:11a:a01a::18 handshake_time:630, fails:0

Aug 10 22:43:57.504 - [INFO] scan_ip add ip:2607:f8b0:400a::17 time:256 h2:0

Aug 10 22:43:57.509 - [INFO] remove_slowest_ip:2001:4958:300:525::10 handshake_time:312, fails:0

Aug 10 22:43:57.509 - [INFO] scan_ip add ip:2404:6800:400c:b::b time:557 h2:0

Aug 10 22:43:57.513 - [INFO] remove_slowest_ip:2404:6800:400c:b::b handshake_time:557, fails:0

Aug 10 22:43:57.568 - [INFO] scan_ip add ip:2800:200:2008:10c4::e time:2710 h2:0

Aug 10 22:43:57.572 - [INFO] remove_slowest_ip:2800:200:2008:10c4::e handshake_time:2710, fails:0

Aug 10 22:43:57.584 - [INFO] scan_ip add ip:2a00:1450:4019:4::c time:525 h2:0

Aug 10 22:43:57.588 - [INFO] remove_slowest_ip:2a00:1450:4019:4::c handshake_time:525, fails:0

Aug 10 22:43:57.643 - [INFO] scan_ip add ip:2806:1030:cfff:7::d time:612 h2:0

Aug 10 22:43:57.646 - [INFO] remove_slowest_ip:2806:1030:cfff:7::d handshake_time:612, fails:0

Aug 10 22:43:57.744 - [INFO] scan_ip add ip:2806:1050:cfff:8::11 time:570 h2:0

Aug 10 22:43:57.748 - [INFO] remove_slowest_ip:2806:1050:cfff:8::11 handshake_time:570, fails:0

Aug 10 22:43:57.845 - [INFO] scan_ip add ip:2800:3f0:4001:6::8 time:632 h2:0

Aug 10 22:43:57.846 - [INFO] remove_slowest_ip:2800:3f0:4001:6::8 handshake_time:632, fails:0

Aug 10 22:43:58.861 - [INFO] scan_ip add ip:2605:e300:800:1::c time:1703 h2:0

Aug 10 22:43:58.865 - [INFO] remove_slowest_ip:2605:e300:800:1::c handshake_time:1703, fails:0

Aug 10 22:43:58.891 - [INFO] scan_ip add ip:2804:14c:5bf9:3::e time:659 h2:0

Aug 10 22:43:58.894 - [INFO] remove_slowest_ip:2804:14c:5bf9:3::e handshake_time:659, fails:0

Aug 10 22:43:58.978 - [INFO] scan_ip add ip:2a00:1450:4001:61::7 time:477 h2:0

Aug 10 22:43:58.993 - [INFO] remove_slowest_ip:2a00:1450:4001:61::7 handshake_time:477, fails:0

Aug 10 22:43:58.993 - [INFO] scan_ip add ip:2001:16a0:102:10a::d time:466 h2:0

Aug 10 22:43:59.009 - [INFO] remove_slowest_ip:2001:16a0:102:10a::d handshake_time:466, fails:0

Aug 10 22:43:59.092 - [INFO] scan_ip add ip:2804:d40:8c:7002::e time:538 h2:0

Aug 10 22:43:59.096 - [INFO] remove_slowest_ip:2804:d40:8c:7002::e handshake_time:538, fails:0

Aug 10 22:43:59.172 - [INFO] scan_ip add ip:2a02:8200:1:8::e time:391 h2:0

Aug 10 22:43:59.176 - [INFO] remove_slowest_ip:2a02:8200:1:8::e handshake_time:391, fails:0

Aug 10 22:43:59.264 - [INFO] scan_ip add ip:2402:800:6350:11::f time:694 h2:0

Aug 10 22:43:59.269 - [INFO] remove_slowest_ip:2402:800:6350:11::f handshake_time:694, fails:0

Aug 10 22:43:59.512 - [INFO] scan_ip add ip:2001:f90:9:6::c time:555 h2:0

Aug 10 22:43:59.515 - [INFO] remove_slowest_ip:2001:f90:9:6::c handshake_time:555, fails:0

Aug 10 22:43:59.560 - [INFO] scan_ip add ip:2a0b:880:1::11 time:417 h2:0

Aug 10 22:43:59.562 - [INFO] remove_slowest_ip:2a0b:880:1::11 handshake_time:417, fails:0

Aug 10 22:43:59.612 - [INFO] scan_ip add ip:2800:3f0:4001:c::12 time:633 h2:0

Aug 10 22:43:59.615 - [INFO] remove_slowest_ip:2800:3f0:4001:c::12 handshake_time:633, fails:0

Aug 10 22:43:59.646 - [DEBUG] GAEProxy Web_control 127.0.0.1:2097 GET /deploy?cmd=get_log

Aug 10 22:43:59.791 - [INFO] scan_ip add ip:2400:d800:3:497::f time:578 h2:0

Aug 10 22:43:59.794 - [INFO] remove_slowest_ip:2400:d800:3:497::f handshake_time:578, fails:0

Aug 10 22:43:59.813 - [INFO] scan_ip add ip:2001:ee0:3203:6::c time:559 h2:0

Aug 10 22:43:59.817 - [INFO] remove_slowest_ip:2001:ee0:3203:6::c handshake_time:559, fails:0

Aug 10 22:43:59.854 - [INFO] scan_ip add ip:2405:4800:100:1::f time:584 h2:0

Aug 10 22:43:59.858 - [INFO] remove_slowest_ip:2405:4800:100:1::f handshake_time:584, fails:0

Aug 10 22:44:00.041 - [INFO] scan_ip add ip:2607:f8b0:4008:1b::7 time:446 h2:0

Aug 10 22:44:00.045 - [INFO] remove_slowest_ip:2607:f8b0:4008:1b::7 handshake_time:446, fails:0

Aug 10 22:44:00.269 - [INFO] scan_ip add ip:2a02:8400:0:106::d time:1258 h2:0

Aug 10 22:44:00.272 - [INFO] remove_slowest_ip:2a02:8400:0:106::d handshake_time:1258, fails:0

Aug 10 22:44:00.688 - [INFO] scan_ip add ip:2a00:1450:4001:5b::9 time:486 h2:0

Aug 10 22:44:00.692 - [INFO] remove_slowest_ip:2a00:1450:4001:5b::9 handshake_time:486, fails:0

Aug 10 22:44:00.858 - [INFO] scan_ip add ip:2607:f8b0:4004:29::b time:387 h2:0

Aug 10 22:44:00.862 - [INFO] remove_slowest_ip:2607:f8b0:4004:29::b handshake_time:387, fails:0

Aug 10 22:44:00.978 - [INFO] scan_ip add ip:2a00:1450:4011:32::1b time:519 h2:0

Aug 10 22:44:00.982 - [INFO] remove_slowest_ip:2a00:1450:4011:32::1b handshake_time:519, fails:0

Aug 10 22:44:01.378 - [INFO] scan_ip add ip:2001:16a0:202:109::c time:467 h2:0

Aug 10 22:44:01.378 - [INFO] remove_slowest_ip:2001:16a0:202:109::c handshake_time:467, fails:0

Aug 10 22:44:01.487 - [INFO] scan_ip add ip:2a00:1450:400b:4::7 time:1960 h2:0

Aug 10 22:44:01.487 - [INFO] remove_slowest_ip:2a00:1450:400b:4::7 handshake_time:1960, fails:0

Aug 10 22:44:01.816 - [INFO] scan_ip add ip:2404:6800:400e:5::a time:437 h2:0

Aug 10 22:44:01.821 - [INFO] remove_slowest_ip:2404:6800:400e:5::a handshake_time:437, fails:0

Aug 10 22:44:01.883 - [INFO] scan_ip add ip:2a00:1450:4011:46::23 time:473 h2:0

Aug 10 22:44:01.886 - [INFO] remove_slowest_ip:2a00:1450:4011:46::23 handshake_time:473, fails:0

Aug 10 22:44:01.894 - [INFO] scan_ip add ip:2c0f:fb50:4002:1::17 time:802 h2:0

Aug 10 22:44:01.898 - [INFO] remove_slowest_ip:2c0f:fb50:4002:1::17 handshake_time:802, fails:0

Aug 10 22:44:01.974 - [INFO] scan_ip add ip:2405:4800:100:31::11 time:595 h2:0

Aug 10 22:44:01.980 - [INFO] remove_slowest_ip:2405:4800:100:31::11 handshake_time:595, fails:0

Aug 10 22:44:02.233 - [INFO] scan_ip add ip:2607:fb90:bf0:1ea0::e time:436 h2:0

Aug 10 22:44:02.233 - [INFO] remove_slowest_ip:2607:fb90:bf0:1ea0::e handshake_time:436, fails:0

Aug 10 22:44:02.453 - [INFO] scan_ip add ip:2001:ee0:3203::11 time:572 h2:0

Aug 10 22:44:02.457 - [INFO] remove_slowest_ip:2001:ee0:3203::11 handshake_time:572, fails:0

Aug 10 22:44:02.493 - [INFO] scan_ip add ip:2001:6c8:160:1::10 time:513 h2:0

Aug 10 22:44:02.498 - [INFO] remove_slowest_ip:2001:6c8:160:1::10 handshake_time:513, fails:0

Aug 10 22:44:02.564 - [INFO] scan_ip add ip:2404:a800:6:5::17 time:876 h2:0

Aug 10 22:44:02.568 - [INFO] remove_slowest_ip:2404:a800:6:5::17 handshake_time:876, fails:0

Aug 10 22:44:02.827 - [INFO] scan_ip add ip:2806:1040:cfff:9::12 time:484 h2:0

Aug 10 22:44:02.843 - [INFO] remove_slowest_ip:2806:1040:cfff:9::12 handshake_time:484, fails:0

Aug 10 22:44:02.971 - [INFO] scan_ip add ip:2404:6800:400b:28::b time:421 h2:0

Aug 10 22:44:02.981 - [INFO] remove_slowest_ip:2404:6800:400b:28::b handshake_time:421, fails:0

Aug 10 22:44:03.009 - [INFO] scan_ip add ip:2001:16a0:102:100::c time:472 h2:0

Aug 10 22:44:03.012 - [INFO] remove_slowest_ip:2001:16a0:102:100::c handshake_time:472, fails:0

Aug 10 22:44:03.094 - [INFO] scan_ip add ip:2405:4800:100:2::f time:588 h2:0

Aug 10 22:44:03.098 - [INFO] remove_slowest_ip:2405:4800:100:2::f handshake_time:588, fails:0

Aug 10 22:44:03.243 - [INFO] scan_ip add ip:2607:f8b0:401c:24::8 time:351 h2:0

Aug 10 22:44:03.243 - [INFO] remove_slowest_ip:2607:f8b0:401c:24::8 handshake_time:351, fails:0

Aug 10 22:44:03.291 - [INFO] scan_ip add ip:2800:3f0:4003:b::b time:651 h2:0

Aug 10 22:44:03.307 - [INFO] remove_slowest_ip:2800:3f0:4003:b::b handshake_time:651, fails:0

Aug 10 22:44:03.543 - [INFO] scan_ip add ip:2a03:d000:2760:1::12 time:479 h2:0

Aug 10 22:44:03.548 - [INFO] remove_slowest_ip:2a03:d000:2760:1::12 handshake_time:479, fails:0

Aug 10 22:44:03.809 - [INFO] scan_ip add ip:2607:f8b0:401c:2f::a time:344 h2:0

Aug 10 22:44:03.809 - [INFO] remove_slowest_ip:2607:f8b0:401c:2f::a handshake_time:344, fails:0

Aug 10 22:44:03.841 - [INFO] scan_ip add ip:2405:200:1602:1726::11 time:3504 h2:0

Aug 10 22:44:03.841 - [INFO] remove_slowest_ip:2405:200:1602:1726::11 handshake_time:3504, fails:0

Aug 10 22:44:03.976 - [INFO] scan_ip add ip:2607:f8b0:401a:3::a time:444 h2:0

Aug 10 22:44:03.983 - [INFO] remove_slowest_ip:2607:f8b0:401a:3::a handshake_time:444, fails:0

Aug 10 22:44:04.161 - [INFO] scan_ip add ip:2001:ee0:3203:9::e time:680 h2:0

Aug 10 22:44:04.161 - [INFO] remove_slowest_ip:2001:ee0:3203:9::e handshake_time:680, fails:0

Aug 10 22:44:04.338 - [INFO] scan_ip add ip:2001:a60:90ad::f time:482 h2:0

Aug 10 22:44:04.338 - [INFO] remove_slowest_ip:2001:a60:90ad::f handshake_time:482, fails:0

Aug 10 22:44:04.437 - [INFO] scan_ip add ip:2a00:1450:4015:7::20 time:456 h2:0

Aug 10 22:44:04.441 - [INFO] remove_slowest_ip:2a00:1450:4015:7::20 handshake_time:456, fails:0

Aug 10 22:44:04.650 - [INFO] scan_ip add ip:2001:578:2b:302::11 time:417 h2:0

Aug 10 22:44:04.650 - [INFO] remove_slowest_ip:2001:578:2b:302::11 handshake_time:417, fails:0

Aug 10 22:44:04.697 - [INFO] scan_ip add ip:2a00:1450:4011:3c::14 time:476 h2:0

Aug 10 22:44:04.697 - [INFO] remove_slowest_ip:2a00:1450:4011:3c::14 handshake_time:476, fails:0

Aug 10 22:44:04.776 - [INFO] scan_ip add ip:2001:4490:3ffc:6::d time:1585 h2:0

Aug 10 22:44:04.792 - [INFO] remove_slowest_ip:2001:4490:3ffc:6::d handshake_time:1585, fails:0

Aug 10 22:44:04.982 - [INFO] scan_ip add ip:2001:ee0:3201:e::e time:613 h2:0

Aug 10 22:44:04.987 - [INFO] remove_slowest_ip:2001:ee0:3201:e::e handshake_time:613, fails:0

Aug 10 22:44:05.571 - [INFO] scan_ip add ip:2a00:1450:4003:5::9 time:2808 h2:0

Aug 10 22:44:05.587 - [INFO] remove_slowest_ip:2a00:1450:4003:5::9 handshake_time:2808, fails:0

Aug 10 22:44:05.587 - [INFO] scan_ip add ip:2a02:17c0:12:4::10 time:406 h2:0

Aug 10 22:44:05.587 - [INFO] remove_slowest_ip:2a02:17c0:12:4::10 handshake_time:406, fails:0

Aug 10 22:44:05.649 - [INFO] scan_ip add ip:2404:6800:400a:4::c time:437 h2:0

Aug 10 22:44:05.649 - [INFO] scan_ip add ip:2404:6800:400b:2a::a time:421 h2:0

Aug 10 22:44:05.649 - [INFO] remove_slowest_ip:2404:6800:400b:2a::a handshake_time:421, fails:0

Aug 10 22:44:05.649 - [INFO] remove_slowest_ip:2404:6800:400a:4::c handshake_time:437, fails:0

Aug 10 22:44:05.774 - [INFO] scan_ip add ip:2607:f8b0:4000:37::9 time:421 h2:0

Aug 10 22:44:05.793 - [INFO] remove_slowest_ip:2607:f8b0:4000:37::9 handshake_time:421, fails:0

Aug 10 22:44:06.084 - [INFO] scan_ip add ip:2001:ee0:3203:c::10 time:560 h2:0

Aug 10 22:44:06.084 - [INFO] remove_slowest_ip:2001:ee0:3203:c::10 handshake_time:560, fails:0

Aug 10 22:44:06.271 - [INFO] scan_ip add ip:2404:6800:400c:7::a time:543 h2:0

Aug 10 22:44:06.271 - [INFO] remove_slowest_ip:2404:6800:400c:7::a handshake_time:543, fails:0

Aug 10 22:44:06.301 - [INFO] scan_ip add ip:2a00:1450:4015:f::1e time:490 h2:0

Aug 10 22:44:06.304 - [INFO] remove_slowest_ip:2a00:1450:4015:f::1e handshake_time:490, fails:0

Aug 10 22:44:06.412 - [INFO] scan_ip add ip:2a00:1450:4015:c::22 time:427 h2:0

Aug 10 22:44:06.415 - [INFO] remove_slowest_ip:2a00:1450:4015:c::22 handshake_time:427, fails:0

Aug 10 22:44:06.494 - [INFO] scan_ip add ip:2620:11a:a015:2::18 time:1000 h2:0

Aug 10 22:44:06.498 - [INFO] remove_slowest_ip:2620:11a:a015:2::18 handshake_time:1000, fails:0

Aug 10 22:44:06.503 - [INFO] scan_ip add ip:2001:13d0:0:c::10 time:745 h2:0

Aug 10 22:44:06.507 - [INFO] remove_slowest_ip:2001:13d0:0:c::10 handshake_time:745, fails:0

Aug 10 22:44:06.556 - [INFO] scan_ip add ip:2001:14b8:1800:102::11 time:3573 h2:0

Aug 10 22:44:06.560 - [INFO] remove_slowest_ip:2001:14b8:1800:102::11 handshake_time:3573, fails:0

Aug 10 22:44:06.680 - [INFO] scan_ip add ip:2405:200:161e:1716::13 time:2824 h2:0

Aug 10 22:44:06.687 - [INFO] remove_slowest_ip:2405:200:161e:1716::13 handshake_time:2824, fails:0

Aug 10 22:44:06.914 - [INFO] scan_ip add ip:2a00:1450:4021:6::b time:435 h2:0

Aug 10 22:44:06.917 - [INFO] remove_slowest_ip:2a00:1450:4021:6::b handshake_time:435, fails:0

Aug 10 22:44:07.200 - [INFO] scan_ip add ip:2001:4e8:0:b045::e time:297 h2:0

Aug 10 22:44:07.203 - [INFO] remove_slowest_ip:2607:f798:14:40::12 handshake_time:312, fails:0

Aug 10 22:44:07.321 - [INFO] scan_ip add ip:2620:11a:a015:2::1e time:450 h2:0

Aug 10 22:44:07.325 - [INFO] remove_slowest_ip:2620:11a:a015:2::1e handshake_time:450, fails:0

Aug 10 22:44:07.513 - [INFO] scan_ip add ip:2a00:1450:4007:2c::6 time:501 h2:0

Aug 10 22:44:07.517 - [INFO] remove_slowest_ip:2a00:1450:4007:2c::6 handshake_time:501, fails:0

Aug 10 22:44:07.910 - [INFO] scan_ip add ip:2a02:2d8:0:822::11 time:5133 h2:0

Aug 10 22:44:07.917 - [INFO] scan_ip add ip:2001:ee0:3202:7::d time:585 h2:0

Aug 10 22:44:07.917 - [INFO] remove_slowest_ip:2001:ee0:3202:7::d handshake_time:585, fails:0

Aug 10 22:44:07.917 - [INFO] remove_slowest_ip:2a02:2d8:0:822::11 handshake_time:5133, fails:0

Aug 10 22:44:07.932 - [INFO] scan_ip add ip:2800:3f0:4001:f::12 time:630 h2:0

Aug 10 22:44:07.932 - [INFO] remove_slowest_ip:2800:3f0:4001:f::12 handshake_time:630, fails:0

Aug 10 22:44:07.947 - [INFO] scan_ip add ip:2800:3f0:4004:a::7 time:652 h2:0

Aug 10 22:44:07.947 - [INFO] remove_slowest_ip:2800:3f0:4004:a::7 handshake_time:652, fails:0

Aug 10 22:44:08.029 - [INFO] scan_ip add ip:2001:ee0:3200:4::c time:600 h2:0

Aug 10 22:44:08.041 - [INFO] remove_slowest_ip:2001:ee0:3200:4::c handshake_time:600, fails:0

Aug 10 22:44:08.050 - [INFO] scan_ip add ip:2620:11a:a012:2::d time:424 h2:0

Aug 10 22:44:08.054 - [INFO] remove_slowest_ip:2620:11a:a012:2::d handshake_time:424, fails:0

Aug 10 22:44:08.122 - [INFO] scan_ip add ip:2607:f8b0:4002:30::b time:419 h2:0

Aug 10 22:44:08.136 - [INFO] remove_slowest_ip:2607:f8b0:4002:30::b handshake_time:419, fails:0 `

2609665 commented 6 years ago

@AnyWAT 你说的这个loop状态.bat 我有的 我现在只有在抽疯严重的时候(就是重启了几次XX都连不上的情况)才打开看一下是不是跟teredo服务器还连着, 但是有时候用bat检查,teredo状态是连着的 可是XX的状态还是V6不可用等等那些 而且我启动XX也是用编辑过的bat启动的

netsh int ipv6 add route ::/0 "Teredo Tunneling Pseudo-Interface"
start D:\XX-Net\start.vbs
AnyWAT commented 6 years ago

启动XX是默认的图标一直正常 弃用ISP的IP4&6 DNS? OpenDNS resolver1.opendns.com 2620:0:ccc::2 208.67.222.222 resolver2.opendns.com 2620:0:ccd::2 208.67.220.220

821938089 commented 6 years ago

你这个日志不全啊,先关掉扫描IP吧,看着眼累... 日志应该由============ Begin upload ============开始。

2609665 commented 6 years ago

@AnyWAT 我一直用的谷歌的 4&6 DNS

AnyWAT commented 6 years ago

楼上删除 看着眼累且够翻页的日志 😝 @821938089 自己爬楼看看先前:发一下部署时XX-Net的日志吧,不是部署的日志,是GAEPROXY - 日志。 通过测试,貌似 OpenDNS 比谷歌好点😜或用回 ISP的IP4&6 DNS?

821938089 commented 6 years ago

@AnyWAT 我搜索了,日志里搜不到这个关键字,日志肯定不全啊...

2609665 commented 6 years ago

@821938089 部署日志才是 Begin upload 开头啊 2018-08-10 23:06:17,459 - root - INFO - enable debug logging 2018-08-10 23:06:17,459 - root - INFO - set proxy to http://127.0.0.1:8087 2018-08-10 23:06:17,459 - root - INFO - ============ Begin upload ============ 2018-08-10 23:06:17,459 - root - INFO - appid:MYAPPID 2018-08-10 23:06:17,490 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'MYAPPID'} 2018-08-10 23:06:17,490 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False 2018-08-10 23:06:17,490 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=MYAPPID&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body= 2018-08-10 23:06:20,282 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401. 2018-08-10 23:06:20,283 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3. 2018-08-10 23:06:20,285 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth 2018-08-10 23:06:20,299 - root - ERROR - upload fail:EOFError('EOF when reading a line',) Traceback (most recent call last): File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run self.action(self) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__ return method() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback self._Rollback() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback appversion.Rollback(force_rollback) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback force_rollback='1' if force_rollback else '0') File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send result = self.rpcserver.Send(url, payload=payload, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send self._Authenticate(self.http, auth_errors[0] > 0) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate self.credentials = tools.run_flow(flow, self.storage, self.flags) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper return wrapped(*args, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow code = input('Enter verification code: ').strip() EOFError: EOF when reading a line 2018-08-10 23:06:20,309 - root - INFO - Retry 1 time... 2018-08-10 23:06:20,341 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'MYAPPID'} 2018-08-10 23:06:20,342 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False 2018-08-10 23:06:20,342 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=MYAPPID&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body= 2018-08-10 23:06:20,640 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401. 2018-08-10 23:06:20,640 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3. 2018-08-10 23:06:20,655 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth 2018-08-10 23:06:20,655 - root - ERROR - upload fail:EOFError('EOF when reading a line',) Traceback (most recent call last): File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run self.action(self) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__ return method() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback self._Rollback() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback appversion.Rollback(force_rollback) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback force_rollback='1' if force_rollback else '0') File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send result = self.rpcserver.Send(url, payload=payload, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send self._Authenticate(self.http, auth_errors[0] > 0) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate self.credentials = tools.run_flow(flow, self.storage, self.flags) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper return wrapped(*args, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow code = input('Enter verification code: ').strip() EOFError: EOF when reading a line 2018-08-10 23:06:20,655 - root - INFO - Retry 2 time... 2018-08-10 23:06:21,729 - root - INFO - Send: /api/appversion/rollback, params={'version': '1', 'app_id': 'MYAPPID'} 2018-08-10 23:06:21,744 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate skipped auth; needs_auth=False 2018-08-10 23:06:21,744 - google.appengine.tools.appengine_rpc - DEBUG - Sending request to https://appengine.google.com/api/appversion/rollback?app_id=MYAPPID&force_rollback=0&version=1 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body= 2018-08-10 23:06:22,056 - google.appengine.tools.appengine_rpc - DEBUG - Got http error 401. 2018-08-10 23:06:22,058 - google.appengine.tools.appengine_rpc - DEBUG - Attempting to auth. This is try 1 of 3. 2018-08-10 23:06:22,058 - google.appengine.tools.appengine_rpc - DEBUG - _Authenticate requesting auth 2018-08-10 23:06:22,062 - root - ERROR - upload fail:EOFError('EOF when reading a line',) Traceback (most recent call last): File "D:\XX-Net\code\3.12.11\gae_proxy\server\uploader.py", line 72, in upload result = appcfg.AppCfgApp(['appcfg', 'rollback', '--oauth2_credential_file', cookie_file, dirname]).Run() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2951, in Run self.action(self) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 5044, in __call__ return method() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4397, in Rollback self._Rollback() File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 4442, in _Rollback appversion.Rollback(force_rollback) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 2362, in Rollback force_rollback='1' if force_rollback else '0') File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appcfg.py", line 1696, in Send result = self.rpcserver.Send(url, payload=payload, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 241, in Send self._Authenticate(self.http, auth_errors[0] > 0) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\google\appengine\tools\appengine_rpc_httplib2.py", line 459, in _Authenticate self.credentials = tools.run_flow(flow, self.storage, self.flags) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\util.py", line 137, in positional_wrapper return wrapped(*args, **kwargs) File "D:\XX-Net\code\3.12.11\gae_proxy\server\lib\oauth2client\tools.py", line 222, in run_flow code = input('Enter verification code: ').strip() EOFError: EOF when reading a line 2018-08-10 23:06:22,065 - root - INFO - Retry 3 time... 2018-08-10 23:06:24,069 - root - INFO - ======================= 2018-08-10 23:06:24,069 - root - INFO - Deploy failed appid list: 2018-08-10 23:06:24,071 - root - INFO - - MYAPPID 2018-08-10 23:06:24,071 - root - INFO - == END ==

AnyWAT commented 6 years ago

狠狠地抽他脸😂

SeaHOH commented 6 years ago

是否设置服务器: 管理权限运行 netsh int ipv6 set teredo enterpriseclient X.XX.XXX.XXXX (具体IP地址) 比 netsh int ipv6 set teredo enterpriseclient default (或某服务器网址)好?

如果 DNS 正常,不建议使用 IP。

821938089 commented 6 years ago

@2609665 xx-net的日志里面也有的,这个部署的日志没有访问连接以及一些调试的输出日志的情况。

2609665 commented 6 years ago

这是我关了扫描IP 后重启XX 然后运行部署时的XX日志 `Aug 10 23:05:08.785 - [INFO] ------------------------------------------------------

Aug 10 23:05:08.785 - [INFO] Python Version : 2.7.13

Aug 10 23:05:08.785 - [INFO] OS : Version:6-1; Build:7601; Platform:2; CSD:Service Pack 1; ServicePack:1-0; Suite:256; ProductType:0

Aug 10 23:05:08.785 - [INFO] Listen Address : 0.0.0.0:8087

Aug 10 23:05:08.785 - [INFO] Using public APPID

Aug 10 23:05:08.785 - [INFO] ------------------------------------------------------

Aug 10 23:05:09.113 - [DEBUG] network IPv6 is ok, cost:1376 ms

Aug 10 23:05:09.914 - [INFO] SSL use version:TLSv1_2

Aug 10 23:05:09.914 - [INFO] OpenSSL support alpn

Aug 10 23:05:09.914 - [INFO] load ip range file:D:\XX-Net\code\3.12.11\gae_proxy\local\ip_range.txt

Aug 10 23:05:09.946 - [INFO] load ip_list num:1000, target num:1000

Aug 10 23:05:09.954 - [INFO] SSL use version:TLSv1_2

Aug 10 23:05:09.959 - [INFO] server 0.0.0.0:8087 started.

Aug 10 23:05:11.525 - [DEBUG] DIRECT GET https://xxnet-update.appspot.com/update.json?uuid=087f0c3e-caa9-4f91-82d5-5110032d49f7&version=3.12.11&platform=Windows-7-6.1.7601-SP1 from:127.0.0.1:8861

Aug 10 23:05:12.243 - [DEBUG] create_ssl update ip:2607:f8b0:400a:c::e time:703 h2:0 sni:situation.till.com, host:

Aug 10 23:05:12.699 - [DEBUG] create_ssl update ip:2607:f8b0:400a:2::a time:667 h2:0 sni:virus-woman-presentation.org, host:

Aug 10 23:05:13.733 - [INFO] DIRECT t:2207 s:1674 200 xxnet-update.appspot.com /update.json?uuid=087f0c3e-caa9-4f91-82d5-5110032d49f7&version=3.12.11&platform=Windows-7-6.1.7601-SP1

Aug 10 23:05:14.878 - [DEBUG] network IPv4 is ok, cost:7141 ms

Aug 10 23:05:49.871 - [DEBUG] GAE GET https://plus.google.com/_/PlusAppUi/gen204/?tmambps=0.040722497567156464&rtembps=-1&rttms=2.1904450809495994&ct=undefined from:127.0.0.1:8883

Aug 10 23:05:50.985 - [DEBUG] create_ssl update ip:2607:f8b0:401d::a time:1100 h2:0 sni:national-recording.net, host:makelshadow35cbb2d.appspot.com

Aug 10 23:05:51.619 - [DEBUG] create_ssl update ip:2607:f8b0:4017:29::c time:1243 h2:0 sni:engineering-refrigerator.org, host:xxnet-lingdu006.appspot.com

Aug 10 23:05:52.355 - [INFO] GAE t:2483 s:0 GET https://plus.google.com/_/PlusAppUi/gen204/?tmambps=0.040722497567156464&rtembps=-1&rttms=2.1904450809495994&ct=undefined 0:start_request,0:get_task(39),2194:get_worker(2):2607:f8b0:401d::a,0:h1_req,1:h1_req_sended,286:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:2583],:0

Aug 10 23:05:55.886 - [DEBUG] report_connect_fail:2607:f8b0:400a:2::18

Aug 10 23:05:55.886 - [DEBUG] connect 2607:f8b0:400a:2::18 fail:error("conn fail, sni:linknurse.ml, top:xxnet-72.appspot.com e:timeout('timed out',)",)

Aug 10 23:06:03.669 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:14.092 - [DEBUG] GAEProxy web_control 127.0.0.1:8867 POST /deploy?cmd=deploy

Aug 10 23:06:14.127 - [INFO] deploy begin.

Aug 10 23:06:15.137 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:16.148 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:17.156 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:17.959 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:8894

Aug 10 23:06:18.162 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:18.851 - [DEBUG] create_ssl update ip:2607:f8b0:400a:5::a time:891 h2:0 sni:depression-earth.com, host:

Aug 10 23:06:19.172 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:19.314 - [DEBUG] create_ssl update ip:2600:5:300:3::f time:853 h2:0 sni:monthstreet.org, host:

Aug 10 23:06:20.178 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:20.276 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 23:06:20.283 - [INFO] DIRECT t:2323 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 23:06:20.365 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:8897

Aug 10 23:06:20.640 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 23:06:20.640 - [INFO] DIRECT t:275 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 23:06:21.184 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:21.356 - [DEBUG] create_ssl update ip:2607:f8b0:400a:e::15 time:881 h2:0 sni:worry-native.us, host:

Aug 10 23:06:21.760 - [DEBUG] DIRECT POST https://appengine.google.com/api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 from:127.0.0.1:8901

Aug 10 23:06:21.838 - [DEBUG] create_ssl update ip:2607:f8b0:401d:2::7 time:857 h2:0 sni:engineassist.ml, host:

Aug 10 23:06:22.050 - [WARNING] task POST appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1 timeout

Aug 10 23:06:22.056 - [INFO] DIRECT t:296 s:44 401 appengine.google.com /api/appversion/rollback?app_id=myappid&force_rollback=0&version=1

Aug 10 23:06:22.188 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:23.190 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:06:24.193 - [DEBUG] GAEProxy Web_control 127.0.0.1:8867 GET /deploy?cmd=get_log

Aug 10 23:07:35.534 - [DEBUG] GAE POST https://api.steampowered.com/ISteamUserAuth/AuthenticateUser/v1 from:127.0.0.1:8930

Aug 10 23:07:36.738 - [DEBUG] create_ssl update ip:2607:f8b0:400a:3::d time:1189 h2:0 sni:hell-final.com, host:leowlong1989s8.appspot.com

Aug 10 23:07:37.056 - [DEBUG] create_ssl update ip:2607:f8b0:4017:15::c time:1020 h2:0 sni:possible-sell-supermarket.us, host:xxnet-188007.appspot.com

Aug 10 23:07:37.558 - [DEBUG] create_ssl update ip:2607:f8b0:4017:31::6 time:1023 h2:0 sni:area.respond.ordinary.ml, host:xxnet-131323.appspot.com

Aug 10 23:07:38.028 - [INFO] GAE t:2494 s:178 POST https://api.steampowered.com/ISteamUserAuth/AuthenticateUser/v1 0:start_request,0:get_task(103),0:get_worker(0):2607:f8b0:4017:29::c,0:h1_req,0:h1_req_sended,2494:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:131],:0

Aug 10 23:07:38.028 - [DEBUG] GAE GET http://store.steampowered.com/account/managedevices from:127.0.0.1:8935

Aug 10 23:07:38.075 - [DEBUG] GAE POST https://steamcommunity.com/gid/103582791440160998 from:127.0.0.1:8937

Aug 10 23:07:38.090 - [DEBUG] GAE GET https://steamcommunity.com/dev/apikey?l=english from:127.0.0.1:8938

Aug 10 23:07:38.090 - [DEBUG] GAE POST https://steamcommunity.com/gid/103582791439634342 from:127.0.0.1:8936

Aug 10 23:07:38.433 - [INFO] GAE t:404 s:20 GET http://store.steampowered.com/account/managedevices 0:start_request,0:get_task(2),0:get_worker(0):2607:f8b0:4017:29::c,0:h1_req,0:h1_req_sended,390:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:684],:0

Aug 10 23:07:38.465 - [DEBUG] GAE GET https://store.steampowered.com/account/managedevices from:127.0.0.1:8939

Aug 10 23:07:38.717 - [INFO] GAE t:641 s:6220 POST https://steamcommunity.com/gid/103582791440160998 0:start_request,14:get_task(0),0:get_worker(0):2607:f8b0:4017:15::c,0:h1_req,0:h1_req_sended,595:response_begin,0:h1_get_head,0:get_response,32:h1_finish[SP:10768],:0

Aug 10 23:07:39.078 - [INFO] GAE t:988 s:6220 POST https://steamcommunity.com/gid/103582791439634342 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:4017:31::6,0:h1_req,0:h1_req_sended,939:response_begin,0:h1_get_head,0:get_response,49:h1_finish[SP:6835],:0

Aug 10 23:07:39.359 - [INFO] GAE t:894 s:6637 GET https://store.steampowered.com/account/managedevices 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:400a:3::d,0:h1_req,0:h1_req_sended,831:response_begin,0:h1_get_head,0:get_response,62:h1_finish[SP:7950],:0

Aug 10 23:07:39.421 - [DEBUG] create_ssl update ip:2607:f8b0:400a::f time:875 h2:0 sni:reach-study.com, host:darkzgoagent111.appspot.com

Aug 10 23:07:39.596 - [DEBUG] create_ssl update ip:2607:f8b0:4017:38::8 time:1033 h2:0 sni:necessary.child.stage.org, host:xxnet-131320.appspot.com

Aug 10 23:07:39.752 - [DEBUG] GAE GET https://steamcommunity.com/my/badges?l=english&p=1 from:127.0.0.1:8936

Aug 10 23:07:40.064 - [DEBUG] create_ssl update ip:2607:f8b0:4009:39::a time:1017 h2:0 sni:gold-field.com, host:tdztw105.appspot.com

Aug 10 23:07:40.192 - [INFO] GAE t:439 s:0 GET https://steamcommunity.com/my/badges?l=english&p=1 0:start_request,0:get_task(1),0:get_worker(0):2607:f8b0:4017:29::c,0:h1_req,0:h1_req_sended,439:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:1236],:0

Aug 10 23:07:40.192 - [DEBUG] GAE GET https://steamcommunity.com/id/3392681/badges?l=english&p=1 from:127.0.0.1:8936

Aug 10 23:07:40.708 - [INFO] GAE t:2618 s:5307 GET https://steamcommunity.com/dev/apikey?l=english 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:401d::a,0:h1_req,0:h1_req_sended,2587:response_begin,0:h1_get_head,0:get_response,30:h1_finish[SP:2230],:0

Aug 10 23:07:40.739 - [DEBUG] GAE GET https://api.steampowered.com/IEconService/GetTradeOffers/v1/?active_only=1&get_descriptions=1&get_received_offers=1&time_historical_cutoff=4294967295&format=vdf&key=D377C14EB6162C980B74E5553BFDEBE5 from:127.0.0.1:8944

Aug 10 23:07:41.195 - [INFO] GAE t:455 s:15 GET https://api.steampowered.com/IEconService/GetTradeOffers/v1/?active_only=1&get_descriptions=1&get_received_offers=1&time_historical_cutoff=4294967295&format=vdf&key=D377C14EB6162C980B74E5553BFDEBE5 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:4009:39::a,0:h1_req,0:h1_req_sended,455:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:526],:0

Aug 10 23:07:41.632 - [INFO] GAE t:1440 s:10671 GET https://steamcommunity.com/id/3392681/badges?l=english&p=1 0:start_request,0:get_task(0),0:get_worker(0):2607:f8b0:400a::f,0:h1_req,0:h1_req_sended,1407:response_begin,0:h1_get_head,0:get_response,32:h1_finish[SP:7780],:0

Aug 10 23:07:41.632 - [DEBUG] create_ssl update ip:2600:5:100:1::d time:892 h2:0 sni:somewhere.brush.politics.us, host:freedom-00005.appspot.com

Aug 10 23:07:42.040 - [DEBUG] create_ssl update ip:2607:f8b0:400a:9::15 time:973 h2:0 sni:big-spell-harm.us, host:anti-wand29.appspot.com

Aug 10 23:07:42.260 - [DEBUG] create_ssl update ip:2607:f8b0:4017:13::7 time:1017 h2:0 sni:toe.international.us, host:icean1025.appspot.com

Aug 10 23:08:12.873 - [DEBUG] GAE POST https://www.google-analytics.com/r/collect from:127.0.0.1:8956

Aug 10 23:08:13.151 - [INFO] GAE t:278 s:35 POST https://www.google-analytics.com/r/collect 0:start_request,0:get_task(32),0:get_worker(0):2607:f8b0:4017:29::c,0:h1_req,0:h1_req_sended,273:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:1300],:3

Aug 10 23:08:13.810 - [DEBUG] create_ssl update ip:2607:f8b0:400a:5::d time:912 h2:0 sni:track.raise.net, host:planar-name-127314.appspot.com

Aug 10 23:08:15.828 - [DEBUG] create_ssl update ip:2607:f8b0:400a:c::9 time:2450 h2:0 sni:advertisingshe.us, host:xxnet-99901.appspot.com

Aug 10 23:08:36.884 - [DEBUG] GAE GET http://miserupdate.aliyun.com/data/2.4.1.6/version.xml from:127.0.0.1:8969

Aug 10 23:08:37.426 - [INFO] GAE t:542 s:656 GET http://miserupdate.aliyun.com/data/2.4.1.6/version.xml 0:start_request,0:get_task(24),0:get_worker(0):2607:f8b0:400a:5::d,0:h1_req,0:h1_req_sended,520:response_begin,0:h1_get_head,0:get_response,21:h1_finish[SP:2154],:0

Aug 10 23:08:37.926 - [DEBUG] create_ssl update ip:2607:f8b0:4009:3d::8 time:1027 h2:0 sni:crash.entrance.boring.com, host:xx-xx0002.appspot.com

Aug 10 23:08:38.846 - [DEBUG] create_ssl update ip:2607:f8b0:400a:9::9 time:955 h2:0 sni:teaching.classroom.ml, host:xxnet-cx-2.appspot.com

Aug 10 23:08:42.063 - [DEBUG] create_ssl update ip:2600:6:400:1::f time:4672 h2:0 sni:testdevicetension.ml, host:xxnet-123458.appspot.com

Aug 10 23:08:56.948 - [DEBUG] GAE POST https://clients4.google.com/invalidation/android/request/CHES4QEStwFBUEE5MWJGQU1hWjZhVm5KeE1SZ3JVbGpJSlZnTnN2LVhMQ2FTWFVOdjUxLUJ5OWRpXzVkeURNeHpXN3FQd2RYaEpWemJmSjd3VHAtanF1RG1mSG9YaHBfQ21wMVZpWmhrcVVUaEZnal82aFdpYlBpa29pSU9odGFrUF80Q0Ixa1c2ZUtjbXJHSjUzc2xVU0dMX1JQa252cjFsOXpDc2huMzIxVkMzeHVWcW5PVGdiT2tWeFEtLVUaACoCCAAyH2NvbS5nb29nbGUuY2hyb21lLmludmFsaWRhdGlvbnM from:127.0.0.1:8979

Aug 10 23:08:57.355 - [INFO] GAE t:406 s:0 POST https://clients4.google.com/invalidation/android/request/CHES4QEStwFBUEE5MWJGQU1hWjZhVm5KeE1SZ3JVbGpJSlZnTnN2LVhMQ2FTWFVOdjUxLUJ5OWRpXzVkeURNeHpXN3FQd2RYaEpWemJmSjd3VHAtanF1RG1mSG9YaHBfQ21wMVZpWmhrcVVUaEZnal82aFdpYlBpa29pSU9odGFrUF80Q0Ixa1c2ZUtjbXJHSjUzc2xVU0dMX1JQa252cjFsOXpDc2huMzIxVkMzeHVWcW5PVGdiT2tWeFEtLVUaACoCCAAyH2NvbS5nb29nbGUuY2hyb21lLmludmFsaWRhdGlvbnM 0:start_request,0:get_task(20),0:get_worker(0):2607:f8b0:400a:9::9,0:h1_req,1:h1_req_sended,402:response_begin,0:h1_get_head,0:get_response,0:h1_finish[SP:366],:1

Aug 10 23:08:57.826 - [DEBUG] create_ssl update ip:2607:f8b0:4005::c time:863 h2:0 sni:hirevaluablesick.org, host:chrome1-1209.appspot.com

Aug 10 23:08:58.706 - [DEBUG] create_ssl update ip:2607:f8b0:401e:24::9 time:1255 h2:0 sni:steaksurgery.us, host:xxnet-98.appspot.com

Aug 10 23:09:59.127 - [DEBUG] GAEProxy web_control 127.0.0.1:9000 POST /config?cmd=get_config

Aug 10 23:10:01.264 - [DEBUG] GAEProxy Web_control 127.0.0.1:9000 GET /deploy?cmd=get_log`

821938089 commented 6 years ago

你没开部署服务端-授权-显示日志-on吧,有一些隐藏了...

SeaHOH commented 6 years ago

好像是速度太慢,超时时间不够。

2609665 commented 6 years ago

@821938089 我当然有开啊 不然这个部署日志是哪来的呢

AnyWAT commented 6 years ago

😜3.12.11貌似无需修改“最大扫描线程数”及总IP数也正常(以前建议3-500) 楼主的1000是否。。。 查看此刻的有效IP数、IP延时及连接池,点击“检查IP”,完成后对比下前述3项,或许。。。 default

2609665 commented 6 years ago

@SeaHOH 我也觉得像是超时 https://myid.appspot.com/ 这个都打不开,等半天结果就是504 可是网速没问题啊youtube 720P都是流畅运行

AnyWAT commented 6 years ago

全局GAE较智能更理想?

SeaHOH commented 6 years ago

https://myid.appspot.com/ 这个都打不开,等半天结果就是504

你这个 ID 部署没有?

2609665 commented 6 years ago

@AnyWAT 1000好像也没啥吧 扫描我开的80 正常的时候也都是挺正常的,

2609665 commented 6 years ago

https://myid.appspot.com/ myid这个是要改成我部署的那个ID么 呃 之前以为是这个网站登进去后才输入ID查的

2609665 commented 6 years ago

@SeaHOH 改了个部署过的id **.appspot.com 的响应时间过长。ERR_CONNECTION_TIMED_OUT

2609665 commented 6 years ago

@SeaHOH 呃 打开了 GoAgent 服务端已经在 2015-09-20 02:22:25 升级到 3.3.1 版本, 请更新您的客户端。

SeaHOH commented 6 years ago

可能是丢包太多,不稳定。

2609665 commented 6 years ago

部署新的还是 EOFError: EOF when reading a line 2018-08-10 23:41:03,108 - root - INFO - Retry 3 time... 2018-08-10 23:41:05,115 - root - INFO - ======================= 2018-08-10 23:41:05,115 - root - INFO - Deploy failed appid list: 2018-08-10 23:41:05,115 - root - INFO - - myappid 2018-08-10 23:41:05,115 - root - INFO - == END ==

2609665 commented 6 years ago

唉 明天换个电脑再弄了 实在不行 就只好换个网络环境再试了. 谢谢大家了! @SeaHOH @AnyWAT @821938089 各位晚安!

AnyWAT commented 6 years ago

GoAgent 服务端已经在 2015-09-20 02:22:25 升级到 3.3.1 版本——貌似运行 3.12.11 得更新服务端或用公共ID default

SeaHOH commented 6 years ago

也可能就是弹不了窗的缘故,不知道是不是安全软件阻止了。

2609665 commented 6 years ago

@AnyWAT 抽疯中....... qq 20180811082520 qq 20180811083200

AnyWAT commented 6 years ago

缺少 Ipv6 自动转换 服务的Win7?貌似XX-Net 没Win10稳定?参考 #10184 贴XX-Net诊断信息 3.12.11貌似默认的“最大扫描线程数”10也能维持稳定(关闭自动调整,测试总IP数为500)80先折半?