From 6077e7c8dfcb60c4f5401e647c79002e991ba1dd Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 26 Jun 2019 22:21:11 +0200 Subject: Further improvements on the readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 671203a..7ebde2b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 a fork of https://github.com/prologic/gopherproxy. +gopherproxy is a fork of [https://github.com/prologic/gopherproxy](https://github.com/prologic/gopherproxy). Demo: https://gopher.feuerfuchs.dev/ @@ -24,7 +24,12 @@ Demo: https://gopher.feuerfuchs.dev/ $ gopherproxy ``` -Then simply visit: http://localhost:8000/ +Arguments: + +- `-bind=`: The interface to bind to (default: "0.0.0.0:8000") +- `-uri=`: The default address to open in the proxy (default: "floodgap.com") +- `-robots-file=`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") +- `-robots-debug=`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) ## Development -- cgit v1.2.3-54-g00ecf