The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.