aixieluo / httpsproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpsproxy

A simple https proxy server written in Go

Getting started

####Compile

git clone https://github.com/Zartenc/httpsproxy.git
cd httpsproxy
go build main.go

####Run

httpsproxy -L=0.0.0.0:8080

About


Languages

Language:Go 97.4%Language:Dockerfile 2.6%