blob: 9e4831a976880051df33a427c9769e2f60b6ac0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|