Sign inSign up

pete911/blackhole

By pete911

Updated about 5 years ago

simple webserver generating random links

Image
0

1.5K

pete911/blackhole repository overview

Blackhole

Simple web server generating random links. The aim of this project is to keep bots/web crawlers occupied within 'blackhole'.

docker run --rm -it -p 8080:8080 pete911/blackhole
optional flags
  -max-link-depth int
        max. link depth (number of path segments) (default 10)
  -max-links int
        max. number of links to generate (default 50)
  -min-link-depth int
        min. link depth (number of path segments) (default 1)
  -min-links int
        min. number of links to generate (default 10)
  -port int
        blackhole server port (default 8080)

Each option can be by env. variable as well. Env. variables have the same name as flags but are in uppercase, prefixed with BH_ and hyphens are replaced with underscores. e.g. flag -max-links can be set with BH_MAX_LINKS env. variable.

Tag summary

Content type

Image

Digest

Size

7.5 MB

Last updated

about 5 years ago

docker pull pete911/blackhole