Daniel Born > Net-Google-SafeBrowsing-UpdateRequest-1.06 > blocklist_updater

Download:
Net-Google-SafeBrowsing-UpdateRequest-1.06.tar.gz

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Source  

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.