blackhole.txt 827 B

123456789101112131415161718192021
  1. =================================================================
  2. How to set up a 'blackhole' - eg a P2P/Community 'zombies' server
  3. =================================================================
  4. * Setup web server with a folder "ufonet", this folder should be:
  5. - Located in /var/www/ufonet (default debian/ubuntu install)
  6. - Owned by the user running the blackhole
  7. - Accessible with http://<your ip>/ufonet/
  8. * Start the blackhole with:
  9. ./ufonet --blackhole or python2 blackhole.py
  10. * Anyone wanting to connect to your server needs to set the --up-to/--down-from
  11. to the ip address of your webserver.
  12. ===============================================================
  13. WARNING: this *ADVANCED* function is *NOT* secure, proceed if you really want to.
  14. ===============================================================