zblacklist.1.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv='content-type' value='text/html;charset=utf8'>
  5. <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
  6. <title>zblacklist(1) - zblacklist(1)</title>
  7. <style type='text/css' media='all'>
  8. /* style: man */
  9. body#manpage {margin:0}
  10. .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
  11. .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
  12. .mp h2 {margin:10px 0 0 0}
  13. .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
  14. .mp h3 {margin:0 0 0 4ex}
  15. .mp dt {margin:0;clear:left}
  16. .mp dt.flush {float:left;width:8ex}
  17. .mp dd {margin:0 0 0 9ex}
  18. .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
  19. .mp pre {margin-bottom:20px}
  20. .mp pre+h2,.mp pre+h3 {margin-top:22px}
  21. .mp h2+pre,.mp h3+pre {margin-top:5px}
  22. .mp img {display:block;margin:auto}
  23. .mp h1.man-title {display:none}
  24. .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
  25. .mp h2 {font-size:16px;line-height:1.25}
  26. .mp h1 {font-size:20px;line-height:2}
  27. .mp {text-align:justify;background:#fff}
  28. .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
  29. .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
  30. .mp u {text-decoration:underline}
  31. .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
  32. .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
  33. .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
  34. .mp b.man-ref {font-weight:normal;color:#434241}
  35. .mp pre {padding:0 4ex}
  36. .mp pre code {font-weight:normal;color:#434241}
  37. .mp h2+pre,h3+pre {padding-left:0}
  38. ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
  39. ol.man-decor {width:100%}
  40. ol.man-decor li.tl {text-align:left}
  41. ol.man-decor li.tc {text-align:center;letter-spacing:4px}
  42. ol.man-decor li.tr {text-align:right;float:right}
  43. </style>
  44. </head>
  45. <!--
  46. The following styles are deprecated and will be removed at some point:
  47. div#man, div#man ol.man, div#man ol.head, div#man ol.man.
  48. The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
  49. .man-navigation should be used instead.
  50. -->
  51. <body id='manpage'>
  52. <div class='mp' id='man'>
  53. <div class='man-navigation' style='display:none'>
  54. <a href="#SYNOPSIS">SYNOPSIS</a>
  55. <a href="#DESCRIPTION">DESCRIPTION</a>
  56. <a href="#OPTIONS">OPTIONS</a>
  57. </div>
  58. <ol class='man-decor man-head man head'>
  59. <li class='tl'>zblacklist(1)</li>
  60. <li class='tc'></li>
  61. <li class='tr'>zblacklist(1)</li>
  62. </ol>
  63. <h1>zblacklist(1)</h1>
  64. <h2 id="SYNOPSIS">SYNOPSIS</h2>
  65. <p>zblacklist [ -b &lt;blacklist&gt; ] [ -w &lt;whitelist&gt; ] [ OPTIONS... ]</p>
  66. <h2 id="DESCRIPTION">DESCRIPTION</h2>
  67. <p><em>ZBlacklist</em> is a network tool for limiting and deduplicating a list of
  68. IP addresses using a blacklist or whitelist.</p>
  69. <h2 id="OPTIONS">OPTIONS</h2>
  70. <h3 id="BASIC-OPTIONS">BASIC OPTIONS</h3>
  71. <dl>
  72. <dt> <code>-b</code>, <code>--blacklist-file=path</code></dt><dd><p> File of subnets to exclude, in CIDR notation, one-per line. It is
  73. recommended you use this to exclude RFC 1918 addresses, multicast, IANA
  74. reserved space, and other IANA special-purpose addresses. An example
  75. blacklist file <strong>blacklist.conf</strong> for this purpose.</p></dd>
  76. <dt><code>-w</code>, <code>--whitelist-file=name</code></dt><dd><p>File of subnets to include, in CIDR notation, one-per line. All other
  77. subnets will be excluded.</p></dd>
  78. <dt><code>-l</code>, <code>--log-file=name</code></dt><dd><p>File to log to.</p></dd>
  79. <dt><code>-v</code>, <code>--verbosity</code></dt><dd><p>Level of log detail (0-5, default=3)</p></dd>
  80. <dt><code>--no-duplicate-checking</code></dt><dd><p>Don't deduplicate input addresses. Default is false.</p></dd>
  81. <dt><code>--ignore-blacklist-errors</code></dt><dd><p>Ignore invalid entries in the blacklist. Default is false.</p></dd>
  82. </dl>
  83. <ol class='man-decor man-foot man foot'>
  84. <li class='tl'></li>
  85. <li class='tc'>June 2015</li>
  86. <li class='tr'>zblacklist(1)</li>
  87. </ol>
  88. </div>
  89. </body>
  90. </html>