(DIR) <- Back
# Gopher HTTP proxy
Last modification on 2020-08-30
For fun I wrote a small HTTP Gopher proxy CGI program in C. It only supports
the basic Gopher types and has some restrictions to prevent some abuse.
(HTM) For your regular Gopher browsing I recommend the simple Gopher client »sacc«.
(HTM) For more information about Gopher check out »gopherproject.org«.
## Clone
git clone git://git.codemadness.org/gopherproxy-c
## Browse
You can browse the source-code at:
(HTM) * https://git.codemadness.org/gopherproxy-c/
(DIR) * gopher://codemadness.org/1/git/gopherproxy-c
## View
You can view it here:
(HTM) https://codemadness.org/gopherproxy/
For example you can also view my gopherhole using the proxy, the query string
parameter "q" reads the URI:
(HTM) https://codemadness.org/gopherproxy/?q=codemadness.org
**Due to abuse this service is (temporary) disabled, but of course you can self-host it**
**For authors writing crawler bots: please respect robots.txt, HTTP status codes and test your code properly**