From 7169c82af624b083a3b32a760d3505065ecd2e59 Mon Sep 17 00:00:00 2001 From: "Michael.X" Date: Mon, 2 Mar 2015 11:22:36 -0400 Subject: [PATCH] Add start script, clean code, fix XP VC90.dll support --- data/goagent/config.ini | 6 +- data/goagent/good_ip.txt | 2977 +++++++++++------ data/launcher/config.yaml | 4 +- goagent/3.1.34/local/.gitignore | 1 - goagent/{3.1.34 => 3.1.35}/local/__init__.py | 0 .../{3.1.34 => 3.1.35}/local/addto-startup.js | Bin .../{3.1.34 => 3.1.35}/local/addto-startup.py | 0 goagent/{3.1.34 => 3.1.35}/local/cacert.pem | 0 goagent/{3.1.34 => 3.1.35}/local/cert_util.py | 12 - goagent/{3.1.34 => 3.1.35}/local/check_ip.py | 13 +- goagent/{3.1.34 => 3.1.35}/local/config.py | 2 + .../local/connect_manager.py | 11 +- .../local/generate_ip_range.py | 0 .../local/goagent-osx.command | 0 goagent/{3.1.34 => 3.1.35}/local/google_ip.py | 0 .../local/google_ip_range.py | 0 goagent/{3.1.34 => 3.1.35}/local/ip_range.txt | 0 goagent/{3.1.34 => 3.1.35}/local/ip_utils.py | 0 goagent/{3.1.34 => 3.1.35}/local/logging.py | 0 .../{3.1.34 => 3.1.35}/local/openssl_wrap.py | 8 - .../{3.1.34 => 3.1.35}/local/pac_server.py | 0 goagent/{3.1.34 => 3.1.35}/local/proxy.bat | 0 goagent/{3.1.34 => 3.1.35}/local/proxy.ini | 0 goagent/{3.1.34 => 3.1.35}/local/proxy.pac | 0 goagent/{3.1.34 => 3.1.35}/local/proxy.py | 20 +- goagent/{3.1.34 => 3.1.35}/local/proxy.sh | 0 .../{3.1.34 => 3.1.35}/local/proxy_handler.py | 9 - .../{3.1.34 => 3.1.35}/local/web_control.py | 11 +- .../{3.1.34 => 3.1.35}/local/win32elevate.py | 0 goagent/{3.1.34 => 3.1.35}/server/.gitignore | 0 goagent/{3.1.34 => 3.1.35}/server/README.md | 0 .../server/gae/app.template.yaml | 0 goagent/{3.1.34 => 3.1.35}/server/gae/gae.py | 0 .../{3.1.34 => 3.1.35}/server/gae/legacy.py | 0 goagent/{3.1.34 => 3.1.35}/server/gae/wsgi.py | 0 .../server/lib/fancy_urllib/__init__.py | 0 .../server/lib/google/__init__.py | 0 .../server/lib/google/appengine/__init__.py | 0 .../lib/google/appengine/api/__init__.py | 0 .../lib/google/appengine/api/api_base_pb.py | 0 .../lib/google/appengine/api/apiproxy_rpc.py | 0 .../lib/google/appengine/api/apiproxy_stub.py | 0 .../google/appengine/api/apiproxy_stub_map.py | 0 .../lib/google/appengine/api/app_logging.py | 0 .../lib/google/appengine/api/appinfo.py | 0 .../google/appengine/api/appinfo_errors.py | 0 .../google/appengine/api/appinfo_includes.py | 0 .../lib/google/appengine/api/backendinfo.py | 0 .../server/lib/google/appengine/api/conf.py | 0 .../lib/google/appengine/api/lib_config.py | 0 .../google/appengine/api/runtime/__init__.py | 0 .../google/appengine/api/runtime/runtime.py | 0 .../lib/google/appengine/api/validation.py | 0 .../lib/google/appengine/api/yaml_builder.py | 0 .../lib/google/appengine/api/yaml_errors.py | 0 .../lib/google/appengine/api/yaml_listener.py | 0 .../lib/google/appengine/api/yaml_object.py | 0 .../lib/google/appengine/tools/__init__.py | 0 .../appengine/tools/adaptive_thread_pool.py | 0 .../lib/google/appengine/tools/appcfg.py | 0 .../google/appengine/tools/appengine_rpc.py | 0 .../google/appengine/tools/bulkload_client.py | 0 .../lib/google/appengine/tools/bulkloader.py | 0 .../google/appengine/tools/dev_appserver.py | 0 .../tools/dev_appserver_blobimage.py | 0 .../tools/dev_appserver_blobstore.py | 0 .../appengine/tools/dev_appserver_channel.py | 0 .../tools/dev_appserver_import_hook.py | 0 .../appengine/tools/dev_appserver_index.py | 0 .../appengine/tools/dev_appserver_login.py | 0 .../appengine/tools/dev_appserver_main.py | 0 .../tools/dev_appserver_multiprocess.py | 0 .../appengine/tools/dev_appserver_oauth.py | 0 .../appengine/tools/dev_appserver_upload.py | 0 .../google/appengine/tools/gen_protorpc.py | 0 .../lib/google/appengine/tools/os_compat.py | 0 .../appengine/tools/remote_api_shell.py | 0 .../lib/google/appengine/tools/requeue.py | 0 .../server/lib/yaml/__init__.py | 0 .../server/lib/yaml/composer.py | 0 .../server/lib/yaml/constructor.py | 0 .../server/lib/yaml/cyaml.py | 0 .../server/lib/yaml/dumper.py | 0 .../server/lib/yaml/emitter.py | 0 .../server/lib/yaml/error.py | 0 .../server/lib/yaml/events.py | 0 .../server/lib/yaml/loader.py | 0 .../server/lib/yaml/nodes.py | 0 .../server/lib/yaml/parser.py | 0 .../server/lib/yaml/reader.py | 0 .../server/lib/yaml/representer.py | 0 .../server/lib/yaml/resolver.py | 0 .../server/lib/yaml/scanner.py | 0 .../server/lib/yaml/serializer.py | 0 .../server/lib/yaml/tokens.py | 0 .../{3.1.34 => 3.1.35}/server/uploader.bat | 0 goagent/{3.1.34 => 3.1.35}/server/uploader.py | 0 goagent/{3.1.34 => 3.1.35}/setup.py | 0 goagent/{3.1.34 => 3.1.35}/start.py | 0 goagent/{3.1.34 => 3.1.35}/web_ui/config.html | 11 +- goagent/{3.1.34 => 3.1.35}/web_ui/deploy.html | 0 .../{3.1.34 => 3.1.35}/web_ui/logging.html | 0 goagent/{3.1.34 => 3.1.35}/web_ui/menu.yaml | 0 goagent/{3.1.34 => 3.1.35}/web_ui/status.html | 0 .../{3.1.34 => 3.1.35}/web_ui/status.html~ | 0 launcher/{1.0.2 => 1.0.3}/Python.ico | Bin launcher/{1.0.2 => 1.0.3}/Python.png | Bin launcher/1.0.3/autorun.py | 102 + launcher/{1.0.2 => 1.0.3}/config.py | 4 - launcher/{1.0.2 => 1.0.3}/create_shortcut.js | 0 launcher/{1.0.2 => 1.0.3}/gtk_tray.py | 0 launcher/{1.0.2 => 1.0.3}/logging.py | 5 +- launcher/{1.0.2 => 1.0.3}/module_init.py | 2 + launcher/{1.0.2 => 1.0.3}/non_tray.py | 0 launcher/{1.0.2 => 1.0.3}/setup.py | 0 launcher/1.0.3/setup_win_python.py | 61 + launcher/{1.0.2 => 1.0.3}/start.py | 9 +- launcher/{1.0.2 => 1.0.3}/systray/__init__.py | 0 launcher/{1.0.2 => 1.0.3}/systray/traybar.py | 0 .../{1.0.2 => 1.0.3}/systray/win32_adapter.py | 0 launcher/{1.0.2 => 1.0.3}/update.py | 0 launcher/{1.0.2 => 1.0.3}/web_control.py | 30 +- launcher/{1.0.2 => 1.0.3}/web_ui/about.html | 0 launcher/{1.0.2 => 1.0.3}/web_ui/config.html | 29 + .../web_ui/css/bootstrap-responsive.min.css | 0 .../web_ui/css/bootstrap-switch.min.css | 0 .../web_ui/css/bootstrap.min.css | 0 launcher/{1.0.2 => 1.0.3}/web_ui/favicon.ico | Bin .../web_ui/img/glyphicons-halflings-white.png | Bin .../web_ui/img/glyphicons-halflings.png | Bin .../web_ui/img/ladder.128.ico | Bin .../{1.0.2 => 1.0.3}/web_ui/img/ladder.png | Bin .../web_ui/img/narrow-screen.png | Bin .../web_ui/img/wide-screen2.png | Bin launcher/{1.0.2 => 1.0.3}/web_ui/index.html | 0 .../web_ui/js/bootstrap-switch.min.js | 0 .../web_ui/js/bootstrap.min.js | 0 .../web_ui/js/detect_broswer.js | 0 .../{1.0.2 => 1.0.3}/web_ui/js/docs.min.js | 0 .../web_ui/js/frame_action.js | 0 .../{1.0.2 => 1.0.3}/web_ui/js/highlight.js | 0 .../web_ui/js/ie-emulation-modes-warning.js | 0 .../web_ui/js/ie10-viewport-bug-workaround.js | 0 .../web_ui/js/ie8-responsive-file-warning.js | 0 .../web_ui/js/jquery-1.11.2.js | 0 .../web_ui/js/jquery-1.11.2.min.js | 0 .../web_ui/js/jquery.timer.js | 0 launcher/{1.0.2 => 1.0.3}/web_ui/js/main.js | 0 launcher/{1.0.2 => 1.0.3}/web_ui/menu.yaml | 0 launcher/{1.0.2 => 1.0.3}/win_tray.py | 0 ...9a1e18e3b_9.0.30729.6161_x-ww_31a54e43.cat | Bin 0 -> 7318 bytes ...8e3b_9.0.30729.6161_x-ww_31a54e43.manifest | 6 + .../9.0.30729.6161.cat | Bin 0 -> 7367 bytes .../9.0.30729.6161.policy | 12 + .../msvcm90.dll | Bin 0 -> 225280 bytes .../msvcp90.dll | Bin 0 -> 569680 bytes .../msvcr90.dll | Bin 0 -> 653136 bytes start.bat | 1 + start.sh | 3 + start.vbs | 10 + 160 files changed, 2170 insertions(+), 1189 deletions(-) delete mode 100644 goagent/3.1.34/local/.gitignore rename goagent/{3.1.34 => 3.1.35}/local/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/addto-startup.js (100%) rename goagent/{3.1.34 => 3.1.35}/local/addto-startup.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/cacert.pem (100%) rename goagent/{3.1.34 => 3.1.35}/local/cert_util.py (96%) rename goagent/{3.1.34 => 3.1.35}/local/check_ip.py (94%) rename goagent/{3.1.34 => 3.1.35}/local/config.py (97%) rename goagent/{3.1.34 => 3.1.35}/local/connect_manager.py (96%) rename goagent/{3.1.34 => 3.1.35}/local/generate_ip_range.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/goagent-osx.command (100%) rename goagent/{3.1.34 => 3.1.35}/local/google_ip.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/google_ip_range.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/ip_range.txt (100%) rename goagent/{3.1.34 => 3.1.35}/local/ip_utils.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/logging.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/openssl_wrap.py (89%) rename goagent/{3.1.34 => 3.1.35}/local/pac_server.py (100%) rename goagent/{3.1.34 => 3.1.35}/local/proxy.bat (100%) rename goagent/{3.1.34 => 3.1.35}/local/proxy.ini (100%) rename goagent/{3.1.34 => 3.1.35}/local/proxy.pac (100%) rename goagent/{3.1.34 => 3.1.35}/local/proxy.py (94%) rename goagent/{3.1.34 => 3.1.35}/local/proxy.sh (100%) rename goagent/{3.1.34 => 3.1.35}/local/proxy_handler.py (98%) rename goagent/{3.1.34 => 3.1.35}/local/web_control.py (96%) rename goagent/{3.1.34 => 3.1.35}/local/win32elevate.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/.gitignore (100%) rename goagent/{3.1.34 => 3.1.35}/server/README.md (100%) rename goagent/{3.1.34 => 3.1.35}/server/gae/app.template.yaml (100%) rename goagent/{3.1.34 => 3.1.35}/server/gae/gae.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/gae/legacy.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/gae/wsgi.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/fancy_urllib/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/api_base_pb.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/apiproxy_rpc.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/apiproxy_stub.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/apiproxy_stub_map.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/app_logging.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/appinfo.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/appinfo_errors.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/appinfo_includes.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/backendinfo.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/conf.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/lib_config.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/runtime/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/runtime/runtime.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/validation.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/yaml_builder.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/yaml_errors.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/yaml_listener.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/api/yaml_object.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/adaptive_thread_pool.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/appcfg.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/appengine_rpc.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/bulkload_client.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/bulkloader.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_blobimage.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_blobstore.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_channel.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_import_hook.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_index.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_login.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_main.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_multiprocess.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_oauth.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/dev_appserver_upload.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/gen_protorpc.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/os_compat.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/remote_api_shell.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/google/appengine/tools/requeue.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/__init__.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/composer.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/constructor.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/cyaml.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/dumper.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/emitter.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/error.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/events.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/loader.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/nodes.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/parser.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/reader.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/representer.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/resolver.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/scanner.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/serializer.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/lib/yaml/tokens.py (100%) rename goagent/{3.1.34 => 3.1.35}/server/uploader.bat (100%) rename goagent/{3.1.34 => 3.1.35}/server/uploader.py (100%) rename goagent/{3.1.34 => 3.1.35}/setup.py (100%) rename goagent/{3.1.34 => 3.1.35}/start.py (100%) rename goagent/{3.1.34 => 3.1.35}/web_ui/config.html (82%) rename goagent/{3.1.34 => 3.1.35}/web_ui/deploy.html (100%) rename goagent/{3.1.34 => 3.1.35}/web_ui/logging.html (100%) rename goagent/{3.1.34 => 3.1.35}/web_ui/menu.yaml (100%) rename goagent/{3.1.34 => 3.1.35}/web_ui/status.html (100%) rename goagent/{3.1.34 => 3.1.35}/web_ui/status.html~ (100%) rename launcher/{1.0.2 => 1.0.3}/Python.ico (100%) rename launcher/{1.0.2 => 1.0.3}/Python.png (100%) create mode 100644 launcher/1.0.3/autorun.py rename launcher/{1.0.2 => 1.0.3}/config.py (85%) rename launcher/{1.0.2 => 1.0.3}/create_shortcut.js (100%) rename launcher/{1.0.2 => 1.0.3}/gtk_tray.py (100%) rename launcher/{1.0.2 => 1.0.3}/logging.py (97%) rename launcher/{1.0.2 => 1.0.3}/module_init.py (97%) rename launcher/{1.0.2 => 1.0.3}/non_tray.py (100%) rename launcher/{1.0.2 => 1.0.3}/setup.py (100%) create mode 100644 launcher/1.0.3/setup_win_python.py rename launcher/{1.0.2 => 1.0.3}/start.py (78%) rename launcher/{1.0.2 => 1.0.3}/systray/__init__.py (100%) rename launcher/{1.0.2 => 1.0.3}/systray/traybar.py (100%) rename launcher/{1.0.2 => 1.0.3}/systray/win32_adapter.py (100%) rename launcher/{1.0.2 => 1.0.3}/update.py (100%) rename launcher/{1.0.2 => 1.0.3}/web_control.py (90%) rename launcher/{1.0.2 => 1.0.3}/web_ui/about.html (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/config.html (74%) rename launcher/{1.0.2 => 1.0.3}/web_ui/css/bootstrap-responsive.min.css (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/css/bootstrap-switch.min.css (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/css/bootstrap.min.css (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/favicon.ico (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/glyphicons-halflings-white.png (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/glyphicons-halflings.png (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/ladder.128.ico (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/ladder.png (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/narrow-screen.png (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/img/wide-screen2.png (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/index.html (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/bootstrap-switch.min.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/bootstrap.min.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/detect_broswer.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/docs.min.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/frame_action.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/highlight.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/ie-emulation-modes-warning.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/ie10-viewport-bug-workaround.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/ie8-responsive-file-warning.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/jquery-1.11.2.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/jquery-1.11.2.min.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/jquery.timer.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/js/main.js (100%) rename launcher/{1.0.2 => 1.0.3}/web_ui/menu.yaml (100%) rename launcher/{1.0.2 => 1.0.3}/win_tray.py (100%) create mode 100755 python27/1.0/WinSxS/Manifests/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43.cat create mode 100755 python27/1.0/WinSxS/Manifests/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43.manifest create mode 100755 python27/1.0/WinSxS/Policies/x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f75/9.0.30729.6161.cat create mode 100755 python27/1.0/WinSxS/Policies/x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f75/9.0.30729.6161.policy create mode 100755 python27/1.0/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43/msvcm90.dll create mode 100755 python27/1.0/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43/msvcp90.dll create mode 100755 python27/1.0/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43/msvcr90.dll create mode 100644 start.bat create mode 100644 start.vbs diff --git a/data/goagent/config.ini b/data/goagent/config.ini index 595d52ce4d..cfb242d9e0 100644 --- a/data/goagent/config.ini +++ b/data/goagent/config.ini @@ -1,5 +1,7 @@ [proxy] enable = 0 -type = HTTP +type = SOCKS5 host = 127.0.0.1 -port = 8888 +port = 1080 +user = +passwd = diff --git a/data/goagent/good_ip.txt b/data/goagent/good_ip.txt index dc5b65fd34..a4eeca15b2 100644 --- a/data/goagent/good_ip.txt +++ b/data/goagent/good_ip.txt @@ -1,1243 +1,1998 @@ -173.194.43.123 *.doubleclick.net gws 1231 -64.233.162.136 *.google.com gws 1116 -64.233.182.194 google.com gws 1980 -64.233.162.133 *.googleusercontent.com gws 1047 -64.233.162.132 *.googleusercontent.com gws 1492 -64.233.182.198 google.com gws 1515 -64.233.178.198 google.com gws 1008 -64.233.184.251 *.google.com gws 1033 -64.233.181.194 google.com gws 1494 -208.117.227.56 google.com gws 1119 -194.78.99.89 google.com gws 1240 -64.233.181.197 *.googleusercontent.com gws 1044 -173.194.118.129 *.google.com gws 1031 -64.233.169.19 mail.google.com gws 1288 -64.233.167.104 www.google.com gws 1055 -64.233.167.102 *.google.com gws 1053 -74.125.138.86 *.orkut.com gws 1285 -80.228.65.177 google.com gws 1143 -208.117.224.247 www.google.com gws 941 -84.235.77.178 google.com gws 996 -84.235.77.177 google.com gws 1427 -210.61.221.163 google.com gws 1378 -74.125.224.75 *.googleusercontent.com gws 1086 -84.235.77.172 google.com gws 1502 -64.233.181.146 *.jp.doubleclick.net gws 1017 +64.233.178.196 google.com gws 1114 +64.233.182.196 google.com gws 941 +64.233.186.19 mail.google.com gws 1067 +64.233.171.18 mail.google.com gws 869 +80.228.65.177 google.com gws 1005 +64.233.163.120 *.gstatic.com gws 912 +64.233.163.123 wifi.google.com gws 1004 +64.233.163.122 upload.video.google.com gws 1262 64.233.183.149 *.doubleclick.net gws 1060 64.233.182.103 www.google.com gws 1574 -64.233.182.104 www.google.com gws 1014 +64.233.182.104 www.google.com gws 1214 64.233.182.105 www.google.com gws 1171 -208.117.229.70 www.google.com gws 800 -178.45.251.118 google.com gws 1184 -64.233.168.157 *.g.doubleclick.net gws 1287 +64.233.179.155 *.g.doubleclick.net gws 1064 64.233.168.156 *.g.doubleclick.net gws 1644 64.233.183.143 *.de.doubleclick.net gws 1288 +64.233.179.156 *.g.doubleclick.net gws 957 64.233.183.145 *.fr.doubleclick.net gws 1062 -64.233.183.144 *.uk.doubleclick.net gws 1079 -64.233.166.193 m.google.com gws 1097 -208.117.228.48 google.com gws 983 -210.153.73.98 google.com gws 1064 -208.117.233.22 google.com gws 1171 -173.194.37.164 *.google.com gws 755 -74.125.225.130 *.google.com gws 1066 -203.117.34.148 google.com gws 984 -173.194.194.90 cert-test.sandbox.google.com gws 1291 -64.233.186.79 *.google.dk gws 1117 -64.233.186.78 *.google.es gws 1177 -173.194.42.221 *.mail.google.com gws 1013 -208.117.253.118 google.com gws 1056 -64.233.186.72 *.google.fi gws 1028 -64.15.119.203 www.google.com gws 941 -64.15.119.201 www.google.com gws 2730 -81.175.29.185 google.com gws 1738 +64.233.183.144 *.uk.doubleclick.net gws 904 +173.194.37.166 *.google.com gws 1435 +173.194.37.164 *.google.com gws 1046 208.117.227.27 google.com gws 1635 -81.175.29.187 google.com gws 941 -64.233.180.138 *.google.com gws 1118 64.233.165.18 mail.google.com gws 1814 -208.117.227.23 google.com gws 983 -208.117.227.21 google.com gws 1776 -64.233.180.132 *.googleusercontent.com gws 1105 -210.139.253.49 google.com gws 4343 +208.117.227.23 google.com gws 967 +208.117.227.21 google.com gws 2230 +210.153.73.59 google.com gws 838 173.194.67.194 google.com gws 1081 -64.15.124.247 google.com gws 1075 -64.233.171.155 *.g.doubleclick.net gws 1320 -64.233.171.157 *.g.doubleclick.net gws 1339 -208.117.227.50 google.com gws 1113 -64.233.161.138 *.google.com gws 1043 +64.15.124.247 google.com gws 914 +64.233.189.198 google.com gws 87 +208.117.227.50 google.com gws 810 208.117.231.88 google.com gws 1743 -64.233.163.194 google.com gws 1456 -74.125.227.11 *.googleusercontent.com gws 1025 -64.233.161.136 *.google.com gws 1003 208.117.231.84 google.com gws 1141 -64.233.161.133 *.googleusercontent.com gws 1041 -118.174.25.247 google.com gws 3380 -213.240.44.24 google.com gws 1005 -208.117.253.86 google.com gws 1065 -213.240.44.26 google.com gws 3525 -64.15.114.27 google.com gws 1318 -118.174.25.241 google.com gws 2486 -74.125.206.82 *.googlecode.com gws 812 -74.125.207.18 mail.google.com gws 1083 -64.233.185.17 mail.google.com gws 1130 -64.15.126.218 www.google.com gws 2394 -64.233.183.87 *.orkut.com gws 1047 +64.233.162.199 google.com gws 1005 +118.174.25.231 google.com gws 917 210.153.73.29 google.com gws 1054 -173.194.79.96 www.googleadservices.com gws 1369 -84.235.77.251 google.com gws 1000 -210.153.73.25 google.com gws 1019 -64.233.171.116 upload.video.google.com gws 2232 -64.233.185.155 *.g.doubleclick.net gws 1053 -210.153.73.20 google.com gws 1006 +210.153.73.25 google.com gws 880 +210.153.73.24 google.com gws 1016 +64.233.185.154 *.g.doubleclick.net gws 950 +64.233.185.155 *.g.doubleclick.net gws 1437 +210.153.73.20 google.com gws 998 64.233.178.87 *.orkut.com gws 1553 -208.117.229.246 google.com gws 1171 -208.117.253.23 google.com gws 1243 -74.125.138.199 google.com gws 670 +173.194.118.172 *.googleusercontent.com gws 1069 74.125.142.146 *.jp.doubleclick.net gws 1042 -64.15.117.56 google.com gws 1224 -64.233.163.152 tpc.googlesyndication.com gws 936 -64.233.169.145 *.fr.doubleclick.net gws 1050 -64.233.169.144 *.uk.doubleclick.net gws 1249 -64.233.169.146 *.jp.doubleclick.net gws 969 -173.194.206.103 www.google.com gws 1447 -74.125.192.34 *.google.com.vn gws 1064 +64.233.183.94 google.com gws 763 +64.233.180.148 *.doubleclick.net gws 1200 64.233.180.147 www.google.com gws 1239 -64.233.180.144 *.uk.doubleclick.net gws 1280 -64.233.180.145 *.fr.doubleclick.net gws 1115 -64.233.169.149 *.doubleclick.net gws 731 -208.117.231.247 google.com gws 1471 -64.233.176.31 *.google.com gws 713 -64.15.113.119 google.com gws 1095 -64.233.183.97 *.google-analytics.com gws 999 -64.233.184.176 *.vp.video.l.google.com gws 2101 -64.15.124.118 google.com gws 1061 -64.15.119.130 www.google.com gws 1084 -84.235.77.123 google.com gws 1155 -173.194.43.118 mail.google.com gws 1319 -208.117.229.180 google.com gws 965 -64.233.165.165 *.googleadservices.com gws 1049 -74.125.207.17 mail.google.com gws 1060 -106.162.198.93 google.com gws 1454 -64.233.177.91 *.google.com gws 1052 -213.240.44.19 google.com gws 1143 -208.117.224.163 www.google.com gws 996 -84.235.77.241 google.com gws 1098 -208.117.224.165 www.google.com gws 1126 -64.15.124.185 google.com gws 826 -208.117.224.168 www.google.com gws 1085 -1.179.248.59 google.com gws 1100 -64.233.185.145 *.fr.doubleclick.net gws 987 -194.78.99.212 google.com gws 1378 -173.194.195.195 google.com gws 785 -208.117.253.55 google.com gws 1106 -208.117.253.56 google.com gws 1277 -208.117.253.57 google.com gws 635 +64.233.180.144 *.uk.doubleclick.net gws 941 +64.233.180.145 *.fr.doubleclick.net gws 630 +64.233.180.142 *.au.doubleclick.net gws 992 +64.233.183.97 *.google-analytics.com gws 769 +64.15.124.118 google.com gws 908 +111.168.255.157 google.com gws 353 208.117.230.250 google.com gws 1515 -64.15.124.180 google.com gws 1061 -208.117.253.52 google.com gws 1111 -64.233.185.143 *.de.doubleclick.net gws 1069 -74.125.129.145 *.fr.doubleclick.net gws 1052 -64.15.126.146 www.google.com gws 1006 -64.233.186.166 *.googleadservices.com gws 1044 -64.233.168.164 *.googleadservices.com gws 1053 -64.233.183.133 *.googleusercontent.com gws 815 -64.233.183.137 *.googlegroups.com gws 1024 -64.15.119.141 www.google.com gws 1040 -64.15.119.147 www.google.com gws 979 -64.233.167.143 *.de.doubleclick.net gws 1123 -64.233.167.147 www.google.com gws 2225 -64.233.165.118 *.google.com gws 1051 -64.233.167.144 *.uk.doubleclick.net gws 1005 -64.233.167.148 *.doubleclick.net gws 1010 -218.176.242.183 google.com gws 401 -64.15.126.167 www.google.com gws 1003 -64.233.186.176 *.vp.video.l.google.com gws 1060 -64.233.181.97 *.google-analytics.com gws 1306 -64.233.182.146 *.jp.doubleclick.net gws 1088 -64.233.182.147 www.google.com gws 1009 -64.233.181.93 *.google.com gws 1013 -64.233.182.143 *.de.doubleclick.net gws 1070 +173.194.195.198 google.com gws 958 +64.233.186.189 *.mail.google.com gws 876 +64.15.119.141 www.google.com gws 704 +203.66.124.237 google.com gws 291 +64.15.119.143 www.google.com gws 493 +64.15.119.145 www.google.com gws 1225 +64.15.119.147 www.google.com gws 932 +173.194.42.123 *.doubleclick.net gws 1046 +173.194.207.113 *.google.com gws 3763 118.174.25.40 google.com gws 2321 -1.179.248.246 google.com gws 3109 -93.183.211.249 google.com gws 1097 -84.235.77.221 google.com gws 1223 -111.168.255.29 google.com gws 1136 -173.194.124.24 google.com gws 1567 +84.235.77.222 google.com gws 1960 +84.235.77.221 google.com gws 1147 +173.194.124.24 google.com gws 1108 84.235.77.226 google.com gws 1189 -64.233.179.117 upload.video.google.com gws 677 -64.233.168.114 *.google.com gws 939 +173.194.124.28 *.doubleclick.net gws 995 74.125.70.165 *.googleadservices.com gws 1050 -173.194.42.107 *.googleusercontent.com gws 990 -64.233.186.132 *.googleusercontent.com gws 1017 -64.233.186.137 *.googlegroups.com gws 1272 -208.117.229.94 www.google.com gws 964 -208.117.228.116 google.com gws 1656 -64.233.184.98 *.google.com gws 1151 -64.233.162.106 www.google.com gws 1953 +173.194.43.118 mail.google.com gws 1319 +208.117.228.117 google.com gws 749 +64.233.184.98 *.google.com gws 1301 +208.117.228.112 google.com gws 1060 +208.117.228.113 google.com gws 650 +64.233.184.95 *.googleapis.com gws 778 64.233.184.94 google.com gws 1235 -64.233.184.96 www.googleadservices.com gws 1055 -208.117.228.119 google.com gws 1105 +64.233.184.96 www.googleadservices.com gws 2076 +208.117.228.118 google.com gws 838 +208.117.228.119 google.com gws 936 64.233.184.93 *.google.com gws 1030 -173.194.194.157 *.g.doubleclick.net gws 1055 -64.233.179.155 *.g.doubleclick.net gws 1064 +64.233.168.157 *.g.doubleclick.net gws 2392 64.233.181.149 *.doubleclick.net gws 1458 -208.117.224.239 www.google.com gws 1236 -123.205.250.80 google.com gws 1137 -64.15.113.59 google.com gws 1053 -41.206.96.75 google.com gws 979 -208.117.224.231 www.google.com gws 1178 -208.117.224.230 www.google.com gws 950 -208.117.224.233 www.google.com gws 1062 -84.235.77.183 google.com gws 1652 -194.78.99.104 google.com gws 1020 +64.233.181.142 *.au.doubleclick.net gws 1069 +64.233.181.147 www.google.com gws 1056 +64.233.181.146 *.jp.doubleclick.net gws 1217 +64.233.167.137 *.googlegroups.com gws 879 64.233.185.19 mail.google.com gws 1596 -64.233.178.138 *.google.com gws 1047 -64.15.119.135 www.google.com gws 1456 -64.233.184.194 google.com gws 1179 64.233.171.112 adwords.google.com gws 1967 64.233.171.115 checkout.google.com gws 1025 -64.233.184.190 *.google.com gws 775 -173.194.207.95 *.googleapis.com gws 991 -74.125.206.81 sandbox.google.com gws 3536 -94.40.70.27 google.com gws 968 -208.117.228.21 google.com gws 1030 -203.165.14.231 google.com gws 1503 -64.233.163.155 *.g.doubleclick.net gws 1089 -64.233.163.157 *.g.doubleclick.net gws 960 -64.233.177.198 google.com gws 1031 -203.165.14.238 google.com gws 1179 -74.125.70.18 mail.google.com gws 1050 -74.125.229.96 *.google.com gws 1007 -85.182.250.231 google.com gws 1075 -173.194.121.42 *.googleusercontent.com gws 968 -64.233.161.94 google.com gws 1655 -173.194.121.44 *.googleusercontent.com gws 1070 -85.182.250.236 google.com gws 1103 -193.92.133.34 google.com gws 984 -64.233.185.114 *.google.com gws 980 -111.168.255.162 google.com gws 988 -64.15.126.252 www.google.com gws 944 -64.233.183.251 *.google.com gws 985 -208.117.229.77 www.google.com gws 1095 -64.15.126.157 www.google.com gws 1025 -1.179.248.237 google.com gws 1459 +64.233.185.17 mail.google.com gws 1130 +64.233.171.116 upload.video.google.com gws 2232 +195.249.20.244 google.com gws 1334 +74.125.224.25 *.g.doubleclick.net gws 946 +64.15.126.94 google.com gws 985 +74.125.136.155 *.g.doubleclick.net gws 820 +111.168.255.162 google.com gws 1188 +111.168.255.163 google.com gws 853 +85.182.250.94 google.com gws 901 +210.139.253.152 google.com gws 364 85.182.250.93 google.com gws 1328 -208.117.231.24 google.com gws 1287 -208.117.253.123 google.com gws 1280 -208.117.253.122 google.com gws 650 -64.233.177.176 *.vp.video.l.google.com gws 997 -64.15.126.159 www.google.com gws 1692 -74.125.143.66 *.google.be gws 1020 -173.194.118.135 *.google.com gws 1110 -84.235.77.94 google.com gws 2368 -74.125.229.67 *.google.com gws 2240 -208.117.253.120 google.com gws 1129 -210.139.253.157 google.com gws 2579 -84.235.77.93 google.com gws 2292 -64.233.180.104 www.google.com gws 1020 -74.125.141.122 upload.video.google.com gws 1780 -208.117.229.6 www.google.com gws 1030 -84.235.77.99 google.com gws 1292 -61.19.1.34 google.com gws 2347 -81.175.29.152 google.com gws 1052 -210.139.253.114 google.com gws 2951 -64.233.180.106 www.google.com gws 1131 -81.175.29.154 google.com gws 1401 -210.61.221.178 google.com gws 309 -74.125.24.166 *.googleadservices.com gws 995 -173.194.37.207 google.com gws 986 -212.188.15.172 google.com gws 3715 -212.188.15.173 google.com gws 1114 208.117.233.21 google.com gws 1267 -74.125.195.144 *.uk.doubleclick.net gws 1102 -212.188.15.177 google.com gws 1084 +208.117.229.72 www.google.com gws 829 +210.153.73.93 google.com gws 869 64.15.115.228 www.google.com gws 3030 74.125.143.73 *.google.co.in gws 1035 -64.15.126.94 google.com gws 1534 -64.15.124.155 google.com gws 1024 -1.179.248.119 google.com gws 1014 -64.233.179.105 www.google.com gws 1059 -173.194.193.91 *.google.com gws 899 +173.194.119.43 *.googleusercontent.com gws 967 +173.194.193.94 google.com gws 893 +173.194.193.91 *.google.com gws 927 41.206.96.154 google.com gws 1136 -64.233.182.17 mail.google.com gws 754 -194.78.99.25 google.com gws 1337 -74.125.229.28 *.doubleclick.net gws 1175 -64.233.162.19 mail.google.com gws 1068 -74.125.136.123 wifi.google.com gws 773 +173.194.78.97 *.google-analytics.com gws 5175 173.194.78.90 cert-test.sandbox.google.com gws 1029 -173.194.73.165 *.googleadservices.com gws 1013 -64.233.178.103 www.google.com gws 981 -208.117.230.183 google.com gws 1507 -74.125.229.24 google.com gws 1100 -64.233.180.156 *.g.doubleclick.net gws 782 -208.117.229.219 google.com gws 1151 -208.117.227.84 google.com gws 1625 -208.117.230.213 google.com gws 1312 -208.117.229.212 google.com gws 1118 -208.117.229.213 google.com gws 1048 -208.117.227.85 google.com gws 1281 -173.194.204.31 *.google.com gws 995 -64.233.186.98 *.google.com gws 1881 -64.233.167.198 google.com gws 1739 -64.233.186.97 *.google-analytics.com gws 1014 +173.194.73.165 *.googleadservices.com gws 1213 +64.233.185.194 google.com gws 993 +118.174.25.88 google.com gws 2163 +64.233.186.98 *.google.com gws 3226 +64.233.186.97 *.google-analytics.com gws 922 64.233.186.96 www.googleadservices.com gws 1114 -64.233.163.94 google.com gws 992 -64.233.163.95 *.googleapis.com gws 1237 -208.117.227.152 google.com gws 959 -208.117.227.151 google.com gws 1009 -208.117.224.144 www.google.com gws 1083 -64.233.165.197 *.googleusercontent.com gws 1029 +64.233.186.95 *.googleapis.com gws 1038 +208.117.227.152 google.com gws 841 +208.117.227.151 google.com gws 1209 +64.233.184.149 *.doubleclick.net gws 639 64.233.184.142 *.au.doubleclick.net gws 1100 -118.174.25.113 google.com gws 1161 -62.197.198.229 google.com gws 1174 +64.233.184.143 *.de.doubleclick.net gws 955 64.233.184.146 *.jp.doubleclick.net gws 3414 -64.233.160.199 google.com gws 1016 +64.233.184.147 www.google.com gws 988 +64.233.184.144 *.uk.doubleclick.net gws 887 64.233.184.145 *.fr.doubleclick.net gws 1068 -208.117.229.19 www.google.com gws 1053 -64.233.177.118 *.google.com gws 997 -208.117.229.11 www.google.com gws 1169 -85.182.250.158 google.com gws 1008 +64.233.165.152 tpc.googlesyndication.com gws 5135 +74.125.228.101 *.google.com gws 1958 +203.116.165.222 google.com gws 437 +173.194.124.44 *.googleusercontent.com gws 1049 +64.233.165.155 *.g.doubleclick.net gws 936 74.125.26.112 adwords.google.com gws 4287 -208.117.229.12 www.google.com gws 1033 -208.117.229.15 www.google.com gws 1053 -173.194.119.61 *.mail.google.com gws 2033 -208.117.229.16 www.google.com gws 1062 -203.116.165.237 google.com gws 660 -64.233.180.102 *.google.com gws 1927 -1.179.248.29 google.com gws 3072 -64.233.178.165 *.googleadservices.com gws 1114 -173.194.124.62 *.google-analytics.com gws 1313 -64.233.178.166 *.googleadservices.com gws 1159 -64.233.182.81 sandbox.google.com gws 1025 +74.125.26.115 checkout.google.com gws 978 +64.233.182.81 sandbox.google.com gws 1032 64.233.182.86 *.orkut.com gws 1538 -64.233.182.87 *.orkut.com gws 769 -64.233.181.83 mail.google.com gws 990 -64.233.177.113 *.google.com gws 1031 -74.125.226.135 *.google.com gws 2265 -64.233.177.112 adwords.google.com gws 1820 -208.117.224.194 www.google.com gws 940 -74.125.143.176 *.vp.video.l.google.com gws 1031 -173.194.42.75 *.googleusercontent.com gws 1067 -64.233.176.132 *.googleusercontent.com gws 1280 -208.117.224.195 www.google.com gws 1254 -64.233.162.143 *.de.doubleclick.net gws 980 -84.235.77.45 google.com gws 1265 -123.205.250.159 google.com gws 1573 -64.233.162.147 www.google.com gws 1076 -64.233.162.145 *.fr.doubleclick.net gws 955 -123.205.250.154 google.com gws 1109 -74.125.133.165 *.googleadservices.com gws 4955 -173.194.124.71 *.google.com gws 1095 -84.235.77.49 google.com gws 1087 -64.15.113.93 google.com gws 1515 -74.125.24.143 *.de.doubleclick.net gws 1544 -64.15.124.26 google.com gws 1235 -41.206.96.35 google.com gws 1129 -64.15.119.113 google.com gws 1006 -64.15.124.23 google.com gws 1016 -74.125.24.146 *.jp.doubleclick.net gws 1085 -64.233.181.103 www.google.com gws 966 -64.15.113.99 google.com gws 1037 -212.188.15.187 google.com gws 778 -64.233.165.19 mail.google.com gws 1002 -84.235.77.168 google.com gws 6895 -74.125.139.176 *.vp.video.l.google.com gws 1281 +64.233.182.87 *.orkut.com gws 972 +173.194.194.123 wifi.google.com gws 784 +74.125.131.81 sandbox.google.com gws 1008 +64.233.163.115 checkout.google.com gws 1046 64.233.163.116 upload.video.google.com gws 1114 -74.125.21.143 *.de.doubleclick.net gws 1424 -64.15.119.250 www.google.com gws 1169 -64.233.168.19 mail.google.com gws 1014 -173.194.124.74 *.googleusercontent.com gws 1341 -84.235.77.35 google.com gws 1109 -64.15.114.52 google.com gws 1177 -64.233.177.90 cert-test.sandbox.google.com gws 996 -64.233.184.137 *.googlegroups.com gws 1131 -62.116.207.35 google.com gws 926 +64.233.163.117 upload.video.google.com gws 1060 +64.233.163.112 adwords.google.com gws 1043 64.233.168.123 wifi.google.com gws 1186 -173.194.77.116 upload.video.google.com gws 993 -208.117.228.90 google.com gws 1012 -64.233.179.114 *.google.com gws 1137 +64.233.179.164 *.googleadservices.com gws 988 +64.233.176.87 *.orkut.com gws 768 64.233.176.86 *.orkut.com gws 1117 -64.233.176.84 accounts.google.com gws 1122 +64.233.176.84 accounts.google.com gws 772 64.233.176.83 mail.google.com gws 1063 64.233.161.156 *.g.doubleclick.net gws 1316 -118.174.25.148 google.com gws 1133 -208.117.233.59 google.com gws 1280 -64.15.120.25 google.com gws 981 -64.15.120.24 google.com gws 1529 +64.233.161.157 *.g.doubleclick.net gws 1395 +64.233.161.154 *.g.doubleclick.net gws 853 +64.233.161.155 *.g.doubleclick.net gws 1034 +210.139.253.94 google.com gws 875 208.117.228.80 google.com gws 1137 -64.233.177.132 *.googleusercontent.com gws 792 -64.233.183.198 google.com gws 1126 +64.233.177.133 *.googleusercontent.com gws 3771 +64.233.177.132 *.googleusercontent.com gws 1058 +64.233.177.137 *.googlegroups.com gws 924 64.233.177.136 *.google.com gws 1208 -64.233.186.62 *.google.nl gws 1279 -64.233.186.63 *.google.com.ru gws 1019 -64.233.186.60 *.google.ch gws 1004 -64.233.183.195 google.com gws 1882 -64.233.186.66 *.google.be gws 1117 -74.125.192.64 *.google.at gws 765 +64.233.177.138 *.google.com gws 892 +64.233.183.195 google.com gws 892 64.233.183.190 *.google.com gws 1069 -64.233.183.191 *.blogger.com gws 1942 -118.174.25.153 google.com gws 1644 -64.233.181.176 *.vp.video.l.google.com gws 1124 -74.125.194.86 *.orkut.com gws 1158 -64.233.179.194 google.com gws 1223 -64.233.161.91 *.google.com gws 1893 -64.233.163.189 *.mail.google.com gws 1197 -64.233.168.87 *.orkut.com gws 1019 -64.15.126.183 www.google.com gws 1280 -64.15.126.182 www.google.com gws 616 -64.15.126.181 www.google.com gws 2002 -64.15.126.180 www.google.com gws 1049 -64.233.161.122 upload.video.google.com gws 1036 -208.117.224.254 www.google.com gws 2113 -84.235.77.113 google.com gws 1271 -64.15.126.188 www.google.com gws 661 -61.19.1.98 google.com gws 1051 -173.194.65.124 *.gfsvc.com gws 976 -173.194.65.123 wifi.google.com gws 3006 -203.116.165.163 google.com gws 1037 -74.125.229.68 *.google.com gws 1170 -173.194.116.224 *.google.com gws 919 -64.233.183.96 www.googleadservices.com gws 1493 -173.194.116.227 *.google.com gws 1040 -173.194.121.37 *.google.com gws 1004 -208.117.230.20 google.com gws 1138 -64.233.185.144 *.uk.doubleclick.net gws 1052 -64.15.126.169 www.google.com gws 1009 -208.117.253.54 google.com gws 1256 -64.15.126.202 www.google.com gws 1090 -64.233.163.195 google.com gws 2569 -1.179.248.242 google.com gws 1005 -1.179.248.168 google.com gws 1100 -208.117.230.29 google.com gws 1692 -1.179.248.247 google.com gws 1350 -64.15.126.160 www.google.com gws 987 +64.15.126.183 www.google.com gws 591 +64.15.126.181 www.google.com gws 893 +64.15.126.180 www.google.com gws 859 +64.15.126.188 www.google.com gws 911 +173.194.219.96 www.googleadservices.com gws 1025 +64.233.185.147 www.google.com gws 977 +210.153.73.39 google.com gws 1731 +64.233.185.145 *.fr.doubleclick.net gws 878 +64.233.185.144 *.uk.doubleclick.net gws 1887 +64.15.126.169 www.google.com gws 687 +64.15.126.165 www.google.com gws 916 +64.15.126.167 www.google.com gws 779 +210.153.73.34 google.com gws 933 +64.15.126.160 www.google.com gws 872 64.233.185.149 *.doubleclick.net gws 1065 -64.233.169.143 *.de.doubleclick.net gws 988 -74.125.30.124 *.gfsvc.com gws 1064 -121.78.74.117 google.com gws 970 -208.117.229.251 google.com gws 1085 -121.78.74.110 google.com gws 3507 -64.233.178.98 *.google.com gws 1075 -208.117.227.89 google.com gws 1378 -178.45.251.94 google.com gws 976 -64.233.169.176 *.vp.video.l.google.com gws 1007 +64.15.126.162 www.google.com gws 892 +64.233.178.94 google.com gws 1131 +64.233.161.137 *.googlegroups.com gws 875 +173.194.219.176 *.vp.video.l.google.com gws 958 64.233.180.155 *.g.doubleclick.net gws 1046 -173.194.73.84 accounts.google.com gws 1093 -64.233.163.193 m.google.com gws 1025 -210.153.73.118 google.com gws 2883 +64.233.161.133 *.googleusercontent.com gws 1041 173.194.121.88 google.com gws 1453 -74.125.131.31 *.google.com gws 1080 -64.233.165.194 google.com gws 1104 -84.235.77.50 google.com gws 1183 -64.15.126.232 www.google.com gws 1177 -173.194.204.95 *.googleapis.com gws 1005 -74.125.194.152 tpc.googlesyndication.com gws 1103 -64.233.165.199 google.com gws 1084 -64.233.179.199 google.com gws 1034 +64.15.124.120 google.com gws 678 74.125.131.196 google.com gws 1030 74.125.131.197 *.googleusercontent.com gws 1029 -208.117.224.179 www.google.com gws 1045 -74.125.140.81 sandbox.google.com gws 1641 208.117.228.26 google.com gws 1090 -208.117.224.174 www.google.com gws 1102 -208.117.224.170 www.google.com gws 1003 -64.15.112.148 google.com gws 1787 -173.194.42.234 *.googleusercontent.com gws 1089 -208.117.224.99 google.com gws 1278 -64.15.114.24 google.com gws 980 -64.15.117.90 google.com gws 979 -64.15.117.91 google.com gws 1035 -210.153.73.45 google.com gws 988 -208.117.224.93 google.com gws 1102 -64.233.177.191 *.blogger.com gws 1106 -208.117.224.94 google.com gws 1022 -62.116.207.20 google.com gws 1816 -64.233.166.190 *.google.com gws 1419 -74.125.20.122 upload.video.google.com gws 1015 -208.117.229.4 www.google.com gws 2415 -74.125.137.194 google.com gws 1061 -64.233.184.90 cert-test.sandbox.google.com gws 994 +208.117.228.23 google.com gws 982 +208.117.228.21 google.com gws 908 +74.125.20.122 upload.video.google.com gws 1054 111.168.255.40 google.com gws 1092 64.15.119.158 www.google.com gws 1076 -62.197.198.219 google.com gws 996 -64.233.161.96 www.googleadservices.com gws 1061 -64.233.186.193 m.google.com gws 1280 +111.168.255.45 google.com gws 556 +64.233.186.193 m.google.com gws 2906 +111.168.255.49 google.com gws 750 64.233.186.191 *.blogger.com gws 1108 -64.233.186.190 *.google.com gws 1076 -64.15.119.156 www.google.com gws 1011 -64.15.119.154 www.google.com gws 954 -64.233.184.114 *.google.com gws 3308 -64.233.184.117 upload.video.google.com gws 1092 -64.233.184.116 upload.video.google.com gws 993 -74.125.236.160 *.google.com gws 1975 -64.233.184.112 adwords.google.com gws 993 +64.233.186.190 *.google.com gws 948 +64.233.186.197 *.googleusercontent.com gws 807 +64.233.186.196 google.com gws 866 +64.15.119.154 www.google.com gws 682 173.194.42.93 *.mail.google.com gws 1095 -178.45.251.113 google.com gws 2106 -64.233.184.118 *.google.com gws 1134 -64.233.165.102 *.google.com gws 1486 -64.233.182.152 tpc.googlesyndication.com gws 1033 -64.233.182.156 *.g.doubleclick.net gws 1326 +178.45.251.113 google.com gws 795 +173.194.46.78 *.google.com gws 801 +64.233.167.115 checkout.google.com gws 945 173.194.124.39 *.google.com gws 1292 173.194.124.38 *.google.com gws 1110 74.125.137.94 google.com gws 1075 -208.117.229.69 www.google.com gws 976 -84.235.77.236 google.com gws 1216 +173.194.207.101 *.google.com gws 813 +173.194.207.102 *.google.com gws 1148 84.235.77.237 google.com gws 1282 -64.233.179.120 *.gstatic.com gws 1066 -64.233.179.123 wifi.google.com gws 1111 -64.233.186.104 www.google.com gws 6529 -208.117.224.182 www.google.com gws 1069 -1.179.248.172 google.com gws 999 -64.233.186.100 *.google.com gws 1143 -203.165.13.224 google.com gws 2916 +84.235.77.232 google.com gws 1056 +208.117.224.183 www.google.com gws 1103 +208.117.224.182 www.google.com gws 653 +208.117.224.180 www.google.com gws 1411 208.117.224.185 www.google.com gws 1043 +208.117.224.189 www.google.com gws 842 208.117.224.188 www.google.com gws 1254 -64.15.124.55 google.com gws 814 +74.125.70.116 upload.video.google.com gws 1005 208.117.228.120 google.com gws 1050 -64.15.126.209 www.google.com gws 1043 -208.117.229.215 google.com gws 1000 74.125.227.37 *.google.com gws 1066 -64.233.161.115 checkout.google.com gws 1030 -64.233.162.115 checkout.google.com gws 856 -64.233.162.114 *.google.com gws 1554 -74.125.224.7 *.google.com gws 1057 -74.125.140.122 upload.video.google.com gws 1052 -74.125.192.147 www.google.com gws 2326 -64.233.163.137 *.googlegroups.com gws 1145 -123.205.250.106 google.com gws 1079 -74.125.134.176 *.vp.video.l.google.com gws 1031 +64.233.184.86 *.orkut.com gws 1026 +64.233.184.81 sandbox.google.com gws 645 74.125.139.98 *.google.com gws 1453 -64.233.180.189 *.mail.google.com gws 1041 -123.205.250.90 google.com gws 2308 -64.233.167.85 *.orkut.com gws 1115 -208.117.228.208 google.com gws 3241 -208.117.224.220 www.google.com gws 1066 -208.117.224.221 www.google.com gws 1265 -64.233.167.81 sandbox.google.com gws 1026 -208.117.224.227 www.google.com gws 1081 -64.233.167.83 mail.google.com gws 1059 -208.117.224.225 www.google.com gws 1179 -178.45.251.108 google.com gws 959 -64.233.180.90 cert-test.sandbox.google.com gws 1005 -64.233.180.93 *.google.com gws 1469 -123.205.250.121 google.com gws 991 -208.117.230.148 google.com gws 1277 -64.233.180.97 *.google-analytics.com gws 981 -64.233.163.148 *.doubleclick.net gws 1280 -64.233.163.147 www.google.com gws 1010 -64.233.163.146 *.jp.doubleclick.net gws 8130 -64.15.112.180 google.com gws 1085 -64.233.163.144 *.uk.doubleclick.net gws 1013 -64.15.112.186 google.com gws 1389 -64.233.163.142 *.au.doubleclick.net gws 1128 -64.15.112.184 google.com gws 2759 -64.15.112.185 google.com gws 1036 -86.127.118.153 google.com gws 761 -84.235.77.153 google.com gws 1438 -84.235.77.152 google.com gws 1172 -84.235.77.157 google.com gws 1052 -84.235.77.158 google.com gws 1013 -74.125.25.146 *.jp.doubleclick.net gws 1056 -193.120.166.91 google.com gws 1226 -208.117.228.50 google.com gws 1289 -64.233.184.18 mail.google.com gws 1076 -64.233.162.97 *.google-analytics.com gws 1019 -64.15.117.86 google.com gws 1073 -64.233.162.91 *.google.com gws 992 -64.233.179.31 *.google.com gws 1001 -203.117.34.162 google.com gws 1022 -62.197.198.216 google.com gws 1008 -64.233.165.81 sandbox.google.com gws 1075 -64.233.162.99 www.google.com gws 802 -64.233.165.86 *.orkut.com gws 1444 -64.233.165.85 *.orkut.com gws 1076 -64.15.126.247 www.google.com gws 819 -64.233.160.91 *.google.com gws 1060 -74.125.140.198 google.com gws 1097 -208.117.230.245 google.com gws 1158 -64.233.160.117 upload.video.google.com gws 2267 -64.233.177.141 *.appspot.com gws 1287 -64.233.177.142 *.au.doubleclick.net gws 758 +178.45.251.108 google.com gws 944 +178.45.251.109 google.com gws 838 +64.233.180.93 *.google.com gws 996 +64.233.180.94 google.com gws 1496 +64.233.180.97 *.google-analytics.com gws 1181 +64.233.167.122 upload.video.google.com gws 732 +178.45.251.103 google.com gws 528 +178.45.251.104 google.com gws 782 +193.120.166.91 google.com gws 678 +64.233.162.97 *.google-analytics.com gws 892 +64.233.162.91 *.google.com gws 835 +64.233.162.90 cert-test.sandbox.google.com gws 1029 +203.117.34.162 google.com gws 869 +203.117.34.163 google.com gws 692 +64.233.162.99 www.google.com gws 1048 +203.117.34.167 google.com gws 1237 +64.233.160.93 *.google.com gws 627 +64.233.160.91 *.google.com gws 971 64.233.160.98 *.google.com gws 1157 -64.233.177.144 *.uk.doubleclick.net gws 1125 +74.125.207.198 google.com gws 1050 84.235.77.148 google.com gws 1314 -64.233.177.146 *.jp.doubleclick.net gws 1081 -64.233.177.147 www.google.com gws 782 -118.174.25.168 google.com gws 1120 -64.15.114.21 google.com gws 612 -173.194.66.165 *.googleadservices.com gws 1068 -64.15.126.152 www.google.com gws 1009 -74.125.133.137 *.googlegroups.com gws 1010 -81.175.29.166 google.com gws 2561 -64.233.186.19 mail.google.com gws 1067 -64.233.171.166 *.googleadservices.com gws 2193 -64.233.169.138 *.google.com gws 1031 -64.15.126.149 www.google.com gws 1000 -212.188.15.167 google.com gws 2738 -64.233.185.195 google.com gws 1468 -64.233.185.197 *.googleusercontent.com gws 838 -212.188.15.163 google.com gws 1030 -212.188.15.162 google.com gws 1051 -41.206.96.94 google.com gws 1140 -64.233.167.190 *.google.com gws 1131 -64.233.167.191 *.blogger.com gws 1109 -208.117.230.99 google.com gws 1379 -64.233.161.199 google.com gws 1028 -64.233.167.195 google.com gws 3381 -64.233.167.197 *.googleusercontent.com gws 1279 -106.162.198.113 google.com gws 1157 -203.117.34.178 google.com gws 1996 +210.139.253.168 google.com gws 162 +85.182.250.89 google.com gws 1013 +111.168.255.108 google.com gws 577 +74.125.143.66 *.google.be gws 938 173.194.65.116 upload.video.google.com gws 1281 -64.233.163.31 *.google.com gws 984 -173.194.115.44 *.googleusercontent.com gws 1016 -208.117.224.132 www.google.com gws 1053 -64.15.126.143 www.google.com gws 994 -74.125.136.137 *.googlegroups.com gws 1772 -1.179.248.118 google.com gws 1287 -64.15.126.239 www.google.com gws 1054 -208.117.224.134 www.google.com gws 1054 -64.233.177.167 *.googleadservices.com gws 1020 -208.117.224.138 www.google.com gws 995 -64.15.126.231 www.google.com gws 1026 -1.179.248.114 google.com gws 990 -208.117.229.182 google.com gws 945 -24.156.131.113 google.com gws 2249 -84.235.77.89 google.com gws 1249 -208.117.229.186 google.com gws 828 -208.117.229.187 google.com gws 1230 -208.117.229.184 google.com gws 945 -208.117.229.185 google.com gws 1149 +64.233.163.31 *.google.com gws 950 +173.194.115.44 *.googleusercontent.com gws 1216 +173.194.65.112 adwords.google.com gws 717 +208.117.229.182 google.com gws 1145 +208.117.229.180 google.com gws 939 +208.117.229.186 google.com gws 921 +208.117.229.187 google.com gws 4256 +208.117.229.184 google.com gws 905 +208.117.229.185 google.com gws 1374 74.125.129.113 *.google.com gws 2532 -64.233.166.139 *.google.com gws 1075 -64.233.186.147 www.google.com gws 1329 -74.125.30.112 adwords.google.com gws 1275 -178.45.251.93 google.com gws 906 +64.233.184.118 *.google.com gws 1134 64.233.186.85 *.orkut.com gws 1061 64.233.186.86 *.orkut.com gws 1109 +64.233.169.146 *.jp.doubleclick.net gws 1169 64.233.186.81 sandbox.google.com gws 1027 64.233.186.82 *.googlecode.com gws 1072 -64.233.186.83 mail.google.com gws 1048 -173.194.121.74 *.googleusercontent.com gws 998 -173.194.121.77 *.g.doubleclick.net gws 1276 -173.194.65.167 *.googleadservices.com gws 1024 -85.182.250.222 google.com gws 981 -208.117.229.3 www.google.com gws 1026 -208.117.229.2 www.google.com gws 1068 -64.233.171.17 mail.google.com gws 1016 -74.125.70.143 *.de.doubleclick.net gws 2916 -218.176.242.247 google.com gws 1018 -208.117.229.9 www.google.com gws 1077 -208.117.227.149 google.com gws 1275 -80.228.65.183 google.com gws 1009 -64.233.176.155 *.g.doubleclick.net gws 1019 +64.233.186.83 mail.google.com gws 1122 +64.233.160.87 *.orkut.com gws 819 +173.194.206.103 www.google.com gws 2891 +208.117.227.149 google.com gws 859 +64.233.184.152 tpc.googlesyndication.com gws 870 64.233.184.155 *.g.doubleclick.net gws 1042 -64.233.186.37 *.google.com.pe gws 1063 -64.233.184.157 *.g.doubleclick.net gws 701 -210.153.73.119 google.com gws 990 -208.117.229.25 www.google.com gws 1029 -208.117.229.26 www.google.com gws 1504 -208.117.229.27 www.google.com gws 1063 -208.117.229.20 www.google.com gws 1014 -64.233.165.144 *.uk.doubleclick.net gws 831 -208.117.229.22 www.google.com gws 1069 -173.194.66.198 google.com gws 1024 +64.233.184.154 *.g.doubleclick.net gws 677 +64.233.184.157 *.g.doubleclick.net gws 775 +64.233.184.156 *.g.doubleclick.net gws 1050 +64.233.165.144 *.uk.doubleclick.net gws 1036 64.233.165.149 *.doubleclick.net gws 1794 -173.194.73.191 *.blogger.com gws 982 -64.233.178.157 *.g.doubleclick.net gws 1281 -208.117.229.28 www.google.com gws 1012 -64.233.178.124 *.gfsvc.com gws 1075 -64.15.114.91 google.com gws 824 -208.117.228.17 google.com gws 1511 -208.117.224.145 www.google.com gws 987 -173.194.124.70 *.google.com gws 1195 -173.194.77.197 *.googleusercontent.com gws 1013 -208.117.224.142 www.google.com gws 1115 -208.117.224.140 www.google.com gws 4546 -64.233.182.154 *.g.doubleclick.net gws 941 -64.15.126.130 www.google.com gws 988 -208.117.224.149 www.google.com gws 1300 -64.233.183.31 *.google.com gws 1075 -64.233.166.146 *.jp.doubleclick.net gws 1041 -64.233.179.124 *.gfsvc.com gws 1021 -173.194.42.68 *.google.com gws 1688 -64.233.166.143 *.de.doubleclick.net gws 978 -173.194.40.255 google.com gws 6082 -64.233.166.91 *.google.com gws 1031 -64.233.166.90 cert-test.sandbox.google.com gws 980 -62.116.207.57 google.com gws 985 -64.233.178.112 adwords.google.com gws 1146 +173.194.77.197 *.googleusercontent.com gws 1213 +173.194.77.195 google.com gws 749 +173.194.67.31 *.google.com gws 781 +64.233.169.148 *.doubleclick.net gws 1004 +64.233.166.99 www.google.com gws 828 +64.233.166.91 *.google.com gws 862 +64.233.166.90 cert-test.sandbox.google.com gws 911 +64.233.166.94 google.com gws 1497 64.233.166.97 *.google-analytics.com gws 1209 -64.233.166.96 www.googleadservices.com gws 1720 -64.233.183.117 upload.video.google.com gws 1105 -111.168.255.99 google.com gws 1006 -210.61.221.148 google.com gws 304 -64.233.162.155 *.g.doubleclick.net gws 1057 -74.125.139.31 *.google.com gws 1025 -84.235.77.59 google.com gws 969 -64.233.180.114 *.google.com gws 1001 -173.194.124.93 *.mail.google.com gws 1464 -111.168.255.94 google.com gws 1049 -123.205.251.80 google.com gws 1082 -64.15.124.53 google.com gws 1062 -62.197.198.241 google.com gws 1150 -62.197.198.240 google.com gws 1007 -64.15.126.59 google.com gws 1033 -123.205.251.89 google.com gws 969 -64.233.189.106 www.google.com gws 3357 -64.15.126.55 google.com gws 1021 -64.233.167.165 *.googleadservices.com gws 1040 -64.233.160.142 *.au.doubleclick.net gws 1253 -64.233.167.167 *.googleadservices.com gws 1126 -64.233.167.166 *.googleadservices.com gws 1003 -203.165.14.244 google.com gws 1061 -203.165.14.245 google.com gws 1487 -74.125.131.97 *.google-analytics.com gws 1003 -64.233.186.105 www.google.com gws 1076 -64.233.161.19 mail.google.com gws 1286 -64.233.182.166 *.googleadservices.com gws 1017 +64.233.166.96 www.googleadservices.com gws 1020 +62.197.198.245 google.com gws 2743 +194.78.99.158 google.com gws 803 +62.197.198.241 google.com gws 876 +62.197.198.240 google.com gws 961 +194.78.99.152 google.com gws 972 +194.78.99.153 google.com gws 1011 +60.199.175.45 google.com gws 113 +62.197.198.249 google.com gws 4482 +64.233.163.103 www.google.com gws 834 +64.233.163.100 *.google.com gws 825 +74.125.131.97 *.google-analytics.com gws 1203 +178.60.128.53 google.com gws 1103 +64.233.182.166 *.googleadservices.com gws 906 64.233.182.167 *.googleadservices.com gws 1031 -208.117.224.136 www.google.com gws 1005 -208.117.224.180 www.google.com gws 1021 -64.233.177.105 www.google.com gws 1064 -64.233.186.157 *.g.doubleclick.net gws 1128 -64.233.186.156 *.g.doubleclick.net gws 1037 -64.233.186.155 *.g.doubleclick.net gws 1002 -64.15.119.212 www.google.com gws 801 -208.117.230.153 google.com gws 1294 -208.117.230.152 google.com gws 1288 +64.233.179.176 *.vp.video.l.google.com gws 917 +64.233.183.167 *.googleadservices.com gws 2066 +64.233.183.164 *.googleadservices.com gws 2264 +64.15.119.212 www.google.com gws 708 64.233.168.137 *.googlegroups.com gws 1291 64.233.168.136 *.google.com gws 1256 -64.233.185.81 sandbox.google.com gws 1150 74.125.133.99 www.google.com gws 1030 -173.194.118.188 *.doubleclick.net gws 1011 -64.233.161.149 *.doubleclick.net gws 1004 -64.233.185.87 *.orkut.com gws 1013 -41.206.96.251 google.com gws 1108 -64.233.176.99 www.google.com gws 1031 -173.194.118.181 mail.google.com gws 1266 -64.233.161.146 *.jp.doubleclick.net gws 1428 -173.194.118.186 *.g.doubleclick.net gws 1588 -74.125.21.195 google.com gws 1051 -84.235.77.24 google.com gws 1215 -64.233.186.56 *.google.it gws 1129 -64.15.119.226 www.google.com gws 1083 -64.15.119.227 www.google.com gws 1144 -64.15.119.220 www.google.com gws 1011 -64.233.186.52 *.google.de gws 1168 -64.233.186.51 adwords.google.com gws 1036 -173.194.124.2 *.google.com gws 1508 -64.233.164.195 google.com gws 1057 -173.194.124.9 *.google.com gws 1362 -84.235.77.29 google.com gws 1087 -64.233.186.59 *.google.pl gws 1033 -208.117.224.213 www.google.com gws 2251 +64.233.176.93 *.google.com gws 970 +64.233.161.149 *.doubleclick.net gws 847 +173.194.194.139 *.google.com gws 954 +64.233.161.145 *.fr.doubleclick.net gws 1070 +64.233.177.105 www.google.com gws 1064 +64.233.161.146 *.jp.doubleclick.net gws 838 +64.233.177.101 *.google.com gws 1891 +64.233.177.103 www.google.com gws 887 173.194.66.124 *.gfsvc.com gws 1743 -41.206.96.55 google.com gws 1510 -194.78.99.40 google.com gws 1604 -208.117.224.217 www.google.com gws 1007 -64.233.178.167 *.googleadservices.com gws 1041 -208.117.224.215 www.google.com gws 1055 -203.211.0.40 google.com gws 966 +203.211.0.40 google.com gws 804 +203.211.0.49 google.com gws 413 +74.125.134.142 *.au.doubleclick.net gws 805 +208.117.224.213 www.google.com gws 2251 +208.117.224.212 www.google.com gws 910 +41.206.96.55 google.com gws 2495 +208.117.224.210 www.google.com gws 915 +208.117.224.217 www.google.com gws 1042 +208.117.224.215 www.google.com gws 983 208.117.224.218 www.google.com gws 1121 -208.117.224.113 google.com gws 1178 -64.15.126.190 www.google.com gws 918 -64.15.126.191 www.google.com gws 2670 -64.233.163.197 *.googleusercontent.com gws 1189 -64.15.126.194 www.google.com gws 1038 -84.235.77.108 google.com gws 1157 +64.15.126.190 www.google.com gws 793 +64.15.126.191 www.google.com gws 3078 +64.15.126.193 www.google.com gws 993 +64.15.126.194 www.google.com gws 6012 +64.15.126.196 www.google.com gws 871 173.194.76.97 *.google-analytics.com gws 1110 -64.233.186.53 *.google.co.il gws 2654 -84.235.77.104 google.com gws 1342 -84.235.77.103 google.com gws 1091 -64.233.166.103 www.google.com gws 1706 -173.194.121.27 *.doubleclick.net gws 1290 208.117.231.218 google.com gws 1448 -173.194.206.176 *.vp.video.l.google.com gws 769 -64.233.179.96 www.googleadservices.com gws 1022 -85.182.250.212 google.com gws 2453 -203.116.165.177 google.com gws 933 -64.233.169.194 google.com gws 954 -1.179.248.158 google.com gws 1264 -208.117.228.217 google.com gws 1259 -208.117.228.216 google.com gws 3266 +64.233.169.191 *.blogger.com gws 861 +64.233.169.194 google.com gws 872 +64.233.169.94 google.com gws 1497 208.117.231.213 google.com gws 1523 -64.15.119.223 www.google.com gws 786 -1.179.248.153 google.com gws 1151 -195.249.20.224 google.com gws 5750 -173.194.121.29 *.mail.google.com gws 1287 -64.233.181.115 checkout.google.com gws 1211 -208.117.230.30 google.com gws 1036 -64.233.185.136 *.google.com gws 1056 -1.179.248.24 google.com gws 1293 -64.233.185.138 *.google.com gws 881 -208.117.224.240 www.google.com gws 1094 -123.205.251.84 google.com gws 1028 -64.233.169.167 *.googleadservices.com gws 1328 -64.233.169.166 *.googleadservices.com gws 1272 +64.15.115.35 google.com gws 3245 +64.233.185.136 *.google.com gws 972 +81.175.29.176 google.com gws 961 +64.15.126.178 www.google.com gws 588 +64.15.126.177 www.google.com gws 926 +64.233.185.138 *.google.com gws 1051 +173.194.219.146 *.jp.doubleclick.net gws 901 +64.15.126.172 www.google.com gws 880 +64.15.126.170 www.google.com gws 1067 +64.233.177.19 mail.google.com gws 720 173.194.76.137 *.googlegroups.com gws 1799 -64.233.171.144 *.uk.doubleclick.net gws 1043 -64.15.112.183 google.com gws 1023 -64.15.124.217 google.com gws 1018 -64.233.162.194 google.com gws 1176 -64.15.124.213 google.com gws 773 -64.15.124.212 google.com gws 1068 -212.188.15.157 google.com gws 1712 -173.194.121.79 google.com gws 1452 -210.153.73.108 google.com gws 1080 -64.233.162.117 upload.video.google.com gws 1041 -218.176.242.114 google.com gws 1354 -208.117.253.24 google.com gws 640 -208.117.253.27 google.com gws 918 -74.125.238.62 *.google-analytics.com gws 2107 +64.15.112.59 google.com gws 922 +64.233.180.165 *.googleadservices.com gws 959 +208.117.231.103 google.com gws 1113 +64.233.180.167 *.googleadservices.com gws 1318 +64.233.166.190 *.google.com gws 1419 +64.233.166.193 m.google.com gws 1097 64.233.166.197 *.googleusercontent.com gws 1965 -208.117.224.212 www.google.com gws 1016 -64.233.166.198 google.com gws 3126 -173.194.204.87 *.orkut.com gws 1077 -106.162.198.94 google.com gws 976 -218.176.242.118 google.com gws 989 -74.125.140.124 *.gfsvc.com gws 1101 -64.233.178.191 *.blogger.com gws 957 -208.117.224.109 google.com gws 749 -208.117.224.108 google.com gws 1004 -64.233.178.194 google.com gws 1038 -64.233.178.196 google.com gws 1114 -208.117.224.103 google.com gws 487 -208.117.228.53 google.com gws 1795 -74.125.140.90 cert-test.sandbox.google.com gws 762 -64.233.161.137 *.googlegroups.com gws 1016 -208.117.230.45 google.com gws 1086 -208.117.224.104 google.com gws 1020 -123.205.251.112 google.com gws 931 -123.205.251.113 google.com gws 969 -64.233.179.95 *.googleapis.com gws 1078 -64.233.179.94 google.com gws 978 -64.15.117.87 google.com gws 1255 -210.153.73.59 google.com gws 1137 -62.116.207.16 google.com gws 1014 -210.153.73.55 google.com gws 997 -118.174.27.123 google.com gws 1021 -173.194.194.94 google.com gws 1035 -64.233.178.31 *.google.com gws 1166 -203.117.34.152 google.com gws 1002 -173.194.78.31 *.google.com gws 1068 -64.233.180.19 mail.google.com gws 1064 -62.197.198.208 google.com gws 1050 -173.194.124.106 *.googleusercontent.com gws 1284 -173.194.122.0 *.google.com gws 1343 -64.233.168.144 *.uk.doubleclick.net gws 1018 -173.194.67.146 *.jp.doubleclick.net gws 1013 -64.15.119.161 www.google.com gws 1059 -218.176.242.231 google.com gws 2119 -64.15.119.168 www.google.com gws 1006 -64.233.184.120 *.gstatic.com gws 1692 -64.233.184.122 upload.video.google.com gws 1057 -64.15.113.148 google.com gws 1007 -64.233.189.147 www.google.com gws 997 -74.125.22.117 upload.video.google.com gws 1059 +64.233.166.196 google.com gws 1963 +64.233.166.199 google.com gws 889 +64.233.166.198 google.com gws 845 +64.233.178.190 *.google.com gws 991 +64.233.178.191 *.blogger.com gws 1057 +208.117.228.59 google.com gws 749 +64.233.178.194 google.com gws 1396 +64.233.171.17 mail.google.com gws 887 +64.233.178.197 *.googleusercontent.com gws 793 +64.233.178.198 google.com gws 929 +208.117.228.53 google.com gws 842 +208.117.228.50 google.com gws 1289 +208.117.228.51 google.com gws 1211 +208.117.228.55 google.com gws 684 +123.205.251.112 google.com gws 879 +123.205.251.113 google.com gws 872 +123.205.251.114 google.com gws 1399 +123.205.251.115 google.com gws 876 +123.205.251.116 google.com gws 891 +210.139.253.49 google.com gws 885 +123.205.251.118 google.com gws 888 +74.125.70.18 mail.google.com gws 1050 +208.117.224.166 www.google.com gws 1206 +64.233.186.166 *.googleadservices.com gws 1044 +64.233.186.167 *.googleadservices.com gws 3825 +64.15.119.161 www.google.com gws 667 +64.15.119.168 www.google.com gws 545 208.117.229.79 www.google.com gws 1073 208.117.229.78 www.google.com gws 1040 -64.233.160.166 *.googleadservices.com gws 941 -64.233.160.167 *.googleadservices.com gws 1019 -64.233.160.164 *.googleadservices.com gws 992 -208.117.229.74 www.google.com gws 1074 +208.117.229.77 www.google.com gws 944 +208.117.229.74 www.google.com gws 926 208.117.229.73 www.google.com gws 2381 -208.117.229.72 www.google.com gws 1023 -173.194.66.117 upload.video.google.com gws 1016 -64.233.165.137 *.googlegroups.com gws 1032 -173.194.119.42 *.googleusercontent.com gws 1026 -173.194.119.43 *.googleusercontent.com gws 1108 -64.233.179.138 *.google.com gws 1025 +208.117.224.220 www.google.com gws 1066 +208.117.229.70 www.google.com gws 911 +64.233.167.86 *.orkut.com gws 975 173.194.71.164 *.googleadservices.com gws 1110 -64.233.178.101 *.google.com gws 1452 -64.233.179.133 *.googleusercontent.com gws 1957 +173.194.71.167 *.googleadservices.com gws 873 +84.235.77.241 google.com gws 1098 +208.117.224.226 www.google.com gws 899 173.194.124.40 *.google.com gws 1171 -84.235.77.242 google.com gws 1201 +84.235.77.242 google.com gws 849 173.194.207.139 *.google.com gws 1065 -84.235.77.247 google.com gws 1007 -208.117.230.113 google.com gws 1561 +84.235.77.247 google.com gws 1207 208.117.224.191 www.google.com gws 1069 -173.194.79.137 *.googlegroups.com gws 735 -64.15.113.184 google.com gws 579 -64.233.186.117 upload.video.google.com gws 994 -208.117.224.39 google.com gws 734 -64.233.186.115 checkout.google.com gws 1842 -64.233.186.114 *.google.com gws 1006 -208.117.224.198 www.google.com gws 1063 -208.117.224.35 google.com gws 1656 -208.117.230.119 google.com gws 1197 -208.117.224.30 google.com gws 4323 -173.194.124.84 www.google.com gws 2207 -64.233.176.17 mail.google.com gws 1165 -118.174.25.172 google.com gws 1058 -195.249.20.237 google.com gws 4506 -208.117.231.93 google.com gws 1155 -208.117.231.94 google.com gws 1509 -64.15.126.196 www.google.com gws 1022 +208.117.224.194 www.google.com gws 1119 +208.117.224.195 www.google.com gws 930 +208.117.224.196 www.google.com gws 3886 +208.117.224.197 www.google.com gws 1034 +208.117.224.198 www.google.com gws 5747 +64.233.166.165 *.googleadservices.com gws 1850 +60.199.175.109 google.com gws 305 +64.233.171.132 *.googleusercontent.com gws 1026 +178.45.251.114 google.com gws 923 +64.233.171.137 *.googlegroups.com gws 978 +64.233.171.136 *.google.com gws 941 64.233.167.116 upload.video.google.com gws 1074 -208.117.231.98 google.com gws 1431 -208.117.231.99 google.com gws 1373 +64.233.180.85 *.orkut.com gws 1053 +203.165.14.216 google.com gws 419 +64.233.171.139 *.google.com gws 1025 +178.45.251.119 google.com gws 782 +178.45.251.118 google.com gws 760 +111.168.255.59 google.com gws 853 +64.15.112.183 google.com gws 994 +74.125.131.167 *.googleadservices.com gws 957 +74.125.226.44 *.googleusercontent.com gws 1160 +111.168.255.50 google.com gws 780 +64.233.162.86 *.orkut.com gws 1025 +203.117.34.178 google.com gws 761 +64.233.162.84 accounts.google.com gws 834 +64.233.162.83 mail.google.com gws 1966 +173.194.195.97 *.google-analytics.com gws 959 +64.233.160.85 *.orkut.com gws 738 +203.117.34.173 google.com gws 682 +203.117.34.172 google.com gws 792 +64.233.160.82 *.googlecode.com gws 1219 +64.15.119.211 www.google.com gws 805 +74.125.70.251 *.google.com gws 1188 +64.15.119.186 www.google.com gws 895 +41.206.96.134 google.com gws 1181 +173.194.73.144 *.uk.doubleclick.net gws 937 +118.174.25.251 google.com gws 931 +173.194.73.142 *.au.doubleclick.net gws 1127 +173.194.66.84 accounts.google.com gws 1484 +64.233.183.156 *.g.doubleclick.net gws 1037 +64.233.184.165 *.googleadservices.com gws 980 +64.15.113.108 google.com gws 1540 +208.117.229.151 google.com gws 1044 +208.117.229.150 google.com gws 1109 +64.233.165.176 *.vp.video.l.google.com gws 1059 +208.117.229.152 google.com gws 4060 +208.117.229.155 google.com gws 1589 +208.117.229.154 google.com gws 838 +203.116.165.246 google.com gws 740 +203.116.165.247 google.com gws 840 +64.233.183.157 *.g.doubleclick.net gws 1126 +74.125.136.197 *.googleusercontent.com gws 882 +74.125.136.196 google.com gws 1749 +74.125.136.195 google.com gws 1222 +173.194.204.190 *.google.com gws 968 +173.194.204.191 *.blogger.com gws 897 +173.194.68.137 *.googlegroups.com gws 1114 +74.125.136.198 google.com gws 993 +64.233.185.103 www.google.com gws 762 +74.125.207.164 *.googleadservices.com gws 1082 +218.176.242.153 google.com gws 2487 +64.233.166.86 *.orkut.com gws 917 +74.125.207.18 mail.google.com gws 1083 +74.125.207.17 mail.google.com gws 1060 +194.78.99.167 google.com gws 1003 +60.199.175.52 google.com gws 311 +64.15.126.247 www.google.com gws 761 +64.233.181.85 *.orkut.com gws 770 +64.233.181.86 *.orkut.com gws 703 +64.233.181.81 sandbox.google.com gws 774 +64.233.181.83 mail.google.com gws 1190 +64.233.168.104 www.google.com gws 906 +64.233.179.103 www.google.com gws 1921 +64.233.179.106 www.google.com gws 1220 +64.233.179.104 www.google.com gws 805 +64.233.179.105 www.google.com gws 1071 +64.233.177.118 *.google.com gws 880 +64.233.177.113 *.google.com gws 1031 +64.233.177.112 adwords.google.com gws 1820 +64.233.177.117 upload.video.google.com gws 768 +64.233.177.116 upload.video.google.com gws 978 +64.233.161.176 *.vp.video.l.google.com gws 2470 +64.233.177.114 *.google.com gws 1838 +208.117.227.19 google.com gws 1242 +208.117.227.18 google.com gws 891 +123.205.250.121 google.com gws 862 +208.117.224.201 www.google.com gws 1053 +208.117.224.202 www.google.com gws 807 +208.117.224.203 www.google.com gws 897 +208.117.224.204 www.google.com gws 1055 +208.117.224.205 www.google.com gws 893 +208.117.224.208 www.google.com gws 932 +208.117.224.209 www.google.com gws 1288 +64.233.183.251 *.google.com gws 1185 +74.125.70.196 google.com gws 948 +173.194.206.146 *.jp.doubleclick.net gws 1381 +64.233.185.120 *.gstatic.com gws 1056 +64.233.185.123 wifi.google.com gws 2320 +173.194.118.129 *.google.com gws 1031 +64.233.185.124 *.gfsvc.com gws 919 +64.233.189.98 *.google.com gws 972 +208.117.231.39 google.com gws 1159 +173.194.219.152 tpc.googlesyndication.com gws 1047 +64.15.126.140 www.google.com gws 879 +64.15.126.146 www.google.com gws 1206 +64.15.126.145 www.google.com gws 992 +74.125.196.196 google.com gws 1226 +173.194.68.85 *.orkut.com gws 1077 +173.194.76.122 upload.video.google.com gws 880 +208.117.231.119 google.com gws 1177 +64.15.113.35 google.com gws 923 +194.78.99.187 google.com gws 1163 +208.117.231.114 google.com gws 1327 +74.125.71.86 *.orkut.com gws 1995 +64.233.178.189 *.mail.google.com gws 878 +208.117.228.116 google.com gws 1656 +208.117.228.48 google.com gws 826 +74.125.229.18 www.google.com gws 1130 +173.194.193.197 *.googleusercontent.com gws 1068 +123.205.251.121 google.com gws 867 +123.205.251.120 google.com gws 875 +74.125.229.10 *.googleusercontent.com gws 1052 +74.125.229.11 *.googleusercontent.com gws 1197 +41.206.96.93 google.com gws 917 +64.233.176.199 google.com gws 3191 +64.233.176.193 m.google.com gws 918 +64.233.176.190 *.google.com gws 1348 +64.233.176.196 google.com gws 678 +64.233.186.176 *.vp.video.l.google.com gws 1060 +64.15.119.178 www.google.com gws 496 +64.15.126.84 google.com gws 1225 +64.233.184.90 cert-test.sandbox.google.com gws 861 +173.194.195.145 *.fr.doubleclick.net gws 851 +173.194.124.51 www.google.com gws 967 +173.194.124.53 mail.google.com gws 1195 +84.235.77.251 google.com gws 1286 +173.194.40.233 *.google.com gws 1020 +173.194.43.123 *.doubleclick.net gws 1231 +64.233.181.194 google.com gws 1494 +64.233.181.196 google.com gws 973 +64.233.181.197 *.googleusercontent.com gws 1044 +64.233.181.198 google.com gws 1010 +64.233.169.19 mail.google.com gws 1288 +64.233.167.104 www.google.com gws 867 +64.233.167.102 *.google.com gws 789 +74.125.224.75 *.googleusercontent.com gws 1086 +64.15.119.203 www.google.com gws 719 +64.15.119.201 www.google.com gws 874 +74.125.225.16 www.google.com gws 951 +121.78.74.84 google.com gws 360 +74.125.227.11 *.googleusercontent.com gws 1025 +64.233.168.90 cert-test.sandbox.google.com gws 1044 +118.174.25.247 google.com gws 3380 +118.174.25.241 google.com gws 834 +173.194.206.31 *.google.com gws 1039 +64.233.171.114 *.google.com gws 1031 +64.233.183.81 sandbox.google.com gws 1007 +64.233.183.87 *.orkut.com gws 1047 +64.233.183.86 *.orkut.com gws 775 +74.125.21.191 *.blogger.com gws 945 +173.194.78.114 *.google.com gws 1037 +1.179.248.187 google.com gws 995 +1.179.248.182 google.com gws 924 +64.15.113.119 google.com gws 1095 +64.233.184.176 *.vp.video.l.google.com gws 2101 +64.233.165.167 *.googleadservices.com gws 879 +64.233.165.166 *.googleadservices.com gws 5688 +64.233.165.165 *.googleadservices.com gws 1049 +194.78.99.212 google.com gws 1378 +173.194.219.103 www.google.com gws 974 +85.182.250.231 google.com gws 572 +74.125.69.190 *.google.com gws 1029 +194.78.99.178 google.com gws 805 +64.233.181.96 www.googleadservices.com gws 1053 +64.233.181.97 *.google-analytics.com gws 1306 +64.233.182.146 *.jp.doubleclick.net gws 1088 +64.233.182.147 www.google.com gws 1209 +64.233.181.93 *.google.com gws 894 +64.233.182.143 *.de.doubleclick.net gws 1070 +64.233.181.99 www.google.com gws 1030 +64.233.179.113 *.google.com gws 1077 +64.233.179.114 *.google.com gws 1137 +64.233.168.114 *.google.com gws 792 +64.233.161.165 *.googleadservices.com gws 1132 +85.182.250.236 google.com gws 3894 +64.233.162.106 www.google.com gws 949 +64.233.162.104 www.google.com gws 1000 +64.233.162.103 www.google.com gws 1004 +64.233.162.100 *.google.com gws 1062 +173.194.194.157 *.g.doubleclick.net gws 1055 +208.117.224.239 www.google.com gws 1236 +64.15.113.59 google.com gws 1053 +208.117.224.235 www.google.com gws 2857 +208.117.224.234 www.google.com gws 990 +123.205.250.112 google.com gws 874 +208.117.224.231 www.google.com gws 848 +208.117.224.230 www.google.com gws 677 +208.117.224.233 www.google.com gws 1062 +64.233.184.199 google.com gws 885 +64.233.184.198 google.com gws 948 +64.233.184.195 google.com gws 1008 +64.233.184.194 google.com gws 1179 +74.125.206.84 accounts.google.com gws 980 +64.233.184.196 google.com gws 1234 +74.125.206.82 *.googlecode.com gws 865 +64.233.184.190 *.google.com gws 791 +64.233.184.193 m.google.com gws 1005 +74.125.206.81 sandbox.google.com gws 3536 +94.40.70.27 google.com gws 909 +64.233.185.114 *.google.com gws 1006 +64.15.126.154 www.google.com gws 566 +64.15.126.157 www.google.com gws 977 +64.15.126.152 www.google.com gws 1209 +64.15.126.153 www.google.com gws 578 +208.117.253.123 google.com gws 997 +208.117.231.24 google.com gws 1523 +208.117.253.121 google.com gws 541 +208.117.253.120 google.com gws 972 +64.15.126.159 www.google.com gws 756 +173.194.118.135 *.google.com gws 1110 +74.125.137.137 *.googlegroups.com gws 768 +74.125.141.122 upload.video.google.com gws 1780 +64.233.180.102 *.google.com gws 1927 +64.233.180.101 *.google.com gws 954 +64.233.180.106 www.google.com gws 1131 +74.125.194.105 www.google.com gws 772 +64.233.180.104 www.google.com gws 1031 +173.194.37.207 google.com gws 1028 +74.125.195.144 *.uk.doubleclick.net gws 1102 +64.233.176.155 *.g.doubleclick.net gws 1219 +64.15.124.155 google.com gws 886 +74.125.229.28 *.doubleclick.net gws 1175 +74.125.229.22 mail.google.com gws 770 +208.117.230.183 google.com gws 1137 +74.125.229.24 google.com gws 1100 +208.117.230.213 google.com gws 1237 +208.117.230.216 google.com gws 1155 +173.194.206.152 tpc.googlesyndication.com gws 993 +64.233.186.147 www.google.com gws 911 +64.233.186.148 *.doubleclick.net gws 1222 +118.174.25.113 google.com gws 1161 +208.117.229.19 www.google.com gws 919 +208.117.229.11 www.google.com gws 1169 +208.117.229.10 www.google.com gws 918 +208.117.229.13 www.google.com gws 912 +208.117.229.12 www.google.com gws 1033 +208.117.229.15 www.google.com gws 1053 +208.117.229.16 www.google.com gws 1062 +1.179.248.29 google.com gws 3072 +173.194.124.62 *.google-analytics.com gws 1313 +1.179.248.20 google.com gws 977 +1.179.248.24 google.com gws 978 +74.125.226.135 *.google.com gws 2265 +210.242.125.44 google.com gws 877 +74.125.143.176 *.vp.video.l.google.com gws 1031 +84.235.77.44 google.com gws 1244 +84.235.77.45 google.com gws 1261 +84.235.77.40 google.com gws 1225 +1.179.248.34 google.com gws 988 +74.125.133.165 *.googleadservices.com gws 971 +173.194.124.71 *.google.com gws 1095 +84.235.77.49 google.com gws 1087 +208.117.224.144 www.google.com gws 937 +173.194.66.145 *.fr.doubleclick.net gws 1179 +208.117.224.142 www.google.com gws 1654 +173.194.124.74 *.googleusercontent.com gws 1341 +74.125.131.143 *.de.doubleclick.net gws 920 +111.168.255.35 google.com gws 955 +111.168.255.34 google.com gws 987 +208.117.228.90 google.com gws 943 +208.117.228.91 google.com gws 847 +203.117.34.153 google.com gws 1024 +111.168.255.123 google.com gws 883 +173.194.196.165 *.googleadservices.com gws 828 +203.117.34.157 google.com gws 757 +203.117.34.158 google.com gws 1518 +64.15.119.239 www.google.com gws 1722 +74.125.226.102 *.google.com gws 957 +64.15.119.230 www.google.com gws 1213 +64.233.177.99 www.google.com gws 1299 +64.15.119.235 www.google.com gws 579 +121.78.74.90 google.com gws 356 +64.233.168.86 *.orkut.com gws 951 +64.233.168.87 *.orkut.com gws 1047 +84.235.77.119 google.com gws 982 +60.199.175.123 google.com gws 943 +84.235.77.113 google.com gws 983 +173.194.65.124 *.gfsvc.com gws 1176 +173.194.65.123 wifi.google.com gws 3006 +173.194.116.224 *.google.com gws 949 +64.233.183.96 www.googleadservices.com gws 1493 +173.194.116.227 *.google.com gws 1040 +64.233.183.90 cert-test.sandbox.google.com gws 850 +64.233.183.91 *.google.com gws 949 +1.179.248.242 google.com gws 896 +1.179.248.241 google.com gws 903 +1.179.248.247 google.com gws 1350 +1.179.248.246 google.com gws 3109 +121.78.74.117 google.com gws 725 +118.174.25.123 google.com gws 809 +64.233.165.197 *.googleusercontent.com gws 1029 +64.233.165.194 google.com gws 1104 +64.233.165.195 google.com gws 2623 +64.233.165.199 google.com gws 1084 +173.194.42.234 *.googleusercontent.com gws 1089 +208.117.224.99 google.com gws 4453 +208.117.226.20 google.com gws 1122 +208.117.224.93 google.com gws 1102 +208.117.224.94 google.com gws 894 +41.206.96.114 google.com gws 896 +62.197.198.218 google.com gws 777 +62.197.198.219 google.com gws 903 +62.197.198.212 google.com gws 963 +62.197.198.216 google.com gws 1523 +74.125.133.114 *.google.com gws 854 +111.168.255.94 google.com gws 785 +64.233.182.152 tpc.googlesyndication.com gws 1033 +178.60.128.20 google.com gws 837 +64.233.182.156 *.g.doubleclick.net gws 889 +64.233.182.154 *.g.doubleclick.net gws 984 +64.233.179.124 *.gfsvc.com gws 1121 +64.233.179.120 *.gstatic.com gws 2400 +64.233.179.123 wifi.google.com gws 920 +64.15.124.55 google.com gws 897 +173.194.194.165 *.googleadservices.com gws 1011 +64.233.161.116 upload.video.google.com gws 1076 +64.233.161.114 *.google.com gws 796 +64.233.161.115 checkout.google.com gws 1030 +64.233.162.115 checkout.google.com gws 771 +64.233.162.114 *.google.com gws 2485 +64.233.162.117 upload.video.google.com gws 1041 +74.125.192.147 www.google.com gws 2326 +64.233.162.112 adwords.google.com gws 914 +123.205.250.106 google.com gws 1079 +74.125.134.176 *.vp.video.l.google.com gws 1031 +123.205.250.102 google.com gws 950 +64.233.167.85 *.orkut.com gws 1115 +64.233.167.87 *.orkut.com gws 953 +208.117.224.221 www.google.com gws 869 +64.233.167.81 sandbox.google.com gws 808 +208.117.224.227 www.google.com gws 1081 +64.233.167.83 mail.google.com gws 1059 +208.117.224.225 www.google.com gws 893 +64.15.112.182 google.com gws 687 +173.194.79.137 *.googlegroups.com gws 1077 +64.15.112.180 google.com gws 1167 +64.15.112.186 google.com gws 935 +94.40.70.37 google.com gws 2183 +64.15.112.184 google.com gws 1301 +64.15.112.185 google.com gws 1067 +86.127.118.152 google.com gws 2643 +86.127.118.153 google.com gws 652 +86.127.118.157 google.com gws 2672 +86.127.118.158 google.com gws 1019 +210.139.253.177 google.com gws 387 +64.233.165.83 mail.google.com gws 1053 +64.233.165.81 sandbox.google.com gws 822 +64.233.165.87 *.orkut.com gws 823 +64.233.165.86 *.orkut.com gws 1444 +64.233.165.85 *.orkut.com gws 1076 +64.15.126.123 google.com gws 982 +74.125.140.198 google.com gws 1097 +74.125.137.122 upload.video.google.com gws 766 +74.125.194.114 *.google.com gws 958 +64.15.126.149 www.google.com gws 703 +64.233.180.112 adwords.google.com gws 1065 +64.233.180.115 checkout.google.com gws 1065 +64.233.180.114 *.google.com gws 1201 +64.233.180.118 *.google.com gws 1032 +208.117.230.99 google.com gws 1184 +106.162.198.118 google.com gws 436 +74.125.229.34 *.google.com gws 962 +64.15.126.143 www.google.com gws 1194 +64.15.126.234 www.google.com gws 884 +64.15.126.231 www.google.com gws 709 +64.15.126.232 www.google.com gws 802 +74.125.30.112 adwords.google.com gws 1275 +64.233.176.157 *.g.doubleclick.net gws 789 +64.233.176.154 *.g.doubleclick.net gws 6932 +194.78.99.39 google.com gws 1030 +64.233.176.152 tpc.googlesyndication.com gws 8327 +208.117.229.25 www.google.com gws 1180 +208.117.229.26 www.google.com gws 927 +208.117.229.27 www.google.com gws 1063 +208.117.229.20 www.google.com gws 912 +208.117.229.22 www.google.com gws 1069 +208.117.228.84 google.com gws 832 +173.194.73.191 *.blogger.com gws 977 +208.117.229.28 www.google.com gws 1212 +1.179.248.35 google.com gws 977 +208.117.224.146 www.google.com gws 859 +208.117.224.145 www.google.com gws 916 +173.194.124.70 *.google.com gws 1195 +1.179.248.30 google.com gws 935 +208.117.224.141 www.google.com gws 2163 +208.117.224.140 www.google.com gws 4546 +208.117.224.149 www.google.com gws 1372 +208.117.224.148 www.google.com gws 917 +64.233.166.146 *.jp.doubleclick.net gws 747 +173.194.40.250 *.g.doubleclick.net gws 943 +64.233.166.142 *.au.doubleclick.net gws 1041 +64.233.166.143 *.de.doubleclick.net gws 921 +173.194.40.255 google.com gws 6082 +84.235.77.50 google.com gws 1055 +84.235.77.55 google.com gws 971 +84.235.77.54 google.com gws 1217 +84.235.77.59 google.com gws 959 +203.116.165.221 google.com gws 1019 +173.194.124.93 *.mail.google.com gws 982 +74.125.198.124 *.gfsvc.com gws 857 +64.233.167.165 *.googleadservices.com gws 1040 +64.233.167.167 *.googleadservices.com gws 1126 +64.233.167.166 *.googleadservices.com gws 960 +74.125.226.93 *.mail.google.com gws 750 +208.117.228.89 google.com gws 854 +64.233.186.157 *.g.doubleclick.net gws 1128 +64.233.186.156 *.g.doubleclick.net gws 1037 +64.233.186.155 *.g.doubleclick.net gws 1202 +208.117.230.153 google.com gws 1294 +208.117.230.152 google.com gws 1564 +208.117.228.83 google.com gws 835 +64.233.185.81 sandbox.google.com gws 1150 +64.233.185.87 *.orkut.com gws 968 +64.15.119.224 www.google.com gws 897 +64.15.119.225 www.google.com gws 686 +64.15.119.226 www.google.com gws 994 +64.15.119.220 www.google.com gws 773 +64.15.119.221 www.google.com gws 1705 +64.15.119.223 www.google.com gws 900 +64.233.186.56 *.google.it gws 1129 +74.125.225.36 *.google.com gws 958 +60.199.175.158 google.com gws 124 +84.235.77.108 google.com gws 1157 +84.235.77.109 google.com gws 1064 +84.235.77.104 google.com gws 958 +84.235.77.103 google.com gws 1091 +118.174.25.221 google.com gws 905 +85.182.250.217 google.com gws 5488 +118.174.25.227 google.com gws 1203 +208.117.228.218 google.com gws 829 +208.117.228.217 google.com gws 847 +208.117.228.216 google.com gws 891 +1.179.248.251 google.com gws 930 +208.117.228.187 google.com gws 833 +118.174.25.35 google.com gws 1068 +118.174.25.34 google.com gws 1835 +121.78.74.102 google.com gws 756 +74.125.207.176 *.vp.video.l.google.com gws 927 +208.117.253.25 google.com gws 917 +208.117.253.24 google.com gws 973 +208.117.253.27 google.com gws 832 +208.117.253.26 google.com gws 1221 +208.117.253.21 google.com gws 934 +208.117.253.23 google.com gws 720 +208.117.253.22 google.com gws 924 +173.194.42.221 *.mail.google.com gws 1113 +203.117.34.182 google.com gws 798 +203.117.34.183 google.com gws 676 +194.78.99.236 google.com gws 791 +85.182.250.216 google.com gws 1188 +173.194.208.176 *.vp.video.l.google.com gws 3371 +62.197.198.208 google.com gws 743 +74.125.69.176 *.vp.video.l.google.com gws 978 +218.176.242.231 google.com gws 2119 +64.233.160.166 *.googleadservices.com gws 3073 +64.233.162.146 *.jp.doubleclick.net gws 2833 +64.233.160.164 *.googleadservices.com gws 1192 +64.233.160.165 *.googleadservices.com gws 828 +64.233.179.138 *.google.com gws 685 +178.45.251.93 google.com gws 786 +64.233.179.133 *.googleusercontent.com gws 1957 +1.179.248.88 google.com gws 961 +178.45.251.99 google.com gws 686 +178.45.251.98 google.com gws 683 +123.205.251.122 google.com gws 933 +64.233.161.101 *.google.com gws 788 +173.194.194.176 *.vp.video.l.google.com gws 870 +64.233.161.104 www.google.com gws 1167 64.233.162.122 upload.video.google.com gws 2278 -84.235.77.109 google.com gws 1245 64.233.162.124 *.gfsvc.com gws 1471 -64.233.180.199 google.com gws 813 -64.15.119.224 www.google.com gws 1202 -64.233.179.157 *.g.doubleclick.net gws 1134 +123.205.250.170 google.com gws 854 +123.205.250.177 google.com gws 874 123.205.250.176 google.com gws 1689 -64.233.177.81 sandbox.google.com gws 1111 -208.117.224.183 www.google.com gws 810 -64.233.186.95 *.googleapis.com gws 992 -64.233.167.95 *.googleapis.com gws 1234 -64.233.180.194 google.com gws 991 -41.206.96.15 google.com gws 1079 -64.233.180.196 google.com gws 1322 -64.233.171.132 *.googleusercontent.com gws 1026 -64.233.169.148 *.doubleclick.net gws 1128 -64.233.163.139 *.google.com gws 1017 -64.233.171.137 *.googlegroups.com gws 1023 -194.78.99.187 google.com gws 1163 -64.233.180.84 accounts.google.com gws 779 -64.15.124.24 google.com gws 821 -203.165.14.217 google.com gws 253 -64.233.171.139 *.google.com gws 924 -64.233.161.191 *.blogger.com gws 1170 -64.233.163.136 *.google.com gws 792 -123.205.251.90 google.com gws 1161 -64.233.161.194 google.com gws 1024 -64.233.161.195 google.com gws 983 +123.205.250.174 google.com gws 1045 +74.125.24.123 wifi.google.com gws 4268 +64.233.167.95 *.googleapis.com gws 654 +41.206.96.15 google.com gws 855 +173.194.67.112 adwords.google.com gws 994 173.194.64.31 *.google.com gws 1284 -64.15.112.182 google.com gws 956 -64.233.182.137 *.googlegroups.com gws 984 -64.233.171.84 accounts.google.com gws 1039 -64.233.162.190 *.google.com gws 1042 -208.117.229.84 www.google.com gws 1075 -208.117.229.85 www.google.com gws 803 -208.117.229.88 www.google.com gws 1040 -74.125.226.44 *.googleusercontent.com gws 1160 -64.233.183.157 *.g.doubleclick.net gws 826 -123.205.250.181 google.com gws 1344 -64.233.162.86 *.orkut.com gws 1025 -85.182.250.216 google.com gws 988 -64.233.162.84 accounts.google.com gws 1281 -208.117.231.155 google.com gws 1214 -64.233.162.83 mail.google.com gws 1966 -173.194.78.196 google.com gws 997 -85.182.250.217 google.com gws 1900 -64.15.112.155 google.com gws 1069 -64.233.160.85 *.orkut.com gws 990 -64.233.160.87 *.orkut.com gws 1075 -64.15.112.151 google.com gws 1051 -64.233.183.132 *.googleusercontent.com gws 1068 -64.233.160.82 *.googlecode.com gws 1019 -64.15.112.152 google.com gws 1096 -64.233.177.157 *.g.doubleclick.net gws 1128 -208.117.229.80 www.google.com gws 1097 -64.233.177.155 *.g.doubleclick.net gws 1074 -64.233.177.154 *.g.doubleclick.net gws 758 -64.233.186.69 *.google.com.ua gws 1138 +86.127.118.148 google.com gws 911 +210.153.73.89 google.com gws 1561 +210.153.73.88 google.com gws 879 +64.233.165.96 www.googleadservices.com gws 847 +64.233.165.91 *.google.com gws 1328 +64.15.112.155 google.com gws 907 +64.233.180.87 *.orkut.com gws 1010 +64.233.165.98 *.google.com gws 1720 +64.15.112.150 google.com gws 901 +64.15.112.152 google.com gws 797 +64.15.126.132 www.google.com gws 568 +64.15.126.130 www.google.com gws 1188 208.117.229.66 www.google.com gws 1085 -64.15.126.134 www.google.com gws 1009 -64.15.126.138 www.google.com gws 1031 -74.125.70.251 *.google.com gws 988 -64.233.169.122 upload.video.google.com gws 759 -118.174.25.227 google.com gws 1003 -64.233.169.124 *.gfsvc.com gws 1741 -64.233.169.90 cert-test.sandbox.google.com gws 1149 -208.117.224.245 www.google.com gws 1259 -64.233.169.93 *.google.com gws 1010 -64.233.169.94 google.com gws 1660 -208.117.224.241 www.google.com gws 1157 -64.233.181.116 upload.video.google.com gws 763 -208.117.224.243 www.google.com gws 1058 -64.233.171.146 *.jp.doubleclick.net gws 986 -208.117.233.87 google.com gws 757 -84.235.77.55 google.com gws 1242 -202.39.143.40 google.com gws 981 -213.240.44.18 google.com gws 1591 -64.15.112.123 google.com gws 1191 -64.233.171.148 *.doubleclick.net gws 1056 -64.233.160.196 google.com gws 968 -74.125.227.90 *.g.doubleclick.net gws 1166 -64.15.115.35 google.com gws 3245 -41.206.96.134 google.com gws 981 -64.233.180.85 *.orkut.com gws 1053 -64.233.186.101 *.google.com gws 1017 -173.194.112.236 *.googleusercontent.com gws 994 -173.194.73.142 *.au.doubleclick.net gws 1127 +64.15.126.134 www.google.com gws 957 +64.15.126.138 www.google.com gws 856 +74.125.141.146 *.jp.doubleclick.net gws 1036 +208.117.228.219 google.com gws 726 +64.233.180.124 *.gfsvc.com gws 1123 +74.125.194.166 *.googleadservices.com gws 875 +74.125.195.165 *.googleadservices.com gws 794 +106.162.198.104 google.com gws 434 +74.125.229.41 *.google.com gws 923 74.125.229.43 *.googleusercontent.com gws 1057 -64.233.163.117 upload.video.google.com gws 1060 -64.15.126.132 www.google.com gws 1062 74.125.229.46 *.google.com gws 1289 -64.15.126.227 www.google.com gws 1281 -64.15.126.224 www.google.com gws 1031 -64.15.126.225 www.google.com gws 940 -1.179.248.108 google.com gws 1021 -64.233.163.83 mail.google.com gws 1021 -64.15.126.220 www.google.com gws 2889 -64.15.117.117 google.com gws 1074 -64.15.114.57 google.com gws 1068 -64.233.184.156 *.g.doubleclick.net gws 1050 -64.15.117.118 google.com gws 1073 -64.233.181.114 *.google.com gws 1278 -64.233.169.156 *.g.doubleclick.net gws 1027 -173.194.68.144 *.uk.doubleclick.net gws 1085 -173.194.121.69 *.google.com gws 2279 +64.15.126.227 www.google.com gws 869 +64.15.126.224 www.google.com gws 3121 +64.15.126.225 www.google.com gws 1198 +208.117.230.45 google.com gws 1209 +64.15.126.220 www.google.com gws 886 +64.233.176.31 *.google.com gws 1467 +173.194.76.152 tpc.googlesyndication.com gws 4040 +173.194.194.193 m.google.com gws 1414 +64.233.169.156 *.g.doubleclick.net gws 714 64.233.169.155 *.g.doubleclick.net gws 1051 173.194.118.32 *.google.com gws 2351 -208.117.228.84 google.com gws 972 -85.182.250.251 google.com gws 1007 -74.125.25.145 *.fr.doubleclick.net gws 1462 -64.233.183.156 *.g.doubleclick.net gws 1037 -173.194.116.253 *.mail.google.com gws 1130 -64.15.117.22 google.com gws 3071 -84.235.77.163 google.com gws 1286 -173.194.123.127 google.com gws 883 -64.233.184.100 *.google.com gws 1034 -64.15.117.25 google.com gws 2355 -64.15.113.108 google.com gws 1540 -208.117.229.151 google.com gws 1044 -64.233.161.104 www.google.com gws 1167 -208.117.229.152 google.com gws 982 -173.194.113.127 google.com gws 1196 -64.233.178.106 www.google.com gws 966 -64.233.178.149 *.doubleclick.net gws 1170 -208.117.229.30 www.google.com gws 826 +208.117.231.250 google.com gws 1267 +64.233.176.146 *.jp.doubleclick.net gws 997 +64.233.176.142 *.au.doubleclick.net gws 862 +173.194.71.124 *.gfsvc.com gws 1058 +208.117.229.31 www.google.com gws 1068 +208.117.229.30 www.google.com gws 899 74.125.20.197 *.googleusercontent.com gws 2451 -203.116.165.247 google.com gws 4493 -64.233.178.94 google.com gws 1131 -64.233.183.164 *.googleadservices.com gws 2264 -208.117.224.235 www.google.com gws 2857 -74.125.136.196 google.com gws 1749 -74.125.136.195 google.com gws 1022 +173.194.71.122 upload.video.google.com gws 2954 +208.117.224.154 www.google.com gws 857 +208.117.224.155 www.google.com gws 1949 208.117.224.157 www.google.com gws 1672 74.125.138.133 *.googleusercontent.com gws 2245 +1.179.248.45 google.com gws 835 208.117.224.152 www.google.com gws 1078 208.117.224.153 www.google.com gws 1034 -94.40.70.37 google.com gws 2183 -173.194.65.194 google.com gws 1996 -173.194.68.137 *.googlegroups.com gws 1114 -74.125.136.198 google.com gws 1022 -84.235.77.30 google.com gws 1125 -64.233.165.83 mail.google.com gws 1053 -64.233.166.157 *.g.doubleclick.net gws 1018 -64.233.166.156 *.g.doubleclick.net gws 1022 -62.116.207.42 google.com gws 985 +208.117.224.158 www.google.com gws 897 +74.125.226.116 www.google.com gws 689 +64.233.166.154 *.g.doubleclick.net gws 979 +64.233.166.157 *.g.doubleclick.net gws 1318 +64.233.166.156 *.g.doubleclick.net gws 944 64.233.166.152 tpc.googlesyndication.com gws 1107 -74.125.207.164 *.googleadservices.com gws 1082 -218.176.242.153 google.com gws 2487 -62.116.207.48 google.com gws 796 -64.15.126.244 www.google.com gws 921 -173.194.66.31 *.google.com gws 1104 +74.125.196.165 *.googleadservices.com gws 1273 173.194.207.193 m.google.com gws 1038 -64.233.181.96 www.googleadservices.com gws 713 -74.125.25.164 *.googleadservices.com gws 790 -64.233.183.106 www.google.com gws 1544 -64.15.114.85 google.com gws 6309 -61.219.131.94 google.com gws 5422 -86.127.118.158 google.com gws 1046 -74.125.24.167 *.googleadservices.com gws 4302 -64.233.165.87 *.orkut.com gws 1289 -173.194.42.123 *.doubleclick.net gws 1046 -64.233.180.148 *.doubleclick.net gws 1000 -64.233.168.196 google.com gws 3155 -178.45.251.114 google.com gws 939 -64.233.186.54 *.google.fr gws 869 -208.117.229.91 www.google.com gws 971 -64.233.167.152 tpc.googlesyndication.com gws 832 -60.199.175.52 google.com gws 1276 -64.233.184.196 google.com gws 1234 -74.125.227.6 *.google.com gws 1088 -81.175.29.174 google.com gws 1252 -84.235.77.187 google.com gws 973 -64.233.180.118 *.google.com gws 1032 -84.235.77.182 google.com gws 1101 -173.194.78.114 *.google.com gws 989 -86.127.118.183 google.com gws 1000 +64.233.167.154 *.g.doubleclick.net gws 1033 +64.233.167.157 *.g.doubleclick.net gws 944 +64.233.167.152 tpc.googlesyndication.com gws 930 +210.61.221.153 google.com gws 314 +64.233.178.138 *.google.com gws 983 64.233.178.139 *.google.com gws 1059 -64.233.168.155 *.g.doubleclick.net gws 1063 -173.194.121.67 *.google.com gws 1156 -64.233.168.104 www.google.com gws 1027 -64.233.179.103 www.google.com gws 1007 -64.233.165.124 *.gfsvc.com gws 4143 -84.235.77.212 google.com gws 1241 -173.194.124.10 *.googleusercontent.com gws 1514 -64.233.179.104 www.google.com gws 765 -173.194.37.204 *.googleusercontent.com gws 769 +64.233.178.137 *.googlegroups.com gws 1046 +64.233.178.132 *.googleusercontent.com gws 756 +203.165.13.245 google.com gws 511 +208.117.230.148 google.com gws 1140 64.233.186.122 upload.video.google.com gws 1185 -64.233.184.191 *.blogger.com gws 1828 -208.117.233.117 google.com gws 1028 -84.235.77.217 google.com gws 1155 -64.233.186.124 *.gfsvc.com gws 983 -173.194.118.198 *.google.com gws 982 +64.233.186.124 *.gfsvc.com gws 1031 +64.233.171.191 *.blogger.com gws 740 64.233.185.93 *.google.com gws 1070 -74.125.227.57 *.g.doubleclick.net gws 1086 +64.233.185.90 cert-test.sandbox.google.com gws 976 64.233.171.195 google.com gws 1590 64.233.171.194 google.com gws 1527 -64.233.176.93 *.google.com gws 2102 -64.233.184.165 *.googleadservices.com gws 1082 +64.233.171.196 google.com gws 927 64.233.171.199 google.com gws 1269 -64.233.182.251 *.google.com gws 1955 -64.233.185.98 *.google.com gws 865 -64.233.163.143 *.de.doubleclick.net gws 979 -64.233.177.117 upload.video.google.com gws 1114 -64.233.177.116 upload.video.google.com gws 1064 -208.117.231.44 google.com gws 1292 -64.233.186.40 *.google.com.ph gws 1279 -64.233.186.41 *.google.com.ar gws 1020 -64.233.186.42 *.google.co.nz gws 2228 -64.233.186.43 *.google.lt gws 1498 -64.233.186.44 *.google.cn gws 1001 -64.233.186.45 *.google.com.sg gws 1286 -208.117.227.19 google.com gws 995 -64.233.177.94 google.com gws 1064 -64.233.181.154 *.g.doubleclick.net gws 2117 -64.233.177.99 www.google.com gws 1299 -64.233.181.157 *.g.doubleclick.net gws 1132 -173.194.64.123 wifi.google.com gws 990 -84.235.77.39 google.com gws 1404 -64.15.117.26 google.com gws 1035 -208.117.224.201 www.google.com gws 753 -208.117.224.203 www.google.com gws 1128 -208.117.224.205 www.google.com gws 986 +64.233.185.98 *.google.com gws 1073 +64.15.119.251 www.google.com gws 900 +64.15.119.250 www.google.com gws 679 +173.194.64.123 wifi.google.com gws 1190 64.233.181.251 *.google.com gws 1041 -208.117.231.182 google.com gws 1130 -208.117.224.208 www.google.com gws 1239 -208.117.224.209 www.google.com gws 1288 -74.125.229.6 *.google.com gws 3588 -64.233.179.113 *.google.com gws 1077 -64.233.177.145 *.fr.doubleclick.net gws 1069 -64.233.163.165 *.googleadservices.com gws 1048 -208.117.226.20 google.com gws 1122 -64.233.163.167 *.googleadservices.com gws 1017 -86.127.118.168 google.com gws 1106 -208.117.226.25 google.com gws 1015 -208.117.226.24 google.com gws 1179 -208.117.226.27 google.com gws 895 -208.117.226.26 google.com gws 1603 -64.233.177.189 *.mail.google.com gws 1379 -208.117.228.219 google.com gws 1082 173.194.44.49 www.google.com gws 1831 -64.233.179.18 mail.google.com gws 1114 +64.233.179.18 mail.google.com gws 995 64.233.161.85 *.orkut.com gws 1065 -64.233.161.83 mail.google.com gws 767 -64.233.186.148 *.doubleclick.net gws 1138 -173.194.78.142 *.au.doubleclick.net gws 937 -173.194.121.58 *.g.doubleclick.net gws 899 -173.194.121.59 *.doubleclick.net gws 1028 -173.194.76.167 *.googleadservices.com gws 1108 -208.117.229.154 google.com gws 1144 +173.194.65.142 *.au.doubleclick.net gws 790 +208.117.228.208 google.com gws 3241 +208.117.228.209 google.com gws 466 +64.233.161.81 sandbox.google.com gws 1044 +173.194.65.146 *.jp.doubleclick.net gws 9058 +64.233.179.17 mail.google.com gws 895 1.179.248.221 google.com gws 1151 -64.233.185.120 *.gstatic.com gws 776 -64.233.185.123 wifi.google.com gws 2320 -1.179.248.222 google.com gws 1113 +173.194.42.107 *.googleusercontent.com gws 1190 173.194.124.115 www.google.com gws 1362 -64.233.185.124 *.gfsvc.com gws 1051 -1.179.248.227 google.com gws 1026 -208.117.231.39 google.com gws 1081 -64.233.177.166 *.googleadservices.com gws 1063 -178.45.251.84 google.com gws 2470 -64.233.177.165 *.googleadservices.com gws 752 -64.233.177.87 *.orkut.com gws 1022 +1.179.248.227 google.com gws 1017 +1.179.248.226 google.com gws 1016 173.194.42.109 *.g.doubleclick.net gws 1030 -64.233.189.90 cert-test.sandbox.google.com gws 1056 +118.174.25.25 google.com gws 914 84.235.77.88 google.com gws 1254 -173.194.66.145 *.fr.doubleclick.net gws 1179 -173.194.66.166 *.googleadservices.com gws 1337 +84.235.77.89 google.com gws 1099 64.233.186.33 *.google.com.au gws 1126 -64.233.160.123 wifi.google.com gws 1042 -74.125.192.42 *.google.co.nz gws 814 -64.233.179.197 *.googleusercontent.com gws 1064 -64.233.186.38 *.google.co.za gws 1112 -64.233.180.165 *.googleadservices.com gws 998 -74.125.228.221 *.mail.google.com gws 1131 -208.117.231.119 google.com gws 1756 -81.175.29.144 google.com gws 1844 -64.233.181.124 *.gfsvc.com gws 1043 -81.175.29.148 google.com gws 1024 -208.117.230.84 google.com gws 1518 -173.194.68.194 google.com gws 1211 -208.117.231.114 google.com gws 1970 -64.233.176.101 *.google.com gws 1072 -106.162.192.158 google.com gws 253 +84.235.77.84 google.com gws 1111 +81.175.29.144 google.com gws 921 +81.175.29.148 google.com gws 806 +74.125.238.62 *.google-analytics.com gws 2107 +194.78.99.227 google.com gws 987 +194.78.99.221 google.com gws 803 +64.15.117.121 google.com gws 920 +64.15.117.120 google.com gws 723 +64.15.117.122 google.com gws 734 +64.233.160.190 *.google.com gws 987 +74.125.143.97 *.google-analytics.com gws 1037 +173.194.66.117 upload.video.google.com gws 1216 +64.233.160.194 google.com gws 1059 +64.233.163.83 mail.google.com gws 991 +118.174.25.217 google.com gws 917 +64.233.163.86 *.orkut.com gws 1131 +62.197.198.234 google.com gws 910 +62.197.198.230 google.com gws 981 +208.117.224.54 google.com gws 908 +208.117.224.55 google.com gws 1104 +62.197.198.238 google.com gws 980 +173.194.193.17 mail.google.com gws 1067 +178.45.251.84 google.com gws 1148 +178.45.251.89 google.com gws 859 +64.233.162.136 *.google.com gws 1116 +64.233.182.194 google.com gws 1980 +64.233.162.133 *.googleusercontent.com gws 1047 +64.233.162.132 *.googleusercontent.com gws 1530 +74.125.25.194 google.com gws 939 +64.233.162.139 *.google.com gws 877 +64.233.182.198 google.com gws 833 +64.233.184.251 *.google.com gws 1033 +208.117.227.56 google.com gws 1119 +123.205.250.166 google.com gws 860 +94.40.70.59 google.com gws 926 +86.127.118.177 google.com gws 860 +74.125.22.116 upload.video.google.com gws 836 +86.127.118.172 google.com gws 840 +86.127.118.173 google.com gws 3741 +208.117.233.27 google.com gws 948 +210.153.73.98 google.com gws 881 +210.153.73.99 google.com gws 969 +208.117.233.22 google.com gws 1171 +64.15.112.148 google.com gws 1787 +74.125.225.130 *.google.com gws 1066 +64.15.126.104 google.com gws 769 +173.194.219.193 m.google.com gws 1995 +210.153.73.94 google.com gws 911 +173.194.219.191 *.blogger.com gws 987 +208.117.253.116 google.com gws 548 +208.117.253.118 google.com gws 1056 +64.233.180.138 *.google.com gws 1118 +64.233.180.132 *.googleusercontent.com gws 1105 +64.233.161.138 *.google.com gws 1010 +64.233.163.194 google.com gws 1456 +64.233.163.195 google.com gws 1033 +64.233.161.136 *.google.com gws 1203 +64.233.163.197 *.googleusercontent.com gws 1189 +64.233.161.132 *.googleusercontent.com gws 806 +64.233.163.193 m.google.com gws 1025 +64.15.114.21 google.com gws 997 +64.15.114.27 google.com gws 1318 +64.15.114.24 google.com gws 1180 +64.15.126.218 www.google.com gws 968 +64.15.126.212 www.google.com gws 857 +64.233.169.145 *.fr.doubleclick.net gws 1050 +64.233.169.144 *.uk.doubleclick.net gws 1249 +173.194.206.106 www.google.com gws 822 +74.125.192.36 *.google.com.my gws 889 +64.233.169.143 *.de.doubleclick.net gws 1188 +74.125.192.34 *.google.com.vn gws 1064 +173.194.66.198 google.com gws 991 +64.233.169.149 *.doubleclick.net gws 1151 +208.117.231.247 google.com gws 1471 +123.205.250.163 google.com gws 849 +203.66.124.153 google.com gws 300 +106.162.216.54 google.com gws 924 +106.162.216.55 google.com gws 1029 +208.117.224.160 www.google.com gws 1000 +208.117.224.163 www.google.com gws 1887 +1.179.248.50 google.com gws 969 +208.117.224.165 www.google.com gws 1126 +208.117.224.164 www.google.com gws 2195 +1.179.248.55 google.com gws 933 +1.179.248.54 google.com gws 992 +208.117.224.168 www.google.com gws 1718 +1.179.248.59 google.com gws 1100 +64.15.126.206 www.google.com gws 775 +193.92.133.54 google.com gws 1439 +64.15.124.185 google.com gws 487 +64.15.124.181 google.com gws 879 +64.15.124.180 google.com gws 1061 +64.233.185.143 *.de.doubleclick.net gws 1069 +74.125.133.137 *.googlegroups.com gws 1210 +64.15.126.203 www.google.com gws 556 +64.233.167.143 *.de.doubleclick.net gws 875 +64.233.167.147 www.google.com gws 786 +64.233.167.146 *.jp.doubleclick.net gws 1752 +64.233.167.144 *.uk.doubleclick.net gws 760 +64.233.167.148 *.doubleclick.net gws 1210 +64.233.178.124 *.gfsvc.com gws 1075 +64.233.178.123 wifi.google.com gws 752 +64.233.178.122 upload.video.google.com gws 652 +93.183.211.249 google.com gws 1097 +64.233.186.133 *.googleusercontent.com gws 1422 +64.233.186.132 *.googleusercontent.com gws 885 +64.233.186.137 *.googlegroups.com gws 1055 +210.61.221.182 google.com gws 292 +64.15.119.240 www.google.com gws 916 +64.233.178.90 cert-test.sandbox.google.com gws 995 +64.15.126.25 google.com gws 762 +60.199.175.172 google.com gws 101 +84.235.77.123 google.com gws 1155 +173.194.113.127 google.com gws 1196 +64.233.161.94 google.com gws 1655 +64.233.161.96 www.googleadservices.com gws 810 +64.233.161.97 *.google-analytics.com gws 813 +173.194.124.106 *.googleusercontent.com gws 1284 +1.179.248.236 google.com gws 782 +1.179.248.237 google.com gws 867 +64.233.160.167 *.googleadservices.com gws 795 +84.235.77.94 google.com gws 2368 +84.235.77.93 google.com gws 1022 +84.235.77.99 google.com gws 1757 +84.235.77.98 google.com gws 1011 +81.175.29.152 google.com gws 964 +81.175.29.154 google.com gws 743 +81.175.29.155 google.com gws 2262 +81.175.29.159 google.com gws 799 +173.194.196.152 tpc.googlesyndication.com gws 837 +74.125.227.67 *.google.com gws 909 +64.233.182.17 mail.google.com gws 858 +74.125.136.124 *.gfsvc.com gws 1123 +178.45.251.94 google.com gws 691 +64.233.162.19 mail.google.com gws 1068 +1.179.248.123 google.com gws 864 +208.117.229.219 google.com gws 999 +74.125.143.85 *.orkut.com gws 903 +74.125.143.86 *.orkut.com gws 718 +208.117.229.215 google.com gws 1200 +208.117.229.212 google.com gws 1036 +208.117.229.213 google.com gws 1048 +173.194.193.156 *.g.doubleclick.net gws 703 +173.194.204.31 *.google.com gws 1195 +64.233.163.97 *.google-analytics.com gws 929 +64.233.163.94 google.com gws 1192 +64.233.163.95 *.googleapis.com gws 1237 +62.197.198.223 google.com gws 749 +62.197.198.227 google.com gws 890 +62.197.198.229 google.com gws 965 +208.117.224.40 google.com gws 656 +64.233.160.148 *.doubleclick.net gws 794 +64.233.166.19 mail.google.com gws 1941 +64.233.166.18 mail.google.com gws 832 +64.233.160.142 *.au.doubleclick.net gws 1253 +64.233.160.143 *.de.doubleclick.net gws 1049 +64.233.160.146 *.jp.doubleclick.net gws 860 +64.233.162.143 *.de.doubleclick.net gws 934 +123.205.250.159 google.com gws 898 +64.233.162.147 www.google.com gws 1076 +64.233.162.145 *.fr.doubleclick.net gws 1155 +123.205.250.155 google.com gws 909 +123.205.250.154 google.com gws 872 +64.233.162.148 *.doubleclick.net gws 5532 +64.233.162.149 *.doubleclick.net gws 929 +123.205.250.152 google.com gws 673 +64.15.113.93 google.com gws 1515 +74.125.24.143 *.de.doubleclick.net gws 1544 +123.205.251.91 google.com gws 885 +41.206.96.35 google.com gws 903 +74.125.24.146 *.jp.doubleclick.net gws 1085 +81.175.29.181 google.com gws 922 +212.188.15.187 google.com gws 610 +86.127.118.168 google.com gws 1050 +86.127.118.163 google.com gws 3881 +86.127.118.162 google.com gws 1597 +86.127.118.167 google.com gws 1061 +173.194.77.116 upload.video.google.com gws 1193 +64.15.126.119 google.com gws 1348 +208.117.233.54 google.com gws 857 +208.117.233.59 google.com gws 654 +74.125.225.125 *.mail.google.com gws 988 +74.125.140.117 upload.video.google.com gws 870 +74.125.141.167 *.googleadservices.com gws 1070 +64.233.161.91 *.google.com gws 848 +64.233.163.189 *.mail.google.com gws 1197 +74.125.22.117 upload.video.google.com gws 1059 +64.233.161.123 wifi.google.com gws 4010 +64.233.161.122 upload.video.google.com gws 1036 +64.233.161.120 *.gstatic.com gws 937 +74.125.229.68 *.google.com gws 1170 +74.125.229.67 *.google.com gws 2240 +173.194.121.34 *.google.com gws 992 +173.194.121.37 *.google.com gws 1204 +64.233.176.19 mail.google.com gws 890 +208.117.230.20 google.com gws 1138 +64.15.126.200 www.google.com gws 854 +210.139.253.29 google.com gws 1117 +64.15.126.202 www.google.com gws 1090 +208.117.230.29 google.com gws 1462 +64.15.126.209 www.google.com gws 801 +64.233.176.17 mail.google.com gws 1165 +74.125.30.124 *.gfsvc.com gws 1064 +208.117.227.88 google.com gws 913 +208.117.227.89 google.com gws 655 +64.233.169.176 *.vp.video.l.google.com gws 1207 +210.153.73.113 google.com gws 970 +210.153.73.118 google.com gws 2883 +210.153.73.119 google.com gws 1190 +64.233.176.167 *.googleadservices.com gws 864 +64.233.176.166 *.googleadservices.com gws 1042 +64.233.176.165 *.googleadservices.com gws 874 +74.125.139.176 *.vp.video.l.google.com gws 1281 +64.233.167.96 www.googleadservices.com gws 1035 +208.117.224.179 www.google.com gws 978 +208.117.224.176 www.google.com gws 856 +208.117.224.174 www.google.com gws 654 +208.117.224.172 www.google.com gws 762 +208.117.224.170 www.google.com gws 1203 +106.162.216.44 google.com gws 437 +74.125.138.152 tpc.googlesyndication.com gws 929 +210.153.73.49 google.com gws 881 +64.15.117.90 google.com gws 959 +64.15.117.91 google.com gws 880 +210.153.73.45 google.com gws 1188 +210.153.73.40 google.com gws 987 +74.125.137.197 *.googleusercontent.com gws 1004 +74.125.137.194 google.com gws 916 +64.233.161.199 google.com gws 1028 +74.125.236.160 *.google.com gws 1975 +64.233.178.112 adwords.google.com gws 974 +64.233.178.114 *.google.com gws 977 +64.233.178.117 upload.video.google.com gws 966 +64.233.186.104 www.google.com gws 1165 +64.233.186.105 www.google.com gws 1076 +64.233.186.100 *.google.com gws 6693 +64.233.186.101 *.google.com gws 939 +194.78.99.40 google.com gws 829 +195.249.20.224 google.com gws 3375 +64.233.163.136 *.google.com gws 1192 +74.125.224.7 *.google.com gws 923 +173.194.79.96 www.googleadservices.com gws 1369 +94.40.70.42 google.com gws 1381 +84.235.77.153 google.com gws 973 +84.235.77.152 google.com gws 1036 +84.235.77.157 google.com gws 1107 +84.235.77.158 google.com gws 2133 +64.233.184.18 mail.google.com gws 1076 +64.233.179.31 *.google.com gws 1201 +64.15.119.156 www.google.com gws 889 +64.233.186.195 google.com gws 951 +118.174.25.168 google.com gws 1120 +64.233.169.87 *.orkut.com gws 744 +81.175.29.166 google.com gws 1074 +81.175.29.165 google.com gws 793 64.233.186.18 mail.google.com gws 1582 -64.233.176.105 www.google.com gws 1000 -64.233.178.189 *.mail.google.com gws 1020 -64.233.176.106 www.google.com gws 2299 -208.117.231.153 google.com gws 1514 -64.233.161.165 *.googleadservices.com gws 1132 -208.117.228.83 google.com gws 1955 -64.15.112.150 google.com gws 1032 -208.117.224.119 google.com gws 1181 -64.233.160.118 *.google.com gws 1010 -173.194.193.84 accounts.google.com gws 994 -64.233.163.17 mail.google.com gws 976 -208.117.229.31 www.google.com gws 1125 +81.175.29.163 google.com gws 2614 +64.233.179.143 *.de.doubleclick.net gws 937 +64.233.167.198 google.com gws 1739 +64.233.167.190 *.google.com gws 3226 +64.233.167.191 *.blogger.com gws 1109 +64.233.167.195 google.com gws 3381 +64.233.167.196 google.com gws 971 +64.233.167.197 *.googleusercontent.com gws 1279 +173.194.195.164 *.googleadservices.com gws 782 +1.179.248.119 google.com gws 1214 +1.179.248.118 google.com gws 733 +1.179.248.113 google.com gws 906 +1.179.248.114 google.com gws 1190 +194.78.99.242 google.com gws 798 +111.168.255.183 google.com gws 766 +208.117.231.150 google.com gws 1511 +61.219.131.88 google.com gws 914 +173.194.65.167 *.googleadservices.com gws 1024 +85.182.250.222 google.com gws 480 +85.182.250.221 google.com gws 574 +208.117.229.3 www.google.com gws 963 +208.117.229.2 www.google.com gws 900 +208.117.229.5 www.google.com gws 1131 +208.117.229.4 www.google.com gws 2957 +218.176.242.247 google.com gws 1018 +208.117.229.9 www.google.com gws 1077 +208.117.229.8 www.google.com gws 888 +80.228.65.183 google.com gws 854 +210.153.73.84 google.com gws 957 +173.194.78.31 *.google.com gws 1068 +208.117.229.67 www.google.com gws 926 +64.233.183.31 *.google.com gws 1075 +62.116.207.59 google.com gws 955 +208.117.229.69 www.google.com gws 943 +62.116.207.53 google.com gws 1018 +62.116.207.57 google.com gws 936 +84.235.77.236 google.com gws 988 +64.233.183.117 upload.video.google.com gws 1105 +123.205.250.148 google.com gws 906 +64.233.162.152 tpc.googlesyndication.com gws 1038 +64.233.162.155 *.g.doubleclick.net gws 1057 +74.125.134.133 *.googleusercontent.com gws 924 +123.205.250.144 google.com gws 867 +123.205.251.81 google.com gws 860 +123.205.251.80 google.com gws 878 +123.205.251.83 google.com gws 909 +123.205.251.82 google.com gws 869 +123.205.251.85 google.com gws 1427 +123.205.251.84 google.com gws 904 +123.205.251.87 google.com gws 2255 +123.205.251.86 google.com gws 1468 +123.205.251.89 google.com gws 876 +64.233.189.106 www.google.com gws 3357 +64.233.178.199 google.com gws 882 +74.125.69.149 *.doubleclick.net gws 864 +173.194.118.188 *.doubleclick.net gws 944 +173.194.118.181 mail.google.com gws 1266 +173.194.118.186 *.g.doubleclick.net gws 1588 +208.117.229.148 google.com gws 944 +74.125.194.152 tpc.googlesyndication.com gws 1103 +74.125.70.112 adwords.google.com gws 990 +74.125.194.155 *.g.doubleclick.net gws 976 +208.117.224.244 www.google.com gws 903 +173.194.121.27 *.doubleclick.net gws 1290 +60.199.175.117 google.com gws 292 +74.125.229.71 *.google.com gws 657 +173.194.121.29 *.mail.google.com gws 1287 +208.117.230.30 google.com gws 1339 +210.139.253.30 google.com gws 2326 +203.211.0.34 google.com gws 595 +208.117.227.84 google.com gws 773 +64.233.169.167 *.googleadservices.com gws 1328 +64.233.169.166 *.googleadservices.com gws 1272 +210.153.73.103 google.com gws 873 +64.15.124.217 google.com gws 907 +64.15.124.213 google.com gws 900 +64.15.124.212 google.com gws 758 +212.188.15.157 google.com gws 599 +210.153.73.109 google.com gws 1856 +210.153.73.108 google.com gws 833 +208.117.227.85 google.com gws 959 +64.233.176.114 *.google.com gws 1931 +208.117.224.109 google.com gws 4065 +208.117.224.108 google.com gws 1098 +208.117.224.103 google.com gws 1097 +74.125.138.166 *.googleadservices.com gws 1025 +74.125.138.167 *.googleadservices.com gws 858 +208.117.224.104 google.com gws 912 +193.92.133.34 google.com gws 3738 +64.15.117.87 google.com gws 983 +64.15.117.86 google.com gws 1073 +64.233.166.103 www.google.com gws 1706 +210.153.73.54 google.com gws 875 +210.153.73.55 google.com gws 1214 +210.242.125.30 google.com gws 100 +64.233.178.31 *.google.com gws 1166 +64.233.180.19 mail.google.com gws 811 +173.194.119.42 *.googleusercontent.com gws 1026 +64.233.178.106 www.google.com gws 1166 +64.233.178.103 www.google.com gws 1081 +64.233.178.101 *.google.com gws 878 +216.239.38.122 *.googleapis.com gws 892 +203.165.13.210 google.com gws 439 +208.117.230.113 google.com gws 1561 +64.233.186.112 adwords.google.com gws 1152 +64.15.113.184 google.com gws 548 +64.233.186.117 upload.video.google.com gws 1231 +93.183.211.227 google.com gws 1414 +64.233.186.115 checkout.google.com gws 1842 +64.233.186.114 *.google.com gws 945 +208.117.230.119 google.com gws 1197 +195.249.20.237 google.com gws 683 +195.249.20.231 google.com gws 1015 +195.249.20.230 google.com gws 1662 +173.194.64.118 *.google.com gws 984 +74.125.138.98 *.google.com gws 945 +74.125.129.145 *.fr.doubleclick.net gws 1052 +208.117.229.80 www.google.com gws 918 +208.117.229.84 www.google.com gws 925 +208.117.229.85 www.google.com gws 970 +208.117.229.88 www.google.com gws 1040 +1.179.248.212 google.com gws 651 +64.233.183.132 *.googleusercontent.com gws 1068 +1.179.248.216 google.com gws 843 +1.179.248.217 google.com gws 994 +74.125.129.197 *.googleusercontent.com gws 985 +74.125.192.49 *.google.ae gws 1130 +106.162.192.172 google.com gws 3070 +41.206.96.251 google.com gws 1108 +64.233.169.90 cert-test.sandbox.google.com gws 1149 +64.233.169.91 *.google.com gws 1031 +64.233.169.93 *.google.com gws 676 +64.233.181.114 *.google.com gws 974 +64.233.181.115 checkout.google.com gws 1211 +64.233.181.116 upload.video.google.com gws 797 +81.175.29.177 google.com gws 772 +64.233.171.146 *.jp.doubleclick.net gws 1044 +173.194.122.101 *.google.com gws 954 +64.233.171.144 *.uk.doubleclick.net gws 1043 +64.233.171.145 *.fr.doubleclick.net gws 767 +173.194.122.105 *.google.com gws 1008 +1.179.248.222 google.com gws 1113 +64.233.171.148 *.doubleclick.net gws 1056 +64.233.171.149 *.doubleclick.net gws 925 +1.179.248.104 google.com gws 699 +1.179.248.103 google.com gws 941 +64.233.162.31 *.google.com gws 928 +1.179.248.108 google.com gws 975 +64.15.117.116 google.com gws 984 +64.15.117.117 google.com gws 764 +64.15.117.118 google.com gws 1359 +173.194.65.194 google.com gws 1688 +85.182.250.251 google.com gws 479 +173.194.116.253 *.mail.google.com gws 719 +64.233.184.100 *.google.com gws 759 +74.125.238.37 *.google.com gws 1264 +173.194.204.167 *.googleadservices.com gws 4547 +64.233.160.123 wifi.google.com gws 1042 +111.168.255.113 google.com gws 774 +62.116.207.46 google.com gws 968 +62.116.207.42 google.com gws 879 +62.116.207.48 google.com gws 970 +62.116.207.49 google.com gws 827 +173.194.66.31 *.google.com gws 1104 +74.125.25.164 *.googleadservices.com gws 1090 +64.233.183.106 www.google.com gws 1544 +74.125.24.167 *.googleadservices.com gws 4302 +74.125.24.166 *.googleadservices.com gws 1195 +64.233.168.197 *.googleusercontent.com gws 753 +64.233.168.196 google.com gws 3155 +64.233.168.195 google.com gws 951 +64.233.168.194 google.com gws 1123 +74.125.227.6 *.google.com gws 1088 +85.182.250.103 google.com gws 676 +74.125.227.4 *.google.com gws 1497 +86.127.118.187 google.com gws 833 +86.127.118.183 google.com gws 878 +86.127.118.182 google.com gws 1052 +64.233.168.155 *.g.doubleclick.net gws 1063 +64.233.181.91 *.google.com gws 788 +85.182.250.84 google.com gws 693 +203.116.165.226 google.com gws 1001 +64.233.184.191 *.blogger.com gws 918 +173.194.118.198 *.google.com gws 1082 +64.15.112.113 google.com gws 907 +64.233.182.251 *.google.com gws 1955 +208.117.231.44 google.com gws 1153 +64.233.177.91 *.google.com gws 906 +64.233.177.90 cert-test.sandbox.google.com gws 946 +64.233.177.96 www.googleadservices.com gws 1029 +64.233.177.94 google.com gws 836 +64.233.177.98 *.google.com gws 1212 +74.125.141.189 *.mail.google.com gws 1298 +208.117.231.182 google.com gws 1130 +64.233.163.165 *.googleadservices.com gws 1048 +64.233.163.164 *.googleadservices.com gws 1224 +64.233.163.167 *.googleadservices.com gws 1001 +64.233.163.166 *.googleadservices.com gws 1560 +208.117.226.25 google.com gws 1215 +208.117.226.24 google.com gws 673 +208.117.226.27 google.com gws 826 +208.117.226.26 google.com gws 980 +64.233.162.165 *.googleadservices.com gws 832 +64.233.177.189 *.mail.google.com gws 1379 +123.205.251.117 google.com gws 854 +173.194.121.54 mail.google.com gws 774 +173.194.78.142 *.au.doubleclick.net gws 1087 +173.194.121.58 *.g.doubleclick.net gws 909 +173.194.121.59 *.doubleclick.net gws 1028 +64.233.177.166 *.googleadservices.com gws 1063 +64.233.177.167 *.googleadservices.com gws 760 +64.233.177.165 *.googleadservices.com gws 1152 +173.194.66.146 *.jp.doubleclick.net gws 1032 +173.194.66.142 *.au.doubleclick.net gws 982 +74.125.192.42 *.google.co.nz gws 1114 +118.174.25.162 google.com gws 931 +64.233.181.124 *.gfsvc.com gws 886 +123.205.251.119 google.com gws 946 +64.233.176.101 *.google.com gws 4487 +64.233.176.102 *.google.com gws 753 +64.233.176.105 www.google.com gws 1200 +64.233.176.106 www.google.com gws 978 +203.66.124.168 google.com gws 99 +1.179.248.84 google.com gws 951 +208.117.224.119 google.com gws 803 +208.117.224.113 google.com gws 1178 +208.117.224.114 google.com gws 763 +1.179.248.89 google.com gws 759 +64.233.166.114 *.google.com gws 997 +64.15.114.52 google.com gws 1177 +64.15.114.57 google.com gws 1068 +173.194.208.97 *.google-analytics.com gws 1002 +64.15.114.55 google.com gws 957 +64.15.114.54 google.com gws 904 +1.179.248.40 google.com gws 935 +64.15.117.52 google.com gws 681 +64.15.117.56 google.com gws 969 +64.15.117.57 google.com gws 772 +64.15.117.54 google.com gws 1184 +64.15.117.55 google.com gws 914 +1.179.248.99 google.com gws 988 +1.179.248.44 google.com gws 880 +208.117.224.151 www.google.com gws 1088 +64.233.178.176 *.vp.video.l.google.com gws 871 +173.194.119.57 *.g.doubleclick.net gws 1192 +208.117.230.104 google.com gws 1261 +208.117.230.108 google.com gws 1155 +41.206.96.75 google.com gws 921 +64.233.181.176 *.vp.video.l.google.com gws 804 +173.194.64.167 *.googleadservices.com gws 918 +194.78.99.89 google.com gws 1240 +194.78.99.88 google.com gws 802 +74.125.138.86 *.orkut.com gws 1285 +208.117.224.236 www.google.com gws 878 +84.235.77.178 google.com gws 1172 +84.235.77.177 google.com gws 1259 +84.235.77.173 google.com gws 1168 +84.235.77.172 google.com gws 865 +208.117.229.91 www.google.com gws 1171 +64.233.184.31 *.google.com gws 997 +208.117.229.95 www.google.com gws 844 +208.117.229.94 www.google.com gws 908 +74.125.227.69 *.google.com gws 908 +173.194.194.97 *.google-analytics.com gws 685 +173.194.194.94 google.com gws 1035 +173.194.194.90 cert-test.sandbox.google.com gws 1291 +64.233.186.79 *.google.dk gws 1117 +64.233.186.78 *.google.es gws 1177 +64.233.186.72 *.google.fi gws 1028 +64.233.186.74 *.google.pt gws 953 +81.175.29.185 google.com gws 2231 +81.175.29.187 google.com gws 1024 +64.233.181.103 www.google.com gws 1066 +203.66.124.231 google.com gws 290 +118.174.25.148 google.com gws 1133 +74.125.136.137 *.googlegroups.com gws 1772 +64.233.171.155 *.g.doubleclick.net gws 1320 +64.233.171.157 *.g.doubleclick.net gws 1339 +64.233.171.156 *.g.doubleclick.net gws 789 +64.233.184.197 *.googleusercontent.com gws 972 +213.240.44.25 google.com gws 886 +213.240.44.24 google.com gws 816 +213.240.44.27 google.com gws 862 +213.240.44.26 google.com gws 854 +213.240.44.21 google.com gws 1691 +213.240.44.20 google.com gws 665 +213.240.44.23 google.com gws 850 +213.240.44.22 google.com gws 707 +74.125.28.144 *.uk.doubleclick.net gws 876 +203.116.165.152 google.com gws 881 +64.15.119.84 google.com gws 7352 +203.116.165.157 google.com gws 850 +1.179.248.173 google.com gws 855 +1.179.248.172 google.com gws 950 +173.194.207.95 *.googleapis.com gws 1191 +1.179.248.177 google.com gws 772 +173.194.42.253 *.mail.google.com gws 4639 +1.179.248.178 google.com gws 1030 +208.117.229.244 google.com gws 944 +208.117.229.246 google.com gws 1171 +64.233.177.191 *.blogger.com gws 1106 +64.233.163.154 *.g.doubleclick.net gws 1030 +64.233.177.194 google.com gws 1177 +64.233.160.132 *.googleusercontent.com gws 1040 +64.233.160.138 *.google.com gws 996 +64.15.126.113 google.com gws 756 +208.117.253.54 google.com gws 982 +62.116.207.31 google.com gws 1122 +208.117.253.55 google.com gws 1098 +208.117.253.56 google.com gws 1277 +208.117.253.57 google.com gws 978 +62.116.207.35 google.com gws 1118 +62.116.207.37 google.com gws 2051 +208.117.253.53 google.com gws 831 +62.116.207.38 google.com gws 996 +118.174.27.108 google.com gws 875 +208.117.253.59 google.com gws 1001 +64.233.168.164 *.googleadservices.com gws 929 +64.233.183.133 *.googleusercontent.com gws 1115 +64.233.183.136 *.google.com gws 1010 +64.233.183.137 *.googlegroups.com gws 1024 +64.233.184.104 www.google.com gws 789 +64.233.184.103 www.google.com gws 3007 +64.233.165.118 *.google.com gws 1051 +64.233.184.101 *.google.com gws 1369 +85.182.250.114 google.com gws 888 +85.182.250.113 google.com gws 829 +64.233.189.166 *.googleadservices.com gws 93 +173.194.68.194 google.com gws 1211 +64.233.177.84 accounts.google.com gws 1101 +64.233.177.87 *.orkut.com gws 1122 +64.233.177.81 sandbox.google.com gws 1111 +64.233.177.82 *.googlecode.com gws 2755 +74.125.141.196 google.com gws 675 +123.205.250.117 google.com gws 3112 +123.205.250.80 google.com gws 1137 +218.176.242.54 google.com gws 375 +218.176.242.55 google.com gws 359 +194.78.99.104 google.com gws 1220 +74.125.26.90 cert-test.sandbox.google.com gws 727 +80.228.65.148 google.com gws 1024 +74.125.22.146 *.jp.doubleclick.net gws 876 +74.125.26.99 www.google.com gws 970 +64.233.177.193 m.google.com gws 1412 +210.139.253.157 google.com gws 2579 +64.233.163.152 tpc.googlesyndication.com gws 844 +64.233.177.197 *.googleusercontent.com gws 945 +64.233.163.155 *.g.doubleclick.net gws 1089 +64.233.163.156 *.g.doubleclick.net gws 923 +64.233.163.157 *.g.doubleclick.net gws 1160 +64.233.177.198 google.com gws 1031 +64.233.162.176 *.vp.video.l.google.com gws 986 +64.233.184.17 mail.google.com gws 945 +74.125.229.96 *.google.com gws 1207 +173.194.121.43 *.googleusercontent.com gws 980 +173.194.121.42 *.googleusercontent.com gws 1168 +74.125.229.92 *.doubleclick.net gws 934 +173.194.121.44 *.googleusercontent.com gws 1070 +64.233.180.86 *.orkut.com gws 803 +64.15.126.252 www.google.com gws 1044 +208.117.253.122 google.com gws 850 +64.233.177.176 *.vp.video.l.google.com gws 952 +208.117.253.52 google.com gws 933 +61.19.1.39 google.com gws 333 +193.120.166.102 google.com gws 932 +208.117.229.6 www.google.com gws 944 +210.139.253.114 google.com gws 2951 +84.235.77.212 google.com gws 1036 +212.188.15.172 google.com gws 3715 +212.188.15.173 google.com gws 1114 +212.188.15.177 google.com gws 804 +193.120.166.106 google.com gws 723 +194.78.99.25 google.com gws 833 +173.194.73.84 accounts.google.com gws 1093 +64.15.112.151 google.com gws 1051 +1.179.248.98 google.com gws 765 +64.233.166.124 *.gfsvc.com gws 3783 +24.156.131.108 google.com gws 956 +64.15.112.39 google.com gws 926 +64.233.171.84 accounts.google.com gws 665 +173.194.79.198 google.com gws 1046 +64.233.180.31 *.google.com gws 863 +64.15.114.88 google.com gws 949 +64.15.114.85 google.com gws 916 +64.15.114.86 google.com gws 648 +173.194.119.61 *.mail.google.com gws 2033 +208.117.230.84 google.com gws 1077 +74.125.29.191 *.blogger.com gws 674 +64.233.178.165 *.googleadservices.com gws 1604 +64.233.178.167 *.googleadservices.com gws 1041 +173.194.42.75 *.googleusercontent.com gws 1067 +64.233.176.132 *.googleusercontent.com gws 874 +111.168.255.89 google.com gws 747 +111.168.255.84 google.com gws 1014 +64.233.180.105 www.google.com gws 825 +64.15.124.24 google.com gws 1068 +64.15.124.26 google.com gws 479 +64.15.119.113 google.com gws 1206 +64.15.124.23 google.com gws 980 +84.235.77.168 google.com gws 6895 +74.125.21.143 *.de.doubleclick.net gws 1424 +64.233.168.17 mail.google.com gws 934 +64.233.168.19 mail.google.com gws 962 +84.235.77.163 google.com gws 1286 +84.235.77.35 google.com gws 1204 +64.233.186.43 *.google.lt gws 2634 +173.194.194.85 *.orkut.com gws 1027 +173.194.194.84 accounts.google.com gws 887 +64.15.120.25 google.com gws 951 +64.15.120.24 google.com gws 1529 +64.233.186.69 *.google.com.ua gws 1138 +64.233.186.62 *.google.nl gws 1005 +64.233.186.63 *.google.com.ru gws 1219 +64.233.186.60 *.google.ch gws 1204 +64.233.186.66 *.google.be gws 822 +64.233.186.65 adwords.google.sk gws 926 +118.174.25.152 google.com gws 878 +203.66.124.241 google.com gws 806 +118.174.25.157 google.com gws 786 +74.125.202.85 *.orkut.com gws 1121 +74.125.194.85 *.orkut.com gws 897 +74.125.194.86 *.orkut.com gws 1158 +64.233.171.166 *.googleadservices.com gws 885 +195.249.20.217 google.com gws 912 +195.249.20.210 google.com gws 683 +203.116.165.167 google.com gws 939 +203.116.165.163 google.com gws 1030 +203.116.165.168 google.com gws 946 +1.179.248.162 google.com gws 788 +1.179.248.163 google.com gws 702 +1.179.248.168 google.com gws 958 +208.117.229.250 google.com gws 969 +208.117.229.251 google.com gws 1687 +173.194.121.109 *.g.doubleclick.net gws 988 +1.179.248.93 google.com gws 752 +173.194.121.103 *.google.com gws 952 +74.125.229.6 *.google.com gws 3588 +74.125.131.31 *.google.com gws 1080 +173.194.204.95 *.googleapis.com gws 1305 +64.233.183.114 *.google.com gws 796 +173.194.204.90 cert-test.sandbox.google.com gws 800 +64.233.179.199 google.com gws 1034 +64.233.179.198 google.com gws 1600 +74.125.140.81 sandbox.google.com gws 1641 +64.233.179.194 google.com gws 1223 +64.233.179.197 *.googleusercontent.com gws 752 +64.233.179.196 google.com gws 945 +64.233.161.31 *.google.com gws 1118 +62.116.207.20 google.com gws 852 +62.116.207.26 google.com gws 1457 +62.116.207.27 google.com gws 1525 +62.116.207.24 google.com gws 1012 +64.233.184.114 *.google.com gws 1047 +64.233.184.117 upload.video.google.com gws 1516 +64.233.184.116 upload.video.google.com gws 1122 +64.233.184.113 *.google.com gws 765 +64.233.184.112 adwords.google.com gws 1193 +203.116.165.217 google.com gws 620 +203.116.165.216 google.com gws 858 +85.182.250.123 google.com gws 885 +203.116.165.212 google.com gws 667 +64.233.165.102 *.google.com gws 1486 +203.116.165.187 google.com gws 833 +203.116.165.183 google.com gws 835 +203.116.165.182 google.com gws 896 +173.194.68.167 *.googleadservices.com gws 839 +74.125.140.122 upload.video.google.com gws 1052 +74.125.140.124 *.gfsvc.com gws 1101 +64.233.180.189 *.mail.google.com gws 1408 +123.205.250.91 google.com gws 873 +123.205.250.90 google.com gws 2308 +123.205.251.88 google.com gws 847 +64.233.161.83 mail.google.com gws 674 +64.233.161.82 *.googlecode.com gws 2540 +194.78.99.113 google.com gws 1002 +64.233.163.148 *.doubleclick.net gws 1280 +64.233.163.147 www.google.com gws 944 +64.233.163.146 *.jp.doubleclick.net gws 2992 +64.233.163.144 *.uk.doubleclick.net gws 1213 +64.233.163.143 *.de.doubleclick.net gws 851 +64.233.163.142 *.au.doubleclick.net gws 1128 +194.78.99.118 google.com gws 847 +64.233.182.124 *.gfsvc.com gws 821 +74.125.25.145 *.fr.doubleclick.net gws 1462 +74.125.25.146 *.jp.doubleclick.net gws 1056 +64.15.126.249 www.google.com gws 981 +173.194.193.106 www.google.com gws 875 +64.15.126.242 www.google.com gws 1052 +64.15.126.244 www.google.com gws 781 +64.233.177.149 *.doubleclick.net gws 1905 +173.194.79.165 *.googleadservices.com gws 975 +64.233.177.141 *.appspot.com gws 1287 +203.117.34.177 google.com gws 800 +64.233.177.144 *.uk.doubleclick.net gws 1125 +64.233.177.145 *.fr.doubleclick.net gws 986 +64.233.177.146 *.jp.doubleclick.net gws 1081 +64.233.163.106 www.google.com gws 4532 +74.125.192.60 *.google.ch gws 874 +193.120.166.117 google.com gws 929 +173.194.66.165 *.googleadservices.com gws 1068 +173.194.66.166 *.googleadservices.com gws 1337 +193.120.166.113 google.com gws 700 +74.125.192.69 *.google.com.ua gws 712 +208.117.224.254 www.google.com gws 2113 +64.233.169.138 *.google.com gws 1031 +212.188.15.167 google.com gws 2738 +64.233.185.195 google.com gws 1468 +64.233.185.196 google.com gws 1822 +64.233.185.197 *.googleusercontent.com gws 1038 +212.188.15.163 google.com gws 1030 +212.188.15.162 google.com gws 801 +208.117.233.90 google.com gws 1043 +41.206.96.94 google.com gws 1140 +118.174.27.24 google.com gws 968 +106.162.216.84 google.com gws 1364 +74.125.192.82 *.googlecode.com gws 1062 +208.117.224.132 www.google.com gws 1053 +208.117.224.133 www.google.com gws 1097 +208.117.224.136 www.google.com gws 874 +208.117.224.134 www.google.com gws 911 +208.117.224.135 www.google.com gws 989 +208.117.224.138 www.google.com gws 970 +64.233.166.139 *.google.com gws 1075 +173.194.219.104 www.google.com gws 754 +178.60.128.42 google.com gws 4954 +173.194.121.79 google.com gws 1452 +173.194.121.74 *.googleusercontent.com gws 881 +173.194.121.77 *.g.doubleclick.net gws 1276 +74.125.70.143 *.de.doubleclick.net gws 2916 +64.233.186.37 *.google.com.pe gws 1063 +64.233.178.154 *.g.doubleclick.net gws 940 +64.233.178.155 *.g.doubleclick.net gws 845 +64.233.178.156 *.g.doubleclick.net gws 839 +64.233.178.157 *.g.doubleclick.net gws 918 +64.15.114.91 google.com gws 486 +208.117.228.16 google.com gws 833 +208.117.228.17 google.com gws 868 +173.194.42.68 *.google.com gws 1688 +64.233.176.124 *.gfsvc.com gws 1981 +111.168.255.99 google.com gws 769 +111.168.255.98 google.com gws 787 +74.125.139.31 *.google.com gws 1025 +64.233.186.38 *.google.co.za gws 1187 +64.15.124.53 google.com gws 571 +118.174.25.178 google.com gws 2474 +64.15.126.59 google.com gws 1033 +64.15.124.59 google.com gws 2223 +64.15.126.55 google.com gws 1221 +202.39.143.109 google.com gws 104 +64.233.176.97 *.google-analytics.com gws 960 +64.233.177.104 www.google.com gws 845 +64.233.176.99 www.google.com gws 882 +64.233.164.195 google.com gws 890 +74.125.21.195 google.com gws 1051 +84.235.77.24 google.com gws 1215 +84.235.77.25 google.com gws 1090 +64.233.186.54 *.google.fr gws 1068 +64.233.186.53 *.google.co.il gws 2654 +64.233.186.52 *.google.de gws 1168 +64.233.186.51 adwords.google.com gws 1036 +173.194.124.2 *.google.com gws 1508 +173.194.124.9 *.google.com gws 1362 +84.235.77.29 google.com gws 1330 +64.233.186.59 *.google.pl gws 1066 +64.233.186.58 *.google.ca gws 928 +203.117.34.168 google.com gws 757 +64.233.181.167 *.googleadservices.com gws 692 +173.194.122.3 *.google.com gws 974 +64.233.171.176 *.vp.video.l.google.com gws 997 +173.194.122.0 *.google.com gws 1343 +203.116.165.172 google.com gws 848 +203.116.165.173 google.com gws 843 +210.153.73.35 google.com gws 1011 +203.116.165.177 google.com gws 878 +1.179.248.158 google.com gws 1264 +1.179.248.157 google.com gws 1118 +118.174.25.182 google.com gws 773 +1.179.248.153 google.com gws 1151 +173.194.204.133 *.googleusercontent.com gws 994 +111.168.255.148 google.com gws 3089 +41.206.96.193 google.com gws 921 +74.125.196.194 google.com gws 1123 +64.233.160.118 *.google.com gws 1210 +173.194.204.87 *.orkut.com gws 1077 +64.233.160.117 upload.video.google.com gws 2267 +173.194.204.83 mail.google.com gws 2465 +74.125.140.96 www.googleadservices.com gws 1385 +64.233.179.90 cert-test.sandbox.google.com gws 998 +64.233.179.93 *.google.com gws 1058 +64.233.179.95 *.googleapis.com gws 967 +64.233.179.94 google.com gws 1178 +64.233.179.96 www.googleadservices.com gws 946 +62.116.207.16 google.com gws 3210 +118.174.27.123 google.com gws 973 +173.194.118.236 *.googleusercontent.com gws 1162 +64.233.168.144 *.uk.doubleclick.net gws 986 +173.194.67.146 *.jp.doubleclick.net gws 1213 +64.233.168.147 www.google.com gws 983 +64.233.184.120 *.gstatic.com gws 1692 +64.233.189.142 *.au.doubleclick.net gws 301 +64.233.184.122 upload.video.google.com gws 1057 +64.15.113.148 google.com gws 969 +64.233.184.124 *.gfsvc.com gws 951 +64.233.189.145 *.fr.doubleclick.net gws 285 +64.233.165.137 *.googlegroups.com gws 1032 +208.117.224.39 google.com gws 1161 +208.117.224.34 google.com gws 877 +208.117.224.35 google.com gws 1656 +208.117.224.30 google.com gws 4323 +173.194.124.84 www.google.com gws 2207 +208.117.231.93 google.com gws 1180 +208.117.231.94 google.com gws 1509 +208.117.231.98 google.com gws 1627 +208.117.231.99 google.com gws 1164 +64.15.112.89 google.com gws 909 +64.233.180.199 google.com gws 993 +64.233.179.157 *.g.doubleclick.net gws 1134 +64.233.180.193 m.google.com gws 869 +64.233.180.195 google.com gws 793 +64.233.180.194 google.com gws 1191 +64.233.180.196 google.com gws 1322 +64.233.163.139 *.google.com gws 935 +64.233.163.132 *.googleusercontent.com gws 1050 +64.233.161.193 m.google.com gws 841 +64.233.161.191 *.blogger.com gws 1098 +64.233.163.137 *.googlegroups.com gws 1145 +64.233.161.194 google.com gws 1024 +64.233.161.195 google.com gws 912 +64.233.162.194 google.com gws 940 +64.233.182.137 *.googlegroups.com gws 878 +64.233.162.190 *.google.com gws 1042 +64.233.179.148 *.doubleclick.net gws 1065 +64.233.179.146 *.jp.doubleclick.net gws 638 +64.233.179.144 *.uk.doubleclick.net gws 969 +123.205.250.185 google.com gws 949 +64.233.179.142 *.au.doubleclick.net gws 751 +64.233.162.198 google.com gws 1034 +123.205.250.181 google.com gws 1344 +208.117.231.155 google.com gws 4952 +208.117.231.153 google.com gws 1135 +173.194.78.196 google.com gws 1197 +64.233.177.157 *.g.doubleclick.net gws 1128 +64.233.177.155 *.g.doubleclick.net gws 1074 +64.233.169.124 *.gfsvc.com gws 1741 +64.15.124.251 google.com gws 1300 +208.117.224.245 www.google.com gws 1259 +208.117.224.247 www.google.com gws 590 +208.117.224.240 www.google.com gws 713 +208.117.224.241 www.google.com gws 873 +208.117.224.243 www.google.com gws 1058 +208.117.233.87 google.com gws 639 +106.162.192.157 google.com gws 258 +64.233.160.197 *.googleusercontent.com gws 867 +64.15.112.123 google.com gws 1191 +64.233.160.196 google.com gws 1168 +74.125.227.90 *.g.doubleclick.net gws 1166 +173.194.122.11 *.googleusercontent.com gws 1064 +173.194.112.236 *.googleusercontent.com gws 1194 +74.125.229.76 *.googleusercontent.com gws 927 +64.233.185.165 *.googleadservices.com gws 624 +74.125.21.144 *.uk.doubleclick.net gws 758 +64.233.185.166 *.googleadservices.com gws 580 +64.233.160.199 google.com gws 1095 +64.233.160.198 google.com gws 1901 +173.194.219.112 adwords.google.com gws 929 +81.175.29.170 google.com gws 748 +173.194.76.167 *.googleadservices.com gws 1108 +173.194.121.69 *.google.com gws 2279 +173.194.121.60 *.doubleclick.net gws 940 +173.194.121.67 *.google.com gws 1156 +64.15.117.22 google.com gws 3071 +173.194.123.127 google.com gws 1044 +64.15.117.26 google.com gws 1035 +64.15.117.25 google.com gws 2355 +64.233.178.149 *.doubleclick.net gws 1909 +64.233.178.143 *.de.doubleclick.net gws 771 64.233.178.142 *.au.doubleclick.net gws 1064 +64.233.185.139 *.google.com gws 1932 +74.125.192.165 *.googleadservices.com gws 802 +208.117.230.245 google.com gws 1033 +173.194.194.137 *.googlegroups.com gws 871 +64.15.119.134 www.google.com gws 994 +64.15.119.135 www.google.com gws 557 +64.15.119.130 www.google.com gws 1084 +64.15.126.40 google.com gws 1069 +81.175.29.174 google.com gws 940 +84.235.77.187 google.com gws 1076 +84.235.77.182 google.com gws 1101 +84.235.77.183 google.com gws 1652 +84.235.77.216 google.com gws 1196 +84.235.77.217 google.com gws 1155 +208.117.253.84 google.com gws 983 +208.117.233.118 google.com gws 1030 +173.194.124.10 *.googleusercontent.com gws 1514 +64.233.165.123 wifi.google.com gws 1025 +208.117.233.117 google.com gws 940 +74.125.227.57 *.g.doubleclick.net gws 1086 +203.117.34.152 google.com gws 970 +64.233.186.40 *.google.com.ph gws 1279 +64.233.186.41 *.google.com.ar gws 1045 +64.233.186.42 *.google.co.nz gws 1123 +84.235.77.34 google.com gws 1022 +64.233.186.44 *.google.cn gws 1201 +64.233.186.45 *.google.com.sg gws 1119 +84.235.77.30 google.com gws 985 +64.233.181.154 *.g.doubleclick.net gws 956 +64.233.181.155 *.g.doubleclick.net gws 988 +64.233.181.157 *.g.doubleclick.net gws 1132 +84.235.77.39 google.com gws 966 +64.233.171.100 *.google.com gws 1486 +74.125.227.76 *.googleusercontent.com gws 832 +123.205.251.90 google.com gws 1701 +1.179.248.148 google.com gws 1093 +106.162.216.118 google.com gws 961 +202.39.143.118 google.com gws 342 +210.153.73.104 google.com gws 816 +106.162.216.114 google.com gws 973 +111.168.255.177 google.com gws 1373 +74.125.228.221 *.mail.google.com gws 1131 +74.125.225.55 google.com gws 1415 +64.233.161.18 mail.google.com gws 828 +64.233.161.19 mail.google.com gws 1286 +173.194.193.84 accounts.google.com gws 953 +64.233.163.17 mail.google.com gws 1076 64.233.163.18 mail.google.com gws 1112 64.233.163.19 mail.google.com gws 1058 -208.117.224.114 google.com gws 979 -123.205.251.120 google.com gws 1088 -74.125.229.10 *.googleusercontent.com gws 1052 -74.125.229.11 *.googleusercontent.com gws 1197 -41.206.96.93 google.com gws 1009 -74.125.141.167 *.googleadservices.com gws 1070 -64.233.179.86 *.orkut.com gws 775 -194.78.99.221 google.com gws 998 -64.233.179.85 *.orkut.com gws 779 -64.233.180.124 *.gfsvc.com gws 1380 -64.15.124.120 google.com gws 1861 -208.117.231.150 google.com gws 1511 -64.15.117.121 google.com gws 1022 -64.15.117.120 google.com gws 995 -64.15.117.122 google.com gws 2156 -64.233.177.84 accounts.google.com gws 1101 -81.175.29.176 google.com gws 2061 -64.233.160.190 *.google.com gws 1005 -74.125.143.97 *.google-analytics.com gws 1037 -64.15.119.235 www.google.com gws 1081 -64.233.160.194 google.com gws 1059 -64.15.126.119 google.com gws 1348 -64.233.180.115 checkout.google.com gws 1065 -213.240.44.16 google.com gws 1029 -64.233.186.65 adwords.google.sk gws 1360 -173.194.76.152 tpc.googlesyndication.com gws 4040 -64.233.176.190 *.google.com gws 1348 -64.15.114.54 google.com gws 1013 -62.197.198.234 google.com gws 1473 +64.233.179.81 sandbox.google.com gws 1067 +64.233.179.86 *.orkut.com gws 1075 +213.240.44.18 google.com gws 617 +213.240.44.19 google.com gws 664 +213.240.44.16 google.com gws 835 +213.240.44.17 google.com gws 993 64.233.167.17 mail.google.com gws 1071 -64.233.176.114 *.google.com gws 1931 -24.156.131.45 google.com gws 1806 -208.117.253.26 google.com gws 1221 -208.117.224.155 www.google.com gws 1949 -64.15.117.52 google.com gws 1017 -64.233.184.136 *.google.com gws 823 -208.117.224.54 google.com gws 704 -208.117.224.55 google.com gws 1104 +24.156.131.45 google.com gws 935 +64.233.184.137 *.googlegroups.com gws 952 +64.233.184.136 *.google.com gws 885 64.233.184.133 *.googleusercontent.com gws 3026 -64.15.117.57 google.com gws 1481 -64.15.117.54 google.com gws 1184 -64.15.117.55 google.com gws 962 -64.15.113.154 google.com gws 726 -64.233.163.86 *.orkut.com gws 1131 +64.15.113.154 google.com gws 786 +208.117.253.86 google.com gws 1065 208.117.253.85 google.com gws 1032 -208.117.253.84 google.com gws 1284 -64.15.113.150 google.com gws 1170 -64.233.177.82 *.googlecode.com gws 9377 -74.125.229.18 www.google.com gws 1130 -64.15.113.153 google.com gws 1064 -64.233.181.147 www.google.com gws 1056 -84.235.77.222 google.com gws 1276 -208.117.253.89 google.com gws 960 -173.194.193.17 mail.google.com gws 888 -64.233.178.176 *.vp.video.l.google.com gws 1008 -173.194.119.57 *.g.doubleclick.net gws 992 -178.45.251.88 google.com gws 1043 -64.233.182.96 www.googleadservices.com gws 1038 -173.194.124.53 mail.google.com gws 1195 -64.15.119.186 www.google.com gws 938 -64.15.119.240 www.google.com gws 1092 -64.233.182.90 cert-test.sandbox.google.com gws 997 -64.233.179.106 www.google.com gws 1020 +64.233.165.124 *.gfsvc.com gws 842 +64.15.113.150 google.com gws 793 +64.15.113.153 google.com gws 925 +203.116.165.231 google.com gws 840 +208.117.253.89 google.com gws 1160 +203.116.165.236 google.com gws 1251 +64.233.182.98 *.google.com gws 988 +64.233.182.96 www.googleadservices.com gws 953 +64.233.182.90 cert-test.sandbox.google.com gws 1197 173.194.68.142 *.au.doubleclick.net gws 1069 -74.125.192.49 *.google.ae gws 1130 -208.117.230.108 google.com gws 1273 -208.117.224.20 google.com gws 957 -208.117.224.25 google.com gws 940 +173.194.68.144 *.uk.doubleclick.net gws 1085 +208.117.224.20 google.com gws 3068 +208.117.224.25 google.com gws 1040 diff --git a/data/launcher/config.yaml b/data/launcher/config.yaml index f387ecbcfc..ed166dddd6 100644 --- a/data/launcher/config.yaml +++ b/data/launcher/config.yaml @@ -1,5 +1,5 @@ modules: - goagent: {auto_start: 1, current_version: 3.1.34, ignore_version: 3.1.34} - launcher: {current_version: 1.0.2, ignore_version: 1.0.2} + goagent: {auto_start: 1, current_version: 3.1.35, ignore_version: 3.1.35} + launcher: {current_version: 1.0.3, ignore_version: 1.0.3} update: {check_update: 1, last_path: /, node_id: '0', uuid: 0} diff --git a/goagent/3.1.34/local/.gitignore b/goagent/3.1.34/local/.gitignore deleted file mode 100644 index b2290143a4..0000000000 --- a/goagent/3.1.34/local/.gitignore +++ /dev/null @@ -1 +0,0 @@ -certs diff --git a/goagent/3.1.34/local/__init__.py b/goagent/3.1.35/local/__init__.py similarity index 100% rename from goagent/3.1.34/local/__init__.py rename to goagent/3.1.35/local/__init__.py diff --git a/goagent/3.1.34/local/addto-startup.js b/goagent/3.1.35/local/addto-startup.js similarity index 100% rename from goagent/3.1.34/local/addto-startup.js rename to goagent/3.1.35/local/addto-startup.js diff --git a/goagent/3.1.34/local/addto-startup.py b/goagent/3.1.35/local/addto-startup.py similarity index 100% rename from goagent/3.1.34/local/addto-startup.py rename to goagent/3.1.35/local/addto-startup.py diff --git a/goagent/3.1.34/local/cacert.pem b/goagent/3.1.35/local/cacert.pem similarity index 100% rename from goagent/3.1.34/local/cacert.pem rename to goagent/3.1.35/local/cacert.pem diff --git a/goagent/3.1.34/local/cert_util.py b/goagent/3.1.35/local/cert_util.py similarity index 96% rename from goagent/3.1.34/local/cert_util.py rename to goagent/3.1.35/local/cert_util.py index 6eb7312acf..be6ac6cb35 100644 --- a/goagent/3.1.34/local/cert_util.py +++ b/goagent/3.1.35/local/cert_util.py @@ -14,18 +14,6 @@ import logging -current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) - -noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) -sys.path.append(noarch_lib) - -if sys.platform == "win32": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) - sys.path.append(win32_lib) -elif sys.platform == "linux" or sys.platform == "linux2": - linux_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) - sys.path.append(linux_lib) import OpenSSL diff --git a/goagent/3.1.34/local/check_ip.py b/goagent/3.1.35/local/check_ip.py similarity index 94% rename from goagent/3.1.34/local/check_ip.py rename to goagent/3.1.35/local/check_ip.py index 224cc0a05d..154ce03def 100644 --- a/goagent/3.1.34/local/check_ip.py +++ b/goagent/3.1.35/local/check_ip.py @@ -6,13 +6,6 @@ import socket current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) -if sys.platform == "win32": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) - sys.path.append(win32_lib) -elif sys.platform == "linux" or sys.platform == "linux2": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) - sys.path.append(win32_lib) import OpenSSL SSLError = OpenSSL.SSL.WantReadError @@ -43,8 +36,6 @@ def warn(fmt, *args, **kwargs): g_handshake_timeout = 2 if config.PROXY_ENABLE: - noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) - sys.path.append(noarch_lib) import socks if config.PROXY_TYPE == "HTTP": @@ -58,9 +49,7 @@ def warn(fmt, *args, **kwargs): logging.warn("proxy type %s unknown, disable proxy", config.PROXY_TYPE) if config.PROXY_ENABLE: - socks.set_default_proxy(proxy_type, config.PROXY_HOST, config.PROXY_PORT) - #default_socket = socket.socket - #socket.socket = socks.socksocket + socks.set_default_proxy(proxy_type, config.PROXY_HOST, config.PROXY_PORT, config.PROXY_USER, config.PROXY_PASSWD) diff --git a/goagent/3.1.34/local/config.py b/goagent/3.1.35/local/config.py similarity index 97% rename from goagent/3.1.34/local/config.py rename to goagent/3.1.35/local/config.py index 79e5661b7d..3511ebafb9 100644 --- a/goagent/3.1.34/local/config.py +++ b/goagent/3.1.35/local/config.py @@ -85,6 +85,8 @@ def load(self): self.PROXY_TYPE = self.CONFIG.get('proxy', 'type') self.PROXY_HOST = self.CONFIG.get('proxy', 'host') self.PROXY_PORT = self.CONFIG.getint('proxy', 'port') + self.PROXY_USER = self.CONFIG.get('proxy', 'user') + self.PROXY_PASSWD = self.CONFIG.get('proxy', 'passwd') self.LOVE_ENABLE = self.CONFIG.getint('love', 'enable') self.LOVE_TIP = self.CONFIG.get('love', 'tip').encode('utf8').decode('unicode-escape').split('|') diff --git a/goagent/3.1.34/local/connect_manager.py b/goagent/3.1.35/local/connect_manager.py similarity index 96% rename from goagent/3.1.34/local/connect_manager.py rename to goagent/3.1.35/local/connect_manager.py index 8b70146ab8..1e8914cfbf 100644 --- a/goagent/3.1.34/local/connect_manager.py +++ b/goagent/3.1.35/local/connect_manager.py @@ -16,20 +16,11 @@ import operator current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) -if sys.platform == "win32": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) - sys.path.append(win32_lib) -elif sys.platform == "linux" or sys.platform == "linux2": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) - sys.path.append(win32_lib) import OpenSSL SSLError = OpenSSL.SSL.WantReadError from config import config if config.PROXY_ENABLE: - noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) - sys.path.append(noarch_lib) import socks if config.PROXY_TYPE == "HTTP": proxy_type = socks.HTTP @@ -42,7 +33,7 @@ logging.warn("proxy type %s unknown, disable proxy", config.PROXY_TYPE) if config.PROXY_ENABLE: - socks.set_default_proxy(proxy_type, config.PROXY_HOST, config.PROXY_PORT) + socks.set_default_proxy(proxy_type, config.PROXY_HOST, config.PROXY_PORT, config.PROXY_USER, config.PROXY_PASSWD) #socks.default_socket = socket.socket #socket.socket = socks.socksocket diff --git a/goagent/3.1.34/local/generate_ip_range.py b/goagent/3.1.35/local/generate_ip_range.py similarity index 100% rename from goagent/3.1.34/local/generate_ip_range.py rename to goagent/3.1.35/local/generate_ip_range.py diff --git a/goagent/3.1.34/local/goagent-osx.command b/goagent/3.1.35/local/goagent-osx.command similarity index 100% rename from goagent/3.1.34/local/goagent-osx.command rename to goagent/3.1.35/local/goagent-osx.command diff --git a/goagent/3.1.34/local/google_ip.py b/goagent/3.1.35/local/google_ip.py similarity index 100% rename from goagent/3.1.34/local/google_ip.py rename to goagent/3.1.35/local/google_ip.py diff --git a/goagent/3.1.34/local/google_ip_range.py b/goagent/3.1.35/local/google_ip_range.py similarity index 100% rename from goagent/3.1.34/local/google_ip_range.py rename to goagent/3.1.35/local/google_ip_range.py diff --git a/goagent/3.1.34/local/ip_range.txt b/goagent/3.1.35/local/ip_range.txt similarity index 100% rename from goagent/3.1.34/local/ip_range.txt rename to goagent/3.1.35/local/ip_range.txt diff --git a/goagent/3.1.34/local/ip_utils.py b/goagent/3.1.35/local/ip_utils.py similarity index 100% rename from goagent/3.1.34/local/ip_utils.py rename to goagent/3.1.35/local/ip_utils.py diff --git a/goagent/3.1.34/local/logging.py b/goagent/3.1.35/local/logging.py similarity index 100% rename from goagent/3.1.34/local/logging.py rename to goagent/3.1.35/local/logging.py diff --git a/goagent/3.1.34/local/openssl_wrap.py b/goagent/3.1.35/local/openssl_wrap.py similarity index 89% rename from goagent/3.1.34/local/openssl_wrap.py rename to goagent/3.1.35/local/openssl_wrap.py index eb9b753060..5c2103ba43 100644 --- a/goagent/3.1.34/local/openssl_wrap.py +++ b/goagent/3.1.35/local/openssl_wrap.py @@ -4,14 +4,6 @@ import sys import os -current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) -if sys.platform == "win32": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) - sys.path.append(win32_lib) -elif sys.platform == "linux" or sys.platform == "linux2": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) - sys.path.append(win32_lib) import OpenSSL SSLError = OpenSSL.SSL.WantReadError diff --git a/goagent/3.1.34/local/pac_server.py b/goagent/3.1.35/local/pac_server.py similarity index 100% rename from goagent/3.1.34/local/pac_server.py rename to goagent/3.1.35/local/pac_server.py diff --git a/goagent/3.1.34/local/proxy.bat b/goagent/3.1.35/local/proxy.bat similarity index 100% rename from goagent/3.1.34/local/proxy.bat rename to goagent/3.1.35/local/proxy.bat diff --git a/goagent/3.1.34/local/proxy.ini b/goagent/3.1.35/local/proxy.ini similarity index 100% rename from goagent/3.1.34/local/proxy.ini rename to goagent/3.1.35/local/proxy.ini diff --git a/goagent/3.1.34/local/proxy.pac b/goagent/3.1.35/local/proxy.pac similarity index 100% rename from goagent/3.1.34/local/proxy.pac rename to goagent/3.1.35/local/proxy.pac diff --git a/goagent/3.1.34/local/proxy.py b/goagent/3.1.35/local/proxy.py similarity index 94% rename from goagent/3.1.34/local/proxy.py rename to goagent/3.1.35/local/proxy.py index cfd7f198de..ae3b63f247 100644 --- a/goagent/3.1.34/local/proxy.py +++ b/goagent/3.1.35/local/proxy.py @@ -23,7 +23,6 @@ # Rui Wang # Wang Wei Qiang # Felix Yan -# Sui Feng # QXO # Geek An # Poly Rabbit @@ -39,6 +38,24 @@ import sys import os + +import sys +import os + +current_path = os.path.dirname(os.path.abspath(__file__)) +python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) + +noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) +sys.path.append(noarch_lib) + +if sys.platform == "win32": + win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) + sys.path.append(win32_lib) +elif sys.platform == "linux" or sys.platform == "linux2": + win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) + sys.path.append(win32_lib) + + import time import traceback @@ -55,7 +72,6 @@ __file__ = getattr(os, 'readlink', lambda x: x)(__file__) work_path = os.path.dirname(os.path.abspath(__file__)) os.chdir(work_path) -sys.path += work_path from cert_util import CertUtil import pac_server diff --git a/goagent/3.1.34/local/proxy.sh b/goagent/3.1.35/local/proxy.sh similarity index 100% rename from goagent/3.1.34/local/proxy.sh rename to goagent/3.1.35/local/proxy.sh diff --git a/goagent/3.1.34/local/proxy_handler.py b/goagent/3.1.35/local/proxy_handler.py similarity index 98% rename from goagent/3.1.34/local/proxy_handler.py rename to goagent/3.1.35/local/proxy_handler.py index cd3e8f1d67..78257b2b3b 100644 --- a/goagent/3.1.34/local/proxy_handler.py +++ b/goagent/3.1.35/local/proxy_handler.py @@ -27,15 +27,6 @@ from cert_util import CertUtil from connect_manager import https_manager,forwork_manager -current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, os.pardir, 'python27', '1.0')) -if sys.platform == "win32": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'win32')) - sys.path.append(win32_lib) -elif sys.platform == "linux" or sys.platform == "linux2": - win32_lib = os.path.abspath( os.path.join(python_path, 'lib', 'linux')) - sys.path.append(win32_lib) - import OpenSSL NetWorkIOError = (socket.error, ssl.SSLError, OpenSSL.SSL.Error, OSError) diff --git a/goagent/3.1.34/local/web_control.py b/goagent/3.1.35/local/web_control.py similarity index 96% rename from goagent/3.1.34/local/web_control.py rename to goagent/3.1.35/local/web_control.py index 549257fbbb..a478879573 100644 --- a/goagent/3.1.34/local/web_control.py +++ b/goagent/3.1.35/local/web_control.py @@ -24,9 +24,6 @@ current_path = os.path.dirname(os.path.abspath(__file__)) root_path = os.path.abspath(os.path.join(current_path, os.pardir, os.pardir, os.pardir)) -python_path = os.path.abspath( os.path.join(root_path, 'python27', '1.0')) -noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) -sys.path.append(noarch_lib) import yaml @@ -38,6 +35,8 @@ class User_config(object): proxy_type = "HTTP" proxy_host = "" proxy_port = "0" + proxy_user = "" + proxy_passwd = "" def __init__(self): self.load() @@ -63,6 +62,8 @@ def load(self): self.proxy_type = CONFIG.get('proxy', 'type') self.proxy_host = CONFIG.get('proxy', 'host') self.proxy_port = CONFIG.get('proxy', 'port') + self.proxy_user = CONFIG.get('proxy', 'user') + self.proxy_passwd = CONFIG.get('proxy', 'passwd') except Exception as e: logging.warn("User_config.load except:%s", e) @@ -79,6 +80,8 @@ def save(self): f.write("type = %s\n" % self.proxy_type) f.write("host = %s\n" % self.proxy_host) f.write("port = %s\n" % self.proxy_port) + f.write("user = %s\n" % self.proxy_user) + f.write("passwd = %s\n" % self.proxy_passwd) f.close() except: logging.warn("launcher.config save user config fail:%s", CONFIG_USER_FILENAME) @@ -280,6 +283,8 @@ def req_config_handler(self): user_config.proxy_type = self.postvars['proxy_type'][0] user_config.proxy_host = self.postvars['proxy_host'][0] user_config.proxy_port = self.postvars['proxy_port'][0] + user_config.proxy_user = self.postvars['proxy_user'][0] + user_config.proxy_passwd = self.postvars['proxy_passwd'][0] user_config.save() data = '{"res":"success"}' diff --git a/goagent/3.1.34/local/win32elevate.py b/goagent/3.1.35/local/win32elevate.py similarity index 100% rename from goagent/3.1.34/local/win32elevate.py rename to goagent/3.1.35/local/win32elevate.py diff --git a/goagent/3.1.34/server/.gitignore b/goagent/3.1.35/server/.gitignore similarity index 100% rename from goagent/3.1.34/server/.gitignore rename to goagent/3.1.35/server/.gitignore diff --git a/goagent/3.1.34/server/README.md b/goagent/3.1.35/server/README.md similarity index 100% rename from goagent/3.1.34/server/README.md rename to goagent/3.1.35/server/README.md diff --git a/goagent/3.1.34/server/gae/app.template.yaml b/goagent/3.1.35/server/gae/app.template.yaml similarity index 100% rename from goagent/3.1.34/server/gae/app.template.yaml rename to goagent/3.1.35/server/gae/app.template.yaml diff --git a/goagent/3.1.34/server/gae/gae.py b/goagent/3.1.35/server/gae/gae.py similarity index 100% rename from goagent/3.1.34/server/gae/gae.py rename to goagent/3.1.35/server/gae/gae.py diff --git a/goagent/3.1.34/server/gae/legacy.py b/goagent/3.1.35/server/gae/legacy.py similarity index 100% rename from goagent/3.1.34/server/gae/legacy.py rename to goagent/3.1.35/server/gae/legacy.py diff --git a/goagent/3.1.34/server/gae/wsgi.py b/goagent/3.1.35/server/gae/wsgi.py similarity index 100% rename from goagent/3.1.34/server/gae/wsgi.py rename to goagent/3.1.35/server/gae/wsgi.py diff --git a/goagent/3.1.34/server/lib/fancy_urllib/__init__.py b/goagent/3.1.35/server/lib/fancy_urllib/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/fancy_urllib/__init__.py rename to goagent/3.1.35/server/lib/fancy_urllib/__init__.py diff --git a/goagent/3.1.34/server/lib/google/__init__.py b/goagent/3.1.35/server/lib/google/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/google/__init__.py rename to goagent/3.1.35/server/lib/google/__init__.py diff --git a/goagent/3.1.34/server/lib/google/appengine/__init__.py b/goagent/3.1.35/server/lib/google/appengine/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/__init__.py rename to goagent/3.1.35/server/lib/google/appengine/__init__.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/__init__.py b/goagent/3.1.35/server/lib/google/appengine/api/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/__init__.py rename to goagent/3.1.35/server/lib/google/appengine/api/__init__.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/api_base_pb.py b/goagent/3.1.35/server/lib/google/appengine/api/api_base_pb.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/api_base_pb.py rename to goagent/3.1.35/server/lib/google/appengine/api/api_base_pb.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/apiproxy_rpc.py b/goagent/3.1.35/server/lib/google/appengine/api/apiproxy_rpc.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/apiproxy_rpc.py rename to goagent/3.1.35/server/lib/google/appengine/api/apiproxy_rpc.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/apiproxy_stub.py b/goagent/3.1.35/server/lib/google/appengine/api/apiproxy_stub.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/apiproxy_stub.py rename to goagent/3.1.35/server/lib/google/appengine/api/apiproxy_stub.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/apiproxy_stub_map.py b/goagent/3.1.35/server/lib/google/appengine/api/apiproxy_stub_map.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/apiproxy_stub_map.py rename to goagent/3.1.35/server/lib/google/appengine/api/apiproxy_stub_map.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/app_logging.py b/goagent/3.1.35/server/lib/google/appengine/api/app_logging.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/app_logging.py rename to goagent/3.1.35/server/lib/google/appengine/api/app_logging.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/appinfo.py b/goagent/3.1.35/server/lib/google/appengine/api/appinfo.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/appinfo.py rename to goagent/3.1.35/server/lib/google/appengine/api/appinfo.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/appinfo_errors.py b/goagent/3.1.35/server/lib/google/appengine/api/appinfo_errors.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/appinfo_errors.py rename to goagent/3.1.35/server/lib/google/appengine/api/appinfo_errors.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/appinfo_includes.py b/goagent/3.1.35/server/lib/google/appengine/api/appinfo_includes.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/appinfo_includes.py rename to goagent/3.1.35/server/lib/google/appengine/api/appinfo_includes.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/backendinfo.py b/goagent/3.1.35/server/lib/google/appengine/api/backendinfo.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/backendinfo.py rename to goagent/3.1.35/server/lib/google/appengine/api/backendinfo.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/conf.py b/goagent/3.1.35/server/lib/google/appengine/api/conf.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/conf.py rename to goagent/3.1.35/server/lib/google/appengine/api/conf.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/lib_config.py b/goagent/3.1.35/server/lib/google/appengine/api/lib_config.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/lib_config.py rename to goagent/3.1.35/server/lib/google/appengine/api/lib_config.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/runtime/__init__.py b/goagent/3.1.35/server/lib/google/appengine/api/runtime/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/runtime/__init__.py rename to goagent/3.1.35/server/lib/google/appengine/api/runtime/__init__.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/runtime/runtime.py b/goagent/3.1.35/server/lib/google/appengine/api/runtime/runtime.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/runtime/runtime.py rename to goagent/3.1.35/server/lib/google/appengine/api/runtime/runtime.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/validation.py b/goagent/3.1.35/server/lib/google/appengine/api/validation.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/validation.py rename to goagent/3.1.35/server/lib/google/appengine/api/validation.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/yaml_builder.py b/goagent/3.1.35/server/lib/google/appengine/api/yaml_builder.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/yaml_builder.py rename to goagent/3.1.35/server/lib/google/appengine/api/yaml_builder.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/yaml_errors.py b/goagent/3.1.35/server/lib/google/appengine/api/yaml_errors.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/yaml_errors.py rename to goagent/3.1.35/server/lib/google/appengine/api/yaml_errors.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/yaml_listener.py b/goagent/3.1.35/server/lib/google/appengine/api/yaml_listener.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/yaml_listener.py rename to goagent/3.1.35/server/lib/google/appengine/api/yaml_listener.py diff --git a/goagent/3.1.34/server/lib/google/appengine/api/yaml_object.py b/goagent/3.1.35/server/lib/google/appengine/api/yaml_object.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/api/yaml_object.py rename to goagent/3.1.35/server/lib/google/appengine/api/yaml_object.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/__init__.py b/goagent/3.1.35/server/lib/google/appengine/tools/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/__init__.py rename to goagent/3.1.35/server/lib/google/appengine/tools/__init__.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/adaptive_thread_pool.py b/goagent/3.1.35/server/lib/google/appengine/tools/adaptive_thread_pool.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/adaptive_thread_pool.py rename to goagent/3.1.35/server/lib/google/appengine/tools/adaptive_thread_pool.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/appcfg.py b/goagent/3.1.35/server/lib/google/appengine/tools/appcfg.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/appcfg.py rename to goagent/3.1.35/server/lib/google/appengine/tools/appcfg.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/appengine_rpc.py b/goagent/3.1.35/server/lib/google/appengine/tools/appengine_rpc.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/appengine_rpc.py rename to goagent/3.1.35/server/lib/google/appengine/tools/appengine_rpc.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/bulkload_client.py b/goagent/3.1.35/server/lib/google/appengine/tools/bulkload_client.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/bulkload_client.py rename to goagent/3.1.35/server/lib/google/appengine/tools/bulkload_client.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/bulkloader.py b/goagent/3.1.35/server/lib/google/appengine/tools/bulkloader.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/bulkloader.py rename to goagent/3.1.35/server/lib/google/appengine/tools/bulkloader.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_blobimage.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_blobimage.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_blobimage.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_blobimage.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_blobstore.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_blobstore.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_blobstore.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_blobstore.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_channel.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_channel.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_channel.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_channel.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_import_hook.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_import_hook.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_import_hook.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_import_hook.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_index.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_index.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_index.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_index.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_login.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_login.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_login.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_login.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_main.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_main.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_main.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_main.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_multiprocess.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_multiprocess.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_multiprocess.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_multiprocess.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_oauth.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_oauth.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_oauth.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_oauth.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_upload.py b/goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_upload.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/dev_appserver_upload.py rename to goagent/3.1.35/server/lib/google/appengine/tools/dev_appserver_upload.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/gen_protorpc.py b/goagent/3.1.35/server/lib/google/appengine/tools/gen_protorpc.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/gen_protorpc.py rename to goagent/3.1.35/server/lib/google/appengine/tools/gen_protorpc.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/os_compat.py b/goagent/3.1.35/server/lib/google/appengine/tools/os_compat.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/os_compat.py rename to goagent/3.1.35/server/lib/google/appengine/tools/os_compat.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/remote_api_shell.py b/goagent/3.1.35/server/lib/google/appengine/tools/remote_api_shell.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/remote_api_shell.py rename to goagent/3.1.35/server/lib/google/appengine/tools/remote_api_shell.py diff --git a/goagent/3.1.34/server/lib/google/appengine/tools/requeue.py b/goagent/3.1.35/server/lib/google/appengine/tools/requeue.py similarity index 100% rename from goagent/3.1.34/server/lib/google/appengine/tools/requeue.py rename to goagent/3.1.35/server/lib/google/appengine/tools/requeue.py diff --git a/goagent/3.1.34/server/lib/yaml/__init__.py b/goagent/3.1.35/server/lib/yaml/__init__.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/__init__.py rename to goagent/3.1.35/server/lib/yaml/__init__.py diff --git a/goagent/3.1.34/server/lib/yaml/composer.py b/goagent/3.1.35/server/lib/yaml/composer.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/composer.py rename to goagent/3.1.35/server/lib/yaml/composer.py diff --git a/goagent/3.1.34/server/lib/yaml/constructor.py b/goagent/3.1.35/server/lib/yaml/constructor.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/constructor.py rename to goagent/3.1.35/server/lib/yaml/constructor.py diff --git a/goagent/3.1.34/server/lib/yaml/cyaml.py b/goagent/3.1.35/server/lib/yaml/cyaml.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/cyaml.py rename to goagent/3.1.35/server/lib/yaml/cyaml.py diff --git a/goagent/3.1.34/server/lib/yaml/dumper.py b/goagent/3.1.35/server/lib/yaml/dumper.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/dumper.py rename to goagent/3.1.35/server/lib/yaml/dumper.py diff --git a/goagent/3.1.34/server/lib/yaml/emitter.py b/goagent/3.1.35/server/lib/yaml/emitter.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/emitter.py rename to goagent/3.1.35/server/lib/yaml/emitter.py diff --git a/goagent/3.1.34/server/lib/yaml/error.py b/goagent/3.1.35/server/lib/yaml/error.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/error.py rename to goagent/3.1.35/server/lib/yaml/error.py diff --git a/goagent/3.1.34/server/lib/yaml/events.py b/goagent/3.1.35/server/lib/yaml/events.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/events.py rename to goagent/3.1.35/server/lib/yaml/events.py diff --git a/goagent/3.1.34/server/lib/yaml/loader.py b/goagent/3.1.35/server/lib/yaml/loader.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/loader.py rename to goagent/3.1.35/server/lib/yaml/loader.py diff --git a/goagent/3.1.34/server/lib/yaml/nodes.py b/goagent/3.1.35/server/lib/yaml/nodes.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/nodes.py rename to goagent/3.1.35/server/lib/yaml/nodes.py diff --git a/goagent/3.1.34/server/lib/yaml/parser.py b/goagent/3.1.35/server/lib/yaml/parser.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/parser.py rename to goagent/3.1.35/server/lib/yaml/parser.py diff --git a/goagent/3.1.34/server/lib/yaml/reader.py b/goagent/3.1.35/server/lib/yaml/reader.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/reader.py rename to goagent/3.1.35/server/lib/yaml/reader.py diff --git a/goagent/3.1.34/server/lib/yaml/representer.py b/goagent/3.1.35/server/lib/yaml/representer.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/representer.py rename to goagent/3.1.35/server/lib/yaml/representer.py diff --git a/goagent/3.1.34/server/lib/yaml/resolver.py b/goagent/3.1.35/server/lib/yaml/resolver.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/resolver.py rename to goagent/3.1.35/server/lib/yaml/resolver.py diff --git a/goagent/3.1.34/server/lib/yaml/scanner.py b/goagent/3.1.35/server/lib/yaml/scanner.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/scanner.py rename to goagent/3.1.35/server/lib/yaml/scanner.py diff --git a/goagent/3.1.34/server/lib/yaml/serializer.py b/goagent/3.1.35/server/lib/yaml/serializer.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/serializer.py rename to goagent/3.1.35/server/lib/yaml/serializer.py diff --git a/goagent/3.1.34/server/lib/yaml/tokens.py b/goagent/3.1.35/server/lib/yaml/tokens.py similarity index 100% rename from goagent/3.1.34/server/lib/yaml/tokens.py rename to goagent/3.1.35/server/lib/yaml/tokens.py diff --git a/goagent/3.1.34/server/uploader.bat b/goagent/3.1.35/server/uploader.bat similarity index 100% rename from goagent/3.1.34/server/uploader.bat rename to goagent/3.1.35/server/uploader.bat diff --git a/goagent/3.1.34/server/uploader.py b/goagent/3.1.35/server/uploader.py similarity index 100% rename from goagent/3.1.34/server/uploader.py rename to goagent/3.1.35/server/uploader.py diff --git a/goagent/3.1.34/setup.py b/goagent/3.1.35/setup.py similarity index 100% rename from goagent/3.1.34/setup.py rename to goagent/3.1.35/setup.py diff --git a/goagent/3.1.34/start.py b/goagent/3.1.35/start.py similarity index 100% rename from goagent/3.1.34/start.py rename to goagent/3.1.35/start.py diff --git a/goagent/3.1.34/web_ui/config.html b/goagent/3.1.35/web_ui/config.html similarity index 82% rename from goagent/3.1.34/web_ui/config.html rename to goagent/3.1.35/web_ui/config.html index 4b510e8026..be4034476f 100644 --- a/goagent/3.1.34/web_ui/config.html +++ b/goagent/3.1.35/web_ui/config.html @@ -18,7 +18,9 @@

GoAgent config

- +
+ +

@@ -42,6 +44,8 @@

GoAgent config

$("#proxy_type").val(data.proxy_type); $("#proxy_host").val(data.proxy_host); $("#proxy_port").val(data.proxy_port); + $("#proxy_user").val(data.proxy_user); + $("#proxy_passwd").val(data.proxy_passwd); }); @@ -60,9 +64,12 @@

GoAgent config

proxy_type = $("#proxy_type").val(); proxy_host = $("#proxy_host").val(); proxy_port = $("#proxy_port").val(); + proxy_user = $("#proxy_user").val(); + proxy_passwd = $("#proxy_passwd").val(); $.post( "http://127.0.0.1:8084/config?cmd=set_config", {"appid":appid, "passwd": passwd, - "proxy_enable":proxy_enable, "proxy_type":proxy_type, "proxy_host":proxy_host, "proxy_port":proxy_port }, + "proxy_enable":proxy_enable, "proxy_type":proxy_type, "proxy_host":proxy_host, "proxy_port":proxy_port, + "proxy_user":proxy_user, "proxy_passwd":proxy_passwd,}, function( data ) { res = data.res if(res == "success") { diff --git a/goagent/3.1.34/web_ui/deploy.html b/goagent/3.1.35/web_ui/deploy.html similarity index 100% rename from goagent/3.1.34/web_ui/deploy.html rename to goagent/3.1.35/web_ui/deploy.html diff --git a/goagent/3.1.34/web_ui/logging.html b/goagent/3.1.35/web_ui/logging.html similarity index 100% rename from goagent/3.1.34/web_ui/logging.html rename to goagent/3.1.35/web_ui/logging.html diff --git a/goagent/3.1.34/web_ui/menu.yaml b/goagent/3.1.35/web_ui/menu.yaml similarity index 100% rename from goagent/3.1.34/web_ui/menu.yaml rename to goagent/3.1.35/web_ui/menu.yaml diff --git a/goagent/3.1.34/web_ui/status.html b/goagent/3.1.35/web_ui/status.html similarity index 100% rename from goagent/3.1.34/web_ui/status.html rename to goagent/3.1.35/web_ui/status.html diff --git a/goagent/3.1.34/web_ui/status.html~ b/goagent/3.1.35/web_ui/status.html~ similarity index 100% rename from goagent/3.1.34/web_ui/status.html~ rename to goagent/3.1.35/web_ui/status.html~ diff --git a/launcher/1.0.2/Python.ico b/launcher/1.0.3/Python.ico similarity index 100% rename from launcher/1.0.2/Python.ico rename to launcher/1.0.3/Python.ico diff --git a/launcher/1.0.2/Python.png b/launcher/1.0.3/Python.png similarity index 100% rename from launcher/1.0.2/Python.png rename to launcher/1.0.3/Python.png diff --git a/launcher/1.0.3/autorun.py b/launcher/1.0.3/autorun.py new file mode 100644 index 0000000000..f4ce250342 --- /dev/null +++ b/launcher/1.0.3/autorun.py @@ -0,0 +1,102 @@ +#!/usr/bin/env python +"""A simple crossplatform autostart helper""" +from __future__ import with_statement + +import os +import sys +import logging + + +current_path = os.path.dirname(os.path.abspath(__file__)) +root_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir)) + +if sys.platform == 'win32': + import _winreg + _registry = _winreg.ConnectRegistry(None, _winreg.HKEY_CURRENT_USER) + def get_runonce(): + return _winreg.OpenKey(_registry, + r"Software\Microsoft\Windows\CurrentVersion\Run", 0, + _winreg.KEY_ALL_ACCESS) + + def add(name, application): + """add a new autostart entry""" + key = get_runonce() + _winreg.SetValueEx(key, name, 0, _winreg.REG_SZ, application) + _winreg.CloseKey(key) + + def exists(name): + """check if an autostart entry exists""" + key = get_runonce() + exists = True + try: + _winreg.QueryValueEx(key, name) + except : #WindowsError + exists = False + _winreg.CloseKey(key) + return exists + + def remove(name): + if not exists(name): + return + + """delete an autostart entry""" + key = get_runonce() + _winreg.DeleteValue(key, name) + _winreg.CloseKey(key) + + run_cmd = os.path.abspath( os.path.join(root_path, "python27", "1.0", "pythonw.exe")) + " " +\ + os.path.abspath( os.path.join(root_path, "launcher", "start.py")) +else: + _xdg_config_home = os.environ.get("XDG_CONFIG_HOME", "~/.config") + _xdg_user_autostart = os.path.join(os.path.expanduser(_xdg_config_home), + "autostart") + + def getfilename(name): + """get the filename of an autostart (.desktop) file""" + return os.path.join(_xdg_user_autostart, name + ".desktop") + + def add(name, application): + if not os.path.isdir(os.path.expanduser(_xdg_config_home)): + logging.warn("autorun linux config path not found:%s", os.path.expanduser(_xdg_config_home)) + return + + if not os.path.isdir(_xdg_user_autostart): + os.mkdir(_xdg_user_autostart) + + """add a new autostart entry""" + desktop_entry = "[Desktop Entry]\n"\ + "Name=%s\n"\ + "Exec=%s\n"\ + "Type=Application\n"\ + "Terminal=false\n" % (name, application) + with open(getfilename(name), "w") as f: + f.write(desktop_entry) + + def exists(name): + """check if an autostart entry exists""" + return os.path.exists(getfilename(name)) + + def remove(name): + """delete an autostart entry""" + if(exists(name)): + os.unlink(getfilename(name)) + + run_cmd = os.path.abspath( os.path.join(root_path, "start.sh")) + +def enable(): + add("XX-Net", run_cmd) + +def disable(): + remove("XX-Net") + +def test(): + assert not exists("test_xxx") + try: + add("test_xxx", "test") + assert exists("test_xxx") + finally: + remove("test_xxx") + assert not exists("test_xxx") + +if __name__ == "__main__": + test() \ No newline at end of file diff --git a/launcher/1.0.2/config.py b/launcher/1.0.3/config.py similarity index 85% rename from launcher/1.0.2/config.py rename to launcher/1.0.3/config.py index a8f2223fc1..ce28bff019 100644 --- a/launcher/1.0.2/config.py +++ b/launcher/1.0.3/config.py @@ -2,10 +2,6 @@ import os, sys import logging -current_path = os.path.dirname(os.path.abspath(__file__)) -python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, 'python27', '1.0')) -noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) -sys.path.append(noarch_lib) import yaml diff --git a/launcher/1.0.2/create_shortcut.js b/launcher/1.0.3/create_shortcut.js similarity index 100% rename from launcher/1.0.2/create_shortcut.js rename to launcher/1.0.3/create_shortcut.js diff --git a/launcher/1.0.2/gtk_tray.py b/launcher/1.0.3/gtk_tray.py similarity index 100% rename from launcher/1.0.2/gtk_tray.py rename to launcher/1.0.3/gtk_tray.py diff --git a/launcher/1.0.2/logging.py b/launcher/1.0.3/logging.py similarity index 97% rename from launcher/1.0.2/logging.py rename to launcher/1.0.3/logging.py index 6152d7ffa4..271fd5ef54 100644 --- a/launcher/1.0.2/logging.py +++ b/launcher/1.0.3/logging.py @@ -53,7 +53,10 @@ def log(level, fmt, *args, **kwargs): #print string sys.stderr.write(string) log_fd.write(string) - log_fd.flush() + try: + log_fd.flush() + except: + pass def dummy(*args, **kwargs): pass diff --git a/launcher/1.0.2/module_init.py b/launcher/1.0.3/module_init.py similarity index 97% rename from launcher/1.0.2/module_init.py rename to launcher/1.0.3/module_init.py index 52cd0af5d4..d602065dad 100644 --- a/launcher/1.0.2/module_init.py +++ b/launcher/1.0.3/module_init.py @@ -54,6 +54,8 @@ def stop(module): def start_all_auto(): config.load() for module in config.config["modules"]: + if module == "launcher": + continue if "auto_start" in config.config['modules'][module] and config.config['modules'][module]["auto_start"]: start(module) diff --git a/launcher/1.0.2/non_tray.py b/launcher/1.0.3/non_tray.py similarity index 100% rename from launcher/1.0.2/non_tray.py rename to launcher/1.0.3/non_tray.py diff --git a/launcher/1.0.2/setup.py b/launcher/1.0.3/setup.py similarity index 100% rename from launcher/1.0.2/setup.py rename to launcher/1.0.3/setup.py diff --git a/launcher/1.0.3/setup_win_python.py b/launcher/1.0.3/setup_win_python.py new file mode 100644 index 0000000000..31f09278bc --- /dev/null +++ b/launcher/1.0.3/setup_win_python.py @@ -0,0 +1,61 @@ +import os +import sys +import platform +import shutil +import logging +import time + +current_path = os.path.dirname(os.path.abspath(__file__)) +python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, 'python27', '1.0')) + +def copy_VCR_files(): + src_path = os.path.join(python_path, "WinSxS") + win_path = os.environ['WINDIR'] + win_dst_path = os.path.join(win_path, "WinSxS") + + for path, dirs, files in os.walk(src_path): + for file in files: + sep_path = path.split(os.path.sep) + relate_path = os.path.sep.join(sep_path[5:]) + #print relate_path + dest_path = os.path.join(win_dst_path, relate_path) + if not os.path.isdir(dest_path): + logging.info("setup win python, mkdir:%s", dest_path) + os.mkdir(dest_path) + #print "root:", path + #print "file:", file + src_path = os.path.join(path, file) + target_file = os.path.join(dest_path, file) + if not os.path.isfile(target_file): + logging.info("setup win python, copy:%s %s", src_path, target_file) + shutil.copyfile(src_path, target_file) + +def is_winxp(): + if sys.platform != "win32": + return False + if platform.release() != "XP": + return False + return True + +def check_setup(): #40ms + if is_winxp(): + try: + copy_VCR_files() + except Exception as e: + logging.exception("setup win python except:%s", e) + +def smart_check(): #400 ms + import uuid + node_id = uuid.getnode() + import config + config.load() + + if current_path != config.config["update"]["last_path"] or node_id != config.config["update"]["node_id"]: + check_setup() + +if __name__ == "__main__": + t1 = time.time() + check_setup() + t2 = time.time() + t_c = (t2 - t1) * 1000 + print "cost time:", t_c diff --git a/launcher/1.0.2/start.py b/launcher/1.0.3/start.py similarity index 78% rename from launcher/1.0.2/start.py rename to launcher/1.0.3/start.py index 8d14ea1300..e8e9573801 100644 --- a/launcher/1.0.2/start.py +++ b/launcher/1.0.3/start.py @@ -6,6 +6,11 @@ import atexit import logging +current_path = os.path.dirname(os.path.abspath(__file__)) +python_path = os.path.abspath( os.path.join(current_path, os.pardir, os.pardir, 'python27', '1.0')) +noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) +sys.path.append(noarch_lib) + if sys.platform == "linux" or sys.platform == "linux2": from gtk_tray import sys_tray elif sys.platform == "win32": @@ -19,6 +24,7 @@ import module_init import update import config +import setup_win_python def exit_handler(): print 'Stopping all modules before exit!' @@ -39,13 +45,14 @@ def main(): __file__ = getattr(os, 'readlink', lambda x: x)(__file__) os.chdir(os.path.dirname(os.path.abspath(__file__))) + setup_win_python.check_setup() module_init.start_all_auto() web_control.start() config.load() - if config.get(["web_ui", "popup_webui"], 1) == 1: + if config.get(["modules", "launcher", "popup_webui"], 1) == 1: webbrowser.open("http://127.0.0.1:8085/") update.start() diff --git a/launcher/1.0.2/systray/__init__.py b/launcher/1.0.3/systray/__init__.py similarity index 100% rename from launcher/1.0.2/systray/__init__.py rename to launcher/1.0.3/systray/__init__.py diff --git a/launcher/1.0.2/systray/traybar.py b/launcher/1.0.3/systray/traybar.py similarity index 100% rename from launcher/1.0.2/systray/traybar.py rename to launcher/1.0.3/systray/traybar.py diff --git a/launcher/1.0.2/systray/win32_adapter.py b/launcher/1.0.3/systray/win32_adapter.py similarity index 100% rename from launcher/1.0.2/systray/win32_adapter.py rename to launcher/1.0.3/systray/win32_adapter.py diff --git a/launcher/1.0.2/update.py b/launcher/1.0.3/update.py similarity index 100% rename from launcher/1.0.2/update.py rename to launcher/1.0.3/update.py diff --git a/launcher/1.0.2/web_control.py b/launcher/1.0.3/web_control.py similarity index 90% rename from launcher/1.0.2/web_control.py rename to launcher/1.0.3/web_control.py index 42e4c15d95..1457dca7f0 100644 --- a/launcher/1.0.2/web_control.py +++ b/launcher/1.0.3/web_control.py @@ -11,15 +11,13 @@ current_path = os.path.dirname(os.path.abspath(__file__)) root_path = os.path.abspath(os.path.join(current_path, os.pardir, os.pardir)) -python_path = os.path.abspath( os.path.join(root_path, 'python27', '1.0')) -noarch_lib = os.path.abspath( os.path.join(python_path, 'lib', 'noarch')) -sys.path.append(noarch_lib) import yaml import logging import module_init import config +import autorun NetWorkIOError = (socket.error, ssl.SSLError, OSError) @@ -186,7 +184,10 @@ def req_config_handler(self): if reqs['cmd'] == ['get_config']: config.load() - data = '{ "check_update": "%d", "popup_webui": %d }' % (config.get(["update", "check_update"], 1), config.get(["web_ui", "popup_webui"], 1) ) + data = '{ "check_update": "%d", "popup_webui": %d, "auto_start": %d }' %\ + (config.get(["update", "check_update"], 1) + , config.get(["modules", "launcher", "popup_webui"], 1) + , config.get(["modules", "launcher", "auto_start"], 0)) elif reqs['cmd'] == ['set_config']: if 'check_update' in reqs: check_update = int(reqs['check_update'][0]) @@ -203,17 +204,28 @@ def req_config_handler(self): if popup_webui != 0 and popup_webui != 1: data = '{"res":"fail, popup_webui:%s"}' % popup_webui else: - config.set(["web_ui", "popup_webui"], popup_webui) + config.set(["modules", "launcher", "popup_webui"], popup_webui) + config.save() + + data = '{"res":"success"}' + elif 'auto_start' in reqs : + auto_start = int(reqs['auto_start'][0]) + if auto_start != 0 and auto_start != 1: + data = '{"res":"fail, auto_start:%s"}' % auto_start + else: + if auto_start: + autorun.enable() + else: + autorun.disable() + + config.set(["modules", "launcher", "auto_start"], auto_start) config.save() data = '{"res":"success"}' else: data = '{"res":"fail"}' - mimetype = 'text/plain' - self.send_response(mimetype, data) - #self.wfile.write(('HTTP/1.1 200\r\nContent-Type: %s\r\nContent-Length: %s\r\n\r\n' % (mimetype, len(data))).encode()) - #self.wfile.write(data) + self.send_response('application/json', data) def req_init_module_handler(self): req = urlparse.urlparse(self.path).query diff --git a/launcher/1.0.2/web_ui/about.html b/launcher/1.0.3/web_ui/about.html similarity index 100% rename from launcher/1.0.2/web_ui/about.html rename to launcher/1.0.3/web_ui/about.html diff --git a/launcher/1.0.2/web_ui/config.html b/launcher/1.0.3/web_ui/config.html similarity index 74% rename from launcher/1.0.2/web_ui/config.html rename to launcher/1.0.3/web_ui/config.html index 1e3dceee9a..9d623eed30 100644 --- a/launcher/1.0.2/web_ui/config.html +++ b/launcher/1.0.3/web_ui/config.html @@ -10,6 +10,11 @@

Popup Web UI when startup:

+

Auto start when login desktop: +
+ +
+



@@ -21,6 +26,7 @@

Popup Web UI when startup: