straightforward gopher proxy https://gopher.tildeverse.org
Go to file
James Mills 669492455b
Added templating support
2016-09-22 12:51:46 +10:00
.gitignore Initial Commit 2016-09-22 11:22:10 +10:00
.travis.yml Initial Commit 2016-09-22 11:22:10 +10:00
Dockerfile Initial Commit 2016-09-22 11:22:10 +10:00
LICENSE Initial Commit 2016-09-22 11:22:10 +10:00
README.md Initial Commit 2016-09-22 11:22:10 +10:00
main.go Added templating support 2016-09-22 12:51:46 +10:00
template.go Added templating support 2016-09-22 12:51:46 +10:00

README.md

Gopher (RFC 1436) Web Proxy

Build Status

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

Installation

$ go install github.com/prologic/gopherproxy

Usage

$ gopherproxy

By default gopherproxy will proxy requests to a locally running Gopher server on gopher://localhost:70/ -- To change where to proxy to:

$ gopherproxy -host gopher.floodgap.com

License

MIT