Go to file
Ben Harris c02423e084
add img-responsive so the css will pick it up
2018-10-07 19:33:07 -04:00
cmd/gopherproxy markdown works 2018-10-07 18:48:10 -04:00
.gitignore Removed build artifacts accidently committed to dist/ 2018-03-23 23:51:37 -07:00
.travis.yml Add gorelease config to travis for automated binary releases 2017-06-18 17:02:27 -07:00
Dockerfile Set sensible defaults 2017-06-26 01:54:33 -07:00
LICENSE Initial Commit 2016-09-22 11:22:10 +10:00
Makefile Added a Makefile for convenience 2017-01-12 00:56:57 -08:00
README.md Updated README with instructions for using prebuilt image 2017-10-15 13:22:52 -07:00
gopherproxy.go markdown works 2018-10-07 18:48:10 -04:00
goreleaser.yml Add goreleaser config 2017-06-18 16:46:03 -07:00
markdown.go add img-responsive so the css will pick it up 2018-10-07 19:33:07 -04:00
robots.txt Add support for robots.txt user agent control from web crawlers (#10) 2018-04-03 14:32:43 -07:00
template.go markdown works 2018-10-07 18:48:10 -04:00

README.md

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 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

License

MIT