+
Skip to content

wutz/hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydra

An http proxy base on hyper

How to use

Start hydra service:

$ docker run \
    -d \
    -p 3000:3000 \
    ghcr.io/wutz/hydra

Access through the http[s] proxy provided by hydra:

$ export http_proxy=http://localhost:3000
$ export https_proxy=http://localhost:3000
$ curl -v https://tokio.rs

# or
$ curl -v -x "127.0.0.1:3000" https://tokio.rs

Custom listen address:

$ docker run \
    -d \
    -p 6000:6000 \
    -e HYDRA_LISTEN=0.0.0.0:6000 \
    ghcr.io/wutz/hydra

About

An http proxy build using Rust

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载