You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
6 months ago | |
---|---|---|
.chglog | 1 year ago | |
.dockerfiles | 1 year ago | |
.github | 2 years ago | |
cmd/gopherproxy | 1 year ago | |
tools | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 4 years ago | |
.goreleaser.yml | 6 months ago | |
CHANGELOG.md | 6 months ago | |
Dockerfile | 1 year ago | |
LICENSE | 7 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
_config.yml | 4 years ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago | |
gopherproxy.go | 2 years ago | |
robots.txt | 5 years ago | |
template.go | 5 years ago | |
version.go | 1 year ago |
README.md
Gopher (RFC 1436) Web Proxy
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 install git.mills.io/prologic/gopherproxy/cmd/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
Related
Related projects:
-
go-gopher go-gopher is the Gopher client and server library used by gopherproxy
-
gopherclient gopherclient is a cross-platform QT/QML GUI Gopher Client using the gopherproxy library as its backend.
License
MIT