go-httpproxy

command module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: MIT Imports: 1 Imported by: 0

README

httpproxy

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

A simple http & https proxy server.

Useage

Server: Docker Compose

version: "3"

services:
  httpproxy:
    container_name: httpproxy
    image: isayme/httpproxy:latest
    ports:
      - "1087:1087"
    command: /app/httpproxy -p 1087
    # command: httpproxy --proxy socks5://your-host:your-port -p 1087
    # command: httpproxy --proxy http://your-host:your-port -p 1087
    # command: httpproxy --proxy https://your-host:your-port -p 1087

Client

curl -x http://127.0.0.1:1087 http://baidu.com

Refers

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL