Gopher (RFC 1436) Web Proxy
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 git.mills.io/prologic/gopherproxy/cmd/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
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