From 773606bd45e283d05a4aaa06787289ad322ca7b7 Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 22 Sep 2016 11:22:10 +1000 Subject: Initial Commit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e4831a --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Gopher (RFC 1436) Web Proxy + +[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) + +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](https://github.com/prologic/go-gopher) library. + +## Installation + + $ go install github.com/prologic/gopherproxy + +## Usage + +```#!bash +$ gopherproxy +``` + +By default gopherproxy will proxy requests to a locally running Gopher server +on gopher://localhost:70/ -- To change where to proxy to: + +```#!bash +$ gopherproxy -host gopher.floodgap.com +``` + +## License + +MIT -- cgit v1.2.3-54-g00ecf