diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-01 22:24:09 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-01 22:31:56 +0100 |
commit | c4a03693521c80c28b02da8580c970635656a17b (patch) | |
tree | 955c2cc0a682b76d8381f22e5a7a2a3ba2dcaebd /utils/update_every_lists.sh | |
parent | d5c9a16a489081c0b5bd396241c7e08649a60a4c (diff) |
Added malicious sites from the polish cert.add/malicious-sites
* added handling of parsing errors
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils/update_every_lists.sh')
-rwxr-xr-x | utils/update_every_lists.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/update_every_lists.sh b/utils/update_every_lists.sh index 3f0f75adf..b988267d3 100755 --- a/utils/update_every_lists.sh +++ b/utils/update_every_lists.sh @@ -36,6 +36,8 @@ RETVAL=$(( RETVAL + $? )) ./gambling_sites_download.sh RETVAL=$(( RETVAL + $? )) +./malicious_sites_download.sh +RETVAL=$(( RETVAL + $? )) ./mullvad_ip_addresses_download.sh RETVAL=$(( RETVAL + $? )) ./protonvpn_ip_addresses_download.sh |