Skip to content

EErikas/simple-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-proxy

This is a simple proxy written in Go.

Prerequisites

  • Go 1.3.3, or a compatible version

Usage

Choose one of of the methods bellow, either way the proxy will be running on port 8080

Using regular Go

go run simple-proxy.go

Using EGo in simulation mode

# If your hardware does not support SGX, enable simulation mode with this command:
export OE_SIMULATION=1

ego-go build simple-proxy.go
ego sign simple-proxy
ego run simple-proxy

About

Small fast HTTP forward proxy in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%