Skip to content

isayme/go-httpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpproxy

Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

A simple http & https proxy server.

Useage

Docker

docker run --rm -p 1087:1087 isayme/httpproxy

Docker Compose

version: "3"

services:
  httpproxy:
    container_name: httpproxy
    image: isayme/httpproxy:latest
    ports:
      - "1087:1087"
    # run as http proxy, port 1087
    command: /app/httpproxy -p 1087

    # run as http proxy, port 1087, request remote with another socks5 proxy
    # command: httpproxy --proxy socks5://your-host:your-port -p 1087

    # run as http proxy, port 1087, request remote with another http proxy
    # command: httpproxy --proxy http://your-host:your-port -p 1087

    # run as http proxy, port 1087, request remote with another https proxy
    # command: httpproxy --proxy https://your-host:your-port -p 1087

Refers

About

A http&https proxy in Golang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published