Skip to content

Makepad-fr/sfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simplistic forward proxy implementation in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors