xlgmokha / proxy-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxy-server

A tiny proxy server.

Installation

$ go install github.com/xlgmokha/proxy-server@latest

Usage

Start the server:

$ proxy-server
Listening and serving HTTP on http://127.0.0.1:8080

Use the proxy server:

$ curl -k --proxy 127.0.0.1:8080 https://www.eff.org/

About

License:MIT License


Languages

Language:Go 100.0%