webjob-log-create-access-list - Create an access list based on entries in a log file.
webjob-log-create-access-list -f {file|-}
This utility processes entries in the specified log file and
generates output that can be used to create an IP-based access list.
Not every entry in the log file will be recognized as coming from a
valid client. Only those clients that match a set of internally
defined regular expressions will be considered valid clients.
Basically, the client's ID and IP address need to be valid, and the
entry must have a status code in the range [200-299].
The format of the list is key/value pair as follows:
<client_id> = <cidr>[,<cidr>]
- -f {file|-}
-
Specifies the name of the log file to process. Typically, this file
is called nph-webjob.log.
Klayton Monroe
webjob(1)
All documentation and code are distributed under same terms and
conditions as WebJob.
|