Go to file
cremesk 0e9d87db72
change to envs
2019-07-31 19:30:57 +02:00
cmd/gopherproxy change to envs 2019-07-31 19:30:57 +02:00
.gitignore change to envs 2019-07-31 19:30:57 +02:00
.travis.yml change to envs 2019-07-31 19:30:57 +02: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 change to envs 2019-07-31 19:30:57 +02:00
README.md change to envs 2019-07-31 19:30:57 +02:00
gopherproxy.go change to envs 2019-07-31 19:30:57 +02:00
goreleaser.yml change to envs 2019-07-31 19:30:57 +02:00
markdown.go change to envs 2019-07-31 19:30:57 +02: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 change to envs 2019-07-31 19:30:57 +02: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