资 源 简 介
The code moved to github.
Kwakd is a very small foot print web server written in C (under 400 lines of code) that serves blank html pages for any request. The request can be arbitrary, may even be invalid, but only its first line will be read and the response will be the same: a blank page consisting of "
". It is quite easy to change the response to whatever you like though.
Kwakd can be handy if you want to intercept traffic from your client (web browser for example) to annoying sites and direct all such traffic to your local machine.
News
10/28/12 version 0.3
added kwakd.service systemd service file
07/09/08 version 0.2
added init script which will use port 80, modify if needed