gopherproxy/README.md

1.4 KiB

Gopher (RFC 1436) Web Proxy

Build Status GoDoc Wiki Go Report Card Coverage

gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace by proxying standard Web HTTP requests to Gopher requests of the target server.

gopherproxy is written in Go (#golang) using the go-gopher library.

Demo: https://gopher.mills.io/

Installation

go get github.com/envs-net/gopherproxy/
go install github.com/envs-net/gopherproxy/

Docker

Run directly from a prebuild image from the Docker Hub:

docker run -p 8000:8000 prologic/gopherproxy

Or build your own custom image from a source checkout:

docker build -t gopherproxy .
docker run -p 80:80 gopherproxy -uri floodgap.com

Usage

gopherproxy

Then simply visit: http://localhost/gopher.floodgap.com

License

MIT