aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2016-09-22 11:22:10 +1000
committerJames Mills <prologic@shortcircuit.net.au>2016-09-22 11:22:10 +1000
commit773606bd45e283d05a4aaa06787289ad322ca7b7 (patch)
treef82287ca30e93aa5b30c8cc258e01b0ce851891a /README.md
downloadgopherproxy-773606bd45e283d05a4aaa06787289ad322ca7b7.tar.gz
gopherproxy-773606bd45e283d05a4aaa06787289ad322ca7b7.tar.bz2
gopherproxy-773606bd45e283d05a4aaa06787289ad322ca7b7.zip
Initial Commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9e4831a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
1# Gopher (RFC 1436) Web Proxy
2
3[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy)
4
5This is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
6by proxying standard Web HTTP requests to Gopher requests of the target server.
7
8gopherproxy is written in Go (#golang) using the
9[go-gopher](https://github.com/prologic/go-gopher) library.
10
11## Installation
12
13 $ go install github.com/prologic/gopherproxy
14
15## Usage
16
17```#!bash
18$ gopherproxy
19```
20
21By default gopherproxy will proxy requests to a locally running Gopher server
22on gopher://localhost:70/ -- To change where to proxy to:
23
24```#!bash
25$ gopherproxy -host gopher.floodgap.com
26```
27
28## License
29
30MIT