選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

GBUdbIgnoreList.txt.sample 496B

1234567891011
  1. # List of IPs to Ignore on startup
  2. # THIS FILE MUST BE PRESENT FOR SNF TO START!
  3. # Each IP in this list is set to Ignore in GBUdb when
  4. # The configuration is loaded.
  5. # Hash mark on the beginning of a line indicates a comment.
  6. # Comments after an IP are also ignored.
  7. # One line per IP. Sorry, no CIDR yet.
  8. # Note that you can also use Drilldown directives to achieve CIDR like results automatically.
  9. # Be sure to list ALL of your gateways :-)
  10. 127.0.0.1 # ignore localhost, of course.