nonhttpd

A httpd serving nothing.
git clone git://r-36.net/nonhttpd
Log | Files | Refs | README | LICENSE

socat-nonhttpd.sh (67B)


      1 #!/bin/sh
      2 
      3 socat tcp-l:8080,reuseaddr,fork exec:/usr/bin/nonhttpd
      4