satellite icon indicating copy to clipboard operation
satellite copied to clipboard

config_example blackhole

Open glamrock opened this issue 8 years ago • 1 comments

Within config_example, there are two example configs:

  "blacklist_example": "http://seahawk.cs.washington.edu:8080/blacklist.conf",
  "domainlist_example": "http://seahawk.cs.washington.edu:8080/domains.txt",

which lead to pages behind UW's authentication system, which are inaccessible to those not affiliated with UW. These examples should be mirrored locally so that users can see what the format is.

glamrock avatar Jul 19 '16 20:07 glamrock

blacklist follows the same format as those of zmap: https://github.com/zmap/zmap/blob/master/conf/blacklist.conf

domains is a newline separated list of domains to explicitly include.

formats should, indeed, be documented 👍

willscott avatar Jul 19 '16 23:07 willscott