satellite
satellite copied to clipboard
config_example blackhole
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.
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 👍