diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-05-12 13:00:59 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-05-12 13:00:59 +0200 |
commit | 6613d6d4a923caee7dc988ce66766524a14926d8 (patch) | |
tree | 2276eaaa40771186c9bca6b65502c9d42dd6c017 /utils/update_every_lists.sh | |
parent | 43248244b8753f9ee2162e7e8ce3f407c2149d6f (diff) |
Remove ProtonVPN IP address fetchfix/test-utils-ci-job
* not available w/o an API token anymore
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, 0 insertions, 2 deletions
diff --git a/utils/update_every_lists.sh b/utils/update_every_lists.sh index 5503b283c..64fed57c5 100755 --- a/utils/update_every_lists.sh +++ b/utils/update_every_lists.sh @@ -48,8 +48,6 @@ RETVAL=$(( RETVAL + $? )) RETVAL=$(( RETVAL + $? )) ./mullvad_ip_addresses_download.sh RETVAL=$(( RETVAL + $? )) -./protonvpn_ip_addresses_download.sh -RETVAL=$(( RETVAL + $? )) ./public_suffix_list_download.sh RETVAL=$(( RETVAL + $? )) |