Go to file
creme daa0b3736e
change css url to envs.net
2019-08-17 22:07:26 +02:00
cmd/gopherproxy more changes to envs 2019-07-31 19:53:37 +02:00
.gitignore change to envs 2019-07-31 19:30:57 +02:00
.travis.yml change to envs 2019-07-31 19:30:57 +02:00
Dockerfile Set sensible defaults 2017-06-26 01:54:33 -07:00
LICENSE Initial Commit 2016-09-22 11:22:10 +10:00
Makefile change to envs 2019-07-31 19:30:57 +02:00
README.md fix Readme 2019-08-17 22:07:19 +02:00
gopherproxy.go change to envs 2019-07-31 19:30:57 +02:00
goreleaser.yml change to envs 2019-07-31 19:30:57 +02:00
markdown.go change to envs 2019-07-31 19:30:57 +02:00
robots.txt Add support for robots.txt user agent control from web crawlers (#10) 2018-04-03 14:32:43 -07:00
template.go change css url to envs.net 2019-08-17 22:07:26 +02:00

README.md

Gopher (RFC 1436) Web Proxy

Build Status GoDoc Wiki Go Report Card Coverage

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

Demo: https://gopher.mills.io/

Installation

go get github.com/envs-net/gopherproxy/
go install github.com/envs-net/gopherproxy/

Docker

Run directly from a prebuild image from the Docker Hub:

docker run -p 8000:8000 prologic/gopherproxy

Or build your own custom image from a source checkout:

docker build -t gopherproxy .
docker run -p 80:80 gopherproxy -uri floodgap.com

Usage

gopherproxy

Then simply visit: http://localhost/gopher.floodgap.com

License

MIT