diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-07-06 00:03:20 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-07-06 14:37:26 +0200 |
commit | 105f661e46803a3eb3543dd9bddd251622e878d4 (patch) | |
tree | a739109f187683db15d35210a3818d39359442bb /utils | |
parent | a1c3d05a74af8a278909d486e331a00c178a38a1 (diff) |
Added RiotGames ASN update.
* updated asn lists
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/asn_update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index 45940bfa2..1c78f5732 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -129,6 +129,11 @@ DEST=../src/lib/inc_generated/ndpi_asn_goto.c.inc create_list NDPI_PROTOCOL_GOTO $DEST "AS395424" "AS21866" "AS213380" "AS20104" "AS16815" echo "(3) LogMeIn/GoTo IPs are available in $DEST" +echo "(1) Downloading RiotGames..." +DEST=../src/lib/inc_generated/ndpi_asn_riotgames.c.inc +create_list NDPI_PROTOCOL_RIOTGAMES $DEST "AS6507" +echo "(3) RiotGames IPs are available in $DEST" + if [ ${TOTAL_ASN} -eq ${FAILED_ASN} ]; then printf '%s: %s\n' "${0}" "All download(s) failed, ./get_routes_by_asn.sh broken?" exit 1 |