diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:15:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 1262164189acad7ff9077b4aeb84fbcdff9e8472 (patch) | |
tree | edceea2ca9cfb77fc27a0a1f6c51caf9ae9deb6f | |
parent | 59bd637eaba9f91ad5517a0e6aa43a0e4f7f83f5 (diff) | |
download | slackbuilds-1262164189acad7ff9077b4aeb84fbcdff9e8472.tar.gz |
network/kwakd: Fix slack-desc.
-rw-r--r-- | network/kwakd/slack-desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/kwakd/slack-desc b/network/kwakd/slack-desc index 3aa51f426e..7e77b1dba9 100644 --- a/network/kwakd/slack-desc +++ b/network/kwakd/slack-desc @@ -10,9 +10,10 @@ kwakd: kwakd (web server) kwakd: kwakd: Kwakd is a very small foot print web server written in C that serves kwakd: blank html pages for any request. The request can be arbitrary, may -kwakd: even be invalid, but only its first line will be read and the +kwakd: even be invalid, but only its first line will be read and the kwakd: response will be the same: blank page consisting of "<html> </html>". kwakd: It is quite easy to change the response to whatever you like though. kwakd: Kwakd can be handy if you want to intercept traffic from your client kwakd: (web browser for example) to annoying sites and direct all kwakd: such traffic to your local machine. +kwakd: |