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