aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-26 22:21:11 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-26 22:21:11 +0200
commit6077e7c8dfcb60c4f5401e647c79002e991ba1dd (patch)
treecfbd88e255576ce79b39758c08c0b262ac55423b /README.md
parentReadme: Fix indentation for code block (diff)
downloadgopherproxy-6077e7c8dfcb60c4f5401e647c79002e991ba1dd.tar.gz
gopherproxy-6077e7c8dfcb60c4f5401e647c79002e991ba1dd.tar.bz2
gopherproxy-6077e7c8dfcb60c4f5401e647c79002e991ba1dd.zip
Further improvements on the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 671203a..7ebde2b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace 3gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
4by proxying standard Web HTTP requests to Gopher requests of the target server. 4by proxying standard Web HTTP requests to Gopher requests of the target server.
5 5
6gopherproxy is a fork of https://github.com/prologic/gopherproxy. 6gopherproxy is a fork of [https://github.com/prologic/gopherproxy](https://github.com/prologic/gopherproxy).
7 7
8Demo: https://gopher.feuerfuchs.dev/ 8Demo: https://gopher.feuerfuchs.dev/
9 9
@@ -24,7 +24,12 @@ Demo: https://gopher.feuerfuchs.dev/
24$ gopherproxy 24$ gopherproxy
25``` 25```
26 26
27Then simply visit: http://localhost:8000/ 27Arguments:
28
29- `-bind=<ip[:port]>`: The interface to bind to (default: "0.0.0.0:8000")
30- `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com")
31- `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt")
32- `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false)
28 33
29 34
30## Development 35## Development