
blocklist_updater - Update the local copy of a Google SafeBrowsing API blocklist.

blocklist_updater --apikey=<arg> --dbfile=<arg> --blocklist=<arg> [--updatefile=<arg>] [--keysfile=<args>]

Google SafeBrowsing API key.
Path to database where blocklist is stored. Needs to be an absolute path.
Name of blocklist.
If specified, gives a file to read the update data from. Otherwise, the update is downloaded from Google.
If specified, gives a file to read the getkey data from. Otherwise, a /getkey request is sent to Google.
If given, disable MAC verification.