Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 374 Bytes

Simple Forward Proxy

This is a very simplistic implementation of forward proxy in Go programming language.

Prerequisites

  • Go 1.22 or higher
  • Make

Usage

Build the project

make

Start the forward proxy server

./out/forward-proxy

Use the proxy server in a CURL

 curl -x http://localhost:9090 https://google.com