Sign inSign up

prologic/gopherproxy

By prologic

Updated over 4 years ago

Gopher (RFC 1436) Web Proxy

Image
2

1.1K

prologic/gopherproxy repository overview

Gopher (RFC 1436) Web Proxy

Build Status CodeCov Go Report Card GoDoc Sourcegraph

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 install github.com/prologic/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

Related projects:

  • go-gopher go-gopher is the Gopher client and server library used by gopherproxy

  • gopherclient gopherclient is a cross-platform QT/QML GUI Gopher Client using the gopherproxy library as its backend.

License

MIT

Tag summary

Content type

Image

Digest

Size

6.8 MB

Last updated

over 4 years ago

docker pull prologic/gopherproxy