blob: 057500c82e256970130f91bd2da087c4da4a54dc (
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
|
# 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
```
Then simply visit: http://localhost/gopher.floodgap.com
## License
MIT
|