Coder Social home page Coder Social logo

potatostream's Introduction

potatoStream

使用Nodejs实现的代理服务器,使用AES-256-GCM加密。后继计划会添加obfs混淆。

目前还在试验阶段,请谨慎使用。需要在服务器和本地安装Node.js

  1. potatoServer.js是服务器。
  2. potatoSocks.js是本地的socks5代理服务器。
  3. 使用git clone到本地后,请先执行npm install来安装依赖组件
  4. 然后新建一个config.josn文件作为配置
{
    "server_addr": "127.0.0.1",//服务器地址
    "server_port": 1999,//服务器的端口
    "local_port": 3000,//本地socks5代理服务器的端口
    "algorithm": "aes-256-cfb",//加密算法,暂时无用。强制使用AES-256-CM
    "password": "password"//密码,需要保持两端一致
}
  1. 然后在服务器上运行 node potatoServer.js 如果想后台运行,执行 node potatoServer.js &
  2. 本地运行 node potatoSocks5.js 即可在你指定的端口开启socks5代理
  3. 浏览器里设置socks5代理服务器,就可以安心的浏览了~

potatostream's People

Contributors

lersh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.