Giter Site home page Giter Site logo

autoproxy's Introduction

Autoproxy

English 中文

The project provides browser http proxy proxy service, supports https and http protocol proxy; can deploy multi-level proxy; supports TLS protocol encryption; mainly uses tools for accessing external websites with intranet hosts;

Features

  • Support multiple forwarding modes
  • Support statistical Console
  • Support secondary forwarding
  • Support TLS transmission encryption
  • Support dynamic routing
  • Support custom forwarding domain name settings
  • Support multiple platforms

Deploy

RemoteServer(Not-desktop)

  • Prepare a virtual cloud host with public IP
  • Specify a port for open tcp protocol access, such as 8080
  • Choose the right platform, Download the latest version;such as. autoproxy_linux_amd64.tar.gz

  • Run unzip autoproxy_linux_amd64.tar.gz Unzip the compressed package.

  • Run nohup xxx & The program will run in the background.

  • Remote Deploy:

./autoproxy -local-address https://0.0.0.0:8080 -mode local -local-auth user:123456
  • Local Deploy:
./autoproxy -local-auth "" -remote-address https://{remote-ip}:8080 -remote-auth user:123456

Default configuration

  • The default current path is the log storage path
  • The default bound port 8080
  • TLS transmission encryption is enabled by default
  • Provide two default authentication accounts
Usage of ./autoproxy:
  -cert-file string
    	tls cert file pem format
  -domain string
    	match domain list file(domain mode requires) (default "domain.json")
  -help
    	usage help
  -key-file string
    	tls key file pem format
  -local-address string
    	Local proxy listening address (default "http://0.0.0.0:8080")
  -local-auth string
    	Local proxy auth username and password
  -logfile string
    	logger file (default "autoproxy.log")
  -mode string
    	proxy mode(local/proxy/domain/auto) (default "proxy")
  -remote-address string
    	Remote proxy listening address (default "https://my.domain:8080")
  -remote-auth string
    	Remote proxy auth username and password
  -timeout int
    	connect timeout (unit second) (default 30)

Of course you can modify and run again

Everything is ready, return to the home windows and start the service; happy you life;

If you think this software is good, you can consider asking the author for coffee;

autoproxy's People

Contributors

linimbus avatar

Stargazers

 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.