GithubHelp home page GithubHelp logo

warp_proxy's Introduction

WARP_PROXY

利用WARP构造 SOCKS v5代理服务器。

使用方法:

Usage: ./proxy.sh {build|start|stop|log} [host_port] [minute]
  1. 编译镜像
chmod +x proxy.sh
./proxy.sh build
  1. 运行socks5服务
./proxy.sh start  # 默认开放在 127.0.0.1:1088,更换时间为1小时。
./proxy.sh start  127.0.0.1:1088 10  

其中 10 代表时间,将会间隔10分钟重新申请一个IP(IP有可能不更换)

  1. 停止服务
./proxy.sh stop
  1. 查看运行日志
./proxy.sh log

认证

如果想设置认证,可通过 gost 做一个转发

./gost -L admin:[email protected]:9999 -F=socks5://127.0.0.1:1088

之后,就可以认证使用了:

本机运行

如果不想用docker,想直接在VPS上直接安装,可以参考:warp.sh

warp_proxy's People

Contributors

ridter avatar

Stargazers

 avatar nyx-rattapoom avatar  avatar Eugene Dobrodeev avatar lovebell avatar  avatar  avatar 久绊A avatar ccc1cc avatar  avatar Tomato avatar  avatar u10on avatar HugeEgg avatar sp7der avatar LztCode avatar Emily Johnson avatar xzxx0z avatar cances avatar Ajam avatar Bharath avatar nbb avatar  avatar Taamr avatar  avatar kid avatar Ryota Sakai avatar  avatar 倾旋 avatar  avatar Tom Tom avatar 突突兔 avatar  avatar  avatar  avatar penson avatar SummerSec avatar poions avatar Lucky East avatar B0y1n4o4 avatar  avatar

Watchers

 avatar  avatar

warp_proxy's Issues

运行报错,这个是什么原因

提示Unable to find image 'auto_proxy:latest' locally
docker: Error response from daemon: pull access denied for auto_proxy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.应该怎么解决

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.