The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

ARGUMENTS

--apikey

Google SafeBrowsing API key.

--dbfile

Path to database where blocklist is stored. Needs to be an absolute path.

--blocklist

Name of blocklist.

--updatefile

If specified, gives a file to read the update data from. Otherwise, the update is downloaded from Google.

--keysfile

If specified, gives a file to read the getkey data from. Otherwise, a /getkey request is sent to Google.

--skip_mac

If given, disable MAC verification.