diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-07-31 15:12:33 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-09-05 16:36:50 +0200 |
commit | f350379e95935448c22a387a561b57d50251f422 (patch) | |
tree | c066e030c7b69ccc0ba52294a85da447561e27f8 /utils/update_every_lists.sh | |
parent | c713c894b6146c7884e24895cd3df1d7e35ee120 (diff) |
Add detection of NordVPN
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 f01480e1c..4bb285fda 100755 --- a/utils/update_every_lists.sh +++ b/utils/update_every_lists.sh @@ -30,6 +30,8 @@ RETVAL=$(( RETVAL + $? )) RETVAL=$(( RETVAL + $? )) ./crawlers_ip_addresses_download.sh RETVAL=$(( RETVAL + $? )) +./nordvpn_ip_addresses_download.sh +RETVAL=$(( RETVAL + $? )) ./asn_update.sh RETVAL=$(( RETVAL + $? )) |