diff options
author | Toni <matzeton@googlemail.com> | 2022-07-06 19:30:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 19:30:10 +0200 |
commit | 15042870f94d19d824e5f80c6274690711f72ef7 (patch) | |
tree | 029aba69902dbe894c5bc413489ff88a8d2a96c8 /utils | |
parent | 105f661e46803a3eb3543dd9bddd251622e878d4 (diff) |
Added Threema Messenger. (#1643)
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 1c78f5732..f03196a0a 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -134,6 +134,11 @@ 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" +echo "(1) Downloading Threema..." +DEST=../src/lib/inc_generated/ndpi_asn_threema.c.inc +create_list NDPI_PROTOCOL_THREEMA $DEST "AS29691" +echo "(3) Threema 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 |