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/
$ go install github.com/prologic/gopherproxy/...
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
$ 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.
MIT
Content type
Image
Digest
Size
6.8 MB
Last updated
over 4 years ago
docker pull prologic/gopherproxy