diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-05-29 00:46:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-05-29 00:46:26 +0000 |
commit | 0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9 (patch) | |
tree | 6b552f40eb089db96409a312a98d9b12bd669102 /contrib/hostlist.cgi |
ng
Diffstat (limited to 'contrib/hostlist.cgi')
-rw-r--r-- | contrib/hostlist.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/hostlist.cgi b/contrib/hostlist.cgi new file mode 100644 index 000000000..f04246e47 --- /dev/null +++ b/contrib/hostlist.cgi @@ -0,0 +1,5 @@ +#!/bin/sh +# This is a CGI script to generate the host list on-demand. +# by Michael Wensley, with minor improvements by Christian Grothoff +echo -ne "Content-Type: application/octet-stream\r\n\r\n" +cat /var/lib/gnunet/data/hosts/*.{2,3,4,5,6,8,12,17,23,25} |