Socket
Socket
Sign inDemoInstall

vpn.email.client.gfw

Package Overview
Dependencies
203
Maintainers
1
Versions
323
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vpn.email.client.gfw

vpn client gfw mode


Version published
Weekly downloads
11
decreased by-68.57%
Maintainers
1
Install size
16.6 MB
Created
Weekly downloads
 

Readme

Source

QTGate-gfw-client

Description 概要

This is a part of QTGate client software. GFW mode for node.js.
QTGate is a service that use email IMAP protocol to make a virtual tunnel that exchanges packets between clients and servers. qtgate. The excellent point is QTGate exchanges data by email account, client and server do not need IP address. Nobody know where you from even QTGate system.

這是 QTGate 客戶端的一部分 翻牆模式的獨立模塊 運行在 node.js.
QTGate是一种安全通讯手段,通过eMail的IMAP协议建立一个虚拟的专用通道,连接客户端和代理服务器,它的奇妙之处在于客户端和服务器彼此不用知道相互的IP地址,而是通过共用一个eMail账号进行数据交换,QTGate系统把VPN包加密后,利用IMAP进行通讯,能最大限度的保护您的网络通讯不被检测和干扰,建立一个私密的网络安全环境。

このプロジェクトはnode.js環境のQTGate端末用ソフトの一部Great Fire Wallモード モージュールです.
QTGateとは、eMailの通信プロトコルIMAPを使用して、端末とサーバの間に、仮想のネットワークトンネルを構築し、さらにVPNをカプセル化にしたことで、どんな端末からも利用することができます。QTGateの一番重要な特徴は,端末とサーバの通信がIPアドレスではなく、一つのeMailアカウントを使います。それによって世界中に安全と自由な通信ができるようになります。

http protocol

Installation 安裝方法 インストールについて

npm install QTGate-gfw-client

Run 運行 実行

node node_modules/QTGate-gfw-client/proxy/proxyServer.js

Notice 注意事項

This bate version only support http & https proxy
當前版本只對應 http 和 https proxy
このパージョンは http と https proxy しか対応していますので、ご注意してください。

setup 設置説明

setup file. 設置文件 設置ファイル

node_modules/QTGate-gfw-client/proxy/server.json

{

    "serverIp": "XXX.XXX.XXX.XXX",      Gateway IP address.
    "serverPort": xx,                   Gateway port number.
    "password": "xxxxxx",               Encrypt/Decrypt password.
    "securityPath": "/xxxx",        Proxy server security path. Default is /pac
    "connectTimeOut": 2500,             Connect timeout. (Default is 2.5 seconds)
    "reConnectTime": 600000,            Is blocked host reset time. 
    "useGateWay": true,                 Use gateway when host blacked. Default is true
    "listenPortNumber": xxxx            The listenning port number of proxy. Default is 8888.

}

{

    "serverIp": "XXX.XXX.XXX.XXX",      代理服務器地址
    "serverPort": xx,                   代理服務器端口號
    "password": "xxxxxx",               和代理服務器加密通訊密碼
    "securityPath": "/xxxx",       proxy服務器設備認證路徑,默認/pac
    "connectTimeOut": 2500,             proxy試連結目標服務器超時設定 (2.5秒)
    "reConnectTime": 600000,            被阻塞再進行試連結時長
    "useGateWay": true,                 目標被阻塞時使用代理服務器,默認true
    "listenPortNumber": xxxx            服務器通訊端口號, 默認8888

}

{

    "serverIp": "XXX.XXX.XXX.XXX",      ゲットウェーIP
    "serverPort": xx,                   ゲットウェー通信ポート番号
    "password": "xxxxxx",               ゲットウェーとの通信用パスワード
    "securityPath": "/xxxx",        端末認証用ゲットウェーパース、デフォルトは/pacです。
    "connectTimeOut": 2500,             アクセス不能ホストを確定する時長
    "reConnectTime": 600000,            アクセス不能なホスト再開する時長
    "useGateWay": true,                 アクセス不能なホストをゲットウェーを使用してアクセス、デフォルトはtrueです。
    "listenPortNumber": xxxx            proxyサービスポート番号、デフォルトは8888です

}

Keywords

FAQs

Last updated on 13 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc