README_blackhole.txt 829 B

123456789101112131415161718192021
  1. =================================================================
  2. How to set up a 'blackhole' - eg a P2P/Community 'zombies' server
  3. =================================================================
  4. * Setup web server (apache, nginx...) with a folder "ufonet", this folder should be:
  5. - Located in: /var/www/ufonet
  6. - Owned by the user running the blackhole
  7. - Accessible with: http(s)://<your ip>/ufonet/
  8. * Start the blackhole with:
  9. ./ufonet --blackhole (or python3 ufonet --blackhole &)
  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. ===============================================================