shithub: tcp80

Download patch

ref: 4da869c3f59d38f00f3eb750aca3edd87ef564e1
parent: 55fd68b490df201222f81e06bd461c572b7828d7
author: igor <igor@mux>
date: Fri Sep 16 16:48:35 EDT 2022

Don't belabor the obvious.

--- a/README.md
+++ b/README.md
@@ -1,11 +1,6 @@
-Yet another tcp80 implementation…
+Yet another tcp80 implementation based on cinap's
+tcp80…
 
-…it only serves static files, and enables one
-to block agents and requests that match patterns.
-
-This enables one to simply drop any connections
-that attempt to access PHP, CGI, etc. files.
-
-One can also block based on agent name enabling
-one to drop certain services performing automated
-security vulnerability scans…
+…it only serves static files, enables blocking
+of requests and agents based on regexp(2), does
+not use *any* configuration files…