1 Star 0 Fork 1

AppNet.Link/node-forward-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

node-forward-proxy

P2P HTTP and SOCKS forward webproxy based on AppNet.io and Node.js

Features

  • HTTP / SOCKS proxy server as forward-proxy import service
  • HTTP CONNECT tunnel over AppNet.io STUN session as forward-proxy export service
  • multi-hop relay over STUN session
  • secure P2P proxy tunnel to build user-defined WebVPN service
  • high UDP data transfer performance

Install manually

  • npm install forward-proxy, or git clone forward-proxy && cd forward-proxy && npm install
  • forward-proxy depend on node-httpp, just build it from repo node-httpp
  • setup your own AppNet.io backend controller services refer to AppNet.io-controller

Install with prebuilt packages, just download and unzip it

Usage/API

  • for export service, refer to demo/export.js. to start it, just node demo/export.js
  • for http proxy server, refer to demo/webproxy.js. to start it, just node demo/webproxy.js
  • for socks proxy server, refer to demo/socksproxy.js. to start it, just node demo/export.js
  • for http/socks server, please fill export service vURL in options.export, when create Proxy instance
  • web browser is http proxy / socks proxy client
  • after setup export service and start http or socks server, then set web browser proxy settings point to http/socks server
  • for forward-proxy util, refer to bin/forward-proxy. to start it, just node bin/forward-proxy --key usrkey(MUST) --http_port xxx --socks_port xxx --export_vurl vURL --enable_export
  • export/import service's usrkey MUST same

License

(The MIT License)

Copyright (c) 2012-present Tom Zhou(appnet.link@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT License Copyright (c) 2020 tomzhou Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

p2p http and socks forward web proxy based on AppNet.io and Node.js 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/AppNet5G/node-forward-proxy.git
git@gitee.com:AppNet5G/node-forward-proxy.git
AppNet5G
node-forward-proxy
node-forward-proxy
v3.3.x

搜索帮助